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

Description

 
Synopsis

Documentation

data ComponentVersionListItem Source #

Contains information about a component version in a list.

See: newComponentVersionListItem smart constructor.

Constructors

ComponentVersionListItem' 

Fields

Instances

Instances details
Eq ComponentVersionListItem Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ComponentVersionListItem

Read ComponentVersionListItem Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ComponentVersionListItem

Show ComponentVersionListItem Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ComponentVersionListItem

Generic ComponentVersionListItem Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ComponentVersionListItem

Associated Types

type Rep ComponentVersionListItem :: Type -> Type #

NFData ComponentVersionListItem Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ComponentVersionListItem

Hashable ComponentVersionListItem Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ComponentVersionListItem

FromJSON ComponentVersionListItem Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ComponentVersionListItem

type Rep ComponentVersionListItem Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ComponentVersionListItem

type Rep ComponentVersionListItem = D1 ('MetaData "ComponentVersionListItem" "Amazonka.GreengrassV2.Types.ComponentVersionListItem" "libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2" 'False) (C1 ('MetaCons "ComponentVersionListItem'" '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 "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.