[][src]Struct rusoto_sms::ServerMigrationServiceClient

pub struct ServerMigrationServiceClient { /* fields omitted */ }

A client for the SMS API.

Methods

impl ServerMigrationServiceClient[src]

pub fn new(region: Region) -> ServerMigrationServiceClient[src]

Creates a client backed by the default tokio event loop.

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

pub fn new_with<P, D>(
    request_dispatcher: D,
    credentials_provider: P,
    region: Region
) -> ServerMigrationServiceClient where
    P: ProvideAwsCredentials + Send + Sync + 'static,
    P::Future: Send,
    D: DispatchSignedRequest + Send + Sync + 'static,
    D::Future: Send
[src]

Trait Implementations

impl ServerMigrationService for ServerMigrationServiceClient[src]

fn create_app(
    &self,
    input: CreateAppRequest
) -> RusotoFuture<CreateAppResponse, CreateAppError>
[src]

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

fn create_replication_job(
    &self,
    input: CreateReplicationJobRequest
) -> RusotoFuture<CreateReplicationJobResponse, CreateReplicationJobError>
[src]

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).

fn delete_app(
    &self,
    input: DeleteAppRequest
) -> RusotoFuture<DeleteAppResponse, DeleteAppError>
[src]

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

fn delete_app_launch_configuration(
    &self,
    input: DeleteAppLaunchConfigurationRequest
) -> RusotoFuture<DeleteAppLaunchConfigurationResponse, DeleteAppLaunchConfigurationError>
[src]

Deletes existing launch configuration for an application.

fn delete_app_replication_configuration(
    &self,
    input: DeleteAppReplicationConfigurationRequest
) -> RusotoFuture<DeleteAppReplicationConfigurationResponse, DeleteAppReplicationConfigurationError>
[src]

Deletes existing replication configuration for an application.

fn delete_replication_job(
    &self,
    input: DeleteReplicationJobRequest
) -> RusotoFuture<DeleteReplicationJobResponse, DeleteReplicationJobError>
[src]

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.

fn delete_server_catalog(
    &self
) -> RusotoFuture<DeleteServerCatalogResponse, DeleteServerCatalogError>
[src]

Deletes all servers from your server catalog.

fn disassociate_connector(
    &self,
    input: DisassociateConnectorRequest
) -> RusotoFuture<DisassociateConnectorResponse, DisassociateConnectorError>
[src]

Disassociates the specified connector from AWS SMS.

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

fn generate_change_set(
    &self,
    input: GenerateChangeSetRequest
) -> RusotoFuture<GenerateChangeSetResponse, GenerateChangeSetError>
[src]

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.

fn generate_template(
    &self,
    input: GenerateTemplateRequest
) -> RusotoFuture<GenerateTemplateResponse, GenerateTemplateError>
[src]

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

fn get_app(
    &self,
    input: GetAppRequest
) -> RusotoFuture<GetAppResponse, GetAppError>
[src]

Retrieve information about an application.

fn get_app_launch_configuration(
    &self,
    input: GetAppLaunchConfigurationRequest
) -> RusotoFuture<GetAppLaunchConfigurationResponse, GetAppLaunchConfigurationError>
[src]

Retrieves the application launch configuration associated with an application.

fn get_app_replication_configuration(
    &self,
    input: GetAppReplicationConfigurationRequest
) -> RusotoFuture<GetAppReplicationConfigurationResponse, GetAppReplicationConfigurationError>
[src]

Retrieves an application replication configuration associatd with an application.

fn get_connectors(
    &self,
    input: GetConnectorsRequest
) -> RusotoFuture<GetConnectorsResponse, GetConnectorsError>
[src]

Describes the connectors registered with the AWS SMS.

fn get_replication_jobs(
    &self,
    input: GetReplicationJobsRequest
) -> RusotoFuture<GetReplicationJobsResponse, GetReplicationJobsError>
[src]

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

fn get_replication_runs(
    &self,
    input: GetReplicationRunsRequest
) -> RusotoFuture<GetReplicationRunsResponse, GetReplicationRunsError>
[src]

Describes the replication runs for the specified replication job.

fn get_servers(
    &self,
    input: GetServersRequest
) -> RusotoFuture<GetServersResponse, GetServersError>
[src]

Describes the servers in your server catalog.

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

fn import_server_catalog(
    &self
) -> RusotoFuture<ImportServerCatalogResponse, ImportServerCatalogError>
[src]

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

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

fn launch_app(
    &self,
    input: LaunchAppRequest
) -> RusotoFuture<LaunchAppResponse, LaunchAppError>
[src]

Launches an application stack.

fn list_apps(
    &self,
    input: ListAppsRequest
) -> RusotoFuture<ListAppsResponse, ListAppsError>
[src]

Returns a list of summaries for all applications.

fn put_app_launch_configuration(
    &self,
    input: PutAppLaunchConfigurationRequest
) -> RusotoFuture<PutAppLaunchConfigurationResponse, PutAppLaunchConfigurationError>
[src]

Creates a launch configuration for an application.

fn put_app_replication_configuration(
    &self,
    input: PutAppReplicationConfigurationRequest
) -> RusotoFuture<PutAppReplicationConfigurationResponse, PutAppReplicationConfigurationError>
[src]

Creates or updates a replication configuration for an application.

fn start_app_replication(
    &self,
    input: StartAppReplicationRequest
) -> RusotoFuture<StartAppReplicationResponse, StartAppReplicationError>
[src]

Starts replicating an application.

fn start_on_demand_replication_run(
    &self,
    input: StartOnDemandReplicationRunRequest
) -> RusotoFuture<StartOnDemandReplicationRunResponse, StartOnDemandReplicationRunError>
[src]

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 you can request in a 24-hour period.

fn stop_app_replication(
    &self,
    input: StopAppReplicationRequest
) -> RusotoFuture<StopAppReplicationResponse, StopAppReplicationError>
[src]

Stops replicating an application.

fn terminate_app(
    &self,
    input: TerminateAppRequest
) -> RusotoFuture<TerminateAppResponse, TerminateAppError>
[src]

Terminates the stack for an application.

fn update_app(
    &self,
    input: UpdateAppRequest
) -> RusotoFuture<UpdateAppResponse, UpdateAppError>
[src]

Updates an application.

fn update_replication_job(
    &self,
    input: UpdateReplicationJobRequest
) -> RusotoFuture<UpdateReplicationJobResponse, UpdateReplicationJobError>
[src]

Updates the specified settings for the specified replication job.

impl Clone for ServerMigrationServiceClient[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T> Same for T

type Output = T

Should always be Self