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 EnvironmentTemplateSummary = EnvironmentTemplateSummary' {
- provisioning :: Maybe Provisioning
- recommendedVersion :: Maybe Text
- displayName :: Maybe (Sensitive Text)
- description :: Maybe (Sensitive Text)
- arn :: Text
- createdAt :: POSIX
- lastModifiedAt :: POSIX
- name :: Text
- newEnvironmentTemplateSummary :: Text -> UTCTime -> UTCTime -> Text -> EnvironmentTemplateSummary
- environmentTemplateSummary_provisioning :: Lens' EnvironmentTemplateSummary (Maybe Provisioning)
- environmentTemplateSummary_recommendedVersion :: Lens' EnvironmentTemplateSummary (Maybe Text)
- environmentTemplateSummary_displayName :: Lens' EnvironmentTemplateSummary (Maybe Text)
- environmentTemplateSummary_description :: Lens' EnvironmentTemplateSummary (Maybe Text)
- environmentTemplateSummary_arn :: Lens' EnvironmentTemplateSummary Text
- environmentTemplateSummary_createdAt :: Lens' EnvironmentTemplateSummary UTCTime
- environmentTemplateSummary_lastModifiedAt :: Lens' EnvironmentTemplateSummary UTCTime
- environmentTemplateSummary_name :: Lens' EnvironmentTemplateSummary Text
Documentation
data EnvironmentTemplateSummary Source #
The environment template data.
See: newEnvironmentTemplateSummary
smart constructor.
EnvironmentTemplateSummary' | |
|
Instances
newEnvironmentTemplateSummary Source #
:: Text | |
-> UTCTime | |
-> UTCTime | |
-> Text | |
-> EnvironmentTemplateSummary |
Create a value of EnvironmentTemplateSummary
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:provisioning:EnvironmentTemplateSummary'
, environmentTemplateSummary_provisioning
- When included, indicates that the environment template is for customer
provisioned and managed infrastructure.
$sel:recommendedVersion:EnvironmentTemplateSummary'
, environmentTemplateSummary_recommendedVersion
- The ID of the recommended version of the environment template.
$sel:displayName:EnvironmentTemplateSummary'
, environmentTemplateSummary_displayName
- The name of the environment template as displayed in the developer
interface.
$sel:description:EnvironmentTemplateSummary'
, environmentTemplateSummary_description
- A description of the environment template.
$sel:arn:EnvironmentTemplateSummary'
, environmentTemplateSummary_arn
- The Amazon Resource Name (ARN) of the environment template.
$sel:createdAt:EnvironmentTemplateSummary'
, environmentTemplateSummary_createdAt
- The time when the environment template was created.
$sel:lastModifiedAt:EnvironmentTemplateSummary'
, environmentTemplateSummary_lastModifiedAt
- The time when the environment template was last modified.
$sel:name:EnvironmentTemplateSummary'
, environmentTemplateSummary_name
- The name of the environment template.
environmentTemplateSummary_provisioning :: Lens' EnvironmentTemplateSummary (Maybe Provisioning) Source #
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
environmentTemplateSummary_recommendedVersion :: Lens' EnvironmentTemplateSummary (Maybe Text) Source #
The ID of the recommended version of the environment template.
environmentTemplateSummary_displayName :: Lens' EnvironmentTemplateSummary (Maybe Text) Source #
The name of the environment template as displayed in the developer interface.
environmentTemplateSummary_description :: Lens' EnvironmentTemplateSummary (Maybe Text) Source #
A description of the environment template.
environmentTemplateSummary_arn :: Lens' EnvironmentTemplateSummary Text Source #
The Amazon Resource Name (ARN) of the environment template.
environmentTemplateSummary_createdAt :: Lens' EnvironmentTemplateSummary UTCTime Source #
The time when the environment template was created.
environmentTemplateSummary_lastModifiedAt :: Lens' EnvironmentTemplateSummary UTCTime Source #
The time when the environment template was last modified.
environmentTemplateSummary_name :: Lens' EnvironmentTemplateSummary Text Source #
The name of the environment template.