amazonka-migrationhubstrategy-2.0: Amazon Migration Hub Strategy Recommendations 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.MigrationHubStrategy.Types.ApplicationComponentStrategy

Description

 
Synopsis

Documentation

data ApplicationComponentStrategy Source #

Contains information about a strategy recommendation for an application component.

See: newApplicationComponentStrategy smart constructor.

Constructors

ApplicationComponentStrategy' 

Fields

Instances

Instances details
FromJSON ApplicationComponentStrategy Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ApplicationComponentStrategy

Generic ApplicationComponentStrategy Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ApplicationComponentStrategy

Associated Types

type Rep ApplicationComponentStrategy :: Type -> Type #

Read ApplicationComponentStrategy Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ApplicationComponentStrategy

Show ApplicationComponentStrategy Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ApplicationComponentStrategy

NFData ApplicationComponentStrategy Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ApplicationComponentStrategy

Eq ApplicationComponentStrategy Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ApplicationComponentStrategy

Hashable ApplicationComponentStrategy Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ApplicationComponentStrategy

type Rep ApplicationComponentStrategy Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ApplicationComponentStrategy

type Rep ApplicationComponentStrategy = D1 ('MetaData "ApplicationComponentStrategy" "Amazonka.MigrationHubStrategy.Types.ApplicationComponentStrategy" "amazonka-migrationhubstrategy-2.0-mnEPazDQ9LCt8OMOo53lQ" 'False) (C1 ('MetaCons "ApplicationComponentStrategy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "isPreferred") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "recommendation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecommendationSet)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StrategyRecommendation)))))

newApplicationComponentStrategy :: ApplicationComponentStrategy Source #

Create a value of ApplicationComponentStrategy 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:isPreferred:ApplicationComponentStrategy', applicationComponentStrategy_isPreferred - Set to true if the recommendation is set as preferred.

$sel:recommendation:ApplicationComponentStrategy', applicationComponentStrategy_recommendation - Strategy recommendation for the application component.

$sel:status:ApplicationComponentStrategy', applicationComponentStrategy_status - The recommendation status of a strategy for an application component.

applicationComponentStrategy_isPreferred :: Lens' ApplicationComponentStrategy (Maybe Bool) Source #

Set to true if the recommendation is set as preferred.

applicationComponentStrategy_status :: Lens' ApplicationComponentStrategy (Maybe StrategyRecommendation) Source #

The recommendation status of a strategy for an application component.