amazonka-route53-recovery-control-config-2.0: Amazon Route53 Recovery Control Config 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.Route53RecoveryControlConfig.DescribeSafetyRule

Description

Returns information about a safety rule.

Synopsis

Creating a Request

data DescribeSafetyRule Source #

See: newDescribeSafetyRule smart constructor.

Constructors

DescribeSafetyRule' 

Fields

Instances

Instances details
ToHeaders DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

ToPath DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

ToQuery DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

AWSRequest DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

Associated Types

type AWSResponse DescribeSafetyRule #

Generic DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

Associated Types

type Rep DescribeSafetyRule :: Type -> Type #

Read DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

Show DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

NFData DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

Methods

rnf :: DescribeSafetyRule -> () #

Eq DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

Hashable DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

type AWSResponse DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

type Rep DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

type Rep DescribeSafetyRule = D1 ('MetaData "DescribeSafetyRule" "Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule" "amazonka-route53-recovery-control-config-2.0-EdxrPdjlafWED9VxY6nLf4" 'False) (C1 ('MetaCons "DescribeSafetyRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "safetyRuleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeSafetyRule Source #

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

DescribeSafetyRule, describeSafetyRule_safetyRuleArn - The ARN of the safety rule.

Request Lenses

Destructuring the Response

data DescribeSafetyRuleResponse Source #

See: newDescribeSafetyRuleResponse smart constructor.

Constructors

DescribeSafetyRuleResponse' 

Fields

Instances

Instances details
Generic DescribeSafetyRuleResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

Associated Types

type Rep DescribeSafetyRuleResponse :: Type -> Type #

Read DescribeSafetyRuleResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

Show DescribeSafetyRuleResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

NFData DescribeSafetyRuleResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

Eq DescribeSafetyRuleResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

type Rep DescribeSafetyRuleResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

type Rep DescribeSafetyRuleResponse = D1 ('MetaData "DescribeSafetyRuleResponse" "Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule" "amazonka-route53-recovery-control-config-2.0-EdxrPdjlafWED9VxY6nLf4" 'False) (C1 ('MetaCons "DescribeSafetyRuleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assertionRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssertionRule)) :*: (S1 ('MetaSel ('Just "gatingRule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GatingRule)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeSafetyRuleResponse Source #

Create a value of DescribeSafetyRuleResponse 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:assertionRule:DescribeSafetyRuleResponse', describeSafetyRuleResponse_assertionRule - The assertion rule in the response.

$sel:gatingRule:DescribeSafetyRuleResponse', describeSafetyRuleResponse_gatingRule - The gating rule in the response.

$sel:httpStatus:DescribeSafetyRuleResponse', describeSafetyRuleResponse_httpStatus - The response's http status code.

Response Lenses