libZSservicesZSamazonka-greengrassZSamazonka-greengrass
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.Greengrass.Types.VersionInformation

Description

 
Synopsis

Documentation

data VersionInformation Source #

Information about a version.

See: newVersionInformation smart constructor.

Constructors

VersionInformation' 

Fields

Instances

Instances details
Eq VersionInformation Source # 
Instance details

Defined in Amazonka.Greengrass.Types.VersionInformation

Read VersionInformation Source # 
Instance details

Defined in Amazonka.Greengrass.Types.VersionInformation

Show VersionInformation Source # 
Instance details

Defined in Amazonka.Greengrass.Types.VersionInformation

Generic VersionInformation Source # 
Instance details

Defined in Amazonka.Greengrass.Types.VersionInformation

Associated Types

type Rep VersionInformation :: Type -> Type #

NFData VersionInformation Source # 
Instance details

Defined in Amazonka.Greengrass.Types.VersionInformation

Methods

rnf :: VersionInformation -> () #

Hashable VersionInformation Source # 
Instance details

Defined in Amazonka.Greengrass.Types.VersionInformation

FromJSON VersionInformation Source # 
Instance details

Defined in Amazonka.Greengrass.Types.VersionInformation

type Rep VersionInformation Source # 
Instance details

Defined in Amazonka.Greengrass.Types.VersionInformation

type Rep VersionInformation = D1 ('MetaData "VersionInformation" "Amazonka.Greengrass.Types.VersionInformation" "libZSservicesZSamazonka-greengrassZSamazonka-greengrass" 'False) (C1 ('MetaCons "VersionInformation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newVersionInformation :: VersionInformation Source #

Create a value of VersionInformation 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:VersionInformation', versionInformation_arn - The ARN of the version.

$sel:creationTimestamp:VersionInformation', versionInformation_creationTimestamp - The time, in milliseconds since the epoch, when the version was created.

$sel:version:VersionInformation', versionInformation_version - The ID of the version.

$sel:id:VersionInformation', versionInformation_id - The ID of the parent definition that the version is associated with.

versionInformation_creationTimestamp :: Lens' VersionInformation (Maybe Text) Source #

The time, in milliseconds since the epoch, when the version was created.

versionInformation_id :: Lens' VersionInformation (Maybe Text) Source #

The ID of the parent definition that the version is associated with.