Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data EnvironmentTemplateVersionSummary = EnvironmentTemplateVersionSummary' {}
- newEnvironmentTemplateVersionSummary :: Text -> UTCTime -> UTCTime -> Text -> Text -> TemplateVersionStatus -> Text -> EnvironmentTemplateVersionSummary
- environmentTemplateVersionSummary_statusMessage :: Lens' EnvironmentTemplateVersionSummary (Maybe Text)
- environmentTemplateVersionSummary_recommendedMinorVersion :: Lens' EnvironmentTemplateVersionSummary (Maybe Text)
- environmentTemplateVersionSummary_description :: Lens' EnvironmentTemplateVersionSummary (Maybe Text)
- environmentTemplateVersionSummary_arn :: Lens' EnvironmentTemplateVersionSummary Text
- environmentTemplateVersionSummary_createdAt :: Lens' EnvironmentTemplateVersionSummary UTCTime
- environmentTemplateVersionSummary_lastModifiedAt :: Lens' EnvironmentTemplateVersionSummary UTCTime
- environmentTemplateVersionSummary_majorVersion :: Lens' EnvironmentTemplateVersionSummary Text
- environmentTemplateVersionSummary_minorVersion :: Lens' EnvironmentTemplateVersionSummary Text
- environmentTemplateVersionSummary_status :: Lens' EnvironmentTemplateVersionSummary TemplateVersionStatus
- environmentTemplateVersionSummary_templateName :: Lens' EnvironmentTemplateVersionSummary Text
Documentation
data EnvironmentTemplateVersionSummary Source #
A summary of the version of an environment template detail data.
See: newEnvironmentTemplateVersionSummary
smart constructor.
EnvironmentTemplateVersionSummary' | |
|
Instances
newEnvironmentTemplateVersionSummary Source #
:: Text | |
-> UTCTime | |
-> UTCTime | |
-> Text | |
-> Text | |
-> TemplateVersionStatus | |
-> Text | |
-> EnvironmentTemplateVersionSummary |
Create a value of EnvironmentTemplateVersionSummary
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:statusMessage:EnvironmentTemplateVersionSummary'
, environmentTemplateVersionSummary_statusMessage
- The status message of the version of an environment template.
$sel:recommendedMinorVersion:EnvironmentTemplateVersionSummary'
, environmentTemplateVersionSummary_recommendedMinorVersion
- The ID of the recommended minor version of the environment template.
$sel:description:EnvironmentTemplateVersionSummary'
, environmentTemplateVersionSummary_description
- A description of the version of an environment template.
$sel:arn:EnvironmentTemplateVersionSummary'
, environmentTemplateVersionSummary_arn
- The Amazon Resource Name (ARN) of the version of an environment
template.
$sel:createdAt:EnvironmentTemplateVersionSummary'
, environmentTemplateVersionSummary_createdAt
- The time when the version of an environment template was created.
$sel:lastModifiedAt:EnvironmentTemplateVersionSummary'
, environmentTemplateVersionSummary_lastModifiedAt
- The time when the version of an environment template was last modified.
$sel:majorVersion:EnvironmentTemplateVersionSummary'
, environmentTemplateVersionSummary_majorVersion
- The ID of the latest major version that's associated with the version
of an environment template.
$sel:minorVersion:EnvironmentTemplateVersionSummary'
, environmentTemplateVersionSummary_minorVersion
- The ID of the version of an environment template.
$sel:status:EnvironmentTemplateVersionSummary'
, environmentTemplateVersionSummary_status
- The status of the version of an environment template.
$sel:templateName:EnvironmentTemplateVersionSummary'
, environmentTemplateVersionSummary_templateName
- The name of the version of an environment template.
environmentTemplateVersionSummary_statusMessage :: Lens' EnvironmentTemplateVersionSummary (Maybe Text) Source #
The status message of the version of an environment template.
environmentTemplateVersionSummary_recommendedMinorVersion :: Lens' EnvironmentTemplateVersionSummary (Maybe Text) Source #
The ID of the recommended minor version of the environment template.
environmentTemplateVersionSummary_description :: Lens' EnvironmentTemplateVersionSummary (Maybe Text) Source #
A description of the version of an environment template.
environmentTemplateVersionSummary_arn :: Lens' EnvironmentTemplateVersionSummary Text Source #
The Amazon Resource Name (ARN) of the version of an environment template.
environmentTemplateVersionSummary_createdAt :: Lens' EnvironmentTemplateVersionSummary UTCTime Source #
The time when the version of an environment template was created.
environmentTemplateVersionSummary_lastModifiedAt :: Lens' EnvironmentTemplateVersionSummary UTCTime Source #
The time when the version of an environment template was last modified.
environmentTemplateVersionSummary_majorVersion :: Lens' EnvironmentTemplateVersionSummary Text Source #
The ID of the latest major version that's associated with the version of an environment template.
environmentTemplateVersionSummary_minorVersion :: Lens' EnvironmentTemplateVersionSummary Text Source #
The ID of the version of an environment template.
environmentTemplateVersionSummary_status :: Lens' EnvironmentTemplateVersionSummary TemplateVersionStatus Source #
The status of the version of an environment template.
environmentTemplateVersionSummary_templateName :: Lens' EnvironmentTemplateVersionSummary Text Source #
The name of the version of an environment template.