Literals#
Index > CloudFormation > Literals
Auto-generated documentation for CloudFormation type annotations stubs module types-boto3-cloudformation.
AccountFilterTypeType#
# AccountFilterTypeType usage example
from types_boto3_cloudformation.literals import AccountFilterTypeType
def get_value() -> AccountFilterTypeType:
    return "DIFFERENCE"# AccountFilterTypeType definition
AccountFilterTypeType = Literal[
    "DIFFERENCE",
    "INTERSECTION",
    "NONE",
    "UNION",
]AccountGateStatusType#
# AccountGateStatusType usage example
from types_boto3_cloudformation.literals import AccountGateStatusType
def get_value() -> AccountGateStatusType:
    return "FAILED"# AccountGateStatusType definition
AccountGateStatusType = Literal[
    "FAILED",
    "SKIPPED",
    "SUCCEEDED",
]AttributeChangeTypeType#
# AttributeChangeTypeType usage example
from types_boto3_cloudformation.literals import AttributeChangeTypeType
def get_value() -> AttributeChangeTypeType:
    return "Add"# AttributeChangeTypeType definition
AttributeChangeTypeType = Literal[
    "Add",
    "Modify",
    "Remove",
]CallAsType#
# CallAsType usage example
from types_boto3_cloudformation.literals import CallAsType
def get_value() -> CallAsType:
    return "DELEGATED_ADMIN"# CallAsType definition
CallAsType = Literal[
    "DELEGATED_ADMIN",
    "SELF",
]CapabilityType#
# CapabilityType usage example
from types_boto3_cloudformation.literals import CapabilityType
def get_value() -> CapabilityType:
    return "CAPABILITY_AUTO_EXPAND"# CapabilityType definition
CapabilityType = Literal[
    "CAPABILITY_AUTO_EXPAND",
    "CAPABILITY_IAM",
    "CAPABILITY_NAMED_IAM",
]CategoryType#
# CategoryType usage example
from types_boto3_cloudformation.literals import CategoryType
def get_value() -> CategoryType:
    return "ACTIVATED"# CategoryType definition
CategoryType = Literal[
    "ACTIVATED",
    "AWS_TYPES",
    "REGISTERED",
    "THIRD_PARTY",
]ChangeActionType#
# ChangeActionType usage example
from types_boto3_cloudformation.literals import ChangeActionType
def get_value() -> ChangeActionType:
    return "Add"# ChangeActionType definition
ChangeActionType = Literal[
    "Add",
    "Dynamic",
    "Import",
    "Modify",
    "Remove",
]ChangeSetCreateCompleteWaiterName#
# ChangeSetCreateCompleteWaiterName usage example
from types_boto3_cloudformation.literals import ChangeSetCreateCompleteWaiterName
def get_value() -> ChangeSetCreateCompleteWaiterName:
    return "change_set_create_complete"# ChangeSetCreateCompleteWaiterName definition
ChangeSetCreateCompleteWaiterName = Literal[
    "change_set_create_complete",
]ChangeSetHooksStatusType#
# ChangeSetHooksStatusType usage example
from types_boto3_cloudformation.literals import ChangeSetHooksStatusType
def get_value() -> ChangeSetHooksStatusType:
    return "PLANNED"# ChangeSetHooksStatusType definition
ChangeSetHooksStatusType = Literal[
    "PLANNED",
    "PLANNING",
    "UNAVAILABLE",
]ChangeSetStatusType#
# ChangeSetStatusType usage example
from types_boto3_cloudformation.literals import ChangeSetStatusType
def get_value() -> ChangeSetStatusType:
    return "CREATE_COMPLETE"# ChangeSetStatusType definition
ChangeSetStatusType = Literal[
    "CREATE_COMPLETE",
    "CREATE_IN_PROGRESS",
    "CREATE_PENDING",
    "DELETE_COMPLETE",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "DELETE_PENDING",
    "FAILED",
]ChangeSetTypeType#
# ChangeSetTypeType usage example
from types_boto3_cloudformation.literals import ChangeSetTypeType
def get_value() -> ChangeSetTypeType:
    return "CREATE"# ChangeSetTypeType definition
ChangeSetTypeType = Literal[
    "CREATE",
    "IMPORT",
    "UPDATE",
]ChangeSourceType#
# ChangeSourceType usage example
from types_boto3_cloudformation.literals import ChangeSourceType
def get_value() -> ChangeSourceType:
    return "Automatic"# ChangeSourceType definition
ChangeSourceType = Literal[
    "Automatic",
    "DirectModification",
    "ParameterReference",
    "ResourceAttribute",
    "ResourceReference",
]ChangeTypeType#
# ChangeTypeType usage example
from types_boto3_cloudformation.literals import ChangeTypeType
def get_value() -> ChangeTypeType:
    return "Resource"# ChangeTypeType definition
ChangeTypeType = Literal[
    "Resource",
]ConcurrencyModeType#
# ConcurrencyModeType usage example
from types_boto3_cloudformation.literals import ConcurrencyModeType
def get_value() -> ConcurrencyModeType:
    return "SOFT_FAILURE_TOLERANCE"# ConcurrencyModeType definition
ConcurrencyModeType = Literal[
    "SOFT_FAILURE_TOLERANCE",
    "STRICT_FAILURE_TOLERANCE",
]DeletionModeType#
# DeletionModeType usage example
from types_boto3_cloudformation.literals import DeletionModeType
def get_value() -> DeletionModeType:
    return "FORCE_DELETE_STACK"# DeletionModeType definition
DeletionModeType = Literal[
    "FORCE_DELETE_STACK",
    "STANDARD",
]DeprecatedStatusType#
# DeprecatedStatusType usage example
from types_boto3_cloudformation.literals import DeprecatedStatusType
def get_value() -> DeprecatedStatusType:
    return "DEPRECATED"# DeprecatedStatusType definition
DeprecatedStatusType = Literal[
    "DEPRECATED",
    "LIVE",
]DescribeAccountLimitsPaginatorName#
# DescribeAccountLimitsPaginatorName usage example
from types_boto3_cloudformation.literals import DescribeAccountLimitsPaginatorName
def get_value() -> DescribeAccountLimitsPaginatorName:
    return "describe_account_limits"# DescribeAccountLimitsPaginatorName definition
DescribeAccountLimitsPaginatorName = Literal[
    "describe_account_limits",
]DescribeChangeSetPaginatorName#
# DescribeChangeSetPaginatorName usage example
from types_boto3_cloudformation.literals import DescribeChangeSetPaginatorName
def get_value() -> DescribeChangeSetPaginatorName:
    return "describe_change_set"# DescribeChangeSetPaginatorName definition
DescribeChangeSetPaginatorName = Literal[
    "describe_change_set",
]DescribeStackEventsPaginatorName#
# DescribeStackEventsPaginatorName usage example
from types_boto3_cloudformation.literals import DescribeStackEventsPaginatorName
def get_value() -> DescribeStackEventsPaginatorName:
    return "describe_stack_events"# DescribeStackEventsPaginatorName definition
DescribeStackEventsPaginatorName = Literal[
    "describe_stack_events",
]DescribeStacksPaginatorName#
# DescribeStacksPaginatorName usage example
from types_boto3_cloudformation.literals import DescribeStacksPaginatorName
def get_value() -> DescribeStacksPaginatorName:
    return "describe_stacks"# DescribeStacksPaginatorName definition
DescribeStacksPaginatorName = Literal[
    "describe_stacks",
]DetailedStatusType#
# DetailedStatusType usage example
from types_boto3_cloudformation.literals import DetailedStatusType
def get_value() -> DetailedStatusType:
    return "CONFIGURATION_COMPLETE"# DetailedStatusType definition
DetailedStatusType = Literal[
    "CONFIGURATION_COMPLETE",
    "VALIDATION_FAILED",
]DifferenceTypeType#
# DifferenceTypeType usage example
from types_boto3_cloudformation.literals import DifferenceTypeType
def get_value() -> DifferenceTypeType:
    return "ADD"# DifferenceTypeType definition
DifferenceTypeType = Literal[
    "ADD",
    "NOT_EQUAL",
    "REMOVE",
]EvaluationTypeType#
# EvaluationTypeType usage example
from types_boto3_cloudformation.literals import EvaluationTypeType
def get_value() -> EvaluationTypeType:
    return "Dynamic"# EvaluationTypeType definition
EvaluationTypeType = Literal[
    "Dynamic",
    "Static",
]ExecutionStatusType#
# ExecutionStatusType usage example
from types_boto3_cloudformation.literals import ExecutionStatusType
def get_value() -> ExecutionStatusType:
    return "AVAILABLE"# ExecutionStatusType definition
ExecutionStatusType = Literal[
    "AVAILABLE",
    "EXECUTE_COMPLETE",
    "EXECUTE_FAILED",
    "EXECUTE_IN_PROGRESS",
    "OBSOLETE",
    "UNAVAILABLE",
]GeneratedTemplateDeletionPolicyType#
# GeneratedTemplateDeletionPolicyType usage example
from types_boto3_cloudformation.literals import GeneratedTemplateDeletionPolicyType
def get_value() -> GeneratedTemplateDeletionPolicyType:
    return "DELETE"# GeneratedTemplateDeletionPolicyType definition
GeneratedTemplateDeletionPolicyType = Literal[
    "DELETE",
    "RETAIN",
]GeneratedTemplateResourceStatusType#
# GeneratedTemplateResourceStatusType usage example
from types_boto3_cloudformation.literals import GeneratedTemplateResourceStatusType
def get_value() -> GeneratedTemplateResourceStatusType:
    return "COMPLETE"# GeneratedTemplateResourceStatusType definition
GeneratedTemplateResourceStatusType = Literal[
    "COMPLETE",
    "FAILED",
    "IN_PROGRESS",
    "PENDING",
]GeneratedTemplateStatusType#
# GeneratedTemplateStatusType usage example
from types_boto3_cloudformation.literals import GeneratedTemplateStatusType
def get_value() -> GeneratedTemplateStatusType:
    return "COMPLETE"# GeneratedTemplateStatusType definition
GeneratedTemplateStatusType = Literal[
    "COMPLETE",
    "CREATE_IN_PROGRESS",
    "CREATE_PENDING",
    "DELETE_IN_PROGRESS",
    "DELETE_PENDING",
    "FAILED",
    "UPDATE_IN_PROGRESS",
    "UPDATE_PENDING",
]GeneratedTemplateUpdateReplacePolicyType#
# GeneratedTemplateUpdateReplacePolicyType usage example
from types_boto3_cloudformation.literals import GeneratedTemplateUpdateReplacePolicyType
def get_value() -> GeneratedTemplateUpdateReplacePolicyType:
    return "DELETE"# GeneratedTemplateUpdateReplacePolicyType definition
GeneratedTemplateUpdateReplacePolicyType = Literal[
    "DELETE",
    "RETAIN",
]HandlerErrorCodeType#
# HandlerErrorCodeType usage example
from types_boto3_cloudformation.literals import HandlerErrorCodeType
def get_value() -> HandlerErrorCodeType:
    return "AccessDenied"# HandlerErrorCodeType definition
HandlerErrorCodeType = Literal[
    "AccessDenied",
    "AlreadyExists",
    "GeneralServiceException",
    "HandlerInternalFailure",
    "InternalFailure",
    "InvalidCredentials",
    "InvalidRequest",
    "InvalidTypeConfiguration",
    "NetworkFailure",
    "NonCompliant",
    "NotFound",
    "NotStabilized",
    "NotUpdatable",
    "ResourceConflict",
    "ServiceInternalError",
    "ServiceLimitExceeded",
    "Throttling",
    "Unknown",
    "UnsupportedTarget",
]HookFailureModeType#
# HookFailureModeType usage example
from types_boto3_cloudformation.literals import HookFailureModeType
def get_value() -> HookFailureModeType:
    return "FAIL"# HookFailureModeType definition
HookFailureModeType = Literal[
    "FAIL",
    "WARN",
]HookInvocationPointType#
# HookInvocationPointType usage example
from types_boto3_cloudformation.literals import HookInvocationPointType
def get_value() -> HookInvocationPointType:
    return "PRE_PROVISION"# HookInvocationPointType definition
HookInvocationPointType = Literal[
    "PRE_PROVISION",
]HookStatusType#
# HookStatusType usage example
from types_boto3_cloudformation.literals import HookStatusType
def get_value() -> HookStatusType:
    return "HOOK_COMPLETE_FAILED"# HookStatusType definition
HookStatusType = Literal[
    "HOOK_COMPLETE_FAILED",
    "HOOK_COMPLETE_SUCCEEDED",
    "HOOK_FAILED",
    "HOOK_IN_PROGRESS",
]HookTargetTypeType#
# HookTargetTypeType usage example
from types_boto3_cloudformation.literals import HookTargetTypeType
def get_value() -> HookTargetTypeType:
    return "RESOURCE"# HookTargetTypeType definition
HookTargetTypeType = Literal[
    "RESOURCE",
]IdentityProviderType#
# IdentityProviderType usage example
from types_boto3_cloudformation.literals import IdentityProviderType
def get_value() -> IdentityProviderType:
    return "AWS_Marketplace"# IdentityProviderType definition
IdentityProviderType = Literal[
    "AWS_Marketplace",
    "Bitbucket",
    "GitHub",
]ListChangeSetsPaginatorName#
# ListChangeSetsPaginatorName usage example
from types_boto3_cloudformation.literals import ListChangeSetsPaginatorName
def get_value() -> ListChangeSetsPaginatorName:
    return "list_change_sets"# ListChangeSetsPaginatorName definition
ListChangeSetsPaginatorName = Literal[
    "list_change_sets",
]ListExportsPaginatorName#
# ListExportsPaginatorName usage example
from types_boto3_cloudformation.literals import ListExportsPaginatorName
def get_value() -> ListExportsPaginatorName:
    return "list_exports"# ListExportsPaginatorName definition
ListExportsPaginatorName = Literal[
    "list_exports",
]ListGeneratedTemplatesPaginatorName#
# ListGeneratedTemplatesPaginatorName usage example
from types_boto3_cloudformation.literals import ListGeneratedTemplatesPaginatorName
def get_value() -> ListGeneratedTemplatesPaginatorName:
    return "list_generated_templates"# ListGeneratedTemplatesPaginatorName definition
ListGeneratedTemplatesPaginatorName = Literal[
    "list_generated_templates",
]ListHookResultsTargetTypeType#
# ListHookResultsTargetTypeType usage example
from types_boto3_cloudformation.literals import ListHookResultsTargetTypeType
def get_value() -> ListHookResultsTargetTypeType:
    return "CHANGE_SET"# ListHookResultsTargetTypeType definition
ListHookResultsTargetTypeType = Literal[
    "CHANGE_SET",
    "CLOUD_CONTROL",
    "RESOURCE",
    "STACK",
]ListImportsPaginatorName#
# ListImportsPaginatorName usage example
from types_boto3_cloudformation.literals import ListImportsPaginatorName
def get_value() -> ListImportsPaginatorName:
    return "list_imports"# ListImportsPaginatorName definition
ListImportsPaginatorName = Literal[
    "list_imports",
]ListResourceScanRelatedResourcesPaginatorName#
# ListResourceScanRelatedResourcesPaginatorName usage example
from types_boto3_cloudformation.literals import ListResourceScanRelatedResourcesPaginatorName
def get_value() -> ListResourceScanRelatedResourcesPaginatorName:
    return "list_resource_scan_related_resources"# ListResourceScanRelatedResourcesPaginatorName definition
ListResourceScanRelatedResourcesPaginatorName = Literal[
    "list_resource_scan_related_resources",
]ListResourceScanResourcesPaginatorName#
# ListResourceScanResourcesPaginatorName usage example
from types_boto3_cloudformation.literals import ListResourceScanResourcesPaginatorName
def get_value() -> ListResourceScanResourcesPaginatorName:
    return "list_resource_scan_resources"# ListResourceScanResourcesPaginatorName definition
ListResourceScanResourcesPaginatorName = Literal[
    "list_resource_scan_resources",
]ListResourceScansPaginatorName#
# ListResourceScansPaginatorName usage example
from types_boto3_cloudformation.literals import ListResourceScansPaginatorName
def get_value() -> ListResourceScansPaginatorName:
    return "list_resource_scans"# ListResourceScansPaginatorName definition
ListResourceScansPaginatorName = Literal[
    "list_resource_scans",
]ListStackInstancesPaginatorName#
# ListStackInstancesPaginatorName usage example
from types_boto3_cloudformation.literals import ListStackInstancesPaginatorName
def get_value() -> ListStackInstancesPaginatorName:
    return "list_stack_instances"# ListStackInstancesPaginatorName definition
ListStackInstancesPaginatorName = Literal[
    "list_stack_instances",
]ListStackRefactorActionsPaginatorName#
# ListStackRefactorActionsPaginatorName usage example
from types_boto3_cloudformation.literals import ListStackRefactorActionsPaginatorName
def get_value() -> ListStackRefactorActionsPaginatorName:
    return "list_stack_refactor_actions"# ListStackRefactorActionsPaginatorName definition
ListStackRefactorActionsPaginatorName = Literal[
    "list_stack_refactor_actions",
]ListStackRefactorsPaginatorName#
# ListStackRefactorsPaginatorName usage example
from types_boto3_cloudformation.literals import ListStackRefactorsPaginatorName
def get_value() -> ListStackRefactorsPaginatorName:
    return "list_stack_refactors"# ListStackRefactorsPaginatorName definition
ListStackRefactorsPaginatorName = Literal[
    "list_stack_refactors",
]ListStackResourcesPaginatorName#
# ListStackResourcesPaginatorName usage example
from types_boto3_cloudformation.literals import ListStackResourcesPaginatorName
def get_value() -> ListStackResourcesPaginatorName:
    return "list_stack_resources"# ListStackResourcesPaginatorName definition
ListStackResourcesPaginatorName = Literal[
    "list_stack_resources",
]ListStackSetOperationResultsPaginatorName#
# ListStackSetOperationResultsPaginatorName usage example
from types_boto3_cloudformation.literals import ListStackSetOperationResultsPaginatorName
def get_value() -> ListStackSetOperationResultsPaginatorName:
    return "list_stack_set_operation_results"# ListStackSetOperationResultsPaginatorName definition
ListStackSetOperationResultsPaginatorName = Literal[
    "list_stack_set_operation_results",
]ListStackSetOperationsPaginatorName#
# ListStackSetOperationsPaginatorName usage example
from types_boto3_cloudformation.literals import ListStackSetOperationsPaginatorName
def get_value() -> ListStackSetOperationsPaginatorName:
    return "list_stack_set_operations"# ListStackSetOperationsPaginatorName definition
ListStackSetOperationsPaginatorName = Literal[
    "list_stack_set_operations",
]ListStackSetsPaginatorName#
# ListStackSetsPaginatorName usage example
from types_boto3_cloudformation.literals import ListStackSetsPaginatorName
def get_value() -> ListStackSetsPaginatorName:
    return "list_stack_sets"# ListStackSetsPaginatorName definition
ListStackSetsPaginatorName = Literal[
    "list_stack_sets",
]ListStacksPaginatorName#
# ListStacksPaginatorName usage example
from types_boto3_cloudformation.literals import ListStacksPaginatorName
def get_value() -> ListStacksPaginatorName:
    return "list_stacks"# ListStacksPaginatorName definition
ListStacksPaginatorName = Literal[
    "list_stacks",
]ListTypesPaginatorName#
# ListTypesPaginatorName usage example
from types_boto3_cloudformation.literals import ListTypesPaginatorName
def get_value() -> ListTypesPaginatorName:
    return "list_types"# ListTypesPaginatorName definition
ListTypesPaginatorName = Literal[
    "list_types",
]OnFailureType#
# OnFailureType usage example
from types_boto3_cloudformation.literals import OnFailureType
def get_value() -> OnFailureType:
    return "DELETE"# OnFailureType definition
OnFailureType = Literal[
    "DELETE",
    "DO_NOTHING",
    "ROLLBACK",
]OnStackFailureType#
# OnStackFailureType usage example
from types_boto3_cloudformation.literals import OnStackFailureType
def get_value() -> OnStackFailureType:
    return "DELETE"# OnStackFailureType definition
OnStackFailureType = Literal[
    "DELETE",
    "DO_NOTHING",
    "ROLLBACK",
]OperationResultFilterNameType#
# OperationResultFilterNameType usage example
from types_boto3_cloudformation.literals import OperationResultFilterNameType
def get_value() -> OperationResultFilterNameType:
    return "OPERATION_RESULT_STATUS"# OperationResultFilterNameType definition
OperationResultFilterNameType = Literal[
    "OPERATION_RESULT_STATUS",
]OperationStatusType#
# OperationStatusType usage example
from types_boto3_cloudformation.literals import OperationStatusType
def get_value() -> OperationStatusType:
    return "FAILED"# OperationStatusType definition
OperationStatusType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "PENDING",
    "SUCCESS",
]OrganizationStatusType#
# OrganizationStatusType usage example
from types_boto3_cloudformation.literals import OrganizationStatusType
def get_value() -> OrganizationStatusType:
    return "DISABLED"# OrganizationStatusType definition
OrganizationStatusType = Literal[
    "DISABLED",
    "DISABLED_PERMANENTLY",
    "ENABLED",
]PermissionModelsType#
# PermissionModelsType usage example
from types_boto3_cloudformation.literals import PermissionModelsType
def get_value() -> PermissionModelsType:
    return "SELF_MANAGED"# PermissionModelsType definition
PermissionModelsType = Literal[
    "SELF_MANAGED",
    "SERVICE_MANAGED",
]PolicyActionType#
# PolicyActionType usage example
from types_boto3_cloudformation.literals import PolicyActionType
def get_value() -> PolicyActionType:
    return "Delete"# PolicyActionType definition
PolicyActionType = Literal[
    "Delete",
    "ReplaceAndDelete",
    "ReplaceAndRetain",
    "ReplaceAndSnapshot",
    "Retain",
    "Snapshot",
]ProvisioningTypeType#
# ProvisioningTypeType usage example
from types_boto3_cloudformation.literals import ProvisioningTypeType
def get_value() -> ProvisioningTypeType:
    return "FULLY_MUTABLE"# ProvisioningTypeType definition
ProvisioningTypeType = Literal[
    "FULLY_MUTABLE",
    "IMMUTABLE",
    "NON_PROVISIONABLE",
]PublisherStatusType#
# PublisherStatusType usage example
from types_boto3_cloudformation.literals import PublisherStatusType
def get_value() -> PublisherStatusType:
    return "UNVERIFIED"# PublisherStatusType definition
PublisherStatusType = Literal[
    "UNVERIFIED",
    "VERIFIED",
]RegionConcurrencyTypeType#
# RegionConcurrencyTypeType usage example
from types_boto3_cloudformation.literals import RegionConcurrencyTypeType
def get_value() -> RegionConcurrencyTypeType:
    return "PARALLEL"# RegionConcurrencyTypeType definition
RegionConcurrencyTypeType = Literal[
    "PARALLEL",
    "SEQUENTIAL",
]RegistrationStatusType#
# RegistrationStatusType usage example
from types_boto3_cloudformation.literals import RegistrationStatusType
def get_value() -> RegistrationStatusType:
    return "COMPLETE"# RegistrationStatusType definition
RegistrationStatusType = Literal[
    "COMPLETE",
    "FAILED",
    "IN_PROGRESS",
]RegistryTypeType#
# RegistryTypeType usage example
from types_boto3_cloudformation.literals import RegistryTypeType
def get_value() -> RegistryTypeType:
    return "HOOK"# RegistryTypeType definition
RegistryTypeType = Literal[
    "HOOK",
    "MODULE",
    "RESOURCE",
]ReplacementType#
# ReplacementType usage example
from types_boto3_cloudformation.literals import ReplacementType
def get_value() -> ReplacementType:
    return "Conditional"# ReplacementType definition
ReplacementType = Literal[
    "Conditional",
    "False",
    "True",
]RequiresRecreationType#
# RequiresRecreationType usage example
from types_boto3_cloudformation.literals import RequiresRecreationType
def get_value() -> RequiresRecreationType:
    return "Always"# RequiresRecreationType definition
RequiresRecreationType = Literal[
    "Always",
    "Conditionally",
    "Never",
]ResourceAttributeType#
# ResourceAttributeType usage example
from types_boto3_cloudformation.literals import ResourceAttributeType
def get_value() -> ResourceAttributeType:
    return "CreationPolicy"# ResourceAttributeType definition
ResourceAttributeType = Literal[
    "CreationPolicy",
    "DeletionPolicy",
    "Metadata",
    "Properties",
    "Tags",
    "UpdatePolicy",
    "UpdateReplacePolicy",
]ResourceScanStatusType#
# ResourceScanStatusType usage example
from types_boto3_cloudformation.literals import ResourceScanStatusType
def get_value() -> ResourceScanStatusType:
    return "COMPLETE"# ResourceScanStatusType definition
ResourceScanStatusType = Literal[
    "COMPLETE",
    "EXPIRED",
    "FAILED",
    "IN_PROGRESS",
]ResourceSignalStatusType#
# ResourceSignalStatusType usage example
from types_boto3_cloudformation.literals import ResourceSignalStatusType
def get_value() -> ResourceSignalStatusType:
    return "FAILURE"# ResourceSignalStatusType definition
ResourceSignalStatusType = Literal[
    "FAILURE",
    "SUCCESS",
]ResourceStatusType#
# ResourceStatusType usage example
from types_boto3_cloudformation.literals import ResourceStatusType
def get_value() -> ResourceStatusType:
    return "CREATE_COMPLETE"# ResourceStatusType definition
ResourceStatusType = Literal[
    "CREATE_COMPLETE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "DELETE_COMPLETE",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "DELETE_SKIPPED",
    "EXPORT_COMPLETE",
    "EXPORT_FAILED",
    "EXPORT_IN_PROGRESS",
    "EXPORT_ROLLBACK_COMPLETE",
    "EXPORT_ROLLBACK_FAILED",
    "EXPORT_ROLLBACK_IN_PROGRESS",
    "IMPORT_COMPLETE",
    "IMPORT_FAILED",
    "IMPORT_IN_PROGRESS",
    "IMPORT_ROLLBACK_COMPLETE",
    "IMPORT_ROLLBACK_FAILED",
    "IMPORT_ROLLBACK_IN_PROGRESS",
    "ROLLBACK_COMPLETE",
    "ROLLBACK_FAILED",
    "ROLLBACK_IN_PROGRESS",
    "UPDATE_COMPLETE",
    "UPDATE_FAILED",
    "UPDATE_IN_PROGRESS",
    "UPDATE_ROLLBACK_COMPLETE",
    "UPDATE_ROLLBACK_FAILED",
    "UPDATE_ROLLBACK_IN_PROGRESS",
]ScanTypeType#
# ScanTypeType usage example
from types_boto3_cloudformation.literals import ScanTypeType
def get_value() -> ScanTypeType:
    return "FULL"# ScanTypeType definition
ScanTypeType = Literal[
    "FULL",
    "PARTIAL",
]StackCreateCompleteWaiterName#
# StackCreateCompleteWaiterName usage example
from types_boto3_cloudformation.literals import StackCreateCompleteWaiterName
def get_value() -> StackCreateCompleteWaiterName:
    return "stack_create_complete"# StackCreateCompleteWaiterName definition
StackCreateCompleteWaiterName = Literal[
    "stack_create_complete",
]StackDeleteCompleteWaiterName#
# StackDeleteCompleteWaiterName usage example
from types_boto3_cloudformation.literals import StackDeleteCompleteWaiterName
def get_value() -> StackDeleteCompleteWaiterName:
    return "stack_delete_complete"# StackDeleteCompleteWaiterName definition
StackDeleteCompleteWaiterName = Literal[
    "stack_delete_complete",
]StackDriftDetectionStatusType#
# StackDriftDetectionStatusType usage example
from types_boto3_cloudformation.literals import StackDriftDetectionStatusType
def get_value() -> StackDriftDetectionStatusType:
    return "DETECTION_COMPLETE"# StackDriftDetectionStatusType definition
StackDriftDetectionStatusType = Literal[
    "DETECTION_COMPLETE",
    "DETECTION_FAILED",
    "DETECTION_IN_PROGRESS",
]StackDriftStatusType#
# StackDriftStatusType usage example
from types_boto3_cloudformation.literals import StackDriftStatusType
def get_value() -> StackDriftStatusType:
    return "DRIFTED"# StackDriftStatusType definition
StackDriftStatusType = Literal[
    "DRIFTED",
    "IN_SYNC",
    "NOT_CHECKED",
    "UNKNOWN",
]StackExistsWaiterName#
# StackExistsWaiterName usage example
from types_boto3_cloudformation.literals import StackExistsWaiterName
def get_value() -> StackExistsWaiterName:
    return "stack_exists"# StackExistsWaiterName definition
StackExistsWaiterName = Literal[
    "stack_exists",
]StackImportCompleteWaiterName#
# StackImportCompleteWaiterName usage example
from types_boto3_cloudformation.literals import StackImportCompleteWaiterName
def get_value() -> StackImportCompleteWaiterName:
    return "stack_import_complete"# StackImportCompleteWaiterName definition
StackImportCompleteWaiterName = Literal[
    "stack_import_complete",
]StackInstanceDetailedStatusType#
# StackInstanceDetailedStatusType usage example
from types_boto3_cloudformation.literals import StackInstanceDetailedStatusType
def get_value() -> StackInstanceDetailedStatusType:
    return "CANCELLED"# StackInstanceDetailedStatusType definition
StackInstanceDetailedStatusType = Literal[
    "CANCELLED",
    "FAILED",
    "FAILED_IMPORT",
    "INOPERABLE",
    "PENDING",
    "RUNNING",
    "SKIPPED_SUSPENDED_ACCOUNT",
    "SUCCEEDED",
]StackInstanceFilterNameType#
# StackInstanceFilterNameType usage example
from types_boto3_cloudformation.literals import StackInstanceFilterNameType
def get_value() -> StackInstanceFilterNameType:
    return "DETAILED_STATUS"# StackInstanceFilterNameType definition
StackInstanceFilterNameType = Literal[
    "DETAILED_STATUS",
    "DRIFT_STATUS",
    "LAST_OPERATION_ID",
]StackInstanceStatusType#
# StackInstanceStatusType usage example
from types_boto3_cloudformation.literals import StackInstanceStatusType
def get_value() -> StackInstanceStatusType:
    return "CURRENT"# StackInstanceStatusType definition
StackInstanceStatusType = Literal[
    "CURRENT",
    "INOPERABLE",
    "OUTDATED",
]StackRefactorActionEntityType#
# StackRefactorActionEntityType usage example
from types_boto3_cloudformation.literals import StackRefactorActionEntityType
def get_value() -> StackRefactorActionEntityType:
    return "RESOURCE"# StackRefactorActionEntityType definition
StackRefactorActionEntityType = Literal[
    "RESOURCE",
    "STACK",
]StackRefactorActionTypeType#
# StackRefactorActionTypeType usage example
from types_boto3_cloudformation.literals import StackRefactorActionTypeType
def get_value() -> StackRefactorActionTypeType:
    return "CREATE"# StackRefactorActionTypeType definition
StackRefactorActionTypeType = Literal[
    "CREATE",
    "MOVE",
]StackRefactorCreateCompleteWaiterName#
# StackRefactorCreateCompleteWaiterName usage example
from types_boto3_cloudformation.literals import StackRefactorCreateCompleteWaiterName
def get_value() -> StackRefactorCreateCompleteWaiterName:
    return "stack_refactor_create_complete"# StackRefactorCreateCompleteWaiterName definition
StackRefactorCreateCompleteWaiterName = Literal[
    "stack_refactor_create_complete",
]StackRefactorDetectionType#
# StackRefactorDetectionType usage example
from types_boto3_cloudformation.literals import StackRefactorDetectionType
def get_value() -> StackRefactorDetectionType:
    return "AUTO"# StackRefactorDetectionType definition
StackRefactorDetectionType = Literal[
    "AUTO",
    "MANUAL",
]StackRefactorExecuteCompleteWaiterName#
# StackRefactorExecuteCompleteWaiterName usage example
from types_boto3_cloudformation.literals import StackRefactorExecuteCompleteWaiterName
def get_value() -> StackRefactorExecuteCompleteWaiterName:
    return "stack_refactor_execute_complete"# StackRefactorExecuteCompleteWaiterName definition
StackRefactorExecuteCompleteWaiterName = Literal[
    "stack_refactor_execute_complete",
]StackRefactorExecutionStatusType#
# StackRefactorExecutionStatusType usage example
from types_boto3_cloudformation.literals import StackRefactorExecutionStatusType
def get_value() -> StackRefactorExecutionStatusType:
    return "AVAILABLE"# StackRefactorExecutionStatusType definition
StackRefactorExecutionStatusType = Literal[
    "AVAILABLE",
    "EXECUTE_COMPLETE",
    "EXECUTE_FAILED",
    "EXECUTE_IN_PROGRESS",
    "OBSOLETE",
    "ROLLBACK_COMPLETE",
    "ROLLBACK_FAILED",
    "ROLLBACK_IN_PROGRESS",
    "UNAVAILABLE",
]StackRefactorStatusType#
# StackRefactorStatusType usage example
from types_boto3_cloudformation.literals import StackRefactorStatusType
def get_value() -> StackRefactorStatusType:
    return "CREATE_COMPLETE"# StackRefactorStatusType definition
StackRefactorStatusType = Literal[
    "CREATE_COMPLETE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "DELETE_COMPLETE",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
]StackResourceDriftStatusType#
# StackResourceDriftStatusType usage example
from types_boto3_cloudformation.literals import StackResourceDriftStatusType
def get_value() -> StackResourceDriftStatusType:
    return "DELETED"# StackResourceDriftStatusType definition
StackResourceDriftStatusType = Literal[
    "DELETED",
    "IN_SYNC",
    "MODIFIED",
    "NOT_CHECKED",
    "UNKNOWN",
]StackRollbackCompleteWaiterName#
# StackRollbackCompleteWaiterName usage example
from types_boto3_cloudformation.literals import StackRollbackCompleteWaiterName
def get_value() -> StackRollbackCompleteWaiterName:
    return "stack_rollback_complete"# StackRollbackCompleteWaiterName definition
StackRollbackCompleteWaiterName = Literal[
    "stack_rollback_complete",
]StackSetDriftDetectionStatusType#
# StackSetDriftDetectionStatusType usage example
from types_boto3_cloudformation.literals import StackSetDriftDetectionStatusType
def get_value() -> StackSetDriftDetectionStatusType:
    return "COMPLETED"# StackSetDriftDetectionStatusType definition
StackSetDriftDetectionStatusType = Literal[
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
    "PARTIAL_SUCCESS",
    "STOPPED",
]StackSetDriftStatusType#
# StackSetDriftStatusType usage example
from types_boto3_cloudformation.literals import StackSetDriftStatusType
def get_value() -> StackSetDriftStatusType:
    return "DRIFTED"# StackSetDriftStatusType definition
StackSetDriftStatusType = Literal[
    "DRIFTED",
    "IN_SYNC",
    "NOT_CHECKED",
]StackSetOperationActionType#
# StackSetOperationActionType usage example
from types_boto3_cloudformation.literals import StackSetOperationActionType
def get_value() -> StackSetOperationActionType:
    return "CREATE"# StackSetOperationActionType definition
StackSetOperationActionType = Literal[
    "CREATE",
    "DELETE",
    "DETECT_DRIFT",
    "UPDATE",
]StackSetOperationResultStatusType#
# StackSetOperationResultStatusType usage example
from types_boto3_cloudformation.literals import StackSetOperationResultStatusType
def get_value() -> StackSetOperationResultStatusType:
    return "CANCELLED"# StackSetOperationResultStatusType definition
StackSetOperationResultStatusType = Literal[
    "CANCELLED",
    "FAILED",
    "PENDING",
    "RUNNING",
    "SUCCEEDED",
]StackSetOperationStatusType#
# StackSetOperationStatusType usage example
from types_boto3_cloudformation.literals import StackSetOperationStatusType
def get_value() -> StackSetOperationStatusType:
    return "FAILED"# StackSetOperationStatusType definition
StackSetOperationStatusType = Literal[
    "FAILED",
    "QUEUED",
    "RUNNING",
    "STOPPED",
    "STOPPING",
    "SUCCEEDED",
]StackSetStatusType#
# StackSetStatusType usage example
from types_boto3_cloudformation.literals import StackSetStatusType
def get_value() -> StackSetStatusType:
    return "ACTIVE"# StackSetStatusType definition
StackSetStatusType = Literal[
    "ACTIVE",
    "DELETED",
]StackStatusType#
# StackStatusType usage example
from types_boto3_cloudformation.literals import StackStatusType
def get_value() -> StackStatusType:
    return "CREATE_COMPLETE"# StackStatusType definition
StackStatusType = Literal[
    "CREATE_COMPLETE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "DELETE_COMPLETE",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "IMPORT_COMPLETE",
    "IMPORT_IN_PROGRESS",
    "IMPORT_ROLLBACK_COMPLETE",
    "IMPORT_ROLLBACK_FAILED",
    "IMPORT_ROLLBACK_IN_PROGRESS",
    "REVIEW_IN_PROGRESS",
    "ROLLBACK_COMPLETE",
    "ROLLBACK_FAILED",
    "ROLLBACK_IN_PROGRESS",
    "UPDATE_COMPLETE",
    "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS",
    "UPDATE_FAILED",
    "UPDATE_IN_PROGRESS",
    "UPDATE_ROLLBACK_COMPLETE",
    "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",
    "UPDATE_ROLLBACK_FAILED",
    "UPDATE_ROLLBACK_IN_PROGRESS",
]StackUpdateCompleteWaiterName#
# StackUpdateCompleteWaiterName usage example
from types_boto3_cloudformation.literals import StackUpdateCompleteWaiterName
def get_value() -> StackUpdateCompleteWaiterName:
    return "stack_update_complete"# StackUpdateCompleteWaiterName definition
StackUpdateCompleteWaiterName = Literal[
    "stack_update_complete",
]TemplateFormatType#
# TemplateFormatType usage example
from types_boto3_cloudformation.literals import TemplateFormatType
def get_value() -> TemplateFormatType:
    return "JSON"# TemplateFormatType definition
TemplateFormatType = Literal[
    "JSON",
    "YAML",
]TemplateStageType#
# TemplateStageType usage example
from types_boto3_cloudformation.literals import TemplateStageType
def get_value() -> TemplateStageType:
    return "Original"# TemplateStageType definition
TemplateStageType = Literal[
    "Original",
    "Processed",
]ThirdPartyTypeType#
# ThirdPartyTypeType usage example
from types_boto3_cloudformation.literals import ThirdPartyTypeType
def get_value() -> ThirdPartyTypeType:
    return "HOOK"# ThirdPartyTypeType definition
ThirdPartyTypeType = Literal[
    "HOOK",
    "MODULE",
    "RESOURCE",
]TypeRegistrationCompleteWaiterName#
# TypeRegistrationCompleteWaiterName usage example
from types_boto3_cloudformation.literals import TypeRegistrationCompleteWaiterName
def get_value() -> TypeRegistrationCompleteWaiterName:
    return "type_registration_complete"# TypeRegistrationCompleteWaiterName definition
TypeRegistrationCompleteWaiterName = Literal[
    "type_registration_complete",
]TypeTestsStatusType#
# TypeTestsStatusType usage example
from types_boto3_cloudformation.literals import TypeTestsStatusType
def get_value() -> TypeTestsStatusType:
    return "FAILED"# TypeTestsStatusType definition
TypeTestsStatusType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "NOT_TESTED",
    "PASSED",
]VersionBumpType#
# VersionBumpType usage example
from types_boto3_cloudformation.literals import VersionBumpType
def get_value() -> VersionBumpType:
    return "MAJOR"# VersionBumpType definition
VersionBumpType = Literal[
    "MAJOR",
    "MINOR",
]VisibilityType#
# VisibilityType usage example
from types_boto3_cloudformation.literals import VisibilityType
def get_value() -> VisibilityType:
    return "PRIVATE"# VisibilityType definition
VisibilityType = Literal[
    "PRIVATE",
    "PUBLIC",
]WarningTypeType#
# WarningTypeType usage example
from types_boto3_cloudformation.literals import WarningTypeType
def get_value() -> WarningTypeType:
    return "EXCLUDED_PROPERTIES"# WarningTypeType definition
WarningTypeType = Literal[
    "EXCLUDED_PROPERTIES",
    "EXCLUDED_RESOURCES",
    "MUTUALLY_EXCLUSIVE_PROPERTIES",
    "MUTUALLY_EXCLUSIVE_TYPES",
    "UNSUPPORTED_PROPERTIES",
]CloudFormationServiceName#
# CloudFormationServiceName usage example
from types_boto3_cloudformation.literals import CloudFormationServiceName
def get_value() -> CloudFormationServiceName:
    return "cloudformation"# CloudFormationServiceName definition
CloudFormationServiceName = Literal[
    "cloudformation",
]ServiceName#
# ServiceName usage example
from types_boto3_cloudformation.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_cloudformation.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_cloudformation.literals import PaginatorName
def get_value() -> PaginatorName:
    return "describe_account_limits"# PaginatorName definition
PaginatorName = Literal[
    "describe_account_limits",
    "describe_change_set",
    "describe_stack_events",
    "describe_stacks",
    "list_change_sets",
    "list_exports",
    "list_generated_templates",
    "list_imports",
    "list_resource_scan_related_resources",
    "list_resource_scan_resources",
    "list_resource_scans",
    "list_stack_instances",
    "list_stack_refactor_actions",
    "list_stack_refactors",
    "list_stack_resources",
    "list_stack_set_operation_results",
    "list_stack_set_operations",
    "list_stack_sets",
    "list_stacks",
    "list_types",
]WaiterName#
# WaiterName usage example
from types_boto3_cloudformation.literals import WaiterName
def get_value() -> WaiterName:
    return "change_set_create_complete"# WaiterName definition
WaiterName = Literal[
    "change_set_create_complete",
    "stack_create_complete",
    "stack_delete_complete",
    "stack_exists",
    "stack_import_complete",
    "stack_refactor_create_complete",
    "stack_refactor_execute_complete",
    "stack_rollback_complete",
    "stack_update_complete",
    "type_registration_complete",
]RegionName#
# RegionName usage example
from types_boto3_cloudformation.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",
]