Literals#
Index > MigrationHubStrategyRecommendations > Literals
Auto-generated documentation for MigrationHubStrategyRecommendations type annotations stubs module mypy-boto3-migrationhubstrategy.
AnalysisTypeType#
# AnalysisTypeType usage example
from mypy_boto3_migrationhubstrategy.literals import AnalysisTypeType
def get_value() -> AnalysisTypeType:
return "BINARY_ANALYSIS"
# AnalysisTypeType definition
AnalysisTypeType = Literal[
"BINARY_ANALYSIS",
"DATABASE_ANALYSIS",
"RUNTIME_ANALYSIS",
"SOURCE_CODE_ANALYSIS",
]
AntipatternReportStatusType#
# AntipatternReportStatusType usage example
from mypy_boto3_migrationhubstrategy.literals import AntipatternReportStatusType
def get_value() -> AntipatternReportStatusType:
return "FAILED"
# AntipatternReportStatusType definition
AntipatternReportStatusType = Literal[
"FAILED",
"IN_PROGRESS",
"SUCCESS",
]
AppTypeType#
# AppTypeType usage example
from mypy_boto3_migrationhubstrategy.literals import AppTypeType
def get_value() -> AppTypeType:
return "Cassandra"
# AppTypeType definition
AppTypeType = Literal[
"Cassandra",
"DB2",
"Dotnet",
"DotnetCore",
"DotNetFramework",
"IBM WebSphere",
"IIS",
"Java",
"JBoss",
"Maria DB",
"Mongo DB",
"MySQL",
"Oracle",
"Oracle WebLogic",
"Other",
"PostgreSQLServer",
"Spring",
"SQLServer",
"Sybase",
"Tomcat",
"Unknown",
"Visual Basic",
]
AppUnitErrorCategoryType#
# AppUnitErrorCategoryType usage example
from mypy_boto3_migrationhubstrategy.literals import AppUnitErrorCategoryType
def get_value() -> AppUnitErrorCategoryType:
return "CONNECTIVITY_ERROR"
# AppUnitErrorCategoryType definition
AppUnitErrorCategoryType = Literal[
"CONNECTIVITY_ERROR",
"CREDENTIAL_ERROR",
"OTHER_ERROR",
"PERMISSION_ERROR",
"UNSUPPORTED_ERROR",
]
ApplicationComponentCriteriaType#
# ApplicationComponentCriteriaType usage example
from mypy_boto3_migrationhubstrategy.literals import ApplicationComponentCriteriaType
def get_value() -> ApplicationComponentCriteriaType:
return "ANALYSIS_STATUS"
# ApplicationComponentCriteriaType definition
ApplicationComponentCriteriaType = Literal[
"ANALYSIS_STATUS",
"APP_NAME",
"APP_TYPE",
"DESTINATION",
"ERROR_CATEGORY",
"NOT_DEFINED",
"SERVER_ID",
"STRATEGY",
]
ApplicationModeType#
# ApplicationModeType usage example
from mypy_boto3_migrationhubstrategy.literals import ApplicationModeType
def get_value() -> ApplicationModeType:
return "ALL"
# ApplicationModeType definition
ApplicationModeType = Literal[
"ALL",
"KNOWN",
"UNKNOWN",
]
AssessmentDataSourceTypeType#
# AssessmentDataSourceTypeType usage example
from mypy_boto3_migrationhubstrategy.literals import AssessmentDataSourceTypeType
def get_value() -> AssessmentDataSourceTypeType:
return "ApplicationDiscoveryService"
# AssessmentDataSourceTypeType definition
AssessmentDataSourceTypeType = Literal[
"ApplicationDiscoveryService",
"ManualImport",
"StrategyRecommendationsApplicationDataCollector",
]
AssessmentStatusType#
# AssessmentStatusType usage example
from mypy_boto3_migrationhubstrategy.literals import AssessmentStatusType
def get_value() -> AssessmentStatusType:
return "COMPLETE"
# AssessmentStatusType definition
AssessmentStatusType = Literal[
"COMPLETE",
"FAILED",
"IN_PROGRESS",
"STOPPED",
]
AuthTypeType#
# AuthTypeType usage example
from mypy_boto3_migrationhubstrategy.literals import AuthTypeType
def get_value() -> AuthTypeType:
return "CERT"
# AuthTypeType definition
AuthTypeType = Literal[
"CERT",
"NTLM",
"SSH",
]
AwsManagedTargetDestinationType#
# AwsManagedTargetDestinationType usage example
from mypy_boto3_migrationhubstrategy.literals import AwsManagedTargetDestinationType
def get_value() -> AwsManagedTargetDestinationType:
return "AWS Elastic BeanStalk"
# AwsManagedTargetDestinationType definition
AwsManagedTargetDestinationType = Literal[
"AWS Elastic BeanStalk",
"AWS Fargate",
"None specified",
]
BinaryAnalyzerNameType#
# BinaryAnalyzerNameType usage example
from mypy_boto3_migrationhubstrategy.literals import BinaryAnalyzerNameType
def get_value() -> BinaryAnalyzerNameType:
return "BYTECODE_ANALYZER"
# BinaryAnalyzerNameType definition
BinaryAnalyzerNameType = Literal[
"BYTECODE_ANALYZER",
"DLL_ANALYZER",
]
CollectorHealthType#
# CollectorHealthType usage example
from mypy_boto3_migrationhubstrategy.literals import CollectorHealthType
def get_value() -> CollectorHealthType:
return "COLLECTOR_HEALTHY"
# CollectorHealthType definition
CollectorHealthType = Literal[
"COLLECTOR_HEALTHY",
"COLLECTOR_UNHEALTHY",
]
ConditionType#
# ConditionType usage example
from mypy_boto3_migrationhubstrategy.literals import ConditionType
def get_value() -> ConditionType:
return "CONTAINS"
# ConditionType definition
ConditionType = Literal[
"CONTAINS",
"EQUALS",
"NOT_CONTAINS",
"NOT_EQUALS",
]
DataSourceTypeType#
# DataSourceTypeType usage example
from mypy_boto3_migrationhubstrategy.literals import DataSourceTypeType
def get_value() -> DataSourceTypeType:
return "ApplicationDiscoveryService"
# DataSourceTypeType definition
DataSourceTypeType = Literal[
"ApplicationDiscoveryService",
"Import",
"MPA",
"StrategyRecommendationsApplicationDataCollector",
]
DatabaseManagementPreferenceType#
# DatabaseManagementPreferenceType usage example
from mypy_boto3_migrationhubstrategy.literals import DatabaseManagementPreferenceType
def get_value() -> DatabaseManagementPreferenceType:
return "AWS-managed"
# DatabaseManagementPreferenceType definition
DatabaseManagementPreferenceType = Literal[
"AWS-managed",
"No preference",
"Self-manage",
]
GetServerDetailsPaginatorName#
# GetServerDetailsPaginatorName usage example
from mypy_boto3_migrationhubstrategy.literals import GetServerDetailsPaginatorName
def get_value() -> GetServerDetailsPaginatorName:
return "get_server_details"
# GetServerDetailsPaginatorName definition
GetServerDetailsPaginatorName = Literal[
"get_server_details",
]
GroupNameType#
# GroupNameType usage example
from mypy_boto3_migrationhubstrategy.literals import GroupNameType
def get_value() -> GroupNameType:
return "ExternalId"
# GroupNameType definition
GroupNameType = Literal[
"ExternalId",
"ExternalSourceType",
]
HeterogeneousTargetDatabaseEngineType#
# HeterogeneousTargetDatabaseEngineType usage example
from mypy_boto3_migrationhubstrategy.literals import HeterogeneousTargetDatabaseEngineType
def get_value() -> HeterogeneousTargetDatabaseEngineType:
return "AWS PostgreSQL"
# HeterogeneousTargetDatabaseEngineType definition
HeterogeneousTargetDatabaseEngineType = Literal[
"Amazon Aurora",
"AWS PostgreSQL",
"Db2 LUW",
"MariaDB",
"Microsoft SQL Server",
"MongoDB",
"MySQL",
"None specified",
"Oracle Database",
"SAP",
]
HomogeneousTargetDatabaseEngineType#
# HomogeneousTargetDatabaseEngineType usage example
from mypy_boto3_migrationhubstrategy.literals import HomogeneousTargetDatabaseEngineType
def get_value() -> HomogeneousTargetDatabaseEngineType:
return "None specified"
# HomogeneousTargetDatabaseEngineType definition
HomogeneousTargetDatabaseEngineType = Literal[
"None specified",
]
ImportFileTaskStatusType#
# ImportFileTaskStatusType usage example
from mypy_boto3_migrationhubstrategy.literals import ImportFileTaskStatusType
def get_value() -> ImportFileTaskStatusType:
return "DeleteFailed"
# ImportFileTaskStatusType definition
ImportFileTaskStatusType = Literal[
"DeleteFailed",
"DeleteInProgress",
"DeletePartialSuccess",
"DeleteSuccess",
"ImportFailed",
"ImportInProgress",
"ImportPartialSuccess",
"ImportSuccess",
]
InclusionStatusType#
# InclusionStatusType usage example
from mypy_boto3_migrationhubstrategy.literals import InclusionStatusType
def get_value() -> InclusionStatusType:
return "excludeFromAssessment"
# InclusionStatusType definition
InclusionStatusType = Literal[
"excludeFromAssessment",
"includeInAssessment",
]
ListAnalyzableServersPaginatorName#
# ListAnalyzableServersPaginatorName usage example
from mypy_boto3_migrationhubstrategy.literals import ListAnalyzableServersPaginatorName
def get_value() -> ListAnalyzableServersPaginatorName:
return "list_analyzable_servers"
# ListAnalyzableServersPaginatorName definition
ListAnalyzableServersPaginatorName = Literal[
"list_analyzable_servers",
]
ListApplicationComponentsPaginatorName#
# ListApplicationComponentsPaginatorName usage example
from mypy_boto3_migrationhubstrategy.literals import ListApplicationComponentsPaginatorName
def get_value() -> ListApplicationComponentsPaginatorName:
return "list_application_components"
# ListApplicationComponentsPaginatorName definition
ListApplicationComponentsPaginatorName = Literal[
"list_application_components",
]
ListCollectorsPaginatorName#
# ListCollectorsPaginatorName usage example
from mypy_boto3_migrationhubstrategy.literals import ListCollectorsPaginatorName
def get_value() -> ListCollectorsPaginatorName:
return "list_collectors"
# ListCollectorsPaginatorName definition
ListCollectorsPaginatorName = Literal[
"list_collectors",
]
ListImportFileTaskPaginatorName#
# ListImportFileTaskPaginatorName usage example
from mypy_boto3_migrationhubstrategy.literals import ListImportFileTaskPaginatorName
def get_value() -> ListImportFileTaskPaginatorName:
return "list_import_file_task"
# ListImportFileTaskPaginatorName definition
ListImportFileTaskPaginatorName = Literal[
"list_import_file_task",
]
ListServersPaginatorName#
# ListServersPaginatorName usage example
from mypy_boto3_migrationhubstrategy.literals import ListServersPaginatorName
def get_value() -> ListServersPaginatorName:
return "list_servers"
# ListServersPaginatorName definition
ListServersPaginatorName = Literal[
"list_servers",
]
NoPreferenceTargetDestinationType#
# NoPreferenceTargetDestinationType usage example
from mypy_boto3_migrationhubstrategy.literals import NoPreferenceTargetDestinationType
def get_value() -> NoPreferenceTargetDestinationType:
return "AWS Elastic BeanStalk"
# NoPreferenceTargetDestinationType definition
NoPreferenceTargetDestinationType = Literal[
"Amazon Elastic Cloud Compute (EC2)",
"Amazon Elastic Container Service (ECS)",
"Amazon Elastic Kubernetes Service (EKS)",
"AWS Elastic BeanStalk",
"AWS Fargate",
"None specified",
]
OSTypeType#
# OSTypeType usage example
from mypy_boto3_migrationhubstrategy.literals import OSTypeType
def get_value() -> OSTypeType:
return "LINUX"
# OSTypeType definition
OSTypeType = Literal[
"LINUX",
"WINDOWS",
]
OutputFormatType#
# OutputFormatType usage example
from mypy_boto3_migrationhubstrategy.literals import OutputFormatType
def get_value() -> OutputFormatType:
return "Excel"
# OutputFormatType definition
OutputFormatType = Literal[
"Excel",
"Json",
]
PipelineTypeType#
# PipelineTypeType usage example
from mypy_boto3_migrationhubstrategy.literals import PipelineTypeType
def get_value() -> PipelineTypeType:
return "AZURE_DEVOPS"
# PipelineTypeType definition
PipelineTypeType = Literal[
"AZURE_DEVOPS",
]
RecommendationReportStatusType#
# RecommendationReportStatusType usage example
from mypy_boto3_migrationhubstrategy.literals import RecommendationReportStatusType
def get_value() -> RecommendationReportStatusType:
return "FAILED"
# RecommendationReportStatusType definition
RecommendationReportStatusType = Literal[
"FAILED",
"IN_PROGRESS",
"SUCCESS",
]
ResourceSubTypeType#
# ResourceSubTypeType usage example
from mypy_boto3_migrationhubstrategy.literals import ResourceSubTypeType
def get_value() -> ResourceSubTypeType:
return "Database"
# ResourceSubTypeType definition
ResourceSubTypeType = Literal[
"Database",
"DatabaseProcess",
"Process",
]
RunTimeAnalyzerNameType#
# RunTimeAnalyzerNameType usage example
from mypy_boto3_migrationhubstrategy.literals import RunTimeAnalyzerNameType
def get_value() -> RunTimeAnalyzerNameType:
return "A2C_ANALYZER"
# RunTimeAnalyzerNameType definition
RunTimeAnalyzerNameType = Literal[
"A2C_ANALYZER",
"DATABASE_ANALYZER",
"EMP_PA_ANALYZER",
"REHOST_ANALYZER",
"SCT_ANALYZER",
]
RunTimeAssessmentStatusType#
# RunTimeAssessmentStatusType usage example
from mypy_boto3_migrationhubstrategy.literals import RunTimeAssessmentStatusType
def get_value() -> RunTimeAssessmentStatusType:
return "dataCollectionTaskFailed"
# RunTimeAssessmentStatusType definition
RunTimeAssessmentStatusType = Literal[
"dataCollectionTaskFailed",
"dataCollectionTaskPartialSuccess",
"dataCollectionTaskScheduled",
"dataCollectionTaskStarted",
"dataCollectionTaskStopped",
"dataCollectionTaskSuccess",
"dataCollectionTaskToBeScheduled",
]
RuntimeAnalysisStatusType#
# RuntimeAnalysisStatusType usage example
from mypy_boto3_migrationhubstrategy.literals import RuntimeAnalysisStatusType
def get_value() -> RuntimeAnalysisStatusType:
return "ANALYSIS_FAILED"
# RuntimeAnalysisStatusType definition
RuntimeAnalysisStatusType = Literal[
"ANALYSIS_FAILED",
"ANALYSIS_STARTED",
"ANALYSIS_SUCCESS",
"ANALYSIS_TO_BE_SCHEDULED",
]
SelfManageTargetDestinationType#
# SelfManageTargetDestinationType usage example
from mypy_boto3_migrationhubstrategy.literals import SelfManageTargetDestinationType
def get_value() -> SelfManageTargetDestinationType:
return "Amazon Elastic Cloud Compute (EC2)"
# SelfManageTargetDestinationType definition
SelfManageTargetDestinationType = Literal[
"Amazon Elastic Cloud Compute (EC2)",
"Amazon Elastic Container Service (ECS)",
"Amazon Elastic Kubernetes Service (EKS)",
"None specified",
]
ServerCriteriaType#
# ServerCriteriaType usage example
from mypy_boto3_migrationhubstrategy.literals import ServerCriteriaType
def get_value() -> ServerCriteriaType:
return "ANALYSIS_STATUS"
# ServerCriteriaType definition
ServerCriteriaType = Literal[
"ANALYSIS_STATUS",
"DESTINATION",
"ERROR_CATEGORY",
"NOT_DEFINED",
"OS_NAME",
"SERVER_ID",
"STRATEGY",
]
ServerErrorCategoryType#
# ServerErrorCategoryType usage example
from mypy_boto3_migrationhubstrategy.literals import ServerErrorCategoryType
def get_value() -> ServerErrorCategoryType:
return "ARCHITECTURE_ERROR"
# ServerErrorCategoryType definition
ServerErrorCategoryType = Literal[
"ARCHITECTURE_ERROR",
"CONNECTIVITY_ERROR",
"CREDENTIAL_ERROR",
"OTHER_ERROR",
"PERMISSION_ERROR",
]
ServerOsTypeType#
# ServerOsTypeType usage example
from mypy_boto3_migrationhubstrategy.literals import ServerOsTypeType
def get_value() -> ServerOsTypeType:
return "AmazonLinux"
# ServerOsTypeType definition
ServerOsTypeType = Literal[
"AmazonLinux",
"EndOfSupportWindowsServer",
"Other",
"Redhat",
"WindowsServer",
]
SeverityType#
# SeverityType usage example
from mypy_boto3_migrationhubstrategy.literals import SeverityType
def get_value() -> SeverityType:
return "HIGH"
# SeverityType definition
SeverityType = Literal[
"HIGH",
"LOW",
"MEDIUM",
]
SortOrderType#
# SortOrderType usage example
from mypy_boto3_migrationhubstrategy.literals import SortOrderType
def get_value() -> SortOrderType:
return "ASC"
# SortOrderType definition
SortOrderType = Literal[
"ASC",
"DESC",
]
SourceCodeAnalyzerNameType#
# SourceCodeAnalyzerNameType usage example
from mypy_boto3_migrationhubstrategy.literals import SourceCodeAnalyzerNameType
def get_value() -> SourceCodeAnalyzerNameType:
return "BYTECODE_ANALYZER"
# SourceCodeAnalyzerNameType definition
SourceCodeAnalyzerNameType = Literal[
"BYTECODE_ANALYZER",
"CSHARP_ANALYZER",
"JAVA_ANALYZER",
"PORTING_ASSISTANT",
]
SrcCodeOrDbAnalysisStatusType#
# SrcCodeOrDbAnalysisStatusType usage example
from mypy_boto3_migrationhubstrategy.literals import SrcCodeOrDbAnalysisStatusType
def get_value() -> SrcCodeOrDbAnalysisStatusType:
return "ANALYSIS_FAILED"
# SrcCodeOrDbAnalysisStatusType definition
SrcCodeOrDbAnalysisStatusType = Literal[
"ANALYSIS_FAILED",
"ANALYSIS_PARTIAL_SUCCESS",
"ANALYSIS_STARTED",
"ANALYSIS_SUCCESS",
"ANALYSIS_TO_BE_SCHEDULED",
"CONFIGURED",
"UNCONFIGURED",
]
StrategyRecommendationType#
# StrategyRecommendationType usage example
from mypy_boto3_migrationhubstrategy.literals import StrategyRecommendationType
def get_value() -> StrategyRecommendationType:
return "notRecommended"
# StrategyRecommendationType definition
StrategyRecommendationType = Literal[
"notRecommended",
"potential",
"recommended",
"viableOption",
]
StrategyType#
# StrategyType usage example
from mypy_boto3_migrationhubstrategy.literals import StrategyType
def get_value() -> StrategyType:
return "Refactor"
# StrategyType definition
StrategyType = Literal[
"Refactor",
"Rehost",
"Relocate",
"Replatform",
"Repurchase",
"Retain",
"Retirement",
]
TargetDatabaseEngineType#
# TargetDatabaseEngineType usage example
from mypy_boto3_migrationhubstrategy.literals import TargetDatabaseEngineType
def get_value() -> TargetDatabaseEngineType:
return "AWS PostgreSQL"
# TargetDatabaseEngineType definition
TargetDatabaseEngineType = Literal[
"Amazon Aurora",
"AWS PostgreSQL",
"Db2 LUW",
"MariaDB",
"Microsoft SQL Server",
"MongoDB",
"MySQL",
"None specified",
"Oracle Database",
"SAP",
]
TargetDestinationType#
# TargetDestinationType usage example
from mypy_boto3_migrationhubstrategy.literals import TargetDestinationType
def get_value() -> TargetDestinationType:
return "AWS Elastic BeanStalk"
# TargetDestinationType definition
TargetDestinationType = Literal[
"Amazon DocumentDB",
"Amazon DynamoDB",
"Amazon Elastic Cloud Compute (EC2)",
"Amazon Elastic Container Service (ECS)",
"Amazon Elastic Kubernetes Service (EKS)",
"Amazon Relational Database Service",
"Amazon Relational Database Service on MySQL",
"Amazon Relational Database Service on PostgreSQL",
"Aurora MySQL",
"Aurora PostgreSQL",
"AWS Elastic BeanStalk",
"AWS Fargate",
"Babelfish for Aurora PostgreSQL",
"None specified",
]
TransformationToolNameType#
# TransformationToolNameType usage example
from mypy_boto3_migrationhubstrategy.literals import TransformationToolNameType
def get_value() -> TransformationToolNameType:
return "App2Container"
# TransformationToolNameType definition
TransformationToolNameType = Literal[
"App2Container",
"Application Migration Service",
"Database Migration Service",
"End of Support Migration",
"In Place Operating System Upgrade",
"Native SQL Server Backup/Restore",
"Porting Assistant For .NET",
"Schema Conversion Tool",
"Strategy Recommendation Support",
"Windows Web Application Migration Assistant",
]
VersionControlType#
# VersionControlType usage example
from mypy_boto3_migrationhubstrategy.literals import VersionControlType
def get_value() -> VersionControlType:
return "AZURE_DEVOPS_GIT"
# VersionControlType definition
VersionControlType = Literal[
"AZURE_DEVOPS_GIT",
"GITHUB",
"GITHUB_ENTERPRISE",
]
VersionControlTypeType#
# VersionControlTypeType usage example
from mypy_boto3_migrationhubstrategy.literals import VersionControlTypeType
def get_value() -> VersionControlTypeType:
return "AZURE_DEVOPS_GIT"
# VersionControlTypeType definition
VersionControlTypeType = Literal[
"AZURE_DEVOPS_GIT",
"GITHUB",
"GITHUB_ENTERPRISE",
]
MigrationHubStrategyRecommendationsServiceName#
# MigrationHubStrategyRecommendationsServiceName usage example
from mypy_boto3_migrationhubstrategy.literals import MigrationHubStrategyRecommendationsServiceName
def get_value() -> MigrationHubStrategyRecommendationsServiceName:
return "migrationhubstrategy"
# MigrationHubStrategyRecommendationsServiceName definition
MigrationHubStrategyRecommendationsServiceName = Literal[
"migrationhubstrategy",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_migrationhubstrategy.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_migrationhubstrategy.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_migrationhubstrategy.literals import PaginatorName
def get_value() -> PaginatorName:
return "get_server_details"
# PaginatorName definition
PaginatorName = Literal[
"get_server_details",
"list_analyzable_servers",
"list_application_components",
"list_collectors",
"list_import_file_task",
"list_servers",
]
RegionName#
# RegionName usage example
from mypy_boto3_migrationhubstrategy.literals import RegionName
def get_value() -> RegionName:
return "ap-northeast-1"
# RegionName definition
RegionName = Literal[
"ap-northeast-1",
"ap-southeast-2",
"eu-central-1",
"eu-west-1",
"eu-west-2",
"us-east-1",
"us-west-2",
]