libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.GreengrassV2.Types.ResolvedComponentVersion

Description

 
Synopsis

Documentation

data ResolvedComponentVersion Source #

Contains information about a component version that is compatible to run on a Greengrass core device.

See: newResolvedComponentVersion smart constructor.

Constructors

ResolvedComponentVersion' 

Fields

Instances

Instances details
Eq ResolvedComponentVersion Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ResolvedComponentVersion

Read ResolvedComponentVersion Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ResolvedComponentVersion

Show ResolvedComponentVersion Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ResolvedComponentVersion

Generic ResolvedComponentVersion Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ResolvedComponentVersion

Associated Types

type Rep ResolvedComponentVersion :: Type -> Type #

NFData ResolvedComponentVersion Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ResolvedComponentVersion

Hashable ResolvedComponentVersion Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ResolvedComponentVersion

FromJSON ResolvedComponentVersion Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ResolvedComponentVersion

type Rep ResolvedComponentVersion Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ResolvedComponentVersion

type Rep ResolvedComponentVersion = D1 ('MetaData "ResolvedComponentVersion" "Amazonka.GreengrassV2.Types.ResolvedComponentVersion" "libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2" 'False) (C1 ('MetaCons "ResolvedComponentVersion'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "componentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "recipe") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64)) :*: S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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_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.