Values.CreateVpcEndpointResponseSourceCreates an Amazon OpenSearch Service-managed VPC endpoint.
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 ]