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

Description

 
Synopsis

Documentation

data Component Source #

Detailed data of an Proton component resource.

For more information about components, see Proton components in the Proton User Guide.

See: newComponent smart constructor.

Constructors

Component' 

Fields

Instances

Instances details
FromJSON Component Source # 
Instance details

Defined in Amazonka.Proton.Types.Component

Generic Component Source # 
Instance details

Defined in Amazonka.Proton.Types.Component

Associated Types

type Rep Component :: Type -> Type #

Show Component Source # 
Instance details

Defined in Amazonka.Proton.Types.Component

NFData Component Source # 
Instance details

Defined in Amazonka.Proton.Types.Component

Methods

rnf :: Component -> () #

Eq Component Source # 
Instance details

Defined in Amazonka.Proton.Types.Component

Hashable Component Source # 
Instance details

Defined in Amazonka.Proton.Types.Component

type Rep Component Source # 
Instance details

Defined in Amazonka.Proton.Types.Component

type Rep Component = D1 ('MetaData "Component" "Amazonka.Proton.Types.Component" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" 'False) (C1 ('MetaCons "Component'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "deploymentStatusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "description") '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 "serviceSpec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive 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))))))

newComponent Source #

Create a value of Component 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:Component', component_deploymentStatusMessage - The message associated with the component deployment status.

$sel:description:Component', component_description - A description of the component.

$sel:lastDeploymentAttemptedAt:Component', component_lastDeploymentAttemptedAt - The time when a deployment of the component was last attempted.

$sel:lastDeploymentSucceededAt:Component', component_lastDeploymentSucceededAt - The time when the component was last deployed successfully.

$sel:serviceInstanceName:Component', component_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:Component', component_serviceName - The name of the service that serviceInstanceName is associated with. Provided when a component is attached to a service instance.

$sel:serviceSpec:Component', component_serviceSpec - The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.

$sel:arn:Component', component_arn - The Amazon Resource Name (ARN) of the component.

$sel:createdAt:Component', component_createdAt - The time when the component was created.

$sel:deploymentStatus:Component', component_deploymentStatus - The component deployment status.

$sel:environmentName:Component', component_environmentName - The name of the Proton environment that this component is associated with.

$sel:lastModifiedAt:Component', component_lastModifiedAt - The time when the component was last modified.

$sel:name:Component', component_name - The name of the component.

component_deploymentStatusMessage :: Lens' Component (Maybe Text) Source #

The message associated with the component deployment status.

component_description :: Lens' Component (Maybe Text) Source #

A description of the component.

component_lastDeploymentAttemptedAt :: Lens' Component (Maybe UTCTime) Source #

The time when a deployment of the component was last attempted.

component_lastDeploymentSucceededAt :: Lens' Component (Maybe UTCTime) Source #

The time when the component was last deployed successfully.

component_serviceInstanceName :: Lens' Component (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.

component_serviceName :: Lens' Component (Maybe Text) Source #

The name of the service that serviceInstanceName is associated with. Provided when a component is attached to a service instance.

component_serviceSpec :: Lens' Component (Maybe Text) Source #

The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.

component_arn :: Lens' Component Text Source #

The Amazon Resource Name (ARN) of the component.

component_createdAt :: Lens' Component UTCTime Source #

The time when the component was created.

component_environmentName :: Lens' Component Text Source #

The name of the Proton environment that this component is associated with.

component_lastModifiedAt :: Lens' Component UTCTime Source #

The time when the component was last modified.

component_name :: Lens' Component Text Source #

The name of the component.