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

Description

 
Synopsis

Documentation

data CurrentRevision Source #

Represents information about a current revision.

See: newCurrentRevision smart constructor.

Constructors

CurrentRevision' 

Fields

Instances

Instances details
Eq CurrentRevision Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.CurrentRevision

Read CurrentRevision Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.CurrentRevision

Show CurrentRevision Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.CurrentRevision

Generic CurrentRevision Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.CurrentRevision

Associated Types

type Rep CurrentRevision :: Type -> Type #

NFData CurrentRevision Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.CurrentRevision

Methods

rnf :: CurrentRevision -> () #

Hashable CurrentRevision Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.CurrentRevision

ToJSON CurrentRevision Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.CurrentRevision

type Rep CurrentRevision Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.CurrentRevision

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

newCurrentRevision Source #

Create a value of CurrentRevision 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:revisionSummary:CurrentRevision', currentRevision_revisionSummary - The summary of the most recent revision of the artifact.

$sel:created:CurrentRevision', currentRevision_created - The date and time when the most recent revision of the artifact was created, in timestamp format.

$sel:revision:CurrentRevision', currentRevision_revision - The revision ID of the current version of an artifact.

$sel:changeIdentifier:CurrentRevision', currentRevision_changeIdentifier - The change identifier for the current revision.

currentRevision_revisionSummary :: Lens' CurrentRevision (Maybe Text) Source #

The summary of the most recent revision of the artifact.

currentRevision_created :: Lens' CurrentRevision (Maybe UTCTime) Source #

The date and time when the most recent revision of the artifact was created, in timestamp format.

currentRevision_revision :: Lens' CurrentRevision Text Source #

The revision ID of the current version of an artifact.

currentRevision_changeIdentifier :: Lens' CurrentRevision Text Source #

The change identifier for the current revision.