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

Description

 
Synopsis

Documentation

data EnvironmentTemplateSummary Source #

The environment template data.

See: newEnvironmentTemplateSummary smart constructor.

Constructors

EnvironmentTemplateSummary' 

Fields

Instances

Instances details
Eq EnvironmentTemplateSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentTemplateSummary

Show EnvironmentTemplateSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentTemplateSummary

Generic EnvironmentTemplateSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentTemplateSummary

Associated Types

type Rep EnvironmentTemplateSummary :: Type -> Type #

NFData EnvironmentTemplateSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentTemplateSummary

Hashable EnvironmentTemplateSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentTemplateSummary

FromJSON EnvironmentTemplateSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentTemplateSummary

type Rep EnvironmentTemplateSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentTemplateSummary

type Rep EnvironmentTemplateSummary = D1 ('MetaData "EnvironmentTemplateSummary" "Amazonka.Proton.Types.EnvironmentTemplateSummary" "libZSservicesZSamazonka-protonZSamazonka-proton" 'False) (C1 ('MetaCons "EnvironmentTemplateSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "provisioning") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Provisioning)) :*: S1 ('MetaSel ('Just "recommendedVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive 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 "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newEnvironmentTemplateSummary Source #

Create a value of EnvironmentTemplateSummary 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:provisioning:EnvironmentTemplateSummary', environmentTemplateSummary_provisioning - When included, indicates that the environment template is for customer provisioned and managed infrastructure.

$sel:recommendedVersion:EnvironmentTemplateSummary', environmentTemplateSummary_recommendedVersion - The ID of the recommended version of the environment template.

$sel:displayName:EnvironmentTemplateSummary', environmentTemplateSummary_displayName - The name of the environment template as displayed in the developer interface.

$sel:description:EnvironmentTemplateSummary', environmentTemplateSummary_description - A description of the environment template.

$sel:arn:EnvironmentTemplateSummary', environmentTemplateSummary_arn - The Amazon Resource Name (ARN) of the environment template.

$sel:createdAt:EnvironmentTemplateSummary', environmentTemplateSummary_createdAt - The time when the environment template was created.

$sel:lastModifiedAt:EnvironmentTemplateSummary', environmentTemplateSummary_lastModifiedAt - The time when the environment template was last modified.

$sel:name:EnvironmentTemplateSummary', environmentTemplateSummary_name - The name of the environment template.

environmentTemplateSummary_provisioning :: Lens' EnvironmentTemplateSummary (Maybe Provisioning) Source #

When included, indicates that the environment template is for customer provisioned and managed infrastructure.

environmentTemplateSummary_recommendedVersion :: Lens' EnvironmentTemplateSummary (Maybe Text) Source #

The ID of the recommended version of the environment template.

environmentTemplateSummary_displayName :: Lens' EnvironmentTemplateSummary (Maybe Text) Source #

The name of the environment template as displayed in the developer interface.

environmentTemplateSummary_arn :: Lens' EnvironmentTemplateSummary Text Source #

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

environmentTemplateSummary_createdAt :: Lens' EnvironmentTemplateSummary UTCTime Source #

The time when the environment template was created.

environmentTemplateSummary_lastModifiedAt :: Lens' EnvironmentTemplateSummary UTCTime Source #

The time when the environment template was last modified.