libZSservicesZSamazonka-protonZSamazonka-proton
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.Proton.Types.EnvironmentTemplateVersion

Description

 
Synopsis

Documentation

data EnvironmentTemplateVersion Source #

The environment template version data.

See: newEnvironmentTemplateVersion smart constructor.

Constructors

EnvironmentTemplateVersion' 

Fields

Instances

Instances details
Eq EnvironmentTemplateVersion Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentTemplateVersion

Show EnvironmentTemplateVersion Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentTemplateVersion

Generic EnvironmentTemplateVersion Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentTemplateVersion

Associated Types

type Rep EnvironmentTemplateVersion :: Type -> Type #

NFData EnvironmentTemplateVersion Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentTemplateVersion

Hashable EnvironmentTemplateVersion Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentTemplateVersion

FromJSON EnvironmentTemplateVersion Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentTemplateVersion

type Rep EnvironmentTemplateVersion Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentTemplateVersion

type Rep EnvironmentTemplateVersion = D1 ('MetaData "EnvironmentTemplateVersion" "Amazonka.Proton.Types.EnvironmentTemplateVersion" "libZSservicesZSamazonka-protonZSamazonka-proton" 'False) (C1 ('MetaCons "EnvironmentTemplateVersion'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "schema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "recommendedMinorVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "lastModifiedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "majorVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "minorVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TemplateVersionStatus) :*: S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newEnvironmentTemplateVersion Source #

Create a value of EnvironmentTemplateVersion 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:schema:EnvironmentTemplateVersion', environmentTemplateVersion_schema - The schema of the version of an environment template.

$sel:statusMessage:EnvironmentTemplateVersion', environmentTemplateVersion_statusMessage - The status message of the version of an environment template.

$sel:recommendedMinorVersion:EnvironmentTemplateVersion', environmentTemplateVersion_recommendedMinorVersion - The ID of the recommended minor version of the environment template.

$sel:description:EnvironmentTemplateVersion', environmentTemplateVersion_description - A description of the minor version of an environment template.

$sel:arn:EnvironmentTemplateVersion', environmentTemplateVersion_arn - The Amazon Resource Name (ARN) of the version of an environment template.

$sel:createdAt:EnvironmentTemplateVersion', environmentTemplateVersion_createdAt - The time when the version of an environment template was created.

$sel:lastModifiedAt:EnvironmentTemplateVersion', environmentTemplateVersion_lastModifiedAt - The time when the version of an environment template was last modified.

$sel:majorVersion:EnvironmentTemplateVersion', environmentTemplateVersion_majorVersion - The ID of the latest major version that's associated with the version of an environment template.

$sel:minorVersion:EnvironmentTemplateVersion', environmentTemplateVersion_minorVersion - The ID of the minor version of an environment template.

$sel:status:EnvironmentTemplateVersion', environmentTemplateVersion_status - The status of the version of an environment template.

$sel:templateName:EnvironmentTemplateVersion', environmentTemplateVersion_templateName - The name of the version of an environment template.

environmentTemplateVersion_schema :: Lens' EnvironmentTemplateVersion (Maybe Text) Source #

The schema of the version of an environment template.

environmentTemplateVersion_statusMessage :: Lens' EnvironmentTemplateVersion (Maybe Text) Source #

The status message of the version of an environment template.

environmentTemplateVersion_recommendedMinorVersion :: Lens' EnvironmentTemplateVersion (Maybe Text) Source #

The ID of the recommended minor version of the environment template.

environmentTemplateVersion_description :: Lens' EnvironmentTemplateVersion (Maybe Text) Source #

A description of the minor version of an environment template.

environmentTemplateVersion_arn :: Lens' EnvironmentTemplateVersion Text Source #

The Amazon Resource Name (ARN) of the version of an environment template.

environmentTemplateVersion_createdAt :: Lens' EnvironmentTemplateVersion UTCTime Source #

The time when the version of an environment template was created.

environmentTemplateVersion_lastModifiedAt :: Lens' EnvironmentTemplateVersion UTCTime Source #

The time when the version of an environment template was last modified.

environmentTemplateVersion_majorVersion :: Lens' EnvironmentTemplateVersion Text Source #

The ID of the latest major version that's associated with the version of an environment template.

environmentTemplateVersion_minorVersion :: Lens' EnvironmentTemplateVersion Text Source #

The ID of the minor version of an environment template.

environmentTemplateVersion_templateName :: Lens' EnvironmentTemplateVersion Text Source #

The name of the version of an environment template.