| 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.Action
Description
Synopsis
- data Action = Action' {}
- newAction :: Action
- action_description :: Lens' Action (Maybe Text)
- action_id :: Lens' Action (Maybe Text)
- action_parameters :: Lens' Action (Maybe (HashMap Text ActionParameter))
- action_tags :: Lens' Action (Maybe (HashMap Text Text))
- action_targets :: Lens' Action (Maybe (HashMap Text ActionTarget))
Documentation
Describes an action. For more information, see FIS actions in the Fault Injection Simulator User Guide.
See: newAction smart constructor.
Constructors
| Action' | |
Fields
| |
Instances
Create a value of Action 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:
Action, action_description - The description for the action.
$sel:id:Action', action_id - The ID of the action.
$sel:parameters:Action', action_parameters - The action parameters, if applicable.
$sel:tags:Action', action_tags - The tags for the action.
$sel:targets:Action', action_targets - The supported targets for the action.
action_parameters :: Lens' Action (Maybe (HashMap Text ActionParameter)) Source #
The action parameters, if applicable.
action_targets :: Lens' Action (Maybe (HashMap Text ActionTarget)) Source #
The supported targets for the action.