Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ActionSummary = ActionSummary' {}
- newActionSummary :: ActionSummary
- actionSummary_targets :: Lens' ActionSummary (Maybe (HashMap Text ActionTarget))
- actionSummary_id :: Lens' ActionSummary (Maybe Text)
- actionSummary_description :: Lens' ActionSummary (Maybe Text)
- actionSummary_tags :: Lens' ActionSummary (Maybe (HashMap Text Text))
Documentation
data ActionSummary Source #
Provides a summary of an action.
See: newActionSummary
smart constructor.
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:targets:ActionSummary'
, actionSummary_targets
- The targets for the action.
$sel:id:ActionSummary'
, actionSummary_id
- The ID of the action.
$sel:description:ActionSummary'
, actionSummary_description
- The description for the action.
$sel:tags:ActionSummary'
, actionSummary_tags
- The tags for the action.
actionSummary_targets :: Lens' ActionSummary (Maybe (HashMap Text ActionTarget)) Source #
The targets for the action.
actionSummary_id :: Lens' ActionSummary (Maybe Text) Source #
The ID of the action.
actionSummary_description :: Lens' ActionSummary (Maybe Text) Source #
The description for the action.
actionSummary_tags :: Lens' ActionSummary (Maybe (HashMap Text Text)) Source #
The tags for the action.