@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.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AddTagsToResourceCommand.js +2 -2
- package/dist-cjs/commands/AuthorizeCacheSecurityGroupIngressCommand.js +2 -2
- package/dist-cjs/commands/BatchApplyUpdateActionCommand.js +2 -2
- package/dist-cjs/commands/BatchStopUpdateActionCommand.js +2 -2
- package/dist-cjs/commands/CompleteMigrationCommand.js +2 -2
- package/dist-cjs/commands/CopySnapshotCommand.js +2 -2
- package/dist-cjs/commands/CreateCacheClusterCommand.js +2 -2
- package/dist-cjs/commands/CreateCacheParameterGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateCacheSecurityGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateCacheSubnetGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateGlobalReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateSnapshotCommand.js +2 -2
- package/dist-cjs/commands/CreateUserCommand.js +2 -2
- package/dist-cjs/commands/CreateUserGroupCommand.js +2 -2
- package/dist-cjs/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/DecreaseReplicaCountCommand.js +2 -2
- package/dist-cjs/commands/DeleteCacheClusterCommand.js +2 -2
- package/dist-cjs/commands/DeleteCacheParameterGroupCommand.js +1 -1
- package/dist-cjs/commands/DeleteCacheSecurityGroupCommand.js +1 -1
- package/dist-cjs/commands/DeleteCacheSubnetGroupCommand.js +1 -1
- package/dist-cjs/commands/DeleteGlobalReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeCacheClustersCommand.js +2 -2
- package/dist-cjs/commands/DescribeCacheEngineVersionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeCacheParameterGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeCacheParametersCommand.js +2 -2
- package/dist-cjs/commands/DescribeCacheSecurityGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeCacheSubnetGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeEngineDefaultParametersCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventsCommand.js +2 -2
- package/dist-cjs/commands/DescribeGlobalReplicationGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeReplicationGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeReservedCacheNodesCommand.js +2 -2
- package/dist-cjs/commands/DescribeReservedCacheNodesOfferingsCommand.js +2 -2
- package/dist-cjs/commands/DescribeServiceUpdatesCommand.js +2 -2
- package/dist-cjs/commands/DescribeSnapshotsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUpdateActionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUserGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUsersCommand.js +2 -2
- package/dist-cjs/commands/DisassociateGlobalReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/FailoverGlobalReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/IncreaseReplicaCountCommand.js +2 -2
- package/dist-cjs/commands/ListAllowedNodeTypeModificationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ModifyCacheClusterCommand.js +2 -2
- package/dist-cjs/commands/ModifyCacheParameterGroupCommand.js +2 -2
- package/dist-cjs/commands/ModifyCacheSubnetGroupCommand.js +2 -2
- package/dist-cjs/commands/ModifyGlobalReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/ModifyReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/ModifyReplicationGroupShardConfigurationCommand.js +2 -2
- package/dist-cjs/commands/ModifyUserCommand.js +2 -2
- package/dist-cjs/commands/ModifyUserGroupCommand.js +2 -2
- package/dist-cjs/commands/PurchaseReservedCacheNodesOfferingCommand.js +2 -2
- package/dist-cjs/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +2 -2
- package/dist-cjs/commands/RebootCacheClusterCommand.js +2 -2
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +2 -2
- package/dist-cjs/commands/ResetCacheParameterGroupCommand.js +2 -2
- package/dist-cjs/commands/RevokeCacheSecurityGroupIngressCommand.js +2 -2
- package/dist-cjs/commands/StartMigrationCommand.js +2 -2
- package/dist-cjs/commands/TestFailoverCommand.js +2 -2
- package/dist-cjs/models/models_0.js +726 -1086
- package/dist-cjs/protocols/Aws_query.js +4 -0
- package/dist-es/commands/AddTagsToResourceCommand.js +3 -3
- package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +3 -3
- package/dist-es/commands/BatchApplyUpdateActionCommand.js +3 -3
- package/dist-es/commands/BatchStopUpdateActionCommand.js +3 -3
- package/dist-es/commands/CompleteMigrationCommand.js +3 -3
- package/dist-es/commands/CopySnapshotCommand.js +3 -3
- package/dist-es/commands/CreateCacheClusterCommand.js +3 -3
- package/dist-es/commands/CreateCacheParameterGroupCommand.js +3 -3
- package/dist-es/commands/CreateCacheSecurityGroupCommand.js +3 -3
- package/dist-es/commands/CreateCacheSubnetGroupCommand.js +3 -3
- package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/CreateReplicationGroupCommand.js +3 -3
- package/dist-es/commands/CreateSnapshotCommand.js +3 -3
- package/dist-es/commands/CreateUserCommand.js +3 -3
- package/dist-es/commands/CreateUserGroupCommand.js +3 -3
- package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/DecreaseReplicaCountCommand.js +3 -3
- package/dist-es/commands/DeleteCacheClusterCommand.js +3 -3
- package/dist-es/commands/DeleteCacheParameterGroupCommand.js +2 -2
- package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +2 -2
- package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +2 -2
- package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/DeleteReplicationGroupCommand.js +3 -3
- package/dist-es/commands/DeleteSnapshotCommand.js +3 -3
- package/dist-es/commands/DeleteUserCommand.js +3 -3
- package/dist-es/commands/DeleteUserGroupCommand.js +3 -3
- package/dist-es/commands/DescribeCacheClustersCommand.js +3 -3
- package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +3 -3
- package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeCacheParametersCommand.js +3 -3
- package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +3 -3
- package/dist-es/commands/DescribeEventsCommand.js +3 -3
- package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeReservedCacheNodesCommand.js +3 -3
- package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +3 -3
- package/dist-es/commands/DescribeServiceUpdatesCommand.js +3 -3
- package/dist-es/commands/DescribeSnapshotsCommand.js +3 -3
- package/dist-es/commands/DescribeUpdateActionsCommand.js +3 -3
- package/dist-es/commands/DescribeUserGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeUsersCommand.js +3 -3
- package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/IncreaseReplicaCountCommand.js +3 -3
- package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ModifyCacheClusterCommand.js +3 -3
- package/dist-es/commands/ModifyCacheParameterGroupCommand.js +3 -3
- package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +3 -3
- package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/ModifyReplicationGroupCommand.js +3 -3
- package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +3 -3
- package/dist-es/commands/ModifyUserCommand.js +3 -3
- package/dist-es/commands/ModifyUserGroupCommand.js +3 -3
- package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +3 -3
- package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +3 -3
- package/dist-es/commands/RebootCacheClusterCommand.js +3 -3
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -3
- package/dist-es/commands/ResetCacheParameterGroupCommand.js +3 -3
- package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +3 -3
- package/dist-es/commands/StartMigrationCommand.js +3 -3
- package/dist-es/commands/TestFailoverCommand.js +3 -3
- package/dist-es/models/models_0.js +180 -720
- package/dist-es/protocols/Aws_query.js +4 -0
- package/dist-types/models/models_0.d.ts +750 -1105
- package/dist-types/ts3.4/models/models_0.d.ts +361 -719
- 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.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
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.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
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.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
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.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
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.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
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.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
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.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
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.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
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.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
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.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
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.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
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.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
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.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
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.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
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.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
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.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
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.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
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.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
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.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
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.
|
|
24
|
-
outputFilterSensitiveLog: models_0_1.
|
|
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);
|