amazonka-m2-2.0: Amazon MainframeModernization SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.M2.Types.DeploymentSummary

Description

 
Synopsis

Documentation

data DeploymentSummary Source #

A subset of information about a specific deployment.

See: newDeploymentSummary smart constructor.

Constructors

DeploymentSummary' 

Fields

Instances

Instances details
FromJSON DeploymentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentSummary

Generic DeploymentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentSummary

Associated Types

type Rep DeploymentSummary :: Type -> Type #

Read DeploymentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentSummary

Show DeploymentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentSummary

NFData DeploymentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentSummary

Methods

rnf :: DeploymentSummary -> () #

Eq DeploymentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentSummary

Hashable DeploymentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentSummary

type Rep DeploymentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentSummary

type Rep DeploymentSummary = D1 ('MetaData "DeploymentSummary" "Amazonka.M2.Types.DeploymentSummary" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "DeploymentSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))) :*: ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeploymentLifecycle)))))

newDeploymentSummary Source #

Create a value of DeploymentSummary 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:statusReason:DeploymentSummary', deploymentSummary_statusReason - The reason for the reported status.

$sel:applicationId:DeploymentSummary', deploymentSummary_applicationId - The unique identifier of the application.

$sel:applicationVersion:DeploymentSummary', deploymentSummary_applicationVersion - The version of the application.

$sel:creationTime:DeploymentSummary', deploymentSummary_creationTime - The timestamp when the deployment was created.

$sel:deploymentId:DeploymentSummary', deploymentSummary_deploymentId - The unique identifier of the deployment.

$sel:environmentId:DeploymentSummary', deploymentSummary_environmentId - The unique identifier of the runtime environment.

$sel:status:DeploymentSummary', deploymentSummary_status - The current status of the deployment.

deploymentSummary_statusReason :: Lens' DeploymentSummary (Maybe Text) Source #

The reason for the reported status.

deploymentSummary_applicationId :: Lens' DeploymentSummary Text Source #

The unique identifier of the application.

deploymentSummary_creationTime :: Lens' DeploymentSummary UTCTime Source #

The timestamp when the deployment was created.

deploymentSummary_deploymentId :: Lens' DeploymentSummary Text Source #

The unique identifier of the deployment.

deploymentSummary_environmentId :: Lens' DeploymentSummary Text Source #

The unique identifier of the runtime environment.