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