@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
|
@@ -9053,6 +9053,7 @@ const deserializeAws_queryReplicationGroup = (output, context) => {
|
|
|
9053
9053
|
LogDeliveryConfigurations: undefined,
|
|
9054
9054
|
ReplicationGroupCreateTime: undefined,
|
|
9055
9055
|
DataTiering: undefined,
|
|
9056
|
+
AutoMinorVersionUpgrade: undefined,
|
|
9056
9057
|
};
|
|
9057
9058
|
if (output["ReplicationGroupId"] !== undefined) {
|
|
9058
9059
|
contents.ReplicationGroupId = (0, smithy_client_1.expectString)(output["ReplicationGroupId"]);
|
|
@@ -9149,6 +9150,9 @@ const deserializeAws_queryReplicationGroup = (output, context) => {
|
|
|
9149
9150
|
if (output["DataTiering"] !== undefined) {
|
|
9150
9151
|
contents.DataTiering = (0, smithy_client_1.expectString)(output["DataTiering"]);
|
|
9151
9152
|
}
|
|
9153
|
+
if (output["AutoMinorVersionUpgrade"] !== undefined) {
|
|
9154
|
+
contents.AutoMinorVersionUpgrade = (0, smithy_client_1.parseBoolean)(output["AutoMinorVersionUpgrade"]);
|
|
9155
|
+
}
|
|
9152
9156
|
return contents;
|
|
9153
9157
|
};
|
|
9154
9158
|
const deserializeAws_queryReplicationGroupAlreadyExistsFault = (output, context) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { AddTagsToResourceMessageFilterSensitiveLog, TagListMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryAddTagsToResourceCommand, serializeAws_queryAddTagsToResourceCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var AddTagsToResourceCommand = (function (_super) {
|
|
7
7
|
__extends(AddTagsToResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AddTagsToResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AddTagsToResourceMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagListMessageFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { AuthorizeCacheSecurityGroupIngressMessageFilterSensitiveLog, AuthorizeCacheSecurityGroupIngressResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryAuthorizeCacheSecurityGroupIngressCommand, serializeAws_queryAuthorizeCacheSecurityGroupIngressCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var AuthorizeCacheSecurityGroupIngressCommand = (function (_super) {
|
|
7
7
|
__extends(AuthorizeCacheSecurityGroupIngressCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AuthorizeCacheSecurityGroupIngressCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AuthorizeCacheSecurityGroupIngressMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AuthorizeCacheSecurityGroupIngressResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchApplyUpdateActionMessageFilterSensitiveLog, UpdateActionResultsMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryBatchApplyUpdateActionCommand, serializeAws_queryBatchApplyUpdateActionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var BatchApplyUpdateActionCommand = (function (_super) {
|
|
7
7
|
__extends(BatchApplyUpdateActionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchApplyUpdateActionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchApplyUpdateActionMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateActionResultsMessageFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchStopUpdateActionMessageFilterSensitiveLog, UpdateActionResultsMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryBatchStopUpdateActionCommand, serializeAws_queryBatchStopUpdateActionCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var BatchStopUpdateActionCommand = (function (_super) {
|
|
7
7
|
__extends(BatchStopUpdateActionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchStopUpdateActionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchStopUpdateActionMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateActionResultsMessageFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CompleteMigrationMessageFilterSensitiveLog, CompleteMigrationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCompleteMigrationCommand, serializeAws_queryCompleteMigrationCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CompleteMigrationCommand = (function (_super) {
|
|
7
7
|
__extends(CompleteMigrationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CompleteMigrationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CompleteMigrationMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CompleteMigrationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CopySnapshotMessageFilterSensitiveLog, CopySnapshotResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCopySnapshotCommand, serializeAws_queryCopySnapshotCommand } from "../protocols/Aws_query";
|
|
6
6
|
var CopySnapshotCommand = (function (_super) {
|
|
7
7
|
__extends(CopySnapshotCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CopySnapshotCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CopySnapshotMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CopySnapshotResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateCacheClusterMessageFilterSensitiveLog, CreateCacheClusterResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreateCacheClusterCommand, serializeAws_queryCreateCacheClusterCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateCacheClusterCommand = (function (_super) {
|
|
7
7
|
__extends(CreateCacheClusterCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateCacheClusterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateCacheClusterMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateCacheClusterResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateCacheParameterGroupMessageFilterSensitiveLog, CreateCacheParameterGroupResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreateCacheParameterGroupCommand, serializeAws_queryCreateCacheParameterGroupCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateCacheParameterGroupCommand = (function (_super) {
|
|
7
7
|
__extends(CreateCacheParameterGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateCacheParameterGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateCacheParameterGroupMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateCacheParameterGroupResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateCacheSecurityGroupMessageFilterSensitiveLog, CreateCacheSecurityGroupResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreateCacheSecurityGroupCommand, serializeAws_queryCreateCacheSecurityGroupCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateCacheSecurityGroupCommand = (function (_super) {
|
|
7
7
|
__extends(CreateCacheSecurityGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateCacheSecurityGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateCacheSecurityGroupMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateCacheSecurityGroupResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateCacheSubnetGroupMessageFilterSensitiveLog, CreateCacheSubnetGroupResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreateCacheSubnetGroupCommand, serializeAws_queryCreateCacheSubnetGroupCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateCacheSubnetGroupCommand = (function (_super) {
|
|
7
7
|
__extends(CreateCacheSubnetGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateCacheSubnetGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateCacheSubnetGroupMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateCacheSubnetGroupResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateGlobalReplicationGroupMessageFilterSensitiveLog, CreateGlobalReplicationGroupResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreateGlobalReplicationGroupCommand, serializeAws_queryCreateGlobalReplicationGroupCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateGlobalReplicationGroupCommand = (function (_super) {
|
|
7
7
|
__extends(CreateGlobalReplicationGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateGlobalReplicationGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateGlobalReplicationGroupMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateGlobalReplicationGroupResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateReplicationGroupMessageFilterSensitiveLog, CreateReplicationGroupResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreateReplicationGroupCommand, serializeAws_queryCreateReplicationGroupCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateReplicationGroupCommand = (function (_super) {
|
|
7
7
|
__extends(CreateReplicationGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateReplicationGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateReplicationGroupMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateReplicationGroupResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateSnapshotMessageFilterSensitiveLog, CreateSnapshotResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreateSnapshotCommand, serializeAws_queryCreateSnapshotCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateSnapshotCommand = (function (_super) {
|
|
7
7
|
__extends(CreateSnapshotCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateSnapshotCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateSnapshotMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateSnapshotResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateUserMessageFilterSensitiveLog, UserFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreateUserCommand, serializeAws_queryCreateUserCommand } from "../protocols/Aws_query";
|
|
6
6
|
var CreateUserCommand = (function (_super) {
|
|
7
7
|
__extends(CreateUserCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateUserCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateUserMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UserFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateUserGroupMessageFilterSensitiveLog, UserGroupFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryCreateUserGroupCommand, serializeAws_queryCreateUserGroupCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var CreateUserGroupCommand = (function (_super) {
|
|
7
7
|
__extends(CreateUserGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateUserGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateUserGroupMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UserGroupFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DecreaseNodeGroupsInGlobalReplicationGroupMessageFilterSensitiveLog, DecreaseNodeGroupsInGlobalReplicationGroupResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDecreaseNodeGroupsInGlobalReplicationGroupCommand, serializeAws_queryDecreaseNodeGroupsInGlobalReplicationGroupCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DecreaseNodeGroupsInGlobalReplicationGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DecreaseNodeGroupsInGlobalReplicationGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DecreaseNodeGroupsInGlobalReplicationGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DecreaseNodeGroupsInGlobalReplicationGroupMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DecreaseNodeGroupsInGlobalReplicationGroupResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DecreaseReplicaCountMessageFilterSensitiveLog, DecreaseReplicaCountResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDecreaseReplicaCountCommand, serializeAws_queryDecreaseReplicaCountCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DecreaseReplicaCountCommand = (function (_super) {
|
|
7
7
|
__extends(DecreaseReplicaCountCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DecreaseReplicaCountCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DecreaseReplicaCountMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DecreaseReplicaCountResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteCacheClusterMessageFilterSensitiveLog, DeleteCacheClusterResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteCacheClusterCommand, serializeAws_queryDeleteCacheClusterCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteCacheClusterCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteCacheClusterCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteCacheClusterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteCacheClusterMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteCacheClusterResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteCacheParameterGroupMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteCacheParameterGroupCommand, serializeAws_queryDeleteCacheParameterGroupCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteCacheParameterGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteCacheParameterGroupCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteCacheParameterGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteCacheParameterGroupMessageFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteCacheSecurityGroupMessageFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteCacheSecurityGroupCommand, serializeAws_queryDeleteCacheSecurityGroupCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteCacheSecurityGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteCacheSecurityGroupCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteCacheSecurityGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteCacheSecurityGroupMessageFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteCacheSubnetGroupMessageFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteCacheSubnetGroupCommand, serializeAws_queryDeleteCacheSubnetGroupCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteCacheSubnetGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteCacheSubnetGroupCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteCacheSubnetGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteCacheSubnetGroupMessageFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteGlobalReplicationGroupMessageFilterSensitiveLog, DeleteGlobalReplicationGroupResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteGlobalReplicationGroupCommand, serializeAws_queryDeleteGlobalReplicationGroupCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteGlobalReplicationGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteGlobalReplicationGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteGlobalReplicationGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteGlobalReplicationGroupMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteGlobalReplicationGroupResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteReplicationGroupMessageFilterSensitiveLog, DeleteReplicationGroupResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteReplicationGroupCommand, serializeAws_queryDeleteReplicationGroupCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteReplicationGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteReplicationGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteReplicationGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteReplicationGroupMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteReplicationGroupResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteSnapshotMessageFilterSensitiveLog, DeleteSnapshotResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteSnapshotCommand, serializeAws_queryDeleteSnapshotCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteSnapshotCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteSnapshotCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteSnapshotCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteSnapshotMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteSnapshotResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteUserMessageFilterSensitiveLog, UserFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteUserCommand, serializeAws_queryDeleteUserCommand } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteUserCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteUserCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteUserCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteUserMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UserFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteUserGroupMessageFilterSensitiveLog, UserGroupFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDeleteUserGroupCommand, serializeAws_queryDeleteUserGroupCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DeleteUserGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteUserGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteUserGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteUserGroupMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UserGroupFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CacheClusterMessageFilterSensitiveLog, DescribeCacheClustersMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeCacheClustersCommand, serializeAws_queryDescribeCacheClustersCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeCacheClustersCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeCacheClustersCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeCacheClustersCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeCacheClustersMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CacheClusterMessageFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CacheEngineVersionMessageFilterSensitiveLog, DescribeCacheEngineVersionsMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeCacheEngineVersionsCommand, serializeAws_queryDescribeCacheEngineVersionsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeCacheEngineVersionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeCacheEngineVersionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeCacheEngineVersionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeCacheEngineVersionsMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CacheEngineVersionMessageFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CacheParameterGroupsMessageFilterSensitiveLog, DescribeCacheParameterGroupsMessageFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_queryDescribeCacheParameterGroupsCommand, serializeAws_queryDescribeCacheParameterGroupsCommand, } from "../protocols/Aws_query";
|
|
6
6
|
var DescribeCacheParameterGroupsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeCacheParameterGroupsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeCacheParameterGroupsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeCacheParameterGroupsMessageFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CacheParameterGroupsMessageFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|