:doc:`OpenSearchIngestion <../../osis>` / Client / revoke_pipeline_endpoint_connections

************************************
revoke_pipeline_endpoint_connections
************************************



.. py:method:: OpenSearchIngestion.Client.revoke_pipeline_endpoint_connections(**kwargs)

  

  Revokes pipeline endpoints from specified endpoint IDs.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/osis-2022-01-01/RevokePipelineEndpointConnections>`_  


  **Request Syntax**
  ::

    response = client.revoke_pipeline_endpoint_connections(
        PipelineArn='string',
        EndpointIds=[
            'string',
        ]
    )
    
  :type PipelineArn: string
  :param PipelineArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the pipeline from which to revoke endpoint connections.

    

  
  :type EndpointIds: list
  :param EndpointIds: **[REQUIRED]** 

    A list of endpoint IDs for which to revoke access to the pipeline.

    

  
    - *(string) --* 

    

  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'PipelineArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **PipelineArn** *(string) --* 

        The Amazon Resource Name (ARN) of the pipeline from which endpoint connections were revoked.

        
  
  **Exceptions**
  
  *   :py:class:`OpenSearchIngestion.Client.exceptions.DisabledOperationException`

  
  *   :py:class:`OpenSearchIngestion.Client.exceptions.LimitExceededException`

  
  *   :py:class:`OpenSearchIngestion.Client.exceptions.ValidationException`

  
  *   :py:class:`OpenSearchIngestion.Client.exceptions.InternalException`

  
  *   :py:class:`OpenSearchIngestion.Client.exceptions.AccessDeniedException`

  