libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness
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.Route53RecoveryReadiness.Types.ListRulesOutput

Description

 
Synopsis

Documentation

data ListRulesOutput Source #

A collection of rules used in a readiness check

See: newListRulesOutput smart constructor.

Constructors

ListRulesOutput' 

Fields

Instances

Instances details
Eq ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

Read ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

Show ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

Generic ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

Associated Types

type Rep ListRulesOutput :: Type -> Type #

NFData ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

Methods

rnf :: ListRulesOutput -> () #

Hashable ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

FromJSON ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

type Rep ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

type Rep ListRulesOutput = D1 ('MetaData "ListRulesOutput" "Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "ListRulesOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ruleDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "ruleId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListRulesOutput Source #

Create a value of ListRulesOutput 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:ruleDescription:ListRulesOutput', listRulesOutput_ruleDescription - A description of the rule

$sel:ruleId:ListRulesOutput', listRulesOutput_ruleId - The Rule's ID.

$sel:resourceType:ListRulesOutput', listRulesOutput_resourceType - The resource type the rule applies to.

listRulesOutput_resourceType :: Lens' ListRulesOutput Text Source #

The resource type the rule applies to.