Values_5.DescribeVpcEndpointServicesResultSourceDescribes available services to which you can create a VPC endpoint. When the service provider and the consumer have different accounts in multiple Availability Zones, and the consumer views the VPC endpoint service information, the response only includes the common Availability Zones. For example, when the service provider account uses us-east-1a and us-east-1c and the consumer uses us-east-1a and us-east-1b, the response includes the VPC endpoint services in the common Availability Zone, us-east-1a.
type nonrec t = {serviceNames : Values_0.ValueStringList.t option;The supported services.
*)serviceDetails : Values_3.ServiceDetailSet.t option;Information about the service.
*)nextToken : Values_0.String_.t option;The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of string
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `List of
[> `Enum of string
| `String of string
| `Structure of
(string * [> `Enum of string | `String of string ])
list ]
list
| `String of Values_0.String_.t ])
list ]
list
| `String of Values_0.String_.t ])
list ]