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