

*******************
OpenSearchIngestion
*******************



======
Client
======



.. py:class:: OpenSearchIngestion.Client

  A low-level client representing Amazon OpenSearch Ingestion
  

  Use the Amazon OpenSearch Ingestion API to create and manage ingestion pipelines. OpenSearch Ingestion is a fully managed data collector that delivers real-time log and trace data to OpenSearch Service domains. For more information, see `Getting data into your cluster using OpenSearch Ingestion <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ingestion.html>`__.

  ::

    
    import boto3
    
    client = boto3.client('osis')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  osis/client/can_paginate
  osis/client/close
  osis/client/create_pipeline
  osis/client/create_pipeline_endpoint
  osis/client/delete_pipeline
  osis/client/delete_pipeline_endpoint
  osis/client/delete_resource_policy
  osis/client/get_paginator
  osis/client/get_pipeline
  osis/client/get_pipeline_blueprint
  osis/client/get_pipeline_change_progress
  osis/client/get_resource_policy
  osis/client/get_waiter
  osis/client/list_pipeline_blueprints
  osis/client/list_pipeline_endpoint_connections
  osis/client/list_pipeline_endpoints
  osis/client/list_pipelines
  osis/client/list_tags_for_resource
  osis/client/put_resource_policy
  osis/client/revoke_pipeline_endpoint_connections
  osis/client/start_pipeline
  osis/client/stop_pipeline
  osis/client/tag_resource
  osis/client/untag_resource
  osis/client/update_pipeline
  osis/client/validate_pipeline


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  osis/paginator/ListPipelineEndpointConnections
  osis/paginator/ListPipelineEndpoints
