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 ServiceSummary = ServiceSummary' {
- statusMessage :: Maybe (Sensitive Text)
- description :: Maybe (Sensitive Text)
- arn :: Text
- createdAt :: POSIX
- lastModifiedAt :: POSIX
- name :: Text
- status :: ServiceStatus
- templateName :: Text
- newServiceSummary :: Text -> UTCTime -> UTCTime -> Text -> ServiceStatus -> Text -> ServiceSummary
- serviceSummary_statusMessage :: Lens' ServiceSummary (Maybe Text)
- serviceSummary_description :: Lens' ServiceSummary (Maybe Text)
- serviceSummary_arn :: Lens' ServiceSummary Text
- serviceSummary_createdAt :: Lens' ServiceSummary UTCTime
- serviceSummary_lastModifiedAt :: Lens' ServiceSummary UTCTime
- serviceSummary_name :: Lens' ServiceSummary Text
- serviceSummary_status :: Lens' ServiceSummary ServiceStatus
- serviceSummary_templateName :: Lens' ServiceSummary Text
Documentation
data ServiceSummary Source #
A summary of the service detail data.
See: newServiceSummary
smart constructor.
ServiceSummary' | |
|
Instances
:: Text | |
-> UTCTime | |
-> UTCTime | |
-> Text | |
-> ServiceStatus | |
-> Text | |
-> ServiceSummary |
Create a value of ServiceSummary
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:ServiceSummary'
, serviceSummary_statusMessage
- A service status message.
$sel:description:ServiceSummary'
, serviceSummary_description
- A description of the service.
$sel:arn:ServiceSummary'
, serviceSummary_arn
- The Amazon Resource Name (ARN) of the service.
$sel:createdAt:ServiceSummary'
, serviceSummary_createdAt
- The time when the service was created.
$sel:lastModifiedAt:ServiceSummary'
, serviceSummary_lastModifiedAt
- The time when the service was last modified.
$sel:name:ServiceSummary'
, serviceSummary_name
- The name of the service.
$sel:status:ServiceSummary'
, serviceSummary_status
- The status of the service.
$sel:templateName:ServiceSummary'
, serviceSummary_templateName
- The name of the service template.
serviceSummary_statusMessage :: Lens' ServiceSummary (Maybe Text) Source #
A service status message.
serviceSummary_description :: Lens' ServiceSummary (Maybe Text) Source #
A description of the service.
serviceSummary_arn :: Lens' ServiceSummary Text Source #
The Amazon Resource Name (ARN) of the service.
serviceSummary_createdAt :: Lens' ServiceSummary UTCTime Source #
The time when the service was created.
serviceSummary_lastModifiedAt :: Lens' ServiceSummary UTCTime Source #
The time when the service was last modified.
serviceSummary_name :: Lens' ServiceSummary Text Source #
The name of the service.
serviceSummary_status :: Lens' ServiceSummary ServiceStatus Source #
The status of the service.
serviceSummary_templateName :: Lens' ServiceSummary Text Source #
The name of the service template.