Smaws_Client_DeviceFarm.ListVPCEConfigurationsReturns information about all Amazon Virtual Private Cloud (VPC) endpoint configurations in the AWS account.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ArgumentException of Types.argument_exception
| `ServiceAccountException of Types.service_account_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_vpce_configurations_request ->
(Types.list_vpce_configurations_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `ArgumentException of Types.argument_exception
| `ServiceAccountException of Types.service_account_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_vpce_configurations_request ->
(Types.list_vpce_configurations_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ArgumentException of Types.argument_exception
| `ServiceAccountException of Types.service_account_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result