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

Description

 
Synopsis

Documentation

data EnvironmentSummary Source #

Contains a subset of the possible runtime environment attributes. Used in the environment list.

See: newEnvironmentSummary smart constructor.

Constructors

EnvironmentSummary' 

Fields

Instances

Instances details
FromJSON EnvironmentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentSummary

Generic EnvironmentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentSummary

Associated Types

type Rep EnvironmentSummary :: Type -> Type #

Read EnvironmentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentSummary

Show EnvironmentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentSummary

NFData EnvironmentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentSummary

Methods

rnf :: EnvironmentSummary -> () #

Eq EnvironmentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentSummary

Hashable EnvironmentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentSummary

type Rep EnvironmentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentSummary

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:creationTime:EnvironmentSummary', environmentSummary_creationTime - The timestamp when the runtime environment was created.

$sel:engineType:EnvironmentSummary', environmentSummary_engineType - The target platform for the runtime environment.

$sel:engineVersion:EnvironmentSummary', environmentSummary_engineVersion - The version of the runtime engine.

$sel:environmentArn:EnvironmentSummary', environmentSummary_environmentArn - The Amazon Resource Name (ARN) of a particular runtime environment.

$sel:environmentId:EnvironmentSummary', environmentSummary_environmentId - The unique identifier of a particular runtime environment.

$sel:instanceType:EnvironmentSummary', environmentSummary_instanceType - The instance type of the runtime environment.

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

$sel:status:EnvironmentSummary', environmentSummary_status - The status of the runtime environment

environmentSummary_creationTime :: Lens' EnvironmentSummary UTCTime Source #

The timestamp when the runtime environment was created.

environmentSummary_engineType :: Lens' EnvironmentSummary EngineType Source #

The target platform for the runtime environment.

environmentSummary_environmentArn :: Lens' EnvironmentSummary Text Source #

The Amazon Resource Name (ARN) of a particular runtime environment.

environmentSummary_environmentId :: Lens' EnvironmentSummary Text Source #

The unique identifier of a particular runtime environment.

environmentSummary_instanceType :: Lens' EnvironmentSummary Text Source #

The instance type of the runtime environment.

environmentSummary_name :: Lens' EnvironmentSummary Text Source #

The name of the runtime environment.