

************************
SecurityIncidentResponse
************************



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



.. py:class:: SecurityIncidentResponse.Client

  A low-level client representing Security Incident Response
  

  This guide documents the action and response elements for use of the service.

  ::

    
    import boto3
    
    client = boto3.client('security-ir')

  

These are the available methods:

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

  security-ir/client/batch_get_member_account_details
  security-ir/client/can_paginate
  security-ir/client/cancel_membership
  security-ir/client/close
  security-ir/client/close_case
  security-ir/client/create_case
  security-ir/client/create_case_comment
  security-ir/client/create_membership
  security-ir/client/get_case
  security-ir/client/get_case_attachment_download_url
  security-ir/client/get_case_attachment_upload_url
  security-ir/client/get_membership
  security-ir/client/get_paginator
  security-ir/client/get_waiter
  security-ir/client/list_case_edits
  security-ir/client/list_cases
  security-ir/client/list_comments
  security-ir/client/list_investigations
  security-ir/client/list_memberships
  security-ir/client/list_tags_for_resource
  security-ir/client/send_feedback
  security-ir/client/tag_resource
  security-ir/client/untag_resource
  security-ir/client/update_case
  security-ir/client/update_case_comment
  security-ir/client/update_case_status
  security-ir/client/update_membership
  security-ir/client/update_resolver_type


==========
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:

  security-ir/paginator/ListCaseEdits
  security-ir/paginator/ListCases
  security-ir/paginator/ListComments
  security-ir/paginator/ListInvestigations
  security-ir/paginator/ListMemberships
