amazonka-elasticache 1.2.0.1 → 1.2.0.2
raw patch · 77 files changed
+81/−80 lines, 77 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +1/−1
- amazonka-elasticache.cabal +6/−5
- fixture/AddTagsToResource.yaml +0/−0
- fixture/AddTagsToResourceResponse.proto +0/−0
- fixture/AuthorizeCacheSecurityGroupIngress.yaml +0/−0
- fixture/AuthorizeCacheSecurityGroupIngressResponse.proto +0/−0
- fixture/CopySnapshot.yaml +0/−0
- fixture/CopySnapshotResponse.proto +0/−0
- fixture/CreateCacheCluster.yaml +0/−0
- fixture/CreateCacheClusterResponse.proto +0/−0
- fixture/CreateCacheParameterGroup.yaml +0/−0
- fixture/CreateCacheParameterGroupResponse.proto +0/−0
- fixture/CreateCacheSecurityGroup.yaml +0/−0
- fixture/CreateCacheSecurityGroupResponse.proto +0/−0
- fixture/CreateCacheSubnetGroup.yaml +0/−0
- fixture/CreateCacheSubnetGroupResponse.proto +0/−0
- fixture/CreateReplicationGroup.yaml +0/−0
- fixture/CreateReplicationGroupResponse.proto +0/−0
- fixture/CreateSnapshot.yaml +0/−0
- fixture/CreateSnapshotResponse.proto +0/−0
- fixture/DeleteCacheCluster.yaml +0/−0
- fixture/DeleteCacheClusterResponse.proto +0/−0
- fixture/DeleteCacheParameterGroup.yaml +0/−0
- fixture/DeleteCacheParameterGroupResponse.proto +0/−0
- fixture/DeleteCacheSecurityGroup.yaml +0/−0
- fixture/DeleteCacheSecurityGroupResponse.proto +0/−0
- fixture/DeleteCacheSubnetGroup.yaml +0/−0
- fixture/DeleteCacheSubnetGroupResponse.proto +0/−0
- fixture/DeleteReplicationGroup.yaml +0/−0
- fixture/DeleteReplicationGroupResponse.proto +0/−0
- fixture/DeleteSnapshot.yaml +0/−0
- fixture/DeleteSnapshotResponse.proto +0/−0
- fixture/DescribeCacheClusters.yaml +0/−0
- fixture/DescribeCacheClustersResponse.proto +0/−0
- fixture/DescribeCacheEngineVersions.yaml +0/−0
- fixture/DescribeCacheEngineVersionsResponse.proto +0/−0
- fixture/DescribeCacheParameterGroups.yaml +0/−0
- fixture/DescribeCacheParameterGroupsResponse.proto +0/−0
- fixture/DescribeCacheParameters.yaml +0/−0
- fixture/DescribeCacheParametersResponse.proto +0/−0
- fixture/DescribeCacheSecurityGroups.yaml +0/−0
- fixture/DescribeCacheSecurityGroupsResponse.proto +0/−0
- fixture/DescribeCacheSubnetGroups.yaml +0/−0
- fixture/DescribeCacheSubnetGroupsResponse.proto +0/−0
- fixture/DescribeEngineDefaultParameters.yaml +0/−0
- fixture/DescribeEngineDefaultParametersResponse.proto +0/−0
- fixture/DescribeEvents.yaml +0/−0
- fixture/DescribeEventsResponse.proto +0/−0
- fixture/DescribeReplicationGroups.yaml +0/−0
- fixture/DescribeReplicationGroupsResponse.proto +0/−0
- fixture/DescribeReservedCacheNodes.yaml +0/−0
- fixture/DescribeReservedCacheNodesOfferings.yaml +0/−0
- fixture/DescribeReservedCacheNodesOfferingsResponse.proto +0/−0
- fixture/DescribeReservedCacheNodesResponse.proto +0/−0
- fixture/DescribeSnapshots.yaml +0/−0
- fixture/DescribeSnapshotsResponse.proto +0/−0
- fixture/ListTagsForResource.yaml +0/−0
- fixture/ListTagsForResourceResponse.proto +0/−0
- fixture/ModifyCacheCluster.yaml +0/−0
- fixture/ModifyCacheClusterResponse.proto +0/−0
- fixture/ModifyCacheParameterGroup.yaml +0/−0
- fixture/ModifyCacheParameterGroupResponse.proto +0/−0
- fixture/ModifyCacheSubnetGroup.yaml +0/−0
- fixture/ModifyCacheSubnetGroupResponse.proto +0/−0
- fixture/ModifyReplicationGroup.yaml +0/−0
- fixture/ModifyReplicationGroupResponse.proto +0/−0
- fixture/PurchaseReservedCacheNodesOffering.yaml +0/−0
- fixture/PurchaseReservedCacheNodesOfferingResponse.proto +0/−0
- fixture/RebootCacheCluster.yaml +0/−0
- fixture/RebootCacheClusterResponse.proto +0/−0
- fixture/RemoveTagsFromResource.yaml +0/−0
- fixture/RemoveTagsFromResourceResponse.proto +0/−0
- fixture/ResetCacheParameterGroup.yaml +0/−0
- fixture/ResetCacheParameterGroupResponse.proto +0/−0
- fixture/RevokeCacheSecurityGroupIngress.yaml +0/−0
- fixture/RevokeCacheSecurityGroupIngressResponse.proto +0/−0
- test/Test/AWS/Gen/ElastiCache.hs +74/−74
README.md view
@@ -8,7 +8,7 @@ ## Version -`1.2.0.1`+`1.2.0.2` ## Description
amazonka-elasticache.cabal view
@@ -1,7 +1,8 @@ name: amazonka-elasticache-version: 1.2.0.1+version: 1.2.0.2 synopsis: Amazon ElastiCache SDK. homepage: https://github.com/brendanhay/amazonka+bug-reports: https://github.com/brendanhay/amazonka/issues license: OtherLicense license-file: LICENSE author: Brendan Hay@@ -9,9 +10,8 @@ copyright: Copyright (c) 2013-2015 Brendan Hay category: Network, AWS, Cloud, Distributed Computing build-type: Simple-extra-source-files: README.md cabal-version: >= 1.10-+extra-source-files: README.md fixture/*.yaml fixture/*.proto description: Amazon ElastiCache @@ -110,8 +110,9 @@ ghc-options: -Wall -threaded - -- This is not comprehensive if modules have manually been added.- -- It exists to ensure cabal 'somewhat' detects test module changes.+ -- This section is encoded by the template and any modules added by+ -- hand outside these namespaces will not correctly be added to the+ -- distribution package. other-modules: Test.AWS.ElastiCache , Test.AWS.Gen.ElastiCache
+ fixture/AddTagsToResource.yaml view
+ fixture/AddTagsToResourceResponse.proto view
+ fixture/AuthorizeCacheSecurityGroupIngress.yaml view
+ fixture/AuthorizeCacheSecurityGroupIngressResponse.proto view
+ fixture/CopySnapshot.yaml view
+ fixture/CopySnapshotResponse.proto view
+ fixture/CreateCacheCluster.yaml view
+ fixture/CreateCacheClusterResponse.proto view
+ fixture/CreateCacheParameterGroup.yaml view
+ fixture/CreateCacheParameterGroupResponse.proto view
+ fixture/CreateCacheSecurityGroup.yaml view
+ fixture/CreateCacheSecurityGroupResponse.proto view
+ fixture/CreateCacheSubnetGroup.yaml view
+ fixture/CreateCacheSubnetGroupResponse.proto view
+ fixture/CreateReplicationGroup.yaml view
+ fixture/CreateReplicationGroupResponse.proto view
+ fixture/CreateSnapshot.yaml view
+ fixture/CreateSnapshotResponse.proto view
+ fixture/DeleteCacheCluster.yaml view
+ fixture/DeleteCacheClusterResponse.proto view
+ fixture/DeleteCacheParameterGroup.yaml view
+ fixture/DeleteCacheParameterGroupResponse.proto view
+ fixture/DeleteCacheSecurityGroup.yaml view
+ fixture/DeleteCacheSecurityGroupResponse.proto view
+ fixture/DeleteCacheSubnetGroup.yaml view
+ fixture/DeleteCacheSubnetGroupResponse.proto view
+ fixture/DeleteReplicationGroup.yaml view
+ fixture/DeleteReplicationGroupResponse.proto view
+ fixture/DeleteSnapshot.yaml view
+ fixture/DeleteSnapshotResponse.proto view
+ fixture/DescribeCacheClusters.yaml view
+ fixture/DescribeCacheClustersResponse.proto view
+ fixture/DescribeCacheEngineVersions.yaml view
+ fixture/DescribeCacheEngineVersionsResponse.proto view
+ fixture/DescribeCacheParameterGroups.yaml view
+ fixture/DescribeCacheParameterGroupsResponse.proto view
+ fixture/DescribeCacheParameters.yaml view
+ fixture/DescribeCacheParametersResponse.proto view
+ fixture/DescribeCacheSecurityGroups.yaml view
+ fixture/DescribeCacheSecurityGroupsResponse.proto view
+ fixture/DescribeCacheSubnetGroups.yaml view
+ fixture/DescribeCacheSubnetGroupsResponse.proto view
+ fixture/DescribeEngineDefaultParameters.yaml view
+ fixture/DescribeEngineDefaultParametersResponse.proto view
+ fixture/DescribeEvents.yaml view
+ fixture/DescribeEventsResponse.proto view
+ fixture/DescribeReplicationGroups.yaml view
+ fixture/DescribeReplicationGroupsResponse.proto view
+ fixture/DescribeReservedCacheNodes.yaml view
+ fixture/DescribeReservedCacheNodesOfferings.yaml view
+ fixture/DescribeReservedCacheNodesOfferingsResponse.proto view
+ fixture/DescribeReservedCacheNodesResponse.proto view
+ fixture/DescribeSnapshots.yaml view
+ fixture/DescribeSnapshotsResponse.proto view
+ fixture/ListTagsForResource.yaml view
+ fixture/ListTagsForResourceResponse.proto view
+ fixture/ModifyCacheCluster.yaml view
+ fixture/ModifyCacheClusterResponse.proto view
+ fixture/ModifyCacheParameterGroup.yaml view
+ fixture/ModifyCacheParameterGroupResponse.proto view
+ fixture/ModifyCacheSubnetGroup.yaml view
+ fixture/ModifyCacheSubnetGroupResponse.proto view
+ fixture/ModifyReplicationGroup.yaml view
+ fixture/ModifyReplicationGroupResponse.proto view
+ fixture/PurchaseReservedCacheNodesOffering.yaml view
+ fixture/PurchaseReservedCacheNodesOfferingResponse.proto view
+ fixture/RebootCacheCluster.yaml view
+ fixture/RebootCacheClusterResponse.proto view
+ fixture/RemoveTagsFromResource.yaml view
+ fixture/RemoveTagsFromResourceResponse.proto view
+ fixture/ResetCacheParameterGroup.yaml view
+ fixture/ResetCacheParameterGroupResponse.proto view
+ fixture/RevokeCacheSecurityGroupIngress.yaml view
+ fixture/RevokeCacheSecurityGroupIngressResponse.proto view
test/Test/AWS/Gen/ElastiCache.hs view
@@ -261,445 +261,445 @@ testDeleteCacheSecurityGroup :: DeleteCacheSecurityGroup -> TestTree testDeleteCacheSecurityGroup = req "DeleteCacheSecurityGroup"- "fixture/DeleteCacheSecurityGroup"+ "fixture/DeleteCacheSecurityGroup.yaml" testCreateReplicationGroup :: CreateReplicationGroup -> TestTree testCreateReplicationGroup = req "CreateReplicationGroup"- "fixture/CreateReplicationGroup"+ "fixture/CreateReplicationGroup.yaml" testDeleteCacheCluster :: DeleteCacheCluster -> TestTree testDeleteCacheCluster = req "DeleteCacheCluster"- "fixture/DeleteCacheCluster"+ "fixture/DeleteCacheCluster.yaml" testRebootCacheCluster :: RebootCacheCluster -> TestTree testRebootCacheCluster = req "RebootCacheCluster"- "fixture/RebootCacheCluster"+ "fixture/RebootCacheCluster.yaml" testRevokeCacheSecurityGroupIngress :: RevokeCacheSecurityGroupIngress -> TestTree testRevokeCacheSecurityGroupIngress = req "RevokeCacheSecurityGroupIngress"- "fixture/RevokeCacheSecurityGroupIngress"+ "fixture/RevokeCacheSecurityGroupIngress.yaml" testDescribeEvents :: DescribeEvents -> TestTree testDescribeEvents = req "DescribeEvents"- "fixture/DescribeEvents"+ "fixture/DescribeEvents.yaml" testDescribeEngineDefaultParameters :: DescribeEngineDefaultParameters -> TestTree testDescribeEngineDefaultParameters = req "DescribeEngineDefaultParameters"- "fixture/DescribeEngineDefaultParameters"+ "fixture/DescribeEngineDefaultParameters.yaml" testModifyCacheParameterGroup :: ModifyCacheParameterGroup -> TestTree testModifyCacheParameterGroup = req "ModifyCacheParameterGroup"- "fixture/ModifyCacheParameterGroup"+ "fixture/ModifyCacheParameterGroup.yaml" testCreateCacheCluster :: CreateCacheCluster -> TestTree testCreateCacheCluster = req "CreateCacheCluster"- "fixture/CreateCacheCluster"+ "fixture/CreateCacheCluster.yaml" testListTagsForResource :: ListTagsForResource -> TestTree testListTagsForResource = req "ListTagsForResource"- "fixture/ListTagsForResource"+ "fixture/ListTagsForResource.yaml" testDeleteReplicationGroup :: DeleteReplicationGroup -> TestTree testDeleteReplicationGroup = req "DeleteReplicationGroup"- "fixture/DeleteReplicationGroup"+ "fixture/DeleteReplicationGroup.yaml" testPurchaseReservedCacheNodesOffering :: PurchaseReservedCacheNodesOffering -> TestTree testPurchaseReservedCacheNodesOffering = req "PurchaseReservedCacheNodesOffering"- "fixture/PurchaseReservedCacheNodesOffering"+ "fixture/PurchaseReservedCacheNodesOffering.yaml" testDescribeCacheClusters :: DescribeCacheClusters -> TestTree testDescribeCacheClusters = req "DescribeCacheClusters"- "fixture/DescribeCacheClusters"+ "fixture/DescribeCacheClusters.yaml" testModifyReplicationGroup :: ModifyReplicationGroup -> TestTree testModifyReplicationGroup = req "ModifyReplicationGroup"- "fixture/ModifyReplicationGroup"+ "fixture/ModifyReplicationGroup.yaml" testRemoveTagsFromResource :: RemoveTagsFromResource -> TestTree testRemoveTagsFromResource = req "RemoveTagsFromResource"- "fixture/RemoveTagsFromResource"+ "fixture/RemoveTagsFromResource.yaml" testDescribeCacheParameters :: DescribeCacheParameters -> TestTree testDescribeCacheParameters = req "DescribeCacheParameters"- "fixture/DescribeCacheParameters"+ "fixture/DescribeCacheParameters.yaml" testDescribeCacheSubnetGroups :: DescribeCacheSubnetGroups -> TestTree testDescribeCacheSubnetGroups = req "DescribeCacheSubnetGroups"- "fixture/DescribeCacheSubnetGroups"+ "fixture/DescribeCacheSubnetGroups.yaml" testCreateCacheSecurityGroup :: CreateCacheSecurityGroup -> TestTree testCreateCacheSecurityGroup = req "CreateCacheSecurityGroup"- "fixture/CreateCacheSecurityGroup"+ "fixture/CreateCacheSecurityGroup.yaml" testAddTagsToResource :: AddTagsToResource -> TestTree testAddTagsToResource = req "AddTagsToResource"- "fixture/AddTagsToResource"+ "fixture/AddTagsToResource.yaml" testAuthorizeCacheSecurityGroupIngress :: AuthorizeCacheSecurityGroupIngress -> TestTree testAuthorizeCacheSecurityGroupIngress = req "AuthorizeCacheSecurityGroupIngress"- "fixture/AuthorizeCacheSecurityGroupIngress"+ "fixture/AuthorizeCacheSecurityGroupIngress.yaml" testCopySnapshot :: CopySnapshot -> TestTree testCopySnapshot = req "CopySnapshot"- "fixture/CopySnapshot"+ "fixture/CopySnapshot.yaml" testCreateCacheSubnetGroup :: CreateCacheSubnetGroup -> TestTree testCreateCacheSubnetGroup = req "CreateCacheSubnetGroup"- "fixture/CreateCacheSubnetGroup"+ "fixture/CreateCacheSubnetGroup.yaml" testDescribeCacheParameterGroups :: DescribeCacheParameterGroups -> TestTree testDescribeCacheParameterGroups = req "DescribeCacheParameterGroups"- "fixture/DescribeCacheParameterGroups"+ "fixture/DescribeCacheParameterGroups.yaml" testResetCacheParameterGroup :: ResetCacheParameterGroup -> TestTree testResetCacheParameterGroup = req "ResetCacheParameterGroup"- "fixture/ResetCacheParameterGroup"+ "fixture/ResetCacheParameterGroup.yaml" testDescribeSnapshots :: DescribeSnapshots -> TestTree testDescribeSnapshots = req "DescribeSnapshots"- "fixture/DescribeSnapshots"+ "fixture/DescribeSnapshots.yaml" testDescribeReservedCacheNodesOfferings :: DescribeReservedCacheNodesOfferings -> TestTree testDescribeReservedCacheNodesOfferings = req "DescribeReservedCacheNodesOfferings"- "fixture/DescribeReservedCacheNodesOfferings"+ "fixture/DescribeReservedCacheNodesOfferings.yaml" testDeleteSnapshot :: DeleteSnapshot -> TestTree testDeleteSnapshot = req "DeleteSnapshot"- "fixture/DeleteSnapshot"+ "fixture/DeleteSnapshot.yaml" testDescribeReplicationGroups :: DescribeReplicationGroups -> TestTree testDescribeReplicationGroups = req "DescribeReplicationGroups"- "fixture/DescribeReplicationGroups"+ "fixture/DescribeReplicationGroups.yaml" testModifyCacheSubnetGroup :: ModifyCacheSubnetGroup -> TestTree testModifyCacheSubnetGroup = req "ModifyCacheSubnetGroup"- "fixture/ModifyCacheSubnetGroup"+ "fixture/ModifyCacheSubnetGroup.yaml" testCreateSnapshot :: CreateSnapshot -> TestTree testCreateSnapshot = req "CreateSnapshot"- "fixture/CreateSnapshot"+ "fixture/CreateSnapshot.yaml" testDescribeCacheSecurityGroups :: DescribeCacheSecurityGroups -> TestTree testDescribeCacheSecurityGroups = req "DescribeCacheSecurityGroups"- "fixture/DescribeCacheSecurityGroups"+ "fixture/DescribeCacheSecurityGroups.yaml" testDeleteCacheParameterGroup :: DeleteCacheParameterGroup -> TestTree testDeleteCacheParameterGroup = req "DeleteCacheParameterGroup"- "fixture/DeleteCacheParameterGroup"+ "fixture/DeleteCacheParameterGroup.yaml" testDescribeReservedCacheNodes :: DescribeReservedCacheNodes -> TestTree testDescribeReservedCacheNodes = req "DescribeReservedCacheNodes"- "fixture/DescribeReservedCacheNodes"+ "fixture/DescribeReservedCacheNodes.yaml" testDescribeCacheEngineVersions :: DescribeCacheEngineVersions -> TestTree testDescribeCacheEngineVersions = req "DescribeCacheEngineVersions"- "fixture/DescribeCacheEngineVersions"+ "fixture/DescribeCacheEngineVersions.yaml" testModifyCacheCluster :: ModifyCacheCluster -> TestTree testModifyCacheCluster = req "ModifyCacheCluster"- "fixture/ModifyCacheCluster"+ "fixture/ModifyCacheCluster.yaml" testCreateCacheParameterGroup :: CreateCacheParameterGroup -> TestTree testCreateCacheParameterGroup = req "CreateCacheParameterGroup"- "fixture/CreateCacheParameterGroup"+ "fixture/CreateCacheParameterGroup.yaml" testDeleteCacheSubnetGroup :: DeleteCacheSubnetGroup -> TestTree testDeleteCacheSubnetGroup = req "DeleteCacheSubnetGroup"- "fixture/DeleteCacheSubnetGroup"+ "fixture/DeleteCacheSubnetGroup.yaml" -- Responses testDeleteCacheSecurityGroupResponse :: DeleteCacheSecurityGroupResponse -> TestTree testDeleteCacheSecurityGroupResponse = res "DeleteCacheSecurityGroupResponse"- "fixture/DeleteCacheSecurityGroupResponse"+ "fixture/DeleteCacheSecurityGroupResponse.proto" elastiCache (Proxy :: Proxy DeleteCacheSecurityGroup) testCreateReplicationGroupResponse :: CreateReplicationGroupResponse -> TestTree testCreateReplicationGroupResponse = res "CreateReplicationGroupResponse"- "fixture/CreateReplicationGroupResponse"+ "fixture/CreateReplicationGroupResponse.proto" elastiCache (Proxy :: Proxy CreateReplicationGroup) testDeleteCacheClusterResponse :: DeleteCacheClusterResponse -> TestTree testDeleteCacheClusterResponse = res "DeleteCacheClusterResponse"- "fixture/DeleteCacheClusterResponse"+ "fixture/DeleteCacheClusterResponse.proto" elastiCache (Proxy :: Proxy DeleteCacheCluster) testRebootCacheClusterResponse :: RebootCacheClusterResponse -> TestTree testRebootCacheClusterResponse = res "RebootCacheClusterResponse"- "fixture/RebootCacheClusterResponse"+ "fixture/RebootCacheClusterResponse.proto" elastiCache (Proxy :: Proxy RebootCacheCluster) testRevokeCacheSecurityGroupIngressResponse :: RevokeCacheSecurityGroupIngressResponse -> TestTree testRevokeCacheSecurityGroupIngressResponse = res "RevokeCacheSecurityGroupIngressResponse"- "fixture/RevokeCacheSecurityGroupIngressResponse"+ "fixture/RevokeCacheSecurityGroupIngressResponse.proto" elastiCache (Proxy :: Proxy RevokeCacheSecurityGroupIngress) testDescribeEventsResponse :: DescribeEventsResponse -> TestTree testDescribeEventsResponse = res "DescribeEventsResponse"- "fixture/DescribeEventsResponse"+ "fixture/DescribeEventsResponse.proto" elastiCache (Proxy :: Proxy DescribeEvents) testDescribeEngineDefaultParametersResponse :: DescribeEngineDefaultParametersResponse -> TestTree testDescribeEngineDefaultParametersResponse = res "DescribeEngineDefaultParametersResponse"- "fixture/DescribeEngineDefaultParametersResponse"+ "fixture/DescribeEngineDefaultParametersResponse.proto" elastiCache (Proxy :: Proxy DescribeEngineDefaultParameters) testModifyCacheParameterGroupResponse :: CacheParameterGroupNameMessage -> TestTree testModifyCacheParameterGroupResponse = res "ModifyCacheParameterGroupResponse"- "fixture/ModifyCacheParameterGroupResponse"+ "fixture/ModifyCacheParameterGroupResponse.proto" elastiCache (Proxy :: Proxy ModifyCacheParameterGroup) testCreateCacheClusterResponse :: CreateCacheClusterResponse -> TestTree testCreateCacheClusterResponse = res "CreateCacheClusterResponse"- "fixture/CreateCacheClusterResponse"+ "fixture/CreateCacheClusterResponse.proto" elastiCache (Proxy :: Proxy CreateCacheCluster) testListTagsForResourceResponse :: TagListMessage -> TestTree testListTagsForResourceResponse = res "ListTagsForResourceResponse"- "fixture/ListTagsForResourceResponse"+ "fixture/ListTagsForResourceResponse.proto" elastiCache (Proxy :: Proxy ListTagsForResource) testDeleteReplicationGroupResponse :: DeleteReplicationGroupResponse -> TestTree testDeleteReplicationGroupResponse = res "DeleteReplicationGroupResponse"- "fixture/DeleteReplicationGroupResponse"+ "fixture/DeleteReplicationGroupResponse.proto" elastiCache (Proxy :: Proxy DeleteReplicationGroup) testPurchaseReservedCacheNodesOfferingResponse :: PurchaseReservedCacheNodesOfferingResponse -> TestTree testPurchaseReservedCacheNodesOfferingResponse = res "PurchaseReservedCacheNodesOfferingResponse"- "fixture/PurchaseReservedCacheNodesOfferingResponse"+ "fixture/PurchaseReservedCacheNodesOfferingResponse.proto" elastiCache (Proxy :: Proxy PurchaseReservedCacheNodesOffering) testDescribeCacheClustersResponse :: DescribeCacheClustersResponse -> TestTree testDescribeCacheClustersResponse = res "DescribeCacheClustersResponse"- "fixture/DescribeCacheClustersResponse"+ "fixture/DescribeCacheClustersResponse.proto" elastiCache (Proxy :: Proxy DescribeCacheClusters) testModifyReplicationGroupResponse :: ModifyReplicationGroupResponse -> TestTree testModifyReplicationGroupResponse = res "ModifyReplicationGroupResponse"- "fixture/ModifyReplicationGroupResponse"+ "fixture/ModifyReplicationGroupResponse.proto" elastiCache (Proxy :: Proxy ModifyReplicationGroup) testRemoveTagsFromResourceResponse :: TagListMessage -> TestTree testRemoveTagsFromResourceResponse = res "RemoveTagsFromResourceResponse"- "fixture/RemoveTagsFromResourceResponse"+ "fixture/RemoveTagsFromResourceResponse.proto" elastiCache (Proxy :: Proxy RemoveTagsFromResource) testDescribeCacheParametersResponse :: DescribeCacheParametersResponse -> TestTree testDescribeCacheParametersResponse = res "DescribeCacheParametersResponse"- "fixture/DescribeCacheParametersResponse"+ "fixture/DescribeCacheParametersResponse.proto" elastiCache (Proxy :: Proxy DescribeCacheParameters) testDescribeCacheSubnetGroupsResponse :: DescribeCacheSubnetGroupsResponse -> TestTree testDescribeCacheSubnetGroupsResponse = res "DescribeCacheSubnetGroupsResponse"- "fixture/DescribeCacheSubnetGroupsResponse"+ "fixture/DescribeCacheSubnetGroupsResponse.proto" elastiCache (Proxy :: Proxy DescribeCacheSubnetGroups) testCreateCacheSecurityGroupResponse :: CreateCacheSecurityGroupResponse -> TestTree testCreateCacheSecurityGroupResponse = res "CreateCacheSecurityGroupResponse"- "fixture/CreateCacheSecurityGroupResponse"+ "fixture/CreateCacheSecurityGroupResponse.proto" elastiCache (Proxy :: Proxy CreateCacheSecurityGroup) testAddTagsToResourceResponse :: TagListMessage -> TestTree testAddTagsToResourceResponse = res "AddTagsToResourceResponse"- "fixture/AddTagsToResourceResponse"+ "fixture/AddTagsToResourceResponse.proto" elastiCache (Proxy :: Proxy AddTagsToResource) testAuthorizeCacheSecurityGroupIngressResponse :: AuthorizeCacheSecurityGroupIngressResponse -> TestTree testAuthorizeCacheSecurityGroupIngressResponse = res "AuthorizeCacheSecurityGroupIngressResponse"- "fixture/AuthorizeCacheSecurityGroupIngressResponse"+ "fixture/AuthorizeCacheSecurityGroupIngressResponse.proto" elastiCache (Proxy :: Proxy AuthorizeCacheSecurityGroupIngress) testCopySnapshotResponse :: CopySnapshotResponse -> TestTree testCopySnapshotResponse = res "CopySnapshotResponse"- "fixture/CopySnapshotResponse"+ "fixture/CopySnapshotResponse.proto" elastiCache (Proxy :: Proxy CopySnapshot) testCreateCacheSubnetGroupResponse :: CreateCacheSubnetGroupResponse -> TestTree testCreateCacheSubnetGroupResponse = res "CreateCacheSubnetGroupResponse"- "fixture/CreateCacheSubnetGroupResponse"+ "fixture/CreateCacheSubnetGroupResponse.proto" elastiCache (Proxy :: Proxy CreateCacheSubnetGroup) testDescribeCacheParameterGroupsResponse :: DescribeCacheParameterGroupsResponse -> TestTree testDescribeCacheParameterGroupsResponse = res "DescribeCacheParameterGroupsResponse"- "fixture/DescribeCacheParameterGroupsResponse"+ "fixture/DescribeCacheParameterGroupsResponse.proto" elastiCache (Proxy :: Proxy DescribeCacheParameterGroups) testResetCacheParameterGroupResponse :: CacheParameterGroupNameMessage -> TestTree testResetCacheParameterGroupResponse = res "ResetCacheParameterGroupResponse"- "fixture/ResetCacheParameterGroupResponse"+ "fixture/ResetCacheParameterGroupResponse.proto" elastiCache (Proxy :: Proxy ResetCacheParameterGroup) testDescribeSnapshotsResponse :: DescribeSnapshotsResponse -> TestTree testDescribeSnapshotsResponse = res "DescribeSnapshotsResponse"- "fixture/DescribeSnapshotsResponse"+ "fixture/DescribeSnapshotsResponse.proto" elastiCache (Proxy :: Proxy DescribeSnapshots) testDescribeReservedCacheNodesOfferingsResponse :: DescribeReservedCacheNodesOfferingsResponse -> TestTree testDescribeReservedCacheNodesOfferingsResponse = res "DescribeReservedCacheNodesOfferingsResponse"- "fixture/DescribeReservedCacheNodesOfferingsResponse"+ "fixture/DescribeReservedCacheNodesOfferingsResponse.proto" elastiCache (Proxy :: Proxy DescribeReservedCacheNodesOfferings) testDeleteSnapshotResponse :: DeleteSnapshotResponse -> TestTree testDeleteSnapshotResponse = res "DeleteSnapshotResponse"- "fixture/DeleteSnapshotResponse"+ "fixture/DeleteSnapshotResponse.proto" elastiCache (Proxy :: Proxy DeleteSnapshot) testDescribeReplicationGroupsResponse :: DescribeReplicationGroupsResponse -> TestTree testDescribeReplicationGroupsResponse = res "DescribeReplicationGroupsResponse"- "fixture/DescribeReplicationGroupsResponse"+ "fixture/DescribeReplicationGroupsResponse.proto" elastiCache (Proxy :: Proxy DescribeReplicationGroups) testModifyCacheSubnetGroupResponse :: ModifyCacheSubnetGroupResponse -> TestTree testModifyCacheSubnetGroupResponse = res "ModifyCacheSubnetGroupResponse"- "fixture/ModifyCacheSubnetGroupResponse"+ "fixture/ModifyCacheSubnetGroupResponse.proto" elastiCache (Proxy :: Proxy ModifyCacheSubnetGroup) testCreateSnapshotResponse :: CreateSnapshotResponse -> TestTree testCreateSnapshotResponse = res "CreateSnapshotResponse"- "fixture/CreateSnapshotResponse"+ "fixture/CreateSnapshotResponse.proto" elastiCache (Proxy :: Proxy CreateSnapshot) testDescribeCacheSecurityGroupsResponse :: DescribeCacheSecurityGroupsResponse -> TestTree testDescribeCacheSecurityGroupsResponse = res "DescribeCacheSecurityGroupsResponse"- "fixture/DescribeCacheSecurityGroupsResponse"+ "fixture/DescribeCacheSecurityGroupsResponse.proto" elastiCache (Proxy :: Proxy DescribeCacheSecurityGroups) testDeleteCacheParameterGroupResponse :: DeleteCacheParameterGroupResponse -> TestTree testDeleteCacheParameterGroupResponse = res "DeleteCacheParameterGroupResponse"- "fixture/DeleteCacheParameterGroupResponse"+ "fixture/DeleteCacheParameterGroupResponse.proto" elastiCache (Proxy :: Proxy DeleteCacheParameterGroup) testDescribeReservedCacheNodesResponse :: DescribeReservedCacheNodesResponse -> TestTree testDescribeReservedCacheNodesResponse = res "DescribeReservedCacheNodesResponse"- "fixture/DescribeReservedCacheNodesResponse"+ "fixture/DescribeReservedCacheNodesResponse.proto" elastiCache (Proxy :: Proxy DescribeReservedCacheNodes) testDescribeCacheEngineVersionsResponse :: DescribeCacheEngineVersionsResponse -> TestTree testDescribeCacheEngineVersionsResponse = res "DescribeCacheEngineVersionsResponse"- "fixture/DescribeCacheEngineVersionsResponse"+ "fixture/DescribeCacheEngineVersionsResponse.proto" elastiCache (Proxy :: Proxy DescribeCacheEngineVersions) testModifyCacheClusterResponse :: ModifyCacheClusterResponse -> TestTree testModifyCacheClusterResponse = res "ModifyCacheClusterResponse"- "fixture/ModifyCacheClusterResponse"+ "fixture/ModifyCacheClusterResponse.proto" elastiCache (Proxy :: Proxy ModifyCacheCluster) testCreateCacheParameterGroupResponse :: CreateCacheParameterGroupResponse -> TestTree testCreateCacheParameterGroupResponse = res "CreateCacheParameterGroupResponse"- "fixture/CreateCacheParameterGroupResponse"+ "fixture/CreateCacheParameterGroupResponse.proto" elastiCache (Proxy :: Proxy CreateCacheParameterGroup) testDeleteCacheSubnetGroupResponse :: DeleteCacheSubnetGroupResponse -> TestTree testDeleteCacheSubnetGroupResponse = res "DeleteCacheSubnetGroupResponse"- "fixture/DeleteCacheSubnetGroupResponse"+ "fixture/DeleteCacheSubnetGroupResponse.proto" elastiCache (Proxy :: Proxy DeleteCacheSubnetGroup)