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.Recommendation

Description

 
Synopsis

Documentation

data Recommendation Source #

Recommendations that are provided to make an application more recovery resilient.

See: newRecommendation smart constructor.

Constructors

Recommendation' 

Fields

  • recommendationText :: Text

    Text of the recommendations that are provided to make an application more recovery resilient.

Instances

Instances details
FromJSON Recommendation Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Recommendation

Generic Recommendation Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Recommendation

Associated Types

type Rep Recommendation :: Type -> Type #

Read Recommendation Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Recommendation

Show Recommendation Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Recommendation

NFData Recommendation Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Recommendation

Methods

rnf :: Recommendation -> () #

Eq Recommendation Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Recommendation

Hashable Recommendation Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Recommendation

type Rep Recommendation Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.Types.Recommendation

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

newRecommendation Source #

Create a value of Recommendation 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:recommendationText:Recommendation', recommendation_recommendationText - Text of the recommendations that are provided to make an application more recovery resilient.

recommendation_recommendationText :: Lens' Recommendation Text Source #

Text of the recommendations that are provided to make an application more recovery resilient.