Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data DependencyRevision Source #
An object that contains the ID and revision number of a workflow or system that is part of a deployment.
See: newDependencyRevision
smart constructor.
Instances
newDependencyRevision :: DependencyRevision Source #
Create a value of DependencyRevision
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:revisionNumber:DependencyRevision'
, dependencyRevision_revisionNumber
- The revision number of the workflow or system.
$sel:id:DependencyRevision'
, dependencyRevision_id
- The ID of the workflow or system.
dependencyRevision_revisionNumber :: Lens' DependencyRevision (Maybe Integer) Source #
The revision number of the workflow or system.
dependencyRevision_id :: Lens' DependencyRevision (Maybe Text) Source #
The ID of the workflow or system.