libZSservicesZSamazonka-smsZSamazonka-sms
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq StartOnDemandReplicationRun Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

Read StartOnDemandReplicationRun Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

Show 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 #

NFData StartOnDemandReplicationRun Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

Hashable StartOnDemandReplicationRun Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

ToJSON StartOnDemandReplicationRun Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

AWSRequest 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

type Rep StartOnDemandReplicationRun Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

type Rep StartOnDemandReplicationRun = D1 ('MetaData "StartOnDemandReplicationRun" "Amazonka.SMS.StartOnDemandReplicationRun" "libZSservicesZSamazonka-smsZSamazonka-sms" '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)))
type AWSResponse StartOnDemandReplicationRun Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

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:

$sel:description:StartOnDemandReplicationRun', startOnDemandReplicationRun_description - The description of the replication run.

$sel:replicationJobId:StartOnDemandReplicationRun', startOnDemandReplicationRun_replicationJobId - The ID of the replication job.

Request Lenses

Destructuring the Response

data StartOnDemandReplicationRunResponse Source #

Constructors

StartOnDemandReplicationRunResponse' 

Fields

Instances

Instances details
Eq 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

Generic StartOnDemandReplicationRunResponse Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandReplicationRun

NFData 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" "libZSservicesZSamazonka-smsZSamazonka-sms" '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:

$sel:replicationRunId:StartOnDemandReplicationRunResponse', startOnDemandReplicationRunResponse_replicationRunId - The ID of the replication run.

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

Response Lenses