| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MigrationHubStrategy.Types.RecommendationSet
Description
Synopsis
- data RecommendationSet = RecommendationSet' {}
- newRecommendationSet :: RecommendationSet
- recommendationSet_strategy :: Lens' RecommendationSet (Maybe Strategy)
- recommendationSet_targetDestination :: Lens' RecommendationSet (Maybe TargetDestination)
- recommendationSet_transformationTool :: Lens' RecommendationSet (Maybe TransformationTool)
Documentation
data RecommendationSet Source #
Contains a recommendation set.
See: newRecommendationSet smart constructor.
Constructors
| RecommendationSet' | |
Fields
| |
Instances
newRecommendationSet :: RecommendationSet Source #
Create a value of RecommendationSet 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:strategy:RecommendationSet', recommendationSet_strategy - The recommended strategy.
$sel:targetDestination:RecommendationSet', recommendationSet_targetDestination - The recommended target destination.
$sel:transformationTool:RecommendationSet', recommendationSet_transformationTool - The target destination for the recommendation set.
recommendationSet_strategy :: Lens' RecommendationSet (Maybe Strategy) Source #
The recommended strategy.
recommendationSet_targetDestination :: Lens' RecommendationSet (Maybe TargetDestination) Source #
The recommended target destination.
recommendationSet_transformationTool :: Lens' RecommendationSet (Maybe TransformationTool) Source #
The target destination for the recommendation set.