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

Description

 
Synopsis

Documentation

data EnvironmentSummary Source #

A summary of the environment detail data.

See: newEnvironmentSummary smart constructor.

Constructors

EnvironmentSummary' 

Fields

Instances

Instances details
Eq EnvironmentSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentSummary

Show EnvironmentSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentSummary

Generic EnvironmentSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentSummary

Associated Types

type Rep EnvironmentSummary :: Type -> Type #

NFData EnvironmentSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentSummary

Methods

rnf :: EnvironmentSummary -> () #

Hashable EnvironmentSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentSummary

FromJSON EnvironmentSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentSummary

type Rep EnvironmentSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.EnvironmentSummary

type Rep EnvironmentSummary = D1 ('MetaData "EnvironmentSummary" "Amazonka.Proton.Types.EnvironmentSummary" "libZSservicesZSamazonka-protonZSamazonka-proton" 'False) (C1 ('MetaCons "EnvironmentSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "deploymentStatusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "environmentAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisioning") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Provisioning)))) :*: ((S1 ('MetaSel ('Just "protonServiceRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environmentAccountConnectionId") '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 "deploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeploymentStatus)) :*: (S1 ('MetaSel ('Just "lastDeploymentAttemptedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastDeploymentSucceededAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "templateMajorVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "templateMinorVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newEnvironmentSummary Source #

Create a value of EnvironmentSummary 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:deploymentStatusMessage:EnvironmentSummary', environmentSummary_deploymentStatusMessage - An environment deployment status message.

$sel:environmentAccountId:EnvironmentSummary', environmentSummary_environmentAccountId - The ID of the environment account that the environment infrastructure resources are provisioned in.

$sel:provisioning:EnvironmentSummary', environmentSummary_provisioning - When included, indicates that the environment template is for customer provisioned and managed infrastructure.

$sel:protonServiceRoleArn:EnvironmentSummary', environmentSummary_protonServiceRoleArn - The Amazon Resource Name (ARN) of the AWS Proton service role that allows AWS Proton to make calls to other services on your behalf.

$sel:environmentAccountConnectionId:EnvironmentSummary', environmentSummary_environmentAccountConnectionId - The ID of the environment account connection that the environment is associated with.

$sel:description:EnvironmentSummary', environmentSummary_description - The description of the environment.

$sel:arn:EnvironmentSummary', environmentSummary_arn - The Amazon Resource Name (ARN) of the environment.

$sel:createdAt:EnvironmentSummary', environmentSummary_createdAt - The time when the environment was created.

$sel:deploymentStatus:EnvironmentSummary', environmentSummary_deploymentStatus - The environment deployment status.

$sel:lastDeploymentAttemptedAt:EnvironmentSummary', environmentSummary_lastDeploymentAttemptedAt - The time when a deployment of the environment was last attempted.

$sel:lastDeploymentSucceededAt:EnvironmentSummary', environmentSummary_lastDeploymentSucceededAt - The time when the environment was last deployed successfully.

$sel:name:EnvironmentSummary', environmentSummary_name - The name of the environment.

$sel:templateMajorVersion:EnvironmentSummary', environmentSummary_templateMajorVersion - The ID of the major version of the environment template.

$sel:templateMinorVersion:EnvironmentSummary', environmentSummary_templateMinorVersion - The ID of the minor version of the environment template.

$sel:templateName:EnvironmentSummary', environmentSummary_templateName - The name of the environment template.

environmentSummary_environmentAccountId :: Lens' EnvironmentSummary (Maybe Text) Source #

The ID of the environment account that the environment infrastructure resources are provisioned in.

environmentSummary_provisioning :: Lens' EnvironmentSummary (Maybe Provisioning) Source #

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

environmentSummary_protonServiceRoleArn :: Lens' EnvironmentSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the AWS Proton service role that allows AWS Proton to make calls to other services on your behalf.

environmentSummary_environmentAccountConnectionId :: Lens' EnvironmentSummary (Maybe Text) Source #

The ID of the environment account connection that the environment is associated with.

environmentSummary_description :: Lens' EnvironmentSummary (Maybe Text) Source #

The description of the environment.

environmentSummary_arn :: Lens' EnvironmentSummary Text Source #

The Amazon Resource Name (ARN) of the environment.

environmentSummary_createdAt :: Lens' EnvironmentSummary UTCTime Source #

The time when the environment was created.

environmentSummary_lastDeploymentAttemptedAt :: Lens' EnvironmentSummary UTCTime Source #

The time when a deployment of the environment was last attempted.

environmentSummary_lastDeploymentSucceededAt :: Lens' EnvironmentSummary UTCTime Source #

The time when the environment was last deployed successfully.

environmentSummary_templateMajorVersion :: Lens' EnvironmentSummary Text Source #

The ID of the major version of the environment template.

environmentSummary_templateMinorVersion :: Lens' EnvironmentSummary Text Source #

The ID of the minor version of the environment template.

environmentSummary_templateName :: Lens' EnvironmentSummary Text Source #

The name of the environment template.