@aws-sdk/client-elasticache 3.53.0 → 3.55.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 +30 -0
- package/dist-cjs/ElastiCacheClient.js +13 -13
- package/dist-cjs/commands/AddTagsToResourceCommand.js +3 -3
- package/dist-cjs/commands/AuthorizeCacheSecurityGroupIngressCommand.js +3 -3
- package/dist-cjs/commands/BatchApplyUpdateActionCommand.js +3 -3
- package/dist-cjs/commands/BatchStopUpdateActionCommand.js +3 -3
- package/dist-cjs/commands/CompleteMigrationCommand.js +3 -3
- package/dist-cjs/commands/CopySnapshotCommand.js +3 -3
- package/dist-cjs/commands/CreateCacheClusterCommand.js +3 -3
- package/dist-cjs/commands/CreateCacheParameterGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateCacheSecurityGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateCacheSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateSnapshotCommand.js +3 -3
- package/dist-cjs/commands/CreateUserCommand.js +3 -3
- package/dist-cjs/commands/CreateUserGroupCommand.js +3 -3
- package/dist-cjs/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/DecreaseReplicaCountCommand.js +3 -3
- package/dist-cjs/commands/DeleteCacheClusterCommand.js +3 -3
- package/dist-cjs/commands/DeleteCacheParameterGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteCacheSecurityGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteCacheSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteSnapshotCommand.js +3 -3
- package/dist-cjs/commands/DeleteUserCommand.js +3 -3
- package/dist-cjs/commands/DeleteUserGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeCacheClustersCommand.js +3 -3
- package/dist-cjs/commands/DescribeCacheEngineVersionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCacheParameterGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCacheParametersCommand.js +3 -3
- package/dist-cjs/commands/DescribeCacheSecurityGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCacheSubnetGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeEngineDefaultParametersCommand.js +3 -3
- package/dist-cjs/commands/DescribeEventsCommand.js +3 -3
- package/dist-cjs/commands/DescribeGlobalReplicationGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReplicationGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeReservedCacheNodesCommand.js +3 -3
- package/dist-cjs/commands/DescribeReservedCacheNodesOfferingsCommand.js +3 -3
- package/dist-cjs/commands/DescribeServiceUpdatesCommand.js +3 -3
- package/dist-cjs/commands/DescribeSnapshotsCommand.js +3 -3
- package/dist-cjs/commands/DescribeUpdateActionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeUserGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribeUsersCommand.js +3 -3
- package/dist-cjs/commands/DisassociateGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/FailoverGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/IncreaseReplicaCountCommand.js +3 -3
- package/dist-cjs/commands/ListAllowedNodeTypeModificationsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ModifyCacheClusterCommand.js +3 -3
- package/dist-cjs/commands/ModifyCacheParameterGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyCacheSubnetGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyReplicationGroupShardConfigurationCommand.js +3 -3
- package/dist-cjs/commands/ModifyUserCommand.js +3 -3
- package/dist-cjs/commands/ModifyUserGroupCommand.js +3 -3
- package/dist-cjs/commands/PurchaseReservedCacheNodesOfferingCommand.js +3 -3
- package/dist-cjs/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +3 -3
- package/dist-cjs/commands/RebootCacheClusterCommand.js +3 -3
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +3 -3
- package/dist-cjs/commands/ResetCacheParameterGroupCommand.js +3 -3
- package/dist-cjs/commands/RevokeCacheSecurityGroupIngressCommand.js +3 -3
- package/dist-cjs/commands/StartMigrationCommand.js +3 -3
- package/dist-cjs/commands/TestFailoverCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_query.js +568 -568
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-cjs/waiters/waitForCacheClusterAvailable.js +3 -3
- package/dist-cjs/waiters/waitForCacheClusterDeleted.js +3 -3
- package/dist-cjs/waiters/waitForReplicationGroupAvailable.js +3 -3
- package/dist-cjs/waiters/waitForReplicationGroupDeleted.js +3 -3
- package/dist-es/ElastiCache.js +65 -65
- package/dist-es/pagination/DescribeCacheClustersPaginator.js +4 -4
- package/dist-es/pagination/DescribeCacheEngineVersionsPaginator.js +4 -4
- package/dist-es/pagination/DescribeCacheParameterGroupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeCacheParametersPaginator.js +4 -4
- package/dist-es/pagination/DescribeCacheSecurityGroupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeCacheSubnetGroupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeEngineDefaultParametersPaginator.js +4 -4
- package/dist-es/pagination/DescribeEventsPaginator.js +4 -4
- package/dist-es/pagination/DescribeGlobalReplicationGroupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeReplicationGroupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeReservedCacheNodesOfferingsPaginator.js +4 -4
- package/dist-es/pagination/DescribeReservedCacheNodesPaginator.js +4 -4
- package/dist-es/pagination/DescribeServiceUpdatesPaginator.js +4 -4
- package/dist-es/pagination/DescribeSnapshotsPaginator.js +4 -4
- package/dist-es/pagination/DescribeUpdateActionsPaginator.js +4 -4
- package/dist-es/pagination/DescribeUserGroupsPaginator.js +4 -4
- package/dist-es/pagination/DescribeUsersPaginator.js +4 -4
- package/dist-es/protocols/Aws_query.js +108 -108
- package/dist-es/waiters/waitForCacheClusterAvailable.js +5 -5
- package/dist-es/waiters/waitForCacheClusterDeleted.js +7 -7
- package/dist-es/waiters/waitForReplicationGroupAvailable.js +2 -2
- package/dist-es/waiters/waitForReplicationGroupDeleted.js +2 -2
- package/dist-types/ElastiCacheClient.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +2 -34
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/ElastiCacheClient.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +35 -35
|
@@ -11,7 +11,7 @@ class ModifyCacheSubnetGroupCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElastiCacheClient";
|
|
@@ -27,10 +27,10 @@ class ModifyCacheSubnetGroupCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryModifyCacheSubnetGroupCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryModifyCacheSubnetGroupCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryModifyCacheSubnetGroupCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryModifyCacheSubnetGroupCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ModifyCacheSubnetGroupCommand = ModifyCacheSubnetGroupCommand;
|
|
@@ -11,7 +11,7 @@ class ModifyGlobalReplicationGroupCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElastiCacheClient";
|
|
@@ -27,10 +27,10 @@ class ModifyGlobalReplicationGroupCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryModifyGlobalReplicationGroupCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryModifyGlobalReplicationGroupCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryModifyGlobalReplicationGroupCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryModifyGlobalReplicationGroupCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ModifyGlobalReplicationGroupCommand = ModifyGlobalReplicationGroupCommand;
|
|
@@ -11,7 +11,7 @@ class ModifyReplicationGroupCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElastiCacheClient";
|
|
@@ -27,10 +27,10 @@ class ModifyReplicationGroupCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryModifyReplicationGroupCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryModifyReplicationGroupCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryModifyReplicationGroupCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryModifyReplicationGroupCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ModifyReplicationGroupCommand = ModifyReplicationGroupCommand;
|
|
@@ -11,7 +11,7 @@ class ModifyReplicationGroupShardConfigurationCommand extends smithy_client_1.Co
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElastiCacheClient";
|
|
@@ -27,10 +27,10 @@ class ModifyReplicationGroupShardConfigurationCommand extends smithy_client_1.Co
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryModifyReplicationGroupShardConfigurationCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryModifyReplicationGroupShardConfigurationCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryModifyReplicationGroupShardConfigurationCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryModifyReplicationGroupShardConfigurationCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ModifyReplicationGroupShardConfigurationCommand = ModifyReplicationGroupShardConfigurationCommand;
|
|
@@ -11,7 +11,7 @@ class ModifyUserCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElastiCacheClient";
|
|
@@ -27,10 +27,10 @@ class ModifyUserCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryModifyUserCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryModifyUserCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryModifyUserCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryModifyUserCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ModifyUserCommand = ModifyUserCommand;
|
|
@@ -11,7 +11,7 @@ class ModifyUserGroupCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElastiCacheClient";
|
|
@@ -27,10 +27,10 @@ class ModifyUserGroupCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryModifyUserGroupCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryModifyUserGroupCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryModifyUserGroupCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryModifyUserGroupCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ModifyUserGroupCommand = ModifyUserGroupCommand;
|
|
@@ -11,7 +11,7 @@ class PurchaseReservedCacheNodesOfferingCommand extends smithy_client_1.Command
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElastiCacheClient";
|
|
@@ -27,10 +27,10 @@ class PurchaseReservedCacheNodesOfferingCommand extends smithy_client_1.Command
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryPurchaseReservedCacheNodesOfferingCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryPurchaseReservedCacheNodesOfferingCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryPurchaseReservedCacheNodesOfferingCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryPurchaseReservedCacheNodesOfferingCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.PurchaseReservedCacheNodesOfferingCommand = PurchaseReservedCacheNodesOfferingCommand;
|
|
@@ -11,7 +11,7 @@ class RebalanceSlotsInGlobalReplicationGroupCommand extends smithy_client_1.Comm
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElastiCacheClient";
|
|
@@ -27,10 +27,10 @@ class RebalanceSlotsInGlobalReplicationGroupCommand extends smithy_client_1.Comm
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryRebalanceSlotsInGlobalReplicationGroupCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryRebalanceSlotsInGlobalReplicationGroupCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryRebalanceSlotsInGlobalReplicationGroupCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryRebalanceSlotsInGlobalReplicationGroupCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RebalanceSlotsInGlobalReplicationGroupCommand = RebalanceSlotsInGlobalReplicationGroupCommand;
|
|
@@ -11,7 +11,7 @@ class RebootCacheClusterCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElastiCacheClient";
|
|
@@ -27,10 +27,10 @@ class RebootCacheClusterCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryRebootCacheClusterCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryRebootCacheClusterCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryRebootCacheClusterCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryRebootCacheClusterCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RebootCacheClusterCommand = RebootCacheClusterCommand;
|
|
@@ -11,7 +11,7 @@ class RemoveTagsFromResourceCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElastiCacheClient";
|
|
@@ -27,10 +27,10 @@ class RemoveTagsFromResourceCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryRemoveTagsFromResourceCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryRemoveTagsFromResourceCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryRemoveTagsFromResourceCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryRemoveTagsFromResourceCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RemoveTagsFromResourceCommand = RemoveTagsFromResourceCommand;
|
|
@@ -11,7 +11,7 @@ class ResetCacheParameterGroupCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElastiCacheClient";
|
|
@@ -27,10 +27,10 @@ class ResetCacheParameterGroupCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryResetCacheParameterGroupCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryResetCacheParameterGroupCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryResetCacheParameterGroupCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryResetCacheParameterGroupCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.ResetCacheParameterGroupCommand = ResetCacheParameterGroupCommand;
|
|
@@ -11,7 +11,7 @@ class RevokeCacheSecurityGroupIngressCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElastiCacheClient";
|
|
@@ -27,10 +27,10 @@ class RevokeCacheSecurityGroupIngressCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryRevokeCacheSecurityGroupIngressCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryRevokeCacheSecurityGroupIngressCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryRevokeCacheSecurityGroupIngressCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryRevokeCacheSecurityGroupIngressCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.RevokeCacheSecurityGroupIngressCommand = RevokeCacheSecurityGroupIngressCommand;
|
|
@@ -11,7 +11,7 @@ class StartMigrationCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElastiCacheClient";
|
|
@@ -27,10 +27,10 @@ class StartMigrationCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryStartMigrationCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryStartMigrationCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryStartMigrationCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryStartMigrationCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.StartMigrationCommand = StartMigrationCommand;
|
|
@@ -11,7 +11,7 @@ class TestFailoverCommand extends smithy_client_1.Command {
|
|
|
11
11
|
this.input = input;
|
|
12
12
|
}
|
|
13
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
16
|
const { logger } = configuration;
|
|
17
17
|
const clientName = "ElastiCacheClient";
|
|
@@ -27,10 +27,10 @@ class TestFailoverCommand extends smithy_client_1.Command {
|
|
|
27
27
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
28
|
}
|
|
29
29
|
serialize(input, context) {
|
|
30
|
-
return Aws_query_1.serializeAws_queryTestFailoverCommand(input, context);
|
|
30
|
+
return (0, Aws_query_1.serializeAws_queryTestFailoverCommand)(input, context);
|
|
31
31
|
}
|
|
32
32
|
deserialize(output, context) {
|
|
33
|
-
return Aws_query_1.deserializeAws_queryTestFailoverCommand(output, context);
|
|
33
|
+
return (0, Aws_query_1.deserializeAws_queryTestFailoverCommand)(output, context);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
exports.TestFailoverCommand = TestFailoverCommand;
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -168,7 +168,7 @@ const partitionHash = {
|
|
|
168
168
|
],
|
|
169
169
|
},
|
|
170
170
|
};
|
|
171
|
-
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
|
171
|
+
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
172
172
|
...options,
|
|
173
173
|
signingService: "elasticache",
|
|
174
174
|
regionHash,
|