logo
pub struct ServerMigrationServiceClient { /* private fields */ }
Expand description

A client for the SMS API.

Implementations

Creates a client backed by the default tokio event loop.

The client will use the default credentials provider and tls client.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Creates an application. An application consists of one or more server groups. Each server group contain one or more servers.

Creates a replication job. The replication job schedules periodic replication runs to replicate your server to AWS. Each replication run creates an Amazon Machine Image (AMI).

Deletes the specified application. Optionally deletes the launched stack associated with the application and all AWS SMS replication jobs for servers in the application.

Deletes the launch configuration for the specified application.

Deletes the replication configuration for the specified application.

Deletes the validation configuration for the specified application.

Deletes the specified replication job.

After you delete a replication job, there are no further replication runs. AWS deletes the contents of the Amazon S3 bucket used to store AWS SMS artifacts. The AMIs created by the replication runs are not deleted.

Deletes all servers from your server catalog.

Disassociates the specified connector from AWS SMS.

After you disassociate a connector, it is no longer available to support replication jobs.

Generates a target change set for a currently launched stack and writes it to an Amazon S3 object in the customer’s Amazon S3 bucket.

Generates an AWS CloudFormation template based on the current launch configuration and writes it to an Amazon S3 object in the customer’s Amazon S3 bucket.

Retrieve information about the specified application.

Retrieves the application launch configuration associated with the specified application.

Retrieves the application replication configuration associated with the specified application.

Retrieves information about a configuration for validating an application.

Retrieves output from validating an application.

Describes the connectors registered with the AWS SMS.

Describes the specified replication job or all of your replication jobs.

Describes the replication runs for the specified replication job.

Describes the servers in your server catalog.

Before you can describe your servers, you must import them using ImportServerCatalog.

Allows application import from AWS Migration Hub.

Gathers a complete list of on-premises servers. Connectors must be installed and monitoring all servers to import.

This call returns immediately, but might take additional time to retrieve all the servers.

Launches the specified application as a stack in AWS CloudFormation.

Retrieves summaries for all applications.

Provides information to AWS SMS about whether application validation is successful.

Creates or updates the launch configuration for the specified application.

Creates or updates the replication configuration for the specified application.

Creates or updates a validation configuration for the specified application.

Starts replicating the specified application by creating replication jobs for each server in the application.

Starts an on-demand replication run for the specified application.

Starts an on-demand replication run for the specified replication job. This replication run starts immediately. This replication run is in addition to the ones already scheduled.

There is a limit on the number of on-demand replications runs that you can request in a 24-hour period.

Stops replicating the specified application by deleting the replication job for each server in the application.

Terminates the stack for the specified application.

Updates the specified application.

Updates the specified settings for the specified replication job.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more