| 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.ComponentSummary
Description
Synopsis
- data ComponentSummary = ComponentSummary' {
- deploymentStatusMessage :: Maybe (Sensitive Text)
- lastDeploymentAttemptedAt :: Maybe POSIX
- lastDeploymentSucceededAt :: Maybe POSIX
- serviceInstanceName :: Maybe Text
- serviceName :: Maybe Text
- arn :: Text
- createdAt :: POSIX
- deploymentStatus :: DeploymentStatus
- environmentName :: Text
- lastModifiedAt :: POSIX
- name :: Text
- newComponentSummary :: Text -> UTCTime -> DeploymentStatus -> Text -> UTCTime -> Text -> ComponentSummary
- componentSummary_deploymentStatusMessage :: Lens' ComponentSummary (Maybe Text)
- componentSummary_lastDeploymentAttemptedAt :: Lens' ComponentSummary (Maybe UTCTime)
- componentSummary_lastDeploymentSucceededAt :: Lens' ComponentSummary (Maybe UTCTime)
- componentSummary_serviceInstanceName :: Lens' ComponentSummary (Maybe Text)
- componentSummary_serviceName :: Lens' ComponentSummary (Maybe Text)
- componentSummary_arn :: Lens' ComponentSummary Text
- componentSummary_createdAt :: Lens' ComponentSummary UTCTime
- componentSummary_deploymentStatus :: Lens' ComponentSummary DeploymentStatus
- componentSummary_environmentName :: Lens' ComponentSummary Text
- componentSummary_lastModifiedAt :: Lens' ComponentSummary UTCTime
- componentSummary_name :: Lens' ComponentSummary Text
Documentation
data ComponentSummary Source #
Summary data of an Proton component resource.
For more information about components, see Proton components in the Proton User Guide.
See: newComponentSummary smart constructor.
Constructors
| ComponentSummary' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> UTCTime | |
| -> DeploymentStatus | |
| -> Text | |
| -> UTCTime | |
| -> Text | |
| -> ComponentSummary |
Create a value of ComponentSummary 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:deploymentStatusMessage:ComponentSummary', componentSummary_deploymentStatusMessage - The message associated with the component deployment status.
$sel:lastDeploymentAttemptedAt:ComponentSummary', componentSummary_lastDeploymentAttemptedAt - The time when a deployment of the component was last attempted.
$sel:lastDeploymentSucceededAt:ComponentSummary', componentSummary_lastDeploymentSucceededAt - The time when the component was last deployed successfully.
$sel:serviceInstanceName:ComponentSummary', componentSummary_serviceInstanceName - The name of the service instance that this component is attached to.
Provided when a component is attached to a service instance.
$sel:serviceName:ComponentSummary', componentSummary_serviceName - The name of the service that serviceInstanceName is associated with.
Provided when a component is attached to a service instance.
$sel:arn:ComponentSummary', componentSummary_arn - The Amazon Resource Name (ARN) of the component.
$sel:createdAt:ComponentSummary', componentSummary_createdAt - The time when the component was created.
$sel:deploymentStatus:ComponentSummary', componentSummary_deploymentStatus - The component deployment status.
$sel:environmentName:ComponentSummary', componentSummary_environmentName - The name of the Proton environment that this component is associated
with.
$sel:lastModifiedAt:ComponentSummary', componentSummary_lastModifiedAt - The time when the component was last modified.
$sel:name:ComponentSummary', componentSummary_name - The name of the component.
componentSummary_deploymentStatusMessage :: Lens' ComponentSummary (Maybe Text) Source #
The message associated with the component deployment status.
componentSummary_lastDeploymentAttemptedAt :: Lens' ComponentSummary (Maybe UTCTime) Source #
The time when a deployment of the component was last attempted.
componentSummary_lastDeploymentSucceededAt :: Lens' ComponentSummary (Maybe UTCTime) Source #
The time when the component was last deployed successfully.
componentSummary_serviceInstanceName :: Lens' ComponentSummary (Maybe Text) Source #
The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.
componentSummary_serviceName :: Lens' ComponentSummary (Maybe Text) Source #
The name of the service that serviceInstanceName is associated with.
Provided when a component is attached to a service instance.
componentSummary_arn :: Lens' ComponentSummary Text Source #
The Amazon Resource Name (ARN) of the component.
componentSummary_createdAt :: Lens' ComponentSummary UTCTime Source #
The time when the component was created.
componentSummary_deploymentStatus :: Lens' ComponentSummary DeploymentStatus Source #
The component deployment status.
componentSummary_environmentName :: Lens' ComponentSummary Text Source #
The name of the Proton environment that this component is associated with.
componentSummary_lastModifiedAt :: Lens' ComponentSummary UTCTime Source #
The time when the component was last modified.
componentSummary_name :: Lens' ComponentSummary Text Source #
The name of the component.