| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodePipeline.Types.ActionRevision
Description
Synopsis
- data ActionRevision = ActionRevision' {
- revisionId :: Text
- revisionChangeId :: Text
- created :: POSIX
- newActionRevision :: Text -> Text -> UTCTime -> ActionRevision
- actionRevision_revisionId :: Lens' ActionRevision Text
- actionRevision_revisionChangeId :: Lens' ActionRevision Text
- actionRevision_created :: Lens' ActionRevision UTCTime
Documentation
data ActionRevision Source #
Represents information about the version (or revision) of an action.
See: newActionRevision smart constructor.
Constructors
| ActionRevision' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> UTCTime | |
| -> ActionRevision |
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.