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 ResolvedComponentVersion = ResolvedComponentVersion' {}
- newResolvedComponentVersion :: ResolvedComponentVersion
- resolvedComponentVersion_arn :: Lens' ResolvedComponentVersion (Maybe Text)
- resolvedComponentVersion_componentVersion :: Lens' ResolvedComponentVersion (Maybe Text)
- resolvedComponentVersion_recipe :: Lens' ResolvedComponentVersion (Maybe ByteString)
- resolvedComponentVersion_componentName :: Lens' ResolvedComponentVersion (Maybe Text)
Documentation
data ResolvedComponentVersion Source #
Contains information about a component version that is compatible to run on a Greengrass core device.
See: newResolvedComponentVersion
smart constructor.
Instances
newResolvedComponentVersion :: ResolvedComponentVersion Source #
Create a value of ResolvedComponentVersion
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:ResolvedComponentVersion'
, resolvedComponentVersion_arn
- The
ARN
of the component version.
$sel:componentVersion:ResolvedComponentVersion'
, resolvedComponentVersion_componentVersion
- The version of the component.
$sel:recipe:ResolvedComponentVersion'
, resolvedComponentVersion_recipe
- The recipe of the component version.--
-- Note: This Lens
automatically encodes and decodes Base64 data.
-- The underlying isomorphism will encode to Base64 representation during
-- serialisation, and decode from Base64 representation during deserialisation.
-- This Lens
accepts and returns only raw unencoded data.
$sel:componentName:ResolvedComponentVersion'
, resolvedComponentVersion_componentName
- The name of the component.
resolvedComponentVersion_arn :: Lens' ResolvedComponentVersion (Maybe Text) Source #
The ARN of the component version.
resolvedComponentVersion_componentVersion :: Lens' ResolvedComponentVersion (Maybe Text) Source #
The version of the component.
resolvedComponentVersion_recipe :: Lens' ResolvedComponentVersion (Maybe ByteString) Source #
The recipe of the component version.--
-- Note: This Lens
automatically encodes and decodes Base64 data.
-- The underlying isomorphism will encode to Base64 representation during
-- serialisation, and decode from Base64 representation during deserialisation.
-- This Lens
accepts and returns only raw unencoded data.
resolvedComponentVersion_componentName :: Lens' ResolvedComponentVersion (Maybe Text) Source #
The name of the component.