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

Description

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

Synopsis

Creating a Request

data StartOnDemandAppReplication Source #

See: newStartOnDemandAppReplication smart constructor.

Constructors

StartOnDemandAppReplication' 

Fields

Instances

Instances details
Eq StartOnDemandAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandAppReplication

Read StartOnDemandAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandAppReplication

Show StartOnDemandAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandAppReplication

Generic StartOnDemandAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandAppReplication

Associated Types

type Rep StartOnDemandAppReplication :: Type -> Type #

NFData StartOnDemandAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandAppReplication

Hashable StartOnDemandAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandAppReplication

ToJSON StartOnDemandAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandAppReplication

AWSRequest StartOnDemandAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandAppReplication

ToHeaders StartOnDemandAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandAppReplication

ToPath StartOnDemandAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandAppReplication

ToQuery StartOnDemandAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandAppReplication

type Rep StartOnDemandAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandAppReplication

type Rep StartOnDemandAppReplication = D1 ('MetaData "StartOnDemandAppReplication" "Amazonka.SMS.StartOnDemandAppReplication" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "StartOnDemandAppReplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "appId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartOnDemandAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandAppReplication

newStartOnDemandAppReplication Source #

Create a value of StartOnDemandAppReplication 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:StartOnDemandAppReplication', startOnDemandAppReplication_description - The description of the replication run.

$sel:appId:StartOnDemandAppReplication', startOnDemandAppReplication_appId - The ID of the application.

Request Lenses

Destructuring the Response

data StartOnDemandAppReplicationResponse Source #

Constructors

StartOnDemandAppReplicationResponse' 

Fields

Instances

Instances details
Eq StartOnDemandAppReplicationResponse Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandAppReplication

Read StartOnDemandAppReplicationResponse Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandAppReplication

Show StartOnDemandAppReplicationResponse Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandAppReplication

Generic StartOnDemandAppReplicationResponse Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandAppReplication

NFData StartOnDemandAppReplicationResponse Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandAppReplication

type Rep StartOnDemandAppReplicationResponse Source # 
Instance details

Defined in Amazonka.SMS.StartOnDemandAppReplication

type Rep StartOnDemandAppReplicationResponse = D1 ('MetaData "StartOnDemandAppReplicationResponse" "Amazonka.SMS.StartOnDemandAppReplication" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "StartOnDemandAppReplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartOnDemandAppReplicationResponse Source #

Create a value of StartOnDemandAppReplicationResponse 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:httpStatus:StartOnDemandAppReplicationResponse', startOnDemandAppReplicationResponse_httpStatus - The response's http status code.

Response Lenses