amazonka-resiliencehub-2.0: Amazon Resilience Hub 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.ResilienceHub.Types.ComponentRecommendation

Description

 
Synopsis

Documentation

data ComponentRecommendation Source #

Defines recommendations for a Resilience Hub application component, returned as an object. This object contains component names, configuration recommendations, and recommendation statuses.

See: newComponentRecommendation smart constructor.

Constructors

ComponentRecommendation' 

Fields

Instances

Instances details
FromJSON ComponentRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComponentRecommendation

Generic ComponentRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComponentRecommendation

Associated Types

type Rep ComponentRecommendation :: Type -> Type #

Read ComponentRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComponentRecommendation

Show ComponentRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComponentRecommendation

NFData ComponentRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComponentRecommendation

Methods

rnf :: ComponentRecommendation -> () #

Eq ComponentRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComponentRecommendation

Hashable ComponentRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComponentRecommendation

type Rep ComponentRecommendation Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.ComponentRecommendation

type Rep ComponentRecommendation = D1 ('MetaData "ComponentRecommendation" "Amazonka.ResilienceHub.Types.ComponentRecommendation" "amazonka-resiliencehub-2.0-EsKgNhAb0B96cCxrYtrBzG" 'False) (C1 ('MetaCons "ComponentRecommendation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "configRecommendations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ConfigRecommendation]) :*: S1 ('MetaSel ('Just "recommendationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RecommendationComplianceStatus))))

newComponentRecommendation Source #

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

ComponentRecommendation, componentRecommendation_appComponentName - The name of the application component.

$sel:configRecommendations:ComponentRecommendation', componentRecommendation_configRecommendations - The list of recommendations.

$sel:recommendationStatus:ComponentRecommendation', componentRecommendation_recommendationStatus - The recommendation status.