Literals#
Index > Inspector2 > Literals
Auto-generated documentation for Inspector2 type annotations stubs module types-boto3-inspector2.
AccountSortByType#
# AccountSortByType usage example
from types_boto3_inspector2.literals import AccountSortByType
def get_value() -> AccountSortByType:
    return "ALL"# AccountSortByType definition
AccountSortByType = Literal[
    "ALL",
    "CRITICAL",
    "HIGH",
]AggregationFindingTypeType#
# AggregationFindingTypeType usage example
from types_boto3_inspector2.literals import AggregationFindingTypeType
def get_value() -> AggregationFindingTypeType:
    return "CODE_VULNERABILITY"# AggregationFindingTypeType definition
AggregationFindingTypeType = Literal[
    "CODE_VULNERABILITY",
    "NETWORK_REACHABILITY",
    "PACKAGE_VULNERABILITY",
]AggregationResourceTypeType#
# AggregationResourceTypeType usage example
from types_boto3_inspector2.literals import AggregationResourceTypeType
def get_value() -> AggregationResourceTypeType:
    return "AWS_EC2_INSTANCE"# AggregationResourceTypeType definition
AggregationResourceTypeType = Literal[
    "AWS_EC2_INSTANCE",
    "AWS_ECR_CONTAINER_IMAGE",
    "AWS_LAMBDA_FUNCTION",
    "CODE_REPOSITORY",
]AggregationTypeType#
# AggregationTypeType usage example
from types_boto3_inspector2.literals import AggregationTypeType
def get_value() -> AggregationTypeType:
    return "ACCOUNT"# AggregationTypeType definition
AggregationTypeType = Literal[
    "ACCOUNT",
    "AMI",
    "AWS_EC2_INSTANCE",
    "AWS_ECR_CONTAINER",
    "AWS_LAMBDA_FUNCTION",
    "CODE_REPOSITORY",
    "FINDING_TYPE",
    "IMAGE_LAYER",
    "LAMBDA_LAYER",
    "PACKAGE",
    "REPOSITORY",
    "TITLE",
]AmiSortByType#
# AmiSortByType usage example
from types_boto3_inspector2.literals import AmiSortByType
def get_value() -> AmiSortByType:
    return "AFFECTED_INSTANCES"# AmiSortByType definition
AmiSortByType = Literal[
    "AFFECTED_INSTANCES",
    "ALL",
    "CRITICAL",
    "HIGH",
]ArchitectureType#
# ArchitectureType usage example
from types_boto3_inspector2.literals import ArchitectureType
def get_value() -> ArchitectureType:
    return "ARM64"# ArchitectureType definition
ArchitectureType = Literal[
    "ARM64",
    "X86_64",
]AssociationResultStatusCodeType#
# AssociationResultStatusCodeType usage example
from types_boto3_inspector2.literals import AssociationResultStatusCodeType
def get_value() -> AssociationResultStatusCodeType:
    return "ACCESS_DENIED"# AssociationResultStatusCodeType definition
AssociationResultStatusCodeType = Literal[
    "ACCESS_DENIED",
    "INTERNAL_ERROR",
    "INVALID_INPUT",
    "QUOTA_EXCEEDED",
    "RESOURCE_NOT_FOUND",
    "SCAN_CONFIGURATION_NOT_FOUND",
]AwsEcrContainerSortByType#
# AwsEcrContainerSortByType usage example
from types_boto3_inspector2.literals import AwsEcrContainerSortByType
def get_value() -> AwsEcrContainerSortByType:
    return "ALL"# AwsEcrContainerSortByType definition
AwsEcrContainerSortByType = Literal[
    "ALL",
    "CRITICAL",
    "HIGH",
]CisFindingStatusComparisonType#
# CisFindingStatusComparisonType usage example
from types_boto3_inspector2.literals import CisFindingStatusComparisonType
def get_value() -> CisFindingStatusComparisonType:
    return "EQUALS"# CisFindingStatusComparisonType definition
CisFindingStatusComparisonType = Literal[
    "EQUALS",
]CisFindingStatusType#
# CisFindingStatusType usage example
from types_boto3_inspector2.literals import CisFindingStatusType
def get_value() -> CisFindingStatusType:
    return "FAILED"# CisFindingStatusType definition
CisFindingStatusType = Literal[
    "FAILED",
    "PASSED",
    "SKIPPED",
]CisReportFormatType#
# CisReportFormatType usage example
from types_boto3_inspector2.literals import CisReportFormatType
def get_value() -> CisReportFormatType:
    return "CSV"# CisReportFormatType definition
CisReportFormatType = Literal[
    "CSV",
    "PDF",
]CisReportStatusType#
# CisReportStatusType usage example
from types_boto3_inspector2.literals import CisReportStatusType
def get_value() -> CisReportStatusType:
    return "FAILED"# CisReportStatusType definition
CisReportStatusType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "SUCCEEDED",
]CisResultStatusComparisonType#
# CisResultStatusComparisonType usage example
from types_boto3_inspector2.literals import CisResultStatusComparisonType
def get_value() -> CisResultStatusComparisonType:
    return "EQUALS"# CisResultStatusComparisonType definition
CisResultStatusComparisonType = Literal[
    "EQUALS",
]CisResultStatusType#
# CisResultStatusType usage example
from types_boto3_inspector2.literals import CisResultStatusType
def get_value() -> CisResultStatusType:
    return "FAILED"# CisResultStatusType definition
CisResultStatusType = Literal[
    "FAILED",
    "PASSED",
    "SKIPPED",
]CisRuleStatusType#
# CisRuleStatusType usage example
from types_boto3_inspector2.literals import CisRuleStatusType
def get_value() -> CisRuleStatusType:
    return "ERROR"# CisRuleStatusType definition
CisRuleStatusType = Literal[
    "ERROR",
    "FAILED",
    "INFORMATIONAL",
    "NOT_APPLICABLE",
    "NOT_EVALUATED",
    "PASSED",
    "UNKNOWN",
]CisScanConfigurationsSortByType#
# CisScanConfigurationsSortByType usage example
from types_boto3_inspector2.literals import CisScanConfigurationsSortByType
def get_value() -> CisScanConfigurationsSortByType:
    return "SCAN_CONFIGURATION_ARN"# CisScanConfigurationsSortByType definition
CisScanConfigurationsSortByType = Literal[
    "SCAN_CONFIGURATION_ARN",
    "SCAN_NAME",
]CisScanResultDetailsSortByType#
# CisScanResultDetailsSortByType usage example
from types_boto3_inspector2.literals import CisScanResultDetailsSortByType
def get_value() -> CisScanResultDetailsSortByType:
    return "CHECK_ID"# CisScanResultDetailsSortByType definition
CisScanResultDetailsSortByType = Literal[
    "CHECK_ID",
    "STATUS",
]CisScanResultsAggregatedByChecksSortByType#
# CisScanResultsAggregatedByChecksSortByType usage example
from types_boto3_inspector2.literals import CisScanResultsAggregatedByChecksSortByType
def get_value() -> CisScanResultsAggregatedByChecksSortByType:
    return "CHECK_ID"# CisScanResultsAggregatedByChecksSortByType definition
CisScanResultsAggregatedByChecksSortByType = Literal[
    "CHECK_ID",
    "FAILED_COUNTS",
    "PLATFORM",
    "SECURITY_LEVEL",
    "TITLE",
]CisScanResultsAggregatedByTargetResourceSortByType#
# CisScanResultsAggregatedByTargetResourceSortByType usage example
from types_boto3_inspector2.literals import CisScanResultsAggregatedByTargetResourceSortByType
def get_value() -> CisScanResultsAggregatedByTargetResourceSortByType:
    return "ACCOUNT_ID"# CisScanResultsAggregatedByTargetResourceSortByType definition
CisScanResultsAggregatedByTargetResourceSortByType = Literal[
    "ACCOUNT_ID",
    "FAILED_COUNTS",
    "PLATFORM",
    "RESOURCE_ID",
    "TARGET_STATUS",
    "TARGET_STATUS_REASON",
]CisScanStatusComparisonType#
# CisScanStatusComparisonType usage example
from types_boto3_inspector2.literals import CisScanStatusComparisonType
def get_value() -> CisScanStatusComparisonType:
    return "EQUALS"# CisScanStatusComparisonType definition
CisScanStatusComparisonType = Literal[
    "EQUALS",
]CisScanStatusType#
# CisScanStatusType usage example
from types_boto3_inspector2.literals import CisScanStatusType
def get_value() -> CisScanStatusType:
    return "CANCELLED"# CisScanStatusType definition
CisScanStatusType = Literal[
    "CANCELLED",
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
]CisSecurityLevelComparisonType#
# CisSecurityLevelComparisonType usage example
from types_boto3_inspector2.literals import CisSecurityLevelComparisonType
def get_value() -> CisSecurityLevelComparisonType:
    return "EQUALS"# CisSecurityLevelComparisonType definition
CisSecurityLevelComparisonType = Literal[
    "EQUALS",
]CisSecurityLevelType#
# CisSecurityLevelType usage example
from types_boto3_inspector2.literals import CisSecurityLevelType
def get_value() -> CisSecurityLevelType:
    return "LEVEL_1"# CisSecurityLevelType definition
CisSecurityLevelType = Literal[
    "LEVEL_1",
    "LEVEL_2",
]CisSortOrderType#
# CisSortOrderType usage example
from types_boto3_inspector2.literals import CisSortOrderType
def get_value() -> CisSortOrderType:
    return "ASC"# CisSortOrderType definition
CisSortOrderType = Literal[
    "ASC",
    "DESC",
]CisStringComparisonType#
# CisStringComparisonType usage example
from types_boto3_inspector2.literals import CisStringComparisonType
def get_value() -> CisStringComparisonType:
    return "EQUALS"# CisStringComparisonType definition
CisStringComparisonType = Literal[
    "EQUALS",
    "NOT_EQUALS",
    "PREFIX",
]CisTargetStatusComparisonType#
# CisTargetStatusComparisonType usage example
from types_boto3_inspector2.literals import CisTargetStatusComparisonType
def get_value() -> CisTargetStatusComparisonType:
    return "EQUALS"# CisTargetStatusComparisonType definition
CisTargetStatusComparisonType = Literal[
    "EQUALS",
]CisTargetStatusReasonType#
# CisTargetStatusReasonType usage example
from types_boto3_inspector2.literals import CisTargetStatusReasonType
def get_value() -> CisTargetStatusReasonType:
    return "SCAN_IN_PROGRESS"# CisTargetStatusReasonType definition
CisTargetStatusReasonType = Literal[
    "SCAN_IN_PROGRESS",
    "SSM_UNMANAGED",
    "UNSUPPORTED_OS",
]CisTargetStatusType#
# CisTargetStatusType usage example
from types_boto3_inspector2.literals import CisTargetStatusType
def get_value() -> CisTargetStatusType:
    return "CANCELLED"# CisTargetStatusType definition
CisTargetStatusType = Literal[
    "CANCELLED",
    "COMPLETED",
    "TIMED_OUT",
]CodeRepositoryProviderTypeType#
# CodeRepositoryProviderTypeType usage example
from types_boto3_inspector2.literals import CodeRepositoryProviderTypeType
def get_value() -> CodeRepositoryProviderTypeType:
    return "GITHUB"# CodeRepositoryProviderTypeType definition
CodeRepositoryProviderTypeType = Literal[
    "GITHUB",
    "GITLAB_SELF_MANAGED",
]CodeRepositorySortByType#
# CodeRepositorySortByType usage example
from types_boto3_inspector2.literals import CodeRepositorySortByType
def get_value() -> CodeRepositorySortByType:
    return "ALL"# CodeRepositorySortByType definition
CodeRepositorySortByType = Literal[
    "ALL",
    "CRITICAL",
    "HIGH",
]CodeScanStatusType#
# CodeScanStatusType usage example
from types_boto3_inspector2.literals import CodeScanStatusType
def get_value() -> CodeScanStatusType:
    return "FAILED"# CodeScanStatusType definition
CodeScanStatusType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "SKIPPED",
    "SUCCESSFUL",
]CodeSnippetErrorCodeType#
# CodeSnippetErrorCodeType usage example
from types_boto3_inspector2.literals import CodeSnippetErrorCodeType
def get_value() -> CodeSnippetErrorCodeType:
    return "ACCESS_DENIED"# CodeSnippetErrorCodeType definition
CodeSnippetErrorCodeType = Literal[
    "ACCESS_DENIED",
    "CODE_SNIPPET_NOT_FOUND",
    "INTERNAL_ERROR",
    "INVALID_INPUT",
]ConfigurationLevelType#
# ConfigurationLevelType usage example
from types_boto3_inspector2.literals import ConfigurationLevelType
def get_value() -> ConfigurationLevelType:
    return "ACCOUNT"# ConfigurationLevelType definition
ConfigurationLevelType = Literal[
    "ACCOUNT",
    "ORGANIZATION",
]ContinuousIntegrationScanEventType#
# ContinuousIntegrationScanEventType usage example
from types_boto3_inspector2.literals import ContinuousIntegrationScanEventType
def get_value() -> ContinuousIntegrationScanEventType:
    return "PULL_REQUEST"# ContinuousIntegrationScanEventType definition
ContinuousIntegrationScanEventType = Literal[
    "PULL_REQUEST",
    "PUSH",
]CoverageMapComparisonType#
# CoverageMapComparisonType usage example
from types_boto3_inspector2.literals import CoverageMapComparisonType
def get_value() -> CoverageMapComparisonType:
    return "EQUALS"# CoverageMapComparisonType definition
CoverageMapComparisonType = Literal[
    "EQUALS",
]CoverageResourceTypeType#
# CoverageResourceTypeType usage example
from types_boto3_inspector2.literals import CoverageResourceTypeType
def get_value() -> CoverageResourceTypeType:
    return "AWS_EC2_INSTANCE"# CoverageResourceTypeType definition
CoverageResourceTypeType = Literal[
    "AWS_EC2_INSTANCE",
    "AWS_ECR_CONTAINER_IMAGE",
    "AWS_ECR_REPOSITORY",
    "AWS_LAMBDA_FUNCTION",
    "CODE_REPOSITORY",
]CoverageStringComparisonType#
# CoverageStringComparisonType usage example
from types_boto3_inspector2.literals import CoverageStringComparisonType
def get_value() -> CoverageStringComparisonType:
    return "EQUALS"# CoverageStringComparisonType definition
CoverageStringComparisonType = Literal[
    "EQUALS",
    "NOT_EQUALS",
]CurrencyType#
# CurrencyType usage example
from types_boto3_inspector2.literals import CurrencyType
def get_value() -> CurrencyType:
    return "USD"# CurrencyType definition
CurrencyType = Literal[
    "USD",
]DayType#
# DayType usage example
from types_boto3_inspector2.literals import DayType
def get_value() -> DayType:
    return "FRI"# DayType definition
DayType = Literal[
    "FRI",
    "MON",
    "SAT",
    "SUN",
    "THU",
    "TUE",
    "WED",
]DelegatedAdminStatusType#
# DelegatedAdminStatusType usage example
from types_boto3_inspector2.literals import DelegatedAdminStatusType
def get_value() -> DelegatedAdminStatusType:
    return "DISABLE_IN_PROGRESS"# DelegatedAdminStatusType definition
DelegatedAdminStatusType = Literal[
    "DISABLE_IN_PROGRESS",
    "ENABLED",
]Ec2DeepInspectionStatusType#
# Ec2DeepInspectionStatusType usage example
from types_boto3_inspector2.literals import Ec2DeepInspectionStatusType
def get_value() -> Ec2DeepInspectionStatusType:
    return "ACTIVATED"# Ec2DeepInspectionStatusType definition
Ec2DeepInspectionStatusType = Literal[
    "ACTIVATED",
    "DEACTIVATED",
    "FAILED",
    "PENDING",
]Ec2InstanceSortByType#
# Ec2InstanceSortByType usage example
from types_boto3_inspector2.literals import Ec2InstanceSortByType
def get_value() -> Ec2InstanceSortByType:
    return "ALL"# Ec2InstanceSortByType definition
Ec2InstanceSortByType = Literal[
    "ALL",
    "CRITICAL",
    "HIGH",
    "NETWORK_FINDINGS",
]Ec2PlatformType#
# Ec2PlatformType usage example
from types_boto3_inspector2.literals import Ec2PlatformType
def get_value() -> Ec2PlatformType:
    return "LINUX"# Ec2PlatformType definition
Ec2PlatformType = Literal[
    "LINUX",
    "MACOS",
    "UNKNOWN",
    "WINDOWS",
]Ec2ScanModeStatusType#
# Ec2ScanModeStatusType usage example
from types_boto3_inspector2.literals import Ec2ScanModeStatusType
def get_value() -> Ec2ScanModeStatusType:
    return "PENDING"# Ec2ScanModeStatusType definition
Ec2ScanModeStatusType = Literal[
    "PENDING",
    "SUCCESS",
]Ec2ScanModeType#
# Ec2ScanModeType usage example
from types_boto3_inspector2.literals import Ec2ScanModeType
def get_value() -> Ec2ScanModeType:
    return "EC2_HYBRID"# Ec2ScanModeType definition
Ec2ScanModeType = Literal[
    "EC2_HYBRID",
    "EC2_SSM_AGENT_BASED",
]EcrPullDateRescanDurationType#
# EcrPullDateRescanDurationType usage example
from types_boto3_inspector2.literals import EcrPullDateRescanDurationType
def get_value() -> EcrPullDateRescanDurationType:
    return "DAYS_14"# EcrPullDateRescanDurationType definition
EcrPullDateRescanDurationType = Literal[
    "DAYS_14",
    "DAYS_180",
    "DAYS_30",
    "DAYS_60",
    "DAYS_90",
]EcrPullDateRescanModeType#
# EcrPullDateRescanModeType usage example
from types_boto3_inspector2.literals import EcrPullDateRescanModeType
def get_value() -> EcrPullDateRescanModeType:
    return "LAST_IN_USE_AT"# EcrPullDateRescanModeType definition
EcrPullDateRescanModeType = Literal[
    "LAST_IN_USE_AT",
    "LAST_PULL_DATE",
]EcrRescanDurationStatusType#
# EcrRescanDurationStatusType usage example
from types_boto3_inspector2.literals import EcrRescanDurationStatusType
def get_value() -> EcrRescanDurationStatusType:
    return "FAILED"# EcrRescanDurationStatusType definition
EcrRescanDurationStatusType = Literal[
    "FAILED",
    "PENDING",
    "SUCCESS",
]EcrRescanDurationType#
# EcrRescanDurationType usage example
from types_boto3_inspector2.literals import EcrRescanDurationType
def get_value() -> EcrRescanDurationType:
    return "DAYS_14"# EcrRescanDurationType definition
EcrRescanDurationType = Literal[
    "DAYS_14",
    "DAYS_180",
    "DAYS_30",
    "DAYS_60",
    "DAYS_90",
    "LIFETIME",
]EcrScanFrequencyType#
# EcrScanFrequencyType usage example
from types_boto3_inspector2.literals import EcrScanFrequencyType
def get_value() -> EcrScanFrequencyType:
    return "CONTINUOUS_SCAN"# EcrScanFrequencyType definition
EcrScanFrequencyType = Literal[
    "CONTINUOUS_SCAN",
    "MANUAL",
    "SCAN_ON_PUSH",
]ErrorCodeType#
# ErrorCodeType usage example
from types_boto3_inspector2.literals import ErrorCodeType
def get_value() -> ErrorCodeType:
    return "ACCESS_DENIED"# ErrorCodeType definition
ErrorCodeType = Literal[
    "ACCESS_DENIED",
    "ACCOUNT_IS_ISOLATED",
    "ALREADY_ENABLED",
    "DISABLE_IN_PROGRESS",
    "DISASSOCIATE_ALL_MEMBERS",
    "EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED",
    "EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED",
    "ENABLE_IN_PROGRESS",
    "EVENTBRIDGE_THROTTLED",
    "EVENTBRIDGE_UNAVAILABLE",
    "INTERNAL_ERROR",
    "RESOURCE_NOT_FOUND",
    "RESOURCE_SCAN_NOT_DISABLED",
    "SSM_THROTTLED",
    "SSM_UNAVAILABLE",
    "SUSPEND_IN_PROGRESS",
]ExploitAvailableType#
# ExploitAvailableType usage example
from types_boto3_inspector2.literals import ExploitAvailableType
def get_value() -> ExploitAvailableType:
    return "NO"# ExploitAvailableType definition
ExploitAvailableType = Literal[
    "NO",
    "YES",
]ExternalReportStatusType#
# ExternalReportStatusType usage example
from types_boto3_inspector2.literals import ExternalReportStatusType
def get_value() -> ExternalReportStatusType:
    return "CANCELLED"# ExternalReportStatusType definition
ExternalReportStatusType = Literal[
    "CANCELLED",
    "FAILED",
    "IN_PROGRESS",
    "SUCCEEDED",
]FilterActionType#
# FilterActionType usage example
from types_boto3_inspector2.literals import FilterActionType
def get_value() -> FilterActionType:
    return "NONE"# FilterActionType definition
FilterActionType = Literal[
    "NONE",
    "SUPPRESS",
]FindingDetailsErrorCodeType#
# FindingDetailsErrorCodeType usage example
from types_boto3_inspector2.literals import FindingDetailsErrorCodeType
def get_value() -> FindingDetailsErrorCodeType:
    return "ACCESS_DENIED"# FindingDetailsErrorCodeType definition
FindingDetailsErrorCodeType = Literal[
    "ACCESS_DENIED",
    "FINDING_DETAILS_NOT_FOUND",
    "INTERNAL_ERROR",
    "INVALID_INPUT",
]FindingStatusType#
# FindingStatusType usage example
from types_boto3_inspector2.literals import FindingStatusType
def get_value() -> FindingStatusType:
    return "ACTIVE"# FindingStatusType definition
FindingStatusType = Literal[
    "ACTIVE",
    "CLOSED",
    "SUPPRESSED",
]FindingTypeSortByType#
# FindingTypeSortByType usage example
from types_boto3_inspector2.literals import FindingTypeSortByType
def get_value() -> FindingTypeSortByType:
    return "ALL"# FindingTypeSortByType definition
FindingTypeSortByType = Literal[
    "ALL",
    "CRITICAL",
    "HIGH",
]FindingTypeType#
# FindingTypeType usage example
from types_boto3_inspector2.literals import FindingTypeType
def get_value() -> FindingTypeType:
    return "CODE_VULNERABILITY"# FindingTypeType definition
FindingTypeType = Literal[
    "CODE_VULNERABILITY",
    "NETWORK_REACHABILITY",
    "PACKAGE_VULNERABILITY",
]FixAvailableType#
# FixAvailableType usage example
from types_boto3_inspector2.literals import FixAvailableType
def get_value() -> FixAvailableType:
    return "NO"# FixAvailableType definition
FixAvailableType = Literal[
    "NO",
    "PARTIAL",
    "YES",
]FreeTrialInfoErrorCodeType#
# FreeTrialInfoErrorCodeType usage example
from types_boto3_inspector2.literals import FreeTrialInfoErrorCodeType
def get_value() -> FreeTrialInfoErrorCodeType:
    return "ACCESS_DENIED"# FreeTrialInfoErrorCodeType definition
FreeTrialInfoErrorCodeType = Literal[
    "ACCESS_DENIED",
    "INTERNAL_ERROR",
]FreeTrialStatusType#
# FreeTrialStatusType usage example
from types_boto3_inspector2.literals import FreeTrialStatusType
def get_value() -> FreeTrialStatusType:
    return "ACTIVE"# FreeTrialStatusType definition
FreeTrialStatusType = Literal[
    "ACTIVE",
    "INACTIVE",
]FreeTrialTypeType#
# FreeTrialTypeType usage example
from types_boto3_inspector2.literals import FreeTrialTypeType
def get_value() -> FreeTrialTypeType:
    return "CODE_REPOSITORY"# FreeTrialTypeType definition
FreeTrialTypeType = Literal[
    "CODE_REPOSITORY",
    "EC2",
    "ECR",
    "LAMBDA",
    "LAMBDA_CODE",
]GetCisScanResultDetailsPaginatorName#
# GetCisScanResultDetailsPaginatorName usage example
from types_boto3_inspector2.literals import GetCisScanResultDetailsPaginatorName
def get_value() -> GetCisScanResultDetailsPaginatorName:
    return "get_cis_scan_result_details"# GetCisScanResultDetailsPaginatorName definition
GetCisScanResultDetailsPaginatorName = Literal[
    "get_cis_scan_result_details",
]GetClustersForImagePaginatorName#
# GetClustersForImagePaginatorName usage example
from types_boto3_inspector2.literals import GetClustersForImagePaginatorName
def get_value() -> GetClustersForImagePaginatorName:
    return "get_clusters_for_image"# GetClustersForImagePaginatorName definition
GetClustersForImagePaginatorName = Literal[
    "get_clusters_for_image",
]GroupKeyType#
# GroupKeyType usage example
from types_boto3_inspector2.literals import GroupKeyType
def get_value() -> GroupKeyType:
    return "ACCOUNT_ID"# GroupKeyType definition
GroupKeyType = Literal[
    "ACCOUNT_ID",
    "ECR_REPOSITORY_NAME",
    "RESOURCE_TYPE",
    "SCAN_STATUS_CODE",
    "SCAN_STATUS_REASON",
]ImageLayerSortByType#
# ImageLayerSortByType usage example
from types_boto3_inspector2.literals import ImageLayerSortByType
def get_value() -> ImageLayerSortByType:
    return "ALL"# ImageLayerSortByType definition
ImageLayerSortByType = Literal[
    "ALL",
    "CRITICAL",
    "HIGH",
]IntegrationStatusType#
# IntegrationStatusType usage example
from types_boto3_inspector2.literals import IntegrationStatusType
def get_value() -> IntegrationStatusType:
    return "ACTIVE"# IntegrationStatusType definition
IntegrationStatusType = Literal[
    "ACTIVE",
    "DISABLING",
    "IN_PROGRESS",
    "INACTIVE",
    "PENDING",
]IntegrationTypeType#
# IntegrationTypeType usage example
from types_boto3_inspector2.literals import IntegrationTypeType
def get_value() -> IntegrationTypeType:
    return "GITHUB"# IntegrationTypeType definition
IntegrationTypeType = Literal[
    "GITHUB",
    "GITLAB_SELF_MANAGED",
]LambdaFunctionSortByType#
# LambdaFunctionSortByType usage example
from types_boto3_inspector2.literals import LambdaFunctionSortByType
def get_value() -> LambdaFunctionSortByType:
    return "ALL"# LambdaFunctionSortByType definition
LambdaFunctionSortByType = Literal[
    "ALL",
    "CRITICAL",
    "HIGH",
]LambdaLayerSortByType#
# LambdaLayerSortByType usage example
from types_boto3_inspector2.literals import LambdaLayerSortByType
def get_value() -> LambdaLayerSortByType:
    return "ALL"# LambdaLayerSortByType definition
LambdaLayerSortByType = Literal[
    "ALL",
    "CRITICAL",
    "HIGH",
]ListAccountPermissionsPaginatorName#
# ListAccountPermissionsPaginatorName usage example
from types_boto3_inspector2.literals import ListAccountPermissionsPaginatorName
def get_value() -> ListAccountPermissionsPaginatorName:
    return "list_account_permissions"# ListAccountPermissionsPaginatorName definition
ListAccountPermissionsPaginatorName = Literal[
    "list_account_permissions",
]ListCisScanConfigurationsPaginatorName#
# ListCisScanConfigurationsPaginatorName usage example
from types_boto3_inspector2.literals import ListCisScanConfigurationsPaginatorName
def get_value() -> ListCisScanConfigurationsPaginatorName:
    return "list_cis_scan_configurations"# ListCisScanConfigurationsPaginatorName definition
ListCisScanConfigurationsPaginatorName = Literal[
    "list_cis_scan_configurations",
]ListCisScanResultsAggregatedByChecksPaginatorName#
# ListCisScanResultsAggregatedByChecksPaginatorName usage example
from types_boto3_inspector2.literals import ListCisScanResultsAggregatedByChecksPaginatorName
def get_value() -> ListCisScanResultsAggregatedByChecksPaginatorName:
    return "list_cis_scan_results_aggregated_by_checks"# ListCisScanResultsAggregatedByChecksPaginatorName definition
ListCisScanResultsAggregatedByChecksPaginatorName = Literal[
    "list_cis_scan_results_aggregated_by_checks",
]ListCisScanResultsAggregatedByTargetResourcePaginatorName#
# ListCisScanResultsAggregatedByTargetResourcePaginatorName usage example
from types_boto3_inspector2.literals import ListCisScanResultsAggregatedByTargetResourcePaginatorName
def get_value() -> ListCisScanResultsAggregatedByTargetResourcePaginatorName:
    return "list_cis_scan_results_aggregated_by_target_resource"# ListCisScanResultsAggregatedByTargetResourcePaginatorName definition
ListCisScanResultsAggregatedByTargetResourcePaginatorName = Literal[
    "list_cis_scan_results_aggregated_by_target_resource",
]ListCisScansDetailLevelType#
# ListCisScansDetailLevelType usage example
from types_boto3_inspector2.literals import ListCisScansDetailLevelType
def get_value() -> ListCisScansDetailLevelType:
    return "MEMBER"# ListCisScansDetailLevelType definition
ListCisScansDetailLevelType = Literal[
    "MEMBER",
    "ORGANIZATION",
]ListCisScansPaginatorName#
# ListCisScansPaginatorName usage example
from types_boto3_inspector2.literals import ListCisScansPaginatorName
def get_value() -> ListCisScansPaginatorName:
    return "list_cis_scans"# ListCisScansPaginatorName definition
ListCisScansPaginatorName = Literal[
    "list_cis_scans",
]ListCisScansSortByType#
# ListCisScansSortByType usage example
from types_boto3_inspector2.literals import ListCisScansSortByType
def get_value() -> ListCisScansSortByType:
    return "FAILED_CHECKS"# ListCisScansSortByType definition
ListCisScansSortByType = Literal[
    "FAILED_CHECKS",
    "SCAN_START_DATE",
    "SCHEDULED_BY",
    "STATUS",
]ListCoveragePaginatorName#
# ListCoveragePaginatorName usage example
from types_boto3_inspector2.literals import ListCoveragePaginatorName
def get_value() -> ListCoveragePaginatorName:
    return "list_coverage"# ListCoveragePaginatorName definition
ListCoveragePaginatorName = Literal[
    "list_coverage",
]ListCoverageStatisticsPaginatorName#
# ListCoverageStatisticsPaginatorName usage example
from types_boto3_inspector2.literals import ListCoverageStatisticsPaginatorName
def get_value() -> ListCoverageStatisticsPaginatorName:
    return "list_coverage_statistics"# ListCoverageStatisticsPaginatorName definition
ListCoverageStatisticsPaginatorName = Literal[
    "list_coverage_statistics",
]ListDelegatedAdminAccountsPaginatorName#
# ListDelegatedAdminAccountsPaginatorName usage example
from types_boto3_inspector2.literals import ListDelegatedAdminAccountsPaginatorName
def get_value() -> ListDelegatedAdminAccountsPaginatorName:
    return "list_delegated_admin_accounts"# ListDelegatedAdminAccountsPaginatorName definition
ListDelegatedAdminAccountsPaginatorName = Literal[
    "list_delegated_admin_accounts",
]ListFiltersPaginatorName#
# ListFiltersPaginatorName usage example
from types_boto3_inspector2.literals import ListFiltersPaginatorName
def get_value() -> ListFiltersPaginatorName:
    return "list_filters"# ListFiltersPaginatorName definition
ListFiltersPaginatorName = Literal[
    "list_filters",
]ListFindingAggregationsPaginatorName#
# ListFindingAggregationsPaginatorName usage example
from types_boto3_inspector2.literals import ListFindingAggregationsPaginatorName
def get_value() -> ListFindingAggregationsPaginatorName:
    return "list_finding_aggregations"# ListFindingAggregationsPaginatorName definition
ListFindingAggregationsPaginatorName = Literal[
    "list_finding_aggregations",
]ListFindingsPaginatorName#
# ListFindingsPaginatorName usage example
from types_boto3_inspector2.literals import ListFindingsPaginatorName
def get_value() -> ListFindingsPaginatorName:
    return "list_findings"# ListFindingsPaginatorName definition
ListFindingsPaginatorName = Literal[
    "list_findings",
]ListMembersPaginatorName#
# ListMembersPaginatorName usage example
from types_boto3_inspector2.literals import ListMembersPaginatorName
def get_value() -> ListMembersPaginatorName:
    return "list_members"# ListMembersPaginatorName definition
ListMembersPaginatorName = Literal[
    "list_members",
]ListUsageTotalsPaginatorName#
# ListUsageTotalsPaginatorName usage example
from types_boto3_inspector2.literals import ListUsageTotalsPaginatorName
def get_value() -> ListUsageTotalsPaginatorName:
    return "list_usage_totals"# ListUsageTotalsPaginatorName definition
ListUsageTotalsPaginatorName = Literal[
    "list_usage_totals",
]MapComparisonType#
# MapComparisonType usage example
from types_boto3_inspector2.literals import MapComparisonType
def get_value() -> MapComparisonType:
    return "EQUALS"# MapComparisonType definition
MapComparisonType = Literal[
    "EQUALS",
]NetworkProtocolType#
# NetworkProtocolType usage example
from types_boto3_inspector2.literals import NetworkProtocolType
def get_value() -> NetworkProtocolType:
    return "TCP"# NetworkProtocolType definition
NetworkProtocolType = Literal[
    "TCP",
    "UDP",
]OperationType#
# OperationType usage example
from types_boto3_inspector2.literals import OperationType
def get_value() -> OperationType:
    return "DISABLE_REPOSITORY"# OperationType definition
OperationType = Literal[
    "DISABLE_REPOSITORY",
    "DISABLE_SCANNING",
    "ENABLE_REPOSITORY",
    "ENABLE_SCANNING",
]PackageManagerType#
# PackageManagerType usage example
from types_boto3_inspector2.literals import PackageManagerType
def get_value() -> PackageManagerType:
    return "BUNDLER"# PackageManagerType definition
PackageManagerType = Literal[
    "BUNDLER",
    "CARGO",
    "COMPOSER",
    "DOTNET_CORE",
    "GEMSPEC",
    "GOBINARY",
    "GOMOD",
    "JAR",
    "NODEPKG",
    "NPM",
    "NUGET",
    "OS",
    "PIP",
    "PIPENV",
    "POETRY",
    "POM",
    "PYTHONPKG",
    "YARN",
]PackageSortByType#
# PackageSortByType usage example
from types_boto3_inspector2.literals import PackageSortByType
def get_value() -> PackageSortByType:
    return "ALL"# PackageSortByType definition
PackageSortByType = Literal[
    "ALL",
    "CRITICAL",
    "HIGH",
]PackageTypeType#
# PackageTypeType usage example
from types_boto3_inspector2.literals import PackageTypeType
def get_value() -> PackageTypeType:
    return "IMAGE"# PackageTypeType definition
PackageTypeType = Literal[
    "IMAGE",
    "ZIP",
]PeriodicScanFrequencyType#
# PeriodicScanFrequencyType usage example
from types_boto3_inspector2.literals import PeriodicScanFrequencyType
def get_value() -> PeriodicScanFrequencyType:
    return "MONTHLY"# PeriodicScanFrequencyType definition
PeriodicScanFrequencyType = Literal[
    "MONTHLY",
    "NEVER",
    "WEEKLY",
]ProjectSelectionScopeType#
# ProjectSelectionScopeType usage example
from types_boto3_inspector2.literals import ProjectSelectionScopeType
def get_value() -> ProjectSelectionScopeType:
    return "ALL"# ProjectSelectionScopeType definition
ProjectSelectionScopeType = Literal[
    "ALL",
]RelationshipStatusType#
# RelationshipStatusType usage example
from types_boto3_inspector2.literals import RelationshipStatusType
def get_value() -> RelationshipStatusType:
    return "ACCOUNT_SUSPENDED"# RelationshipStatusType definition
RelationshipStatusType = Literal[
    "ACCOUNT_SUSPENDED",
    "CANNOT_CREATE_DETECTOR_IN_ORG_MASTER",
    "CREATED",
    "DELETED",
    "DISABLED",
    "EMAIL_VERIFICATION_FAILED",
    "EMAIL_VERIFICATION_IN_PROGRESS",
    "ENABLED",
    "INVITED",
    "REGION_DISABLED",
    "REMOVED",
    "RESIGNED",
]ReportFormatType#
# ReportFormatType usage example
from types_boto3_inspector2.literals import ReportFormatType
def get_value() -> ReportFormatType:
    return "CSV"# ReportFormatType definition
ReportFormatType = Literal[
    "CSV",
    "JSON",
]ReportingErrorCodeType#
# ReportingErrorCodeType usage example
from types_boto3_inspector2.literals import ReportingErrorCodeType
def get_value() -> ReportingErrorCodeType:
    return "BUCKET_NOT_FOUND"# ReportingErrorCodeType definition
ReportingErrorCodeType = Literal[
    "BUCKET_NOT_FOUND",
    "INCOMPATIBLE_BUCKET_REGION",
    "INTERNAL_ERROR",
    "INVALID_PERMISSIONS",
    "MALFORMED_KMS_KEY",
    "NO_FINDINGS_FOUND",
]RepositorySortByType#
# RepositorySortByType usage example
from types_boto3_inspector2.literals import RepositorySortByType
def get_value() -> RepositorySortByType:
    return "AFFECTED_IMAGES"# RepositorySortByType definition
RepositorySortByType = Literal[
    "AFFECTED_IMAGES",
    "ALL",
    "CRITICAL",
    "HIGH",
]ResourceMapComparisonType#
# ResourceMapComparisonType usage example
from types_boto3_inspector2.literals import ResourceMapComparisonType
def get_value() -> ResourceMapComparisonType:
    return "EQUALS"# ResourceMapComparisonType definition
ResourceMapComparisonType = Literal[
    "EQUALS",
]ResourceScanTypeType#
# ResourceScanTypeType usage example
from types_boto3_inspector2.literals import ResourceScanTypeType
def get_value() -> ResourceScanTypeType:
    return "CODE_REPOSITORY"# ResourceScanTypeType definition
ResourceScanTypeType = Literal[
    "CODE_REPOSITORY",
    "EC2",
    "ECR",
    "LAMBDA",
    "LAMBDA_CODE",
]ResourceStringComparisonType#
# ResourceStringComparisonType usage example
from types_boto3_inspector2.literals import ResourceStringComparisonType
def get_value() -> ResourceStringComparisonType:
    return "EQUALS"# ResourceStringComparisonType definition
ResourceStringComparisonType = Literal[
    "EQUALS",
    "NOT_EQUALS",
]ResourceTypeType#
# ResourceTypeType usage example
from types_boto3_inspector2.literals import ResourceTypeType
def get_value() -> ResourceTypeType:
    return "AWS_EC2_INSTANCE"# ResourceTypeType definition
ResourceTypeType = Literal[
    "AWS_EC2_INSTANCE",
    "AWS_ECR_CONTAINER_IMAGE",
    "AWS_ECR_REPOSITORY",
    "AWS_LAMBDA_FUNCTION",
    "CODE_REPOSITORY",
]RuleSetCategoryType#
# RuleSetCategoryType usage example
from types_boto3_inspector2.literals import RuleSetCategoryType
def get_value() -> RuleSetCategoryType:
    return "IAC"# RuleSetCategoryType definition
RuleSetCategoryType = Literal[
    "IAC",
    "SAST",
    "SCA",
]RuntimeType#
# RuntimeType usage example
from types_boto3_inspector2.literals import RuntimeType
def get_value() -> RuntimeType:
    return "DOTNETCORE_3_1"# RuntimeType definition
RuntimeType = Literal[
    "DOTNET_6",
    "DOTNET_7",
    "DOTNETCORE_3_1",
    "GO_1_X",
    "JAVA_11",
    "JAVA_17",
    "JAVA_8",
    "JAVA_8_AL2",
    "NODEJS",
    "NODEJS_12_X",
    "NODEJS_14_X",
    "NODEJS_16_X",
    "NODEJS_18_X",
    "PYTHON_3_10",
    "PYTHON_3_11",
    "PYTHON_3_7",
    "PYTHON_3_8",
    "PYTHON_3_9",
    "RUBY_2_7",
    "RUBY_3_2",
    "UNSUPPORTED",
]SbomReportFormatType#
# SbomReportFormatType usage example
from types_boto3_inspector2.literals import SbomReportFormatType
def get_value() -> SbomReportFormatType:
    return "CYCLONEDX_1_4"# SbomReportFormatType definition
SbomReportFormatType = Literal[
    "CYCLONEDX_1_4",
    "SPDX_2_3",
]ScanModeType#
# ScanModeType usage example
from types_boto3_inspector2.literals import ScanModeType
def get_value() -> ScanModeType:
    return "EC2_AGENTLESS"# ScanModeType definition
ScanModeType = Literal[
    "EC2_AGENTLESS",
    "EC2_SSM_AGENT_BASED",
]ScanStatusCodeType#
# ScanStatusCodeType usage example
from types_boto3_inspector2.literals import ScanStatusCodeType
def get_value() -> ScanStatusCodeType:
    return "ACTIVE"# ScanStatusCodeType definition
ScanStatusCodeType = Literal[
    "ACTIVE",
    "INACTIVE",
]ScanStatusReasonType#
# ScanStatusReasonType usage example
from types_boto3_inspector2.literals import ScanStatusReasonType
def get_value() -> ScanStatusReasonType:
    return "ACCESS_DENIED"# ScanStatusReasonType definition
ScanStatusReasonType = Literal[
    "ACCESS_DENIED",
    "ACCESS_DENIED_TO_ENCRYPTION_KEY",
    "AGENTLESS_INSTANCE_COLLECTION_TIME_LIMIT_EXCEEDED",
    "AGENTLESS_INSTANCE_STORAGE_LIMIT_EXCEEDED",
    "DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED",
    "DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED",
    "DEEP_INSPECTION_NO_INVENTORY",
    "DEEP_INSPECTION_PACKAGE_COLLECTION_LIMIT_EXCEEDED",
    "EC2_INSTANCE_STOPPED",
    "EXCLUDED_BY_TAG",
    "IMAGE_SIZE_EXCEEDED",
    "INTEGRATION_CONNECTION_LOST",
    "INTERNAL_ERROR",
    "NO_INVENTORY",
    "NO_RESOURCES_FOUND",
    "NO_SCAN_CONFIGURATION_ASSOCIATED",
    "PENDING_DISABLE",
    "PENDING_INITIAL_SCAN",
    "PENDING_REVIVAL_SCAN",
    "RESOURCE_TERMINATED",
    "SCAN_ELIGIBILITY_EXPIRED",
    "SCAN_FREQUENCY_MANUAL",
    "SCAN_FREQUENCY_SCAN_ON_PUSH",
    "SCAN_IN_PROGRESS",
    "STALE_INVENTORY",
    "SUCCESSFUL",
    "UNMANAGED_EC2_INSTANCE",
    "UNSUPPORTED_CONFIG_FILE",
    "UNSUPPORTED_LANGUAGE",
    "UNSUPPORTED_MEDIA_TYPE",
    "UNSUPPORTED_OS",
    "UNSUPPORTED_RUNTIME",
]ScanTypeType#
# ScanTypeType usage example
from types_boto3_inspector2.literals import ScanTypeType
def get_value() -> ScanTypeType:
    return "CODE"# ScanTypeType definition
ScanTypeType = Literal[
    "CODE",
    "NETWORK",
    "PACKAGE",
]SearchVulnerabilitiesPaginatorName#
# SearchVulnerabilitiesPaginatorName usage example
from types_boto3_inspector2.literals import SearchVulnerabilitiesPaginatorName
def get_value() -> SearchVulnerabilitiesPaginatorName:
    return "search_vulnerabilities"# SearchVulnerabilitiesPaginatorName definition
SearchVulnerabilitiesPaginatorName = Literal[
    "search_vulnerabilities",
]ServiceType#
# ServiceType usage example
from types_boto3_inspector2.literals import ServiceType
def get_value() -> ServiceType:
    return "EC2"# ServiceType definition
ServiceType = Literal[
    "EC2",
    "ECR",
    "LAMBDA",
]SeverityType#
# SeverityType usage example
from types_boto3_inspector2.literals import SeverityType
def get_value() -> SeverityType:
    return "CRITICAL"# SeverityType definition
SeverityType = Literal[
    "CRITICAL",
    "HIGH",
    "INFORMATIONAL",
    "LOW",
    "MEDIUM",
    "UNTRIAGED",
]SortFieldType#
# SortFieldType usage example
from types_boto3_inspector2.literals import SortFieldType
def get_value() -> SortFieldType:
    return "AWS_ACCOUNT_ID"# SortFieldType definition
SortFieldType = Literal[
    "AWS_ACCOUNT_ID",
    "COMPONENT_TYPE",
    "ECR_IMAGE_PUSHED_AT",
    "ECR_IMAGE_REGISTRY",
    "ECR_IMAGE_REPOSITORY_NAME",
    "EPSS_SCORE",
    "FINDING_STATUS",
    "FINDING_TYPE",
    "FIRST_OBSERVED_AT",
    "INSPECTOR_SCORE",
    "LAST_OBSERVED_AT",
    "NETWORK_PROTOCOL",
    "RESOURCE_TYPE",
    "SEVERITY",
    "VENDOR_SEVERITY",
    "VULNERABILITY_ID",
    "VULNERABILITY_SOURCE",
]SortOrderType#
# SortOrderType usage example
from types_boto3_inspector2.literals import SortOrderType
def get_value() -> SortOrderType:
    return "ASC"# SortOrderType definition
SortOrderType = Literal[
    "ASC",
    "DESC",
]StatusType#
# StatusType usage example
from types_boto3_inspector2.literals import StatusType
def get_value() -> StatusType:
    return "DISABLED"# StatusType definition
StatusType = Literal[
    "DISABLED",
    "DISABLING",
    "ENABLED",
    "ENABLING",
    "SUSPENDED",
    "SUSPENDING",
]StopCisSessionStatusType#
# StopCisSessionStatusType usage example
from types_boto3_inspector2.literals import StopCisSessionStatusType
def get_value() -> StopCisSessionStatusType:
    return "FAILED"# StopCisSessionStatusType definition
StopCisSessionStatusType = Literal[
    "FAILED",
    "INTERRUPTED",
    "SUCCESS",
    "UNSUPPORTED_OS",
]StringComparisonType#
# StringComparisonType usage example
from types_boto3_inspector2.literals import StringComparisonType
def get_value() -> StringComparisonType:
    return "EQUALS"# StringComparisonType definition
StringComparisonType = Literal[
    "EQUALS",
    "NOT_EQUALS",
    "PREFIX",
]TagComparisonType#
# TagComparisonType usage example
from types_boto3_inspector2.literals import TagComparisonType
def get_value() -> TagComparisonType:
    return "EQUALS"# TagComparisonType definition
TagComparisonType = Literal[
    "EQUALS",
]TitleSortByType#
# TitleSortByType usage example
from types_boto3_inspector2.literals import TitleSortByType
def get_value() -> TitleSortByType:
    return "ALL"# TitleSortByType definition
TitleSortByType = Literal[
    "ALL",
    "CRITICAL",
    "HIGH",
]UsageTypeType#
# UsageTypeType usage example
from types_boto3_inspector2.literals import UsageTypeType
def get_value() -> UsageTypeType:
    return "CODE_REPOSITORY_IAC"# UsageTypeType definition
UsageTypeType = Literal[
    "CODE_REPOSITORY_IAC",
    "CODE_REPOSITORY_SAST",
    "CODE_REPOSITORY_SCA",
    "EC2_AGENTLESS_INSTANCE_HOURS",
    "EC2_INSTANCE_HOURS",
    "ECR_INITIAL_SCAN",
    "ECR_RESCAN",
    "LAMBDA_FUNCTION_CODE_HOURS",
    "LAMBDA_FUNCTION_HOURS",
]VulnerabilitySourceType#
# VulnerabilitySourceType usage example
from types_boto3_inspector2.literals import VulnerabilitySourceType
def get_value() -> VulnerabilitySourceType:
    return "NVD"# VulnerabilitySourceType definition
VulnerabilitySourceType = Literal[
    "NVD",
]Inspector2ServiceName#
# Inspector2ServiceName usage example
from types_boto3_inspector2.literals import Inspector2ServiceName
def get_value() -> Inspector2ServiceName:
    return "inspector2"# Inspector2ServiceName definition
Inspector2ServiceName = Literal[
    "inspector2",
]ServiceName#
# ServiceName usage example
from types_boto3_inspector2.literals import ServiceName
def get_value() -> ServiceName:
    return "accessanalyzer"# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "bedrock-data-automation",
    "bedrock-data-automation-runtime",
    "bedrock-runtime",
    "billing",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chatbot",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cleanroomsml",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudfront-keyvaluestore",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codeconnections",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcampaignsv2",
    "connectcases",
    "connectparticipant",
    "controlcatalog",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "deadline",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "ds-data",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "geo-maps",
    "geo-places",
    "geo-routes",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector-scan",
    "inspector2",
    "internetmonitor",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesis-video-webrtc-storage",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "launch-wizard",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-linux-subscriptions",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "m2",
    "machinelearning",
    "macie2",
    "mailmanager",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "marketplace-reporting",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediapackagev2",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "medical-imaging",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "partnercentral-selling",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "pca-connector-scep",
    "pcs",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "ssm-incidents",
    "ssm-quicksetup",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "taxsettings",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]ResourceServiceName#
# ResourceServiceName usage example
from types_boto3_inspector2.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
    return "cloudformation"# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]PaginatorName#
# PaginatorName usage example
from types_boto3_inspector2.literals import PaginatorName
def get_value() -> PaginatorName:
    return "get_cis_scan_result_details"# PaginatorName definition
PaginatorName = Literal[
    "get_cis_scan_result_details",
    "get_clusters_for_image",
    "list_account_permissions",
    "list_cis_scan_configurations",
    "list_cis_scan_results_aggregated_by_checks",
    "list_cis_scan_results_aggregated_by_target_resource",
    "list_cis_scans",
    "list_coverage",
    "list_coverage_statistics",
    "list_delegated_admin_accounts",
    "list_filters",
    "list_finding_aggregations",
    "list_findings",
    "list_members",
    "list_usage_totals",
    "search_vulnerabilities",
]RegionName#
# RegionName usage example
from types_boto3_inspector2.literals import RegionName
def get_value() -> RegionName:
    return "af-south-1"# RegionName definition
RegionName = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-northeast-3",
    "ap-south-1",
    "ap-south-2",
    "ap-southeast-1",
    "ap-southeast-2",
    "ap-southeast-3",
    "ap-southeast-4",
    "ap-southeast-5",
    "ap-southeast-7",
    "ca-central-1",
    "ca-west-1",
    "eu-central-1",
    "eu-central-2",
    "eu-north-1",
    "eu-south-1",
    "eu-south-2",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "il-central-1",
    "me-central-1",
    "me-south-1",
    "mx-central-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]