Skip to content

SecurityIncidentResponse module#

Index > SecurityIncidentResponse

Auto-generated documentation for SecurityIncidentResponse type annotations stubs module mypy-boto3-security-ir.

How to install#

VSCode extension#

Add AWS Boto3 extension to your VSCode and run AWS boto3: Quick Start command.

Click Modify and select boto3 common and SecurityIncidentResponse.

From PyPI with pip#

Install boto3-stubs for SecurityIncidentResponse service.

# install with boto3 type annotations
python -m pip install 'boto3-stubs[security-ir]'


# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'boto3-stubs-lite[security-ir]'


# standalone installation
python -m pip install mypy-boto3-security-ir

How to uninstall#

python -m pip uninstall -y mypy-boto3-security-ir

Usage#

Code samples can be found in Examples.

SecurityIncidentResponseClient#

Type annotations and code completion for boto3.client("security-ir") as SecurityIncidentResponseClient boto3 documentation

# SecurityIncidentResponseClient usage example

from boto3.session import Session

from mypy_boto3_security_ir.client import SecurityIncidentResponseClient

def get_client() -> SecurityIncidentResponseClient:
    return Session().client("security-ir")

Paginators#

Type annotations and code completion for paginators from boto3.client("security-ir").get_paginator("...").

# ListCaseEditsPaginator usage example

from boto3.session import Session

from mypy_boto3_security_ir.paginator import ListCaseEditsPaginator

def get_list_case_edits_paginator() -> ListCaseEditsPaginator:
    return Session().client("security-ir").get_paginator("list_case_edits"))

Literals#

Type annotations for literals used in methods and schema.

# AwsRegionType usage example

from mypy_boto3_security_ir.literals import AwsRegionType

def get_value() -> AwsRegionType:
    return "af-south-1"

Type definitions#

Type annotations for type definitions used in methods and schema.