| 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 |
Amazonka.Proton.Types.ServiceSummary
Description
Synopsis
- data ServiceSummary = ServiceSummary' {
- description :: Maybe (Sensitive Text)
- statusMessage :: Maybe (Sensitive Text)
- arn :: Text
- createdAt :: POSIX
- lastModifiedAt :: POSIX
- name :: Text
- status :: ServiceStatus
- templateName :: Text
- newServiceSummary :: Text -> UTCTime -> UTCTime -> Text -> ServiceStatus -> Text -> ServiceSummary
- serviceSummary_description :: Lens' ServiceSummary (Maybe Text)
- serviceSummary_statusMessage :: 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 #
Summary data of an Proton service resource.
See: newServiceSummary smart constructor.
Constructors
| ServiceSummary' | |
Fields
| |
Instances
Arguments
| :: 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:description:ServiceSummary', serviceSummary_description - A description of the service.
$sel:statusMessage:ServiceSummary', serviceSummary_statusMessage - A service status message.
$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_description :: Lens' ServiceSummary (Maybe Text) Source #
A description of the service.
serviceSummary_statusMessage :: Lens' ServiceSummary (Maybe Text) Source #
A service status message.
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.