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 |
Synopsis
- data ClusterPendingUpdates = ClusterPendingUpdates' {}
- newClusterPendingUpdates :: ClusterPendingUpdates
- clusterPendingUpdates_serviceUpdates :: Lens' ClusterPendingUpdates (Maybe [PendingModifiedServiceUpdate])
- clusterPendingUpdates_resharding :: Lens' ClusterPendingUpdates (Maybe ReshardingStatus)
- clusterPendingUpdates_aCLs :: Lens' ClusterPendingUpdates (Maybe ACLsUpdateStatus)
Documentation
data ClusterPendingUpdates Source #
A list of updates being applied to the cluster
See: newClusterPendingUpdates
smart constructor.
ClusterPendingUpdates' | |
|
Instances
newClusterPendingUpdates :: ClusterPendingUpdates Source #
Create a value of ClusterPendingUpdates
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:serviceUpdates:ClusterPendingUpdates'
, clusterPendingUpdates_serviceUpdates
- A list of service updates being applied to the cluster
$sel:resharding:ClusterPendingUpdates'
, clusterPendingUpdates_resharding
- The status of an online resharding operation.
$sel:aCLs:ClusterPendingUpdates'
, clusterPendingUpdates_aCLs
- A list of ACLs associated with the cluster that are being updated
clusterPendingUpdates_serviceUpdates :: Lens' ClusterPendingUpdates (Maybe [PendingModifiedServiceUpdate]) Source #
A list of service updates being applied to the cluster
clusterPendingUpdates_resharding :: Lens' ClusterPendingUpdates (Maybe ReshardingStatus) Source #
The status of an online resharding operation.
clusterPendingUpdates_aCLs :: Lens' ClusterPendingUpdates (Maybe ACLsUpdateStatus) Source #
A list of ACLs associated with the cluster that are being updated