amazonka-ssm-incidents-2.0: Amazon Systems Manager Incident Manager SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SSMIncidents.GetReplicationSet

Description

Retrieve your Incident Manager replication set.

Synopsis

Creating a Request

data GetReplicationSet Source #

See: newGetReplicationSet smart constructor.

Constructors

GetReplicationSet' 

Fields

  • arn :: Text

    The Amazon Resource Name (ARN) of the replication set you want to retrieve.

Instances

Instances details
ToHeaders GetReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetReplicationSet

ToPath GetReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetReplicationSet

ToQuery GetReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetReplicationSet

AWSRequest GetReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetReplicationSet

Associated Types

type AWSResponse GetReplicationSet #

Generic GetReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetReplicationSet

Associated Types

type Rep GetReplicationSet :: Type -> Type #

Read GetReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetReplicationSet

Show GetReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetReplicationSet

NFData GetReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetReplicationSet

Methods

rnf :: GetReplicationSet -> () #

Eq GetReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetReplicationSet

Hashable GetReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetReplicationSet

type AWSResponse GetReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetReplicationSet

type Rep GetReplicationSet Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetReplicationSet

type Rep GetReplicationSet = D1 ('MetaData "GetReplicationSet" "Amazonka.SSMIncidents.GetReplicationSet" "amazonka-ssm-incidents-2.0-JEcCJ5TIs2l5vrFa2RYlgd" 'False) (C1 ('MetaCons "GetReplicationSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetReplicationSet Source #

Create a value of GetReplicationSet 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:

GetReplicationSet, getReplicationSet_arn - The Amazon Resource Name (ARN) of the replication set you want to retrieve.

Request Lenses

getReplicationSet_arn :: Lens' GetReplicationSet Text Source #

The Amazon Resource Name (ARN) of the replication set you want to retrieve.

Destructuring the Response

data GetReplicationSetResponse Source #

See: newGetReplicationSetResponse smart constructor.

Constructors

GetReplicationSetResponse' 

Fields

Instances

Instances details
Generic GetReplicationSetResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetReplicationSet

Associated Types

type Rep GetReplicationSetResponse :: Type -> Type #

Read GetReplicationSetResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetReplicationSet

Show GetReplicationSetResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetReplicationSet

NFData GetReplicationSetResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetReplicationSet

Eq GetReplicationSetResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetReplicationSet

type Rep GetReplicationSetResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetReplicationSet

type Rep GetReplicationSetResponse = D1 ('MetaData "GetReplicationSetResponse" "Amazonka.SSMIncidents.GetReplicationSet" "amazonka-ssm-incidents-2.0-JEcCJ5TIs2l5vrFa2RYlgd" 'False) (C1 ('MetaCons "GetReplicationSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "replicationSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReplicationSet)))

newGetReplicationSetResponse Source #

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

$sel:replicationSet:GetReplicationSetResponse', getReplicationSetResponse_replicationSet - Details of the replication set.

Response Lenses