@aws-sdk/client-elasticache 3.131.0 → 3.141.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AddTagsToResourceCommand.js +2 -2
  4. package/dist-cjs/commands/AuthorizeCacheSecurityGroupIngressCommand.js +2 -2
  5. package/dist-cjs/commands/BatchApplyUpdateActionCommand.js +2 -2
  6. package/dist-cjs/commands/BatchStopUpdateActionCommand.js +2 -2
  7. package/dist-cjs/commands/CompleteMigrationCommand.js +2 -2
  8. package/dist-cjs/commands/CopySnapshotCommand.js +2 -2
  9. package/dist-cjs/commands/CreateCacheClusterCommand.js +2 -2
  10. package/dist-cjs/commands/CreateCacheParameterGroupCommand.js +2 -2
  11. package/dist-cjs/commands/CreateCacheSecurityGroupCommand.js +2 -2
  12. package/dist-cjs/commands/CreateCacheSubnetGroupCommand.js +2 -2
  13. package/dist-cjs/commands/CreateGlobalReplicationGroupCommand.js +2 -2
  14. package/dist-cjs/commands/CreateReplicationGroupCommand.js +2 -2
  15. package/dist-cjs/commands/CreateSnapshotCommand.js +2 -2
  16. package/dist-cjs/commands/CreateUserCommand.js +2 -2
  17. package/dist-cjs/commands/CreateUserGroupCommand.js +2 -2
  18. package/dist-cjs/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -2
  19. package/dist-cjs/commands/DecreaseReplicaCountCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteCacheClusterCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteCacheParameterGroupCommand.js +1 -1
  22. package/dist-cjs/commands/DeleteCacheSecurityGroupCommand.js +1 -1
  23. package/dist-cjs/commands/DeleteCacheSubnetGroupCommand.js +1 -1
  24. package/dist-cjs/commands/DeleteGlobalReplicationGroupCommand.js +2 -2
  25. package/dist-cjs/commands/DeleteReplicationGroupCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -2
  27. package/dist-cjs/commands/DeleteUserCommand.js +2 -2
  28. package/dist-cjs/commands/DeleteUserGroupCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeCacheClustersCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeCacheEngineVersionsCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeCacheParameterGroupsCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeCacheParametersCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeCacheSecurityGroupsCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeCacheSubnetGroupsCommand.js +2 -2
  35. package/dist-cjs/commands/DescribeEngineDefaultParametersCommand.js +2 -2
  36. package/dist-cjs/commands/DescribeEventsCommand.js +2 -2
  37. package/dist-cjs/commands/DescribeGlobalReplicationGroupsCommand.js +2 -2
  38. package/dist-cjs/commands/DescribeReplicationGroupsCommand.js +2 -2
  39. package/dist-cjs/commands/DescribeReservedCacheNodesCommand.js +2 -2
  40. package/dist-cjs/commands/DescribeReservedCacheNodesOfferingsCommand.js +2 -2
  41. package/dist-cjs/commands/DescribeServiceUpdatesCommand.js +2 -2
  42. package/dist-cjs/commands/DescribeSnapshotsCommand.js +2 -2
  43. package/dist-cjs/commands/DescribeUpdateActionsCommand.js +2 -2
  44. package/dist-cjs/commands/DescribeUserGroupsCommand.js +2 -2
  45. package/dist-cjs/commands/DescribeUsersCommand.js +2 -2
  46. package/dist-cjs/commands/DisassociateGlobalReplicationGroupCommand.js +2 -2
  47. package/dist-cjs/commands/FailoverGlobalReplicationGroupCommand.js +2 -2
  48. package/dist-cjs/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -2
  49. package/dist-cjs/commands/IncreaseReplicaCountCommand.js +2 -2
  50. package/dist-cjs/commands/ListAllowedNodeTypeModificationsCommand.js +2 -2
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  52. package/dist-cjs/commands/ModifyCacheClusterCommand.js +2 -2
  53. package/dist-cjs/commands/ModifyCacheParameterGroupCommand.js +2 -2
  54. package/dist-cjs/commands/ModifyCacheSubnetGroupCommand.js +2 -2
  55. package/dist-cjs/commands/ModifyGlobalReplicationGroupCommand.js +2 -2
  56. package/dist-cjs/commands/ModifyReplicationGroupCommand.js +2 -2
  57. package/dist-cjs/commands/ModifyReplicationGroupShardConfigurationCommand.js +2 -2
  58. package/dist-cjs/commands/ModifyUserCommand.js +2 -2
  59. package/dist-cjs/commands/ModifyUserGroupCommand.js +2 -2
  60. package/dist-cjs/commands/PurchaseReservedCacheNodesOfferingCommand.js +2 -2
  61. package/dist-cjs/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +2 -2
  62. package/dist-cjs/commands/RebootCacheClusterCommand.js +2 -2
  63. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +2 -2
  64. package/dist-cjs/commands/ResetCacheParameterGroupCommand.js +2 -2
  65. package/dist-cjs/commands/RevokeCacheSecurityGroupIngressCommand.js +2 -2
  66. package/dist-cjs/commands/StartMigrationCommand.js +2 -2
  67. package/dist-cjs/commands/TestFailoverCommand.js +2 -2
  68. package/dist-cjs/models/models_0.js +726 -1086
  69. package/dist-cjs/protocols/Aws_query.js +4 -0
  70. package/dist-es/commands/AddTagsToResourceCommand.js +3 -3
  71. package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +3 -3
  72. package/dist-es/commands/BatchApplyUpdateActionCommand.js +3 -3
  73. package/dist-es/commands/BatchStopUpdateActionCommand.js +3 -3
  74. package/dist-es/commands/CompleteMigrationCommand.js +3 -3
  75. package/dist-es/commands/CopySnapshotCommand.js +3 -3
  76. package/dist-es/commands/CreateCacheClusterCommand.js +3 -3
  77. package/dist-es/commands/CreateCacheParameterGroupCommand.js +3 -3
  78. package/dist-es/commands/CreateCacheSecurityGroupCommand.js +3 -3
  79. package/dist-es/commands/CreateCacheSubnetGroupCommand.js +3 -3
  80. package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +3 -3
  81. package/dist-es/commands/CreateReplicationGroupCommand.js +3 -3
  82. package/dist-es/commands/CreateSnapshotCommand.js +3 -3
  83. package/dist-es/commands/CreateUserCommand.js +3 -3
  84. package/dist-es/commands/CreateUserGroupCommand.js +3 -3
  85. package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -3
  86. package/dist-es/commands/DecreaseReplicaCountCommand.js +3 -3
  87. package/dist-es/commands/DeleteCacheClusterCommand.js +3 -3
  88. package/dist-es/commands/DeleteCacheParameterGroupCommand.js +2 -2
  89. package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +2 -2
  90. package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +2 -2
  91. package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +3 -3
  92. package/dist-es/commands/DeleteReplicationGroupCommand.js +3 -3
  93. package/dist-es/commands/DeleteSnapshotCommand.js +3 -3
  94. package/dist-es/commands/DeleteUserCommand.js +3 -3
  95. package/dist-es/commands/DeleteUserGroupCommand.js +3 -3
  96. package/dist-es/commands/DescribeCacheClustersCommand.js +3 -3
  97. package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +3 -3
  98. package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +3 -3
  99. package/dist-es/commands/DescribeCacheParametersCommand.js +3 -3
  100. package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +3 -3
  101. package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +3 -3
  102. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +3 -3
  103. package/dist-es/commands/DescribeEventsCommand.js +3 -3
  104. package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +3 -3
  105. package/dist-es/commands/DescribeReplicationGroupsCommand.js +3 -3
  106. package/dist-es/commands/DescribeReservedCacheNodesCommand.js +3 -3
  107. package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +3 -3
  108. package/dist-es/commands/DescribeServiceUpdatesCommand.js +3 -3
  109. package/dist-es/commands/DescribeSnapshotsCommand.js +3 -3
  110. package/dist-es/commands/DescribeUpdateActionsCommand.js +3 -3
  111. package/dist-es/commands/DescribeUserGroupsCommand.js +3 -3
  112. package/dist-es/commands/DescribeUsersCommand.js +3 -3
  113. package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +3 -3
  114. package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +3 -3
  115. package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -3
  116. package/dist-es/commands/IncreaseReplicaCountCommand.js +3 -3
  117. package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +3 -3
  118. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  119. package/dist-es/commands/ModifyCacheClusterCommand.js +3 -3
  120. package/dist-es/commands/ModifyCacheParameterGroupCommand.js +3 -3
  121. package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +3 -3
  122. package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +3 -3
  123. package/dist-es/commands/ModifyReplicationGroupCommand.js +3 -3
  124. package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +3 -3
  125. package/dist-es/commands/ModifyUserCommand.js +3 -3
  126. package/dist-es/commands/ModifyUserGroupCommand.js +3 -3
  127. package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +3 -3
  128. package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +3 -3
  129. package/dist-es/commands/RebootCacheClusterCommand.js +3 -3
  130. package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -3
  131. package/dist-es/commands/ResetCacheParameterGroupCommand.js +3 -3
  132. package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +3 -3
  133. package/dist-es/commands/StartMigrationCommand.js +3 -3
  134. package/dist-es/commands/TestFailoverCommand.js +3 -3
  135. package/dist-es/models/models_0.js +180 -720
  136. package/dist-es/protocols/Aws_query.js +4 -0
  137. package/dist-types/models/models_0.d.ts +750 -1105
  138. package/dist-types/ts3.4/models/models_0.d.ts +361 -719
  139. package/package.json +6 -6
@@ -20,8 +20,8 @@ class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends smithy_client_1.
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.IncreaseNodeGroupsInGlobalReplicationGroupMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.IncreaseNodeGroupsInGlobalReplicationGroupResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.IncreaseNodeGroupsInGlobalReplicationGroupMessageFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.IncreaseNodeGroupsInGlobalReplicationGroupResultFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class IncreaseReplicaCountCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.IncreaseReplicaCountMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.IncreaseReplicaCountResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.IncreaseReplicaCountMessageFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.IncreaseReplicaCountResultFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ListAllowedNodeTypeModificationsCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.ListAllowedNodeTypeModificationsMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.AllowedNodeTypeModificationsMessage.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.ListAllowedNodeTypeModificationsMessageFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.AllowedNodeTypeModificationsMessageFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.ListTagsForResourceMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.TagListMessage.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.ListTagsForResourceMessageFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.TagListMessageFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ModifyCacheClusterCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.ModifyCacheClusterMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.ModifyCacheClusterResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.ModifyCacheClusterMessageFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ModifyCacheClusterResultFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ModifyCacheParameterGroupCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.ModifyCacheParameterGroupMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.CacheParameterGroupNameMessage.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.ModifyCacheParameterGroupMessageFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.CacheParameterGroupNameMessageFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ModifyCacheSubnetGroupCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.ModifyCacheSubnetGroupMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.ModifyCacheSubnetGroupResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.ModifyCacheSubnetGroupMessageFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ModifyCacheSubnetGroupResultFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ModifyGlobalReplicationGroupCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.ModifyGlobalReplicationGroupMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.ModifyGlobalReplicationGroupResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.ModifyGlobalReplicationGroupMessageFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ModifyGlobalReplicationGroupResultFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ModifyReplicationGroupCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.ModifyReplicationGroupMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.ModifyReplicationGroupResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.ModifyReplicationGroupMessageFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ModifyReplicationGroupResultFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ModifyReplicationGroupShardConfigurationCommand extends smithy_client_1.Co
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.ModifyReplicationGroupShardConfigurationMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.ModifyReplicationGroupShardConfigurationResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.ModifyReplicationGroupShardConfigurationMessageFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ModifyReplicationGroupShardConfigurationResultFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ModifyUserCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.ModifyUserMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.User.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.ModifyUserMessageFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.UserFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ModifyUserGroupCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.ModifyUserGroupMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.UserGroup.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.ModifyUserGroupMessageFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.UserGroupFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class PurchaseReservedCacheNodesOfferingCommand extends smithy_client_1.Command
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.PurchaseReservedCacheNodesOfferingMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.PurchaseReservedCacheNodesOfferingResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.PurchaseReservedCacheNodesOfferingMessageFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.PurchaseReservedCacheNodesOfferingResultFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class RebalanceSlotsInGlobalReplicationGroupCommand extends smithy_client_1.Comm
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.RebalanceSlotsInGlobalReplicationGroupMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.RebalanceSlotsInGlobalReplicationGroupResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.RebalanceSlotsInGlobalReplicationGroupMessageFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.RebalanceSlotsInGlobalReplicationGroupResultFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class RebootCacheClusterCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.RebootCacheClusterMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.RebootCacheClusterResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.RebootCacheClusterMessageFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.RebootCacheClusterResultFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class RemoveTagsFromResourceCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.RemoveTagsFromResourceMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.TagListMessage.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.RemoveTagsFromResourceMessageFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.TagListMessageFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class ResetCacheParameterGroupCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.ResetCacheParameterGroupMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.CacheParameterGroupNameMessage.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.ResetCacheParameterGroupMessageFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.CacheParameterGroupNameMessageFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class RevokeCacheSecurityGroupIngressCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.RevokeCacheSecurityGroupIngressMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.RevokeCacheSecurityGroupIngressResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.RevokeCacheSecurityGroupIngressMessageFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.RevokeCacheSecurityGroupIngressResultFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class StartMigrationCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.StartMigrationMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.StartMigrationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.StartMigrationMessageFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.StartMigrationResponseFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -20,8 +20,8 @@ class TestFailoverCommand extends smithy_client_1.Command {
20
20
  logger,
21
21
  clientName,
22
22
  commandName,
23
- inputFilterSensitiveLog: models_0_1.TestFailoverMessage.filterSensitiveLog,
24
- outputFilterSensitiveLog: models_0_1.TestFailoverResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: models_0_1.TestFailoverMessageFilterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.TestFailoverResultFilterSensitiveLog,
25
25
  };
26
26
  const { requestHandler } = configuration;
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);