libZSservicesZSamazonka-syntheticsZSamazonka-synthetics
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.Synthetics.Types.RuntimeVersion

Description

 
Synopsis

Documentation

data RuntimeVersion Source #

This structure contains information about one canary runtime version. For more information about runtime versions, see Canary Runtime Versions.

See: newRuntimeVersion smart constructor.

Constructors

RuntimeVersion' 

Fields

Instances

Instances details
Eq RuntimeVersion Source # 
Instance details

Defined in Amazonka.Synthetics.Types.RuntimeVersion

Read RuntimeVersion Source # 
Instance details

Defined in Amazonka.Synthetics.Types.RuntimeVersion

Show RuntimeVersion Source # 
Instance details

Defined in Amazonka.Synthetics.Types.RuntimeVersion

Generic RuntimeVersion Source # 
Instance details

Defined in Amazonka.Synthetics.Types.RuntimeVersion

Associated Types

type Rep RuntimeVersion :: Type -> Type #

NFData RuntimeVersion Source # 
Instance details

Defined in Amazonka.Synthetics.Types.RuntimeVersion

Methods

rnf :: RuntimeVersion -> () #

Hashable RuntimeVersion Source # 
Instance details

Defined in Amazonka.Synthetics.Types.RuntimeVersion

FromJSON RuntimeVersion Source # 
Instance details

Defined in Amazonka.Synthetics.Types.RuntimeVersion

type Rep RuntimeVersion Source # 
Instance details

Defined in Amazonka.Synthetics.Types.RuntimeVersion

type Rep RuntimeVersion = D1 ('MetaData "RuntimeVersion" "Amazonka.Synthetics.Types.RuntimeVersion" "libZSservicesZSamazonka-syntheticsZSamazonka-synthetics" 'False) (C1 ('MetaCons "RuntimeVersion'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "versionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deprecationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "releaseDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newRuntimeVersion :: RuntimeVersion Source #

Create a value of RuntimeVersion 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:versionName:RuntimeVersion', runtimeVersion_versionName - The name of the runtime version. For a list of valid runtime versions, see Canary Runtime Versions.

$sel:deprecationDate:RuntimeVersion', runtimeVersion_deprecationDate - If this runtime version is deprecated, this value is the date of deprecation.

$sel:releaseDate:RuntimeVersion', runtimeVersion_releaseDate - The date that the runtime version was released.

$sel:description:RuntimeVersion', runtimeVersion_description - A description of the runtime version, created by Amazon.

runtimeVersion_versionName :: Lens' RuntimeVersion (Maybe Text) Source #

The name of the runtime version. For a list of valid runtime versions, see Canary Runtime Versions.

runtimeVersion_deprecationDate :: Lens' RuntimeVersion (Maybe UTCTime) Source #

If this runtime version is deprecated, this value is the date of deprecation.

runtimeVersion_releaseDate :: Lens' RuntimeVersion (Maybe UTCTime) Source #

The date that the runtime version was released.

runtimeVersion_description :: Lens' RuntimeVersion (Maybe Text) Source #

A description of the runtime version, created by Amazon.