| 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.ResilienceHub.Types.SopRecommendation
Description
Synopsis
- data SopRecommendation = SopRecommendation' {}
- newSopRecommendation :: Text -> Text -> SopServiceType -> SopRecommendation
- sopRecommendation_appComponentName :: Lens' SopRecommendation (Maybe Text)
- sopRecommendation_description :: Lens' SopRecommendation (Maybe Text)
- sopRecommendation_items :: Lens' SopRecommendation (Maybe [RecommendationItem])
- sopRecommendation_name :: Lens' SopRecommendation (Maybe Text)
- sopRecommendation_prerequisite :: Lens' SopRecommendation (Maybe Text)
- sopRecommendation_recommendationId :: Lens' SopRecommendation Text
- sopRecommendation_referenceId :: Lens' SopRecommendation Text
- sopRecommendation_serviceType :: Lens' SopRecommendation SopServiceType
Documentation
data SopRecommendation Source #
Defines a standard operating procedure (SOP) recommendation.
See: newSopRecommendation smart constructor.
Constructors
| SopRecommendation' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> SopServiceType | |
| -> SopRecommendation |
Create a value of SopRecommendation 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:appComponentName:SopRecommendation', sopRecommendation_appComponentName - The application component name.
$sel:description:SopRecommendation', sopRecommendation_description - The description of the SOP recommendation.
$sel:items:SopRecommendation', sopRecommendation_items - The recommendation items.
$sel:name:SopRecommendation', sopRecommendation_name - The name of the SOP recommendation.
$sel:prerequisite:SopRecommendation', sopRecommendation_prerequisite - The prerequisite for the SOP recommendation.
$sel:recommendationId:SopRecommendation', sopRecommendation_recommendationId - Identifier for the SOP recommendation.
$sel:referenceId:SopRecommendation', sopRecommendation_referenceId - The reference identifier for the SOP recommendation.
$sel:serviceType:SopRecommendation', sopRecommendation_serviceType - The service type.
sopRecommendation_appComponentName :: Lens' SopRecommendation (Maybe Text) Source #
The application component name.
sopRecommendation_description :: Lens' SopRecommendation (Maybe Text) Source #
The description of the SOP recommendation.
sopRecommendation_items :: Lens' SopRecommendation (Maybe [RecommendationItem]) Source #
The recommendation items.
sopRecommendation_name :: Lens' SopRecommendation (Maybe Text) Source #
The name of the SOP recommendation.
sopRecommendation_prerequisite :: Lens' SopRecommendation (Maybe Text) Source #
The prerequisite for the SOP recommendation.
sopRecommendation_recommendationId :: Lens' SopRecommendation Text Source #
Identifier for the SOP recommendation.
sopRecommendation_referenceId :: Lens' SopRecommendation Text Source #
The reference identifier for the SOP recommendation.
sopRecommendation_serviceType :: Lens' SopRecommendation SopServiceType Source #
The service type.