Values.CreateVpcEndpointResponseSourceContainer for response parameters to the CreateVpcEndpoint operation. Contains the configuration and status of the VPC Endpoint being created.
type nonrec t = {vpcEndpoint : VpcEndpoint.t option;Information about the newly created VPC endpoint.
*)}type nonrec error = [ | `BaseException of BaseException.t| `ConflictException of ConflictException.t| `DisabledOperationException of DisabledOperationException.t| `InternalException of InternalException.t| `LimitExceededException of LimitExceededException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BaseException of BaseException.t
| `ConflictException of unit
| `DisabledOperationException of unit
| `InternalException of unit
| `LimitExceededException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BaseException of BaseException.t
| `ConflictException of unit
| `DisabledOperationException of unit
| `InternalException of unit
| `LimitExceededException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of VpcEndpointId.t
| `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of String_.t ])
list ])
list ])
list ]