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 CacheParameterGroupStatus = CacheParameterGroupStatus' {}
- newCacheParameterGroupStatus :: CacheParameterGroupStatus
- cacheParameterGroupStatus_cacheParameterGroupName :: Lens' CacheParameterGroupStatus (Maybe Text)
- cacheParameterGroupStatus_cacheNodeIdsToReboot :: Lens' CacheParameterGroupStatus (Maybe [Text])
- cacheParameterGroupStatus_parameterApplyStatus :: Lens' CacheParameterGroupStatus (Maybe Text)
Documentation
data CacheParameterGroupStatus Source #
Status of the cache parameter group.
See: newCacheParameterGroupStatus
smart constructor.
CacheParameterGroupStatus' | |
|
Instances
newCacheParameterGroupStatus :: CacheParameterGroupStatus Source #
Create a value of CacheParameterGroupStatus
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:cacheParameterGroupName:CacheParameterGroupStatus'
, cacheParameterGroupStatus_cacheParameterGroupName
- The name of the cache parameter group.
$sel:cacheNodeIdsToReboot:CacheParameterGroupStatus'
, cacheParameterGroupStatus_cacheNodeIdsToReboot
- A list of the cache node IDs which need to be rebooted for parameter
changes to be applied. A node ID is a numeric identifier (0001, 0002,
etc.).
$sel:parameterApplyStatus:CacheParameterGroupStatus'
, cacheParameterGroupStatus_parameterApplyStatus
- The status of parameter updates.
cacheParameterGroupStatus_cacheParameterGroupName :: Lens' CacheParameterGroupStatus (Maybe Text) Source #
The name of the cache parameter group.
cacheParameterGroupStatus_cacheNodeIdsToReboot :: Lens' CacheParameterGroupStatus (Maybe [Text]) Source #
A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).
cacheParameterGroupStatus_parameterApplyStatus :: Lens' CacheParameterGroupStatus (Maybe Text) Source #
The status of parameter updates.