Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data EnvironmentTemplateVersion = EnvironmentTemplateVersion' {}
- newEnvironmentTemplateVersion :: Text -> UTCTime -> UTCTime -> Text -> Text -> TemplateVersionStatus -> Text -> EnvironmentTemplateVersion
- environmentTemplateVersion_description :: Lens' EnvironmentTemplateVersion (Maybe Text)
- environmentTemplateVersion_recommendedMinorVersion :: Lens' EnvironmentTemplateVersion (Maybe Text)
- environmentTemplateVersion_schema :: Lens' EnvironmentTemplateVersion (Maybe Text)
- environmentTemplateVersion_statusMessage :: Lens' EnvironmentTemplateVersion (Maybe Text)
- environmentTemplateVersion_arn :: Lens' EnvironmentTemplateVersion Text
- environmentTemplateVersion_createdAt :: Lens' EnvironmentTemplateVersion UTCTime
- environmentTemplateVersion_lastModifiedAt :: Lens' EnvironmentTemplateVersion UTCTime
- environmentTemplateVersion_majorVersion :: Lens' EnvironmentTemplateVersion Text
- environmentTemplateVersion_minorVersion :: Lens' EnvironmentTemplateVersion Text
- environmentTemplateVersion_status :: Lens' EnvironmentTemplateVersion TemplateVersionStatus
- environmentTemplateVersion_templateName :: Lens' EnvironmentTemplateVersion Text
Documentation
data EnvironmentTemplateVersion Source #
The environment template version data.
See: newEnvironmentTemplateVersion
smart constructor.
EnvironmentTemplateVersion' | |
|
Instances
newEnvironmentTemplateVersion Source #
:: Text | |
-> UTCTime | |
-> UTCTime | |
-> Text | |
-> Text | |
-> TemplateVersionStatus | |
-> Text | |
-> EnvironmentTemplateVersion |
Create a value of EnvironmentTemplateVersion
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:description:EnvironmentTemplateVersion'
, environmentTemplateVersion_description
- A description of the minor version of an environment template.
$sel:recommendedMinorVersion:EnvironmentTemplateVersion'
, environmentTemplateVersion_recommendedMinorVersion
- The recommended minor version of the environment template.
$sel:schema:EnvironmentTemplateVersion'
, environmentTemplateVersion_schema
- The schema of the version of an environment template.
$sel:statusMessage:EnvironmentTemplateVersion'
, environmentTemplateVersion_statusMessage
- The status message of the version of an environment template.
$sel:arn:EnvironmentTemplateVersion'
, environmentTemplateVersion_arn
- The Amazon Resource Name (ARN) of the version of an environment
template.
$sel:createdAt:EnvironmentTemplateVersion'
, environmentTemplateVersion_createdAt
- The time when the version of an environment template was created.
$sel:lastModifiedAt:EnvironmentTemplateVersion'
, environmentTemplateVersion_lastModifiedAt
- The time when the version of an environment template was last modified.
$sel:majorVersion:EnvironmentTemplateVersion'
, environmentTemplateVersion_majorVersion
- The latest major version that's associated with the version of an
environment template.
$sel:minorVersion:EnvironmentTemplateVersion'
, environmentTemplateVersion_minorVersion
- The minor version of an environment template.
$sel:status:EnvironmentTemplateVersion'
, environmentTemplateVersion_status
- The status of the version of an environment template.
$sel:templateName:EnvironmentTemplateVersion'
, environmentTemplateVersion_templateName
- The name of the version of an environment template.
environmentTemplateVersion_description :: Lens' EnvironmentTemplateVersion (Maybe Text) Source #
A description of the minor version of an environment template.
environmentTemplateVersion_recommendedMinorVersion :: Lens' EnvironmentTemplateVersion (Maybe Text) Source #
The recommended minor version of the environment template.
environmentTemplateVersion_schema :: Lens' EnvironmentTemplateVersion (Maybe Text) Source #
The schema of the version of an environment template.
environmentTemplateVersion_statusMessage :: Lens' EnvironmentTemplateVersion (Maybe Text) Source #
The status message of the version of an environment template.
environmentTemplateVersion_arn :: Lens' EnvironmentTemplateVersion Text Source #
The Amazon Resource Name (ARN) of the version of an environment template.
environmentTemplateVersion_createdAt :: Lens' EnvironmentTemplateVersion UTCTime Source #
The time when the version of an environment template was created.
environmentTemplateVersion_lastModifiedAt :: Lens' EnvironmentTemplateVersion UTCTime Source #
The time when the version of an environment template was last modified.
environmentTemplateVersion_majorVersion :: Lens' EnvironmentTemplateVersion Text Source #
The latest major version that's associated with the version of an environment template.
environmentTemplateVersion_minorVersion :: Lens' EnvironmentTemplateVersion Text Source #
The minor version of an environment template.
environmentTemplateVersion_status :: Lens' EnvironmentTemplateVersion TemplateVersionStatus Source #
The status of the version of an environment template.
environmentTemplateVersion_templateName :: Lens' EnvironmentTemplateVersion Text Source #
The name of the version of an environment template.