| 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.Redshift.Types.RevisionTarget
Description
Documentation
data RevisionTarget Source #
Describes a RevisionTarget.
See: newRevisionTarget smart constructor.
Constructors
| RevisionTarget' | |
Fields
| |
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:databaseRevision:RevisionTarget', revisionTarget_databaseRevision - A unique string that identifies the version to update the cluster to.
You can use this value in ModifyClusterDbRevision.
$sel:databaseRevisionReleaseDate:RevisionTarget', revisionTarget_databaseRevisionReleaseDate - The date on which the database revision was released.
$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_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_databaseRevisionReleaseDate :: Lens' RevisionTarget (Maybe UTCTime) Source #
The date on which the database revision was released.
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.