SecurityIncidentResponse module#
Index > SecurityIncidentResponse
Auto-generated documentation for SecurityIncidentResponse type annotations stubs module types-boto3-security-ir.
How to install#
Generate locally (recommended)#
You can generate type annotations for boto3 package locally with mypy-boto3-builder.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory: uvx --with 'boto3==1.40.63' mypy-boto3-builder
- Select boto3AWS SDK.
- Add SecurityIncidentResponseservice.
- Use provided commands to install generated packages.
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 types-boto3 for SecurityIncidentResponse service.
# install with boto3 type annotations
python -m pip install 'types-boto3[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 'types-boto3-lite[security-ir]'
# standalone installation
python -m pip install types-boto3-security-irHow to uninstall#
python -m pip uninstall -y types-boto3-security-irUsage#
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 types_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 types_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 types_boto3_security_ir.literals import AwsRegionType
def get_value() -> AwsRegionType:
    return "af-south-1"- AwsRegionType
- CaseAttachmentStatusType
- CaseStatusType
- ClosureCodeType
- CustomerTypeType
- EngagementTypeType
- ListCaseEditsPaginatorName
- ListCasesPaginatorName
- ListCommentsPaginatorName
- ListMembershipsPaginatorName
- MembershipAccountRelationshipStatusType
- MembershipAccountRelationshipTypeType
- MembershipStatusType
- OptInFeatureNameType
- PendingActionType
- ResolverTypeType
- SelfManagedCaseStatusType
- SecurityIncidentResponseServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
Type definitions#
Type annotations for type definitions used in methods and schema.
- BatchGetMemberAccountDetailsRequestTypeDef
- GetMembershipAccountDetailErrorTypeDef
- GetMembershipAccountDetailItemTypeDef
- ResponseMetadataTypeDef
- CancelMembershipRequestTypeDef
- CaseAttachmentAttributesTypeDef
- CaseEditItemTypeDef
- CloseCaseRequestTypeDef
- CreateCaseCommentRequestTypeDef
- ImpactedAwsRegionTypeDef
- ThreatActorIpTypeDef
- TimestampTypeDef
- WatcherTypeDef
- IncidentResponderTypeDef
- OptInFeatureTypeDef
- GetCaseAttachmentDownloadUrlRequestTypeDef
- GetCaseAttachmentUploadUrlRequestTypeDef
- GetCaseRequestTypeDef
- GetMembershipRequestTypeDef
- MembershipAccountsConfigurationsTypeDef
- PaginatorConfigTypeDef
- ListCaseEditsRequestTypeDef
- ListCasesItemTypeDef
- ListCasesRequestTypeDef
- ListCommentsItemTypeDef
- ListCommentsRequestTypeDef
- ListMembershipItemTypeDef
- ListMembershipsRequestTypeDef
- ListTagsForResourceInputTypeDef
- MembershipAccountsConfigurationsUpdateTypeDef
- TagResourceInputTypeDef
- UntagResourceInputTypeDef
- UpdateCaseCommentRequestTypeDef
- UpdateCaseStatusRequestTypeDef
- UpdateResolverTypeRequestTypeDef
- BatchGetMemberAccountDetailsResponseTypeDef
- CancelMembershipResponseTypeDef
- CloseCaseResponseTypeDef
- CreateCaseCommentResponseTypeDef
- CreateCaseResponseTypeDef
- CreateMembershipResponseTypeDef
- GetCaseAttachmentDownloadUrlResponseTypeDef
- GetCaseAttachmentUploadUrlResponseTypeDef
- ListTagsForResourceOutputTypeDef
- UpdateCaseCommentResponseTypeDef
- UpdateCaseStatusResponseTypeDef
- UpdateResolverTypeResponseTypeDef
- ListCaseEditsResponseTypeDef
- CreateCaseRequestTypeDef
- GetCaseResponseTypeDef
- UpdateCaseRequestTypeDef
- CreateMembershipRequestTypeDef
- GetMembershipResponseTypeDef
- ListCaseEditsRequestPaginateTypeDef
- ListCasesRequestPaginateTypeDef
- ListCommentsRequestPaginateTypeDef
- ListMembershipsRequestPaginateTypeDef
- ListCasesResponseTypeDef
- ListCommentsResponseTypeDef
- ListMembershipsResponseTypeDef
- UpdateMembershipRequestTypeDef