| 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.SSMSAP.Types.ComponentSummary
Description
Synopsis
- data ComponentSummary = ComponentSummary' {}
- newComponentSummary :: ComponentSummary
- componentSummary_applicationId :: Lens' ComponentSummary (Maybe Text)
- componentSummary_componentId :: Lens' ComponentSummary (Maybe Text)
- componentSummary_componentType :: Lens' ComponentSummary (Maybe ComponentType)
- componentSummary_tags :: Lens' ComponentSummary (Maybe (HashMap Text Text))
Documentation
data ComponentSummary Source #
See: newComponentSummary smart constructor.
Constructors
| ComponentSummary' | |
Fields
| |
Instances
newComponentSummary :: ComponentSummary Source #
Create a value of ComponentSummary 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:applicationId:ComponentSummary', componentSummary_applicationId -
$sel:componentId:ComponentSummary', componentSummary_componentId -
$sel:componentType:ComponentSummary', componentSummary_componentType -