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

Description

 
Synopsis

Documentation

data ActionRevision Source #

Represents information about the version (or revision) of an action.

See: newActionRevision smart constructor.

Constructors

ActionRevision' 

Fields

  • revisionId :: Text

    The system-generated unique ID that identifies the revision number of the action.

  • revisionChangeId :: Text

    The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).

  • created :: POSIX

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

Instances

Instances details
Eq ActionRevision Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionRevision

Read ActionRevision Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionRevision

Show ActionRevision Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionRevision

Generic ActionRevision Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionRevision

Associated Types

type Rep ActionRevision :: Type -> Type #

NFData ActionRevision Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionRevision

Methods

rnf :: ActionRevision -> () #

Hashable ActionRevision Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionRevision

ToJSON ActionRevision Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionRevision

FromJSON ActionRevision Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionRevision

type Rep ActionRevision Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionRevision

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

newActionRevision Source #

Create a value of ActionRevision 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:revisionId:ActionRevision', actionRevision_revisionId - The system-generated unique ID that identifies the revision number of the action.

$sel:revisionChangeId:ActionRevision', actionRevision_revisionChangeId - The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).

$sel:created:ActionRevision', actionRevision_created - The date and time when the most recent version of the action was created, in timestamp format.

actionRevision_revisionId :: Lens' ActionRevision Text Source #

The system-generated unique ID that identifies the revision number of the action.

actionRevision_revisionChangeId :: Lens' ActionRevision Text Source #

The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).

actionRevision_created :: Lens' ActionRevision UTCTime Source #

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