MigrationHub#
Client#
- class MigrationHub.Client#
A low-level client representing AWS Migration Hub
The AWS Migration Hub API methods help to obtain server and application migration status and integrate your resource-specific migration tool by providing a programmatic interface to Migration Hub.
Remember that you must set your AWS Migration Hub home region before you call any of these APIs, or a
HomeRegionNotSetException
error will be returned. Also, you must make the API calls while in your home region.import boto3 client = boto3.client('mgh')
These are the available methods:
- associate_created_artifact
- associate_discovered_resource
- can_paginate
- close
- create_progress_update_stream
- delete_progress_update_stream
- describe_application_state
- describe_migration_task
- disassociate_created_artifact
- disassociate_discovered_resource
- get_paginator
- get_waiter
- import_migration_task
- list_application_states
- list_created_artifacts
- list_discovered_resources
- list_migration_tasks
- list_progress_update_streams
- notify_application_state
- notify_migration_task_state
- put_resource_attributes
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: