| 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.GreengrassV2.Types.ComponentVersionListItem
Description
Synopsis
- data ComponentVersionListItem = ComponentVersionListItem' {
- arn :: Maybe Text
- componentName :: Maybe Text
- componentVersion :: Maybe Text
- newComponentVersionListItem :: ComponentVersionListItem
- componentVersionListItem_arn :: Lens' ComponentVersionListItem (Maybe Text)
- componentVersionListItem_componentName :: Lens' ComponentVersionListItem (Maybe Text)
- componentVersionListItem_componentVersion :: Lens' ComponentVersionListItem (Maybe Text)
Documentation
data ComponentVersionListItem Source #
Contains information about a component version in a list.
See: newComponentVersionListItem smart constructor.
Constructors
| ComponentVersionListItem' | |
Fields
| |
Instances
newComponentVersionListItem :: ComponentVersionListItem Source #
Create a value of ComponentVersionListItem 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:arn:ComponentVersionListItem', componentVersionListItem_arn - The
ARN
of the component version.
$sel:componentName:ComponentVersionListItem', componentVersionListItem_componentName - The name of the component.
$sel:componentVersion:ComponentVersionListItem', componentVersionListItem_componentVersion - The version of the component.
componentVersionListItem_arn :: Lens' ComponentVersionListItem (Maybe Text) Source #
The ARN of the component version.
componentVersionListItem_componentName :: Lens' ComponentVersionListItem (Maybe Text) Source #
The name of the component.
componentVersionListItem_componentVersion :: Lens' ComponentVersionListItem (Maybe Text) Source #
The version of the component.