libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CodePipeline.Types.PipelineMetadata

Description

 
Synopsis

Documentation

data PipelineMetadata Source #

Information about a pipeline.

See: newPipelineMetadata smart constructor.

Constructors

PipelineMetadata' 

Fields

Instances

Instances details
Eq PipelineMetadata Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.PipelineMetadata

Read PipelineMetadata Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.PipelineMetadata

Show PipelineMetadata Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.PipelineMetadata

Generic PipelineMetadata Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.PipelineMetadata

Associated Types

type Rep PipelineMetadata :: Type -> Type #

NFData PipelineMetadata Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.PipelineMetadata

Methods

rnf :: PipelineMetadata -> () #

Hashable PipelineMetadata Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.PipelineMetadata

FromJSON PipelineMetadata Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.PipelineMetadata

type Rep PipelineMetadata Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.PipelineMetadata

type Rep PipelineMetadata = D1 ('MetaData "PipelineMetadata" "Amazonka.CodePipeline.Types.PipelineMetadata" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'False) (C1 ('MetaCons "PipelineMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "created") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pipelineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "updated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newPipelineMetadata :: PipelineMetadata Source #

Create a value of PipelineMetadata 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:created:PipelineMetadata', pipelineMetadata_created - The date and time the pipeline was created, in timestamp format.

$sel:pipelineArn:PipelineMetadata', pipelineMetadata_pipelineArn - The Amazon Resource Name (ARN) of the pipeline.

$sel:updated:PipelineMetadata', pipelineMetadata_updated - The date and time the pipeline was last updated, in timestamp format.

pipelineMetadata_created :: Lens' PipelineMetadata (Maybe UTCTime) Source #

The date and time the pipeline was created, in timestamp format.

pipelineMetadata_pipelineArn :: Lens' PipelineMetadata (Maybe Text) Source #

The Amazon Resource Name (ARN) of the pipeline.

pipelineMetadata_updated :: Lens' PipelineMetadata (Maybe UTCTime) Source #

The date and time the pipeline was last updated, in timestamp format.