SecurityIncidentResponse module#
Index > SecurityIncidentResponse
Auto-generated documentation for SecurityIncidentResponse type annotations stubs module mypy-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.36.24' mypy-boto3-builder
- Select
boto3-stubs
AWS SDK. - Add
SecurityIncidentResponse
service. - 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 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"
- 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
- PaginatorConfigTypeDef
- ListCaseEditsRequestTypeDef
- ListCasesItemTypeDef
- ListCasesRequestTypeDef
- ListCommentsItemTypeDef
- ListCommentsRequestTypeDef
- ListMembershipItemTypeDef
- ListMembershipsRequestTypeDef
- ListTagsForResourceInputTypeDef
- TagResourceInputTypeDef
- UntagResourceInputTypeDef
- UpdateCaseCommentRequestTypeDef
- UpdateCaseStatusRequestTypeDef
- UpdateResolverTypeRequestTypeDef
- BatchGetMemberAccountDetailsResponseTypeDef
- CancelMembershipResponseTypeDef
- CloseCaseResponseTypeDef
- CreateCaseCommentResponseTypeDef
- CreateCaseResponseTypeDef
- CreateMembershipResponseTypeDef
- GetCaseAttachmentDownloadUrlResponseTypeDef
- GetCaseAttachmentUploadUrlResponseTypeDef
- ListTagsForResourceOutputTypeDef
- UpdateCaseCommentResponseTypeDef
- UpdateCaseStatusResponseTypeDef
- UpdateResolverTypeResponseTypeDef
- ListCaseEditsResponseTypeDef
- CreateCaseRequestTypeDef
- GetCaseResponseTypeDef
- UpdateCaseRequestTypeDef
- CreateMembershipRequestTypeDef
- GetMembershipResponseTypeDef
- UpdateMembershipRequestTypeDef
- ListCaseEditsRequestPaginateTypeDef
- ListCasesRequestPaginateTypeDef
- ListCommentsRequestPaginateTypeDef
- ListMembershipsRequestPaginateTypeDef
- ListCasesResponseTypeDef
- ListCommentsResponseTypeDef
- ListMembershipsResponseTypeDef