packages feed

amazonka-elasticache 1.4.2 → 1.4.3

raw patch · 43 files changed

+690/−1473 lines, 43 filesdep ~amazonka-coredep ~amazonka-elasticachedep ~amazonka-testPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core, amazonka-elasticache, amazonka-test

API changes (from Hackage documentation)

Files

README.md view
@@ -8,25 +8,18 @@  ## Version -`1.4.2`+`1.4.3`   ## Description  Amazon ElastiCache -Amazon ElastiCache is a web service that makes it easier to set up,-operate, and scale a distributed cache in the cloud.+Amazon ElastiCache is a web service that makes it easier to set up, operate, and scale a distributed cache in the cloud. -With ElastiCache, customers gain all of the benefits of a-high-performance, in-memory cache with far less of the administrative-burden of launching and managing a distributed cache. The service makes-setup, scaling, and cluster failure handling much simpler than in a-self-managed cache deployment.+With ElastiCache, customers gain all of the benefits of a high-performance, in-memory cache with far less of the administrative burden of launching and managing a distributed cache. The service makes setup, scaling, and cluster failure handling much simpler than in a self-managed cache deployment. -In addition, through integration with Amazon CloudWatch, customers get-enhanced visibility into the key performance statistics associated with-their cache and can receive alarms if a part of their cache runs hot.+In addition, through integration with Amazon CloudWatch, customers get enhanced visibility into the key performance statistics associated with their cache and can receive alarms if a part of their cache runs hot.  Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-elasticache) and the [AWS API Reference](https://aws.amazon.com/documentation/).
amazonka-elasticache.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-elasticache-version:               1.4.2+version:               1.4.3 synopsis:              Amazon ElastiCache SDK. homepage:              https://github.com/brendanhay/amazonka bug-reports:           https://github.com/brendanhay/amazonka/issues@@ -15,18 +15,11 @@ description:     Amazon ElastiCache -    Amazon ElastiCache is a web service that makes it easier to set up,-    operate, and scale a distributed cache in the cloud.+    Amazon ElastiCache is a web service that makes it easier to set up, operate, and scale a distributed cache in the cloud. -    With ElastiCache, customers gain all of the benefits of a-    high-performance, in-memory cache with far less of the administrative-    burden of launching and managing a distributed cache. The service makes-    setup, scaling, and cluster failure handling much simpler than in a-    self-managed cache deployment.+    With ElastiCache, customers gain all of the benefits of a high-performance, in-memory cache with far less of the administrative burden of launching and managing a distributed cache. The service makes setup, scaling, and cluster failure handling much simpler than in a self-managed cache deployment. -    In addition, through integration with Amazon CloudWatch, customers get-    enhanced visibility into the key performance statistics associated with-    their cache and can receive alarms if a part of their cache runs hot.+    In addition, through integration with Amazon CloudWatch, customers get enhanced visibility into the key performance statistics associated with their cache and can receive alarms if a part of their cache runs hot.     .     The types from this library are intended to be used with     <http://hackage.haskell.org/package/amazonka amazonka>, which provides@@ -100,7 +93,7 @@         , Network.AWS.ElastiCache.Types.Sum      build-depends:-          amazonka-core == 1.4.2.*+          amazonka-core == 1.4.3.*         , base          >= 4.7     && < 5  test-suite amazonka-elasticache-test@@ -120,9 +113,9 @@         , Test.AWS.ElastiCache.Internal      build-depends:-          amazonka-core == 1.4.2.*-        , amazonka-test == 1.4.2.*-        , amazonka-elasticache == 1.4.2.*+          amazonka-core == 1.4.3.*+        , amazonka-test == 1.4.3.*+        , amazonka-elasticache == 1.4.3.*         , base         , bytestring         , tasty
gen/Network/AWS/ElastiCache.hs view
@@ -13,18 +13,11 @@ -- -- Amazon ElastiCache ----- Amazon ElastiCache is a web service that makes it easier to set up,--- operate, and scale a distributed cache in the cloud.+-- Amazon ElastiCache is a web service that makes it easier to set up, operate, and scale a distributed cache in the cloud. ----- With ElastiCache, customers gain all of the benefits of a--- high-performance, in-memory cache with far less of the administrative--- burden of launching and managing a distributed cache. The service makes--- setup, scaling, and cluster failure handling much simpler than in a--- self-managed cache deployment.+-- With ElastiCache, customers gain all of the benefits of a high-performance, in-memory cache with far less of the administrative burden of launching and managing a distributed cache. The service makes setup, scaling, and cluster failure handling much simpler than in a self-managed cache deployment. ----- In addition, through integration with Amazon CloudWatch, customers get--- enhanced visibility into the key performance statistics associated with--- their cache and can receive alarms if a part of their cache runs hot.+-- In addition, through integration with Amazon CloudWatch, customers get enhanced visibility into the key performance statistics associated with their cache and can receive alarms if a part of their cache runs hot. module Network.AWS.ElastiCache     (     -- * Service Configuration
gen/Network/AWS/ElastiCache/AddTagsToResource.hs view
@@ -18,18 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /AddTagsToResource/ action adds up to 10 cost allocation tags to the--- named resource. A /cost allocation tag/ is a key-value pair where the--- key and value are case-sensitive. Cost allocation tags can be used to--- categorize and track your AWS costs.+-- The /AddTagsToResource/ action adds up to 10 cost allocation tags to the named resource. A /cost allocation tag/ is a key-value pair where the key and value are case-sensitive. Cost allocation tags can be used to categorize and track your AWS costs. ----- When you apply tags to your ElastiCache resources, AWS generates a cost--- allocation report as a comma-separated value (CSV) file with your usage--- and costs aggregated by your tags. You can apply tags that represent--- business categories (such as cost centers, application names, or owners)--- to organize your costs across multiple services. For more information,--- see--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Tagging.html Using Cost Allocation Tags in Amazon ElastiCache>.+-- When you apply tags to your ElastiCache resources, AWS generates a cost allocation report as a comma-separated value (CSV) file with your usage and costs aggregated by your tags. You can apply tags that represent business categories (such as cost centers, application names, or owners) to organize your costs across multiple services. For more information, see <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Tagging.html Using Cost Allocation Tags in Amazon ElastiCache>. module Network.AWS.ElastiCache.AddTagsToResource     (     -- * Creating a Request@@ -77,18 +68,13 @@     , _attrTags = mempty     } --- | The Amazon Resource Name (ARN) of the resource to which the tags are to--- be added, for example--- 'arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster' or--- 'arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot'.+-- | The Amazon Resource Name (ARN) of the resource to which the tags are to be added, for example 'arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster' or 'arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot'. ----- For more information on ARNs, go to--- <http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html Amazon Resource Names (ARNs) and AWS Service Namespaces>.+-- For more information on ARNs, go to <http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html Amazon Resource Names (ARNs) and AWS Service Namespaces>. attrResourceName :: Lens' AddTagsToResource Text attrResourceName = lens _attrResourceName (\ s a -> s{_attrResourceName = a}); --- | A list of cost allocation tags to be added to this resource. A tag is a--- key-value pair. A tag key must be accompanied by a tag value.+-- | A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value. attrTags :: Lens' AddTagsToResource [Tag] attrTags = lens _attrTags (\ s a -> s{_attrTags = a}) . _Coerce; 
gen/Network/AWS/ElastiCache/AuthorizeCacheSecurityGroupIngress.hs view
@@ -18,13 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /AuthorizeCacheSecurityGroupIngress/ action allows network ingress--- to a cache security group. Applications using ElastiCache must be--- running on Amazon EC2, and Amazon EC2 security groups are used as the--- authorization mechanism.+-- The /AuthorizeCacheSecurityGroupIngress/ action allows network ingress to a cache security group. Applications using ElastiCache must be running on Amazon EC2, and Amazon EC2 security groups are used as the authorization mechanism. ----- You cannot authorize ingress from an Amazon EC2 security group in one--- region to an ElastiCache cluster in another region.+-- You cannot authorize ingress from an Amazon EC2 security group in one region to an ElastiCache cluster in another region. module Network.AWS.ElastiCache.AuthorizeCacheSecurityGroupIngress     (     -- * Creating a Request@@ -84,14 +80,11 @@ acsgiCacheSecurityGroupName :: Lens' AuthorizeCacheSecurityGroupIngress Text acsgiCacheSecurityGroupName = lens _acsgiCacheSecurityGroupName (\ s a -> s{_acsgiCacheSecurityGroupName = a}); --- | The Amazon EC2 security group to be authorized for ingress to the cache--- security group.+-- | The Amazon EC2 security group to be authorized for ingress to the cache security group. acsgiEC2SecurityGroupName :: Lens' AuthorizeCacheSecurityGroupIngress Text acsgiEC2SecurityGroupName = lens _acsgiEC2SecurityGroupName (\ s a -> s{_acsgiEC2SecurityGroupName = a}); --- | The AWS account number of the Amazon EC2 security group owner. Note that--- this is not the same thing as an AWS access key ID - you must provide a--- valid AWS account number for this parameter.+-- | The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter. acsgiEC2SecurityGroupOwnerId :: Lens' AuthorizeCacheSecurityGroupIngress Text acsgiEC2SecurityGroupOwnerId = lens _acsgiEC2SecurityGroupOwnerId (\ s a -> s{_acsgiEC2SecurityGroupOwnerId = a}); 
gen/Network/AWS/ElastiCache/CreateCacheCluster.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /CreateCacheCluster/ action creates a cache cluster. All nodes in--- the cache cluster run the same protocol-compliant cache engine software,--- either Memcached or Redis.+-- The /CreateCacheCluster/ action creates a cache cluster. All nodes in the cache cluster run the same protocol-compliant cache engine software, either Memcached or Redis. module Network.AWS.ElastiCache.CreateCacheCluster     (     -- * Creating a Request@@ -169,16 +167,9 @@     , _cccCacheClusterId = pCacheClusterId_     } --- | The version number of the cache engine to be used for this cache--- cluster. To view the supported cache engine versions, use the--- /DescribeCacheEngineVersions/ action.+-- | The version number of the cache engine to be used for this cache cluster. To view the supported cache engine versions, use the /DescribeCacheEngineVersions/ action. ----- __Important:__ You can upgrade to a newer engine version (see--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/SelectEngine.html#VersionManagement Selecting a Cache Engine and Version>),--- but you cannot downgrade to an earlier engine version. If you want to--- use an earlier engine version, you must delete the existing cache--- cluster or replication group and create it anew with the earlier engine--- version.+-- __Important:__ You can upgrade to a newer engine version (see <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/SelectEngine.html#VersionManagement Selecting a Cache Engine and Version>), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version. cccEngineVersion :: Lens' CreateCacheCluster (Maybe Text) cccEngineVersion = lens _cccEngineVersion (\ s a -> s{_cccEngineVersion = a}); @@ -187,49 +178,32 @@ -- Valid node types are as follows: -- -- -   General purpose:---     -   Current generation: 'cache.t2.micro', 'cache.t2.small',---         'cache.t2.medium', 'cache.m3.medium', 'cache.m3.large',---         'cache.m3.xlarge', 'cache.m3.2xlarge'---     -   Previous generation: 'cache.t1.micro', 'cache.m1.small',---         'cache.m1.medium', 'cache.m1.large', 'cache.m1.xlarge'+--     -   Current generation: 'cache.t2.micro', 'cache.t2.small', 'cache.t2.medium', 'cache.m3.medium', 'cache.m3.large', 'cache.m3.xlarge', 'cache.m3.2xlarge'+--     -   Previous generation: 'cache.t1.micro', 'cache.m1.small', 'cache.m1.medium', 'cache.m1.large', 'cache.m1.xlarge' -- -   Compute optimized: 'cache.c1.xlarge' -- -   Memory optimized---     -   Current generation: 'cache.r3.large', 'cache.r3.xlarge',---         'cache.r3.2xlarge', 'cache.r3.4xlarge', 'cache.r3.8xlarge'---     -   Previous generation: 'cache.m2.xlarge', 'cache.m2.2xlarge',---         'cache.m2.4xlarge'+--     -   Current generation: 'cache.r3.large', 'cache.r3.xlarge', 'cache.r3.2xlarge', 'cache.r3.4xlarge', 'cache.r3.8xlarge'+--     -   Previous generation: 'cache.m2.xlarge', 'cache.m2.2xlarge', 'cache.m2.4xlarge' -- -- __Notes:__ ----- -   All t2 instances are created in an Amazon Virtual Private Cloud---     (VPC).+-- -   All t2 instances are created in an Amazon Virtual Private Cloud (VPC). -- -   Redis backup\/restore is not supported for t2 instances.--- -   Redis Append-only files (AOF) functionality is not supported for t1---     or t2 instances.+-- -   Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances. ----- For a complete listing of cache node types and specifications, see--- <http://aws.amazon.com/elasticache/details Amazon ElastiCache Product Features and Details>--- and--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific Cache Node Type-Specific Parameters for Memcached>--- or--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific Cache Node Type-Specific Parameters for Redis>.+-- For a complete listing of cache node types and specifications, see <http://aws.amazon.com/elasticache/details Amazon ElastiCache Product Features and Details> and <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific Cache Node Type-Specific Parameters for Memcached> or <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific Cache Node Type-Specific Parameters for Redis>. cccCacheNodeType :: Lens' CreateCacheCluster (Maybe Text) cccCacheNodeType = lens _cccCacheNodeType (\ s a -> s{_cccCacheNodeType = a});  -- | One or more VPC security groups associated with the cache cluster. ----- Use this parameter only when you are creating a cache cluster in an--- Amazon Virtual Private Cloud (VPC).+-- Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC). cccSecurityGroupIds :: Lens' CreateCacheCluster [Text] cccSecurityGroupIds = lens _cccSecurityGroupIds (\ s a -> s{_cccSecurityGroupIds = a}) . _Default . _Coerce; --- | A single-element string list containing an Amazon Resource Name (ARN)--- that uniquely identifies a Redis RDB snapshot file stored in Amazon S3.--- The snapshot file will be used to populate the node group. The Amazon S3--- object name in the ARN cannot contain any commas.+-- | A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file will be used to populate the node group. The Amazon S3 object name in the ARN cannot contain any commas. ----- __Note:__ This parameter is only valid if the 'Engine' parameter is--- 'redis'.+-- __Note:__ This parameter is only valid if the 'Engine' parameter is 'redis'. -- -- Example of an Amazon S3 ARN: 'arn:aws:s3:::my_bucket\/snapshot1.rdb' cccSnapshotARNs :: Lens' CreateCacheCluster [Text]@@ -239,22 +213,17 @@ cccAutoMinorVersionUpgrade :: Lens' CreateCacheCluster (Maybe Bool) cccAutoMinorVersionUpgrade = lens _cccAutoMinorVersionUpgrade (\ s a -> s{_cccAutoMinorVersionUpgrade = a}); --- | The name of the parameter group to associate with this cache cluster. If--- this argument is omitted, the default parameter group for the specified--- engine is used.+-- | The name of the parameter group to associate with this cache cluster. If this argument is omitted, the default parameter group for the specified engine is used. cccCacheParameterGroupName :: Lens' CreateCacheCluster (Maybe Text) cccCacheParameterGroupName = lens _cccCacheParameterGroupName (\ s a -> s{_cccCacheParameterGroupName = a}); --- | The daily time range (in UTC) during which ElastiCache will begin taking--- a daily snapshot of your node group.+-- | The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group. -- -- Example: '05:00-09:00' ----- If you do not specify this parameter, then ElastiCache will--- automatically choose an appropriate time range.+-- If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range. ----- __Note:__ This parameter is only valid if the 'Engine' parameter is--- 'redis'.+-- __Note:__ This parameter is only valid if the 'Engine' parameter is 'redis'. cccSnapshotWindow :: Lens' CreateCacheCluster (Maybe Text) cccSnapshotWindow = lens _cccSnapshotWindow (\ s a -> s{_cccSnapshotWindow = a}); @@ -266,37 +235,25 @@ cccEngine :: Lens' CreateCacheCluster (Maybe Text) cccEngine = lens _cccEngine (\ s a -> s{_cccEngine = a}); --- | A list of the Availability Zones in which cache nodes will be created.--- The order of the zones in the list is not important.+-- | A list of the Availability Zones in which cache nodes will be created. The order of the zones in the list is not important. -- -- This option is only supported on Memcached. ----- If you are creating your cache cluster in an Amazon VPC (recommended)--- you can only locate nodes in Availability Zones that are associated with--- the subnets in the selected subnet group.+-- If you are creating your cache cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group. ----- The number of Availability Zones listed must equal the value of--- 'NumCacheNodes'.+-- The number of Availability Zones listed must equal the value of 'NumCacheNodes'. ----- If you want all the nodes in the same Availability Zone, use--- 'PreferredAvailabilityZone' instead, or repeat the Availability Zone--- multiple times in the list.+-- If you want all the nodes in the same Availability Zone, use 'PreferredAvailabilityZone' instead, or repeat the Availability Zone multiple times in the list. -- -- Default: System chosen Availability Zones. ----- Example: One Memcached node in each of three different Availability--- Zones:--- 'PreferredAvailabilityZones.member.1=us-west-2a&amp;PreferredAvailabilityZones.member.2=us-west-2b&amp;PreferredAvailabilityZones.member.3=us-west-2c'+-- Example: One Memcached node in each of three different Availability Zones: 'PreferredAvailabilityZones.member.1=us-west-2a&amp;PreferredAvailabilityZones.member.2=us-west-2b&amp;PreferredAvailabilityZones.member.3=us-west-2c' ----- Example: All three Memcached nodes in one Availability Zone:--- 'PreferredAvailabilityZones.member.1=us-west-2a&amp;PreferredAvailabilityZones.member.2=us-west-2a&amp;PreferredAvailabilityZones.member.3=us-west-2a'+-- Example: All three Memcached nodes in one Availability Zone: 'PreferredAvailabilityZones.member.1=us-west-2a&amp;PreferredAvailabilityZones.member.2=us-west-2a&amp;PreferredAvailabilityZones.member.3=us-west-2a' cccPreferredAvailabilityZones :: Lens' CreateCacheCluster [Text] cccPreferredAvailabilityZones = lens _cccPreferredAvailabilityZones (\ s a -> s{_cccPreferredAvailabilityZones = a}) . _Default . _Coerce; --- | Specifies the weekly time range during which maintenance on the cache--- cluster is performed. It is specified as a range in the format--- ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window--- is a 60 minute period. Valid values for 'ddd' are:+-- | Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for 'ddd' are: -- -- -   'sun' -- -   'mon'@@ -312,72 +269,49 @@  -- | The name of the subnet group to be used for the cache cluster. ----- Use this parameter only when you are creating a cache cluster in an--- Amazon Virtual Private Cloud (VPC).+-- Use this parameter only when you are creating a cache cluster in an Amazon Virtual Private Cloud (VPC). cccCacheSubnetGroupName :: Lens' CreateCacheCluster (Maybe Text) cccCacheSubnetGroupName = lens _cccCacheSubnetGroupName (\ s a -> s{_cccCacheSubnetGroupName = a});  -- | The EC2 Availability Zone in which the cache cluster will be created. ----- All nodes belonging to this Memcached cache cluster are placed in the--- preferred Availability Zone. If you want to create your nodes across--- multiple Availability Zones, use 'PreferredAvailabilityZones'.+-- All nodes belonging to this Memcached cache cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use 'PreferredAvailabilityZones'. -- -- Default: System chosen Availability Zone. cccPreferredAvailabilityZone :: Lens' CreateCacheCluster (Maybe Text) cccPreferredAvailabilityZone = lens _cccPreferredAvailabilityZone (\ s a -> s{_cccPreferredAvailabilityZone = a}); --- | The number of days for which ElastiCache will retain automatic snapshots--- before deleting them. For example, if you set 'SnapshotRetentionLimit'--- to 5, then a snapshot that was taken today will be retained for 5 days--- before being deleted.+-- | The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set 'SnapshotRetentionLimit' to 5, then a snapshot that was taken today will be retained for 5 days before being deleted. ----- __Note:__ This parameter is only valid if the 'Engine' parameter is--- 'redis'.+-- __Note:__ This parameter is only valid if the 'Engine' parameter is 'redis'. ----- Default: 0 (i.e., automatic backups are disabled for this cache--- cluster).+-- Default: 0 (i.e., automatic backups are disabled for this cache cluster). cccSnapshotRetentionLimit :: Lens' CreateCacheCluster (Maybe Int) cccSnapshotRetentionLimit = lens _cccSnapshotRetentionLimit (\ s a -> s{_cccSnapshotRetentionLimit = a}); --- | Specifies whether the nodes in this Memcached node group are created in--- a single Availability Zone or created across multiple Availability Zones--- in the cluster\'s region.+-- | Specifies whether the nodes in this Memcached node group are created in a single Availability Zone or created across multiple Availability Zones in the cluster\'s region. -- -- This parameter is only supported for Memcached cache clusters. ----- If the 'AZMode' and 'PreferredAvailabilityZones' are not specified,--- ElastiCache assumes 'single-az' mode.+-- If the 'AZMode' and 'PreferredAvailabilityZones' are not specified, ElastiCache assumes 'single-az' mode. cccAZMode :: Lens' CreateCacheCluster (Maybe AZMode) cccAZMode = lens _cccAZMode (\ s a -> s{_cccAZMode = a}); --- | The name of a snapshot from which to restore data into the new node--- group. The snapshot status changes to 'restoring' while the new node--- group is being created.+-- | The name of a snapshot from which to restore data into the new node group. The snapshot status changes to 'restoring' while the new node group is being created. ----- __Note:__ This parameter is only valid if the 'Engine' parameter is--- 'redis'.+-- __Note:__ This parameter is only valid if the 'Engine' parameter is 'redis'. cccSnapshotName :: Lens' CreateCacheCluster (Maybe Text) cccSnapshotName = lens _cccSnapshotName (\ s a -> s{_cccSnapshotName = a}); --- | The ID of the replication group to which this cache cluster should--- belong. If this parameter is specified, the cache cluster will be added--- to the specified replication group as a read replica; otherwise, the--- cache cluster will be a standalone primary that is not part of any--- replication group.+-- | The ID of the replication group to which this cache cluster should belong. If this parameter is specified, the cache cluster will be added to the specified replication group as a read replica; otherwise, the cache cluster will be a standalone primary that is not part of any replication group. ----- If the specified replication group is Multi-AZ enabled and the--- availability zone is not specified, the cache cluster will be created in--- availability zones that provide the best spread of read replicas across--- availability zones.+-- If the specified replication group is Multi-AZ enabled and the availability zone is not specified, the cache cluster will be created in availability zones that provide the best spread of read replicas across availability zones. ----- __Note:__ This parameter is only valid if the 'Engine' parameter is--- 'redis'.+-- __Note:__ This parameter is only valid if the 'Engine' parameter is 'redis'. cccReplicationGroupId :: Lens' CreateCacheCluster (Maybe Text) cccReplicationGroupId = lens _cccReplicationGroupId (\ s a -> s{_cccReplicationGroupId = a}); --- | The Amazon Resource Name (ARN) of the Amazon Simple Notification Service--- (SNS) topic to which notifications will be sent.+-- | The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent. -- -- The Amazon SNS topic owner must be the same as the cache cluster owner. cccNotificationTopicARN :: Lens' CreateCacheCluster (Maybe Text)@@ -385,34 +319,27 @@  -- | The initial number of cache nodes that the cache cluster will have. ----- For clusters running Redis, this value must be 1. For clusters running--- Memcached, this value must be between 1 and 20.+-- For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20. ----- If you need more than 20 nodes for your Memcached cluster, please fill--- out the ElastiCache Limit Increase Request form at--- <http://aws.amazon.com/contact-us/elasticache-node-limit-request/>.+-- If you need more than 20 nodes for your Memcached cluster, please fill out the ElastiCache Limit Increase Request form at <http://aws.amazon.com/contact-us/elasticache-node-limit-request/>. cccNumCacheNodes :: Lens' CreateCacheCluster (Maybe Int) cccNumCacheNodes = lens _cccNumCacheNodes (\ s a -> s{_cccNumCacheNodes = a}); --- | A list of cost allocation tags to be added to this resource. A tag is a--- key-value pair. A tag key must be accompanied by a tag value.+-- | A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value. cccTags :: Lens' CreateCacheCluster [Tag] cccTags = lens _cccTags (\ s a -> s{_cccTags = a}) . _Default . _Coerce; --- | The port number on which each of the cache nodes will accept--- connections.+-- | The port number on which each of the cache nodes will accept connections. cccPort :: Lens' CreateCacheCluster (Maybe Int) cccPort = lens _cccPort (\ s a -> s{_cccPort = a});  -- | A list of security group names to associate with this cache cluster. ----- Use this parameter only when you are creating a cache cluster outside of--- an Amazon Virtual Private Cloud (VPC).+-- Use this parameter only when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC). cccCacheSecurityGroupNames :: Lens' CreateCacheCluster [Text] cccCacheSecurityGroupNames = lens _cccCacheSecurityGroupNames (\ s a -> s{_cccCacheSecurityGroupNames = a}) . _Default . _Coerce; --- | The node group identifier. This parameter is stored as a lowercase--- string.+-- | The node group identifier. This parameter is stored as a lowercase string. -- -- Constraints: --
gen/Network/AWS/ElastiCache/CreateCacheParameterGroup.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /CreateCacheParameterGroup/ action creates a new cache parameter--- group. A cache parameter group is a collection of parameters that you--- apply to all of the nodes in a cache cluster.+-- The /CreateCacheParameterGroup/ action creates a new cache parameter group. A cache parameter group is a collection of parameters that you apply to all of the nodes in a cache cluster. module Network.AWS.ElastiCache.CreateCacheParameterGroup     (     -- * Creating a Request@@ -80,8 +78,7 @@ ccpgCacheParameterGroupName :: Lens' CreateCacheParameterGroup Text ccpgCacheParameterGroupName = lens _ccpgCacheParameterGroupName (\ s a -> s{_ccpgCacheParameterGroupName = a}); --- | The name of the cache parameter group family the cache parameter group--- can be used with.+-- | The name of the cache parameter group family the cache parameter group can be used with. -- -- Valid values are: 'memcached1.4' | 'redis2.6' | 'redis2.8' ccpgCacheParameterGroupFamily :: Lens' CreateCacheParameterGroup Text
gen/Network/AWS/ElastiCache/CreateCacheSecurityGroup.hs view
@@ -18,15 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /CreateCacheSecurityGroup/ action creates a new cache security--- group. Use a cache security group to control access to one or more cache--- clusters.+-- The /CreateCacheSecurityGroup/ action creates a new cache security group. Use a cache security group to control access to one or more cache clusters. ----- Cache security groups are only used when you are creating a cache--- cluster outside of an Amazon Virtual Private Cloud (VPC). If you are--- creating a cache cluster inside of a VPC, use a cache subnet group--- instead. For more information, see--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_CreateCacheSubnetGroup.html CreateCacheSubnetGroup>.+-- Cache security groups are only used when you are creating a cache cluster outside of an Amazon Virtual Private Cloud (VPC). If you are creating a cache cluster inside of a VPC, use a cache subnet group instead. For more information, see <http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_CreateCacheSubnetGroup.html CreateCacheSubnetGroup>. module Network.AWS.ElastiCache.CreateCacheSecurityGroup     (     -- * Creating a Request@@ -76,11 +70,9 @@     , _ccsgDescription = pDescription_     } --- | A name for the cache security group. This value is stored as a lowercase--- string.+-- | A name for the cache security group. This value is stored as a lowercase string. ----- Constraints: Must contain no more than 255 alphanumeric characters.--- Cannot be the word \"Default\".+-- Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word \"Default\". -- -- Example: 'mysecuritygroup' ccsgCacheSecurityGroupName :: Lens' CreateCacheSecurityGroup Text
gen/Network/AWS/ElastiCache/CreateCacheSubnetGroup.hs view
@@ -20,8 +20,7 @@ -- -- The /CreateCacheSubnetGroup/ action creates a new cache subnet group. ----- Use this parameter only when you are creating a cluster in an Amazon--- Virtual Private Cloud (VPC).+-- Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (VPC). module Network.AWS.ElastiCache.CreateCacheSubnetGroup     (     -- * Creating a Request@@ -76,11 +75,9 @@     , _ccsgSubnetIds = mempty     } --- | A name for the cache subnet group. This value is stored as a lowercase--- string.+-- | A name for the cache subnet group. This value is stored as a lowercase string. ----- Constraints: Must contain no more than 255 alphanumeric characters or--- hyphens.+-- Constraints: Must contain no more than 255 alphanumeric characters or hyphens. -- -- Example: 'mysubnetgroup' ccsgCacheSubnetGroupName :: Lens' CreateCacheSubnetGroup Text
gen/Network/AWS/ElastiCache/CreateReplicationGroup.hs view
@@ -18,16 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /CreateReplicationGroup/ action creates a replication group. A--- replication group is a collection of cache clusters, where one of the--- cache clusters is a read\/write primary and the others are read-only--- replicas. Writes to the primary are automatically propagated to the--- replicas.+-- The /CreateReplicationGroup/ action creates a replication group. A replication group is a collection of cache clusters, where one of the cache clusters is a read\/write primary and the others are read-only replicas. Writes to the primary are automatically propagated to the replicas. ----- When you create a replication group, you must specify an existing cache--- cluster that is in the primary role. When the replication group has been--- successfully created, you can add one or more read replica replicas to--- it, up to a total of five read replicas.+-- When you create a replication group, you must specify an existing cache cluster that is in the primary role. When the replication group has been successfully created, you can add one or more read replica replicas to it, up to a total of five read replicas. -- -- __Note:__ This action is valid only for Redis. module Network.AWS.ElastiCache.CreateReplicationGroup@@ -179,11 +172,9 @@     , _crgReplicationGroupDescription = pReplicationGroupDescription_     } --- | Specifies whether a read-only replica will be automatically promoted to--- read\/write primary if the existing primary fails.+-- | Specifies whether a read-only replica will be automatically promoted to read\/write primary if the existing primary fails. ----- If 'true', Multi-AZ is enabled for this replication group. If 'false',--- Multi-AZ is disabled for this replication group.+-- If 'true', Multi-AZ is enabled for this replication group. If 'false', Multi-AZ is disabled for this replication group. -- -- Default: false --@@ -194,16 +185,9 @@ crgAutomaticFailoverEnabled :: Lens' CreateReplicationGroup (Maybe Bool) crgAutomaticFailoverEnabled = lens _crgAutomaticFailoverEnabled (\ s a -> s{_crgAutomaticFailoverEnabled = a}); --- | The version number of the cache engine to be used for the cache clusters--- in this replication group. To view the supported cache engine versions,--- use the /DescribeCacheEngineVersions/ action.+-- | The version number of the cache engine to be used for the cache clusters in this replication group. To view the supported cache engine versions, use the /DescribeCacheEngineVersions/ action. ----- __Important:__ You can upgrade to a newer engine version (see--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/SelectEngine.html#VersionManagement Selecting a Cache Engine and Version>),--- but you cannot downgrade to an earlier engine version. If you want to--- use an earlier engine version, you must delete the existing cache--- cluster or replication group and create it anew with the earlier engine--- version.+-- __Important:__ You can upgrade to a newer engine version (see <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/SelectEngine.html#VersionManagement Selecting a Cache Engine and Version>), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster or replication group and create it anew with the earlier engine version. crgEngineVersion :: Lens' CreateReplicationGroup (Maybe Text) crgEngineVersion = lens _crgEngineVersion (\ s a -> s{_crgEngineVersion = a}); @@ -212,50 +196,32 @@ -- Valid node types are as follows: -- -- -   General purpose:---     -   Current generation: 'cache.t2.micro', 'cache.t2.small',---         'cache.t2.medium', 'cache.m3.medium', 'cache.m3.large',---         'cache.m3.xlarge', 'cache.m3.2xlarge'---     -   Previous generation: 'cache.t1.micro', 'cache.m1.small',---         'cache.m1.medium', 'cache.m1.large', 'cache.m1.xlarge'+--     -   Current generation: 'cache.t2.micro', 'cache.t2.small', 'cache.t2.medium', 'cache.m3.medium', 'cache.m3.large', 'cache.m3.xlarge', 'cache.m3.2xlarge'+--     -   Previous generation: 'cache.t1.micro', 'cache.m1.small', 'cache.m1.medium', 'cache.m1.large', 'cache.m1.xlarge' -- -   Compute optimized: 'cache.c1.xlarge' -- -   Memory optimized---     -   Current generation: 'cache.r3.large', 'cache.r3.xlarge',---         'cache.r3.2xlarge', 'cache.r3.4xlarge', 'cache.r3.8xlarge'---     -   Previous generation: 'cache.m2.xlarge', 'cache.m2.2xlarge',---         'cache.m2.4xlarge'+--     -   Current generation: 'cache.r3.large', 'cache.r3.xlarge', 'cache.r3.2xlarge', 'cache.r3.4xlarge', 'cache.r3.8xlarge'+--     -   Previous generation: 'cache.m2.xlarge', 'cache.m2.2xlarge', 'cache.m2.4xlarge' -- -- __Notes:__ ----- -   All t2 instances are created in an Amazon Virtual Private Cloud---     (VPC).+-- -   All t2 instances are created in an Amazon Virtual Private Cloud (VPC). -- -   Redis backup\/restore is not supported for t2 instances.--- -   Redis Append-only files (AOF) functionality is not supported for t1---     or t2 instances.+-- -   Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances. ----- For a complete listing of cache node types and specifications, see--- <http://aws.amazon.com/elasticache/details Amazon ElastiCache Product Features and Details>--- and--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific Cache Node Type-Specific Parameters for Memcached>--- or--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific Cache Node Type-Specific Parameters for Redis>.+-- For a complete listing of cache node types and specifications, see <http://aws.amazon.com/elasticache/details Amazon ElastiCache Product Features and Details> and <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific Cache Node Type-Specific Parameters for Memcached> or <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific Cache Node Type-Specific Parameters for Redis>. crgCacheNodeType :: Lens' CreateReplicationGroup (Maybe Text) crgCacheNodeType = lens _crgCacheNodeType (\ s a -> s{_crgCacheNodeType = a}); --- | One or more Amazon VPC security groups associated with this replication--- group.+-- | One or more Amazon VPC security groups associated with this replication group. ----- Use this parameter only when you are creating a replication group in an--- Amazon Virtual Private Cloud (VPC).+-- Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (VPC). crgSecurityGroupIds :: Lens' CreateReplicationGroup [Text] crgSecurityGroupIds = lens _crgSecurityGroupIds (\ s a -> s{_crgSecurityGroupIds = a}) . _Default . _Coerce; --- | A single-element string list containing an Amazon Resource Name (ARN)--- that uniquely identifies a Redis RDB snapshot file stored in Amazon S3.--- The snapshot file will be used to populate the node group. The Amazon S3--- object name in the ARN cannot contain any commas.+-- | A single-element string list containing an Amazon Resource Name (ARN) that uniquely identifies a Redis RDB snapshot file stored in Amazon S3. The snapshot file will be used to populate the node group. The Amazon S3 object name in the ARN cannot contain any commas. ----- __Note:__ This parameter is only valid if the 'Engine' parameter is--- 'redis'.+-- __Note:__ This parameter is only valid if the 'Engine' parameter is 'redis'. -- -- Example of an Amazon S3 ARN: 'arn:aws:s3:::my_bucket\/snapshot1.rdb' crgSnapshotARNs :: Lens' CreateReplicationGroup [Text]@@ -265,44 +231,33 @@ crgAutoMinorVersionUpgrade :: Lens' CreateReplicationGroup (Maybe Bool) crgAutoMinorVersionUpgrade = lens _crgAutoMinorVersionUpgrade (\ s a -> s{_crgAutoMinorVersionUpgrade = a}); --- | The name of the parameter group to associate with this replication--- group. If this argument is omitted, the default cache parameter group--- for the specified engine is used.+-- | The name of the parameter group to associate with this replication group. If this argument is omitted, the default cache parameter group for the specified engine is used. crgCacheParameterGroupName :: Lens' CreateReplicationGroup (Maybe Text) crgCacheParameterGroupName = lens _crgCacheParameterGroupName (\ s a -> s{_crgCacheParameterGroupName = a}); --- | The daily time range (in UTC) during which ElastiCache will begin taking--- a daily snapshot of your node group.+-- | The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your node group. -- -- Example: '05:00-09:00' ----- If you do not specify this parameter, then ElastiCache will--- automatically choose an appropriate time range.+-- If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range. ----- __Note:__ This parameter is only valid if the 'Engine' parameter is--- 'redis'.+-- __Note:__ This parameter is only valid if the 'Engine' parameter is 'redis'. crgSnapshotWindow :: Lens' CreateReplicationGroup (Maybe Text) crgSnapshotWindow = lens _crgSnapshotWindow (\ s a -> s{_crgSnapshotWindow = a}); --- | The identifier of the cache cluster that will serve as the primary for--- this replication group. This cache cluster must already exist and have a--- status of /available/.+-- | The identifier of the cache cluster that will serve as the primary for this replication group. This cache cluster must already exist and have a status of /available/. -- -- This parameter is not required if /NumCacheClusters/ is specified. crgPrimaryClusterId :: Lens' CreateReplicationGroup (Maybe Text) crgPrimaryClusterId = lens _crgPrimaryClusterId (\ s a -> s{_crgPrimaryClusterId = a}); --- | The name of the cache engine to be used for the cache clusters in this--- replication group.+-- | The name of the cache engine to be used for the cache clusters in this replication group. -- -- Default: redis crgEngine :: Lens' CreateReplicationGroup (Maybe Text) crgEngine = lens _crgEngine (\ s a -> s{_crgEngine = a}); --- | Specifies the weekly time range during which maintenance on the cache--- cluster is performed. It is specified as a range in the format--- ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window--- is a 60 minute period. Valid values for 'ddd' are:+-- | Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for 'ddd' are: -- -- -   'sun' -- -   'mon'@@ -320,84 +275,59 @@ crgCacheSubnetGroupName :: Lens' CreateReplicationGroup (Maybe Text) crgCacheSubnetGroupName = lens _crgCacheSubnetGroupName (\ s a -> s{_crgCacheSubnetGroupName = a}); --- | The number of days for which ElastiCache will retain automatic snapshots--- before deleting them. For example, if you set 'SnapshotRetentionLimit'--- to 5, then a snapshot that was taken today will be retained for 5 days--- before being deleted.+-- | The number of days for which ElastiCache will retain automatic snapshots before deleting them. For example, if you set 'SnapshotRetentionLimit' to 5, then a snapshot that was taken today will be retained for 5 days before being deleted. ----- __Note:__ This parameter is only valid if the 'Engine' parameter is--- 'redis'.+-- __Note:__ This parameter is only valid if the 'Engine' parameter is 'redis'. ----- Default: 0 (i.e., automatic backups are disabled for this cache--- cluster).+-- Default: 0 (i.e., automatic backups are disabled for this cache cluster). crgSnapshotRetentionLimit :: Lens' CreateReplicationGroup (Maybe Int) crgSnapshotRetentionLimit = lens _crgSnapshotRetentionLimit (\ s a -> s{_crgSnapshotRetentionLimit = a});  -- | The number of cache clusters this replication group will initially have. ----- If /Multi-AZ/ is 'enabled', the value of this parameter must be at least--- 2.+-- If /Multi-AZ/ is 'enabled', the value of this parameter must be at least 2. ----- The maximum permitted value for /NumCacheClusters/ is 6 (primary plus 5--- replicas). If you need to exceed this limit, please fill out the--- ElastiCache Limit Increase Request form at--- <http://aws.amazon.com/contact-us/elasticache-node-limit-request>.+-- The maximum permitted value for /NumCacheClusters/ is 6 (primary plus 5 replicas). If you need to exceed this limit, please fill out the ElastiCache Limit Increase Request form at <http://aws.amazon.com/contact-us/elasticache-node-limit-request>. crgNumCacheClusters :: Lens' CreateReplicationGroup (Maybe Int) crgNumCacheClusters = lens _crgNumCacheClusters (\ s a -> s{_crgNumCacheClusters = a}); --- | A list of EC2 availability zones in which the replication group\'s cache--- clusters will be created. The order of the availability zones in the--- list is not important.+-- | A list of EC2 availability zones in which the replication group\'s cache clusters will be created. The order of the availability zones in the list is not important. ----- If you are creating your replication group in an Amazon VPC--- (recommended), you can only locate cache clusters in availability zones--- associated with the subnets in the selected subnet group.+-- If you are creating your replication group in an Amazon VPC (recommended), you can only locate cache clusters in availability zones associated with the subnets in the selected subnet group. ----- The number of availability zones listed must equal the value of--- /NumCacheClusters/.+-- The number of availability zones listed must equal the value of /NumCacheClusters/. -- -- Default: system chosen availability zones. ----- Example: One Redis cache cluster in each of three availability zones.--- PreferredAvailabilityZones.member.1=us-west-2a--- PreferredAvailabilityZones.member.2=us-west-2c--- PreferredAvailabilityZones.member.3=us-west-2c+-- Example: One Redis cache cluster in each of three availability zones. PreferredAvailabilityZones.member.1=us-west-2a PreferredAvailabilityZones.member.2=us-west-2c PreferredAvailabilityZones.member.3=us-west-2c crgPreferredCacheClusterAZs :: Lens' CreateReplicationGroup [Text] crgPreferredCacheClusterAZs = lens _crgPreferredCacheClusterAZs (\ s a -> s{_crgPreferredCacheClusterAZs = a}) . _Default . _Coerce; --- | The name of a snapshot from which to restore data into the new node--- group. The snapshot status changes to 'restoring' while the new node--- group is being created.+-- | The name of a snapshot from which to restore data into the new node group. The snapshot status changes to 'restoring' while the new node group is being created. ----- __Note:__ This parameter is only valid if the 'Engine' parameter is--- 'redis'.+-- __Note:__ This parameter is only valid if the 'Engine' parameter is 'redis'. crgSnapshotName :: Lens' CreateReplicationGroup (Maybe Text) crgSnapshotName = lens _crgSnapshotName (\ s a -> s{_crgSnapshotName = a}); --- | The Amazon Resource Name (ARN) of the Amazon Simple Notification Service--- (SNS) topic to which notifications will be sent.+-- | The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications will be sent. -- -- The Amazon SNS topic owner must be the same as the cache cluster owner. crgNotificationTopicARN :: Lens' CreateReplicationGroup (Maybe Text) crgNotificationTopicARN = lens _crgNotificationTopicARN (\ s a -> s{_crgNotificationTopicARN = a}); --- | A list of cost allocation tags to be added to this resource. A tag is a--- key-value pair. A tag key must be accompanied by a tag value.+-- | A list of cost allocation tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value. crgTags :: Lens' CreateReplicationGroup [Tag] crgTags = lens _crgTags (\ s a -> s{_crgTags = a}) . _Default . _Coerce; --- | The port number on which each member of the replication group will--- accept connections.+-- | The port number on which each member of the replication group will accept connections. crgPort :: Lens' CreateReplicationGroup (Maybe Int) crgPort = lens _crgPort (\ s a -> s{_crgPort = a}); --- | A list of cache security group names to associate with this replication--- group.+-- | A list of cache security group names to associate with this replication group. crgCacheSecurityGroupNames :: Lens' CreateReplicationGroup [Text] crgCacheSecurityGroupNames = lens _crgCacheSecurityGroupNames (\ s a -> s{_crgCacheSecurityGroupNames = a}) . _Default . _Coerce; --- | The replication group identifier. This parameter is stored as a--- lowercase string.+-- | The replication group identifier. This parameter is stored as a lowercase string. -- -- Constraints: --
gen/Network/AWS/ElastiCache/CreateSnapshot.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /CreateSnapshot/ action creates a copy of an entire cache cluster at--- a specific moment in time.+-- The /CreateSnapshot/ action creates a copy of an entire cache cluster at a specific moment in time. module Network.AWS.ElastiCache.CreateSnapshot     (     -- * Creating a Request@@ -69,8 +68,7 @@     , _csSnapshotName = pSnapshotName_     } --- | The identifier of an existing cache cluster. The snapshot will be--- created from this cache cluster.+-- | The identifier of an existing cache cluster. The snapshot will be created from this cache cluster. csCacheClusterId :: Lens' CreateSnapshot Text csCacheClusterId = lens _csCacheClusterId (\ s a -> s{_csCacheClusterId = a}); 
gen/Network/AWS/ElastiCache/DeleteCacheCluster.hs view
@@ -18,14 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /DeleteCacheCluster/ action deletes a previously provisioned cache--- cluster. /DeleteCacheCluster/ deletes all associated cache nodes, node--- endpoints and the cache cluster itself. When you receive a successful--- response from this action, Amazon ElastiCache immediately begins--- deleting the cache cluster; you cannot cancel or revert this action.+-- The /DeleteCacheCluster/ action deletes a previously provisioned cache cluster. /DeleteCacheCluster/ deletes all associated cache nodes, node endpoints and the cache cluster itself. When you receive a successful response from this action, Amazon ElastiCache immediately begins deleting the cache cluster; you cannot cancel or revert this action. ----- This API cannot be used to delete a cache cluster that is the last read--- replica of a replication group that has Multi-AZ mode enabled.+-- This API cannot be used to delete a cache cluster that is the last read replica of a replication group that has Multi-AZ mode enabled. module Network.AWS.ElastiCache.DeleteCacheCluster     (     -- * Creating a Request@@ -74,14 +69,11 @@     , _dccCacheClusterId = pCacheClusterId_     } --- | The user-supplied name of a final cache cluster snapshot. This is the--- unique name that identifies the snapshot. ElastiCache creates the--- snapshot, and then deletes the cache cluster immediately afterward.+-- | The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward. dccFinalSnapshotIdentifier :: Lens' DeleteCacheCluster (Maybe Text) dccFinalSnapshotIdentifier = lens _dccFinalSnapshotIdentifier (\ s a -> s{_dccFinalSnapshotIdentifier = a}); --- | The cache cluster identifier for the cluster to be deleted. This--- parameter is not case sensitive.+-- | The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive. dccCacheClusterId :: Lens' DeleteCacheCluster Text dccCacheClusterId = lens _dccCacheClusterId (\ s a -> s{_dccCacheClusterId = a}); 
gen/Network/AWS/ElastiCache/DeleteCacheParameterGroup.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /DeleteCacheParameterGroup/ action deletes the specified cache--- parameter group. You cannot delete a cache parameter group if it is--- associated with any cache clusters.+-- The /DeleteCacheParameterGroup/ action deletes the specified cache parameter group. You cannot delete a cache parameter group if it is associated with any cache clusters. module Network.AWS.ElastiCache.DeleteCacheParameterGroup     (     -- * Creating a Request@@ -63,8 +61,7 @@  -- | The name of the cache parameter group to delete. ----- The specified cache security group must not be associated with any cache--- clusters.+-- The specified cache security group must not be associated with any cache clusters. dCacheParameterGroupName :: Lens' DeleteCacheParameterGroup Text dCacheParameterGroupName = lens _dCacheParameterGroupName (\ s a -> s{_dCacheParameterGroupName = a}); 
gen/Network/AWS/ElastiCache/DeleteCacheSecurityGroup.hs view
@@ -20,8 +20,7 @@ -- -- The /DeleteCacheSecurityGroup/ action deletes a cache security group. ----- You cannot delete a cache security group if it is associated with any--- cache clusters.+-- You cannot delete a cache security group if it is associated with any cache clusters. module Network.AWS.ElastiCache.DeleteCacheSecurityGroup     (     -- * Creating a Request
gen/Network/AWS/ElastiCache/DeleteCacheSubnetGroup.hs view
@@ -20,8 +20,7 @@ -- -- The /DeleteCacheSubnetGroup/ action deletes a cache subnet group. ----- You cannot delete a cache subnet group if it is associated with any--- cache clusters.+-- You cannot delete a cache subnet group if it is associated with any cache clusters. module Network.AWS.ElastiCache.DeleteCacheSubnetGroup     (     -- * Creating a Request@@ -64,8 +63,7 @@  -- | The name of the cache subnet group to delete. ----- Constraints: Must contain no more than 255 alphanumeric characters or--- hyphens.+-- Constraints: Must contain no more than 255 alphanumeric characters or hyphens. dCacheSubnetGroupName :: Lens' DeleteCacheSubnetGroup Text dCacheSubnetGroupName = lens _dCacheSubnetGroupName (\ s a -> s{_dCacheSubnetGroupName = a}); 
gen/Network/AWS/ElastiCache/DeleteReplicationGroup.hs view
@@ -18,15 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /DeleteReplicationGroup/ action deletes an existing replication--- group. By default, this action deletes the entire replication group,--- including the primary cluster and all of the read replicas. You can--- optionally delete only the read replicas, while retaining the primary--- cluster.+-- The /DeleteReplicationGroup/ action deletes an existing replication group. By default, this action deletes the entire replication group, including the primary cluster and all of the read replicas. You can optionally delete only the read replicas, while retaining the primary cluster. ----- When you receive a successful response from this action, Amazon--- ElastiCache immediately begins deleting the selected resources; you--- cannot cancel or revert this action.+-- When you receive a successful response from this action, Amazon ElastiCache immediately begins deleting the selected resources; you cannot cancel or revert this action. module Network.AWS.ElastiCache.DeleteReplicationGroup     (     -- * Creating a Request@@ -80,20 +74,15 @@     , _drgReplicationGroupId = pReplicationGroupId_     } --- | The name of a final node group snapshot. ElastiCache creates the--- snapshot from the primary node in the cluster, rather than one of the--- replicas; this is to ensure that it captures the freshest data. After--- the final snapshot is taken, the cluster is immediately deleted.+-- | The name of a final node group snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the cluster is immediately deleted. drgFinalSnapshotIdentifier :: Lens' DeleteReplicationGroup (Maybe Text) drgFinalSnapshotIdentifier = lens _drgFinalSnapshotIdentifier (\ s a -> s{_drgFinalSnapshotIdentifier = a}); --- | If set to /true/, all of the read replicas will be deleted, but the--- primary node will be retained.+-- | If set to /true/, all of the read replicas will be deleted, but the primary node will be retained. drgRetainPrimaryCluster :: Lens' DeleteReplicationGroup (Maybe Bool) drgRetainPrimaryCluster = lens _drgRetainPrimaryCluster (\ s a -> s{_drgRetainPrimaryCluster = a}); --- | The identifier for the cluster to be deleted. This parameter is not case--- sensitive.+-- | The identifier for the cluster to be deleted. This parameter is not case sensitive. drgReplicationGroupId :: Lens' DeleteReplicationGroup Text drgReplicationGroupId = lens _drgReplicationGroupId (\ s a -> s{_drgReplicationGroupId = a}); 
gen/Network/AWS/ElastiCache/DeleteSnapshot.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /DeleteSnapshot/ action deletes an existing snapshot. When you--- receive a successful response from this action, ElastiCache immediately--- begins deleting the snapshot; you cannot cancel or revert this action.+-- The /DeleteSnapshot/ action deletes an existing snapshot. When you receive a successful response from this action, ElastiCache immediately begins deleting the snapshot; you cannot cancel or revert this action. module Network.AWS.ElastiCache.DeleteSnapshot     (     -- * Creating a Request
gen/Network/AWS/ElastiCache/DescribeCacheClusters.hs view
@@ -18,30 +18,17 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /DescribeCacheClusters/ action returns information about all--- provisioned cache clusters if no cache cluster identifier is specified,--- or about a specific cache cluster if a cache cluster identifier is--- supplied.+-- The /DescribeCacheClusters/ action returns information about all provisioned cache clusters if no cache cluster identifier is specified, or about a specific cache cluster if a cache cluster identifier is supplied. ----- By default, abbreviated information about the cache clusters(s) will be--- returned. You can use the optional /ShowDetails/ flag to retrieve--- detailed information about the cache nodes associated with the cache--- clusters. These details include the DNS address and port for the cache--- node endpoint.+-- By default, abbreviated information about the cache clusters(s) will be returned. You can use the optional /ShowDetails/ flag to retrieve detailed information about the cache nodes associated with the cache clusters. These details include the DNS address and port for the cache node endpoint. ----- If the cluster is in the CREATING state, only cluster level information--- will be displayed until all of the nodes are successfully provisioned.+-- If the cluster is in the CREATING state, only cluster level information will be displayed until all of the nodes are successfully provisioned. ----- If the cluster is in the DELETING state, only cluster level information--- will be displayed.+-- If the cluster is in the DELETING state, only cluster level information will be displayed. ----- If cache nodes are currently being added to the cache cluster, node--- endpoint information and creation time for the additional nodes will not--- be displayed until they are completely provisioned. When the cache--- cluster state is /available/, the cluster is ready for use.+-- If cache nodes are currently being added to the cache cluster, node endpoint information and creation time for the additional nodes will not be displayed until they are completely provisioned. When the cache cluster state is /available/, the cluster is ready for use. ----- If cache nodes are currently being removed from the cache cluster, no--- endpoint information for the removed nodes is displayed.+-- If cache nodes are currently being removed from the cache cluster, no endpoint information for the removed nodes is displayed. -- -- This operation returns paginated results. module Network.AWS.ElastiCache.DescribeCacheClusters@@ -103,22 +90,15 @@     , _dShowCacheNodeInfo = Nothing     } --- | The user-supplied cluster identifier. If this parameter is specified,--- only information about that specific cache cluster is returned. This--- parameter isn\'t case sensitive.+-- | The user-supplied cluster identifier. If this parameter is specified, only information about that specific cache cluster is returned. This parameter isn\'t case sensitive. dCacheClusterId :: Lens' DescribeCacheClusters (Maybe Text) dCacheClusterId = lens _dCacheClusterId (\ s a -> s{_dCacheClusterId = a}); --- | An optional marker returned from a prior request. Use this marker for--- pagination of results from this action. If this parameter is specified,--- the response includes only records beyond the marker, up to the value--- specified by /MaxRecords/.+-- | An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by /MaxRecords/. dMarker :: Lens' DescribeCacheClusters (Maybe Text) dMarker = lens _dMarker (\ s a -> s{_dMarker = a}); --- | The maximum number of records to include in the response. If more--- records exist than the specified 'MaxRecords' value, a marker is--- included in the response so that the remaining results can be retrieved.+-- | The maximum number of records to include in the response. If more records exist than the specified 'MaxRecords' value, a marker is included in the response so that the remaining results can be retrieved. -- -- Default: 100 --@@ -126,8 +106,7 @@ dMaxRecords :: Lens' DescribeCacheClusters (Maybe Int) dMaxRecords = lens _dMaxRecords (\ s a -> s{_dMaxRecords = a}); --- | An optional flag that can be included in the DescribeCacheCluster--- request to retrieve information about the individual cache nodes.+-- | An optional flag that can be included in the DescribeCacheCluster request to retrieve information about the individual cache nodes. dShowCacheNodeInfo :: Lens' DescribeCacheClusters (Maybe Bool) dShowCacheNodeInfo = lens _dShowCacheNodeInfo (\ s a -> s{_dShowCacheNodeInfo = a}); @@ -197,8 +176,7 @@     , _drsResponseStatus = pResponseStatus_     } --- | A list of cache clusters. Each item in the list contains detailed--- information about one cache cluster.+-- | A list of cache clusters. Each item in the list contains detailed information about one cache cluster. drsCacheClusters :: Lens' DescribeCacheClustersResponse [CacheCluster] drsCacheClusters = lens _drsCacheClusters (\ s a -> s{_drsCacheClusters = a}) . _Default . _Coerce; 
gen/Network/AWS/ElastiCache/DescribeCacheEngineVersions.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /DescribeCacheEngineVersions/ action returns a list of the available--- cache engines and their versions.+-- The /DescribeCacheEngineVersions/ action returns a list of the available cache engines and their versions. -- -- This operation returns paginated results. module Network.AWS.ElastiCache.DescribeCacheEngineVersions@@ -97,8 +96,7 @@ dcevEngineVersion :: Lens' DescribeCacheEngineVersions (Maybe Text) dcevEngineVersion = lens _dcevEngineVersion (\ s a -> s{_dcevEngineVersion = a}); --- | The name of a specific cache parameter group family to return details--- for.+-- | The name of a specific cache parameter group family to return details for. -- -- Constraints: --@@ -108,8 +106,7 @@ dcevCacheParameterGroupFamily :: Lens' DescribeCacheEngineVersions (Maybe Text) dcevCacheParameterGroupFamily = lens _dcevCacheParameterGroupFamily (\ s a -> s{_dcevCacheParameterGroupFamily = a}); --- | If /true/, specifies that only the default version of the specified--- engine or engine and major version combination is to be returned.+-- | If /true/, specifies that only the default version of the specified engine or engine and major version combination is to be returned. dcevDefaultOnly :: Lens' DescribeCacheEngineVersions (Maybe Bool) dcevDefaultOnly = lens _dcevDefaultOnly (\ s a -> s{_dcevDefaultOnly = a}); @@ -117,16 +114,11 @@ dcevEngine :: Lens' DescribeCacheEngineVersions (Maybe Text) dcevEngine = lens _dcevEngine (\ s a -> s{_dcevEngine = a}); --- | An optional marker returned from a prior request. Use this marker for--- pagination of results from this action. If this parameter is specified,--- the response includes only records beyond the marker, up to the value--- specified by /MaxRecords/.+-- | An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by /MaxRecords/. dcevMarker :: Lens' DescribeCacheEngineVersions (Maybe Text) dcevMarker = lens _dcevMarker (\ s a -> s{_dcevMarker = a}); --- | The maximum number of records to include in the response. If more--- records exist than the specified 'MaxRecords' value, a marker is--- included in the response so that the remaining results can be retrieved.+-- | The maximum number of records to include in the response. If more records exist than the specified 'MaxRecords' value, a marker is included in the response so that the remaining results can be retrieved. -- -- Default: 100 --@@ -206,8 +198,7 @@     , _dcevrsResponseStatus = pResponseStatus_     } --- | A list of cache engine version details. Each element in the list--- contains detailed information about one cache engine version.+-- | A list of cache engine version details. Each element in the list contains detailed information about one cache engine version. dcevrsCacheEngineVersions :: Lens' DescribeCacheEngineVersionsResponse [CacheEngineVersion] dcevrsCacheEngineVersions = lens _dcevrsCacheEngineVersions (\ s a -> s{_dcevrsCacheEngineVersions = a}) . _Default . _Coerce; 
gen/Network/AWS/ElastiCache/DescribeCacheParameterGroups.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /DescribeCacheParameterGroups/ action returns a list of cache--- parameter group descriptions. If a cache parameter group name is--- specified, the list will contain only the descriptions for that group.+-- The /DescribeCacheParameterGroups/ action returns a list of cache parameter group descriptions. If a cache parameter group name is specified, the list will contain only the descriptions for that group. -- -- This operation returns paginated results. module Network.AWS.ElastiCache.DescribeCacheParameterGroups@@ -81,16 +79,11 @@ dcpgCacheParameterGroupName :: Lens' DescribeCacheParameterGroups (Maybe Text) dcpgCacheParameterGroupName = lens _dcpgCacheParameterGroupName (\ s a -> s{_dcpgCacheParameterGroupName = a}); --- | An optional marker returned from a prior request. Use this marker for--- pagination of results from this action. If this parameter is specified,--- the response includes only records beyond the marker, up to the value--- specified by /MaxRecords/.+-- | An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by /MaxRecords/. dcpgMarker :: Lens' DescribeCacheParameterGroups (Maybe Text) dcpgMarker = lens _dcpgMarker (\ s a -> s{_dcpgMarker = a}); --- | The maximum number of records to include in the response. If more--- records exist than the specified 'MaxRecords' value, a marker is--- included in the response so that the remaining results can be retrieved.+-- | The maximum number of records to include in the response. If more records exist than the specified 'MaxRecords' value, a marker is included in the response so that the remaining results can be retrieved. -- -- Default: 100 --@@ -169,8 +162,7 @@     , _dcpgrsResponseStatus = pResponseStatus_     } --- | A list of cache parameter groups. Each element in the list contains--- detailed information about one cache parameter group.+-- | A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group. dcpgrsCacheParameterGroups :: Lens' DescribeCacheParameterGroupsResponse [CacheParameterGroup] dcpgrsCacheParameterGroups = lens _dcpgrsCacheParameterGroups (\ s a -> s{_dcpgrsCacheParameterGroups = a}) . _Default . _Coerce; 
gen/Network/AWS/ElastiCache/DescribeCacheParameters.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /DescribeCacheParameters/ action returns the detailed parameter list--- for a particular cache parameter group.+-- The /DescribeCacheParameters/ action returns the detailed parameter list for a particular cache parameter group. -- -- This operation returns paginated results. module Network.AWS.ElastiCache.DescribeCacheParameters@@ -83,16 +82,11 @@     , _dcpCacheParameterGroupName = pCacheParameterGroupName_     } --- | An optional marker returned from a prior request. Use this marker for--- pagination of results from this action. If this parameter is specified,--- the response includes only records beyond the marker, up to the value--- specified by /MaxRecords/.+-- | An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by /MaxRecords/. dcpMarker :: Lens' DescribeCacheParameters (Maybe Text) dcpMarker = lens _dcpMarker (\ s a -> s{_dcpMarker = a}); --- | The maximum number of records to include in the response. If more--- records exist than the specified 'MaxRecords' value, a marker is--- included in the response so that the remaining results can be retrieved.+-- | The maximum number of records to include in the response. If more records exist than the specified 'MaxRecords' value, a marker is included in the response so that the remaining results can be retrieved. -- -- Default: 100 --@@ -188,8 +182,7 @@     , _dcprsResponseStatus = pResponseStatus_     } --- | A list of parameters specific to a particular cache node type. Each--- element in the list contains detailed information about one parameter.+-- | A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter. dcprsCacheNodeTypeSpecificParameters :: Lens' DescribeCacheParametersResponse [CacheNodeTypeSpecificParameter] dcprsCacheNodeTypeSpecificParameters = lens _dcprsCacheNodeTypeSpecificParameters (\ s a -> s{_dcprsCacheNodeTypeSpecificParameters = a}) . _Default . _Coerce; 
gen/Network/AWS/ElastiCache/DescribeCacheSecurityGroups.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /DescribeCacheSecurityGroups/ action returns a list of cache--- security group descriptions. If a cache security group name is--- specified, the list will contain only the description of that group.+-- The /DescribeCacheSecurityGroups/ action returns a list of cache security group descriptions. If a cache security group name is specified, the list will contain only the description of that group. -- -- This operation returns paginated results. module Network.AWS.ElastiCache.DescribeCacheSecurityGroups@@ -81,16 +79,11 @@ dcsgsCacheSecurityGroupName :: Lens' DescribeCacheSecurityGroups (Maybe Text) dcsgsCacheSecurityGroupName = lens _dcsgsCacheSecurityGroupName (\ s a -> s{_dcsgsCacheSecurityGroupName = a}); --- | An optional marker returned from a prior request. Use this marker for--- pagination of results from this action. If this parameter is specified,--- the response includes only records beyond the marker, up to the value--- specified by /MaxRecords/.+-- | An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by /MaxRecords/. dcsgsMarker :: Lens' DescribeCacheSecurityGroups (Maybe Text) dcsgsMarker = lens _dcsgsMarker (\ s a -> s{_dcsgsMarker = a}); --- | The maximum number of records to include in the response. If more--- records exist than the specified 'MaxRecords' value, a marker is--- included in the response so that the remaining results can be retrieved.+-- | The maximum number of records to include in the response. If more records exist than the specified 'MaxRecords' value, a marker is included in the response so that the remaining results can be retrieved. -- -- Default: 100 --@@ -168,8 +161,7 @@     , _dcsgsrsResponseStatus = pResponseStatus_     } --- | A list of cache security groups. Each element in the list contains--- detailed information about one group.+-- | A list of cache security groups. Each element in the list contains detailed information about one group. dcsgsrsCacheSecurityGroups :: Lens' DescribeCacheSecurityGroupsResponse [CacheSecurityGroup] dcsgsrsCacheSecurityGroups = lens _dcsgsrsCacheSecurityGroups (\ s a -> s{_dcsgsrsCacheSecurityGroups = a}) . _Default . _Coerce; 
gen/Network/AWS/ElastiCache/DescribeCacheSubnetGroups.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /DescribeCacheSubnetGroups/ action returns a list of cache subnet--- group descriptions. If a subnet group name is specified, the list will--- contain only the description of that group.+-- The /DescribeCacheSubnetGroups/ action returns a list of cache subnet group descriptions. If a subnet group name is specified, the list will contain only the description of that group. -- -- This operation returns paginated results. module Network.AWS.ElastiCache.DescribeCacheSubnetGroups@@ -81,16 +79,11 @@ dcsgCacheSubnetGroupName :: Lens' DescribeCacheSubnetGroups (Maybe Text) dcsgCacheSubnetGroupName = lens _dcsgCacheSubnetGroupName (\ s a -> s{_dcsgCacheSubnetGroupName = a}); --- | An optional marker returned from a prior request. Use this marker for--- pagination of results from this action. If this parameter is specified,--- the response includes only records beyond the marker, up to the value--- specified by /MaxRecords/.+-- | An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by /MaxRecords/. dcsgMarker :: Lens' DescribeCacheSubnetGroups (Maybe Text) dcsgMarker = lens _dcsgMarker (\ s a -> s{_dcsgMarker = a}); --- | The maximum number of records to include in the response. If more--- records exist than the specified 'MaxRecords' value, a marker is--- included in the response so that the remaining results can be retrieved.+-- | The maximum number of records to include in the response. If more records exist than the specified 'MaxRecords' value, a marker is included in the response so that the remaining results can be retrieved. -- -- Default: 100 --@@ -170,8 +163,7 @@ dcsgrsMarker :: Lens' DescribeCacheSubnetGroupsResponse (Maybe Text) dcsgrsMarker = lens _dcsgrsMarker (\ s a -> s{_dcsgrsMarker = a}); --- | A list of cache subnet groups. Each element in the list contains--- detailed information about one group.+-- | A list of cache subnet groups. Each element in the list contains detailed information about one group. dcsgrsCacheSubnetGroups :: Lens' DescribeCacheSubnetGroupsResponse [CacheSubnetGroup] dcsgrsCacheSubnetGroups = lens _dcsgrsCacheSubnetGroups (\ s a -> s{_dcsgrsCacheSubnetGroups = a}) . _Default . _Coerce; 
gen/Network/AWS/ElastiCache/DescribeEngineDefaultParameters.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /DescribeEngineDefaultParameters/ action returns the default engine--- and system parameter information for the specified cache engine.+-- The /DescribeEngineDefaultParameters/ action returns the default engine and system parameter information for the specified cache engine. -- -- This operation returns paginated results. module Network.AWS.ElastiCache.DescribeEngineDefaultParameters@@ -76,16 +75,11 @@     , _dedpCacheParameterGroupFamily = pCacheParameterGroupFamily_     } --- | An optional marker returned from a prior request. Use this marker for--- pagination of results from this action. If this parameter is specified,--- the response includes only records beyond the marker, up to the value--- specified by /MaxRecords/.+-- | An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by /MaxRecords/. dedpMarker :: Lens' DescribeEngineDefaultParameters (Maybe Text) dedpMarker = lens _dedpMarker (\ s a -> s{_dedpMarker = a}); --- | The maximum number of records to include in the response. If more--- records exist than the specified 'MaxRecords' value, a marker is--- included in the response so that the remaining results can be retrieved.+-- | The maximum number of records to include in the response. If more records exist than the specified 'MaxRecords' value, a marker is included in the response so that the remaining results can be retrieved. -- -- Default: 100 --@@ -93,8 +87,7 @@ dedpMaxRecords :: Lens' DescribeEngineDefaultParameters (Maybe Int) dedpMaxRecords = lens _dedpMaxRecords (\ s a -> s{_dedpMaxRecords = a}); --- | The name of the cache parameter group family. Valid values are:--- 'memcached1.4' | 'redis2.6' | 'redis2.8'+-- | The name of the cache parameter group family. Valid values are: 'memcached1.4' | 'redis2.6' | 'redis2.8' dedpCacheParameterGroupFamily :: Lens' DescribeEngineDefaultParameters Text dedpCacheParameterGroupFamily = lens _dedpCacheParameterGroupFamily (\ s a -> s{_dedpCacheParameterGroupFamily = a}); 
gen/Network/AWS/ElastiCache/DescribeEvents.hs view
@@ -18,13 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /DescribeEvents/ action returns events related to cache clusters,--- cache security groups, and cache parameter groups. You can obtain events--- specific to a particular cache cluster, cache security group, or cache--- parameter group by providing the name as a parameter.+-- The /DescribeEvents/ action returns events related to cache clusters, cache security groups, and cache parameter groups. You can obtain events specific to a particular cache cluster, cache security group, or cache parameter group by providing the name as a parameter. ----- By default, only the events occurring within the last hour are returned;--- however, you can retrieve up to 14 days\' worth of events if necessary.+-- By default, only the events occurring within the last hour are returned; however, you can retrieve up to 14 days\' worth of events if necessary. -- -- This operation returns paginated results. module Network.AWS.ElastiCache.DescribeEvents@@ -101,34 +97,25 @@     , _deDuration = Nothing     } --- | The beginning of the time interval to retrieve events for, specified in--- ISO 8601 format.+-- | The beginning of the time interval to retrieve events for, specified in ISO 8601 format. deStartTime :: Lens' DescribeEvents (Maybe UTCTime) deStartTime = lens _deStartTime (\ s a -> s{_deStartTime = a}) . mapping _Time; --- | The event source to retrieve events for. If no value is specified, all--- events are returned.+-- | The event source to retrieve events for. If no value is specified, all events are returned. ----- Valid values are: 'cache-cluster' | 'cache-parameter-group' |--- 'cache-security-group' | 'cache-subnet-group'+-- Valid values are: 'cache-cluster' | 'cache-parameter-group' | 'cache-security-group' | 'cache-subnet-group' deSourceType :: Lens' DescribeEvents (Maybe SourceType) deSourceType = lens _deSourceType (\ s a -> s{_deSourceType = a}); --- | The identifier of the event source for which events will be returned. If--- not specified, then all sources are included in the response.+-- | The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response. deSourceIdentifier :: Lens' DescribeEvents (Maybe Text) deSourceIdentifier = lens _deSourceIdentifier (\ s a -> s{_deSourceIdentifier = a}); --- | An optional marker returned from a prior request. Use this marker for--- pagination of results from this action. If this parameter is specified,--- the response includes only records beyond the marker, up to the value--- specified by /MaxRecords/.+-- | An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by /MaxRecords/. deMarker :: Lens' DescribeEvents (Maybe Text) deMarker = lens _deMarker (\ s a -> s{_deMarker = a}); --- | The maximum number of records to include in the response. If more--- records exist than the specified 'MaxRecords' value, a marker is--- included in the response so that the remaining results can be retrieved.+-- | The maximum number of records to include in the response. If more records exist than the specified 'MaxRecords' value, a marker is included in the response so that the remaining results can be retrieved. -- -- Default: 100 --@@ -136,8 +123,7 @@ deMaxRecords :: Lens' DescribeEvents (Maybe Int) deMaxRecords = lens _deMaxRecords (\ s a -> s{_deMaxRecords = a}); --- | The end of the time interval for which to retrieve events, specified in--- ISO 8601 format.+-- | The end of the time interval for which to retrieve events, specified in ISO 8601 format. deEndTime :: Lens' DescribeEvents (Maybe UTCTime) deEndTime = lens _deEndTime (\ s a -> s{_deEndTime = a}) . mapping _Time; @@ -213,8 +199,7 @@     , _dersResponseStatus = pResponseStatus_     } --- | A list of events. Each element in the list contains detailed information--- about one event.+-- | A list of events. Each element in the list contains detailed information about one event. dersEvents :: Lens' DescribeEventsResponse [Event] dersEvents = lens _dersEvents (\ s a -> s{_dersEvents = a}) . _Default . _Coerce; 
gen/Network/AWS/ElastiCache/DescribeReplicationGroups.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /DescribeReplicationGroups/ action returns information about a--- particular replication group. If no identifier is specified,--- /DescribeReplicationGroups/ returns information about all replication--- groups.+-- The /DescribeReplicationGroups/ action returns information about a particular replication group. If no identifier is specified, /DescribeReplicationGroups/ returns information about all replication groups. -- -- This operation returns paginated results. module Network.AWS.ElastiCache.DescribeReplicationGroups@@ -78,16 +75,11 @@     , _drgsReplicationGroupId = Nothing     } --- | An optional marker returned from a prior request. Use this marker for--- pagination of results from this action. If this parameter is specified,--- the response includes only records beyond the marker, up to the value--- specified by /MaxRecords/.+-- | An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by /MaxRecords/. drgsMarker :: Lens' DescribeReplicationGroups (Maybe Text) drgsMarker = lens _drgsMarker (\ s a -> s{_drgsMarker = a}); --- | The maximum number of records to include in the response. If more--- records exist than the specified 'MaxRecords' value, a marker is--- included in the response so that the remaining results can be retrieved.+-- | The maximum number of records to include in the response. If more records exist than the specified 'MaxRecords' value, a marker is included in the response so that the remaining results can be retrieved. -- -- Default: 100 --@@ -95,11 +87,9 @@ drgsMaxRecords :: Lens' DescribeReplicationGroups (Maybe Int) drgsMaxRecords = lens _drgsMaxRecords (\ s a -> s{_drgsMaxRecords = a}); --- | The identifier for the replication group to be described. This parameter--- is not case sensitive.+-- | The identifier for the replication group to be described. This parameter is not case sensitive. ----- If you do not specify this parameter, information about all replication--- groups is returned.+-- If you do not specify this parameter, information about all replication groups is returned. drgsReplicationGroupId :: Lens' DescribeReplicationGroups (Maybe Text) drgsReplicationGroupId = lens _drgsReplicationGroupId (\ s a -> s{_drgsReplicationGroupId = a}); @@ -175,8 +165,7 @@ drgrsMarker :: Lens' DescribeReplicationGroupsResponse (Maybe Text) drgrsMarker = lens _drgrsMarker (\ s a -> s{_drgrsMarker = a}); --- | A list of replication groups. Each item in the list contains detailed--- information about one replication group.+-- | A list of replication groups. Each item in the list contains detailed information about one replication group. drgrsReplicationGroups :: Lens' DescribeReplicationGroupsResponse [ReplicationGroup] drgrsReplicationGroups = lens _drgrsReplicationGroups (\ s a -> s{_drgrsReplicationGroups = a}) . _Default . _Coerce; 
gen/Network/AWS/ElastiCache/DescribeReservedCacheNodes.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /DescribeReservedCacheNodes/ action returns information about--- reserved cache nodes for this account, or about a specified reserved--- cache node.+-- The /DescribeReservedCacheNodes/ action returns information about reserved cache nodes for this account, or about a specified reserved cache node. -- -- This operation returns paginated results. module Network.AWS.ElastiCache.DescribeReservedCacheNodes@@ -102,56 +100,37 @@     , _drcnReservedCacheNodesOfferingId = Nothing     } --- | The cache node type filter value. Use this parameter to show only those--- reservations matching the specified cache node type.+-- | The cache node type filter value. Use this parameter to show only those reservations matching the specified cache node type. -- -- Valid node types are as follows: -- -- -   General purpose:---     -   Current generation: 'cache.t2.micro', 'cache.t2.small',---         'cache.t2.medium', 'cache.m3.medium', 'cache.m3.large',---         'cache.m3.xlarge', 'cache.m3.2xlarge'---     -   Previous generation: 'cache.t1.micro', 'cache.m1.small',---         'cache.m1.medium', 'cache.m1.large', 'cache.m1.xlarge'+--     -   Current generation: 'cache.t2.micro', 'cache.t2.small', 'cache.t2.medium', 'cache.m3.medium', 'cache.m3.large', 'cache.m3.xlarge', 'cache.m3.2xlarge'+--     -   Previous generation: 'cache.t1.micro', 'cache.m1.small', 'cache.m1.medium', 'cache.m1.large', 'cache.m1.xlarge' -- -   Compute optimized: 'cache.c1.xlarge' -- -   Memory optimized---     -   Current generation: 'cache.r3.large', 'cache.r3.xlarge',---         'cache.r3.2xlarge', 'cache.r3.4xlarge', 'cache.r3.8xlarge'---     -   Previous generation: 'cache.m2.xlarge', 'cache.m2.2xlarge',---         'cache.m2.4xlarge'+--     -   Current generation: 'cache.r3.large', 'cache.r3.xlarge', 'cache.r3.2xlarge', 'cache.r3.4xlarge', 'cache.r3.8xlarge'+--     -   Previous generation: 'cache.m2.xlarge', 'cache.m2.2xlarge', 'cache.m2.4xlarge' -- -- __Notes:__ ----- -   All t2 instances are created in an Amazon Virtual Private Cloud---     (VPC).+-- -   All t2 instances are created in an Amazon Virtual Private Cloud (VPC). -- -   Redis backup\/restore is not supported for t2 instances.--- -   Redis Append-only files (AOF) functionality is not supported for t1---     or t2 instances.+-- -   Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances. ----- For a complete listing of cache node types and specifications, see--- <http://aws.amazon.com/elasticache/details Amazon ElastiCache Product Features and Details>--- and--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific Cache Node Type-Specific Parameters for Memcached>--- or--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific Cache Node Type-Specific Parameters for Redis>.+-- For a complete listing of cache node types and specifications, see <http://aws.amazon.com/elasticache/details Amazon ElastiCache Product Features and Details> and <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific Cache Node Type-Specific Parameters for Memcached> or <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific Cache Node Type-Specific Parameters for Redis>. drcnCacheNodeType :: Lens' DescribeReservedCacheNodes (Maybe Text) drcnCacheNodeType = lens _drcnCacheNodeType (\ s a -> s{_drcnCacheNodeType = a}); --- | The product description filter value. Use this parameter to show only--- those reservations matching the specified product description.+-- | The product description filter value. Use this parameter to show only those reservations matching the specified product description. drcnProductDescription :: Lens' DescribeReservedCacheNodes (Maybe Text) drcnProductDescription = lens _drcnProductDescription (\ s a -> s{_drcnProductDescription = a}); --- | An optional marker returned from a prior request. Use this marker for--- pagination of results from this action. If this parameter is specified,--- the response includes only records beyond the marker, up to the value--- specified by /MaxRecords/.+-- | An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by /MaxRecords/. drcnMarker :: Lens' DescribeReservedCacheNodes (Maybe Text) drcnMarker = lens _drcnMarker (\ s a -> s{_drcnMarker = a}); --- | The maximum number of records to include in the response. If more--- records exist than the specified 'MaxRecords' value, a marker is--- included in the response so that the remaining results can be retrieved.+-- | The maximum number of records to include in the response. If more records exist than the specified 'MaxRecords' value, a marker is included in the response so that the remaining results can be retrieved. -- -- Default: 100 --@@ -159,28 +138,23 @@ drcnMaxRecords :: Lens' DescribeReservedCacheNodes (Maybe Int) drcnMaxRecords = lens _drcnMaxRecords (\ s a -> s{_drcnMaxRecords = a}); --- | The reserved cache node identifier filter value. Use this parameter to--- show only the reservation that matches the specified reservation ID.+-- | The reserved cache node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID. drcnReservedCacheNodeId :: Lens' DescribeReservedCacheNodes (Maybe Text) drcnReservedCacheNodeId = lens _drcnReservedCacheNodeId (\ s a -> s{_drcnReservedCacheNodeId = a}); --- | The offering type filter value. Use this parameter to show only the--- available offerings matching the specified offering type.+-- | The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type. ----- Valid values:--- '\"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"'+-- Valid values: '\"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"' drcnOfferingType :: Lens' DescribeReservedCacheNodes (Maybe Text) drcnOfferingType = lens _drcnOfferingType (\ s a -> s{_drcnOfferingType = a}); --- | The duration filter value, specified in years or seconds. Use this--- parameter to show only reservations for this duration.+-- | The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration. -- -- Valid Values: '1 | 3 | 31536000 | 94608000' drcnDuration :: Lens' DescribeReservedCacheNodes (Maybe Text) drcnDuration = lens _drcnDuration (\ s a -> s{_drcnDuration = a}); --- | The offering identifier filter value. Use this parameter to show only--- purchased reservations matching the specified offering identifier.+-- | The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier. drcnReservedCacheNodesOfferingId :: Lens' DescribeReservedCacheNodes (Maybe Text) drcnReservedCacheNodesOfferingId = lens _drcnReservedCacheNodesOfferingId (\ s a -> s{_drcnReservedCacheNodesOfferingId = a}); @@ -263,8 +237,7 @@ drcnrsMarker :: Lens' DescribeReservedCacheNodesResponse (Maybe Text) drcnrsMarker = lens _drcnrsMarker (\ s a -> s{_drcnrsMarker = a}); --- | A list of reserved cache nodes. Each element in the list contains--- detailed information about one node.+-- | A list of reserved cache nodes. Each element in the list contains detailed information about one node. drcnrsReservedCacheNodes :: Lens' DescribeReservedCacheNodesResponse [ReservedCacheNode] drcnrsReservedCacheNodes = lens _drcnrsReservedCacheNodes (\ s a -> s{_drcnrsReservedCacheNodes = a}) . _Default . _Coerce; 
gen/Network/AWS/ElastiCache/DescribeReservedCacheNodesOfferings.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /DescribeReservedCacheNodesOfferings/ action lists available--- reserved cache node offerings.+-- The /DescribeReservedCacheNodesOfferings/ action lists available reserved cache node offerings. -- -- This operation returns paginated results. module Network.AWS.ElastiCache.DescribeReservedCacheNodesOfferings@@ -96,56 +95,37 @@     , _drcnoReservedCacheNodesOfferingId = Nothing     } --- | The cache node type filter value. Use this parameter to show only the--- available offerings matching the specified cache node type.+-- | The cache node type filter value. Use this parameter to show only the available offerings matching the specified cache node type. -- -- Valid node types are as follows: -- -- -   General purpose:---     -   Current generation: 'cache.t2.micro', 'cache.t2.small',---         'cache.t2.medium', 'cache.m3.medium', 'cache.m3.large',---         'cache.m3.xlarge', 'cache.m3.2xlarge'---     -   Previous generation: 'cache.t1.micro', 'cache.m1.small',---         'cache.m1.medium', 'cache.m1.large', 'cache.m1.xlarge'+--     -   Current generation: 'cache.t2.micro', 'cache.t2.small', 'cache.t2.medium', 'cache.m3.medium', 'cache.m3.large', 'cache.m3.xlarge', 'cache.m3.2xlarge'+--     -   Previous generation: 'cache.t1.micro', 'cache.m1.small', 'cache.m1.medium', 'cache.m1.large', 'cache.m1.xlarge' -- -   Compute optimized: 'cache.c1.xlarge' -- -   Memory optimized---     -   Current generation: 'cache.r3.large', 'cache.r3.xlarge',---         'cache.r3.2xlarge', 'cache.r3.4xlarge', 'cache.r3.8xlarge'---     -   Previous generation: 'cache.m2.xlarge', 'cache.m2.2xlarge',---         'cache.m2.4xlarge'+--     -   Current generation: 'cache.r3.large', 'cache.r3.xlarge', 'cache.r3.2xlarge', 'cache.r3.4xlarge', 'cache.r3.8xlarge'+--     -   Previous generation: 'cache.m2.xlarge', 'cache.m2.2xlarge', 'cache.m2.4xlarge' -- -- __Notes:__ ----- -   All t2 instances are created in an Amazon Virtual Private Cloud---     (VPC).+-- -   All t2 instances are created in an Amazon Virtual Private Cloud (VPC). -- -   Redis backup\/restore is not supported for t2 instances.--- -   Redis Append-only files (AOF) functionality is not supported for t1---     or t2 instances.+-- -   Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances. ----- For a complete listing of cache node types and specifications, see--- <http://aws.amazon.com/elasticache/details Amazon ElastiCache Product Features and Details>--- and--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific Cache Node Type-Specific Parameters for Memcached>--- or--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific Cache Node Type-Specific Parameters for Redis>.+-- For a complete listing of cache node types and specifications, see <http://aws.amazon.com/elasticache/details Amazon ElastiCache Product Features and Details> and <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific Cache Node Type-Specific Parameters for Memcached> or <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific Cache Node Type-Specific Parameters for Redis>. drcnoCacheNodeType :: Lens' DescribeReservedCacheNodesOfferings (Maybe Text) drcnoCacheNodeType = lens _drcnoCacheNodeType (\ s a -> s{_drcnoCacheNodeType = a}); --- | The product description filter value. Use this parameter to show only--- the available offerings matching the specified product description.+-- | The product description filter value. Use this parameter to show only the available offerings matching the specified product description. drcnoProductDescription :: Lens' DescribeReservedCacheNodesOfferings (Maybe Text) drcnoProductDescription = lens _drcnoProductDescription (\ s a -> s{_drcnoProductDescription = a}); --- | An optional marker returned from a prior request. Use this marker for--- pagination of results from this action. If this parameter is specified,--- the response includes only records beyond the marker, up to the value--- specified by /MaxRecords/.+-- | An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by /MaxRecords/. drcnoMarker :: Lens' DescribeReservedCacheNodesOfferings (Maybe Text) drcnoMarker = lens _drcnoMarker (\ s a -> s{_drcnoMarker = a}); --- | The maximum number of records to include in the response. If more--- records exist than the specified 'MaxRecords' value, a marker is--- included in the response so that the remaining results can be retrieved.+-- | The maximum number of records to include in the response. If more records exist than the specified 'MaxRecords' value, a marker is included in the response so that the remaining results can be retrieved. -- -- Default: 100 --@@ -153,24 +133,19 @@ drcnoMaxRecords :: Lens' DescribeReservedCacheNodesOfferings (Maybe Int) drcnoMaxRecords = lens _drcnoMaxRecords (\ s a -> s{_drcnoMaxRecords = a}); --- | The offering type filter value. Use this parameter to show only the--- available offerings matching the specified offering type.+-- | The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type. ----- Valid Values:--- '\"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"'+-- Valid Values: '\"Light Utilization\"|\"Medium Utilization\"|\"Heavy Utilization\"' drcnoOfferingType :: Lens' DescribeReservedCacheNodesOfferings (Maybe Text) drcnoOfferingType = lens _drcnoOfferingType (\ s a -> s{_drcnoOfferingType = a}); --- | Duration filter value, specified in years or seconds. Use this parameter--- to show only reservations for a given duration.+-- | Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration. -- -- Valid Values: '1 | 3 | 31536000 | 94608000' drcnoDuration :: Lens' DescribeReservedCacheNodesOfferings (Maybe Text) drcnoDuration = lens _drcnoDuration (\ s a -> s{_drcnoDuration = a}); --- | The offering identifier filter value. Use this parameter to show only--- the available offering that matches the specified reservation--- identifier.+-- | The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier. -- -- Example: '438012d3-4052-4cc7-b2e3-8d3372e0e706' drcnoReservedCacheNodesOfferingId :: Lens' DescribeReservedCacheNodesOfferings (Maybe Text)@@ -261,8 +236,7 @@ drcnorsMarker :: Lens' DescribeReservedCacheNodesOfferingsResponse (Maybe Text) drcnorsMarker = lens _drcnorsMarker (\ s a -> s{_drcnorsMarker = a}); --- | A list of reserved cache node offerings. Each element in the list--- contains detailed information about one offering.+-- | A list of reserved cache node offerings. Each element in the list contains detailed information about one offering. drcnorsReservedCacheNodesOfferings :: Lens' DescribeReservedCacheNodesOfferingsResponse [ReservedCacheNodesOffering] drcnorsReservedCacheNodesOfferings = lens _drcnorsReservedCacheNodesOfferings (\ s a -> s{_drcnorsReservedCacheNodesOfferings = a}) . _Default . _Coerce; 
gen/Network/AWS/ElastiCache/DescribeSnapshots.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /DescribeSnapshots/ action returns information about cache cluster--- snapshots. By default, /DescribeSnapshots/ lists all of your snapshots;--- it can optionally describe a single snapshot, or just the snapshots--- associated with a particular cache cluster.+-- The /DescribeSnapshots/ action returns information about cache cluster snapshots. By default, /DescribeSnapshots/ lists all of your snapshots; it can optionally describe a single snapshot, or just the snapshots associated with a particular cache cluster. -- -- This operation returns paginated results. module Network.AWS.ElastiCache.DescribeSnapshots@@ -88,21 +85,15 @@     , _dsSnapshotSource = Nothing     } --- | A user-supplied cluster identifier. If this parameter is specified, only--- snapshots associated with that specific cache cluster will be described.+-- | A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described. dsCacheClusterId :: Lens' DescribeSnapshots (Maybe Text) dsCacheClusterId = lens _dsCacheClusterId (\ s a -> s{_dsCacheClusterId = a}); --- | An optional marker returned from a prior request. Use this marker for--- pagination of results from this action. If this parameter is specified,--- the response includes only records beyond the marker, up to the value--- specified by /MaxRecords/.+-- | An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by /MaxRecords/. dsMarker :: Lens' DescribeSnapshots (Maybe Text) dsMarker = lens _dsMarker (\ s a -> s{_dsMarker = a}); --- | The maximum number of records to include in the response. If more--- records exist than the specified 'MaxRecords' value, a marker is--- included in the response so that the remaining results can be retrieved.+-- | The maximum number of records to include in the response. If more records exist than the specified 'MaxRecords' value, a marker is included in the response so that the remaining results can be retrieved. -- -- Default: 50 --@@ -110,15 +101,11 @@ dsMaxRecords :: Lens' DescribeSnapshots (Maybe Int) dsMaxRecords = lens _dsMaxRecords (\ s a -> s{_dsMaxRecords = a}); --- | A user-supplied name of the snapshot. If this parameter is specified,--- only this snapshot will be described.+-- | A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described. dsSnapshotName :: Lens' DescribeSnapshots (Maybe Text) dsSnapshotName = lens _dsSnapshotName (\ s a -> s{_dsSnapshotName = a}); --- | If set to 'system', the output shows snapshots that were automatically--- created by ElastiCache. If set to 'user' the output shows snapshots that--- were manually created. If omitted, the output shows both automatically--- and manually created snapshots.+-- | If set to 'system', the output shows snapshots that were automatically created by ElastiCache. If set to 'user' the output shows snapshots that were manually created. If omitted, the output shows both automatically and manually created snapshots. dsSnapshotSource :: Lens' DescribeSnapshots (Maybe Text) dsSnapshotSource = lens _dsSnapshotSource (\ s a -> s{_dsSnapshotSource = a}); @@ -189,15 +176,11 @@     , _dssrsResponseStatus = pResponseStatus_     } --- | A list of snapshots. Each item in the list contains detailed information--- about one snapshot.+-- | A list of snapshots. Each item in the list contains detailed information about one snapshot. dssrsSnapshots :: Lens' DescribeSnapshotsResponse [Snapshot] dssrsSnapshots = lens _dssrsSnapshots (\ s a -> s{_dssrsSnapshots = a}) . _Default . _Coerce; --- | An optional marker returned from a prior request. Use this marker for--- pagination of results from this action. If this parameter is specified,--- the response includes only records beyond the marker, up to the value--- specified by /MaxRecords/.+-- | An optional marker returned from a prior request. Use this marker for pagination of results from this action. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by /MaxRecords/. dssrsMarker :: Lens' DescribeSnapshotsResponse (Maybe Text) dssrsMarker = lens _dssrsMarker (\ s a -> s{_dssrsMarker = a}); 
gen/Network/AWS/ElastiCache/ListAllowedNodeTypeModifications.hs view
@@ -18,14 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The 'ListAllowedNodeTypeModifications' action lists all available node--- types that you can scale your Redis cluster\'s or replication group\'s--- current node type up to.+-- The 'ListAllowedNodeTypeModifications' action lists all available node types that you can scale your Redis cluster\'s or replication group\'s current node type up to. ----- When you use the 'ModifyCacheCluster' or 'ModifyReplicationGroup' APIs--- to scale up your cluster or replication group, the value of the--- /CacheNodeType/ parameter must be one of the node types returned by this--- action.+-- When you use the 'ModifyCacheCluster' or 'ModifyReplicationGroup' APIs to scale up your cluster or replication group, the value of the /CacheNodeType/ parameter must be one of the node types returned by this action. module Network.AWS.ElastiCache.ListAllowedNodeTypeModifications     (     -- * Creating a Request@@ -73,25 +68,17 @@     , _lantmReplicationGroupId = Nothing     } --- | The name of the cache cluster you want to scale up to a larger node--- instanced type. ElastiCache uses the cluster id to identify the current--- node type of this cluster and from that to to create a list of node--- types you can scale up to.+-- | The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to. -- -- __Important:__--- You must provide a value for either the /CacheClusterId/ or the--- /ReplicationGroupId/.+-- You must provide a value for either the /CacheClusterId/ or the /ReplicationGroupId/. lantmCacheClusterId :: Lens' ListAllowedNodeTypeModifications (Maybe Text) lantmCacheClusterId = lens _lantmCacheClusterId (\ s a -> s{_lantmCacheClusterId = a}); --- | The name of the replication group want to scale up to a larger node--- type. ElastiCache uses the replication group id to identify the current--- node type being used by this replication group, and from that to create--- a list of node types you can scale up to.+-- | The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to. -- -- __Important:__--- You must provide a value for either the /CacheClusterId/ or the--- /ReplicationGroupId/.+-- You must provide a value for either the /CacheClusterId/ or the /ReplicationGroupId/. lantmReplicationGroupId :: Lens' ListAllowedNodeTypeModifications (Maybe Text) lantmReplicationGroupId = lens _lantmReplicationGroupId (\ s a -> s{_lantmReplicationGroupId = a}); @@ -131,8 +118,7 @@                "CacheClusterId" =: _lantmCacheClusterId,                "ReplicationGroupId" =: _lantmReplicationGroupId] --- | Represents the allowed node types you can use to modify your cache--- cluster or replication group.+-- | Represents the allowed node types you can use to modify your cache cluster or replication group. -- -- /See:/ 'listAllowedNodeTypeModificationsResponse' smart constructor. data ListAllowedNodeTypeModificationsResponse = ListAllowedNodeTypeModificationsResponse'@@ -156,12 +142,9 @@     , _lantmrsResponseStatus = pResponseStatus_     } --- | A string list, each element of which specifies a cache node type which--- you can use to scale your cache cluster or replication group.+-- | A string list, each element of which specifies a cache node type which you can use to scale your cache cluster or replication group. ----- When scaling up a Redis cluster or replication group using--- 'ModifyCacheCluster' or 'ModifyReplicationGroup', use a value from this--- list for the /CacheNodeType/ parameter.+-- When scaling up a Redis cluster or replication group using 'ModifyCacheCluster' or 'ModifyReplicationGroup', use a value from this list for the /CacheNodeType/ parameter. lantmrsScaleUpModifications :: Lens' ListAllowedNodeTypeModificationsResponse [Text] lantmrsScaleUpModifications = lens _lantmrsScaleUpModifications (\ s a -> s{_lantmrsScaleUpModifications = a}) . _Default . _Coerce; 
gen/Network/AWS/ElastiCache/ListTagsForResource.hs view
@@ -18,14 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /ListTagsForResource/ action lists all cost allocation tags--- currently on the named resource. A /cost allocation tag/ is a key-value--- pair where the key is case-sensitive and the value is optional. Cost--- allocation tags can be used to categorize and track your AWS costs.+-- The /ListTagsForResource/ action lists all cost allocation tags currently on the named resource. A /cost allocation tag/ is a key-value pair where the key is case-sensitive and the value is optional. Cost allocation tags can be used to categorize and track your AWS costs. ----- You can have a maximum of 10 cost allocation tags on an ElastiCache--- resource. For more information, see--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/BestPractices.html Using Cost Allocation Tags in Amazon ElastiCache>.+-- You can have a maximum of 10 cost allocation tags on an ElastiCache resource. For more information, see <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/BestPractices.html Using Cost Allocation Tags in Amazon ElastiCache>. module Network.AWS.ElastiCache.ListTagsForResource     (     -- * Creating a Request@@ -68,13 +63,9 @@     { _ltfrResourceName = pResourceName_     } --- | The Amazon Resource Name (ARN) of the resource for which you want the--- list of tags, for example--- 'arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster' or--- 'arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot'.+-- | The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example 'arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster' or 'arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot'. ----- For more information on ARNs, go to--- <http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html Amazon Resource Names (ARNs) and AWS Service Namespaces>.+-- For more information on ARNs, go to <http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html Amazon Resource Names (ARNs) and AWS Service Namespaces>. ltfrResourceName :: Lens' ListTagsForResource Text ltfrResourceName = lens _ltfrResourceName (\ s a -> s{_ltfrResourceName = a}); 
gen/Network/AWS/ElastiCache/ModifyCacheCluster.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /ModifyCacheCluster/ action modifies the settings for a cache--- cluster. You can use this action to change one or more cluster--- configuration parameters by specifying the parameters and the new--- values.+-- The /ModifyCacheCluster/ action modifies the settings for a cache cluster. You can use this action to change one or more cluster configuration parameters by specifying the parameters and the new values. module Network.AWS.ElastiCache.ModifyCacheCluster     (     -- * Creating a Request@@ -147,24 +144,17 @@  -- | The upgraded version of the cache engine to be run on the cache nodes. ----- __Important:__ You can upgrade to a newer engine version (see--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/SelectEngine.html#VersionManagement Selecting a Cache Engine and Version>),--- but you cannot downgrade to an earlier engine version. If you want to--- use an earlier engine version, you must delete the existing cache--- cluster and create it anew with the earlier engine version.+-- __Important:__ You can upgrade to a newer engine version (see <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/SelectEngine.html#VersionManagement Selecting a Cache Engine and Version>), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cache cluster and create it anew with the earlier engine version. mccEngineVersion :: Lens' ModifyCacheCluster (Maybe Text) mccEngineVersion = lens _mccEngineVersion (\ s a -> s{_mccEngineVersion = a}); --- | A valid cache node type that you want to scale this cache cluster to.--- The value of this parameter must be one of the /ScaleUpModifications/--- values returned by the 'ListAllowedCacheNodeTypeModification' action.+-- | A valid cache node type that you want to scale this cache cluster to. The value of this parameter must be one of the /ScaleUpModifications/ values returned by the 'ListAllowedCacheNodeTypeModification' action. mccCacheNodeType :: Lens' ModifyCacheCluster (Maybe Text) mccCacheNodeType = lens _mccCacheNodeType (\ s a -> s{_mccCacheNodeType = a});  -- | Specifies the VPC Security Groups associated with the cache cluster. ----- This parameter can be used only with clusters that are created in an--- Amazon Virtual Private Cloud (VPC).+-- This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (VPC). mccSecurityGroupIds :: Lens' ModifyCacheCluster [Text] mccSecurityGroupIds = lens _mccSecurityGroupIds (\ s a -> s{_mccSecurityGroupIds = a}) . _Default . _Coerce; @@ -172,87 +162,59 @@ mccAutoMinorVersionUpgrade :: Lens' ModifyCacheCluster (Maybe Bool) mccAutoMinorVersionUpgrade = lens _mccAutoMinorVersionUpgrade (\ s a -> s{_mccAutoMinorVersionUpgrade = a}); --- | The name of the cache parameter group to apply to this cache cluster.--- This change is asynchronously applied as soon as possible for parameters--- when the /ApplyImmediately/ parameter is specified as /true/ for this--- request.+-- | The name of the cache parameter group to apply to this cache cluster. This change is asynchronously applied as soon as possible for parameters when the /ApplyImmediately/ parameter is specified as /true/ for this request. mccCacheParameterGroupName :: Lens' ModifyCacheCluster (Maybe Text) mccCacheParameterGroupName = lens _mccCacheParameterGroupName (\ s a -> s{_mccCacheParameterGroupName = a}); --- | The daily time range (in UTC) during which ElastiCache will begin taking--- a daily snapshot of your cache cluster.+-- | The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster. mccSnapshotWindow :: Lens' ModifyCacheCluster (Maybe Text) mccSnapshotWindow = lens _mccSnapshotWindow (\ s a -> s{_mccSnapshotWindow = a}); --- | The list of Availability Zones where the new Memcached cache nodes will--- be created.+-- | The list of Availability Zones where the new Memcached cache nodes will be created. ----- This parameter is only valid when /NumCacheNodes/ in the request is--- greater than the sum of the number of active cache nodes and the number--- of cache nodes pending creation (which may be zero). The number of--- Availability Zones supplied in this list must match the cache nodes--- being added in this request.+-- This parameter is only valid when /NumCacheNodes/ in the request is greater than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero). The number of Availability Zones supplied in this list must match the cache nodes being added in this request. -- -- This option is only supported on Memcached clusters. -- -- Scenarios: -- -- -   __Scenario 1:__ You have 3 active nodes and wish to add 2 nodes.---     Specify 'NumCacheNodes=5' (3 + 2) and optionally specify two---     Availability Zones for the two new nodes.--- -   __Scenario 2:__ You have 3 active nodes and 2 nodes pending creation---     (from the scenario 1 call) and want to add 1 more node.+--     Specify 'NumCacheNodes=5' (3 + 2) and optionally specify two Availability Zones for the two new nodes.+-- -   __Scenario 2:__ You have 3 active nodes and 2 nodes pending creation (from the scenario 1 call) and want to add 1 more node. --     Specify 'NumCacheNodes=6' ((3 + 2) + 1) -- -   __Scenario 3:__ You want to cancel all pending actions. --     Specify 'NumCacheNodes=3' to cancel all pending actions. ----- The Availability Zone placement of nodes pending creation cannot be--- modified. If you wish to cancel any nodes pending creation, add 0 nodes--- by setting 'NumCacheNodes' to the number of current nodes.+-- The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation, add 0 nodes by setting 'NumCacheNodes' to the number of current nodes. ----- If 'cross-az' is specified, existing Memcached nodes remain in their--- current Availability Zone. Only newly created nodes can be located in--- different Availability Zones. For guidance on how to move existing--- Memcached nodes to different Availability Zones, see the __Availability--- Zone Considerations__ section of--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheNode.Memcached.html Cache Node Considerations for Memcached>.+-- If 'cross-az' is specified, existing Memcached nodes remain in their current Availability Zone. Only newly created nodes can be located in different Availability Zones. For guidance on how to move existing Memcached nodes to different Availability Zones, see the __Availability Zone Considerations__ section of <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheNode.Memcached.html Cache Node Considerations for Memcached>. -- -- __Impact of new add\/remove requests upon pending requests__ -- -- -   Scenario-1 --     -   Pending Action: Delete --     -   New Request: Delete---     -   Result: The new delete, pending or immediate, replaces the---         pending delete.+--     -   Result: The new delete, pending or immediate, replaces the pending delete. -- -   Scenario-2 --     -   Pending Action: Delete --     -   New Request: Create---     -   Result: The new create, pending or immediate, replaces the---         pending delete.+--     -   Result: The new create, pending or immediate, replaces the pending delete. -- -   Scenario-3 --     -   Pending Action: Create --     -   New Request: Delete---     -   Result: The new delete, pending or immediate, replaces the---         pending create.+--     -   Result: The new delete, pending or immediate, replaces the pending create. -- -   Scenario-4 --     -   Pending Action: Create --     -   New Request: Create---     -   Result: The new create is added to the pending create.---         __Important:__---         If the new create request is __Apply Immediately - Yes__, all---         creates are performed immediately.---         If the new create request is __Apply Immediately - No__, all---         creates are pending.+--     -   Result: The new create is added to the pending create. __Important:__+--         If the new create request is __Apply Immediately - Yes__, all creates are performed immediately.+--         If the new create request is __Apply Immediately - No__, all creates are pending. ----- Example:--- 'NewAvailabilityZones.member.1=us-west-2a&amp;NewAvailabilityZones.member.2=us-west-2b&amp;NewAvailabilityZones.member.3=us-west-2c'+-- Example: 'NewAvailabilityZones.member.1=us-west-2a&amp;NewAvailabilityZones.member.2=us-west-2b&amp;NewAvailabilityZones.member.3=us-west-2c' mccNewAvailabilityZones :: Lens' ModifyCacheCluster [Text] mccNewAvailabilityZones = lens _mccNewAvailabilityZones (\ s a -> s{_mccNewAvailabilityZones = a}) . _Default . _Coerce; --- | Specifies the weekly time range during which maintenance on the cache--- cluster is performed. It is specified as a range in the format--- ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window--- is a 60 minute period. Valid values for 'ddd' are:+-- | Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for 'ddd' are: -- -- -   'sun' -- -   'mon'@@ -266,69 +228,42 @@ mccPreferredMaintenanceWindow :: Lens' ModifyCacheCluster (Maybe Text) mccPreferredMaintenanceWindow = lens _mccPreferredMaintenanceWindow (\ s a -> s{_mccPreferredMaintenanceWindow = a}); --- | A list of cache node IDs to be removed. A node ID is a numeric--- identifier (0001, 0002, etc.). This parameter is only valid when--- /NumCacheNodes/ is less than the existing number of cache nodes. The--- number of cache node IDs supplied in this parameter must match the--- difference between the existing number of cache nodes in the cluster or--- pending cache nodes, whichever is greater, and the value of--- /NumCacheNodes/ in the request.+-- | A list of cache node IDs to be removed. A node ID is a numeric identifier (0001, 0002, etc.). This parameter is only valid when /NumCacheNodes/ is less than the existing number of cache nodes. The number of cache node IDs supplied in this parameter must match the difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is greater, and the value of /NumCacheNodes/ in the request. ----- For example: If you have 3 active cache nodes, 7 pending cache nodes,--- and the number of cache nodes in this 'ModifyCacheCluser' call is 5, you--- must list 2 (7 - 5) cache node IDs to remove.+-- For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this 'ModifyCacheCluser' call is 5, you must list 2 (7 - 5) cache node IDs to remove. mccCacheNodeIdsToRemove :: Lens' ModifyCacheCluster [Text] mccCacheNodeIdsToRemove = lens _mccCacheNodeIdsToRemove (\ s a -> s{_mccCacheNodeIdsToRemove = a}) . _Default . _Coerce; --- | The number of days for which ElastiCache will retain automatic cache--- cluster snapshots before deleting them. For example, if you set--- /SnapshotRetentionLimit/ to 5, then a snapshot that was taken today will--- be retained for 5 days before being deleted.+-- | The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set /SnapshotRetentionLimit/ to 5, then a snapshot that was taken today will be retained for 5 days before being deleted. -- -- __Important__--- If the value of SnapshotRetentionLimit is set to zero (0), backups are--- turned off.+-- If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off. mccSnapshotRetentionLimit :: Lens' ModifyCacheCluster (Maybe Int) mccSnapshotRetentionLimit = lens _mccSnapshotRetentionLimit (\ s a -> s{_mccSnapshotRetentionLimit = a}); --- | The status of the Amazon SNS notification topic. Notifications are sent--- only if the status is /active/.+-- | The status of the Amazon SNS notification topic. Notifications are sent only if the status is /active/. -- -- Valid values: 'active' | 'inactive' mccNotificationTopicStatus :: Lens' ModifyCacheCluster (Maybe Text) mccNotificationTopicStatus = lens _mccNotificationTopicStatus (\ s a -> s{_mccNotificationTopicStatus = a}); --- | Specifies whether the new nodes in this Memcached cache cluster are all--- created in a single Availability Zone or created across multiple--- Availability Zones.+-- | Specifies whether the new nodes in this Memcached cache cluster are all created in a single Availability Zone or created across multiple Availability Zones. -- -- Valid values: 'single-az' | 'cross-az'. -- -- This option is only supported for Memcached cache clusters. ----- You cannot specify 'single-az' if the Memcached cache cluster already--- has cache nodes in different Availability Zones. If 'cross-az' is--- specified, existing Memcached nodes remain in their current Availability--- Zone.+-- You cannot specify 'single-az' if the Memcached cache cluster already has cache nodes in different Availability Zones. If 'cross-az' is specified, existing Memcached nodes remain in their current Availability Zone. ----- Only newly created nodes will be located in different Availability--- Zones. For instructions on how to move existing Memcached nodes to--- different Availability Zones, see the __Availability Zone--- Considerations__ section of--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheNode.Memcached.html Cache Node Considerations for Memcached>.+-- Only newly created nodes will be located in different Availability Zones. For instructions on how to move existing Memcached nodes to different Availability Zones, see the __Availability Zone Considerations__ section of <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheNode.Memcached.html Cache Node Considerations for Memcached>. mccAZMode :: Lens' ModifyCacheCluster (Maybe AZMode) mccAZMode = lens _mccAZMode (\ s a -> s{_mccAZMode = a}); --- | If 'true', this parameter causes the modifications in this request and--- any pending modifications to be applied, asynchronously and as soon as--- possible, regardless of the /PreferredMaintenanceWindow/ setting for the--- cache cluster.+-- | If 'true', this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the /PreferredMaintenanceWindow/ setting for the cache cluster. ----- If 'false', then changes to the cache cluster are applied on the next--- maintenance reboot, or the next failure reboot, whichever occurs first.+-- If 'false', then changes to the cache cluster are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first. ----- If you perform a 'ModifyCacheCluster' before a pending modification is--- applied, the pending modification is replaced by the newer modification.+-- If you perform a 'ModifyCacheCluster' before a pending modification is applied, the pending modification is replaced by the newer modification. -- -- Valid values: 'true' | 'false' --@@ -336,63 +271,33 @@ mccApplyImmediately :: Lens' ModifyCacheCluster (Maybe Bool) mccApplyImmediately = lens _mccApplyImmediately (\ s a -> s{_mccApplyImmediately = a}); --- | The Amazon Resource Name (ARN) of the Amazon SNS topic to which--- notifications will be sent.+-- | The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent. -- -- The Amazon SNS topic owner must be same as the cache cluster owner. mccNotificationTopicARN :: Lens' ModifyCacheCluster (Maybe Text) mccNotificationTopicARN = lens _mccNotificationTopicARN (\ s a -> s{_mccNotificationTopicARN = a}); --- | The number of cache nodes that the cache cluster should have. If the--- value for 'NumCacheNodes' is greater than the sum of the number of--- current cache nodes and the number of cache nodes pending creation--- (which may be zero), then more nodes will be added. If the value is less--- than the number of existing cache nodes, then nodes will be removed. If--- the value is equal to the number of current cache nodes, then any--- pending add or remove requests are canceled.+-- | The number of cache nodes that the cache cluster should have. If the value for 'NumCacheNodes' is greater than the sum of the number of current cache nodes and the number of cache nodes pending creation (which may be zero), then more nodes will be added. If the value is less than the number of existing cache nodes, then nodes will be removed. If the value is equal to the number of current cache nodes, then any pending add or remove requests are canceled. ----- If you are removing cache nodes, you must use the 'CacheNodeIdsToRemove'--- parameter to provide the IDs of the specific cache nodes to remove.+-- If you are removing cache nodes, you must use the 'CacheNodeIdsToRemove' parameter to provide the IDs of the specific cache nodes to remove. ----- For clusters running Redis, this value must be 1. For clusters running--- Memcached, this value must be between 1 and 20.+-- For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20. -- -- __Note:__--- Adding or removing Memcached cache nodes can be applied immediately or--- as a pending action. See 'ApplyImmediately'.--- A pending action to modify the number of cache nodes in a cluster during--- its maintenance window, whether by adding or removing nodes in--- accordance with the scale out architecture, is not queued. The--- customer\'s latest request to add or remove nodes to the cluster--- overrides any previous pending actions to modify the number of cache--- nodes in the cluster. For example, a request to remove 2 nodes would--- override a previous pending action to remove 3 nodes. Similarly, a--- request to add 2 nodes would override a previous pending action to--- remove 3 nodes and vice versa. As Memcached cache nodes may now be--- provisioned in different Availability Zones with flexible cache node--- placement, a request to add nodes does not automatically override a--- previous pending action to add nodes. The customer can modify the--- previous pending action to add more nodes or explicitly cancel the--- pending request and retry the new request. To cancel pending actions to--- modify the number of cache nodes in a cluster, use the--- 'ModifyCacheCluster' request and set /NumCacheNodes/ equal to the number--- of cache nodes currently in the cache cluster.+-- Adding or removing Memcached cache nodes can be applied immediately or as a pending action. See 'ApplyImmediately'.+-- A pending action to modify the number of cache nodes in a cluster during its maintenance window, whether by adding or removing nodes in accordance with the scale out architecture, is not queued. The customer\'s latest request to add or remove nodes to the cluster overrides any previous pending actions to modify the number of cache nodes in the cluster. For example, a request to remove 2 nodes would override a previous pending action to remove 3 nodes. Similarly, a request to add 2 nodes would override a previous pending action to remove 3 nodes and vice versa. As Memcached cache nodes may now be provisioned in different Availability Zones with flexible cache node placement, a request to add nodes does not automatically override a previous pending action to add nodes. The customer can modify the previous pending action to add more nodes or explicitly cancel the pending request and retry the new request. To cancel pending actions to modify the number of cache nodes in a cluster, use the 'ModifyCacheCluster' request and set /NumCacheNodes/ equal to the number of cache nodes currently in the cache cluster. mccNumCacheNodes :: Lens' ModifyCacheCluster (Maybe Int) mccNumCacheNodes = lens _mccNumCacheNodes (\ s a -> s{_mccNumCacheNodes = a}); --- | A list of cache security group names to authorize on this cache cluster.--- This change is asynchronously applied as soon as possible.+-- | A list of cache security group names to authorize on this cache cluster. This change is asynchronously applied as soon as possible. ----- This parameter can be used only with clusters that are created outside--- of an Amazon Virtual Private Cloud (VPC).+-- This parameter can be used only with clusters that are created outside of an Amazon Virtual Private Cloud (VPC). ----- Constraints: Must contain no more than 255 alphanumeric characters. Must--- not be \"Default\".+-- Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\". mccCacheSecurityGroupNames :: Lens' ModifyCacheCluster [Text] mccCacheSecurityGroupNames = lens _mccCacheSecurityGroupNames (\ s a -> s{_mccCacheSecurityGroupNames = a}) . _Default . _Coerce; --- | The cache cluster identifier. This value is stored as a lowercase--- string.+-- | The cache cluster identifier. This value is stored as a lowercase string. mccCacheClusterId :: Lens' ModifyCacheCluster Text mccCacheClusterId = lens _mccCacheClusterId (\ s a -> s{_mccCacheClusterId = a}); 
gen/Network/AWS/ElastiCache/ModifyCacheParameterGroup.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /ModifyCacheParameterGroup/ action modifies the parameters of a--- cache parameter group. You can modify up to 20 parameters in a single--- request by submitting a list parameter name and value pairs.+-- The /ModifyCacheParameterGroup/ action modifies the parameters of a cache parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs. module Network.AWS.ElastiCache.ModifyCacheParameterGroup     (     -- * Creating a Request@@ -72,9 +70,7 @@ mcpgCacheParameterGroupName :: Lens' ModifyCacheParameterGroup Text mcpgCacheParameterGroupName = lens _mcpgCacheParameterGroupName (\ s a -> s{_mcpgCacheParameterGroupName = a}); --- | An array of parameter names and values for the parameter update. You--- must supply at least one parameter name and value; subsequent arguments--- are optional. A maximum of 20 parameters may be modified per request.+-- | An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request. mcpgParameterNameValues :: Lens' ModifyCacheParameterGroup [ParameterNameValue] mcpgParameterNameValues = lens _mcpgParameterNameValues (\ s a -> s{_mcpgParameterNameValues = a}) . _Coerce; 
gen/Network/AWS/ElastiCache/ModifyCacheSubnetGroup.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /ModifyCacheSubnetGroup/ action modifies an existing cache subnet--- group.+-- The /ModifyCacheSubnetGroup/ action modifies an existing cache subnet group. module Network.AWS.ElastiCache.ModifyCacheSubnetGroup     (     -- * Creating a Request@@ -81,11 +80,9 @@ mcsgCacheSubnetGroupDescription :: Lens' ModifyCacheSubnetGroup (Maybe Text) mcsgCacheSubnetGroupDescription = lens _mcsgCacheSubnetGroupDescription (\ s a -> s{_mcsgCacheSubnetGroupDescription = a}); --- | The name for the cache subnet group. This value is stored as a lowercase--- string.+-- | The name for the cache subnet group. This value is stored as a lowercase string. ----- Constraints: Must contain no more than 255 alphanumeric characters or--- hyphens.+-- Constraints: Must contain no more than 255 alphanumeric characters or hyphens. -- -- Example: 'mysubnetgroup' mcsgCacheSubnetGroupName :: Lens' ModifyCacheSubnetGroup Text
gen/Network/AWS/ElastiCache/ModifyReplicationGroup.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /ModifyReplicationGroup/ action modifies the settings for a--- replication group.+-- The /ModifyReplicationGroup/ action modifies the settings for a replication group. module Network.AWS.ElastiCache.ModifyReplicationGroup     (     -- * Creating a Request@@ -143,8 +142,7 @@     , _mrgReplicationGroupId = pReplicationGroupId_     } --- | Whether a read replica will be automatically promoted to read\/write--- primary if the existing primary encounters a failure.+-- | Whether a read replica will be automatically promoted to read\/write primary if the existing primary encounters a failure. -- -- Valid values: 'true' | 'false' --@@ -155,34 +153,23 @@ mrgAutomaticFailoverEnabled :: Lens' ModifyReplicationGroup (Maybe Bool) mrgAutomaticFailoverEnabled = lens _mrgAutomaticFailoverEnabled (\ s a -> s{_mrgAutomaticFailoverEnabled = a}); --- | The upgraded version of the cache engine to be run on the cache clusters--- in the replication group.+-- | The upgraded version of the cache engine to be run on the cache clusters in the replication group. ----- __Important:__ You can upgrade to a newer engine version (see--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/SelectEngine.html#VersionManagement Selecting a Cache Engine and Version>),--- but you cannot downgrade to an earlier engine version. If you want to--- use an earlier engine version, you must delete the existing replication--- group and create it anew with the earlier engine version.+-- __Important:__ You can upgrade to a newer engine version (see <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/SelectEngine.html#VersionManagement Selecting a Cache Engine and Version>), but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing replication group and create it anew with the earlier engine version. mrgEngineVersion :: Lens' ModifyReplicationGroup (Maybe Text) mrgEngineVersion = lens _mrgEngineVersion (\ s a -> s{_mrgEngineVersion = a}); --- | A valid cache node type that you want to scale this replication group--- to. The value of this parameter must be one of the--- /ScaleUpModifications/ values returned by the--- 'ListAllowedCacheNodeTypeModification' action.+-- | A valid cache node type that you want to scale this replication group to. The value of this parameter must be one of the /ScaleUpModifications/ values returned by the 'ListAllowedCacheNodeTypeModification' action. mrgCacheNodeType :: Lens' ModifyReplicationGroup (Maybe Text) mrgCacheNodeType = lens _mrgCacheNodeType (\ s a -> s{_mrgCacheNodeType = a}); --- | The cache cluster ID that will be used as the daily snapshot source for--- the replication group.+-- | The cache cluster ID that will be used as the daily snapshot source for the replication group. mrgSnapshottingClusterId :: Lens' ModifyReplicationGroup (Maybe Text) mrgSnapshottingClusterId = lens _mrgSnapshottingClusterId (\ s a -> s{_mrgSnapshottingClusterId = a}); --- | Specifies the VPC Security Groups associated with the cache clusters in--- the replication group.+-- | Specifies the VPC Security Groups associated with the cache clusters in the replication group. ----- This parameter can be used only with replication group containing cache--- clusters running in an Amazon Virtual Private Cloud (VPC).+-- This parameter can be used only with replication group containing cache clusters running in an Amazon Virtual Private Cloud (VPC). mrgSecurityGroupIds :: Lens' ModifyReplicationGroup [Text] mrgSecurityGroupIds = lens _mrgSecurityGroupIds (\ s a -> s{_mrgSecurityGroupIds = a}) . _Default . _Coerce; @@ -190,39 +177,27 @@ mrgAutoMinorVersionUpgrade :: Lens' ModifyReplicationGroup (Maybe Bool) mrgAutoMinorVersionUpgrade = lens _mrgAutoMinorVersionUpgrade (\ s a -> s{_mrgAutoMinorVersionUpgrade = a}); --- | The name of the cache parameter group to apply to all of the clusters in--- this replication group. This change is asynchronously applied as soon as--- possible for parameters when the /ApplyImmediately/ parameter is--- specified as /true/ for this request.+-- | The name of the cache parameter group to apply to all of the clusters in this replication group. This change is asynchronously applied as soon as possible for parameters when the /ApplyImmediately/ parameter is specified as /true/ for this request. mrgCacheParameterGroupName :: Lens' ModifyReplicationGroup (Maybe Text) mrgCacheParameterGroupName = lens _mrgCacheParameterGroupName (\ s a -> s{_mrgCacheParameterGroupName = a}); --- | A description for the replication group. Maximum length is 255--- characters.+-- | A description for the replication group. Maximum length is 255 characters. mrgReplicationGroupDescription :: Lens' ModifyReplicationGroup (Maybe Text) mrgReplicationGroupDescription = lens _mrgReplicationGroupDescription (\ s a -> s{_mrgReplicationGroupDescription = a}); --- | The daily time range (in UTC) during which ElastiCache will begin taking--- a daily snapshot of the node group specified by /SnapshottingClusterId/.+-- | The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of the node group specified by /SnapshottingClusterId/. -- -- Example: '05:00-09:00' ----- If you do not specify this parameter, then ElastiCache will--- automatically choose an appropriate time range.+-- If you do not specify this parameter, then ElastiCache will automatically choose an appropriate time range. mrgSnapshotWindow :: Lens' ModifyReplicationGroup (Maybe Text) mrgSnapshotWindow = lens _mrgSnapshotWindow (\ s a -> s{_mrgSnapshotWindow = a}); --- | If this parameter is specified, ElastiCache will promote the specified--- cluster in the specified replication group to the primary role. The--- nodes of all other clusters in the replication group will be read--- replicas.+-- | If this parameter is specified, ElastiCache will promote the specified cluster in the specified replication group to the primary role. The nodes of all other clusters in the replication group will be read replicas. mrgPrimaryClusterId :: Lens' ModifyReplicationGroup (Maybe Text) mrgPrimaryClusterId = lens _mrgPrimaryClusterId (\ s a -> s{_mrgPrimaryClusterId = a}); --- | Specifies the weekly time range during which maintenance on the cache--- cluster is performed. It is specified as a range in the format--- ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window--- is a 60 minute period. Valid values for 'ddd' are:+-- | Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for 'ddd' are: -- -- -   'sun' -- -   'mon'@@ -236,32 +211,22 @@ mrgPreferredMaintenanceWindow :: Lens' ModifyReplicationGroup (Maybe Text) mrgPreferredMaintenanceWindow = lens _mrgPreferredMaintenanceWindow (\ s a -> s{_mrgPreferredMaintenanceWindow = a}); --- | The number of days for which ElastiCache will retain automatic node--- group snapshots before deleting them. For example, if you set--- /SnapshotRetentionLimit/ to 5, then a snapshot that was taken today will--- be retained for 5 days before being deleted.+-- | The number of days for which ElastiCache will retain automatic node group snapshots before deleting them. For example, if you set /SnapshotRetentionLimit/ to 5, then a snapshot that was taken today will be retained for 5 days before being deleted. -- -- __Important__--- If the value of SnapshotRetentionLimit is set to zero (0), backups are--- turned off.+-- If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off. mrgSnapshotRetentionLimit :: Lens' ModifyReplicationGroup (Maybe Int) mrgSnapshotRetentionLimit = lens _mrgSnapshotRetentionLimit (\ s a -> s{_mrgSnapshotRetentionLimit = a}); --- | The status of the Amazon SNS notification topic for the replication--- group. Notifications are sent only if the status is /active/.+-- | The status of the Amazon SNS notification topic for the replication group. Notifications are sent only if the status is /active/. -- -- Valid values: 'active' | 'inactive' mrgNotificationTopicStatus :: Lens' ModifyReplicationGroup (Maybe Text) mrgNotificationTopicStatus = lens _mrgNotificationTopicStatus (\ s a -> s{_mrgNotificationTopicStatus = a}); --- | If 'true', this parameter causes the modifications in this request and--- any pending modifications to be applied, asynchronously and as soon as--- possible, regardless of the /PreferredMaintenanceWindow/ setting for the--- replication group.+-- | If 'true', this parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible, regardless of the /PreferredMaintenanceWindow/ setting for the replication group. ----- If 'false', then changes to the nodes in the replication group are--- applied on the next maintenance reboot, or the next failure reboot,--- whichever occurs first.+-- If 'false', then changes to the nodes in the replication group are applied on the next maintenance reboot, or the next failure reboot, whichever occurs first. -- -- Valid values: 'true' | 'false' --@@ -269,22 +234,17 @@ mrgApplyImmediately :: Lens' ModifyReplicationGroup (Maybe Bool) mrgApplyImmediately = lens _mrgApplyImmediately (\ s a -> s{_mrgApplyImmediately = a}); --- | The Amazon Resource Name (ARN) of the Amazon SNS topic to which--- notifications will be sent.+-- | The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent. -- -- The Amazon SNS topic owner must be same as the replication group owner. mrgNotificationTopicARN :: Lens' ModifyReplicationGroup (Maybe Text) mrgNotificationTopicARN = lens _mrgNotificationTopicARN (\ s a -> s{_mrgNotificationTopicARN = a}); --- | A list of cache security group names to authorize for the clusters in--- this replication group. This change is asynchronously applied as soon as--- possible.+-- | A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible. ----- This parameter can be used only with replication group containing cache--- clusters running outside of an Amazon Virtual Private Cloud (VPC).+-- This parameter can be used only with replication group containing cache clusters running outside of an Amazon Virtual Private Cloud (VPC). ----- Constraints: Must contain no more than 255 alphanumeric characters. Must--- not be \"Default\".+-- Constraints: Must contain no more than 255 alphanumeric characters. Must not be \"Default\". mrgCacheSecurityGroupNames :: Lens' ModifyReplicationGroup [Text] mrgCacheSecurityGroupNames = lens _mrgCacheSecurityGroupNames (\ s a -> s{_mrgCacheSecurityGroupNames = a}) . _Default . _Coerce; 
gen/Network/AWS/ElastiCache/PurchaseReservedCacheNodesOffering.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /PurchaseReservedCacheNodesOffering/ action allows you to purchase a--- reserved cache node offering.+-- The /PurchaseReservedCacheNodesOffering/ action allows you to purchase a reserved cache node offering. module Network.AWS.ElastiCache.PurchaseReservedCacheNodesOffering     (     -- * Creating a Request@@ -82,9 +81,7 @@ -- | A customer-specified identifier to track this reservation. -- -- __Note:__--- The Reserved Cache Node ID is an unique customer-specified identifier to--- track this reservation. If this parameter is not specified, ElastiCache--- automatically generates an identifier for the reservation.+-- The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation. -- -- Example: myreservationID prcnoReservedCacheNodeId :: Lens' PurchaseReservedCacheNodesOffering (Maybe Text)
gen/Network/AWS/ElastiCache/RebootCacheCluster.hs view
@@ -18,15 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /RebootCacheCluster/ action reboots some, or all, of the cache nodes--- within a provisioned cache cluster. This API will apply any modified--- cache parameter groups to the cache cluster. The reboot action takes--- place as soon as possible, and results in a momentary outage to the--- cache cluster. During the reboot, the cache cluster status is set to--- REBOOTING.+-- The /RebootCacheCluster/ action reboots some, or all, of the cache nodes within a provisioned cache cluster. This API will apply any modified cache parameter groups to the cache cluster. The reboot action takes place as soon as possible, and results in a momentary outage to the cache cluster. During the reboot, the cache cluster status is set to REBOOTING. ----- The reboot causes the contents of the cache (for each cache node being--- rebooted) to be lost.+-- The reboot causes the contents of the cache (for each cache node being rebooted) to be lost. -- -- When the reboot is complete, a cache cluster event is created. module Network.AWS.ElastiCache.RebootCacheCluster@@ -77,14 +71,11 @@     , _rccCacheNodeIdsToReboot = mempty     } --- | The cache cluster identifier. This parameter is stored as a lowercase--- string.+-- | The cache cluster identifier. This parameter is stored as a lowercase string. rccCacheClusterId :: Lens' RebootCacheCluster Text rccCacheClusterId = lens _rccCacheClusterId (\ s a -> s{_rccCacheClusterId = a}); --- | A list of cache node IDs to reboot. A node ID is a numeric identifier--- (0001, 0002, etc.). To reboot an entire cache cluster, specify all of--- the cache node IDs.+-- | A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cache cluster, specify all of the cache node IDs. rccCacheNodeIdsToReboot :: Lens' RebootCacheCluster [Text] rccCacheNodeIdsToReboot = lens _rccCacheNodeIdsToReboot (\ s a -> s{_rccCacheNodeIdsToReboot = a}) . _Coerce; 
gen/Network/AWS/ElastiCache/RemoveTagsFromResource.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /RemoveTagsFromResource/ action removes the tags identified by the--- 'TagKeys' list from the named resource.+-- The /RemoveTagsFromResource/ action removes the tags identified by the 'TagKeys' list from the named resource. module Network.AWS.ElastiCache.RemoveTagsFromResource     (     -- * Creating a Request@@ -67,20 +66,13 @@     , _rtfrTagKeys = mempty     } --- | The Amazon Resource Name (ARN) of the resource from which you want the--- tags removed, for example--- 'arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster' or--- 'arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot'.+-- | The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example 'arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster' or 'arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot'. ----- For more information on ARNs, go to--- <http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html Amazon Resource Names (ARNs) and AWS Service Namespaces>.+-- For more information on ARNs, go to <http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html Amazon Resource Names (ARNs) and AWS Service Namespaces>. rtfrResourceName :: Lens' RemoveTagsFromResource Text rtfrResourceName = lens _rtfrResourceName (\ s a -> s{_rtfrResourceName = a}); --- | A list of 'TagKeys' identifying the tags you want removed from the named--- resource. For example, 'TagKeys.member.1=Region' removes the cost--- allocation tag with the key name 'Region' from the resource named by the--- /ResourceName/ parameter.+-- | A list of 'TagKeys' identifying the tags you want removed from the named resource. For example, 'TagKeys.member.1=Region' removes the cost allocation tag with the key name 'Region' from the resource named by the /ResourceName/ parameter. rtfrTagKeys :: Lens' RemoveTagsFromResource [Text] rtfrTagKeys = lens _rtfrTagKeys (\ s a -> s{_rtfrTagKeys = a}) . _Coerce; 
gen/Network/AWS/ElastiCache/ResetCacheParameterGroup.hs view
@@ -18,11 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /ResetCacheParameterGroup/ action modifies the parameters of a cache--- parameter group to the engine or system default value. You can reset--- specific parameters by submitting a list of parameter names. To reset--- the entire cache parameter group, specify the /ResetAllParameters/ and--- /CacheParameterGroupName/ parameters.+-- The /ResetCacheParameterGroup/ action modifies the parameters of a cache parameter group to the engine or system default value. You can reset specific parameters by submitting a list of parameter names. To reset the entire cache parameter group, specify the /ResetAllParameters/ and /CacheParameterGroupName/ parameters. module Network.AWS.ElastiCache.ResetCacheParameterGroup     (     -- * Creating a Request@@ -75,8 +71,7 @@     , _rcpgParameterNameValues = mempty     } --- | If /true/, all parameters in the cache parameter group will be reset to--- default values. If /false/, no such action occurs.+-- | If /true/, all parameters in the cache parameter group will be reset to default values. If /false/, no such action occurs. -- -- Valid values: 'true' | 'false' rcpgResetAllParameters :: Lens' ResetCacheParameterGroup (Maybe Bool)@@ -86,9 +81,7 @@ rcpgCacheParameterGroupName :: Lens' ResetCacheParameterGroup Text rcpgCacheParameterGroupName = lens _rcpgCacheParameterGroupName (\ s a -> s{_rcpgCacheParameterGroupName = a}); --- | An array of parameter names to be reset. If you are not resetting the--- entire cache parameter group, you must specify at least one parameter--- name.+-- | An array of parameter names to be reset. If you are not resetting the entire cache parameter group, you must specify at least one parameter name. rcpgParameterNameValues :: Lens' ResetCacheParameterGroup [ParameterNameValue] rcpgParameterNameValues = lens _rcpgParameterNameValues (\ s a -> s{_rcpgParameterNameValues = a}) . _Coerce; 
gen/Network/AWS/ElastiCache/RevokeCacheSecurityGroupIngress.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- The /RevokeCacheSecurityGroupIngress/ action revokes ingress from a--- cache security group. Use this action to disallow access from an Amazon--- EC2 security group that had been previously authorized.+-- The /RevokeCacheSecurityGroupIngress/ action revokes ingress from a cache security group. Use this action to disallow access from an Amazon EC2 security group that had been previously authorized. module Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress     (     -- * Creating a Request@@ -84,9 +82,7 @@ rcsgiEC2SecurityGroupName :: Lens' RevokeCacheSecurityGroupIngress Text rcsgiEC2SecurityGroupName = lens _rcsgiEC2SecurityGroupName (\ s a -> s{_rcsgiEC2SecurityGroupName = a}); --- | The AWS account number of the Amazon EC2 security group owner. Note that--- this is not the same thing as an AWS access key ID - you must provide a--- valid AWS account number for this parameter.+-- | The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter. rcsgiEC2SecurityGroupOwnerId :: Lens' RevokeCacheSecurityGroupIngress Text rcsgiEC2SecurityGroupOwnerId = lens _rcsgiEC2SecurityGroupOwnerId (\ s a -> s{_rcsgiEC2SecurityGroupOwnerId = a}); 
gen/Network/AWS/ElastiCache/Types.hs view
@@ -417,32 +417,27 @@ _ReservedCacheNodeAlreadyExistsFault =     _ServiceError . hasStatus 404 . hasCode "ReservedCacheNodeAlreadyExists" --- | The requested cache security group name does not refer to an existing--- cache security group.+-- | The requested cache security group name does not refer to an existing cache security group. _CacheSecurityGroupNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError _CacheSecurityGroupNotFoundFault =     _ServiceError . hasStatus 404 . hasCode "CacheSecurityGroupNotFound" --- | The requested cache subnet group name is already in use by an existing--- cache subnet group.+-- | The requested cache subnet group name is already in use by an existing cache subnet group. _CacheSubnetGroupAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError _CacheSubnetGroupAlreadyExistsFault =     _ServiceError . hasStatus 400 . hasCode "CacheSubnetGroupAlreadyExists" --- | The request cannot be processed because it would exceed the allowed--- number of cache subnet groups.+-- | The request cannot be processed because it would exceed the allowed number of cache subnet groups. _CacheSubnetGroupQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError _CacheSubnetGroupQuotaExceededFault =     _ServiceError . hasStatus 400 . hasCode "CacheSubnetGroupQuotaExceeded" --- | The specified Amazon EC2 security group is already authorized for the--- specified cache security group.+-- | The specified Amazon EC2 security group is already authorized for the specified cache security group. _AuthorizationAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError _AuthorizationAlreadyExistsFault =     _ServiceError . hasStatus 400 . hasCode "AuthorizationAlreadyExists" --- | The request cannot be processed because it would exceed the user\'s--- cache node quota.+-- | The request cannot be processed because it would exceed the user\'s cache node quota. _ReservedCacheNodeQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError _ReservedCacheNodeQuotaExceededFault =     _ServiceError . hasStatus 400 . hasCode "ReservedCacheNodeQuotaExceeded"@@ -462,9 +457,7 @@ _InvalidSubnet :: AsError a => Getting (First ServiceError) a ServiceError _InvalidSubnet = _ServiceError . hasStatus 400 . hasCode "InvalidSubnet" --- | The request cannot be processed because it would cause the resource to--- have more than the allowed number of tags. The maximum number of tags--- permitted on a resource is 10.+-- | The request cannot be processed because it would cause the resource to have more than the allowed number of tags. The maximum number of tags permitted on a resource is 10. _TagQuotaPerResourceExceeded :: AsError a => Getting (First ServiceError) a ServiceError _TagQuotaPerResourceExceeded =     _ServiceError . hasStatus 400 . hasCode "TagQuotaPerResourceExceeded"@@ -474,14 +467,12 @@ _SnapshotNotFoundFault =     _ServiceError . hasStatus 404 . hasCode "SnapshotNotFoundFault" --- | The requested cache node type is not available in the specified--- Availability Zone.+-- | The requested cache node type is not available in the specified Availability Zone. _InsufficientCacheClusterCapacityFault :: AsError a => Getting (First ServiceError) a ServiceError _InsufficientCacheClusterCapacityFault =     _ServiceError . hasStatus 400 . hasCode "InsufficientCacheClusterCapacity" --- | The current state of the snapshot does not allow the requested action to--- occur.+-- | The current state of the snapshot does not allow the requested action to occur. _InvalidSnapshotStateFault :: AsError a => Getting (First ServiceError) a ServiceError _InvalidSnapshotStateFault =     _ServiceError . hasStatus 400 . hasCode "InvalidSnapshotState"@@ -495,14 +486,12 @@ _TagNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError _TagNotFoundFault = _ServiceError . hasStatus 404 . hasCode "TagNotFound" --- | The request cannot be processed because it would exceed the maximum--- number of snapshots.+-- | The request cannot be processed because it would exceed the maximum number of snapshots. _SnapshotQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError _SnapshotQuotaExceededFault =     _ServiceError . hasStatus 400 . hasCode "SnapshotQuotaExceededFault" --- | The request cannot be processed because it would exceed the allowed--- number of cache nodes in a single cache cluster.+-- | The request cannot be processed because it would exceed the allowed number of cache nodes in a single cache cluster. _NodeQuotaForClusterExceededFault :: AsError a => Getting (First ServiceError) a ServiceError _NodeQuotaForClusterExceededFault =     _ServiceError . hasStatus 400 . hasCode "NodeQuotaForClusterExceeded"@@ -517,19 +506,16 @@ _ReservedCacheNodeNotFoundFault =     _ServiceError . hasStatus 404 . hasCode "ReservedCacheNodeNotFound" --- | The requested cache subnet group name does not refer to an existing--- cache subnet group.+-- | The requested cache subnet group name does not refer to an existing cache subnet group. _CacheSubnetGroupNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError _CacheSubnetGroupNotFoundFault =     _ServiceError . hasStatus 400 . hasCode "CacheSubnetGroupNotFoundFault"  -- | You attempted one of the following actions: ----- -   Creating a snapshot of a Redis cache cluster running on a /t1.micro/---     cache node.+-- -   Creating a snapshot of a Redis cache cluster running on a /t1.micro/ cache node. ----- -   Creating a snapshot of a cache cluster that is running Memcached---     rather than Redis.+-- -   Creating a snapshot of a cache cluster that is running Memcached rather than Redis. -- -- Neither of these are supported by ElastiCache. _SnapshotFeatureNotSupportedFault :: AsError a => Getting (First ServiceError) a ServiceError@@ -560,20 +546,17 @@ _SubnetInUse :: AsError a => Getting (First ServiceError) a ServiceError _SubnetInUse = _ServiceError . hasStatus 400 . hasCode "SubnetInUse" --- | The requested cache cluster ID does not refer to an existing cache--- cluster.+-- | The requested cache cluster ID does not refer to an existing cache cluster. _CacheClusterNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError _CacheClusterNotFoundFault =     _ServiceError . hasStatus 404 . hasCode "CacheClusterNotFound" --- | The request cannot be processed because it would exceed the allowed--- number of cache clusters per customer.+-- | The request cannot be processed because it would exceed the allowed number of cache clusters per customer. _ClusterQuotaForCustomerExceededFault :: AsError a => Getting (First ServiceError) a ServiceError _ClusterQuotaForCustomerExceededFault =     _ServiceError . hasStatus 400 . hasCode "ClusterQuotaForCustomerExceeded" --- | The specified Amazon EC2 security group is not authorized for the--- specified cache security group.+-- | The specified Amazon EC2 security group is not authorized for the specified cache security group. _AuthorizationNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError _AuthorizationNotFoundFault =     _ServiceError . hasStatus 404 . hasCode "AuthorizationNotFound"@@ -583,8 +566,7 @@ _InvalidCacheClusterStateFault =     _ServiceError . hasStatus 400 . hasCode "InvalidCacheClusterState" --- | The request cannot be processed because it would exceed the allowed--- number of cache security groups.+-- | The request cannot be processed because it would exceed the allowed number of cache security groups. _CacheSecurityGroupQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError _CacheSecurityGroupQuotaExceededFault =     _ServiceError . hasStatus 400 . hasCode "QuotaExceeded.CacheSecurityGroup"@@ -594,37 +576,31 @@ _CacheClusterAlreadyExistsFault =     _ServiceError . hasStatus 400 . hasCode "CacheClusterAlreadyExists" --- | The request cannot be processed because it would exceed the maximum--- number of cache security groups.+-- | The request cannot be processed because it would exceed the maximum number of cache security groups. _CacheParameterGroupQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError _CacheParameterGroupQuotaExceededFault =     _ServiceError . hasStatus 400 . hasCode "CacheParameterGroupQuotaExceeded" --- | The request cannot be processed because it would exceed the allowed--- number of cache nodes per customer.+-- | The request cannot be processed because it would exceed the allowed number of cache nodes per customer. _NodeQuotaForCustomerExceededFault :: AsError a => Getting (First ServiceError) a ServiceError _NodeQuotaForCustomerExceededFault =     _ServiceError . hasStatus 400 . hasCode "NodeQuotaForCustomerExceeded" --- | The request cannot be processed because it would exceed the allowed--- number of subnets in a cache subnet group.+-- | The request cannot be processed because it would exceed the allowed number of subnets in a cache subnet group. _CacheSubnetQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError _CacheSubnetQuotaExceededFault =     _ServiceError . hasStatus 400 . hasCode "CacheSubnetQuotaExceededFault" --- | The requested cache parameter group name does not refer to an existing--- cache parameter group.+-- | The requested cache parameter group name does not refer to an existing cache parameter group. _CacheParameterGroupNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError _CacheParameterGroupNotFoundFault =     _ServiceError . hasStatus 404 . hasCode "CacheParameterGroupNotFound" --- | The requested Amazon Resource Name (ARN) does not refer to an existing--- resource.+-- | The requested Amazon Resource Name (ARN) does not refer to an existing resource. _InvalidARNFault :: AsError a => Getting (First ServiceError) a ServiceError _InvalidARNFault = _ServiceError . hasStatus 400 . hasCode "InvalidARN" --- | The current state of the cache parameter group does not allow the--- requested action to occur.+-- | The current state of the cache parameter group does not allow the requested action to occur. _InvalidCacheParameterGroupStateFault :: AsError a => Getting (First ServiceError) a ServiceError _InvalidCacheParameterGroupStateFault =     _ServiceError . hasStatus 400 . hasCode "InvalidCacheParameterGroupState"
gen/Network/AWS/ElastiCache/Types/Product.hs view
@@ -158,38 +158,25 @@ ccEngineVersion :: Lens' CacheCluster (Maybe Text) ccEngineVersion = lens _ccEngineVersion (\ s a -> s{_ccEngineVersion = a}); --- | The name of the compute and memory capacity node type for the cache--- cluster.+-- | The name of the compute and memory capacity node type for the cache cluster. -- -- Valid node types are as follows: -- -- -   General purpose:---     -   Current generation: 'cache.t2.micro', 'cache.t2.small',---         'cache.t2.medium', 'cache.m3.medium', 'cache.m3.large',---         'cache.m3.xlarge', 'cache.m3.2xlarge'---     -   Previous generation: 'cache.t1.micro', 'cache.m1.small',---         'cache.m1.medium', 'cache.m1.large', 'cache.m1.xlarge'+--     -   Current generation: 'cache.t2.micro', 'cache.t2.small', 'cache.t2.medium', 'cache.m3.medium', 'cache.m3.large', 'cache.m3.xlarge', 'cache.m3.2xlarge'+--     -   Previous generation: 'cache.t1.micro', 'cache.m1.small', 'cache.m1.medium', 'cache.m1.large', 'cache.m1.xlarge' -- -   Compute optimized: 'cache.c1.xlarge' -- -   Memory optimized---     -   Current generation: 'cache.r3.large', 'cache.r3.xlarge',---         'cache.r3.2xlarge', 'cache.r3.4xlarge', 'cache.r3.8xlarge'---     -   Previous generation: 'cache.m2.xlarge', 'cache.m2.2xlarge',---         'cache.m2.4xlarge'+--     -   Current generation: 'cache.r3.large', 'cache.r3.xlarge', 'cache.r3.2xlarge', 'cache.r3.4xlarge', 'cache.r3.8xlarge'+--     -   Previous generation: 'cache.m2.xlarge', 'cache.m2.2xlarge', 'cache.m2.4xlarge' -- -- __Notes:__ ----- -   All t2 instances are created in an Amazon Virtual Private Cloud---     (VPC).+-- -   All t2 instances are created in an Amazon Virtual Private Cloud (VPC). -- -   Redis backup\/restore is not supported for t2 instances.--- -   Redis Append-only files (AOF) functionality is not supported for t1---     or t2 instances.+-- -   Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances. ----- For a complete listing of cache node types and specifications, see--- <http://aws.amazon.com/elasticache/details Amazon ElastiCache Product Features and Details>--- and--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific Cache Node Type-Specific Parameters for Memcached>--- or--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific Cache Node Type-Specific Parameters for Redis>.+-- For a complete listing of cache node types and specifications, see <http://aws.amazon.com/elasticache/details Amazon ElastiCache Product Features and Details> and <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific Cache Node Type-Specific Parameters for Memcached> or <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific Cache Node Type-Specific Parameters for Redis>. ccCacheNodeType :: Lens' CacheCluster (Maybe Text) ccCacheNodeType = lens _ccCacheNodeType (\ s a -> s{_ccCacheNodeType = a}); @@ -213,15 +200,13 @@ ccNotificationConfiguration :: Lens' CacheCluster (Maybe NotificationConfiguration) ccNotificationConfiguration = lens _ccNotificationConfiguration (\ s a -> s{_ccNotificationConfiguration = a}); --- | The daily time range (in UTC) during which ElastiCache will begin taking--- a daily snapshot of your cache cluster.+-- | The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster. -- -- Example: '05:00-09:00' ccSnapshotWindow :: Lens' CacheCluster (Maybe Text) ccSnapshotWindow = lens _ccSnapshotWindow (\ s a -> s{_ccSnapshotWindow = a}); --- | The user-supplied identifier of the cache cluster. This identifier is a--- unique key that identifies a cache cluster.+-- | The user-supplied identifier of the cache cluster. This identifier is a unique key that identifies a cache cluster. ccCacheClusterId :: Lens' CacheCluster (Maybe Text) ccCacheClusterId = lens _ccCacheClusterId (\ s a -> s{_ccCacheClusterId = a}); @@ -229,25 +214,19 @@ ccConfigurationEndpoint :: Lens' CacheCluster (Maybe Endpoint) ccConfigurationEndpoint = lens _ccConfigurationEndpoint (\ s a -> s{_ccConfigurationEndpoint = a}); --- | The name of the cache engine (/memcached/ or /redis/) to be used for--- this cache cluster.+-- | The name of the cache engine (/memcached/ or /redis/) to be used for this cache cluster. ccEngine :: Lens' CacheCluster (Maybe Text) ccEngine = lens _ccEngine (\ s a -> s{_ccEngine = a}); --- | A list of cache security group elements, composed of name and status--- sub-elements.+-- | A list of cache security group elements, composed of name and status sub-elements. ccCacheSecurityGroups :: Lens' CacheCluster [CacheSecurityGroupMembership] ccCacheSecurityGroups = lens _ccCacheSecurityGroups (\ s a -> s{_ccCacheSecurityGroups = a}) . _Default . _Coerce; --- | The URL of the web page where you can download the latest ElastiCache--- client library.+-- | The URL of the web page where you can download the latest ElastiCache client library. ccClientDownloadLandingPage :: Lens' CacheCluster (Maybe Text) ccClientDownloadLandingPage = lens _ccClientDownloadLandingPage (\ s a -> s{_ccClientDownloadLandingPage = a}); --- | Specifies the weekly time range during which maintenance on the cache--- cluster is performed. It is specified as a range in the format--- ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window--- is a 60 minute period. Valid values for 'ddd' are:+-- | Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for 'ddd' are: -- -- -   'sun' -- -   'mon'@@ -265,9 +244,7 @@ ccCacheSubnetGroupName :: Lens' CacheCluster (Maybe Text) ccCacheSubnetGroupName = lens _ccCacheSubnetGroupName (\ s a -> s{_ccCacheSubnetGroupName = a}); --- | The name of the Availability Zone in which the cache cluster is located--- or \"Multiple\" if the cache nodes are located in different Availability--- Zones.+-- | The name of the Availability Zone in which the cache cluster is located or \"Multiple\" if the cache nodes are located in different Availability Zones. ccPreferredAvailabilityZone :: Lens' CacheCluster (Maybe Text) ccPreferredAvailabilityZone = lens _ccPreferredAvailabilityZone (\ s a -> s{_ccPreferredAvailabilityZone = a}); @@ -275,27 +252,18 @@ ccCacheParameterGroup :: Lens' CacheCluster (Maybe CacheParameterGroupStatus) ccCacheParameterGroup = lens _ccCacheParameterGroup (\ s a -> s{_ccCacheParameterGroup = a}); --- | The current state of this cache cluster, one of the following values:--- /available/, /creating/, /deleted/, /deleting/, /incompatible-network/,--- /modifying/, /rebooting cache cluster nodes/, /restore-failed/, or--- /snapshotting/.+-- | The current state of this cache cluster, one of the following values: /available/, /creating/, /deleted/, /deleting/, /incompatible-network/, /modifying/, /rebooting cache cluster nodes/, /restore-failed/, or /snapshotting/. ccCacheClusterStatus :: Lens' CacheCluster (Maybe Text) ccCacheClusterStatus = lens _ccCacheClusterStatus (\ s a -> s{_ccCacheClusterStatus = a}); --- | The number of days for which ElastiCache will retain automatic cache--- cluster snapshots before deleting them. For example, if you set--- /SnapshotRetentionLimit/ to 5, then a snapshot that was taken today will--- be retained for 5 days before being deleted.+-- | The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set /SnapshotRetentionLimit/ to 5, then a snapshot that was taken today will be retained for 5 days before being deleted. -- -- __Important__--- If the value of SnapshotRetentionLimit is set to zero (0), backups are--- turned off.+-- If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off. ccSnapshotRetentionLimit :: Lens' CacheCluster (Maybe Int) ccSnapshotRetentionLimit = lens _ccSnapshotRetentionLimit (\ s a -> s{_ccSnapshotRetentionLimit = a}); --- | The replication group to which this cache cluster belongs. If this field--- is empty, the cache cluster is not associated with any replication--- group.+-- | The replication group to which this cache cluster belongs. If this field is empty, the cache cluster is not associated with any replication group. ccReplicationGroupId :: Lens' CacheCluster (Maybe Text) ccReplicationGroupId = lens _ccReplicationGroupId (\ s a -> s{_ccReplicationGroupId = a}); @@ -305,8 +273,7 @@  -- | The number of cache nodes in the cache cluster. ----- For clusters running Redis, this value must be 1. For clusters running--- Memcached, this value must be between 1 and 20.+-- For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20. ccNumCacheNodes :: Lens' CacheCluster (Maybe Int) ccNumCacheNodes = lens _ccNumCacheNodes (\ s a -> s{_ccNumCacheNodes = a}); @@ -384,8 +351,7 @@ cevEngineVersion :: Lens' CacheEngineVersion (Maybe Text) cevEngineVersion = lens _cevEngineVersion (\ s a -> s{_cevEngineVersion = a}); --- | The name of the cache parameter group family associated with this cache--- engine.+-- | The name of the cache parameter group family associated with this cache engine. cevCacheParameterGroupFamily :: Lens' CacheEngineVersion (Maybe Text) cevCacheParameterGroupFamily = lens _cevCacheParameterGroupFamily (\ s a -> s{_cevCacheParameterGroupFamily = a}); @@ -414,39 +380,25 @@  instance NFData CacheEngineVersion --- | Represents an individual cache node within a cache cluster. Each cache--- node runs its own instance of the cluster\'s protocol-compliant caching--- software - either Memcached or Redis.+-- | Represents an individual cache node within a cache cluster. Each cache node runs its own instance of the cluster\'s protocol-compliant caching software - either Memcached or Redis. -- -- Valid node types are as follows: -- -- -   General purpose:---     -   Current generation: 'cache.t2.micro', 'cache.t2.small',---         'cache.t2.medium', 'cache.m3.medium', 'cache.m3.large',---         'cache.m3.xlarge', 'cache.m3.2xlarge'---     -   Previous generation: 'cache.t1.micro', 'cache.m1.small',---         'cache.m1.medium', 'cache.m1.large', 'cache.m1.xlarge'+--     -   Current generation: 'cache.t2.micro', 'cache.t2.small', 'cache.t2.medium', 'cache.m3.medium', 'cache.m3.large', 'cache.m3.xlarge', 'cache.m3.2xlarge'+--     -   Previous generation: 'cache.t1.micro', 'cache.m1.small', 'cache.m1.medium', 'cache.m1.large', 'cache.m1.xlarge' -- -   Compute optimized: 'cache.c1.xlarge' -- -   Memory optimized---     -   Current generation: 'cache.r3.large', 'cache.r3.xlarge',---         'cache.r3.2xlarge', 'cache.r3.4xlarge', 'cache.r3.8xlarge'---     -   Previous generation: 'cache.m2.xlarge', 'cache.m2.2xlarge',---         'cache.m2.4xlarge'+--     -   Current generation: 'cache.r3.large', 'cache.r3.xlarge', 'cache.r3.2xlarge', 'cache.r3.4xlarge', 'cache.r3.8xlarge'+--     -   Previous generation: 'cache.m2.xlarge', 'cache.m2.2xlarge', 'cache.m2.4xlarge' -- -- __Notes:__ ----- -   All t2 instances are created in an Amazon Virtual Private Cloud---     (VPC).+-- -   All t2 instances are created in an Amazon Virtual Private Cloud (VPC). -- -   Redis backup\/restore is not supported for t2 instances.--- -   Redis Append-only files (AOF) functionality is not supported for t1---     or t2 instances.+-- -   Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances. ----- For a complete listing of cache node types and specifications, see--- <http://aws.amazon.com/elasticache/details Amazon ElastiCache Product Features and Details>--- and--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific Cache Node Type-Specific Parameters for Memcached>--- or--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific Cache Node Type-Specific Parameters for Redis>.+-- For a complete listing of cache node types and specifications, see <http://aws.amazon.com/elasticache/details Amazon ElastiCache Product Features and Details> and <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific Cache Node Type-Specific Parameters for Memcached> or <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific Cache Node Type-Specific Parameters for Redis>. -- -- /See:/ 'cacheNode' smart constructor. data CacheNode = CacheNode'@@ -489,9 +441,7 @@     , _cnEndpoint = Nothing     } --- | The ID of the primary node to which this read replica node is--- synchronized. If this field is empty, then this node is not associated--- with a primary cache cluster.+-- | The ID of the primary node to which this read replica node is synchronized. If this field is empty, then this node is not associated with a primary cache cluster. cnSourceCacheNodeId :: Lens' CacheNode (Maybe Text) cnSourceCacheNodeId = lens _cnSourceCacheNodeId (\ s a -> s{_cnSourceCacheNodeId = a}); @@ -507,9 +457,7 @@ cnCustomerAvailabilityZone :: Lens' CacheNode (Maybe Text) cnCustomerAvailabilityZone = lens _cnCustomerAvailabilityZone (\ s a -> s{_cnCustomerAvailabilityZone = a}); --- | The cache node identifier. A node ID is a numeric identifier (0001,--- 0002, etc.). The combination of cluster ID and node ID uniquely--- identifies every cache node used in a customer\'s AWS account.+-- | The cache node identifier. A node ID is a numeric identifier (0001, 0002, etc.). The combination of cluster ID and node ID uniquely identifies every cache node used in a customer\'s AWS account. cnCacheNodeId :: Lens' CacheNode (Maybe Text) cnCacheNodeId = lens _cnCacheNodeId (\ s a -> s{_cnCacheNodeId = a}); @@ -536,10 +484,7 @@  instance NFData CacheNode --- | A parameter that has a different value for each cache node type it is--- applied to. For example, in a Redis cache cluster, a /cache.m1.large/--- cache node type would have a larger /maxmemory/ value than a--- /cache.m1.small/ type.+-- | A parameter that has a different value for each cache node type it is applied to. For example, in a Redis cache cluster, a /cache.m1.large/ cache node type would have a larger /maxmemory/ value than a /cache.m1.small/ type. -- -- /See:/ 'cacheNodeTypeSpecificParameter' smart constructor. data CacheNodeTypeSpecificParameter = CacheNodeTypeSpecificParameter'@@ -586,8 +531,7 @@     , _cntspDescription = Nothing     } --- | A list of cache node types and their corresponding values for this--- parameter.+-- | A list of cache node types and their corresponding values for this parameter. cntspCacheNodeTypeSpecificValues :: Lens' CacheNodeTypeSpecificParameter [CacheNodeTypeSpecificValue] cntspCacheNodeTypeSpecificValues = lens _cntspCacheNodeTypeSpecificValues (\ s a -> s{_cntspCacheNodeTypeSpecificValues = a}) . _Default . _Coerce; @@ -599,9 +543,7 @@ cntspSource :: Lens' CacheNodeTypeSpecificParameter (Maybe Text) cntspSource = lens _cntspSource (\ s a -> s{_cntspSource = a}); --- | Indicates whether ('true') or not ('false') the parameter can be--- modified. Some parameters have security or operational implications that--- prevent them from being changed.+-- | Indicates whether ('true') or not ('false') the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed. cntspIsModifiable :: Lens' CacheNodeTypeSpecificParameter (Maybe Bool) cntspIsModifiable = lens _cntspIsModifiable (\ s a -> s{_cntspIsModifiable = a}); @@ -705,8 +647,7 @@     , _cpgDescription = Nothing     } --- | The name of the cache parameter group family that this cache parameter--- group is compatible with.+-- | The name of the cache parameter group family that this cache parameter group is compatible with. cpgCacheParameterGroupFamily :: Lens' CacheParameterGroup (Maybe Text) cpgCacheParameterGroupFamily = lens _cpgCacheParameterGroupFamily (\ s a -> s{_cpgCacheParameterGroupFamily = a}); @@ -795,9 +736,7 @@ cpgsCacheParameterGroupName :: Lens' CacheParameterGroupStatus (Maybe Text) cpgsCacheParameterGroupName = lens _cpgsCacheParameterGroupName (\ s a -> s{_cpgsCacheParameterGroupName = a}); --- | 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.).+-- | 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.). cpgsCacheNodeIdsToReboot :: Lens' CacheParameterGroupStatus [Text] cpgsCacheNodeIdsToReboot = lens _cpgsCacheNodeIdsToReboot (\ s a -> s{_cpgsCacheNodeIdsToReboot = a}) . _Default . _Coerce; @@ -860,8 +799,7 @@ csgOwnerId :: Lens' CacheSecurityGroup (Maybe Text) csgOwnerId = lens _csgOwnerId (\ s a -> s{_csgOwnerId = a}); --- | A list of Amazon EC2 security groups that are associated with this cache--- security group.+-- | A list of Amazon EC2 security groups that are associated with this cache security group. csgEC2SecurityGroups :: Lens' CacheSecurityGroup [EC2SecurityGroup] csgEC2SecurityGroups = lens _csgEC2SecurityGroups (\ s a -> s{_csgEC2SecurityGroups = a}) . _Default . _Coerce; @@ -883,8 +821,7 @@  instance NFData CacheSecurityGroup --- | Represents a cache cluster\'s status within a particular cache security--- group.+-- | Represents a cache cluster\'s status within a particular cache security group. -- -- /See:/ 'cacheSecurityGroupMembership' smart constructor. data CacheSecurityGroupMembership = CacheSecurityGroupMembership'@@ -907,9 +844,7 @@     , _csgmCacheSecurityGroupName = Nothing     } --- | The membership status in the cache security group. The status changes--- when a cache security group is modified, or when the cache security--- groups assigned to a cache cluster are modified.+-- | The membership status in the cache security group. The status changes when a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified. csgmStatus :: Lens' CacheSecurityGroupMembership (Maybe Text) csgmStatus = lens _csgmStatus (\ s a -> s{_csgmStatus = a}); @@ -960,8 +895,7 @@     , _csgCacheSubnetGroupDescription = Nothing     } --- | The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet--- group.+-- | The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group. csgVPCId :: Lens' CacheSubnetGroup (Maybe Text) csgVPCId = lens _csgVPCId (\ s a -> s{_csgVPCId = a}); @@ -990,8 +924,7 @@  instance NFData CacheSubnetGroup --- | Provides ownership and status information for an Amazon EC2 security--- group.+-- | Provides ownership and status information for an Amazon EC2 security group. -- -- /See:/ 'ec2SecurityGroup' smart constructor. data EC2SecurityGroup = EC2SecurityGroup'@@ -1041,8 +974,7 @@  instance NFData EC2SecurityGroup --- | Represents the information required for client programs to connect to a--- cache node.+-- | Represents the information required for client programs to connect to a cache node. -- -- /See:/ 'endpoint' smart constructor. data Endpoint = Endpoint'@@ -1112,13 +1044,11 @@     , _edParameters = Nothing     } --- | Specifies the name of the cache parameter group family to which the--- engine default parameters apply.+-- | Specifies the name of the cache parameter group family to which the engine default parameters apply. edCacheParameterGroupFamily :: Lens' EngineDefaults (Maybe Text) edCacheParameterGroupFamily = lens _edCacheParameterGroupFamily (\ s a -> s{_edCacheParameterGroupFamily = a}); --- | A list of parameters specific to a particular cache node type. Each--- element in the list contains detailed information about one parameter.+-- | A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter. edCacheNodeTypeSpecificParameters :: Lens' EngineDefaults [CacheNodeTypeSpecificParameter] edCacheNodeTypeSpecificParameters = lens _edCacheNodeTypeSpecificParameters (\ s a -> s{_edCacheNodeTypeSpecificParameters = a}) . _Default . _Coerce; @@ -1146,9 +1076,7 @@  instance NFData EngineDefaults --- | Represents a single occurrence of something interesting within the--- system. Some examples of events are creating a cache cluster, adding or--- removing a cache node, or rebooting a node.+-- | Represents a single occurrence of something interesting within the system. Some examples of events are creating a cache cluster, adding or removing a cache node, or rebooting a node. -- -- /See:/ 'event' smart constructor. data Event = Event'@@ -1179,14 +1107,11 @@     , _eMessage = Nothing     } --- | Specifies the origin of this event - a cache cluster, a parameter group,--- a security group, etc.+-- | Specifies the origin of this event - a cache cluster, a parameter group, a security group, etc. eSourceType :: Lens' Event (Maybe SourceType) eSourceType = lens _eSourceType (\ s a -> s{_eSourceType = a}); --- | The identifier for the source of the event. For example, if the event--- occurred at the cache cluster level, the identifier would be the name of--- the cache cluster.+-- | The identifier for the source of the event. For example, if the event occurred at the cache cluster level, the identifier would be the name of the cache cluster. eSourceIdentifier :: Lens' Event (Maybe Text) eSourceIdentifier = lens _eSourceIdentifier (\ s a -> s{_eSourceIdentifier = a}); @@ -1240,8 +1165,7 @@     , _ngNodeGroupId = Nothing     } --- | The current state of this replication group - /creating/, /available/,--- etc.+-- | The current state of this replication group - /creating/, /available/, etc. ngStatus :: Lens' NodeGroup (Maybe Text) ngStatus = lens _ngStatus (\ s a -> s{_ngStatus = a}); @@ -1249,13 +1173,11 @@ ngPrimaryEndpoint :: Lens' NodeGroup (Maybe Endpoint) ngPrimaryEndpoint = lens _ngPrimaryEndpoint (\ s a -> s{_ngPrimaryEndpoint = a}); --- | A list containing information about individual nodes within the node--- group.+-- | A list containing information about individual nodes within the node group. ngNodeGroupMembers :: Lens' NodeGroup [NodeGroupMember] ngNodeGroupMembers = lens _ngNodeGroupMembers (\ s a -> s{_ngNodeGroupMembers = a}) . _Default . _Coerce; --- | The identifier for the node group. A replication group contains only one--- node group; therefore, the node group ID is 0001.+-- | The identifier for the node group. A replication group contains only one node group; therefore, the node group ID is 0001. ngNodeGroupId :: Lens' NodeGroup (Maybe Text) ngNodeGroupId = lens _ngNodeGroupId (\ s a -> s{_ngNodeGroupId = a}); @@ -1310,8 +1232,7 @@ ngmCacheClusterId :: Lens' NodeGroupMember (Maybe Text) ngmCacheClusterId = lens _ngmCacheClusterId (\ s a -> s{_ngmCacheClusterId = a}); --- | The ID of the node within its cache cluster. A node ID is a numeric--- identifier (0001, 0002, etc.).+-- | The ID of the node within its cache cluster. A node ID is a numeric identifier (0001, 0002, etc.). ngmCacheNodeId :: Lens' NodeGroupMember (Maybe Text) ngmCacheNodeId = lens _ngmCacheNodeId (\ s a -> s{_ngmCacheNodeId = a}); @@ -1319,8 +1240,7 @@ ngmPreferredAvailabilityZone :: Lens' NodeGroupMember (Maybe Text) ngmPreferredAvailabilityZone = lens _ngmPreferredAvailabilityZone (\ s a -> s{_ngmPreferredAvailabilityZone = a}); --- | The role that is currently assigned to the node - /primary/ or--- /replica/.+-- | The role that is currently assigned to the node - /primary/ or /replica/. ngmCurrentRole :: Lens' NodeGroupMember (Maybe Text) ngmCurrentRole = lens _ngmCurrentRole (\ s a -> s{_ngmCurrentRole = a}); @@ -1371,8 +1291,7 @@     , _nsCacheSize = Nothing     } --- | The date and time when the cache node was created in the source cache--- cluster.+-- | The date and time when the cache node was created in the source cache cluster. nsCacheNodeCreateTime :: Lens' NodeSnapshot (Maybe UTCTime) nsCacheNodeCreateTime = lens _nsCacheNodeCreateTime (\ s a -> s{_nsCacheNodeCreateTime = a}) . mapping _Time; @@ -1380,8 +1299,7 @@ nsCacheNodeId :: Lens' NodeSnapshot (Maybe Text) nsCacheNodeId = lens _nsCacheNodeId (\ s a -> s{_nsCacheNodeId = a}); --- | The date and time when the source node\'s metadata and cache data set--- was obtained for the snapshot.+-- | The date and time when the source node\'s metadata and cache data set was obtained for the snapshot. nsSnapshotCreateTime :: Lens' NodeSnapshot (Maybe UTCTime) nsSnapshotCreateTime = lens _nsSnapshotCreateTime (\ s a -> s{_nsSnapshotCreateTime = a}) . mapping _Time; @@ -1401,9 +1319,7 @@  instance NFData NodeSnapshot --- | Describes a notification topic and its status. Notification topics are--- used for publishing ElastiCache events to subscribers using Amazon--- Simple Notification Service (SNS).+-- | Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS). -- -- /See:/ 'notificationConfiguration' smart constructor. data NotificationConfiguration = NotificationConfiguration'@@ -1443,8 +1359,7 @@  instance NFData NotificationConfiguration --- | Describes an individual setting that controls some aspect of ElastiCache--- behavior.+-- | Describes an individual setting that controls some aspect of ElastiCache behavior. -- -- /See:/ 'parameter' smart constructor. data Parameter = Parameter'@@ -1503,9 +1418,7 @@ pSource :: Lens' Parameter (Maybe Text) pSource = lens _pSource (\ s a -> s{_pSource = a}); --- | Indicates whether ('true') or not ('false') the parameter can be--- modified. Some parameters have security or operational implications that--- prevent them from being changed.+-- | Indicates whether ('true') or not ('false') the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed. pIsModifiable :: Lens' Parameter (Maybe Bool) pIsModifiable = lens _pIsModifiable (\ s a -> s{_pIsModifiable = a}); @@ -1541,8 +1454,7 @@  instance NFData Parameter --- | Describes a name-value pair that is used to update the value of a--- parameter.+-- | Describes a name-value pair that is used to update the value of a parameter. -- -- /See:/ 'parameterNameValue' smart constructor. data ParameterNameValue = ParameterNameValue'@@ -1583,8 +1495,7 @@               ["ParameterValue" =: _pnvParameterValue,                "ParameterName" =: _pnvParameterName] --- | A group of settings that will be applied to the cache cluster in the--- future, or that are currently being applied.+-- | A group of settings that will be applied to the cache cluster in the future, or that are currently being applied. -- -- /See:/ 'pendingModifiedValues' smart constructor. data PendingModifiedValues = PendingModifiedValues'@@ -1619,21 +1530,17 @@ pmvEngineVersion :: Lens' PendingModifiedValues (Maybe Text) pmvEngineVersion = lens _pmvEngineVersion (\ s a -> s{_pmvEngineVersion = a}); --- | The cache node type that this cache cluster or replication group will be--- scaled to.+-- | The cache node type that this cache cluster or replication group will be scaled to. pmvCacheNodeType :: Lens' PendingModifiedValues (Maybe Text) pmvCacheNodeType = lens _pmvCacheNodeType (\ s a -> s{_pmvCacheNodeType = a}); --- | A list of cache node IDs that are being removed (or will be removed)--- from the cache cluster. A node ID is a numeric identifier (0001, 0002,--- etc.).+-- | A list of cache node IDs that are being removed (or will be removed) from the cache cluster. A node ID is a numeric identifier (0001, 0002, etc.). pmvCacheNodeIdsToRemove :: Lens' PendingModifiedValues [Text] pmvCacheNodeIdsToRemove = lens _pmvCacheNodeIdsToRemove (\ s a -> s{_pmvCacheNodeIdsToRemove = a}) . _Default . _Coerce;  -- | The new number of cache nodes for the cache cluster. ----- For clusters running Redis, this value must be 1. For clusters running--- Memcached, this value must be between 1 and 20.+-- For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20. pmvNumCacheNodes :: Lens' PendingModifiedValues (Maybe Int) pmvNumCacheNodes = lens _pmvNumCacheNodes (\ s a -> s{_pmvNumCacheNodes = a}); @@ -1650,8 +1557,7 @@  instance NFData PendingModifiedValues --- | Contains the specific price and frequency of a recurring charges for a--- reserved cache node, or for a reserved cache node offering.+-- | Contains the specific price and frequency of a recurring charges for a reserved cache node, or for a reserved cache node offering. -- -- /See:/ 'recurringCharge' smart constructor. data RecurringCharge = RecurringCharge'@@ -1739,23 +1645,19 @@     , _rgAutomaticFailover = Nothing     } --- | The current state of this replication group - /creating/, /available/,--- etc.+-- | The current state of this replication group - /creating/, /available/, etc. rgStatus :: Lens' ReplicationGroup (Maybe Text) rgStatus = lens _rgStatus (\ s a -> s{_rgStatus = a}); --- | A single element list with information about the nodes in the--- replication group.+-- | A single element list with information about the nodes in the replication group. rgNodeGroups :: Lens' ReplicationGroup [NodeGroup] rgNodeGroups = lens _rgNodeGroups (\ s a -> s{_rgNodeGroups = a}) . _Default . _Coerce; --- | The cache cluster ID that is used as the daily snapshot source for the--- replication group.+-- | The cache cluster ID that is used as the daily snapshot source for the replication group. rgSnapshottingClusterId :: Lens' ReplicationGroup (Maybe Text) rgSnapshottingClusterId = lens _rgSnapshottingClusterId (\ s a -> s{_rgSnapshottingClusterId = a}); --- | The names of all the cache clusters that are part of this replication--- group.+-- | The names of all the cache clusters that are part of this replication group. rgMemberClusters :: Lens' ReplicationGroup [Text] rgMemberClusters = lens _rgMemberClusters (\ s a -> s{_rgMemberClusters = a}) . _Default . _Coerce; @@ -1767,8 +1669,7 @@ rgReplicationGroupId :: Lens' ReplicationGroup (Maybe Text) rgReplicationGroupId = lens _rgReplicationGroupId (\ s a -> s{_rgReplicationGroupId = a}); --- | A group of settings to be applied to the replication group, either--- immediately or during the next maintenance window.+-- | A group of settings to be applied to the replication group, either immediately or during the next maintenance window. rgPendingModifiedValues :: Lens' ReplicationGroup (Maybe ReplicationGroupPendingModifiedValues) rgPendingModifiedValues = lens _rgPendingModifiedValues (\ s a -> s{_rgPendingModifiedValues = a}); @@ -1800,8 +1701,7 @@  instance NFData ReplicationGroup --- | The settings to be applied to the replication group, either immediately--- or during the next maintenance window.+-- | The settings to be applied to the replication group, either immediately or during the next maintenance window. -- -- /See:/ 'replicationGroupPendingModifiedValues' smart constructor. data ReplicationGroupPendingModifiedValues = ReplicationGroupPendingModifiedValues'@@ -1824,9 +1724,7 @@     , _rgpmvAutomaticFailoverStatus = Nothing     } --- | The primary cluster ID which will be applied immediately (if--- '--apply-immediately' was specified), or during the next maintenance--- window.+-- | The primary cluster ID which will be applied immediately (if '--apply-immediately' was specified), or during the next maintenance window. rgpmvPrimaryClusterId :: Lens' ReplicationGroupPendingModifiedValues (Maybe Text) rgpmvPrimaryClusterId = lens _rgpmvPrimaryClusterId (\ s a -> s{_rgpmvPrimaryClusterId = a}); @@ -1919,32 +1817,20 @@ -- Valid node types are as follows: -- -- -   General purpose:---     -   Current generation: 'cache.t2.micro', 'cache.t2.small',---         'cache.t2.medium', 'cache.m3.medium', 'cache.m3.large',---         'cache.m3.xlarge', 'cache.m3.2xlarge'---     -   Previous generation: 'cache.t1.micro', 'cache.m1.small',---         'cache.m1.medium', 'cache.m1.large', 'cache.m1.xlarge'+--     -   Current generation: 'cache.t2.micro', 'cache.t2.small', 'cache.t2.medium', 'cache.m3.medium', 'cache.m3.large', 'cache.m3.xlarge', 'cache.m3.2xlarge'+--     -   Previous generation: 'cache.t1.micro', 'cache.m1.small', 'cache.m1.medium', 'cache.m1.large', 'cache.m1.xlarge' -- -   Compute optimized: 'cache.c1.xlarge' -- -   Memory optimized---     -   Current generation: 'cache.r3.large', 'cache.r3.xlarge',---         'cache.r3.2xlarge', 'cache.r3.4xlarge', 'cache.r3.8xlarge'---     -   Previous generation: 'cache.m2.xlarge', 'cache.m2.2xlarge',---         'cache.m2.4xlarge'+--     -   Current generation: 'cache.r3.large', 'cache.r3.xlarge', 'cache.r3.2xlarge', 'cache.r3.4xlarge', 'cache.r3.8xlarge'+--     -   Previous generation: 'cache.m2.xlarge', 'cache.m2.2xlarge', 'cache.m2.4xlarge' -- -- __Notes:__ ----- -   All t2 instances are created in an Amazon Virtual Private Cloud---     (VPC).+-- -   All t2 instances are created in an Amazon Virtual Private Cloud (VPC). -- -   Redis backup\/restore is not supported for t2 instances.--- -   Redis Append-only files (AOF) functionality is not supported for t1---     or t2 instances.+-- -   Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances. ----- For a complete listing of cache node types and specifications, see--- <http://aws.amazon.com/elasticache/details Amazon ElastiCache Product Features and Details>--- and--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific Cache Node Type-Specific Parameters for Memcached>--- or--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific Cache Node Type-Specific Parameters for Redis>.+-- For a complete listing of cache node types and specifications, see <http://aws.amazon.com/elasticache/details Amazon ElastiCache Product Features and Details> and <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific Cache Node Type-Specific Parameters for Memcached> or <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific Cache Node Type-Specific Parameters for Redis>. rcnCacheNodeType :: Lens' ReservedCacheNode (Maybe Text) rcnCacheNodeType = lens _rcnCacheNodeType (\ s a -> s{_rcnCacheNodeType = a}); @@ -2065,32 +1951,20 @@ -- Valid node types are as follows: -- -- -   General purpose:---     -   Current generation: 'cache.t2.micro', 'cache.t2.small',---         'cache.t2.medium', 'cache.m3.medium', 'cache.m3.large',---         'cache.m3.xlarge', 'cache.m3.2xlarge'---     -   Previous generation: 'cache.t1.micro', 'cache.m1.small',---         'cache.m1.medium', 'cache.m1.large', 'cache.m1.xlarge'+--     -   Current generation: 'cache.t2.micro', 'cache.t2.small', 'cache.t2.medium', 'cache.m3.medium', 'cache.m3.large', 'cache.m3.xlarge', 'cache.m3.2xlarge'+--     -   Previous generation: 'cache.t1.micro', 'cache.m1.small', 'cache.m1.medium', 'cache.m1.large', 'cache.m1.xlarge' -- -   Compute optimized: 'cache.c1.xlarge' -- -   Memory optimized---     -   Current generation: 'cache.r3.large', 'cache.r3.xlarge',---         'cache.r3.2xlarge', 'cache.r3.4xlarge', 'cache.r3.8xlarge'---     -   Previous generation: 'cache.m2.xlarge', 'cache.m2.2xlarge',---         'cache.m2.4xlarge'+--     -   Current generation: 'cache.r3.large', 'cache.r3.xlarge', 'cache.r3.2xlarge', 'cache.r3.4xlarge', 'cache.r3.8xlarge'+--     -   Previous generation: 'cache.m2.xlarge', 'cache.m2.2xlarge', 'cache.m2.4xlarge' -- -- __Notes:__ ----- -   All t2 instances are created in an Amazon Virtual Private Cloud---     (VPC).+-- -   All t2 instances are created in an Amazon Virtual Private Cloud (VPC). -- -   Redis backup\/restore is not supported for t2 instances.--- -   Redis Append-only files (AOF) functionality is not supported for t1---     or t2 instances.+-- -   Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances. ----- For a complete listing of cache node types and specifications, see--- <http://aws.amazon.com/elasticache/details Amazon ElastiCache Product Features and Details>--- and--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific Cache Node Type-Specific Parameters for Memcached>--- or--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific Cache Node Type-Specific Parameters for Redis>.+-- For a complete listing of cache node types and specifications, see <http://aws.amazon.com/elasticache/details Amazon ElastiCache Product Features and Details> and <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific Cache Node Type-Specific Parameters for Memcached> or <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific Cache Node Type-Specific Parameters for Redis>. rcnoCacheNodeType :: Lens' ReservedCacheNodesOffering (Maybe Text) rcnoCacheNodeType = lens _rcnoCacheNodeType (\ s a -> s{_rcnoCacheNodeType = a}); @@ -2163,9 +2037,7 @@     , _sgmSecurityGroupId = Nothing     } --- | The status of the cache security group membership. The status changes--- whenever a cache security group is modified, or when the cache security--- groups assigned to a cache cluster are modified.+-- | The status of the cache security group membership. The status changes whenever a cache security group is modified, or when the cache security groups assigned to a cache cluster are modified. sgmStatus :: Lens' SecurityGroupMembership (Maybe Text) sgmStatus = lens _sgmStatus (\ s a -> s{_sgmStatus = a}); @@ -2182,8 +2054,7 @@  instance NFData SecurityGroupMembership --- | Represents a copy of an entire cache cluster as of the time when the--- snapshot was taken.+-- | Represents a copy of an entire cache cluster as of the time when the snapshot was taken. -- -- /See:/ 'snapshot' smart constructor. data Snapshot = Snapshot'@@ -2278,43 +2149,29 @@     , _sSnapshotSource = Nothing     } --- | The version of the cache engine version that is used by the source cache--- cluster.+-- | The version of the cache engine version that is used by the source cache cluster. sEngineVersion :: Lens' Snapshot (Maybe Text) sEngineVersion = lens _sEngineVersion (\ s a -> s{_sEngineVersion = a}); --- | The name of the compute and memory capacity node type for the source--- cache cluster.+-- | The name of the compute and memory capacity node type for the source cache cluster. -- -- Valid node types are as follows: -- -- -   General purpose:---     -   Current generation: 'cache.t2.micro', 'cache.t2.small',---         'cache.t2.medium', 'cache.m3.medium', 'cache.m3.large',---         'cache.m3.xlarge', 'cache.m3.2xlarge'---     -   Previous generation: 'cache.t1.micro', 'cache.m1.small',---         'cache.m1.medium', 'cache.m1.large', 'cache.m1.xlarge'+--     -   Current generation: 'cache.t2.micro', 'cache.t2.small', 'cache.t2.medium', 'cache.m3.medium', 'cache.m3.large', 'cache.m3.xlarge', 'cache.m3.2xlarge'+--     -   Previous generation: 'cache.t1.micro', 'cache.m1.small', 'cache.m1.medium', 'cache.m1.large', 'cache.m1.xlarge' -- -   Compute optimized: 'cache.c1.xlarge' -- -   Memory optimized---     -   Current generation: 'cache.r3.large', 'cache.r3.xlarge',---         'cache.r3.2xlarge', 'cache.r3.4xlarge', 'cache.r3.8xlarge'---     -   Previous generation: 'cache.m2.xlarge', 'cache.m2.2xlarge',---         'cache.m2.4xlarge'+--     -   Current generation: 'cache.r3.large', 'cache.r3.xlarge', 'cache.r3.2xlarge', 'cache.r3.4xlarge', 'cache.r3.8xlarge'+--     -   Previous generation: 'cache.m2.xlarge', 'cache.m2.2xlarge', 'cache.m2.4xlarge' -- -- __Notes:__ ----- -   All t2 instances are created in an Amazon Virtual Private Cloud---     (VPC).+-- -   All t2 instances are created in an Amazon Virtual Private Cloud (VPC). -- -   Redis backup\/restore is not supported for t2 instances.--- -   Redis Append-only files (AOF) functionality is not supported for t1---     or t2 instances.+-- -   Redis Append-only files (AOF) functionality is not supported for t1 or t2 instances. ----- For a complete listing of cache node types and specifications, see--- <http://aws.amazon.com/elasticache/details Amazon ElastiCache Product Features and Details>--- and--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific Cache Node Type-Specific Parameters for Memcached>--- or--- <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific Cache Node Type-Specific Parameters for Redis>.+-- For a complete listing of cache node types and specifications, see <http://aws.amazon.com/elasticache/details Amazon ElastiCache Product Features and Details> and <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Memcached.html#CacheParameterGroups.Memcached.NodeSpecific Cache Node Type-Specific Parameters for Memcached> or <http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheParameterGroups.Redis.html#CacheParameterGroups.Redis.NodeSpecific Cache Node Type-Specific Parameters for Redis>. sCacheNodeType :: Lens' Snapshot (Maybe Text) sCacheNodeType = lens _sCacheNodeType (\ s a -> s{_sCacheNodeType = a}); @@ -2326,23 +2183,19 @@ sAutoMinorVersionUpgrade :: Lens' Snapshot (Maybe Bool) sAutoMinorVersionUpgrade = lens _sAutoMinorVersionUpgrade (\ s a -> s{_sAutoMinorVersionUpgrade = a}); --- | The cache parameter group that is associated with the source cache--- cluster.+-- | The cache parameter group that is associated with the source cache cluster. sCacheParameterGroupName :: Lens' Snapshot (Maybe Text) sCacheParameterGroupName = lens _sCacheParameterGroupName (\ s a -> s{_sCacheParameterGroupName = a}); --- | The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet--- group for the source cache cluster.+-- | The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group for the source cache cluster. sVPCId :: Lens' Snapshot (Maybe Text) sVPCId = lens _sVPCId (\ s a -> s{_sVPCId = a}); --- | The status of the snapshot. Valid values: 'creating' | 'available' |--- 'restoring' | 'copying' | 'deleting'.+-- | The status of the snapshot. Valid values: 'creating' | 'available' | 'restoring' | 'copying' | 'deleting'. sSnapshotStatus :: Lens' Snapshot (Maybe Text) sSnapshotStatus = lens _sSnapshotStatus (\ s a -> s{_sSnapshotStatus = a}); --- | The daily time range during which ElastiCache takes daily snapshots of--- the source cache cluster.+-- | The daily time range during which ElastiCache takes daily snapshots of the source cache cluster. sSnapshotWindow :: Lens' Snapshot (Maybe Text) sSnapshotWindow = lens _sSnapshotWindow (\ s a -> s{_sSnapshotWindow = a}); @@ -2350,15 +2203,11 @@ sCacheClusterId :: Lens' Snapshot (Maybe Text) sCacheClusterId = lens _sCacheClusterId (\ s a -> s{_sCacheClusterId = a}); --- | The name of the cache engine (/memcached/ or /redis/) used by the source--- cache cluster.+-- | The name of the cache engine (/memcached/ or /redis/) used by the source cache cluster. sEngine :: Lens' Snapshot (Maybe Text) sEngine = lens _sEngine (\ s a -> s{_sEngine = a}); --- | Specifies the weekly time range during which maintenance on the cache--- cluster is performed. It is specified as a range in the format--- ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window--- is a 60 minute period. Valid values for 'ddd' are:+-- | Specifies the weekly time range during which maintenance on the cache cluster is performed. It is specified as a range in the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance window is a 60 minute period. Valid values for 'ddd' are: -- -- -   'sun' -- -   'mon'@@ -2372,8 +2221,7 @@ sPreferredMaintenanceWindow :: Lens' Snapshot (Maybe Text) sPreferredMaintenanceWindow = lens _sPreferredMaintenanceWindow (\ s a -> s{_sPreferredMaintenanceWindow = a}); --- | The Amazon Resource Name (ARN) for the topic used by the source cache--- cluster for publishing notifications.+-- | The Amazon Resource Name (ARN) for the topic used by the source cache cluster for publishing notifications. sTopicARN :: Lens' Snapshot (Maybe Text) sTopicARN = lens _sTopicARN (\ s a -> s{_sTopicARN = a}); @@ -2381,39 +2229,30 @@ sNodeSnapshots :: Lens' Snapshot [NodeSnapshot] sNodeSnapshots = lens _sNodeSnapshots (\ s a -> s{_sNodeSnapshots = a}) . _Default . _Coerce; --- | The name of the cache subnet group associated with the source cache--- cluster.+-- | The name of the cache subnet group associated with the source cache cluster. sCacheSubnetGroupName :: Lens' Snapshot (Maybe Text) sCacheSubnetGroupName = lens _sCacheSubnetGroupName (\ s a -> s{_sCacheSubnetGroupName = a}); --- | The name of the Availability Zone in which the source cache cluster is--- located.+-- | The name of the Availability Zone in which the source cache cluster is located. sPreferredAvailabilityZone :: Lens' Snapshot (Maybe Text) sPreferredAvailabilityZone = lens _sPreferredAvailabilityZone (\ s a -> s{_sPreferredAvailabilityZone = a}); --- | For an automatic snapshot, the number of days for which ElastiCache will--- retain the snapshot before deleting it.+-- | For an automatic snapshot, the number of days for which ElastiCache will retain the snapshot before deleting it. ----- For manual snapshots, this field reflects the /SnapshotRetentionLimit/--- for the source cache cluster when the snapshot was created. This field--- is otherwise ignored: Manual snapshots do not expire, and can only be--- deleted using the /DeleteSnapshot/ action.+-- For manual snapshots, this field reflects the /SnapshotRetentionLimit/ for the source cache cluster when the snapshot was created. This field is otherwise ignored: Manual snapshots do not expire, and can only be deleted using the /DeleteSnapshot/ action. -- -- __Important__--- If the value of SnapshotRetentionLimit is set to zero (0), backups are--- turned off.+-- If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off. sSnapshotRetentionLimit :: Lens' Snapshot (Maybe Int) sSnapshotRetentionLimit = lens _sSnapshotRetentionLimit (\ s a -> s{_sSnapshotRetentionLimit = a}); --- | The name of a snapshot. For an automatic snapshot, the name is--- system-generated; for a manual snapshot, this is the user-provided name.+-- | The name of a snapshot. For an automatic snapshot, the name is system-generated; for a manual snapshot, this is the user-provided name. sSnapshotName :: Lens' Snapshot (Maybe Text) sSnapshotName = lens _sSnapshotName (\ s a -> s{_sSnapshotName = a});  -- | The number of cache nodes in the source cache cluster. ----- For clusters running Redis, this value must be 1. For clusters running--- Memcached, this value must be between 1 and 20.+-- For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 20. sNumCacheNodes :: Lens' Snapshot (Maybe Int) sNumCacheNodes = lens _sNumCacheNodes (\ s a -> s{_sNumCacheNodes = a}); @@ -2421,8 +2260,7 @@ sPort :: Lens' Snapshot (Maybe Int) sPort = lens _sPort (\ s a -> s{_sPort = a}); --- | Indicates whether the snapshot is from an automatic backup ('automated')--- or was created manually ('manual').+-- | Indicates whether the snapshot is from an automatic backup ('automated') or was created manually ('manual'). sSnapshotSource :: Lens' Snapshot (Maybe Text) sSnapshotSource = lens _sSnapshotSource (\ s a -> s{_sSnapshotSource = a}); @@ -2455,9 +2293,7 @@  instance NFData Snapshot --- | Represents the subnet associated with a cache cluster. This parameter--- refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC)--- and used with ElastiCache.+-- | Represents the subnet associated with a cache cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with ElastiCache. -- -- /See:/ 'subnet' smart constructor. data Subnet = Subnet'@@ -2498,9 +2334,7 @@  instance NFData Subnet --- | A cost allocation Tag that can be added to an ElastiCache cluster or--- replication group. Tags are composed of a Key\/Value pair. A tag with a--- null Value is permitted.+-- | A cost allocation Tag that can be added to an ElastiCache cluster or replication group. Tags are composed of a Key\/Value pair. A tag with a null Value is permitted. -- -- /See:/ 'tag' smart constructor. data Tag = Tag'@@ -2543,8 +2377,7 @@         toQuery Tag'{..}           = mconcat ["Value" =: _tagValue, "Key" =: _tagKey] --- | Represents the output from the /AddTagsToResource/,--- /ListTagsOnResource/, and /RemoveTagsFromResource/ actions.+-- | Represents the output from the /AddTagsToResource/, /ListTagsOnResource/, and /RemoveTagsFromResource/ actions. -- -- /See:/ 'tagListMessage' smart constructor. newtype TagListMessage = TagListMessage'
test/Test/AWS/Gen/ElastiCache.hs view
@@ -28,235 +28,235 @@ -- fixtures :: TestTree -- fixtures = --     [ testGroup "request"---         [ testDeleteCacheSecurityGroup $+--         [ requestDeleteCacheSecurityGroup $ --             deleteCacheSecurityGroup -----         , testCreateReplicationGroup $+--         , requestCreateReplicationGroup $ --             createReplicationGroup -----         , testDeleteCacheCluster $+--         , requestDeleteCacheCluster $ --             deleteCacheCluster -----         , testRebootCacheCluster $+--         , requestRebootCacheCluster $ --             rebootCacheCluster -----         , testRevokeCacheSecurityGroupIngress $+--         , requestRevokeCacheSecurityGroupIngress $ --             revokeCacheSecurityGroupIngress -----         , testCreateCacheCluster $+--         , requestCreateCacheCluster $ --             createCacheCluster -----         , testDescribeEvents $+--         , requestDescribeEvents $ --             describeEvents -----         , testDescribeEngineDefaultParameters $+--         , requestDescribeEngineDefaultParameters $ --             describeEngineDefaultParameters -----         , testModifyCacheParameterGroup $+--         , requestModifyCacheParameterGroup $ --             modifyCacheParameterGroup -----         , testDeleteReplicationGroup $+--         , requestDeleteReplicationGroup $ --             deleteReplicationGroup -----         , testListTagsForResource $+--         , requestListTagsForResource $ --             listTagsForResource -----         , testDescribeCacheClusters $+--         , requestDescribeCacheClusters $ --             describeCacheClusters -----         , testPurchaseReservedCacheNodesOffering $+--         , requestPurchaseReservedCacheNodesOffering $ --             purchaseReservedCacheNodesOffering -----         , testRemoveTagsFromResource $+--         , requestRemoveTagsFromResource $ --             removeTagsFromResource -----         , testModifyReplicationGroup $+--         , requestModifyReplicationGroup $ --             modifyReplicationGroup -----         , testDescribeCacheParameters $+--         , requestDescribeCacheParameters $ --             describeCacheParameters -----         , testDescribeCacheSubnetGroups $+--         , requestDescribeCacheSubnetGroups $ --             describeCacheSubnetGroups -----         , testCreateCacheSecurityGroup $+--         , requestCreateCacheSecurityGroup $ --             createCacheSecurityGroup -----         , testAddTagsToResource $+--         , requestAddTagsToResource $ --             addTagsToResource -----         , testAuthorizeCacheSecurityGroupIngress $+--         , requestAuthorizeCacheSecurityGroupIngress $ --             authorizeCacheSecurityGroupIngress -----         , testCopySnapshot $+--         , requestCopySnapshot $ --             copySnapshot -----         , testCreateCacheSubnetGroup $+--         , requestCreateCacheSubnetGroup $ --             createCacheSubnetGroup -----         , testDescribeCacheParameterGroups $+--         , requestDescribeCacheParameterGroups $ --             describeCacheParameterGroups -----         , testResetCacheParameterGroup $+--         , requestResetCacheParameterGroup $ --             resetCacheParameterGroup -----         , testListAllowedNodeTypeModifications $+--         , requestListAllowedNodeTypeModifications $ --             listAllowedNodeTypeModifications -----         , testDescribeSnapshots $+--         , requestDescribeSnapshots $ --             describeSnapshots -----         , testDescribeReplicationGroups $+--         , requestDescribeReplicationGroups $ --             describeReplicationGroups -----         , testDeleteSnapshot $+--         , requestDeleteSnapshot $ --             deleteSnapshot -----         , testDescribeReservedCacheNodesOfferings $+--         , requestDescribeReservedCacheNodesOfferings $ --             describeReservedCacheNodesOfferings -----         , testModifyCacheSubnetGroup $+--         , requestModifyCacheSubnetGroup $ --             modifyCacheSubnetGroup -----         , testCreateSnapshot $+--         , requestCreateSnapshot $ --             createSnapshot -----         , testDeleteCacheParameterGroup $+--         , requestDeleteCacheParameterGroup $ --             deleteCacheParameterGroup -----         , testDescribeCacheSecurityGroups $+--         , requestDescribeCacheSecurityGroups $ --             describeCacheSecurityGroups -----         , testModifyCacheCluster $+--         , requestModifyCacheCluster $ --             modifyCacheCluster -----         , testDescribeCacheEngineVersions $+--         , requestDescribeCacheEngineVersions $ --             describeCacheEngineVersions -----         , testCreateCacheParameterGroup $+--         , requestCreateCacheParameterGroup $ --             createCacheParameterGroup -----         , testDescribeReservedCacheNodes $+--         , requestDescribeReservedCacheNodes $ --             describeReservedCacheNodes -----         , testDeleteCacheSubnetGroup $+--         , requestDeleteCacheSubnetGroup $ --             deleteCacheSubnetGroup -- --           ]  --     , testGroup "response"---         [ testDeleteCacheSecurityGroupResponse $+--         [ responseDeleteCacheSecurityGroup $ --             deleteCacheSecurityGroupResponse -----         , testCreateReplicationGroupResponse $+--         , responseCreateReplicationGroup $ --             createReplicationGroupResponse -----         , testDeleteCacheClusterResponse $+--         , responseDeleteCacheCluster $ --             deleteCacheClusterResponse -----         , testRebootCacheClusterResponse $+--         , responseRebootCacheCluster $ --             rebootCacheClusterResponse -----         , testRevokeCacheSecurityGroupIngressResponse $+--         , responseRevokeCacheSecurityGroupIngress $ --             revokeCacheSecurityGroupIngressResponse -----         , testCreateCacheClusterResponse $+--         , responseCreateCacheCluster $ --             createCacheClusterResponse -----         , testDescribeEventsResponse $+--         , responseDescribeEvents $ --             describeEventsResponse -----         , testDescribeEngineDefaultParametersResponse $+--         , responseDescribeEngineDefaultParameters $ --             describeEngineDefaultParametersResponse -----         , testModifyCacheParameterGroupResponse $+--         , responseModifyCacheParameterGroup $ --             cacheParameterGroupNameMessage -----         , testDeleteReplicationGroupResponse $+--         , responseDeleteReplicationGroup $ --             deleteReplicationGroupResponse -----         , testListTagsForResourceResponse $+--         , responseListTagsForResource $ --             tagListMessage -----         , testDescribeCacheClustersResponse $+--         , responseDescribeCacheClusters $ --             describeCacheClustersResponse -----         , testPurchaseReservedCacheNodesOfferingResponse $+--         , responsePurchaseReservedCacheNodesOffering $ --             purchaseReservedCacheNodesOfferingResponse -----         , testRemoveTagsFromResourceResponse $+--         , responseRemoveTagsFromResource $ --             tagListMessage -----         , testModifyReplicationGroupResponse $+--         , responseModifyReplicationGroup $ --             modifyReplicationGroupResponse -----         , testDescribeCacheParametersResponse $+--         , responseDescribeCacheParameters $ --             describeCacheParametersResponse -----         , testDescribeCacheSubnetGroupsResponse $+--         , responseDescribeCacheSubnetGroups $ --             describeCacheSubnetGroupsResponse -----         , testCreateCacheSecurityGroupResponse $+--         , responseCreateCacheSecurityGroup $ --             createCacheSecurityGroupResponse -----         , testAddTagsToResourceResponse $+--         , responseAddTagsToResource $ --             tagListMessage -----         , testAuthorizeCacheSecurityGroupIngressResponse $+--         , responseAuthorizeCacheSecurityGroupIngress $ --             authorizeCacheSecurityGroupIngressResponse -----         , testCopySnapshotResponse $+--         , responseCopySnapshot $ --             copySnapshotResponse -----         , testCreateCacheSubnetGroupResponse $+--         , responseCreateCacheSubnetGroup $ --             createCacheSubnetGroupResponse -----         , testDescribeCacheParameterGroupsResponse $+--         , responseDescribeCacheParameterGroups $ --             describeCacheParameterGroupsResponse -----         , testResetCacheParameterGroupResponse $+--         , responseResetCacheParameterGroup $ --             cacheParameterGroupNameMessage -----         , testListAllowedNodeTypeModificationsResponse $+--         , responseListAllowedNodeTypeModifications $ --             listAllowedNodeTypeModificationsResponse -----         , testDescribeSnapshotsResponse $+--         , responseDescribeSnapshots $ --             describeSnapshotsResponse -----         , testDescribeReplicationGroupsResponse $+--         , responseDescribeReplicationGroups $ --             describeReplicationGroupsResponse -----         , testDeleteSnapshotResponse $+--         , responseDeleteSnapshot $ --             deleteSnapshotResponse -----         , testDescribeReservedCacheNodesOfferingsResponse $+--         , responseDescribeReservedCacheNodesOfferings $ --             describeReservedCacheNodesOfferingsResponse -----         , testModifyCacheSubnetGroupResponse $+--         , responseModifyCacheSubnetGroup $ --             modifyCacheSubnetGroupResponse -----         , testCreateSnapshotResponse $+--         , responseCreateSnapshot $ --             createSnapshotResponse -----         , testDeleteCacheParameterGroupResponse $+--         , responseDeleteCacheParameterGroup $ --             deleteCacheParameterGroupResponse -----         , testDescribeCacheSecurityGroupsResponse $+--         , responseDescribeCacheSecurityGroups $ --             describeCacheSecurityGroupsResponse -----         , testModifyCacheClusterResponse $+--         , responseModifyCacheCluster $ --             modifyCacheClusterResponse -----         , testDescribeCacheEngineVersionsResponse $+--         , responseDescribeCacheEngineVersions $ --             describeCacheEngineVersionsResponse -----         , testCreateCacheParameterGroupResponse $+--         , responseCreateCacheParameterGroup $ --             createCacheParameterGroupResponse -----         , testDescribeReservedCacheNodesResponse $+--         , responseDescribeReservedCacheNodes $ --             describeReservedCacheNodesResponse -----         , testDeleteCacheSubnetGroupResponse $+--         , responseDeleteCacheSubnetGroup $ --             deleteCacheSubnetGroupResponse -- --           ]@@ -264,459 +264,459 @@  -- Requests -testDeleteCacheSecurityGroup :: DeleteCacheSecurityGroup -> TestTree-testDeleteCacheSecurityGroup = req+requestDeleteCacheSecurityGroup :: DeleteCacheSecurityGroup -> TestTree+requestDeleteCacheSecurityGroup = req     "DeleteCacheSecurityGroup"     "fixture/DeleteCacheSecurityGroup.yaml" -testCreateReplicationGroup :: CreateReplicationGroup -> TestTree-testCreateReplicationGroup = req+requestCreateReplicationGroup :: CreateReplicationGroup -> TestTree+requestCreateReplicationGroup = req     "CreateReplicationGroup"     "fixture/CreateReplicationGroup.yaml" -testDeleteCacheCluster :: DeleteCacheCluster -> TestTree-testDeleteCacheCluster = req+requestDeleteCacheCluster :: DeleteCacheCluster -> TestTree+requestDeleteCacheCluster = req     "DeleteCacheCluster"     "fixture/DeleteCacheCluster.yaml" -testRebootCacheCluster :: RebootCacheCluster -> TestTree-testRebootCacheCluster = req+requestRebootCacheCluster :: RebootCacheCluster -> TestTree+requestRebootCacheCluster = req     "RebootCacheCluster"     "fixture/RebootCacheCluster.yaml" -testRevokeCacheSecurityGroupIngress :: RevokeCacheSecurityGroupIngress -> TestTree-testRevokeCacheSecurityGroupIngress = req+requestRevokeCacheSecurityGroupIngress :: RevokeCacheSecurityGroupIngress -> TestTree+requestRevokeCacheSecurityGroupIngress = req     "RevokeCacheSecurityGroupIngress"     "fixture/RevokeCacheSecurityGroupIngress.yaml" -testCreateCacheCluster :: CreateCacheCluster -> TestTree-testCreateCacheCluster = req+requestCreateCacheCluster :: CreateCacheCluster -> TestTree+requestCreateCacheCluster = req     "CreateCacheCluster"     "fixture/CreateCacheCluster.yaml" -testDescribeEvents :: DescribeEvents -> TestTree-testDescribeEvents = req+requestDescribeEvents :: DescribeEvents -> TestTree+requestDescribeEvents = req     "DescribeEvents"     "fixture/DescribeEvents.yaml" -testDescribeEngineDefaultParameters :: DescribeEngineDefaultParameters -> TestTree-testDescribeEngineDefaultParameters = req+requestDescribeEngineDefaultParameters :: DescribeEngineDefaultParameters -> TestTree+requestDescribeEngineDefaultParameters = req     "DescribeEngineDefaultParameters"     "fixture/DescribeEngineDefaultParameters.yaml" -testModifyCacheParameterGroup :: ModifyCacheParameterGroup -> TestTree-testModifyCacheParameterGroup = req+requestModifyCacheParameterGroup :: ModifyCacheParameterGroup -> TestTree+requestModifyCacheParameterGroup = req     "ModifyCacheParameterGroup"     "fixture/ModifyCacheParameterGroup.yaml" -testDeleteReplicationGroup :: DeleteReplicationGroup -> TestTree-testDeleteReplicationGroup = req+requestDeleteReplicationGroup :: DeleteReplicationGroup -> TestTree+requestDeleteReplicationGroup = req     "DeleteReplicationGroup"     "fixture/DeleteReplicationGroup.yaml" -testListTagsForResource :: ListTagsForResource -> TestTree-testListTagsForResource = req+requestListTagsForResource :: ListTagsForResource -> TestTree+requestListTagsForResource = req     "ListTagsForResource"     "fixture/ListTagsForResource.yaml" -testDescribeCacheClusters :: DescribeCacheClusters -> TestTree-testDescribeCacheClusters = req+requestDescribeCacheClusters :: DescribeCacheClusters -> TestTree+requestDescribeCacheClusters = req     "DescribeCacheClusters"     "fixture/DescribeCacheClusters.yaml" -testPurchaseReservedCacheNodesOffering :: PurchaseReservedCacheNodesOffering -> TestTree-testPurchaseReservedCacheNodesOffering = req+requestPurchaseReservedCacheNodesOffering :: PurchaseReservedCacheNodesOffering -> TestTree+requestPurchaseReservedCacheNodesOffering = req     "PurchaseReservedCacheNodesOffering"     "fixture/PurchaseReservedCacheNodesOffering.yaml" -testRemoveTagsFromResource :: RemoveTagsFromResource -> TestTree-testRemoveTagsFromResource = req+requestRemoveTagsFromResource :: RemoveTagsFromResource -> TestTree+requestRemoveTagsFromResource = req     "RemoveTagsFromResource"     "fixture/RemoveTagsFromResource.yaml" -testModifyReplicationGroup :: ModifyReplicationGroup -> TestTree-testModifyReplicationGroup = req+requestModifyReplicationGroup :: ModifyReplicationGroup -> TestTree+requestModifyReplicationGroup = req     "ModifyReplicationGroup"     "fixture/ModifyReplicationGroup.yaml" -testDescribeCacheParameters :: DescribeCacheParameters -> TestTree-testDescribeCacheParameters = req+requestDescribeCacheParameters :: DescribeCacheParameters -> TestTree+requestDescribeCacheParameters = req     "DescribeCacheParameters"     "fixture/DescribeCacheParameters.yaml" -testDescribeCacheSubnetGroups :: DescribeCacheSubnetGroups -> TestTree-testDescribeCacheSubnetGroups = req+requestDescribeCacheSubnetGroups :: DescribeCacheSubnetGroups -> TestTree+requestDescribeCacheSubnetGroups = req     "DescribeCacheSubnetGroups"     "fixture/DescribeCacheSubnetGroups.yaml" -testCreateCacheSecurityGroup :: CreateCacheSecurityGroup -> TestTree-testCreateCacheSecurityGroup = req+requestCreateCacheSecurityGroup :: CreateCacheSecurityGroup -> TestTree+requestCreateCacheSecurityGroup = req     "CreateCacheSecurityGroup"     "fixture/CreateCacheSecurityGroup.yaml" -testAddTagsToResource :: AddTagsToResource -> TestTree-testAddTagsToResource = req+requestAddTagsToResource :: AddTagsToResource -> TestTree+requestAddTagsToResource = req     "AddTagsToResource"     "fixture/AddTagsToResource.yaml" -testAuthorizeCacheSecurityGroupIngress :: AuthorizeCacheSecurityGroupIngress -> TestTree-testAuthorizeCacheSecurityGroupIngress = req+requestAuthorizeCacheSecurityGroupIngress :: AuthorizeCacheSecurityGroupIngress -> TestTree+requestAuthorizeCacheSecurityGroupIngress = req     "AuthorizeCacheSecurityGroupIngress"     "fixture/AuthorizeCacheSecurityGroupIngress.yaml" -testCopySnapshot :: CopySnapshot -> TestTree-testCopySnapshot = req+requestCopySnapshot :: CopySnapshot -> TestTree+requestCopySnapshot = req     "CopySnapshot"     "fixture/CopySnapshot.yaml" -testCreateCacheSubnetGroup :: CreateCacheSubnetGroup -> TestTree-testCreateCacheSubnetGroup = req+requestCreateCacheSubnetGroup :: CreateCacheSubnetGroup -> TestTree+requestCreateCacheSubnetGroup = req     "CreateCacheSubnetGroup"     "fixture/CreateCacheSubnetGroup.yaml" -testDescribeCacheParameterGroups :: DescribeCacheParameterGroups -> TestTree-testDescribeCacheParameterGroups = req+requestDescribeCacheParameterGroups :: DescribeCacheParameterGroups -> TestTree+requestDescribeCacheParameterGroups = req     "DescribeCacheParameterGroups"     "fixture/DescribeCacheParameterGroups.yaml" -testResetCacheParameterGroup :: ResetCacheParameterGroup -> TestTree-testResetCacheParameterGroup = req+requestResetCacheParameterGroup :: ResetCacheParameterGroup -> TestTree+requestResetCacheParameterGroup = req     "ResetCacheParameterGroup"     "fixture/ResetCacheParameterGroup.yaml" -testListAllowedNodeTypeModifications :: ListAllowedNodeTypeModifications -> TestTree-testListAllowedNodeTypeModifications = req+requestListAllowedNodeTypeModifications :: ListAllowedNodeTypeModifications -> TestTree+requestListAllowedNodeTypeModifications = req     "ListAllowedNodeTypeModifications"     "fixture/ListAllowedNodeTypeModifications.yaml" -testDescribeSnapshots :: DescribeSnapshots -> TestTree-testDescribeSnapshots = req+requestDescribeSnapshots :: DescribeSnapshots -> TestTree+requestDescribeSnapshots = req     "DescribeSnapshots"     "fixture/DescribeSnapshots.yaml" -testDescribeReplicationGroups :: DescribeReplicationGroups -> TestTree-testDescribeReplicationGroups = req+requestDescribeReplicationGroups :: DescribeReplicationGroups -> TestTree+requestDescribeReplicationGroups = req     "DescribeReplicationGroups"     "fixture/DescribeReplicationGroups.yaml" -testDeleteSnapshot :: DeleteSnapshot -> TestTree-testDeleteSnapshot = req+requestDeleteSnapshot :: DeleteSnapshot -> TestTree+requestDeleteSnapshot = req     "DeleteSnapshot"     "fixture/DeleteSnapshot.yaml" -testDescribeReservedCacheNodesOfferings :: DescribeReservedCacheNodesOfferings -> TestTree-testDescribeReservedCacheNodesOfferings = req+requestDescribeReservedCacheNodesOfferings :: DescribeReservedCacheNodesOfferings -> TestTree+requestDescribeReservedCacheNodesOfferings = req     "DescribeReservedCacheNodesOfferings"     "fixture/DescribeReservedCacheNodesOfferings.yaml" -testModifyCacheSubnetGroup :: ModifyCacheSubnetGroup -> TestTree-testModifyCacheSubnetGroup = req+requestModifyCacheSubnetGroup :: ModifyCacheSubnetGroup -> TestTree+requestModifyCacheSubnetGroup = req     "ModifyCacheSubnetGroup"     "fixture/ModifyCacheSubnetGroup.yaml" -testCreateSnapshot :: CreateSnapshot -> TestTree-testCreateSnapshot = req+requestCreateSnapshot :: CreateSnapshot -> TestTree+requestCreateSnapshot = req     "CreateSnapshot"     "fixture/CreateSnapshot.yaml" -testDeleteCacheParameterGroup :: DeleteCacheParameterGroup -> TestTree-testDeleteCacheParameterGroup = req+requestDeleteCacheParameterGroup :: DeleteCacheParameterGroup -> TestTree+requestDeleteCacheParameterGroup = req     "DeleteCacheParameterGroup"     "fixture/DeleteCacheParameterGroup.yaml" -testDescribeCacheSecurityGroups :: DescribeCacheSecurityGroups -> TestTree-testDescribeCacheSecurityGroups = req+requestDescribeCacheSecurityGroups :: DescribeCacheSecurityGroups -> TestTree+requestDescribeCacheSecurityGroups = req     "DescribeCacheSecurityGroups"     "fixture/DescribeCacheSecurityGroups.yaml" -testModifyCacheCluster :: ModifyCacheCluster -> TestTree-testModifyCacheCluster = req+requestModifyCacheCluster :: ModifyCacheCluster -> TestTree+requestModifyCacheCluster = req     "ModifyCacheCluster"     "fixture/ModifyCacheCluster.yaml" -testDescribeCacheEngineVersions :: DescribeCacheEngineVersions -> TestTree-testDescribeCacheEngineVersions = req+requestDescribeCacheEngineVersions :: DescribeCacheEngineVersions -> TestTree+requestDescribeCacheEngineVersions = req     "DescribeCacheEngineVersions"     "fixture/DescribeCacheEngineVersions.yaml" -testCreateCacheParameterGroup :: CreateCacheParameterGroup -> TestTree-testCreateCacheParameterGroup = req+requestCreateCacheParameterGroup :: CreateCacheParameterGroup -> TestTree+requestCreateCacheParameterGroup = req     "CreateCacheParameterGroup"     "fixture/CreateCacheParameterGroup.yaml" -testDescribeReservedCacheNodes :: DescribeReservedCacheNodes -> TestTree-testDescribeReservedCacheNodes = req+requestDescribeReservedCacheNodes :: DescribeReservedCacheNodes -> TestTree+requestDescribeReservedCacheNodes = req     "DescribeReservedCacheNodes"     "fixture/DescribeReservedCacheNodes.yaml" -testDeleteCacheSubnetGroup :: DeleteCacheSubnetGroup -> TestTree-testDeleteCacheSubnetGroup = req+requestDeleteCacheSubnetGroup :: DeleteCacheSubnetGroup -> TestTree+requestDeleteCacheSubnetGroup = req     "DeleteCacheSubnetGroup"     "fixture/DeleteCacheSubnetGroup.yaml"  -- Responses -testDeleteCacheSecurityGroupResponse :: DeleteCacheSecurityGroupResponse -> TestTree-testDeleteCacheSecurityGroupResponse = res+responseDeleteCacheSecurityGroup :: DeleteCacheSecurityGroupResponse -> TestTree+responseDeleteCacheSecurityGroup = res     "DeleteCacheSecurityGroupResponse"     "fixture/DeleteCacheSecurityGroupResponse.proto"     elastiCache     (Proxy :: Proxy DeleteCacheSecurityGroup) -testCreateReplicationGroupResponse :: CreateReplicationGroupResponse -> TestTree-testCreateReplicationGroupResponse = res+responseCreateReplicationGroup :: CreateReplicationGroupResponse -> TestTree+responseCreateReplicationGroup = res     "CreateReplicationGroupResponse"     "fixture/CreateReplicationGroupResponse.proto"     elastiCache     (Proxy :: Proxy CreateReplicationGroup) -testDeleteCacheClusterResponse :: DeleteCacheClusterResponse -> TestTree-testDeleteCacheClusterResponse = res+responseDeleteCacheCluster :: DeleteCacheClusterResponse -> TestTree+responseDeleteCacheCluster = res     "DeleteCacheClusterResponse"     "fixture/DeleteCacheClusterResponse.proto"     elastiCache     (Proxy :: Proxy DeleteCacheCluster) -testRebootCacheClusterResponse :: RebootCacheClusterResponse -> TestTree-testRebootCacheClusterResponse = res+responseRebootCacheCluster :: RebootCacheClusterResponse -> TestTree+responseRebootCacheCluster = res     "RebootCacheClusterResponse"     "fixture/RebootCacheClusterResponse.proto"     elastiCache     (Proxy :: Proxy RebootCacheCluster) -testRevokeCacheSecurityGroupIngressResponse :: RevokeCacheSecurityGroupIngressResponse -> TestTree-testRevokeCacheSecurityGroupIngressResponse = res+responseRevokeCacheSecurityGroupIngress :: RevokeCacheSecurityGroupIngressResponse -> TestTree+responseRevokeCacheSecurityGroupIngress = res     "RevokeCacheSecurityGroupIngressResponse"     "fixture/RevokeCacheSecurityGroupIngressResponse.proto"     elastiCache     (Proxy :: Proxy RevokeCacheSecurityGroupIngress) -testCreateCacheClusterResponse :: CreateCacheClusterResponse -> TestTree-testCreateCacheClusterResponse = res+responseCreateCacheCluster :: CreateCacheClusterResponse -> TestTree+responseCreateCacheCluster = res     "CreateCacheClusterResponse"     "fixture/CreateCacheClusterResponse.proto"     elastiCache     (Proxy :: Proxy CreateCacheCluster) -testDescribeEventsResponse :: DescribeEventsResponse -> TestTree-testDescribeEventsResponse = res+responseDescribeEvents :: DescribeEventsResponse -> TestTree+responseDescribeEvents = res     "DescribeEventsResponse"     "fixture/DescribeEventsResponse.proto"     elastiCache     (Proxy :: Proxy DescribeEvents) -testDescribeEngineDefaultParametersResponse :: DescribeEngineDefaultParametersResponse -> TestTree-testDescribeEngineDefaultParametersResponse = res+responseDescribeEngineDefaultParameters :: DescribeEngineDefaultParametersResponse -> TestTree+responseDescribeEngineDefaultParameters = res     "DescribeEngineDefaultParametersResponse"     "fixture/DescribeEngineDefaultParametersResponse.proto"     elastiCache     (Proxy :: Proxy DescribeEngineDefaultParameters) -testModifyCacheParameterGroupResponse :: CacheParameterGroupNameMessage -> TestTree-testModifyCacheParameterGroupResponse = res+responseModifyCacheParameterGroup :: CacheParameterGroupNameMessage -> TestTree+responseModifyCacheParameterGroup = res     "ModifyCacheParameterGroupResponse"     "fixture/ModifyCacheParameterGroupResponse.proto"     elastiCache     (Proxy :: Proxy ModifyCacheParameterGroup) -testDeleteReplicationGroupResponse :: DeleteReplicationGroupResponse -> TestTree-testDeleteReplicationGroupResponse = res+responseDeleteReplicationGroup :: DeleteReplicationGroupResponse -> TestTree+responseDeleteReplicationGroup = res     "DeleteReplicationGroupResponse"     "fixture/DeleteReplicationGroupResponse.proto"     elastiCache     (Proxy :: Proxy DeleteReplicationGroup) -testListTagsForResourceResponse :: TagListMessage -> TestTree-testListTagsForResourceResponse = res+responseListTagsForResource :: TagListMessage -> TestTree+responseListTagsForResource = res     "ListTagsForResourceResponse"     "fixture/ListTagsForResourceResponse.proto"     elastiCache     (Proxy :: Proxy ListTagsForResource) -testDescribeCacheClustersResponse :: DescribeCacheClustersResponse -> TestTree-testDescribeCacheClustersResponse = res+responseDescribeCacheClusters :: DescribeCacheClustersResponse -> TestTree+responseDescribeCacheClusters = res     "DescribeCacheClustersResponse"     "fixture/DescribeCacheClustersResponse.proto"     elastiCache     (Proxy :: Proxy DescribeCacheClusters) -testPurchaseReservedCacheNodesOfferingResponse :: PurchaseReservedCacheNodesOfferingResponse -> TestTree-testPurchaseReservedCacheNodesOfferingResponse = res+responsePurchaseReservedCacheNodesOffering :: PurchaseReservedCacheNodesOfferingResponse -> TestTree+responsePurchaseReservedCacheNodesOffering = res     "PurchaseReservedCacheNodesOfferingResponse"     "fixture/PurchaseReservedCacheNodesOfferingResponse.proto"     elastiCache     (Proxy :: Proxy PurchaseReservedCacheNodesOffering) -testRemoveTagsFromResourceResponse :: TagListMessage -> TestTree-testRemoveTagsFromResourceResponse = res+responseRemoveTagsFromResource :: TagListMessage -> TestTree+responseRemoveTagsFromResource = res     "RemoveTagsFromResourceResponse"     "fixture/RemoveTagsFromResourceResponse.proto"     elastiCache     (Proxy :: Proxy RemoveTagsFromResource) -testModifyReplicationGroupResponse :: ModifyReplicationGroupResponse -> TestTree-testModifyReplicationGroupResponse = res+responseModifyReplicationGroup :: ModifyReplicationGroupResponse -> TestTree+responseModifyReplicationGroup = res     "ModifyReplicationGroupResponse"     "fixture/ModifyReplicationGroupResponse.proto"     elastiCache     (Proxy :: Proxy ModifyReplicationGroup) -testDescribeCacheParametersResponse :: DescribeCacheParametersResponse -> TestTree-testDescribeCacheParametersResponse = res+responseDescribeCacheParameters :: DescribeCacheParametersResponse -> TestTree+responseDescribeCacheParameters = res     "DescribeCacheParametersResponse"     "fixture/DescribeCacheParametersResponse.proto"     elastiCache     (Proxy :: Proxy DescribeCacheParameters) -testDescribeCacheSubnetGroupsResponse :: DescribeCacheSubnetGroupsResponse -> TestTree-testDescribeCacheSubnetGroupsResponse = res+responseDescribeCacheSubnetGroups :: DescribeCacheSubnetGroupsResponse -> TestTree+responseDescribeCacheSubnetGroups = res     "DescribeCacheSubnetGroupsResponse"     "fixture/DescribeCacheSubnetGroupsResponse.proto"     elastiCache     (Proxy :: Proxy DescribeCacheSubnetGroups) -testCreateCacheSecurityGroupResponse :: CreateCacheSecurityGroupResponse -> TestTree-testCreateCacheSecurityGroupResponse = res+responseCreateCacheSecurityGroup :: CreateCacheSecurityGroupResponse -> TestTree+responseCreateCacheSecurityGroup = res     "CreateCacheSecurityGroupResponse"     "fixture/CreateCacheSecurityGroupResponse.proto"     elastiCache     (Proxy :: Proxy CreateCacheSecurityGroup) -testAddTagsToResourceResponse :: TagListMessage -> TestTree-testAddTagsToResourceResponse = res+responseAddTagsToResource :: TagListMessage -> TestTree+responseAddTagsToResource = res     "AddTagsToResourceResponse"     "fixture/AddTagsToResourceResponse.proto"     elastiCache     (Proxy :: Proxy AddTagsToResource) -testAuthorizeCacheSecurityGroupIngressResponse :: AuthorizeCacheSecurityGroupIngressResponse -> TestTree-testAuthorizeCacheSecurityGroupIngressResponse = res+responseAuthorizeCacheSecurityGroupIngress :: AuthorizeCacheSecurityGroupIngressResponse -> TestTree+responseAuthorizeCacheSecurityGroupIngress = res     "AuthorizeCacheSecurityGroupIngressResponse"     "fixture/AuthorizeCacheSecurityGroupIngressResponse.proto"     elastiCache     (Proxy :: Proxy AuthorizeCacheSecurityGroupIngress) -testCopySnapshotResponse :: CopySnapshotResponse -> TestTree-testCopySnapshotResponse = res+responseCopySnapshot :: CopySnapshotResponse -> TestTree+responseCopySnapshot = res     "CopySnapshotResponse"     "fixture/CopySnapshotResponse.proto"     elastiCache     (Proxy :: Proxy CopySnapshot) -testCreateCacheSubnetGroupResponse :: CreateCacheSubnetGroupResponse -> TestTree-testCreateCacheSubnetGroupResponse = res+responseCreateCacheSubnetGroup :: CreateCacheSubnetGroupResponse -> TestTree+responseCreateCacheSubnetGroup = res     "CreateCacheSubnetGroupResponse"     "fixture/CreateCacheSubnetGroupResponse.proto"     elastiCache     (Proxy :: Proxy CreateCacheSubnetGroup) -testDescribeCacheParameterGroupsResponse :: DescribeCacheParameterGroupsResponse -> TestTree-testDescribeCacheParameterGroupsResponse = res+responseDescribeCacheParameterGroups :: DescribeCacheParameterGroupsResponse -> TestTree+responseDescribeCacheParameterGroups = res     "DescribeCacheParameterGroupsResponse"     "fixture/DescribeCacheParameterGroupsResponse.proto"     elastiCache     (Proxy :: Proxy DescribeCacheParameterGroups) -testResetCacheParameterGroupResponse :: CacheParameterGroupNameMessage -> TestTree-testResetCacheParameterGroupResponse = res+responseResetCacheParameterGroup :: CacheParameterGroupNameMessage -> TestTree+responseResetCacheParameterGroup = res     "ResetCacheParameterGroupResponse"     "fixture/ResetCacheParameterGroupResponse.proto"     elastiCache     (Proxy :: Proxy ResetCacheParameterGroup) -testListAllowedNodeTypeModificationsResponse :: ListAllowedNodeTypeModificationsResponse -> TestTree-testListAllowedNodeTypeModificationsResponse = res+responseListAllowedNodeTypeModifications :: ListAllowedNodeTypeModificationsResponse -> TestTree+responseListAllowedNodeTypeModifications = res     "ListAllowedNodeTypeModificationsResponse"     "fixture/ListAllowedNodeTypeModificationsResponse.proto"     elastiCache     (Proxy :: Proxy ListAllowedNodeTypeModifications) -testDescribeSnapshotsResponse :: DescribeSnapshotsResponse -> TestTree-testDescribeSnapshotsResponse = res+responseDescribeSnapshots :: DescribeSnapshotsResponse -> TestTree+responseDescribeSnapshots = res     "DescribeSnapshotsResponse"     "fixture/DescribeSnapshotsResponse.proto"     elastiCache     (Proxy :: Proxy DescribeSnapshots) -testDescribeReplicationGroupsResponse :: DescribeReplicationGroupsResponse -> TestTree-testDescribeReplicationGroupsResponse = res+responseDescribeReplicationGroups :: DescribeReplicationGroupsResponse -> TestTree+responseDescribeReplicationGroups = res     "DescribeReplicationGroupsResponse"     "fixture/DescribeReplicationGroupsResponse.proto"     elastiCache     (Proxy :: Proxy DescribeReplicationGroups) -testDeleteSnapshotResponse :: DeleteSnapshotResponse -> TestTree-testDeleteSnapshotResponse = res+responseDeleteSnapshot :: DeleteSnapshotResponse -> TestTree+responseDeleteSnapshot = res     "DeleteSnapshotResponse"     "fixture/DeleteSnapshotResponse.proto"     elastiCache     (Proxy :: Proxy DeleteSnapshot) -testDescribeReservedCacheNodesOfferingsResponse :: DescribeReservedCacheNodesOfferingsResponse -> TestTree-testDescribeReservedCacheNodesOfferingsResponse = res+responseDescribeReservedCacheNodesOfferings :: DescribeReservedCacheNodesOfferingsResponse -> TestTree+responseDescribeReservedCacheNodesOfferings = res     "DescribeReservedCacheNodesOfferingsResponse"     "fixture/DescribeReservedCacheNodesOfferingsResponse.proto"     elastiCache     (Proxy :: Proxy DescribeReservedCacheNodesOfferings) -testModifyCacheSubnetGroupResponse :: ModifyCacheSubnetGroupResponse -> TestTree-testModifyCacheSubnetGroupResponse = res+responseModifyCacheSubnetGroup :: ModifyCacheSubnetGroupResponse -> TestTree+responseModifyCacheSubnetGroup = res     "ModifyCacheSubnetGroupResponse"     "fixture/ModifyCacheSubnetGroupResponse.proto"     elastiCache     (Proxy :: Proxy ModifyCacheSubnetGroup) -testCreateSnapshotResponse :: CreateSnapshotResponse -> TestTree-testCreateSnapshotResponse = res+responseCreateSnapshot :: CreateSnapshotResponse -> TestTree+responseCreateSnapshot = res     "CreateSnapshotResponse"     "fixture/CreateSnapshotResponse.proto"     elastiCache     (Proxy :: Proxy CreateSnapshot) -testDeleteCacheParameterGroupResponse :: DeleteCacheParameterGroupResponse -> TestTree-testDeleteCacheParameterGroupResponse = res+responseDeleteCacheParameterGroup :: DeleteCacheParameterGroupResponse -> TestTree+responseDeleteCacheParameterGroup = res     "DeleteCacheParameterGroupResponse"     "fixture/DeleteCacheParameterGroupResponse.proto"     elastiCache     (Proxy :: Proxy DeleteCacheParameterGroup) -testDescribeCacheSecurityGroupsResponse :: DescribeCacheSecurityGroupsResponse -> TestTree-testDescribeCacheSecurityGroupsResponse = res+responseDescribeCacheSecurityGroups :: DescribeCacheSecurityGroupsResponse -> TestTree+responseDescribeCacheSecurityGroups = res     "DescribeCacheSecurityGroupsResponse"     "fixture/DescribeCacheSecurityGroupsResponse.proto"     elastiCache     (Proxy :: Proxy DescribeCacheSecurityGroups) -testModifyCacheClusterResponse :: ModifyCacheClusterResponse -> TestTree-testModifyCacheClusterResponse = res+responseModifyCacheCluster :: ModifyCacheClusterResponse -> TestTree+responseModifyCacheCluster = res     "ModifyCacheClusterResponse"     "fixture/ModifyCacheClusterResponse.proto"     elastiCache     (Proxy :: Proxy ModifyCacheCluster) -testDescribeCacheEngineVersionsResponse :: DescribeCacheEngineVersionsResponse -> TestTree-testDescribeCacheEngineVersionsResponse = res+responseDescribeCacheEngineVersions :: DescribeCacheEngineVersionsResponse -> TestTree+responseDescribeCacheEngineVersions = res     "DescribeCacheEngineVersionsResponse"     "fixture/DescribeCacheEngineVersionsResponse.proto"     elastiCache     (Proxy :: Proxy DescribeCacheEngineVersions) -testCreateCacheParameterGroupResponse :: CreateCacheParameterGroupResponse -> TestTree-testCreateCacheParameterGroupResponse = res+responseCreateCacheParameterGroup :: CreateCacheParameterGroupResponse -> TestTree+responseCreateCacheParameterGroup = res     "CreateCacheParameterGroupResponse"     "fixture/CreateCacheParameterGroupResponse.proto"     elastiCache     (Proxy :: Proxy CreateCacheParameterGroup) -testDescribeReservedCacheNodesResponse :: DescribeReservedCacheNodesResponse -> TestTree-testDescribeReservedCacheNodesResponse = res+responseDescribeReservedCacheNodes :: DescribeReservedCacheNodesResponse -> TestTree+responseDescribeReservedCacheNodes = res     "DescribeReservedCacheNodesResponse"     "fixture/DescribeReservedCacheNodesResponse.proto"     elastiCache     (Proxy :: Proxy DescribeReservedCacheNodes) -testDeleteCacheSubnetGroupResponse :: DeleteCacheSubnetGroupResponse -> TestTree-testDeleteCacheSubnetGroupResponse = res+responseDeleteCacheSubnetGroup :: DeleteCacheSubnetGroupResponse -> TestTree+responseDeleteCacheSubnetGroup = res     "DeleteCacheSubnetGroupResponse"     "fixture/DeleteCacheSubnetGroupResponse.proto"     elastiCache