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.Types.ListRulesOutput

Description

 
Synopsis

Documentation

data ListRulesOutput Source #

Readiness rule information, including the resource type, rule ID, and rule description.

See: newListRulesOutput smart constructor.

Constructors

ListRulesOutput' 

Fields

Instances

Instances details
FromJSON 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 #

Read ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

Show ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

NFData ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

Methods

rnf :: ListRulesOutput -> () #

Eq ListRulesOutput Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.ListRulesOutput

Hashable 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" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" '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 - The description of a readiness rule.

$sel:ruleId:ListRulesOutput', listRulesOutput_ruleId - The ID for the readiness rule.

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

listRulesOutput_ruleDescription :: Lens' ListRulesOutput Text Source #

The description of a readiness rule.

listRulesOutput_ruleId :: Lens' ListRulesOutput Text Source #

The ID for the readiness rule.

listRulesOutput_resourceType :: Lens' ListRulesOutput Text Source #

The resource type that the readiness rule applies to.