OpenSearchIngestion / Client / delete_pipeline_endpoint
delete_pipeline_endpoint¶
- OpenSearchIngestion.Client.delete_pipeline_endpoint(**kwargs)¶
Deletes a VPC endpoint for an OpenSearch Ingestion pipeline.
See also: AWS API Documentation
Request Syntax
response = client.delete_pipeline_endpoint( EndpointId='string' )
- Parameters:
EndpointId (string) –
[REQUIRED]
The unique identifier of the pipeline endpoint to delete.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
OpenSearchIngestion.Client.exceptions.DisabledOperationException
OpenSearchIngestion.Client.exceptions.ValidationException
OpenSearchIngestion.Client.exceptions.InternalException
OpenSearchIngestion.Client.exceptions.AccessDeniedException