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 ServiceTemplateVersionSummary = ServiceTemplateVersionSummary' {}
- newServiceTemplateVersionSummary :: Text -> UTCTime -> UTCTime -> Text -> Text -> TemplateVersionStatus -> Text -> ServiceTemplateVersionSummary
- serviceTemplateVersionSummary_statusMessage :: Lens' ServiceTemplateVersionSummary (Maybe Text)
- serviceTemplateVersionSummary_recommendedMinorVersion :: Lens' ServiceTemplateVersionSummary (Maybe Text)
- serviceTemplateVersionSummary_description :: Lens' ServiceTemplateVersionSummary (Maybe Text)
- serviceTemplateVersionSummary_arn :: Lens' ServiceTemplateVersionSummary Text
- serviceTemplateVersionSummary_createdAt :: Lens' ServiceTemplateVersionSummary UTCTime
- serviceTemplateVersionSummary_lastModifiedAt :: Lens' ServiceTemplateVersionSummary UTCTime
- serviceTemplateVersionSummary_majorVersion :: Lens' ServiceTemplateVersionSummary Text
- serviceTemplateVersionSummary_minorVersion :: Lens' ServiceTemplateVersionSummary Text
- serviceTemplateVersionSummary_status :: Lens' ServiceTemplateVersionSummary TemplateVersionStatus
- serviceTemplateVersionSummary_templateName :: Lens' ServiceTemplateVersionSummary Text
Documentation
data ServiceTemplateVersionSummary Source #
A summary of the service template version detail data.
See: newServiceTemplateVersionSummary
smart constructor.
ServiceTemplateVersionSummary' | |
|
Instances
newServiceTemplateVersionSummary Source #
:: Text | |
-> UTCTime | |
-> UTCTime | |
-> Text | |
-> Text | |
-> TemplateVersionStatus | |
-> Text | |
-> ServiceTemplateVersionSummary |
Create a value of ServiceTemplateVersionSummary
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:ServiceTemplateVersionSummary'
, serviceTemplateVersionSummary_statusMessage
- A service template minor version status message.
$sel:recommendedMinorVersion:ServiceTemplateVersionSummary'
, serviceTemplateVersionSummary_recommendedMinorVersion
- The ID of the recommended minor version of the service template.
$sel:description:ServiceTemplateVersionSummary'
, serviceTemplateVersionSummary_description
- A description of the version of a service template.
$sel:arn:ServiceTemplateVersionSummary'
, serviceTemplateVersionSummary_arn
- The Amazon Resource Name (ARN) of the version of a service template.
$sel:createdAt:ServiceTemplateVersionSummary'
, serviceTemplateVersionSummary_createdAt
- The time when the version of a service template was created.
$sel:lastModifiedAt:ServiceTemplateVersionSummary'
, serviceTemplateVersionSummary_lastModifiedAt
- The time when the version of a service template was last modified.
$sel:majorVersion:ServiceTemplateVersionSummary'
, serviceTemplateVersionSummary_majorVersion
- The ID of the latest major version that's associated with the version
of a service template.
$sel:minorVersion:ServiceTemplateVersionSummary'
, serviceTemplateVersionSummary_minorVersion
- The ID of the minor version of a service template.
$sel:status:ServiceTemplateVersionSummary'
, serviceTemplateVersionSummary_status
- The service template minor version status.
$sel:templateName:ServiceTemplateVersionSummary'
, serviceTemplateVersionSummary_templateName
- The name of the service template.
serviceTemplateVersionSummary_statusMessage :: Lens' ServiceTemplateVersionSummary (Maybe Text) Source #
A service template minor version status message.
serviceTemplateVersionSummary_recommendedMinorVersion :: Lens' ServiceTemplateVersionSummary (Maybe Text) Source #
The ID of the recommended minor version of the service template.
serviceTemplateVersionSummary_description :: Lens' ServiceTemplateVersionSummary (Maybe Text) Source #
A description of the version of a service template.
serviceTemplateVersionSummary_arn :: Lens' ServiceTemplateVersionSummary Text Source #
The Amazon Resource Name (ARN) of the version of a service template.
serviceTemplateVersionSummary_createdAt :: Lens' ServiceTemplateVersionSummary UTCTime Source #
The time when the version of a service template was created.
serviceTemplateVersionSummary_lastModifiedAt :: Lens' ServiceTemplateVersionSummary UTCTime Source #
The time when the version of a service template was last modified.
serviceTemplateVersionSummary_majorVersion :: Lens' ServiceTemplateVersionSummary Text Source #
The ID of the latest major version that's associated with the version of a service template.
serviceTemplateVersionSummary_minorVersion :: Lens' ServiceTemplateVersionSummary Text Source #
The ID of the minor version of a service template.
serviceTemplateVersionSummary_status :: Lens' ServiceTemplateVersionSummary TemplateVersionStatus Source #
The service template minor version status.
serviceTemplateVersionSummary_templateName :: Lens' ServiceTemplateVersionSummary Text Source #
The name of the service template.