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