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 CacheParameterGroupNameMessage Source #
Represents the output of one of the following operations:
ModifyCacheParameterGroup
ResetCacheParameterGroup
See: newCacheParameterGroupNameMessage
smart constructor.
CacheParameterGroupNameMessage' | |
|
Instances
Eq CacheParameterGroupNameMessage Source # | |
Read CacheParameterGroupNameMessage Source # | |
Show CacheParameterGroupNameMessage Source # | |
Generic CacheParameterGroupNameMessage Source # | |
NFData CacheParameterGroupNameMessage Source # | |
Defined in Amazonka.ElastiCache.Types.CacheParameterGroupNameMessage rnf :: CacheParameterGroupNameMessage -> () # | |
Hashable CacheParameterGroupNameMessage Source # | |
FromXML CacheParameterGroupNameMessage Source # | |
type Rep CacheParameterGroupNameMessage Source # | |
Defined in Amazonka.ElastiCache.Types.CacheParameterGroupNameMessage type Rep CacheParameterGroupNameMessage = D1 ('MetaData "CacheParameterGroupNameMessage" "Amazonka.ElastiCache.Types.CacheParameterGroupNameMessage" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "CacheParameterGroupNameMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cacheParameterGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newCacheParameterGroupNameMessage :: CacheParameterGroupNameMessage Source #
Create a value of CacheParameterGroupNameMessage
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:CacheParameterGroupNameMessage'
, cacheParameterGroupNameMessage_cacheParameterGroupName
- The name of the cache parameter group.
cacheParameterGroupNameMessage_cacheParameterGroupName :: Lens' CacheParameterGroupNameMessage (Maybe Text) Source #
The name of the cache parameter group.