amazonka-proton-2.0: Amazon Proton SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Proton.Types.ComponentSummary

Description

 
Synopsis

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

Instances details
FromJSON ComponentSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.ComponentSummary

Generic ComponentSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.ComponentSummary

Associated Types

type Rep ComponentSummary :: Type -> Type #

Show ComponentSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.ComponentSummary

NFData ComponentSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.ComponentSummary

Methods

rnf :: ComponentSummary -> () #

Eq ComponentSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.ComponentSummary

Hashable ComponentSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.ComponentSummary

type Rep ComponentSummary Source # 
Instance details

Defined in Amazonka.Proton.Types.ComponentSummary

type Rep ComponentSummary = D1 ('MetaData "ComponentSummary" "Amazonka.Proton.Types.ComponentSummary" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" 'False) (C1 ('MetaCons "ComponentSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "deploymentStatusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "lastDeploymentAttemptedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastDeploymentSucceededAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "serviceInstanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "deploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeploymentStatus))) :*: (S1 ('MetaSel ('Just "environmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "lastModifiedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newComponentSummary Source #

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_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.