Values.CreatePipelineEndpointResponseSourceCreates a VPC endpoint for an OpenSearch Ingestion pipeline. Pipeline endpoints allow you to ingest data from your VPC into pipelines that you have access to.
type nonrec t = {pipelineArn : PipelineArn.t option;The Amazon Resource Name (ARN) of the pipeline associated with the endpoint.
*)endpointId : PipelineEndpointId.t option;The unique identifier of the pipeline endpoint.
*)status : PipelineEndpointStatus.t option;The current status of the pipeline endpoint.
*)vpcId : String_.t option;The ID of the VPC where the pipeline endpoint was created.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `DisabledOperationException of DisabledOperationException.t| `InternalException of InternalException.t| `LimitExceededException of LimitExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of unit
| `DisabledOperationException of unit
| `InternalException of unit
| `LimitExceededException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of unit
| `DisabledOperationException of unit
| `InternalException of unit
| `LimitExceededException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of PipelineArn.t ]) list ]