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

Description

Starts replicating the specified application by creating replication jobs for each server in the application.

Synopsis

Creating a Request

data StartAppReplication Source #

See: newStartAppReplication smart constructor.

Constructors

StartAppReplication' 

Fields

Instances

Instances details
Eq StartAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartAppReplication

Read StartAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartAppReplication

Show StartAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartAppReplication

Generic StartAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartAppReplication

Associated Types

type Rep StartAppReplication :: Type -> Type #

NFData StartAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartAppReplication

Methods

rnf :: StartAppReplication -> () #

Hashable StartAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartAppReplication

ToJSON StartAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartAppReplication

AWSRequest StartAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartAppReplication

Associated Types

type AWSResponse StartAppReplication #

ToHeaders StartAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartAppReplication

ToPath StartAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartAppReplication

ToQuery StartAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartAppReplication

type Rep StartAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StartAppReplication

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

Defined in Amazonka.SMS.StartAppReplication

newStartAppReplication :: StartAppReplication Source #

Create a value of StartAppReplication 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:appId:StartAppReplication', startAppReplication_appId - The ID of the application.

Request Lenses

Destructuring the Response

data StartAppReplicationResponse Source #

See: newStartAppReplicationResponse smart constructor.

Constructors

StartAppReplicationResponse' 

Fields

Instances

Instances details
Eq StartAppReplicationResponse Source # 
Instance details

Defined in Amazonka.SMS.StartAppReplication

Read StartAppReplicationResponse Source # 
Instance details

Defined in Amazonka.SMS.StartAppReplication

Show StartAppReplicationResponse Source # 
Instance details

Defined in Amazonka.SMS.StartAppReplication

Generic StartAppReplicationResponse Source # 
Instance details

Defined in Amazonka.SMS.StartAppReplication

Associated Types

type Rep StartAppReplicationResponse :: Type -> Type #

NFData StartAppReplicationResponse Source # 
Instance details

Defined in Amazonka.SMS.StartAppReplication

type Rep StartAppReplicationResponse Source # 
Instance details

Defined in Amazonka.SMS.StartAppReplication

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

newStartAppReplicationResponse Source #

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

Response Lenses