amazonka-route53-recovery-readiness-2.0: Amazon Route53 Recovery Readiness 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.Route53RecoveryReadiness.GetRecoveryGroup

Description

Gets details about a recovery group, including a list of the cells that are included in it.

Synopsis

Creating a Request

data GetRecoveryGroup Source #

See: newGetRecoveryGroup smart constructor.

Constructors

GetRecoveryGroup' 

Fields

Instances

Instances details
ToHeaders GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

ToPath GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

ToQuery GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

AWSRequest GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Associated Types

type AWSResponse GetRecoveryGroup #

Generic GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Associated Types

type Rep GetRecoveryGroup :: Type -> Type #

Read GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Show GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

NFData GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Methods

rnf :: GetRecoveryGroup -> () #

Eq GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Hashable GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

type AWSResponse GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

type Rep GetRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

type Rep GetRecoveryGroup = D1 ('MetaData "GetRecoveryGroup" "Amazonka.Route53RecoveryReadiness.GetRecoveryGroup" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "GetRecoveryGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recoveryGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetRecoveryGroup Source #

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

GetRecoveryGroup, getRecoveryGroup_recoveryGroupName - The name of a recovery group.

Request Lenses

Destructuring the Response

data GetRecoveryGroupResponse Source #

See: newGetRecoveryGroupResponse smart constructor.

Constructors

GetRecoveryGroupResponse' 

Fields

Instances

Instances details
Generic GetRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Associated Types

type Rep GetRecoveryGroupResponse :: Type -> Type #

Read GetRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Show GetRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

NFData GetRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

Eq GetRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

type Rep GetRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetRecoveryGroup

type Rep GetRecoveryGroupResponse = D1 ('MetaData "GetRecoveryGroupResponse" "Amazonka.Route53RecoveryReadiness.GetRecoveryGroup" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "GetRecoveryGroupResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "recoveryGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "recoveryGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetRecoveryGroupResponse Source #

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

GetRecoveryGroupResponse, getRecoveryGroupResponse_cells - A list of a cell's Amazon Resource Names (ARNs).

GetRecoveryGroupResponse, getRecoveryGroupResponse_recoveryGroupArn - The Amazon Resource Name (ARN) for the recovery group.

GetRecoveryGroup, getRecoveryGroupResponse_recoveryGroupName - The name of the recovery group.

GetRecoveryGroupResponse, getRecoveryGroupResponse_tags - The tags associated with the recovery group.

$sel:httpStatus:GetRecoveryGroupResponse', getRecoveryGroupResponse_httpStatus - The response's http status code.

Response Lenses

getRecoveryGroupResponse_cells :: Lens' GetRecoveryGroupResponse (Maybe [Text]) Source #

A list of a cell's Amazon Resource Names (ARNs).

getRecoveryGroupResponse_recoveryGroupArn :: Lens' GetRecoveryGroupResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the recovery group.

getRecoveryGroupResponse_tags :: Lens' GetRecoveryGroupResponse (Maybe (HashMap Text Text)) Source #

The tags associated with the recovery group.