Literals#
Auto-generated documentation for Mgn type annotations stubs module mypy-boto3-mgn.
ActionCategoryType#
# ActionCategoryType usage example
from mypy_boto3_mgn.literals import ActionCategoryType
def get_value() -> ActionCategoryType:
return "BACKUP"
# ActionCategoryType definition
ActionCategoryType = Literal[
"BACKUP",
"CONFIGURATION",
"DISASTER_RECOVERY",
"LICENSE_AND_SUBSCRIPTION",
"NETWORKING",
"OBSERVABILITY",
"OPERATING_SYSTEM",
"OTHER",
"REFACTORING",
"SECURITY",
"VALIDATION",
]
ApplicationHealthStatusType#
# ApplicationHealthStatusType usage example
from mypy_boto3_mgn.literals import ApplicationHealthStatusType
def get_value() -> ApplicationHealthStatusType:
return "ERROR"
# ApplicationHealthStatusType definition
ApplicationHealthStatusType = Literal[
"ERROR",
"HEALTHY",
"LAGGING",
]
ApplicationProgressStatusType#
# ApplicationProgressStatusType usage example
from mypy_boto3_mgn.literals import ApplicationProgressStatusType
def get_value() -> ApplicationProgressStatusType:
return "COMPLETED"
# ApplicationProgressStatusType definition
ApplicationProgressStatusType = Literal[
"COMPLETED",
"IN_PROGRESS",
"NOT_STARTED",
]
BootModeType#
# BootModeType usage example
from mypy_boto3_mgn.literals import BootModeType
def get_value() -> BootModeType:
return "LEGACY_BIOS"
# BootModeType definition
BootModeType = Literal[
"LEGACY_BIOS",
"UEFI",
"USE_SOURCE",
]
ChangeServerLifeCycleStateSourceServerLifecycleStateType#
# ChangeServerLifeCycleStateSourceServerLifecycleStateType usage example
from mypy_boto3_mgn.literals import ChangeServerLifeCycleStateSourceServerLifecycleStateType
def get_value() -> ChangeServerLifeCycleStateSourceServerLifecycleStateType:
return "CUTOVER"
# ChangeServerLifeCycleStateSourceServerLifecycleStateType definition
ChangeServerLifeCycleStateSourceServerLifecycleStateType = Literal[
"CUTOVER",
"READY_FOR_CUTOVER",
"READY_FOR_TEST",
]
DataReplicationErrorStringType#
# DataReplicationErrorStringType usage example
from mypy_boto3_mgn.literals import DataReplicationErrorStringType
def get_value() -> DataReplicationErrorStringType:
return "AGENT_NOT_SEEN"
# DataReplicationErrorStringType definition
DataReplicationErrorStringType = Literal[
"AGENT_NOT_SEEN",
"FAILED_TO_ATTACH_STAGING_DISKS",
"FAILED_TO_AUTHENTICATE_WITH_SERVICE",
"FAILED_TO_BOOT_REPLICATION_SERVER",
"FAILED_TO_CONNECT_AGENT_TO_REPLICATION_SERVER",
"FAILED_TO_CREATE_SECURITY_GROUP",
"FAILED_TO_CREATE_STAGING_DISKS",
"FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE",
"FAILED_TO_LAUNCH_REPLICATION_SERVER",
"FAILED_TO_PAIR_REPLICATION_SERVER_WITH_AGENT",
"FAILED_TO_START_DATA_TRANSFER",
"LAST_SNAPSHOT_JOB_FAILED",
"NOT_CONVERGING",
"SNAPSHOTS_FAILURE",
"UNSTABLE_NETWORK",
"UNSUPPORTED_VM_CONFIGURATION",
]
DataReplicationInitiationStepNameType#
# DataReplicationInitiationStepNameType usage example
from mypy_boto3_mgn.literals import DataReplicationInitiationStepNameType
def get_value() -> DataReplicationInitiationStepNameType:
return "ATTACH_STAGING_DISKS"
# DataReplicationInitiationStepNameType definition
DataReplicationInitiationStepNameType = Literal[
"ATTACH_STAGING_DISKS",
"AUTHENTICATE_WITH_SERVICE",
"BOOT_REPLICATION_SERVER",
"CONNECT_AGENT_TO_REPLICATION_SERVER",
"CREATE_SECURITY_GROUP",
"CREATE_STAGING_DISKS",
"DOWNLOAD_REPLICATION_SOFTWARE",
"LAUNCH_REPLICATION_SERVER",
"PAIR_REPLICATION_SERVER_WITH_AGENT",
"START_DATA_TRANSFER",
"WAIT",
]
DataReplicationInitiationStepStatusType#
# DataReplicationInitiationStepStatusType usage example
from mypy_boto3_mgn.literals import DataReplicationInitiationStepStatusType
def get_value() -> DataReplicationInitiationStepStatusType:
return "FAILED"
# DataReplicationInitiationStepStatusType definition
DataReplicationInitiationStepStatusType = Literal[
"FAILED",
"IN_PROGRESS",
"NOT_STARTED",
"SKIPPED",
"SUCCEEDED",
]
DataReplicationStateType#
# DataReplicationStateType usage example
from mypy_boto3_mgn.literals import DataReplicationStateType
def get_value() -> DataReplicationStateType:
return "BACKLOG"
# DataReplicationStateType definition
DataReplicationStateType = Literal[
"BACKLOG",
"CONTINUOUS",
"CREATING_SNAPSHOT",
"DISCONNECTED",
"INITIAL_SYNC",
"INITIATING",
"PAUSED",
"PENDING_SNAPSHOT_SHIPPING",
"RESCAN",
"SHIPPING_SNAPSHOT",
"STALLED",
"STOPPED",
]
DescribeJobLogItemsPaginatorName#
# DescribeJobLogItemsPaginatorName usage example
from mypy_boto3_mgn.literals import DescribeJobLogItemsPaginatorName
def get_value() -> DescribeJobLogItemsPaginatorName:
return "describe_job_log_items"
# DescribeJobLogItemsPaginatorName definition
DescribeJobLogItemsPaginatorName = Literal[
"describe_job_log_items",
]
DescribeJobsPaginatorName#
# DescribeJobsPaginatorName usage example
from mypy_boto3_mgn.literals import DescribeJobsPaginatorName
def get_value() -> DescribeJobsPaginatorName:
return "describe_jobs"
# DescribeJobsPaginatorName definition
DescribeJobsPaginatorName = Literal[
"describe_jobs",
]
DescribeLaunchConfigurationTemplatesPaginatorName#
# DescribeLaunchConfigurationTemplatesPaginatorName usage example
from mypy_boto3_mgn.literals import DescribeLaunchConfigurationTemplatesPaginatorName
def get_value() -> DescribeLaunchConfigurationTemplatesPaginatorName:
return "describe_launch_configuration_templates"
# DescribeLaunchConfigurationTemplatesPaginatorName definition
DescribeLaunchConfigurationTemplatesPaginatorName = Literal[
"describe_launch_configuration_templates",
]
DescribeReplicationConfigurationTemplatesPaginatorName#
# DescribeReplicationConfigurationTemplatesPaginatorName usage example
from mypy_boto3_mgn.literals import DescribeReplicationConfigurationTemplatesPaginatorName
def get_value() -> DescribeReplicationConfigurationTemplatesPaginatorName:
return "describe_replication_configuration_templates"
# DescribeReplicationConfigurationTemplatesPaginatorName definition
DescribeReplicationConfigurationTemplatesPaginatorName = Literal[
"describe_replication_configuration_templates",
]
DescribeSourceServersPaginatorName#
# DescribeSourceServersPaginatorName usage example
from mypy_boto3_mgn.literals import DescribeSourceServersPaginatorName
def get_value() -> DescribeSourceServersPaginatorName:
return "describe_source_servers"
# DescribeSourceServersPaginatorName definition
DescribeSourceServersPaginatorName = Literal[
"describe_source_servers",
]
DescribeVcenterClientsPaginatorName#
# DescribeVcenterClientsPaginatorName usage example
from mypy_boto3_mgn.literals import DescribeVcenterClientsPaginatorName
def get_value() -> DescribeVcenterClientsPaginatorName:
return "describe_vcenter_clients"
# DescribeVcenterClientsPaginatorName definition
DescribeVcenterClientsPaginatorName = Literal[
"describe_vcenter_clients",
]
ExportStatusType#
# ExportStatusType usage example
from mypy_boto3_mgn.literals import ExportStatusType
def get_value() -> ExportStatusType:
return "FAILED"
# ExportStatusType definition
ExportStatusType = Literal[
"FAILED",
"PENDING",
"STARTED",
"SUCCEEDED",
]
FirstBootType#
# FirstBootType usage example
from mypy_boto3_mgn.literals import FirstBootType
def get_value() -> FirstBootType:
return "STOPPED"
# FirstBootType definition
FirstBootType = Literal[
"STOPPED",
"SUCCEEDED",
"UNKNOWN",
"WAITING",
]
ImportErrorTypeType#
# ImportErrorTypeType usage example
from mypy_boto3_mgn.literals import ImportErrorTypeType
def get_value() -> ImportErrorTypeType:
return "PROCESSING_ERROR"
# ImportErrorTypeType definition
ImportErrorTypeType = Literal[
"PROCESSING_ERROR",
"VALIDATION_ERROR",
]
ImportStatusType#
# ImportStatusType usage example
from mypy_boto3_mgn.literals import ImportStatusType
def get_value() -> ImportStatusType:
return "FAILED"
# ImportStatusType definition
ImportStatusType = Literal[
"FAILED",
"PENDING",
"STARTED",
"SUCCEEDED",
]
InitiatedByType#
# InitiatedByType usage example
from mypy_boto3_mgn.literals import InitiatedByType
def get_value() -> InitiatedByType:
return "DIAGNOSTIC"
# InitiatedByType definition
InitiatedByType = Literal[
"DIAGNOSTIC",
"START_CUTOVER",
"START_TEST",
"TERMINATE",
]
JobLogEventType#
# JobLogEventType usage example
from mypy_boto3_mgn.literals import JobLogEventType
def get_value() -> JobLogEventType:
return "CLEANUP_END"
# JobLogEventType definition
JobLogEventType = Literal[
"CLEANUP_END",
"CLEANUP_FAIL",
"CLEANUP_START",
"CONVERSION_END",
"CONVERSION_FAIL",
"CONVERSION_START",
"JOB_CANCEL",
"JOB_END",
"JOB_START",
"LAUNCH_FAILED",
"LAUNCH_START",
"SERVER_SKIPPED",
"SNAPSHOT_END",
"SNAPSHOT_FAIL",
"SNAPSHOT_START",
"USING_PREVIOUS_SNAPSHOT",
]
JobStatusType#
# JobStatusType usage example
from mypy_boto3_mgn.literals import JobStatusType
def get_value() -> JobStatusType:
return "COMPLETED"
# JobStatusType definition
JobStatusType = Literal[
"COMPLETED",
"PENDING",
"STARTED",
]
JobTypeType#
# JobTypeType usage example
from mypy_boto3_mgn.literals import JobTypeType
def get_value() -> JobTypeType:
return "LAUNCH"
# JobTypeType definition
JobTypeType = Literal[
"LAUNCH",
"TERMINATE",
]
LaunchDispositionType#
# LaunchDispositionType usage example
from mypy_boto3_mgn.literals import LaunchDispositionType
def get_value() -> LaunchDispositionType:
return "STARTED"
# LaunchDispositionType definition
LaunchDispositionType = Literal[
"STARTED",
"STOPPED",
]
LaunchStatusType#
# LaunchStatusType usage example
from mypy_boto3_mgn.literals import LaunchStatusType
def get_value() -> LaunchStatusType:
return "FAILED"
# LaunchStatusType definition
LaunchStatusType = Literal[
"FAILED",
"IN_PROGRESS",
"LAUNCHED",
"PENDING",
"TERMINATED",
]
LifeCycleStateType#
# LifeCycleStateType usage example
from mypy_boto3_mgn.literals import LifeCycleStateType
def get_value() -> LifeCycleStateType:
return "CUTOVER"
# LifeCycleStateType definition
LifeCycleStateType = Literal[
"CUTOVER",
"CUTTING_OVER",
"DISCONNECTED",
"DISCOVERED",
"NOT_READY",
"PENDING_INSTALLATION",
"READY_FOR_CUTOVER",
"READY_FOR_TEST",
"STOPPED",
"TESTING",
]
ListApplicationsPaginatorName#
# ListApplicationsPaginatorName usage example
from mypy_boto3_mgn.literals import ListApplicationsPaginatorName
def get_value() -> ListApplicationsPaginatorName:
return "list_applications"
# ListApplicationsPaginatorName definition
ListApplicationsPaginatorName = Literal[
"list_applications",
]
ListConnectorsPaginatorName#
# ListConnectorsPaginatorName usage example
from mypy_boto3_mgn.literals import ListConnectorsPaginatorName
def get_value() -> ListConnectorsPaginatorName:
return "list_connectors"
# ListConnectorsPaginatorName definition
ListConnectorsPaginatorName = Literal[
"list_connectors",
]
ListExportErrorsPaginatorName#
# ListExportErrorsPaginatorName usage example
from mypy_boto3_mgn.literals import ListExportErrorsPaginatorName
def get_value() -> ListExportErrorsPaginatorName:
return "list_export_errors"
# ListExportErrorsPaginatorName definition
ListExportErrorsPaginatorName = Literal[
"list_export_errors",
]
ListExportsPaginatorName#
# ListExportsPaginatorName usage example
from mypy_boto3_mgn.literals import ListExportsPaginatorName
def get_value() -> ListExportsPaginatorName:
return "list_exports"
# ListExportsPaginatorName definition
ListExportsPaginatorName = Literal[
"list_exports",
]
ListImportErrorsPaginatorName#
# ListImportErrorsPaginatorName usage example
from mypy_boto3_mgn.literals import ListImportErrorsPaginatorName
def get_value() -> ListImportErrorsPaginatorName:
return "list_import_errors"
# ListImportErrorsPaginatorName definition
ListImportErrorsPaginatorName = Literal[
"list_import_errors",
]
ListImportsPaginatorName#
# ListImportsPaginatorName usage example
from mypy_boto3_mgn.literals import ListImportsPaginatorName
def get_value() -> ListImportsPaginatorName:
return "list_imports"
# ListImportsPaginatorName definition
ListImportsPaginatorName = Literal[
"list_imports",
]
ListManagedAccountsPaginatorName#
# ListManagedAccountsPaginatorName usage example
from mypy_boto3_mgn.literals import ListManagedAccountsPaginatorName
def get_value() -> ListManagedAccountsPaginatorName:
return "list_managed_accounts"
# ListManagedAccountsPaginatorName definition
ListManagedAccountsPaginatorName = Literal[
"list_managed_accounts",
]
ListSourceServerActionsPaginatorName#
# ListSourceServerActionsPaginatorName usage example
from mypy_boto3_mgn.literals import ListSourceServerActionsPaginatorName
def get_value() -> ListSourceServerActionsPaginatorName:
return "list_source_server_actions"
# ListSourceServerActionsPaginatorName definition
ListSourceServerActionsPaginatorName = Literal[
"list_source_server_actions",
]
ListTemplateActionsPaginatorName#
# ListTemplateActionsPaginatorName usage example
from mypy_boto3_mgn.literals import ListTemplateActionsPaginatorName
def get_value() -> ListTemplateActionsPaginatorName:
return "list_template_actions"
# ListTemplateActionsPaginatorName definition
ListTemplateActionsPaginatorName = Literal[
"list_template_actions",
]
ListWavesPaginatorName#
# ListWavesPaginatorName usage example
from mypy_boto3_mgn.literals import ListWavesPaginatorName
def get_value() -> ListWavesPaginatorName:
return "list_waves"
# ListWavesPaginatorName definition
ListWavesPaginatorName = Literal[
"list_waves",
]
PostLaunchActionExecutionStatusType#
# PostLaunchActionExecutionStatusType usage example
from mypy_boto3_mgn.literals import PostLaunchActionExecutionStatusType
def get_value() -> PostLaunchActionExecutionStatusType:
return "FAILED"
# PostLaunchActionExecutionStatusType definition
PostLaunchActionExecutionStatusType = Literal[
"FAILED",
"IN_PROGRESS",
"SUCCESS",
]
PostLaunchActionsDeploymentTypeType#
# PostLaunchActionsDeploymentTypeType usage example
from mypy_boto3_mgn.literals import PostLaunchActionsDeploymentTypeType
def get_value() -> PostLaunchActionsDeploymentTypeType:
return "CUTOVER_ONLY"
# PostLaunchActionsDeploymentTypeType definition
PostLaunchActionsDeploymentTypeType = Literal[
"CUTOVER_ONLY",
"TEST_AND_CUTOVER",
"TEST_ONLY",
]
ReplicationConfigurationDataPlaneRoutingType#
# ReplicationConfigurationDataPlaneRoutingType usage example
from mypy_boto3_mgn.literals import ReplicationConfigurationDataPlaneRoutingType
def get_value() -> ReplicationConfigurationDataPlaneRoutingType:
return "PRIVATE_IP"
# ReplicationConfigurationDataPlaneRoutingType definition
ReplicationConfigurationDataPlaneRoutingType = Literal[
"PRIVATE_IP",
"PUBLIC_IP",
]
ReplicationConfigurationDefaultLargeStagingDiskTypeType#
# ReplicationConfigurationDefaultLargeStagingDiskTypeType usage example
from mypy_boto3_mgn.literals import ReplicationConfigurationDefaultLargeStagingDiskTypeType
def get_value() -> ReplicationConfigurationDefaultLargeStagingDiskTypeType:
return "GP2"
# ReplicationConfigurationDefaultLargeStagingDiskTypeType definition
ReplicationConfigurationDefaultLargeStagingDiskTypeType = Literal[
"GP2",
"GP3",
"ST1",
]
ReplicationConfigurationEbsEncryptionType#
# ReplicationConfigurationEbsEncryptionType usage example
from mypy_boto3_mgn.literals import ReplicationConfigurationEbsEncryptionType
def get_value() -> ReplicationConfigurationEbsEncryptionType:
return "CUSTOM"
# ReplicationConfigurationEbsEncryptionType definition
ReplicationConfigurationEbsEncryptionType = Literal[
"CUSTOM",
"DEFAULT",
]
ReplicationConfigurationReplicatedDiskStagingDiskTypeType#
# ReplicationConfigurationReplicatedDiskStagingDiskTypeType usage example
from mypy_boto3_mgn.literals import ReplicationConfigurationReplicatedDiskStagingDiskTypeType
def get_value() -> ReplicationConfigurationReplicatedDiskStagingDiskTypeType:
return "AUTO"
# ReplicationConfigurationReplicatedDiskStagingDiskTypeType definition
ReplicationConfigurationReplicatedDiskStagingDiskTypeType = Literal[
"AUTO",
"GP2",
"GP3",
"IO1",
"IO2",
"SC1",
"ST1",
"STANDARD",
]
ReplicationTypeType#
# ReplicationTypeType usage example
from mypy_boto3_mgn.literals import ReplicationTypeType
def get_value() -> ReplicationTypeType:
return "AGENT_BASED"
# ReplicationTypeType definition
ReplicationTypeType = Literal[
"AGENT_BASED",
"SNAPSHOT_SHIPPING",
]
SsmDocumentTypeType#
# SsmDocumentTypeType usage example
from mypy_boto3_mgn.literals import SsmDocumentTypeType
def get_value() -> SsmDocumentTypeType:
return "AUTOMATION"
# SsmDocumentTypeType definition
SsmDocumentTypeType = Literal[
"AUTOMATION",
"COMMAND",
]
SsmParameterStoreParameterTypeType#
# SsmParameterStoreParameterTypeType usage example
from mypy_boto3_mgn.literals import SsmParameterStoreParameterTypeType
def get_value() -> SsmParameterStoreParameterTypeType:
return "STRING"
# SsmParameterStoreParameterTypeType definition
SsmParameterStoreParameterTypeType = Literal[
"STRING",
]
TargetInstanceTypeRightSizingMethodType#
# TargetInstanceTypeRightSizingMethodType usage example
from mypy_boto3_mgn.literals import TargetInstanceTypeRightSizingMethodType
def get_value() -> TargetInstanceTypeRightSizingMethodType:
return "BASIC"
# TargetInstanceTypeRightSizingMethodType definition
TargetInstanceTypeRightSizingMethodType = Literal[
"BASIC",
"NONE",
]
VolumeTypeType#
# VolumeTypeType usage example
from mypy_boto3_mgn.literals import VolumeTypeType
def get_value() -> VolumeTypeType:
return "gp2"
# VolumeTypeType definition
VolumeTypeType = Literal[
"gp2",
"gp3",
"io1",
"io2",
"sc1",
"st1",
"standard",
]
WaveHealthStatusType#
# WaveHealthStatusType usage example
from mypy_boto3_mgn.literals import WaveHealthStatusType
def get_value() -> WaveHealthStatusType:
return "ERROR"
# WaveHealthStatusType definition
WaveHealthStatusType = Literal[
"ERROR",
"HEALTHY",
"LAGGING",
]
WaveProgressStatusType#
# WaveProgressStatusType usage example
from mypy_boto3_mgn.literals import WaveProgressStatusType
def get_value() -> WaveProgressStatusType:
return "COMPLETED"
# WaveProgressStatusType definition
WaveProgressStatusType = Literal[
"COMPLETED",
"IN_PROGRESS",
"NOT_STARTED",
]
MgnServiceName#
# MgnServiceName usage example
from mypy_boto3_mgn.literals import MgnServiceName
def get_value() -> MgnServiceName:
return "mgn"
# MgnServiceName definition
MgnServiceName = Literal[
"mgn",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_mgn.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_mgn.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_mgn.literals import PaginatorName
def get_value() -> PaginatorName:
return "describe_job_log_items"
# PaginatorName definition
PaginatorName = Literal[
"describe_job_log_items",
"describe_jobs",
"describe_launch_configuration_templates",
"describe_replication_configuration_templates",
"describe_source_servers",
"describe_vcenter_clients",
"list_applications",
"list_connectors",
"list_export_errors",
"list_exports",
"list_import_errors",
"list_imports",
"list_managed_accounts",
"list_source_server_actions",
"list_template_actions",
"list_waves",
]
RegionName#
# RegionName usage example
from mypy_boto3_mgn.literals import RegionName
def get_value() -> RegionName:
return "af-south-1"
# RegionName definition
RegionName = Literal[
"af-south-1",
"ap-east-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-south-1",
"ap-south-2",
"ap-southeast-1",
"ap-southeast-2",
"ap-southeast-3",
"ap-southeast-4",
"ca-central-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",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
]