amazonka-sms-2.0: Amazon Server Migration Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SMS.StartOnDemandReplicationRun

Description

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.

Synopsis

Creating a Request

data StartOnDemandReplicationRun Source #

See: newStartOnDemandReplicationRun smart constructor.

Constructors

StartOnDemandReplicationRun' 

Fields

Instances

Instances details
ToJSON StartOnDemandReplicationRun Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

ToHeaders StartOnDemandReplicationRun Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

ToPath StartOnDemandReplicationRun Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

ToQuery StartOnDemandReplicationRun Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

AWSRequest StartOnDemandReplicationRun Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

Generic StartOnDemandReplicationRun Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

Associated Types

type Rep StartOnDemandReplicationRun :: Type -> Type #

Read StartOnDemandReplicationRun Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

Show StartOnDemandReplicationRun Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

NFData StartOnDemandReplicationRun Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

Eq StartOnDemandReplicationRun Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

Hashable StartOnDemandReplicationRun Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

type AWSResponse StartOnDemandReplicationRun Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

type Rep StartOnDemandReplicationRun Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

type Rep StartOnDemandReplicationRun = D1 ('MetaData "StartOnDemandReplicationRun" "Amazonka.SMS.StartOnDemandReplicationRun" "amazonka-sms-2.0-4YLznk7UFuE5VtyLFXmW6X" 'False) (C1 ('MetaCons "StartOnDemandReplicationRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationJobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStartOnDemandReplicationRun Source #

Create a value of StartOnDemandReplicationRun with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StartOnDemandReplicationRun, startOnDemandReplicationRun_description - The description of the replication run.

StartOnDemandReplicationRun, startOnDemandReplicationRun_replicationJobId - The ID of the replication job.

Request Lenses

Destructuring the Response

data StartOnDemandReplicationRunResponse Source #

Constructors

StartOnDemandReplicationRunResponse' 

Fields

Instances

Instances details
Generic StartOnDemandReplicationRunResponse Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

Read StartOnDemandReplicationRunResponse Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

Show StartOnDemandReplicationRunResponse Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

NFData StartOnDemandReplicationRunResponse Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

Eq StartOnDemandReplicationRunResponse Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

type Rep StartOnDemandReplicationRunResponse Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

type Rep StartOnDemandReplicationRunResponse = D1 ('MetaData "StartOnDemandReplicationRunResponse" "Amazonka.SMS.StartOnDemandReplicationRun" "amazonka-sms-2.0-4YLznk7UFuE5VtyLFXmW6X" 'False) (C1 ('MetaCons "StartOnDemandReplicationRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationRunId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartOnDemandReplicationRunResponse Source #

Create a value of StartOnDemandReplicationRunResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StartOnDemandReplicationRunResponse, startOnDemandReplicationRunResponse_replicationRunId - The ID of the replication run.

$sel:httpStatus:StartOnDemandReplicationRunResponse', startOnDemandReplicationRunResponse_httpStatus - The response's http status code.

Response Lenses