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

Description

 
Synopsis

Documentation

data DeployedVersionSummary Source #

Contains a summary of a deployed application.

See: newDeployedVersionSummary smart constructor.

Constructors

DeployedVersionSummary' 

Fields

Instances

Instances details
FromJSON DeployedVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeployedVersionSummary

Generic DeployedVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeployedVersionSummary

Associated Types

type Rep DeployedVersionSummary :: Type -> Type #

Read DeployedVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeployedVersionSummary

Show DeployedVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeployedVersionSummary

NFData DeployedVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeployedVersionSummary

Methods

rnf :: DeployedVersionSummary -> () #

Eq DeployedVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeployedVersionSummary

Hashable DeployedVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeployedVersionSummary

type Rep DeployedVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeployedVersionSummary

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

newDeployedVersionSummary Source #

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

$sel:applicationVersion:DeployedVersionSummary', deployedVersionSummary_applicationVersion - The version of the deployed application.

$sel:status:DeployedVersionSummary', deployedVersionSummary_status - The status of the deployment.