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 ServiceActionSummary = ServiceActionSummary' {}
- newServiceActionSummary :: ServiceActionSummary
- serviceActionSummary_name :: Lens' ServiceActionSummary (Maybe Text)
- serviceActionSummary_id :: Lens' ServiceActionSummary (Maybe Text)
- serviceActionSummary_definitionType :: Lens' ServiceActionSummary (Maybe ServiceActionDefinitionType)
- serviceActionSummary_description :: Lens' ServiceActionSummary (Maybe Text)
Documentation
data ServiceActionSummary Source #
Detailed information about the self-service action.
See: newServiceActionSummary
smart constructor.
ServiceActionSummary' | |
|
Instances
newServiceActionSummary :: ServiceActionSummary Source #
Create a value of ServiceActionSummary
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:name:ServiceActionSummary'
, serviceActionSummary_name
- The self-service action name.
$sel:id:ServiceActionSummary'
, serviceActionSummary_id
- The self-service action identifier.
$sel:definitionType:ServiceActionSummary'
, serviceActionSummary_definitionType
- The self-service action definition type. For example, SSM_AUTOMATION
.
$sel:description:ServiceActionSummary'
, serviceActionSummary_description
- The self-service action description.
serviceActionSummary_name :: Lens' ServiceActionSummary (Maybe Text) Source #
The self-service action name.
serviceActionSummary_id :: Lens' ServiceActionSummary (Maybe Text) Source #
The self-service action identifier.
serviceActionSummary_definitionType :: Lens' ServiceActionSummary (Maybe ServiceActionDefinitionType) Source #
The self-service action definition type. For example, SSM_AUTOMATION
.
serviceActionSummary_description :: Lens' ServiceActionSummary (Maybe Text) Source #
The self-service action description.