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

Description

Stops replicating the specified application by deleting the replication job for each server in the application.

Synopsis

Creating a Request

data StopAppReplication Source #

See: newStopAppReplication smart constructor.

Constructors

StopAppReplication' 

Fields

Instances

Instances details
Eq StopAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StopAppReplication

Read StopAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StopAppReplication

Show StopAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StopAppReplication

Generic StopAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StopAppReplication

Associated Types

type Rep StopAppReplication :: Type -> Type #

NFData StopAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StopAppReplication

Methods

rnf :: StopAppReplication -> () #

Hashable StopAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StopAppReplication

ToJSON StopAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StopAppReplication

AWSRequest StopAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StopAppReplication

Associated Types

type AWSResponse StopAppReplication #

ToHeaders StopAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StopAppReplication

ToPath StopAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StopAppReplication

ToQuery StopAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StopAppReplication

type Rep StopAppReplication Source # 
Instance details

Defined in Amazonka.SMS.StopAppReplication

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

Defined in Amazonka.SMS.StopAppReplication

newStopAppReplication :: StopAppReplication Source #

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

Request Lenses

Destructuring the Response

data StopAppReplicationResponse Source #

See: newStopAppReplicationResponse smart constructor.

Constructors

StopAppReplicationResponse' 

Fields

Instances

Instances details
Eq StopAppReplicationResponse Source # 
Instance details

Defined in Amazonka.SMS.StopAppReplication

Read StopAppReplicationResponse Source # 
Instance details

Defined in Amazonka.SMS.StopAppReplication

Show StopAppReplicationResponse Source # 
Instance details

Defined in Amazonka.SMS.StopAppReplication

Generic StopAppReplicationResponse Source # 
Instance details

Defined in Amazonka.SMS.StopAppReplication

Associated Types

type Rep StopAppReplicationResponse :: Type -> Type #

NFData StopAppReplicationResponse Source # 
Instance details

Defined in Amazonka.SMS.StopAppReplication

type Rep StopAppReplicationResponse Source # 
Instance details

Defined in Amazonka.SMS.StopAppReplication

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

newStopAppReplicationResponse Source #

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

Response Lenses