SMS#
Client#
- class SMS.Client#
- A low-level client representing AWS Server Migration Service (SMS) - Warning - Product update - We recommend Amazon Web Services Application Migration Service (Amazon Web Services MGN) as the primary migration service for lift-and-shift migrations. If Amazon Web Services MGN is unavailable in a specific Amazon Web Services Region, you can use the Server Migration Service APIs through March 2023. - Server Migration Service (Server Migration Service) makes it easier and faster for you to migrate your on-premises workloads to Amazon Web Services. To learn more about Server Migration Service, see the following resources: - import boto3 client = boto3.client('sms') 
These are the available methods:
- can_paginate
- close
- create_app
- create_replication_job
- delete_app
- delete_app_launch_configuration
- delete_app_replication_configuration
- delete_app_validation_configuration
- delete_replication_job
- delete_server_catalog
- disassociate_connector
- generate_change_set
- generate_template
- get_app
- get_app_launch_configuration
- get_app_replication_configuration
- get_app_validation_configuration
- get_app_validation_output
- get_connectors
- get_paginator
- get_replication_jobs
- get_replication_runs
- get_servers
- get_waiter
- import_app_catalog
- import_server_catalog
- launch_app
- list_apps
- notify_app_validation_output
- put_app_launch_configuration
- put_app_replication_configuration
- put_app_validation_configuration
- start_app_replication
- start_on_demand_app_replication
- start_on_demand_replication_run
- stop_app_replication
- terminate_app
- update_app
- update_replication_job
Paginators#
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: