Skip to content

Literals

Index > CloudFormation > Literals

Auto-generated documentation for CloudFormation type annotations stubs module types-aiobotocore-cloudformation.

AccountFilterTypeType

Usage Example
from types_aiobotocore_cloudformation.literals import AccountFilterTypeType

def get_value() -> AccountFilterTypeType:
    return "DIFFERENCE"
Definition
AccountFilterTypeType = Literal[
    "DIFFERENCE",
    "INTERSECTION",
    "NONE",
    "UNION",
]

AccountGateStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import AccountGateStatusType

def get_value() -> AccountGateStatusType:
    return "FAILED"
Definition
AccountGateStatusType = Literal[
    "FAILED",
    "SKIPPED",
    "SUCCEEDED",
]

CallAsType

Usage Example
from types_aiobotocore_cloudformation.literals import CallAsType

def get_value() -> CallAsType:
    return "DELEGATED_ADMIN"
Definition
CallAsType = Literal[
    "DELEGATED_ADMIN",
    "SELF",
]

CapabilityType

Usage Example
from types_aiobotocore_cloudformation.literals import CapabilityType

def get_value() -> CapabilityType:
    return "CAPABILITY_AUTO_EXPAND"
Definition
CapabilityType = Literal[
    "CAPABILITY_AUTO_EXPAND",
    "CAPABILITY_IAM",
    "CAPABILITY_NAMED_IAM",
]

CategoryType

Usage Example
from types_aiobotocore_cloudformation.literals import CategoryType

def get_value() -> CategoryType:
    return "ACTIVATED"
Definition
CategoryType = Literal[
    "ACTIVATED",
    "AWS_TYPES",
    "REGISTERED",
    "THIRD_PARTY",
]

ChangeActionType

Usage Example
from types_aiobotocore_cloudformation.literals import ChangeActionType

def get_value() -> ChangeActionType:
    return "Add"
Definition
ChangeActionType = Literal[
    "Add",
    "Dynamic",
    "Import",
    "Modify",
    "Remove",
]

ChangeSetCreateCompleteWaiterName

Usage Example
from types_aiobotocore_cloudformation.literals import ChangeSetCreateCompleteWaiterName

def get_value() -> ChangeSetCreateCompleteWaiterName:
    return "change_set_create_complete"
Definition
ChangeSetCreateCompleteWaiterName = Literal[
    "change_set_create_complete",
]

ChangeSetHooksStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import ChangeSetHooksStatusType

def get_value() -> ChangeSetHooksStatusType:
    return "PLANNED"
Definition
ChangeSetHooksStatusType = Literal[
    "PLANNED",
    "PLANNING",
    "UNAVAILABLE",
]

ChangeSetStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import ChangeSetStatusType

def get_value() -> ChangeSetStatusType:
    return "CREATE_COMPLETE"
Definition
ChangeSetStatusType = Literal[
    "CREATE_COMPLETE",
    "CREATE_IN_PROGRESS",
    "CREATE_PENDING",
    "DELETE_COMPLETE",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "DELETE_PENDING",
    "FAILED",
]

ChangeSetTypeType

Usage Example
from types_aiobotocore_cloudformation.literals import ChangeSetTypeType

def get_value() -> ChangeSetTypeType:
    return "CREATE"
Definition
ChangeSetTypeType = Literal[
    "CREATE",
    "IMPORT",
    "UPDATE",
]

ChangeSourceType

Usage Example
from types_aiobotocore_cloudformation.literals import ChangeSourceType

def get_value() -> ChangeSourceType:
    return "Automatic"
Definition
ChangeSourceType = Literal[
    "Automatic",
    "DirectModification",
    "ParameterReference",
    "ResourceAttribute",
    "ResourceReference",
]

ChangeTypeType

Usage Example
from types_aiobotocore_cloudformation.literals import ChangeTypeType

def get_value() -> ChangeTypeType:
    return "Resource"
Definition
ChangeTypeType = Literal[
    "Resource",
]

DeprecatedStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import DeprecatedStatusType

def get_value() -> DeprecatedStatusType:
    return "DEPRECATED"
Definition
DeprecatedStatusType = Literal[
    "DEPRECATED",
    "LIVE",
]

DescribeAccountLimitsPaginatorName

Usage Example
from types_aiobotocore_cloudformation.literals import DescribeAccountLimitsPaginatorName

def get_value() -> DescribeAccountLimitsPaginatorName:
    return "describe_account_limits"
Definition
DescribeAccountLimitsPaginatorName = Literal[
    "describe_account_limits",
]

DescribeChangeSetPaginatorName

Usage Example
from types_aiobotocore_cloudformation.literals import DescribeChangeSetPaginatorName

def get_value() -> DescribeChangeSetPaginatorName:
    return "describe_change_set"
Definition
DescribeChangeSetPaginatorName = Literal[
    "describe_change_set",
]

DescribeStackEventsPaginatorName

Usage Example
from types_aiobotocore_cloudformation.literals import DescribeStackEventsPaginatorName

def get_value() -> DescribeStackEventsPaginatorName:
    return "describe_stack_events"
Definition
DescribeStackEventsPaginatorName = Literal[
    "describe_stack_events",
]

DescribeStacksPaginatorName

Usage Example
from types_aiobotocore_cloudformation.literals import DescribeStacksPaginatorName

def get_value() -> DescribeStacksPaginatorName:
    return "describe_stacks"
Definition
DescribeStacksPaginatorName = Literal[
    "describe_stacks",
]

DifferenceTypeType

Usage Example
from types_aiobotocore_cloudformation.literals import DifferenceTypeType

def get_value() -> DifferenceTypeType:
    return "ADD"
Definition
DifferenceTypeType = Literal[
    "ADD",
    "NOT_EQUAL",
    "REMOVE",
]

EvaluationTypeType

Usage Example
from types_aiobotocore_cloudformation.literals import EvaluationTypeType

def get_value() -> EvaluationTypeType:
    return "Dynamic"
Definition
EvaluationTypeType = Literal[
    "Dynamic",
    "Static",
]

ExecutionStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import ExecutionStatusType

def get_value() -> ExecutionStatusType:
    return "AVAILABLE"
Definition
ExecutionStatusType = Literal[
    "AVAILABLE",
    "EXECUTE_COMPLETE",
    "EXECUTE_FAILED",
    "EXECUTE_IN_PROGRESS",
    "OBSOLETE",
    "UNAVAILABLE",
]

HandlerErrorCodeType

Usage Example
from types_aiobotocore_cloudformation.literals import HandlerErrorCodeType

def get_value() -> HandlerErrorCodeType:
    return "AccessDenied"
Definition
HandlerErrorCodeType = Literal[
    "AccessDenied",
    "AlreadyExists",
    "GeneralServiceException",
    "HandlerInternalFailure",
    "InternalFailure",
    "InvalidCredentials",
    "InvalidRequest",
    "InvalidTypeConfiguration",
    "NetworkFailure",
    "NonCompliant",
    "NotFound",
    "NotStabilized",
    "NotUpdatable",
    "ResourceConflict",
    "ServiceInternalError",
    "ServiceLimitExceeded",
    "Throttling",
    "Unknown",
]

HookFailureModeType

Usage Example
from types_aiobotocore_cloudformation.literals import HookFailureModeType

def get_value() -> HookFailureModeType:
    return "FAIL"
Definition
HookFailureModeType = Literal[
    "FAIL",
    "WARN",
]

HookInvocationPointType

Usage Example
from types_aiobotocore_cloudformation.literals import HookInvocationPointType

def get_value() -> HookInvocationPointType:
    return "PRE_PROVISION"
Definition
HookInvocationPointType = Literal[
    "PRE_PROVISION",
]

HookStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import HookStatusType

def get_value() -> HookStatusType:
    return "HOOK_COMPLETE_FAILED"
Definition
HookStatusType = Literal[
    "HOOK_COMPLETE_FAILED",
    "HOOK_COMPLETE_SUCCEEDED",
    "HOOK_FAILED",
    "HOOK_IN_PROGRESS",
]

HookTargetTypeType

Usage Example
from types_aiobotocore_cloudformation.literals import HookTargetTypeType

def get_value() -> HookTargetTypeType:
    return "RESOURCE"
Definition
HookTargetTypeType = Literal[
    "RESOURCE",
]

IdentityProviderType

Usage Example
from types_aiobotocore_cloudformation.literals import IdentityProviderType

def get_value() -> IdentityProviderType:
    return "AWS_Marketplace"
Definition
IdentityProviderType = Literal[
    "AWS_Marketplace",
    "Bitbucket",
    "GitHub",
]

ListChangeSetsPaginatorName

Usage Example
from types_aiobotocore_cloudformation.literals import ListChangeSetsPaginatorName

def get_value() -> ListChangeSetsPaginatorName:
    return "list_change_sets"
Definition
ListChangeSetsPaginatorName = Literal[
    "list_change_sets",
]

ListExportsPaginatorName

Usage Example
from types_aiobotocore_cloudformation.literals import ListExportsPaginatorName

def get_value() -> ListExportsPaginatorName:
    return "list_exports"
Definition
ListExportsPaginatorName = Literal[
    "list_exports",
]

ListImportsPaginatorName

Usage Example
from types_aiobotocore_cloudformation.literals import ListImportsPaginatorName

def get_value() -> ListImportsPaginatorName:
    return "list_imports"
Definition
ListImportsPaginatorName = Literal[
    "list_imports",
]

ListStackInstancesPaginatorName

Usage Example
from types_aiobotocore_cloudformation.literals import ListStackInstancesPaginatorName

def get_value() -> ListStackInstancesPaginatorName:
    return "list_stack_instances"
Definition
ListStackInstancesPaginatorName = Literal[
    "list_stack_instances",
]

ListStackResourcesPaginatorName

Usage Example
from types_aiobotocore_cloudformation.literals import ListStackResourcesPaginatorName

def get_value() -> ListStackResourcesPaginatorName:
    return "list_stack_resources"
Definition
ListStackResourcesPaginatorName = Literal[
    "list_stack_resources",
]

ListStackSetOperationResultsPaginatorName

Usage Example
from types_aiobotocore_cloudformation.literals import ListStackSetOperationResultsPaginatorName

def get_value() -> ListStackSetOperationResultsPaginatorName:
    return "list_stack_set_operation_results"
Definition
ListStackSetOperationResultsPaginatorName = Literal[
    "list_stack_set_operation_results",
]

ListStackSetOperationsPaginatorName

Usage Example
from types_aiobotocore_cloudformation.literals import ListStackSetOperationsPaginatorName

def get_value() -> ListStackSetOperationsPaginatorName:
    return "list_stack_set_operations"
Definition
ListStackSetOperationsPaginatorName = Literal[
    "list_stack_set_operations",
]

ListStackSetsPaginatorName

Usage Example
from types_aiobotocore_cloudformation.literals import ListStackSetsPaginatorName

def get_value() -> ListStackSetsPaginatorName:
    return "list_stack_sets"
Definition
ListStackSetsPaginatorName = Literal[
    "list_stack_sets",
]

ListStacksPaginatorName

Usage Example
from types_aiobotocore_cloudformation.literals import ListStacksPaginatorName

def get_value() -> ListStacksPaginatorName:
    return "list_stacks"
Definition
ListStacksPaginatorName = Literal[
    "list_stacks",
]

ListTypesPaginatorName

Usage Example
from types_aiobotocore_cloudformation.literals import ListTypesPaginatorName

def get_value() -> ListTypesPaginatorName:
    return "list_types"
Definition
ListTypesPaginatorName = Literal[
    "list_types",
]

OnFailureType

Usage Example
from types_aiobotocore_cloudformation.literals import OnFailureType

def get_value() -> OnFailureType:
    return "DELETE"
Definition
OnFailureType = Literal[
    "DELETE",
    "DO_NOTHING",
    "ROLLBACK",
]

OperationStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import OperationStatusType

def get_value() -> OperationStatusType:
    return "FAILED"
Definition
OperationStatusType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "PENDING",
    "SUCCESS",
]

PermissionModelsType

Usage Example
from types_aiobotocore_cloudformation.literals import PermissionModelsType

def get_value() -> PermissionModelsType:
    return "SELF_MANAGED"
Definition
PermissionModelsType = Literal[
    "SELF_MANAGED",
    "SERVICE_MANAGED",
]

ProvisioningTypeType

Usage Example
from types_aiobotocore_cloudformation.literals import ProvisioningTypeType

def get_value() -> ProvisioningTypeType:
    return "FULLY_MUTABLE"
Definition
ProvisioningTypeType = Literal[
    "FULLY_MUTABLE",
    "IMMUTABLE",
    "NON_PROVISIONABLE",
]

PublisherStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import PublisherStatusType

def get_value() -> PublisherStatusType:
    return "UNVERIFIED"
Definition
PublisherStatusType = Literal[
    "UNVERIFIED",
    "VERIFIED",
]

RegionConcurrencyTypeType

Usage Example
from types_aiobotocore_cloudformation.literals import RegionConcurrencyTypeType

def get_value() -> RegionConcurrencyTypeType:
    return "PARALLEL"
Definition
RegionConcurrencyTypeType = Literal[
    "PARALLEL",
    "SEQUENTIAL",
]

RegistrationStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import RegistrationStatusType

def get_value() -> RegistrationStatusType:
    return "COMPLETE"
Definition
RegistrationStatusType = Literal[
    "COMPLETE",
    "FAILED",
    "IN_PROGRESS",
]

RegistryTypeType

Usage Example
from types_aiobotocore_cloudformation.literals import RegistryTypeType

def get_value() -> RegistryTypeType:
    return "HOOK"
Definition
RegistryTypeType = Literal[
    "HOOK",
    "MODULE",
    "RESOURCE",
]

ReplacementType

Usage Example
from types_aiobotocore_cloudformation.literals import ReplacementType

def get_value() -> ReplacementType:
    return "Conditional"
Definition
ReplacementType = Literal[
    "Conditional",
    "False",
    "True",
]

RequiresRecreationType

Usage Example
from types_aiobotocore_cloudformation.literals import RequiresRecreationType

def get_value() -> RequiresRecreationType:
    return "Always"
Definition
RequiresRecreationType = Literal[
    "Always",
    "Conditionally",
    "Never",
]

ResourceAttributeType

Usage Example
from types_aiobotocore_cloudformation.literals import ResourceAttributeType

def get_value() -> ResourceAttributeType:
    return "CreationPolicy"
Definition
ResourceAttributeType = Literal[
    "CreationPolicy",
    "DeletionPolicy",
    "Metadata",
    "Properties",
    "Tags",
    "UpdatePolicy",
]

ResourceSignalStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import ResourceSignalStatusType

def get_value() -> ResourceSignalStatusType:
    return "FAILURE"
Definition
ResourceSignalStatusType = Literal[
    "FAILURE",
    "SUCCESS",
]

ResourceStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import ResourceStatusType

def get_value() -> ResourceStatusType:
    return "CREATE_COMPLETE"
Definition
ResourceStatusType = Literal[
    "CREATE_COMPLETE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "DELETE_COMPLETE",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "DELETE_SKIPPED",
    "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",
]

StackCreateCompleteWaiterName

Usage Example
from types_aiobotocore_cloudformation.literals import StackCreateCompleteWaiterName

def get_value() -> StackCreateCompleteWaiterName:
    return "stack_create_complete"
Definition
StackCreateCompleteWaiterName = Literal[
    "stack_create_complete",
]

StackDeleteCompleteWaiterName

Usage Example
from types_aiobotocore_cloudformation.literals import StackDeleteCompleteWaiterName

def get_value() -> StackDeleteCompleteWaiterName:
    return "stack_delete_complete"
Definition
StackDeleteCompleteWaiterName = Literal[
    "stack_delete_complete",
]

StackDriftDetectionStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import StackDriftDetectionStatusType

def get_value() -> StackDriftDetectionStatusType:
    return "DETECTION_COMPLETE"
Definition
StackDriftDetectionStatusType = Literal[
    "DETECTION_COMPLETE",
    "DETECTION_FAILED",
    "DETECTION_IN_PROGRESS",
]

StackDriftStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import StackDriftStatusType

def get_value() -> StackDriftStatusType:
    return "DRIFTED"
Definition
StackDriftStatusType = Literal[
    "DRIFTED",
    "IN_SYNC",
    "NOT_CHECKED",
    "UNKNOWN",
]

StackExistsWaiterName

Usage Example
from types_aiobotocore_cloudformation.literals import StackExistsWaiterName

def get_value() -> StackExistsWaiterName:
    return "stack_exists"
Definition
StackExistsWaiterName = Literal[
    "stack_exists",
]

StackImportCompleteWaiterName

Usage Example
from types_aiobotocore_cloudformation.literals import StackImportCompleteWaiterName

def get_value() -> StackImportCompleteWaiterName:
    return "stack_import_complete"
Definition
StackImportCompleteWaiterName = Literal[
    "stack_import_complete",
]

StackInstanceDetailedStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import StackInstanceDetailedStatusType

def get_value() -> StackInstanceDetailedStatusType:
    return "CANCELLED"
Definition
StackInstanceDetailedStatusType = Literal[
    "CANCELLED",
    "FAILED",
    "INOPERABLE",
    "PENDING",
    "RUNNING",
    "SUCCEEDED",
]

StackInstanceFilterNameType

Usage Example
from types_aiobotocore_cloudformation.literals import StackInstanceFilterNameType

def get_value() -> StackInstanceFilterNameType:
    return "DETAILED_STATUS"
Definition
StackInstanceFilterNameType = Literal[
    "DETAILED_STATUS",
]

StackInstanceStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import StackInstanceStatusType

def get_value() -> StackInstanceStatusType:
    return "CURRENT"
Definition
StackInstanceStatusType = Literal[
    "CURRENT",
    "INOPERABLE",
    "OUTDATED",
]

StackResourceDriftStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import StackResourceDriftStatusType

def get_value() -> StackResourceDriftStatusType:
    return "DELETED"
Definition
StackResourceDriftStatusType = Literal[
    "DELETED",
    "IN_SYNC",
    "MODIFIED",
    "NOT_CHECKED",
]

StackRollbackCompleteWaiterName

Usage Example
from types_aiobotocore_cloudformation.literals import StackRollbackCompleteWaiterName

def get_value() -> StackRollbackCompleteWaiterName:
    return "stack_rollback_complete"
Definition
StackRollbackCompleteWaiterName = Literal[
    "stack_rollback_complete",
]

StackSetDriftDetectionStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import StackSetDriftDetectionStatusType

def get_value() -> StackSetDriftDetectionStatusType:
    return "COMPLETED"
Definition
StackSetDriftDetectionStatusType = Literal[
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
    "PARTIAL_SUCCESS",
    "STOPPED",
]

StackSetDriftStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import StackSetDriftStatusType

def get_value() -> StackSetDriftStatusType:
    return "DRIFTED"
Definition
StackSetDriftStatusType = Literal[
    "DRIFTED",
    "IN_SYNC",
    "NOT_CHECKED",
]

StackSetOperationActionType

Usage Example
from types_aiobotocore_cloudformation.literals import StackSetOperationActionType

def get_value() -> StackSetOperationActionType:
    return "CREATE"
Definition
StackSetOperationActionType = Literal[
    "CREATE",
    "DELETE",
    "DETECT_DRIFT",
    "UPDATE",
]

StackSetOperationResultStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import StackSetOperationResultStatusType

def get_value() -> StackSetOperationResultStatusType:
    return "CANCELLED"
Definition
StackSetOperationResultStatusType = Literal[
    "CANCELLED",
    "FAILED",
    "PENDING",
    "RUNNING",
    "SUCCEEDED",
]

StackSetOperationStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import StackSetOperationStatusType

def get_value() -> StackSetOperationStatusType:
    return "FAILED"
Definition
StackSetOperationStatusType = Literal[
    "FAILED",
    "QUEUED",
    "RUNNING",
    "STOPPED",
    "STOPPING",
    "SUCCEEDED",
]

StackSetStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import StackSetStatusType

def get_value() -> StackSetStatusType:
    return "ACTIVE"
Definition
StackSetStatusType = Literal[
    "ACTIVE",
    "DELETED",
]

StackStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import StackStatusType

def get_value() -> StackStatusType:
    return "CREATE_COMPLETE"
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

Usage Example
from types_aiobotocore_cloudformation.literals import StackUpdateCompleteWaiterName

def get_value() -> StackUpdateCompleteWaiterName:
    return "stack_update_complete"
Definition
StackUpdateCompleteWaiterName = Literal[
    "stack_update_complete",
]

TemplateStageType

Usage Example
from types_aiobotocore_cloudformation.literals import TemplateStageType

def get_value() -> TemplateStageType:
    return "Original"
Definition
TemplateStageType = Literal[
    "Original",
    "Processed",
]

ThirdPartyTypeType

Usage Example
from types_aiobotocore_cloudformation.literals import ThirdPartyTypeType

def get_value() -> ThirdPartyTypeType:
    return "HOOK"
Definition
ThirdPartyTypeType = Literal[
    "HOOK",
    "MODULE",
    "RESOURCE",
]

TypeRegistrationCompleteWaiterName

Usage Example
from types_aiobotocore_cloudformation.literals import TypeRegistrationCompleteWaiterName

def get_value() -> TypeRegistrationCompleteWaiterName:
    return "type_registration_complete"
Definition
TypeRegistrationCompleteWaiterName = Literal[
    "type_registration_complete",
]

TypeTestsStatusType

Usage Example
from types_aiobotocore_cloudformation.literals import TypeTestsStatusType

def get_value() -> TypeTestsStatusType:
    return "FAILED"
Definition
TypeTestsStatusType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "NOT_TESTED",
    "PASSED",
]

VersionBumpType

Usage Example
from types_aiobotocore_cloudformation.literals import VersionBumpType

def get_value() -> VersionBumpType:
    return "MAJOR"
Definition
VersionBumpType = Literal[
    "MAJOR",
    "MINOR",
]

VisibilityType

Usage Example
from types_aiobotocore_cloudformation.literals import VisibilityType

def get_value() -> VisibilityType:
    return "PRIVATE"
Definition
VisibilityType = Literal[
    "PRIVATE",
    "PUBLIC",
]

CloudFormationServiceName

Usage Example
from types_aiobotocore_cloudformation.literals import CloudFormationServiceName

def get_value() -> CloudFormationServiceName:
    return "cloudformation"
Definition
CloudFormationServiceName = Literal[
    "cloudformation",
]

ServiceName

Usage Example
from types_aiobotocore_cloudformation.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
Definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecommit",
    "codedeploy",
    "codeguru-reviewer",
    "codeguruprofiler",
    "codepipeline",
    "codestar",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectparticipant",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "dax",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "drs",
    "ds",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "elastic-inference",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "fsx",
    "gamelift",
    "gamesparks",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector2",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot1click-devices",
    "iot1click-projects",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "keyspaces",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "lookoutmetrics",
    "lookoutvision",
    "m2",
    "machinelearning",
    "macie",
    "macie2",
    "managedblockchain",
    "marketplace-catalog",
    "marketplace-entitlement",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhubstrategy",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "network-firewall",
    "networkmanager",
    "nimble",
    "opensearch",
    "opsworks",
    "opsworkscm",
    "organizations",
    "outposts",
    "panorama",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "resiliencehub",
    "resource-groups",
    "resourcegroupstaggingapi",
    "robomaker",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53resolver",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-runtime",
    "savingsplans",
    "schemas",
    "sdb",
    "secretsmanager",
    "securityhub",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "sms",
    "sms-voice",
    "snow-device-management",
    "snowball",
    "sns",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-incidents",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-query",
    "timestream-write",
    "transcribe",
    "transfer",
    "translate",
    "voice-id",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName

Usage Example
from types_aiobotocore_cloudformation.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
Definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

PaginatorName

Usage Example
from types_aiobotocore_cloudformation.literals import PaginatorName

def get_value() -> PaginatorName:
    return "describe_account_limits"
Definition
PaginatorName = Literal[
    "describe_account_limits",
    "describe_change_set",
    "describe_stack_events",
    "describe_stacks",
    "list_change_sets",
    "list_exports",
    "list_imports",
    "list_stack_instances",
    "list_stack_resources",
    "list_stack_set_operation_results",
    "list_stack_set_operations",
    "list_stack_sets",
    "list_stacks",
    "list_types",
]

WaiterName

Usage Example
from types_aiobotocore_cloudformation.literals import WaiterName

def get_value() -> WaiterName:
    return "change_set_create_complete"
Definition
WaiterName = Literal[
    "change_set_create_complete",
    "stack_create_complete",
    "stack_delete_complete",
    "stack_exists",
    "stack_import_complete",
    "stack_rollback_complete",
    "stack_update_complete",
    "type_registration_complete",
]

RegionName

Usage Example
from types_aiobotocore_cloudformation.literals import RegionName

def get_value() -> RegionName:
    return "af-south-1"
Definition
RegionName = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-northeast-3",
    "ap-south-1",
    "ap-southeast-1",
    "ap-southeast-2",
    "ap-southeast-3",
    "ca-central-1",
    "eu-central-1",
    "eu-north-1",
    "eu-south-1",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]