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 UpdateTarget Source #
A maintenance track that you can switch the current track to.
See: newUpdateTarget
smart constructor.
UpdateTarget' | |
|
Instances
newUpdateTarget :: UpdateTarget Source #
Create a value of UpdateTarget
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:databaseVersion:UpdateTarget'
, updateTarget_databaseVersion
- The cluster version for the new maintenance track.
$sel:maintenanceTrackName:UpdateTarget'
, updateTarget_maintenanceTrackName
- The name of the new maintenance track.
$sel:supportedOperations:UpdateTarget'
, updateTarget_supportedOperations
- A list of operations supported by the maintenance track.
updateTarget_databaseVersion :: Lens' UpdateTarget (Maybe Text) Source #
The cluster version for the new maintenance track.
updateTarget_maintenanceTrackName :: Lens' UpdateTarget (Maybe Text) Source #
The name of the new maintenance track.
updateTarget_supportedOperations :: Lens' UpdateTarget (Maybe [SupportedOperation]) Source #
A list of operations supported by the maintenance track.