libZSservicesZSamazonka-route53-recovery-control-configZSamazonka-route53-recovery-control-config
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.Route53RecoveryControlConfig.DescribeSafetyRule

Description

Describes the safety rules (that is, the assertion rules and gating rules) for the routing controls in a control panel.

Synopsis

Creating a Request

data DescribeSafetyRule Source #

See: newDescribeSafetyRule smart constructor.

Constructors

DescribeSafetyRule' 

Fields

  • safetyRuleArn :: Text

    The request body that you include when you update a safety rule.

Instances

Instances details
Eq DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

Read DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

Show DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

Generic DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

Associated Types

type Rep DescribeSafetyRule :: Type -> Type #

NFData DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

Methods

rnf :: DescribeSafetyRule -> () #

Hashable DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

AWSRequest DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

Associated Types

type AWSResponse DescribeSafetyRule #

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

type Rep DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

type Rep DescribeSafetyRule = D1 ('MetaData "DescribeSafetyRule" "Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule" "libZSservicesZSamazonka-route53-recovery-control-configZSamazonka-route53-recovery-control-config" 'False) (C1 ('MetaCons "DescribeSafetyRule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "safetyRuleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeSafetyRule Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

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:

$sel:safetyRuleArn:DescribeSafetyRule', describeSafetyRule_safetyRuleArn - The request body that you include when you update a safety rule.

Request Lenses

describeSafetyRule_safetyRuleArn :: Lens' DescribeSafetyRule Text Source #

The request body that you include when you update a safety rule.

Destructuring the Response

data DescribeSafetyRuleResponse Source #

See: newDescribeSafetyRuleResponse smart constructor.

Constructors

DescribeSafetyRuleResponse' 

Fields

Instances

Instances details
Eq DescribeSafetyRuleResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

Read DescribeSafetyRuleResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

Show DescribeSafetyRuleResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

Generic DescribeSafetyRuleResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryControlConfig.DescribeSafetyRule

Associated Types

type Rep DescribeSafetyRuleResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-route53-recovery-control-configZSamazonka-route53-recovery-control-config" '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 - Undocumented member.

$sel:gatingRule:DescribeSafetyRuleResponse', describeSafetyRuleResponse_gatingRule - Undocumented member.

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

Response Lenses