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

Description

Retrieves the application replication configuration associated with the specified application.

Synopsis

Creating a Request

data GetAppReplicationConfiguration Source #

See: newGetAppReplicationConfiguration smart constructor.

Constructors

GetAppReplicationConfiguration' 

Fields

Instances

Instances details
Eq GetAppReplicationConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppReplicationConfiguration

Read GetAppReplicationConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppReplicationConfiguration

Show GetAppReplicationConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppReplicationConfiguration

Generic GetAppReplicationConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppReplicationConfiguration

Associated Types

type Rep GetAppReplicationConfiguration :: Type -> Type #

NFData GetAppReplicationConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppReplicationConfiguration

Hashable GetAppReplicationConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppReplicationConfiguration

ToJSON GetAppReplicationConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppReplicationConfiguration

AWSRequest GetAppReplicationConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppReplicationConfiguration

ToHeaders GetAppReplicationConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppReplicationConfiguration

ToPath GetAppReplicationConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppReplicationConfiguration

ToQuery GetAppReplicationConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppReplicationConfiguration

type Rep GetAppReplicationConfiguration Source # 
Instance details

Defined in Amazonka.SMS.GetAppReplicationConfiguration

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

Defined in Amazonka.SMS.GetAppReplicationConfiguration

newGetAppReplicationConfiguration :: GetAppReplicationConfiguration Source #

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

Request Lenses

Destructuring the Response

data GetAppReplicationConfigurationResponse Source #

Constructors

GetAppReplicationConfigurationResponse' 

Fields

Instances

Instances details
Eq GetAppReplicationConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.GetAppReplicationConfiguration

Read GetAppReplicationConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.GetAppReplicationConfiguration

Show GetAppReplicationConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.GetAppReplicationConfiguration

Generic GetAppReplicationConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.GetAppReplicationConfiguration

NFData GetAppReplicationConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.GetAppReplicationConfiguration

type Rep GetAppReplicationConfigurationResponse Source # 
Instance details

Defined in Amazonka.SMS.GetAppReplicationConfiguration

type Rep GetAppReplicationConfigurationResponse = D1 ('MetaData "GetAppReplicationConfigurationResponse" "Amazonka.SMS.GetAppReplicationConfiguration" "libZSservicesZSamazonka-smsZSamazonka-sms" 'False) (C1 ('MetaCons "GetAppReplicationConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serverGroupReplicationConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ServerGroupReplicationConfiguration])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetAppReplicationConfigurationResponse Source #

Create a value of GetAppReplicationConfigurationResponse 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:serverGroupReplicationConfigurations:GetAppReplicationConfigurationResponse', getAppReplicationConfigurationResponse_serverGroupReplicationConfigurations - The replication configurations associated with server groups in this application.

$sel:httpStatus:GetAppReplicationConfigurationResponse', getAppReplicationConfigurationResponse_httpStatus - The response's http status code.

Response Lenses