SMS / Client / start_on_demand_app_replication

start_on_demand_app_replication#

SMS.Client.start_on_demand_app_replication(**kwargs)#

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

See also: AWS API Documentation

Request Syntax

response = client.start_on_demand_app_replication(
    appId='string',
    description='string'
)
Parameters:
  • appId (string) –

    [REQUIRED]

    The ID of the application.

  • description (string) – The description of the replication run.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • SMS.Client.exceptions.UnauthorizedOperationException

  • SMS.Client.exceptions.InvalidParameterException

  • SMS.Client.exceptions.MissingRequiredParameterException

  • SMS.Client.exceptions.InternalError

  • SMS.Client.exceptions.OperationNotPermittedException