Literals#
Auto-generated documentation for SMS type annotations stubs module mypy-boto3-sms.
AppLaunchConfigurationStatusType#
# AppLaunchConfigurationStatusType usage example
from mypy_boto3_sms.literals import AppLaunchConfigurationStatusType
def get_value() -> AppLaunchConfigurationStatusType:
return "CONFIGURED"
# AppLaunchConfigurationStatusType definition
AppLaunchConfigurationStatusType = Literal[
"CONFIGURED",
"NOT_CONFIGURED",
]
AppLaunchStatusType#
# AppLaunchStatusType usage example
from mypy_boto3_sms.literals import AppLaunchStatusType
def get_value() -> AppLaunchStatusType:
return "CONFIGURATION_INVALID"
# AppLaunchStatusType definition
AppLaunchStatusType = Literal[
"CONFIGURATION_IN_PROGRESS",
"CONFIGURATION_INVALID",
"DELTA_LAUNCH_FAILED",
"DELTA_LAUNCH_IN_PROGRESS",
"LAUNCH_FAILED",
"LAUNCH_IN_PROGRESS",
"LAUNCH_PENDING",
"LAUNCHED",
"PARTIALLY_LAUNCHED",
"READY_FOR_CONFIGURATION",
"READY_FOR_LAUNCH",
"TERMINATE_FAILED",
"TERMINATE_IN_PROGRESS",
"TERMINATED",
"VALIDATION_IN_PROGRESS",
]
AppReplicationConfigurationStatusType#
# AppReplicationConfigurationStatusType usage example
from mypy_boto3_sms.literals import AppReplicationConfigurationStatusType
def get_value() -> AppReplicationConfigurationStatusType:
return "CONFIGURED"
# AppReplicationConfigurationStatusType definition
AppReplicationConfigurationStatusType = Literal[
"CONFIGURED",
"NOT_CONFIGURED",
]
AppReplicationStatusType#
# AppReplicationStatusType usage example
from mypy_boto3_sms.literals import AppReplicationStatusType
def get_value() -> AppReplicationStatusType:
return "CONFIGURATION_INVALID"
# AppReplicationStatusType definition
AppReplicationStatusType = Literal[
"CONFIGURATION_IN_PROGRESS",
"CONFIGURATION_INVALID",
"DELTA_REPLICATED",
"DELTA_REPLICATION_FAILED",
"DELTA_REPLICATION_IN_PROGRESS",
"PARTIALLY_REPLICATED",
"READY_FOR_CONFIGURATION",
"READY_FOR_REPLICATION",
"REPLICATED",
"REPLICATION_FAILED",
"REPLICATION_IN_PROGRESS",
"REPLICATION_PENDING",
"REPLICATION_STOP_FAILED",
"REPLICATION_STOPPED",
"REPLICATION_STOPPING",
"VALIDATION_IN_PROGRESS",
]
AppStatusType#
# AppStatusType usage example
from mypy_boto3_sms.literals import AppStatusType
def get_value() -> AppStatusType:
return "ACTIVE"
# AppStatusType definition
AppStatusType = Literal[
"ACTIVE",
"CREATING",
"DELETE_FAILED",
"DELETED",
"DELETING",
"UPDATING",
]
AppValidationStrategyType#
# AppValidationStrategyType usage example
from mypy_boto3_sms.literals import AppValidationStrategyType
def get_value() -> AppValidationStrategyType:
return "SSM"
# AppValidationStrategyType definition
AppValidationStrategyType = Literal[
"SSM",
]
ConnectorCapabilityType#
# ConnectorCapabilityType usage example
from mypy_boto3_sms.literals import ConnectorCapabilityType
def get_value() -> ConnectorCapabilityType:
return "HYPERV-MANAGER"
# ConnectorCapabilityType definition
ConnectorCapabilityType = Literal[
"HYPERV-MANAGER",
"SCVMM",
"SMS_OPTIMIZED",
"SNAPSHOT_BATCHING",
"VSPHERE",
]
ConnectorStatusType#
# ConnectorStatusType usage example
from mypy_boto3_sms.literals import ConnectorStatusType
def get_value() -> ConnectorStatusType:
return "HEALTHY"
# ConnectorStatusType definition
ConnectorStatusType = Literal[
"HEALTHY",
"UNHEALTHY",
]
GetConnectorsPaginatorName#
# GetConnectorsPaginatorName usage example
from mypy_boto3_sms.literals import GetConnectorsPaginatorName
def get_value() -> GetConnectorsPaginatorName:
return "get_connectors"
# GetConnectorsPaginatorName definition
GetConnectorsPaginatorName = Literal[
"get_connectors",
]
GetReplicationJobsPaginatorName#
# GetReplicationJobsPaginatorName usage example
from mypy_boto3_sms.literals import GetReplicationJobsPaginatorName
def get_value() -> GetReplicationJobsPaginatorName:
return "get_replication_jobs"
# GetReplicationJobsPaginatorName definition
GetReplicationJobsPaginatorName = Literal[
"get_replication_jobs",
]
GetReplicationRunsPaginatorName#
# GetReplicationRunsPaginatorName usage example
from mypy_boto3_sms.literals import GetReplicationRunsPaginatorName
def get_value() -> GetReplicationRunsPaginatorName:
return "get_replication_runs"
# GetReplicationRunsPaginatorName definition
GetReplicationRunsPaginatorName = Literal[
"get_replication_runs",
]
GetServersPaginatorName#
# GetServersPaginatorName usage example
from mypy_boto3_sms.literals import GetServersPaginatorName
def get_value() -> GetServersPaginatorName:
return "get_servers"
# GetServersPaginatorName definition
GetServersPaginatorName = Literal[
"get_servers",
]
LicenseTypeType#
# LicenseTypeType usage example
from mypy_boto3_sms.literals import LicenseTypeType
def get_value() -> LicenseTypeType:
return "AWS"
# LicenseTypeType definition
LicenseTypeType = Literal[
"AWS",
"BYOL",
]
ListAppsPaginatorName#
# ListAppsPaginatorName usage example
from mypy_boto3_sms.literals import ListAppsPaginatorName
def get_value() -> ListAppsPaginatorName:
return "list_apps"
# ListAppsPaginatorName definition
ListAppsPaginatorName = Literal[
"list_apps",
]
OutputFormatType#
# OutputFormatType usage example
from mypy_boto3_sms.literals import OutputFormatType
def get_value() -> OutputFormatType:
return "JSON"
# OutputFormatType definition
OutputFormatType = Literal[
"JSON",
"YAML",
]
ReplicationJobStateType#
# ReplicationJobStateType usage example
from mypy_boto3_sms.literals import ReplicationJobStateType
def get_value() -> ReplicationJobStateType:
return "ACTIVE"
# ReplicationJobStateType definition
ReplicationJobStateType = Literal[
"ACTIVE",
"COMPLETED",
"DELETED",
"DELETING",
"FAILED",
"FAILING",
"PAUSED_ON_FAILURE",
"PENDING",
]
ReplicationRunStateType#
# ReplicationRunStateType usage example
from mypy_boto3_sms.literals import ReplicationRunStateType
def get_value() -> ReplicationRunStateType:
return "ACTIVE"
# ReplicationRunStateType definition
ReplicationRunStateType = Literal[
"ACTIVE",
"COMPLETED",
"DELETED",
"DELETING",
"FAILED",
"MISSED",
"PENDING",
]
ReplicationRunTypeType#
# ReplicationRunTypeType usage example
from mypy_boto3_sms.literals import ReplicationRunTypeType
def get_value() -> ReplicationRunTypeType:
return "AUTOMATIC"
# ReplicationRunTypeType definition
ReplicationRunTypeType = Literal[
"AUTOMATIC",
"ON_DEMAND",
]
ScriptTypeType#
# ScriptTypeType usage example
from mypy_boto3_sms.literals import ScriptTypeType
def get_value() -> ScriptTypeType:
return "POWERSHELL_SCRIPT"
# ScriptTypeType definition
ScriptTypeType = Literal[
"POWERSHELL_SCRIPT",
"SHELL_SCRIPT",
]
ServerCatalogStatusType#
# ServerCatalogStatusType usage example
from mypy_boto3_sms.literals import ServerCatalogStatusType
def get_value() -> ServerCatalogStatusType:
return "AVAILABLE"
# ServerCatalogStatusType definition
ServerCatalogStatusType = Literal[
"AVAILABLE",
"DELETED",
"EXPIRED",
"IMPORTING",
"NOT_IMPORTED",
]
ServerTypeType#
# ServerTypeType usage example
from mypy_boto3_sms.literals import ServerTypeType
def get_value() -> ServerTypeType:
return "VIRTUAL_MACHINE"
# ServerTypeType definition
ServerTypeType = Literal[
"VIRTUAL_MACHINE",
]
ServerValidationStrategyType#
# ServerValidationStrategyType usage example
from mypy_boto3_sms.literals import ServerValidationStrategyType
def get_value() -> ServerValidationStrategyType:
return "USERDATA"
# ServerValidationStrategyType definition
ServerValidationStrategyType = Literal[
"USERDATA",
]
ValidationStatusType#
# ValidationStatusType usage example
from mypy_boto3_sms.literals import ValidationStatusType
def get_value() -> ValidationStatusType:
return "FAILED"
# ValidationStatusType definition
ValidationStatusType = Literal[
"FAILED",
"IN_PROGRESS",
"PENDING",
"READY_FOR_VALIDATION",
"SUCCEEDED",
]
VmManagerTypeType#
# VmManagerTypeType usage example
from mypy_boto3_sms.literals import VmManagerTypeType
def get_value() -> VmManagerTypeType:
return "HYPERV-MANAGER"
# VmManagerTypeType definition
VmManagerTypeType = Literal[
"HYPERV-MANAGER",
"SCVMM",
"VSPHERE",
]
SMSServiceName#
# SMSServiceName usage example
from mypy_boto3_sms.literals import SMSServiceName
def get_value() -> SMSServiceName:
return "sms"
# SMSServiceName definition
SMSServiceName = Literal[
"sms",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_sms.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"apptest",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"batch",
"bcm-data-exports",
"bedrock",
"bedrock-agent",
"bedrock-agent-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",
"dynamodb",
"dynamodbstreams",
"ebs",
"ec2",
"ec2-instance-connect",
"ecr",
"ecr-public",
"ecs",
"efs",
"eks",
"eks-auth",
"elastic-inference",
"elasticache",
"elasticbeanstalk",
"elastictranscoder",
"elb",
"elbv2",
"emr",
"emr-containers",
"emr-serverless",
"entityresolution",
"es",
"events",
"evidently",
"finspace",
"finspace-data",
"firehose",
"fis",
"fms",
"forecast",
"forecastquery",
"frauddetector",
"freetier",
"fsx",
"gamelift",
"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",
"iot",
"iot-data",
"iot-jobs-data",
"iot1click-devices",
"iot1click-projects",
"iotanalytics",
"iotdeviceadvisor",
"iotevents",
"iotevents-data",
"iotfleethub",
"iotfleetwise",
"iotsecuretunneling",
"iotsitewise",
"iotthingsgraph",
"iottwinmaker",
"iotwireless",
"ivs",
"ivs-realtime",
"ivschat",
"kafka",
"kafkaconnect",
"kendra",
"kendra-ranking",
"keyspaces",
"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",
"lookoutmetrics",
"lookoutvision",
"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",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkmanager",
"networkmonitor",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"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",
"privatenetworks",
"proton",
"qapps",
"qbusiness",
"qconnect",
"qldb",
"qldb-session",
"quicksight",
"ram",
"rbin",
"rds",
"rds-data",
"redshift",
"redshift-data",
"redshift-serverless",
"rekognition",
"repostspace",
"resiliencehub",
"resource-explorer-2",
"resource-groups",
"resourcegroupstaggingapi",
"robomaker",
"rolesanywhere",
"route53",
"route53-recovery-cluster",
"route53-recovery-control-config",
"route53-recovery-readiness",
"route53domains",
"route53profiles",
"route53resolver",
"rum",
"s3",
"s3control",
"s3outposts",
"sagemaker",
"sagemaker-a2i-runtime",
"sagemaker-edge",
"sagemaker-featurestore-runtime",
"sagemaker-geospatial",
"sagemaker-metrics",
"sagemaker-runtime",
"savingsplans",
"scheduler",
"schemas",
"sdb",
"secretsmanager",
"securityhub",
"securitylake",
"serverlessrepo",
"service-quotas",
"servicecatalog",
"servicecatalog-appregistry",
"servicediscovery",
"ses",
"sesv2",
"shield",
"signer",
"simspaceweaver",
"sms",
"sms-voice",
"snow-device-management",
"snowball",
"sns",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"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-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_sms.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"opsworks",
"s3",
"sns",
"sqs",
]
PaginatorName#
# PaginatorName usage example
from mypy_boto3_sms.literals import PaginatorName
def get_value() -> PaginatorName:
return "get_connectors"
# PaginatorName definition
PaginatorName = Literal[
"get_connectors",
"get_replication_jobs",
"get_replication_runs",
"get_servers",
"list_apps",
]
RegionName#
# RegionName usage example
from mypy_boto3_sms.literals import RegionName
def get_value() -> RegionName:
return "us-west-2"
# RegionName definition
RegionName = Literal[
"us-west-2",
]