| 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.FIS.Types.ActionSummary
Description
Synopsis
- data ActionSummary = ActionSummary' {}
- newActionSummary :: ActionSummary
- actionSummary_description :: Lens' ActionSummary (Maybe Text)
- actionSummary_id :: Lens' ActionSummary (Maybe Text)
- actionSummary_tags :: Lens' ActionSummary (Maybe (HashMap Text Text))
- actionSummary_targets :: Lens' ActionSummary (Maybe (HashMap Text ActionTarget))
Documentation
data ActionSummary Source #
Provides a summary of an action.
See: newActionSummary smart constructor.
Constructors
| ActionSummary' | |
Instances
newActionSummary :: ActionSummary Source #
Create a value of ActionSummary 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:description:ActionSummary', actionSummary_description - The description for the action.
$sel:id:ActionSummary', actionSummary_id - The ID of the action.
$sel:tags:ActionSummary', actionSummary_tags - The tags for the action.
$sel:targets:ActionSummary', actionSummary_targets - The targets for the action.
actionSummary_description :: Lens' ActionSummary (Maybe Text) Source #
The description for the action.
actionSummary_id :: Lens' ActionSummary (Maybe Text) Source #
The ID of the action.
actionSummary_tags :: Lens' ActionSummary (Maybe (HashMap Text Text)) Source #
The tags for the action.
actionSummary_targets :: Lens' ActionSummary (Maybe (HashMap Text ActionTarget)) Source #
The targets for the action.