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 RevisionTarget Source #
Describes a RevisionTarget
.
See: newRevisionTarget
smart constructor.
RevisionTarget' | |
|
Instances
newRevisionTarget :: RevisionTarget Source #
Create a value of RevisionTarget
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:databaseRevisionReleaseDate:RevisionTarget'
, revisionTarget_databaseRevisionReleaseDate
- The date on which the database revision was released.
$sel:databaseRevision:RevisionTarget'
, revisionTarget_databaseRevision
- A unique string that identifies the version to update the cluster to.
You can use this value in ModifyClusterDbRevision.
$sel:description:RevisionTarget'
, revisionTarget_description
- A string that describes the changes and features that will be applied to
the cluster when it is updated to the corresponding ClusterDbRevision.
revisionTarget_databaseRevisionReleaseDate :: Lens' RevisionTarget (Maybe UTCTime) Source #
The date on which the database revision was released.
revisionTarget_databaseRevision :: Lens' RevisionTarget (Maybe Text) Source #
A unique string that identifies the version to update the cluster to. You can use this value in ModifyClusterDbRevision.
revisionTarget_description :: Lens' RevisionTarget (Maybe Text) Source #
A string that describes the changes and features that will be applied to the cluster when it is updated to the corresponding ClusterDbRevision.