Literals#
Index > ConfigService > Literals
Auto-generated documentation for ConfigService type annotations stubs module types-boto3-config.
AggregateConformancePackComplianceSummaryGroupKeyType#
# AggregateConformancePackComplianceSummaryGroupKeyType usage example
from types_boto3_config.literals import AggregateConformancePackComplianceSummaryGroupKeyType
def get_value() -> AggregateConformancePackComplianceSummaryGroupKeyType:
    return "ACCOUNT_ID"# AggregateConformancePackComplianceSummaryGroupKeyType definition
AggregateConformancePackComplianceSummaryGroupKeyType = Literal[
    "ACCOUNT_ID",
    "AWS_REGION",
]AggregatedSourceStatusTypeType#
# AggregatedSourceStatusTypeType usage example
from types_boto3_config.literals import AggregatedSourceStatusTypeType
def get_value() -> AggregatedSourceStatusTypeType:
    return "FAILED"# AggregatedSourceStatusTypeType definition
AggregatedSourceStatusTypeType = Literal[
    "FAILED",
    "OUTDATED",
    "SUCCEEDED",
]AggregatedSourceTypeType#
# AggregatedSourceTypeType usage example
from types_boto3_config.literals import AggregatedSourceTypeType
def get_value() -> AggregatedSourceTypeType:
    return "ACCOUNT"# AggregatedSourceTypeType definition
AggregatedSourceTypeType = Literal[
    "ACCOUNT",
    "ORGANIZATION",
]AggregatorFilterTypeType#
# AggregatorFilterTypeType usage example
from types_boto3_config.literals import AggregatorFilterTypeType
def get_value() -> AggregatorFilterTypeType:
    return "INCLUDE"# AggregatorFilterTypeType definition
AggregatorFilterTypeType = Literal[
    "INCLUDE",
]ChronologicalOrderType#
# ChronologicalOrderType usage example
from types_boto3_config.literals import ChronologicalOrderType
def get_value() -> ChronologicalOrderType:
    return "Forward"# ChronologicalOrderType definition
ChronologicalOrderType = Literal[
    "Forward",
    "Reverse",
]ComplianceTypeType#
# ComplianceTypeType usage example
from types_boto3_config.literals import ComplianceTypeType
def get_value() -> ComplianceTypeType:
    return "COMPLIANT"# ComplianceTypeType definition
ComplianceTypeType = Literal[
    "COMPLIANT",
    "INSUFFICIENT_DATA",
    "NON_COMPLIANT",
    "NOT_APPLICABLE",
]ConfigRuleComplianceSummaryGroupKeyType#
# ConfigRuleComplianceSummaryGroupKeyType usage example
from types_boto3_config.literals import ConfigRuleComplianceSummaryGroupKeyType
def get_value() -> ConfigRuleComplianceSummaryGroupKeyType:
    return "ACCOUNT_ID"# ConfigRuleComplianceSummaryGroupKeyType definition
ConfigRuleComplianceSummaryGroupKeyType = Literal[
    "ACCOUNT_ID",
    "AWS_REGION",
]ConfigRuleStateType#
# ConfigRuleStateType usage example
from types_boto3_config.literals import ConfigRuleStateType
def get_value() -> ConfigRuleStateType:
    return "ACTIVE"# ConfigRuleStateType definition
ConfigRuleStateType = Literal[
    "ACTIVE",
    "DELETING",
    "DELETING_RESULTS",
    "EVALUATING",
]ConfigurationItemStatusType#
# ConfigurationItemStatusType usage example
from types_boto3_config.literals import ConfigurationItemStatusType
def get_value() -> ConfigurationItemStatusType:
    return "OK"# ConfigurationItemStatusType definition
ConfigurationItemStatusType = Literal[
    "OK",
    "ResourceDeleted",
    "ResourceDeletedNotRecorded",
    "ResourceDiscovered",
    "ResourceNotRecorded",
]ConfigurationRecorderFilterNameType#
# ConfigurationRecorderFilterNameType usage example
from types_boto3_config.literals import ConfigurationRecorderFilterNameType
def get_value() -> ConfigurationRecorderFilterNameType:
    return "recordingScope"# ConfigurationRecorderFilterNameType definition
ConfigurationRecorderFilterNameType = Literal[
    "recordingScope",
]ConformancePackComplianceTypeType#
# ConformancePackComplianceTypeType usage example
from types_boto3_config.literals import ConformancePackComplianceTypeType
def get_value() -> ConformancePackComplianceTypeType:
    return "COMPLIANT"# ConformancePackComplianceTypeType definition
ConformancePackComplianceTypeType = Literal[
    "COMPLIANT",
    "INSUFFICIENT_DATA",
    "NON_COMPLIANT",
]ConformancePackStateType#
# ConformancePackStateType usage example
from types_boto3_config.literals import ConformancePackStateType
def get_value() -> ConformancePackStateType:
    return "CREATE_COMPLETE"# ConformancePackStateType definition
ConformancePackStateType = Literal[
    "CREATE_COMPLETE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
]DeliveryStatusType#
# DeliveryStatusType usage example
from types_boto3_config.literals import DeliveryStatusType
def get_value() -> DeliveryStatusType:
    return "Failure"# DeliveryStatusType definition
DeliveryStatusType = Literal[
    "Failure",
    "Not_Applicable",
    "Success",
]DescribeAggregateComplianceByConfigRulesPaginatorName#
# DescribeAggregateComplianceByConfigRulesPaginatorName usage example
from types_boto3_config.literals import DescribeAggregateComplianceByConfigRulesPaginatorName
def get_value() -> DescribeAggregateComplianceByConfigRulesPaginatorName:
    return "describe_aggregate_compliance_by_config_rules"# DescribeAggregateComplianceByConfigRulesPaginatorName definition
DescribeAggregateComplianceByConfigRulesPaginatorName = Literal[
    "describe_aggregate_compliance_by_config_rules",
]DescribeAggregateComplianceByConformancePacksPaginatorName#
# DescribeAggregateComplianceByConformancePacksPaginatorName usage example
from types_boto3_config.literals import DescribeAggregateComplianceByConformancePacksPaginatorName
def get_value() -> DescribeAggregateComplianceByConformancePacksPaginatorName:
    return "describe_aggregate_compliance_by_conformance_packs"# DescribeAggregateComplianceByConformancePacksPaginatorName definition
DescribeAggregateComplianceByConformancePacksPaginatorName = Literal[
    "describe_aggregate_compliance_by_conformance_packs",
]DescribeAggregationAuthorizationsPaginatorName#
# DescribeAggregationAuthorizationsPaginatorName usage example
from types_boto3_config.literals import DescribeAggregationAuthorizationsPaginatorName
def get_value() -> DescribeAggregationAuthorizationsPaginatorName:
    return "describe_aggregation_authorizations"# DescribeAggregationAuthorizationsPaginatorName definition
DescribeAggregationAuthorizationsPaginatorName = Literal[
    "describe_aggregation_authorizations",
]DescribeComplianceByConfigRulePaginatorName#
# DescribeComplianceByConfigRulePaginatorName usage example
from types_boto3_config.literals import DescribeComplianceByConfigRulePaginatorName
def get_value() -> DescribeComplianceByConfigRulePaginatorName:
    return "describe_compliance_by_config_rule"# DescribeComplianceByConfigRulePaginatorName definition
DescribeComplianceByConfigRulePaginatorName = Literal[
    "describe_compliance_by_config_rule",
]DescribeComplianceByResourcePaginatorName#
# DescribeComplianceByResourcePaginatorName usage example
from types_boto3_config.literals import DescribeComplianceByResourcePaginatorName
def get_value() -> DescribeComplianceByResourcePaginatorName:
    return "describe_compliance_by_resource"# DescribeComplianceByResourcePaginatorName definition
DescribeComplianceByResourcePaginatorName = Literal[
    "describe_compliance_by_resource",
]DescribeConfigRuleEvaluationStatusPaginatorName#
# DescribeConfigRuleEvaluationStatusPaginatorName usage example
from types_boto3_config.literals import DescribeConfigRuleEvaluationStatusPaginatorName
def get_value() -> DescribeConfigRuleEvaluationStatusPaginatorName:
    return "describe_config_rule_evaluation_status"# DescribeConfigRuleEvaluationStatusPaginatorName definition
DescribeConfigRuleEvaluationStatusPaginatorName = Literal[
    "describe_config_rule_evaluation_status",
]DescribeConfigRulesPaginatorName#
# DescribeConfigRulesPaginatorName usage example
from types_boto3_config.literals import DescribeConfigRulesPaginatorName
def get_value() -> DescribeConfigRulesPaginatorName:
    return "describe_config_rules"# DescribeConfigRulesPaginatorName definition
DescribeConfigRulesPaginatorName = Literal[
    "describe_config_rules",
]DescribeConfigurationAggregatorSourcesStatusPaginatorName#
# DescribeConfigurationAggregatorSourcesStatusPaginatorName usage example
from types_boto3_config.literals import DescribeConfigurationAggregatorSourcesStatusPaginatorName
def get_value() -> DescribeConfigurationAggregatorSourcesStatusPaginatorName:
    return "describe_configuration_aggregator_sources_status"# DescribeConfigurationAggregatorSourcesStatusPaginatorName definition
DescribeConfigurationAggregatorSourcesStatusPaginatorName = Literal[
    "describe_configuration_aggregator_sources_status",
]DescribeConfigurationAggregatorsPaginatorName#
# DescribeConfigurationAggregatorsPaginatorName usage example
from types_boto3_config.literals import DescribeConfigurationAggregatorsPaginatorName
def get_value() -> DescribeConfigurationAggregatorsPaginatorName:
    return "describe_configuration_aggregators"# DescribeConfigurationAggregatorsPaginatorName definition
DescribeConfigurationAggregatorsPaginatorName = Literal[
    "describe_configuration_aggregators",
]DescribeConformancePackStatusPaginatorName#
# DescribeConformancePackStatusPaginatorName usage example
from types_boto3_config.literals import DescribeConformancePackStatusPaginatorName
def get_value() -> DescribeConformancePackStatusPaginatorName:
    return "describe_conformance_pack_status"# DescribeConformancePackStatusPaginatorName definition
DescribeConformancePackStatusPaginatorName = Literal[
    "describe_conformance_pack_status",
]DescribeConformancePacksPaginatorName#
# DescribeConformancePacksPaginatorName usage example
from types_boto3_config.literals import DescribeConformancePacksPaginatorName
def get_value() -> DescribeConformancePacksPaginatorName:
    return "describe_conformance_packs"# DescribeConformancePacksPaginatorName definition
DescribeConformancePacksPaginatorName = Literal[
    "describe_conformance_packs",
]DescribeOrganizationConfigRuleStatusesPaginatorName#
# DescribeOrganizationConfigRuleStatusesPaginatorName usage example
from types_boto3_config.literals import DescribeOrganizationConfigRuleStatusesPaginatorName
def get_value() -> DescribeOrganizationConfigRuleStatusesPaginatorName:
    return "describe_organization_config_rule_statuses"# DescribeOrganizationConfigRuleStatusesPaginatorName definition
DescribeOrganizationConfigRuleStatusesPaginatorName = Literal[
    "describe_organization_config_rule_statuses",
]DescribeOrganizationConfigRulesPaginatorName#
# DescribeOrganizationConfigRulesPaginatorName usage example
from types_boto3_config.literals import DescribeOrganizationConfigRulesPaginatorName
def get_value() -> DescribeOrganizationConfigRulesPaginatorName:
    return "describe_organization_config_rules"# DescribeOrganizationConfigRulesPaginatorName definition
DescribeOrganizationConfigRulesPaginatorName = Literal[
    "describe_organization_config_rules",
]DescribeOrganizationConformancePackStatusesPaginatorName#
# DescribeOrganizationConformancePackStatusesPaginatorName usage example
from types_boto3_config.literals import DescribeOrganizationConformancePackStatusesPaginatorName
def get_value() -> DescribeOrganizationConformancePackStatusesPaginatorName:
    return "describe_organization_conformance_pack_statuses"# DescribeOrganizationConformancePackStatusesPaginatorName definition
DescribeOrganizationConformancePackStatusesPaginatorName = Literal[
    "describe_organization_conformance_pack_statuses",
]DescribeOrganizationConformancePacksPaginatorName#
# DescribeOrganizationConformancePacksPaginatorName usage example
from types_boto3_config.literals import DescribeOrganizationConformancePacksPaginatorName
def get_value() -> DescribeOrganizationConformancePacksPaginatorName:
    return "describe_organization_conformance_packs"# DescribeOrganizationConformancePacksPaginatorName definition
DescribeOrganizationConformancePacksPaginatorName = Literal[
    "describe_organization_conformance_packs",
]DescribePendingAggregationRequestsPaginatorName#
# DescribePendingAggregationRequestsPaginatorName usage example
from types_boto3_config.literals import DescribePendingAggregationRequestsPaginatorName
def get_value() -> DescribePendingAggregationRequestsPaginatorName:
    return "describe_pending_aggregation_requests"# DescribePendingAggregationRequestsPaginatorName definition
DescribePendingAggregationRequestsPaginatorName = Literal[
    "describe_pending_aggregation_requests",
]DescribeRemediationExecutionStatusPaginatorName#
# DescribeRemediationExecutionStatusPaginatorName usage example
from types_boto3_config.literals import DescribeRemediationExecutionStatusPaginatorName
def get_value() -> DescribeRemediationExecutionStatusPaginatorName:
    return "describe_remediation_execution_status"# DescribeRemediationExecutionStatusPaginatorName definition
DescribeRemediationExecutionStatusPaginatorName = Literal[
    "describe_remediation_execution_status",
]DescribeRetentionConfigurationsPaginatorName#
# DescribeRetentionConfigurationsPaginatorName usage example
from types_boto3_config.literals import DescribeRetentionConfigurationsPaginatorName
def get_value() -> DescribeRetentionConfigurationsPaginatorName:
    return "describe_retention_configurations"# DescribeRetentionConfigurationsPaginatorName definition
DescribeRetentionConfigurationsPaginatorName = Literal[
    "describe_retention_configurations",
]EvaluationModeType#
# EvaluationModeType usage example
from types_boto3_config.literals import EvaluationModeType
def get_value() -> EvaluationModeType:
    return "DETECTIVE"# EvaluationModeType definition
EvaluationModeType = Literal[
    "DETECTIVE",
    "PROACTIVE",
]EventSourceType#
# EventSourceType usage example
from types_boto3_config.literals import EventSourceType
def get_value() -> EventSourceType:
    return "aws.config"# EventSourceType definition
EventSourceType = Literal[
    "aws.config",
]GetAggregateComplianceDetailsByConfigRulePaginatorName#
# GetAggregateComplianceDetailsByConfigRulePaginatorName usage example
from types_boto3_config.literals import GetAggregateComplianceDetailsByConfigRulePaginatorName
def get_value() -> GetAggregateComplianceDetailsByConfigRulePaginatorName:
    return "get_aggregate_compliance_details_by_config_rule"# GetAggregateComplianceDetailsByConfigRulePaginatorName definition
GetAggregateComplianceDetailsByConfigRulePaginatorName = Literal[
    "get_aggregate_compliance_details_by_config_rule",
]GetComplianceDetailsByConfigRulePaginatorName#
# GetComplianceDetailsByConfigRulePaginatorName usage example
from types_boto3_config.literals import GetComplianceDetailsByConfigRulePaginatorName
def get_value() -> GetComplianceDetailsByConfigRulePaginatorName:
    return "get_compliance_details_by_config_rule"# GetComplianceDetailsByConfigRulePaginatorName definition
GetComplianceDetailsByConfigRulePaginatorName = Literal[
    "get_compliance_details_by_config_rule",
]GetComplianceDetailsByResourcePaginatorName#
# GetComplianceDetailsByResourcePaginatorName usage example
from types_boto3_config.literals import GetComplianceDetailsByResourcePaginatorName
def get_value() -> GetComplianceDetailsByResourcePaginatorName:
    return "get_compliance_details_by_resource"# GetComplianceDetailsByResourcePaginatorName definition
GetComplianceDetailsByResourcePaginatorName = Literal[
    "get_compliance_details_by_resource",
]GetConformancePackComplianceSummaryPaginatorName#
# GetConformancePackComplianceSummaryPaginatorName usage example
from types_boto3_config.literals import GetConformancePackComplianceSummaryPaginatorName
def get_value() -> GetConformancePackComplianceSummaryPaginatorName:
    return "get_conformance_pack_compliance_summary"# GetConformancePackComplianceSummaryPaginatorName definition
GetConformancePackComplianceSummaryPaginatorName = Literal[
    "get_conformance_pack_compliance_summary",
]GetOrganizationConfigRuleDetailedStatusPaginatorName#
# GetOrganizationConfigRuleDetailedStatusPaginatorName usage example
from types_boto3_config.literals import GetOrganizationConfigRuleDetailedStatusPaginatorName
def get_value() -> GetOrganizationConfigRuleDetailedStatusPaginatorName:
    return "get_organization_config_rule_detailed_status"# GetOrganizationConfigRuleDetailedStatusPaginatorName definition
GetOrganizationConfigRuleDetailedStatusPaginatorName = Literal[
    "get_organization_config_rule_detailed_status",
]GetOrganizationConformancePackDetailedStatusPaginatorName#
# GetOrganizationConformancePackDetailedStatusPaginatorName usage example
from types_boto3_config.literals import GetOrganizationConformancePackDetailedStatusPaginatorName
def get_value() -> GetOrganizationConformancePackDetailedStatusPaginatorName:
    return "get_organization_conformance_pack_detailed_status"# GetOrganizationConformancePackDetailedStatusPaginatorName definition
GetOrganizationConformancePackDetailedStatusPaginatorName = Literal[
    "get_organization_conformance_pack_detailed_status",
]GetResourceConfigHistoryPaginatorName#
# GetResourceConfigHistoryPaginatorName usage example
from types_boto3_config.literals import GetResourceConfigHistoryPaginatorName
def get_value() -> GetResourceConfigHistoryPaginatorName:
    return "get_resource_config_history"# GetResourceConfigHistoryPaginatorName definition
GetResourceConfigHistoryPaginatorName = Literal[
    "get_resource_config_history",
]ListAggregateDiscoveredResourcesPaginatorName#
# ListAggregateDiscoveredResourcesPaginatorName usage example
from types_boto3_config.literals import ListAggregateDiscoveredResourcesPaginatorName
def get_value() -> ListAggregateDiscoveredResourcesPaginatorName:
    return "list_aggregate_discovered_resources"# ListAggregateDiscoveredResourcesPaginatorName definition
ListAggregateDiscoveredResourcesPaginatorName = Literal[
    "list_aggregate_discovered_resources",
]ListConfigurationRecordersPaginatorName#
# ListConfigurationRecordersPaginatorName usage example
from types_boto3_config.literals import ListConfigurationRecordersPaginatorName
def get_value() -> ListConfigurationRecordersPaginatorName:
    return "list_configuration_recorders"# ListConfigurationRecordersPaginatorName definition
ListConfigurationRecordersPaginatorName = Literal[
    "list_configuration_recorders",
]ListDiscoveredResourcesPaginatorName#
# ListDiscoveredResourcesPaginatorName usage example
from types_boto3_config.literals import ListDiscoveredResourcesPaginatorName
def get_value() -> ListDiscoveredResourcesPaginatorName:
    return "list_discovered_resources"# ListDiscoveredResourcesPaginatorName definition
ListDiscoveredResourcesPaginatorName = Literal[
    "list_discovered_resources",
]ListResourceEvaluationsPaginatorName#
# ListResourceEvaluationsPaginatorName usage example
from types_boto3_config.literals import ListResourceEvaluationsPaginatorName
def get_value() -> ListResourceEvaluationsPaginatorName:
    return "list_resource_evaluations"# ListResourceEvaluationsPaginatorName definition
ListResourceEvaluationsPaginatorName = Literal[
    "list_resource_evaluations",
]ListTagsForResourcePaginatorName#
# ListTagsForResourcePaginatorName usage example
from types_boto3_config.literals import ListTagsForResourcePaginatorName
def get_value() -> ListTagsForResourcePaginatorName:
    return "list_tags_for_resource"# ListTagsForResourcePaginatorName definition
ListTagsForResourcePaginatorName = Literal[
    "list_tags_for_resource",
]MaximumExecutionFrequencyType#
# MaximumExecutionFrequencyType usage example
from types_boto3_config.literals import MaximumExecutionFrequencyType
def get_value() -> MaximumExecutionFrequencyType:
    return "One_Hour"# MaximumExecutionFrequencyType definition
MaximumExecutionFrequencyType = Literal[
    "One_Hour",
    "Six_Hours",
    "Three_Hours",
    "Twelve_Hours",
    "TwentyFour_Hours",
]MemberAccountRuleStatusType#
# MemberAccountRuleStatusType usage example
from types_boto3_config.literals import MemberAccountRuleStatusType
def get_value() -> MemberAccountRuleStatusType:
    return "CREATE_FAILED"# MemberAccountRuleStatusType definition
MemberAccountRuleStatusType = Literal[
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "CREATE_SUCCESSFUL",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "DELETE_SUCCESSFUL",
    "UPDATE_FAILED",
    "UPDATE_IN_PROGRESS",
    "UPDATE_SUCCESSFUL",
]MessageTypeType#
# MessageTypeType usage example
from types_boto3_config.literals import MessageTypeType
def get_value() -> MessageTypeType:
    return "ConfigurationItemChangeNotification"# MessageTypeType definition
MessageTypeType = Literal[
    "ConfigurationItemChangeNotification",
    "ConfigurationSnapshotDeliveryCompleted",
    "OversizedConfigurationItemChangeNotification",
    "ScheduledNotification",
]OrganizationConfigRuleTriggerTypeNoSNType#
# OrganizationConfigRuleTriggerTypeNoSNType usage example
from types_boto3_config.literals import OrganizationConfigRuleTriggerTypeNoSNType
def get_value() -> OrganizationConfigRuleTriggerTypeNoSNType:
    return "ConfigurationItemChangeNotification"# OrganizationConfigRuleTriggerTypeNoSNType definition
OrganizationConfigRuleTriggerTypeNoSNType = Literal[
    "ConfigurationItemChangeNotification",
    "OversizedConfigurationItemChangeNotification",
]OrganizationConfigRuleTriggerTypeType#
# OrganizationConfigRuleTriggerTypeType usage example
from types_boto3_config.literals import OrganizationConfigRuleTriggerTypeType
def get_value() -> OrganizationConfigRuleTriggerTypeType:
    return "ConfigurationItemChangeNotification"# OrganizationConfigRuleTriggerTypeType definition
OrganizationConfigRuleTriggerTypeType = Literal[
    "ConfigurationItemChangeNotification",
    "OversizedConfigurationItemChangeNotification",
    "ScheduledNotification",
]OrganizationResourceDetailedStatusType#
# OrganizationResourceDetailedStatusType usage example
from types_boto3_config.literals import OrganizationResourceDetailedStatusType
def get_value() -> OrganizationResourceDetailedStatusType:
    return "CREATE_FAILED"# OrganizationResourceDetailedStatusType definition
OrganizationResourceDetailedStatusType = Literal[
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "CREATE_SUCCESSFUL",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "DELETE_SUCCESSFUL",
    "UPDATE_FAILED",
    "UPDATE_IN_PROGRESS",
    "UPDATE_SUCCESSFUL",
]OrganizationResourceStatusType#
# OrganizationResourceStatusType usage example
from types_boto3_config.literals import OrganizationResourceStatusType
def get_value() -> OrganizationResourceStatusType:
    return "CREATE_FAILED"# OrganizationResourceStatusType definition
OrganizationResourceStatusType = Literal[
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "CREATE_SUCCESSFUL",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "DELETE_SUCCESSFUL",
    "UPDATE_FAILED",
    "UPDATE_IN_PROGRESS",
    "UPDATE_SUCCESSFUL",
]OrganizationRuleStatusType#
# OrganizationRuleStatusType usage example
from types_boto3_config.literals import OrganizationRuleStatusType
def get_value() -> OrganizationRuleStatusType:
    return "CREATE_FAILED"# OrganizationRuleStatusType definition
OrganizationRuleStatusType = Literal[
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "CREATE_SUCCESSFUL",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "DELETE_SUCCESSFUL",
    "UPDATE_FAILED",
    "UPDATE_IN_PROGRESS",
    "UPDATE_SUCCESSFUL",
]OwnerType#
# OwnerType usage example
from types_boto3_config.literals import OwnerType
def get_value() -> OwnerType:
    return "AWS"# OwnerType definition
OwnerType = Literal[
    "AWS",
    "CUSTOM_LAMBDA",
    "CUSTOM_POLICY",
]RecorderStatusType#
# RecorderStatusType usage example
from types_boto3_config.literals import RecorderStatusType
def get_value() -> RecorderStatusType:
    return "Failure"# RecorderStatusType definition
RecorderStatusType = Literal[
    "Failure",
    "NotApplicable",
    "Pending",
    "Success",
]RecordingFrequencyType#
# RecordingFrequencyType usage example
from types_boto3_config.literals import RecordingFrequencyType
def get_value() -> RecordingFrequencyType:
    return "CONTINUOUS"# RecordingFrequencyType definition
RecordingFrequencyType = Literal[
    "CONTINUOUS",
    "DAILY",
]RecordingScopeType#
# RecordingScopeType usage example
from types_boto3_config.literals import RecordingScopeType
def get_value() -> RecordingScopeType:
    return "INTERNAL"# RecordingScopeType definition
RecordingScopeType = Literal[
    "INTERNAL",
    "PAID",
]RecordingStrategyTypeType#
# RecordingStrategyTypeType usage example
from types_boto3_config.literals import RecordingStrategyTypeType
def get_value() -> RecordingStrategyTypeType:
    return "ALL_SUPPORTED_RESOURCE_TYPES"# RecordingStrategyTypeType definition
RecordingStrategyTypeType = Literal[
    "ALL_SUPPORTED_RESOURCE_TYPES",
    "EXCLUSION_BY_RESOURCE_TYPES",
    "INCLUSION_BY_RESOURCE_TYPES",
]RemediationExecutionStateType#
# RemediationExecutionStateType usage example
from types_boto3_config.literals import RemediationExecutionStateType
def get_value() -> RemediationExecutionStateType:
    return "FAILED"# RemediationExecutionStateType definition
RemediationExecutionStateType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "QUEUED",
    "SUCCEEDED",
    "UNKNOWN",
]RemediationExecutionStepStateType#
# RemediationExecutionStepStateType usage example
from types_boto3_config.literals import RemediationExecutionStepStateType
def get_value() -> RemediationExecutionStepStateType:
    return "EXITED"# RemediationExecutionStepStateType definition
RemediationExecutionStepStateType = Literal[
    "EXITED",
    "FAILED",
    "IN_PROGRESS",
    "PENDING",
    "SUCCEEDED",
    "UNKNOWN",
]RemediationTargetTypeType#
# RemediationTargetTypeType usage example
from types_boto3_config.literals import RemediationTargetTypeType
def get_value() -> RemediationTargetTypeType:
    return "SSM_DOCUMENT"# RemediationTargetTypeType definition
RemediationTargetTypeType = Literal[
    "SSM_DOCUMENT",
]ResourceConfigurationSchemaTypeType#
# ResourceConfigurationSchemaTypeType usage example
from types_boto3_config.literals import ResourceConfigurationSchemaTypeType
def get_value() -> ResourceConfigurationSchemaTypeType:
    return "CFN_RESOURCE_SCHEMA"# ResourceConfigurationSchemaTypeType definition
ResourceConfigurationSchemaTypeType = Literal[
    "CFN_RESOURCE_SCHEMA",
]ResourceCountGroupKeyType#
# ResourceCountGroupKeyType usage example
from types_boto3_config.literals import ResourceCountGroupKeyType
def get_value() -> ResourceCountGroupKeyType:
    return "ACCOUNT_ID"# ResourceCountGroupKeyType definition
ResourceCountGroupKeyType = Literal[
    "ACCOUNT_ID",
    "AWS_REGION",
    "RESOURCE_TYPE",
]ResourceEvaluationStatusType#
# ResourceEvaluationStatusType usage example
from types_boto3_config.literals import ResourceEvaluationStatusType
def get_value() -> ResourceEvaluationStatusType:
    return "FAILED"# ResourceEvaluationStatusType definition
ResourceEvaluationStatusType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "SUCCEEDED",
]ResourceTypeType#
# ResourceTypeType usage example
from types_boto3_config.literals import ResourceTypeType
def get_value() -> ResourceTypeType:
    return "AWS::ACM::Certificate"# ResourceTypeType definition
ResourceTypeType = Literal[
    "AWS::AccessAnalyzer::Analyzer",
    "AWS::ACM::Certificate",
    "AWS::ACMPCA::CertificateAuthority",
    "AWS::ACMPCA::CertificateAuthorityActivation",
    "AWS::AmazonMQ::Broker",
    "AWS::Amplify::App",
    "AWS::Amplify::Branch",
    "AWS::ApiGateway::RestApi",
    "AWS::ApiGateway::Stage",
    "AWS::ApiGatewayV2::Api",
    "AWS::ApiGatewayV2::Stage",
    "AWS::AppConfig::Application",
    "AWS::AppConfig::ConfigurationProfile",
    "AWS::AppConfig::DeploymentStrategy",
    "AWS::AppConfig::Environment",
    "AWS::AppConfig::ExtensionAssociation",
    "AWS::AppConfig::HostedConfigurationVersion",
    "AWS::AppFlow::Flow",
    "AWS::AppIntegrations::Application",
    "AWS::AppIntegrations::EventIntegration",
    "AWS::AppMesh::GatewayRoute",
    "AWS::AppMesh::Mesh",
    "AWS::AppMesh::Route",
    "AWS::AppMesh::VirtualGateway",
    "AWS::AppMesh::VirtualNode",
    "AWS::AppMesh::VirtualRouter",
    "AWS::AppMesh::VirtualService",
    "AWS::AppRunner::Service",
    "AWS::AppRunner::VpcConnector",
    "AWS::AppStream::Application",
    "AWS::AppStream::DirectoryConfig",
    "AWS::AppStream::Fleet",
    "AWS::AppStream::Stack",
    "AWS::AppSync::ApiCache",
    "AWS::AppSync::GraphQLApi",
    "AWS::APS::RuleGroupsNamespace",
    "AWS::Athena::DataCatalog",
    "AWS::Athena::PreparedStatement",
    "AWS::Athena::WorkGroup",
    "AWS::AuditManager::Assessment",
    "AWS::AutoScaling::AutoScalingGroup",
    "AWS::AutoScaling::LaunchConfiguration",
    "AWS::AutoScaling::ScalingPolicy",
    "AWS::AutoScaling::ScheduledAction",
    "AWS::AutoScaling::WarmPool",
    "AWS::Backup::BackupPlan",
    "AWS::Backup::BackupSelection",
    "AWS::Backup::BackupVault",
    "AWS::Backup::RecoveryPoint",
    "AWS::Backup::ReportPlan",
    "AWS::Batch::ComputeEnvironment",
    "AWS::Batch::JobQueue",
    "AWS::Batch::SchedulingPolicy",
    "AWS::Bedrock::Guardrail",
    "AWS::Bedrock::KnowledgeBase",
    "AWS::Budgets::BudgetsAction",
    "AWS::Cassandra::Keyspace",
    "AWS::Cloud9::EnvironmentEC2",
    "AWS::CloudFormation::Stack",
    "AWS::CloudFront::Distribution",
    "AWS::CloudFront::StreamingDistribution",
    "AWS::CloudTrail::Trail",
    "AWS::CloudWatch::Alarm",
    "AWS::CloudWatch::MetricStream",
    "AWS::CodeArtifact::Repository",
    "AWS::CodeBuild::Project",
    "AWS::CodeBuild::ReportGroup",
    "AWS::CodeDeploy::Application",
    "AWS::CodeDeploy::DeploymentConfig",
    "AWS::CodeDeploy::DeploymentGroup",
    "AWS::CodeGuruProfiler::ProfilingGroup",
    "AWS::CodeGuruReviewer::RepositoryAssociation",
    "AWS::CodePipeline::Pipeline",
    "AWS::Cognito::IdentityPool",
    "AWS::Cognito::UserPool",
    "AWS::Cognito::UserPoolClient",
    "AWS::Cognito::UserPoolGroup",
    "AWS::Config::ConformancePackCompliance",
    "AWS::Config::ResourceCompliance",
    "AWS::Connect::Instance",
    "AWS::Connect::PhoneNumber",
    "AWS::Connect::QuickConnect",
    "AWS::Connect::Rule",
    "AWS::Connect::User",
    "AWS::CustomerProfiles::Domain",
    "AWS::CustomerProfiles::ObjectType",
    "AWS::DataSync::LocationEFS",
    "AWS::DataSync::LocationFSxLustre",
    "AWS::DataSync::LocationFSxWindows",
    "AWS::DataSync::LocationHDFS",
    "AWS::DataSync::LocationNFS",
    "AWS::DataSync::LocationObjectStorage",
    "AWS::DataSync::LocationS3",
    "AWS::DataSync::LocationSMB",
    "AWS::DataSync::Task",
    "AWS::Detective::Graph",
    "AWS::DeviceFarm::InstanceProfile",
    "AWS::DeviceFarm::Project",
    "AWS::DeviceFarm::TestGridProject",
    "AWS::DMS::Certificate",
    "AWS::DMS::Endpoint",
    "AWS::DMS::EventSubscription",
    "AWS::DMS::ReplicationSubnetGroup",
    "AWS::DynamoDB::Table",
    "AWS::EC2::CapacityReservation",
    "AWS::EC2::CarrierGateway",
    "AWS::EC2::ClientVpnEndpoint",
    "AWS::EC2::ClientVpnTargetNetworkAssociation",
    "AWS::EC2::CustomerGateway",
    "AWS::EC2::DHCPOptions",
    "AWS::EC2::EC2Fleet",
    "AWS::EC2::EgressOnlyInternetGateway",
    "AWS::EC2::EIP",
    "AWS::EC2::EIPAssociation",
    "AWS::EC2::FlowLog",
    "AWS::EC2::Host",
    "AWS::EC2::Instance",
    "AWS::EC2::InstanceConnectEndpoint",
    "AWS::EC2::InternetGateway",
    "AWS::EC2::IPAM",
    "AWS::EC2::IPAMPool",
    "AWS::EC2::IPAMResourceDiscovery",
    "AWS::EC2::IPAMResourceDiscoveryAssociation",
    "AWS::EC2::IPAMScope",
    "AWS::EC2::LaunchTemplate",
    "AWS::EC2::NatGateway",
    "AWS::EC2::NetworkAcl",
    "AWS::EC2::NetworkInsightsAccessScope",
    "AWS::EC2::NetworkInsightsAccessScopeAnalysis",
    "AWS::EC2::NetworkInsightsAnalysis",
    "AWS::EC2::NetworkInsightsPath",
    "AWS::EC2::NetworkInterface",
    "AWS::EC2::PrefixList",
    "AWS::EC2::RegisteredHAInstance",
    "AWS::EC2::RouteTable",
    "AWS::EC2::SecurityGroup",
    "AWS::EC2::SnapshotBlockPublicAccess",
    "AWS::EC2::SpotFleet",
    "AWS::EC2::Subnet",
    "AWS::EC2::SubnetRouteTableAssociation",
    "AWS::EC2::TrafficMirrorFilter",
    "AWS::EC2::TrafficMirrorSession",
    "AWS::EC2::TrafficMirrorTarget",
    "AWS::EC2::TransitGateway",
    "AWS::EC2::TransitGatewayAttachment",
    "AWS::EC2::TransitGatewayConnect",
    "AWS::EC2::TransitGatewayMulticastDomain",
    "AWS::EC2::TransitGatewayRouteTable",
    "AWS::EC2::Volume",
    "AWS::EC2::VPC",
    "AWS::EC2::VPCBlockPublicAccessExclusion",
    "AWS::EC2::VPCBlockPublicAccessOptions",
    "AWS::EC2::VPCEndpoint",
    "AWS::EC2::VPCEndpointConnectionNotification",
    "AWS::EC2::VPCEndpointService",
    "AWS::EC2::VPCPeeringConnection",
    "AWS::EC2::VPNConnection",
    "AWS::EC2::VPNConnectionRoute",
    "AWS::EC2::VPNGateway",
    "AWS::ECR::PublicRepository",
    "AWS::ECR::PullThroughCacheRule",
    "AWS::ECR::RegistryPolicy",
    "AWS::ECR::Repository",
    "AWS::ECS::CapacityProvider",
    "AWS::ECS::Cluster",
    "AWS::ECS::Service",
    "AWS::ECS::TaskDefinition",
    "AWS::ECS::TaskSet",
    "AWS::EFS::AccessPoint",
    "AWS::EFS::FileSystem",
    "AWS::EKS::Addon",
    "AWS::EKS::Cluster",
    "AWS::EKS::FargateProfile",
    "AWS::EKS::IdentityProviderConfig",
    "AWS::ElasticBeanstalk::Application",
    "AWS::ElasticBeanstalk::ApplicationVersion",
    "AWS::ElasticBeanstalk::Environment",
    "AWS::ElasticLoadBalancing::LoadBalancer",
    "AWS::ElasticLoadBalancingV2::Listener",
    "AWS::ElasticLoadBalancingV2::LoadBalancer",
    "AWS::Elasticsearch::Domain",
    "AWS::EMR::SecurityConfiguration",
    "AWS::Events::ApiDestination",
    "AWS::Events::Archive",
    "AWS::Events::Connection",
    "AWS::Events::Endpoint",
    "AWS::Events::EventBus",
    "AWS::Events::Rule",
    "AWS::EventSchemas::Discoverer",
    "AWS::EventSchemas::Registry",
    "AWS::EventSchemas::RegistryPolicy",
    "AWS::EventSchemas::Schema",
    "AWS::Evidently::Launch",
    "AWS::Evidently::Project",
    "AWS::Evidently::Segment",
    "AWS::FIS::ExperimentTemplate",
    "AWS::Forecast::Dataset",
    "AWS::Forecast::DatasetGroup",
    "AWS::FraudDetector::EntityType",
    "AWS::FraudDetector::Label",
    "AWS::FraudDetector::Outcome",
    "AWS::FraudDetector::Variable",
    "AWS::GlobalAccelerator::Accelerator",
    "AWS::GlobalAccelerator::EndpointGroup",
    "AWS::GlobalAccelerator::Listener",
    "AWS::Glue::Classifier",
    "AWS::Glue::Job",
    "AWS::Glue::MLTransform",
    "AWS::Grafana::Workspace",
    "AWS::GreengrassV2::ComponentVersion",
    "AWS::GroundStation::Config",
    "AWS::GroundStation::DataflowEndpointGroup",
    "AWS::GroundStation::MissionProfile",
    "AWS::GuardDuty::Detector",
    "AWS::GuardDuty::Filter",
    "AWS::GuardDuty::IPSet",
    "AWS::GuardDuty::ThreatIntelSet",
    "AWS::HealthLake::FHIRDatastore",
    "AWS::IAM::Group",
    "AWS::IAM::InstanceProfile",
    "AWS::IAM::OIDCProvider",
    "AWS::IAM::Policy",
    "AWS::IAM::Role",
    "AWS::IAM::SAMLProvider",
    "AWS::IAM::ServerCertificate",
    "AWS::IAM::User",
    "AWS::ImageBuilder::ContainerRecipe",
    "AWS::ImageBuilder::DistributionConfiguration",
    "AWS::ImageBuilder::ImagePipeline",
    "AWS::ImageBuilder::ImageRecipe",
    "AWS::ImageBuilder::InfrastructureConfiguration",
    "AWS::InspectorV2::Activation",
    "AWS::InspectorV2::Filter",
    "AWS::IoT::AccountAuditConfiguration",
    "AWS::IoT::Authorizer",
    "AWS::IoT::CACertificate",
    "AWS::IoT::CustomMetric",
    "AWS::IoT::Dimension",
    "AWS::IoT::FleetMetric",
    "AWS::IoT::JobTemplate",
    "AWS::IoT::MitigationAction",
    "AWS::IoT::Policy",
    "AWS::IoT::ProvisioningTemplate",
    "AWS::IoT::RoleAlias",
    "AWS::IoT::ScheduledAudit",
    "AWS::IoT::SecurityProfile",
    "AWS::IoTAnalytics::Channel",
    "AWS::IoTAnalytics::Dataset",
    "AWS::IoTAnalytics::Datastore",
    "AWS::IoTAnalytics::Pipeline",
    "AWS::IoTEvents::AlarmModel",
    "AWS::IoTEvents::DetectorModel",
    "AWS::IoTEvents::Input",
    "AWS::IoTSiteWise::AssetModel",
    "AWS::IoTSiteWise::Dashboard",
    "AWS::IoTSiteWise::Gateway",
    "AWS::IoTSiteWise::Portal",
    "AWS::IoTSiteWise::Project",
    "AWS::IoTTwinMaker::ComponentType",
    "AWS::IoTTwinMaker::Entity",
    "AWS::IoTTwinMaker::Scene",
    "AWS::IoTTwinMaker::SyncJob",
    "AWS::IoTTwinMaker::Workspace",
    "AWS::IoTWireless::FuotaTask",
    "AWS::IoTWireless::MulticastGroup",
    "AWS::IoTWireless::ServiceProfile",
    "AWS::IVS::Channel",
    "AWS::IVS::PlaybackKeyPair",
    "AWS::IVS::RecordingConfiguration",
    "AWS::KafkaConnect::Connector",
    "AWS::Kendra::Index",
    "AWS::Kinesis::Stream",
    "AWS::Kinesis::StreamConsumer",
    "AWS::KinesisAnalyticsV2::Application",
    "AWS::KinesisFirehose::DeliveryStream",
    "AWS::KinesisVideo::SignalingChannel",
    "AWS::KinesisVideo::Stream",
    "AWS::KMS::Alias",
    "AWS::KMS::Key",
    "AWS::Lambda::CodeSigningConfig",
    "AWS::Lambda::Function",
    "AWS::Lex::Bot",
    "AWS::Lex::BotAlias",
    "AWS::Lightsail::Bucket",
    "AWS::Lightsail::Certificate",
    "AWS::Lightsail::Disk",
    "AWS::Lightsail::StaticIp",
    "AWS::Logs::Destination",
    "AWS::LookoutMetrics::Alert",
    "AWS::LookoutVision::Project",
    "AWS::M2::Environment",
    "AWS::MediaConnect::FlowEntitlement",
    "AWS::MediaConnect::FlowSource",
    "AWS::MediaConnect::FlowVpcInterface",
    "AWS::MediaConnect::Gateway",
    "AWS::MediaPackage::PackagingConfiguration",
    "AWS::MediaPackage::PackagingGroup",
    "AWS::MediaTailor::PlaybackConfiguration",
    "AWS::MemoryDB::SubnetGroup",
    "AWS::MSK::BatchScramSecret",
    "AWS::MSK::Cluster",
    "AWS::MSK::ClusterPolicy",
    "AWS::MSK::Configuration",
    "AWS::MSK::VpcConnection",
    "AWS::NetworkFirewall::Firewall",
    "AWS::NetworkFirewall::FirewallPolicy",
    "AWS::NetworkFirewall::RuleGroup",
    "AWS::NetworkManager::ConnectPeer",
    "AWS::NetworkManager::CustomerGatewayAssociation",
    "AWS::NetworkManager::Device",
    "AWS::NetworkManager::GlobalNetwork",
    "AWS::NetworkManager::Link",
    "AWS::NetworkManager::LinkAssociation",
    "AWS::NetworkManager::Site",
    "AWS::NetworkManager::TransitGatewayRegistration",
    "AWS::OpenSearch::Domain",
    "AWS::OpenSearchServerless::Collection",
    "AWS::OpenSearchServerless::VpcEndpoint",
    "AWS::Panorama::Package",
    "AWS::Personalize::Dataset",
    "AWS::Personalize::DatasetGroup",
    "AWS::Personalize::Schema",
    "AWS::Personalize::Solution",
    "AWS::Pinpoint::App",
    "AWS::Pinpoint::ApplicationSettings",
    "AWS::Pinpoint::Campaign",
    "AWS::Pinpoint::EmailChannel",
    "AWS::Pinpoint::EmailTemplate",
    "AWS::Pinpoint::EventStream",
    "AWS::Pinpoint::InAppTemplate",
    "AWS::Pinpoint::Segment",
    "AWS::QLDB::Ledger",
    "AWS::QuickSight::DataSource",
    "AWS::QuickSight::Template",
    "AWS::QuickSight::Theme",
    "AWS::RDS::DBCluster",
    "AWS::RDS::DBClusterSnapshot",
    "AWS::RDS::DBInstance",
    "AWS::RDS::DBSecurityGroup",
    "AWS::RDS::DBSnapshot",
    "AWS::RDS::DBSubnetGroup",
    "AWS::RDS::EventSubscription",
    "AWS::RDS::GlobalCluster",
    "AWS::RDS::OptionGroup",
    "AWS::Redshift::Cluster",
    "AWS::Redshift::ClusterParameterGroup",
    "AWS::Redshift::ClusterSecurityGroup",
    "AWS::Redshift::ClusterSnapshot",
    "AWS::Redshift::ClusterSubnetGroup",
    "AWS::Redshift::EndpointAccess",
    "AWS::Redshift::EndpointAuthorization",
    "AWS::Redshift::EventSubscription",
    "AWS::Redshift::ScheduledAction",
    "AWS::ResilienceHub::App",
    "AWS::ResilienceHub::ResiliencyPolicy",
    "AWS::ResourceExplorer2::Index",
    "AWS::RoboMaker::RobotApplication",
    "AWS::RoboMaker::RobotApplicationVersion",
    "AWS::RoboMaker::SimulationApplication",
    "AWS::Route53::HostedZone",
    "AWS::Route53Profiles::Profile",
    "AWS::Route53RecoveryControl::Cluster",
    "AWS::Route53RecoveryControl::ControlPanel",
    "AWS::Route53RecoveryControl::RoutingControl",
    "AWS::Route53RecoveryControl::SafetyRule",
    "AWS::Route53RecoveryReadiness::Cell",
    "AWS::Route53RecoveryReadiness::ReadinessCheck",
    "AWS::Route53RecoveryReadiness::RecoveryGroup",
    "AWS::Route53RecoveryReadiness::ResourceSet",
    "AWS::Route53Resolver::FirewallDomainList",
    "AWS::Route53Resolver::FirewallRuleGroup",
    "AWS::Route53Resolver::FirewallRuleGroupAssociation",
    "AWS::Route53Resolver::ResolverEndpoint",
    "AWS::Route53Resolver::ResolverQueryLoggingConfig",
    "AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation",
    "AWS::Route53Resolver::ResolverRule",
    "AWS::Route53Resolver::ResolverRuleAssociation",
    "AWS::RUM::AppMonitor",
    "AWS::S3::AccessPoint",
    "AWS::S3::AccountPublicAccessBlock",
    "AWS::S3::Bucket",
    "AWS::S3::MultiRegionAccessPoint",
    "AWS::S3::StorageLens",
    "AWS::S3::StorageLensGroup",
    "AWS::S3Express::BucketPolicy",
    "AWS::S3Express::DirectoryBucket",
    "AWS::SageMaker::AppImageConfig",
    "AWS::SageMaker::CodeRepository",
    "AWS::SageMaker::Domain",
    "AWS::SageMaker::FeatureGroup",
    "AWS::SageMaker::Image",
    "AWS::SageMaker::InferenceExperiment",
    "AWS::SageMaker::Model",
    "AWS::SageMaker::NotebookInstanceLifecycleConfig",
    "AWS::SageMaker::Workteam",
    "AWS::SecretsManager::Secret",
    "AWS::SecurityHub::Standard",
    "AWS::ServiceCatalog::CloudFormationProduct",
    "AWS::ServiceCatalog::CloudFormationProvisionedProduct",
    "AWS::ServiceCatalog::Portfolio",
    "AWS::ServiceDiscovery::HttpNamespace",
    "AWS::ServiceDiscovery::Instance",
    "AWS::ServiceDiscovery::PublicDnsNamespace",
    "AWS::ServiceDiscovery::Service",
    "AWS::SES::ConfigurationSet",
    "AWS::SES::ContactList",
    "AWS::SES::ReceiptFilter",
    "AWS::SES::ReceiptRuleSet",
    "AWS::SES::Template",
    "AWS::Shield::Protection",
    "AWS::ShieldRegional::Protection",
    "AWS::Signer::SigningProfile",
    "AWS::SNS::Topic",
    "AWS::SQS::Queue",
    "AWS::SSM::AssociationCompliance",
    "AWS::SSM::Document",
    "AWS::SSM::FileData",
    "AWS::SSM::ManagedInstanceInventory",
    "AWS::SSM::PatchCompliance",
    "AWS::StepFunctions::Activity",
    "AWS::StepFunctions::StateMachine",
    "AWS::Transfer::Agreement",
    "AWS::Transfer::Certificate",
    "AWS::Transfer::Connector",
    "AWS::Transfer::Profile",
    "AWS::Transfer::Workflow",
    "AWS::WAF::RateBasedRule",
    "AWS::WAF::Rule",
    "AWS::WAF::RuleGroup",
    "AWS::WAF::WebACL",
    "AWS::WAFRegional::RateBasedRule",
    "AWS::WAFRegional::Rule",
    "AWS::WAFRegional::RuleGroup",
    "AWS::WAFRegional::WebACL",
    "AWS::WAFv2::IPSet",
    "AWS::WAFv2::ManagedRuleSet",
    "AWS::WAFv2::RegexPatternSet",
    "AWS::WAFv2::RuleGroup",
    "AWS::WAFv2::WebACL",
    "AWS::WorkSpaces::ConnectionAlias",
    "AWS::WorkSpaces::Workspace",
    "AWS::XRay::EncryptionConfig",
]ResourceValueTypeType#
# ResourceValueTypeType usage example
from types_boto3_config.literals import ResourceValueTypeType
def get_value() -> ResourceValueTypeType:
    return "RESOURCE_ID"# ResourceValueTypeType definition
ResourceValueTypeType = Literal[
    "RESOURCE_ID",
]SelectAggregateResourceConfigPaginatorName#
# SelectAggregateResourceConfigPaginatorName usage example
from types_boto3_config.literals import SelectAggregateResourceConfigPaginatorName
def get_value() -> SelectAggregateResourceConfigPaginatorName:
    return "select_aggregate_resource_config"# SelectAggregateResourceConfigPaginatorName definition
SelectAggregateResourceConfigPaginatorName = Literal[
    "select_aggregate_resource_config",
]SelectResourceConfigPaginatorName#
# SelectResourceConfigPaginatorName usage example
from types_boto3_config.literals import SelectResourceConfigPaginatorName
def get_value() -> SelectResourceConfigPaginatorName:
    return "select_resource_config"# SelectResourceConfigPaginatorName definition
SelectResourceConfigPaginatorName = Literal[
    "select_resource_config",
]SortByType#
# SortByType usage example
from types_boto3_config.literals import SortByType
def get_value() -> SortByType:
    return "SCORE"# SortByType definition
SortByType = Literal[
    "SCORE",
]SortOrderType#
# SortOrderType usage example
from types_boto3_config.literals import SortOrderType
def get_value() -> SortOrderType:
    return "ASCENDING"# SortOrderType definition
SortOrderType = Literal[
    "ASCENDING",
    "DESCENDING",
]ConfigServiceServiceName#
# ConfigServiceServiceName usage example
from types_boto3_config.literals import ConfigServiceServiceName
def get_value() -> ConfigServiceServiceName:
    return "config"# ConfigServiceServiceName definition
ConfigServiceServiceName = Literal[
    "config",
]ServiceName#
# ServiceName usage example
from types_boto3_config.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_config.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_config.literals import PaginatorName
def get_value() -> PaginatorName:
    return "describe_aggregate_compliance_by_config_rules"# PaginatorName definition
PaginatorName = Literal[
    "describe_aggregate_compliance_by_config_rules",
    "describe_aggregate_compliance_by_conformance_packs",
    "describe_aggregation_authorizations",
    "describe_compliance_by_config_rule",
    "describe_compliance_by_resource",
    "describe_config_rule_evaluation_status",
    "describe_config_rules",
    "describe_configuration_aggregator_sources_status",
    "describe_configuration_aggregators",
    "describe_conformance_pack_status",
    "describe_conformance_packs",
    "describe_organization_config_rule_statuses",
    "describe_organization_config_rules",
    "describe_organization_conformance_pack_statuses",
    "describe_organization_conformance_packs",
    "describe_pending_aggregation_requests",
    "describe_remediation_execution_status",
    "describe_retention_configurations",
    "get_aggregate_compliance_details_by_config_rule",
    "get_compliance_details_by_config_rule",
    "get_compliance_details_by_resource",
    "get_conformance_pack_compliance_summary",
    "get_organization_config_rule_detailed_status",
    "get_organization_conformance_pack_detailed_status",
    "get_resource_config_history",
    "list_aggregate_discovered_resources",
    "list_configuration_recorders",
    "list_discovered_resources",
    "list_resource_evaluations",
    "list_tags_for_resource",
    "select_aggregate_resource_config",
    "select_resource_config",
]RegionName#
# RegionName usage example
from types_boto3_config.literals import RegionName
def get_value() -> RegionName:
    return "af-south-1"# RegionName definition
RegionName = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-east-2",
    "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-6",
    "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",
]