@aws-sdk/client-elasticache 3.929.0 → 3.931.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/dist-cjs/index.js +4583 -9250
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ElastiCacheClient.js +2 -0
  4. package/dist-es/commands/AddTagsToResourceCommand.js +3 -9
  5. package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +3 -9
  6. package/dist-es/commands/BatchApplyUpdateActionCommand.js +3 -9
  7. package/dist-es/commands/BatchStopUpdateActionCommand.js +3 -9
  8. package/dist-es/commands/CompleteMigrationCommand.js +3 -9
  9. package/dist-es/commands/CopyServerlessCacheSnapshotCommand.js +3 -9
  10. package/dist-es/commands/CopySnapshotCommand.js +3 -9
  11. package/dist-es/commands/CreateCacheClusterCommand.js +3 -9
  12. package/dist-es/commands/CreateCacheParameterGroupCommand.js +3 -9
  13. package/dist-es/commands/CreateCacheSecurityGroupCommand.js +3 -9
  14. package/dist-es/commands/CreateCacheSubnetGroupCommand.js +3 -9
  15. package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +3 -9
  16. package/dist-es/commands/CreateReplicationGroupCommand.js +3 -9
  17. package/dist-es/commands/CreateServerlessCacheCommand.js +3 -9
  18. package/dist-es/commands/CreateServerlessCacheSnapshotCommand.js +3 -9
  19. package/dist-es/commands/CreateSnapshotCommand.js +3 -9
  20. package/dist-es/commands/CreateUserCommand.js +3 -9
  21. package/dist-es/commands/CreateUserGroupCommand.js +3 -9
  22. package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -9
  23. package/dist-es/commands/DecreaseReplicaCountCommand.js +3 -9
  24. package/dist-es/commands/DeleteCacheClusterCommand.js +3 -9
  25. package/dist-es/commands/DeleteCacheParameterGroupCommand.js +3 -9
  26. package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +3 -9
  27. package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +3 -9
  28. package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +3 -9
  29. package/dist-es/commands/DeleteReplicationGroupCommand.js +3 -9
  30. package/dist-es/commands/DeleteServerlessCacheCommand.js +3 -9
  31. package/dist-es/commands/DeleteServerlessCacheSnapshotCommand.js +3 -9
  32. package/dist-es/commands/DeleteSnapshotCommand.js +3 -9
  33. package/dist-es/commands/DeleteUserCommand.js +3 -9
  34. package/dist-es/commands/DeleteUserGroupCommand.js +3 -9
  35. package/dist-es/commands/DescribeCacheClustersCommand.js +3 -9
  36. package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +3 -9
  37. package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +3 -9
  38. package/dist-es/commands/DescribeCacheParametersCommand.js +3 -9
  39. package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +3 -9
  40. package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +3 -9
  41. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +3 -9
  42. package/dist-es/commands/DescribeEventsCommand.js +3 -9
  43. package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +3 -9
  44. package/dist-es/commands/DescribeReplicationGroupsCommand.js +3 -9
  45. package/dist-es/commands/DescribeReservedCacheNodesCommand.js +3 -9
  46. package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +3 -9
  47. package/dist-es/commands/DescribeServerlessCacheSnapshotsCommand.js +3 -9
  48. package/dist-es/commands/DescribeServerlessCachesCommand.js +3 -9
  49. package/dist-es/commands/DescribeServiceUpdatesCommand.js +3 -9
  50. package/dist-es/commands/DescribeSnapshotsCommand.js +3 -9
  51. package/dist-es/commands/DescribeUpdateActionsCommand.js +3 -9
  52. package/dist-es/commands/DescribeUserGroupsCommand.js +3 -9
  53. package/dist-es/commands/DescribeUsersCommand.js +3 -9
  54. package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +3 -9
  55. package/dist-es/commands/ExportServerlessCacheSnapshotCommand.js +3 -9
  56. package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +3 -9
  57. package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -9
  58. package/dist-es/commands/IncreaseReplicaCountCommand.js +3 -9
  59. package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +3 -9
  60. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  61. package/dist-es/commands/ModifyCacheClusterCommand.js +3 -9
  62. package/dist-es/commands/ModifyCacheParameterGroupCommand.js +3 -9
  63. package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +3 -9
  64. package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +3 -9
  65. package/dist-es/commands/ModifyReplicationGroupCommand.js +3 -9
  66. package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +3 -9
  67. package/dist-es/commands/ModifyServerlessCacheCommand.js +3 -9
  68. package/dist-es/commands/ModifyUserCommand.js +3 -9
  69. package/dist-es/commands/ModifyUserGroupCommand.js +3 -9
  70. package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +3 -9
  71. package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +3 -9
  72. package/dist-es/commands/RebootCacheClusterCommand.js +3 -9
  73. package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -9
  74. package/dist-es/commands/ResetCacheParameterGroupCommand.js +3 -9
  75. package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +3 -9
  76. package/dist-es/commands/StartMigrationCommand.js +3 -9
  77. package/dist-es/commands/TestFailoverCommand.js +3 -9
  78. package/dist-es/commands/TestMigrationCommand.js +3 -9
  79. package/dist-es/runtimeConfig.shared.js +7 -0
  80. package/dist-es/schemas/schemas_0.js +4578 -0
  81. package/dist-types/ElastiCacheClient.d.ts +10 -1
  82. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  83. package/dist-types/runtimeConfig.d.ts +1 -0
  84. package/dist-types/runtimeConfig.native.d.ts +1 -0
  85. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  86. package/dist-types/schemas/schemas_0.d.ts +440 -0
  87. package/dist-types/ts3.4/ElastiCacheClient.d.ts +4 -0
  88. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  89. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  91. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  92. package/dist-types/ts3.4/schemas/schemas_0.d.ts +445 -0
  93. package/package.json +34 -34
  94. package/dist-es/protocols/Aws_query.js +0 -8861
  95. package/dist-types/protocols/Aws_query.d.ts +0 -677
  96. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -905
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,12 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ??
30
+ new protocols_1.AwsQueryProtocol({
31
+ defaultNamespace: "com.amazonaws.elasticache",
32
+ xmlNamespace: "http://elasticache.amazonaws.com/doc/2015-02-02/",
33
+ version: "2015-02-02",
34
+ }),
28
35
  serviceId: config?.serviceId ?? "ElastiCache",
29
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class ElastiCacheClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_AddTagsToResourceCommand, se_AddTagsToResourceCommand } from "../protocols/Aws_query";
4
+ import { AddTagsToResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AddTagsToResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "AddTagsToResource", {})
17
13
  .n("ElastiCacheClient", "AddTagsToResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AddTagsToResourceCommand)
20
- .de(de_AddTagsToResourceCommand)
14
+ .sc(AddTagsToResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_AuthorizeCacheSecurityGroupIngressCommand, se_AuthorizeCacheSecurityGroupIngressCommand, } from "../protocols/Aws_query";
4
+ import { AuthorizeCacheSecurityGroupIngress } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AuthorizeCacheSecurityGroupIngressCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "AuthorizeCacheSecurityGroupIngress", {})
17
13
  .n("ElastiCacheClient", "AuthorizeCacheSecurityGroupIngressCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AuthorizeCacheSecurityGroupIngressCommand)
20
- .de(de_AuthorizeCacheSecurityGroupIngressCommand)
14
+ .sc(AuthorizeCacheSecurityGroupIngress)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_BatchApplyUpdateActionCommand, se_BatchApplyUpdateActionCommand } from "../protocols/Aws_query";
4
+ import { BatchApplyUpdateAction } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class BatchApplyUpdateActionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "BatchApplyUpdateAction", {})
17
13
  .n("ElastiCacheClient", "BatchApplyUpdateActionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_BatchApplyUpdateActionCommand)
20
- .de(de_BatchApplyUpdateActionCommand)
14
+ .sc(BatchApplyUpdateAction)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_BatchStopUpdateActionCommand, se_BatchStopUpdateActionCommand } from "../protocols/Aws_query";
4
+ import { BatchStopUpdateAction } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class BatchStopUpdateActionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "BatchStopUpdateAction", {})
17
13
  .n("ElastiCacheClient", "BatchStopUpdateActionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_BatchStopUpdateActionCommand)
20
- .de(de_BatchStopUpdateActionCommand)
14
+ .sc(BatchStopUpdateAction)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CompleteMigrationCommand, se_CompleteMigrationCommand } from "../protocols/Aws_query";
4
+ import { CompleteMigration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CompleteMigrationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "CompleteMigration", {})
17
13
  .n("ElastiCacheClient", "CompleteMigrationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CompleteMigrationCommand)
20
- .de(de_CompleteMigrationCommand)
14
+ .sc(CompleteMigration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CopyServerlessCacheSnapshotCommand, se_CopyServerlessCacheSnapshotCommand } from "../protocols/Aws_query";
4
+ import { CopyServerlessCacheSnapshot } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CopyServerlessCacheSnapshotCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "CopyServerlessCacheSnapshot", {})
17
13
  .n("ElastiCacheClient", "CopyServerlessCacheSnapshotCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CopyServerlessCacheSnapshotCommand)
20
- .de(de_CopyServerlessCacheSnapshotCommand)
14
+ .sc(CopyServerlessCacheSnapshot)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CopySnapshotCommand, se_CopySnapshotCommand } from "../protocols/Aws_query";
4
+ import { CopySnapshot } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CopySnapshotCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "CopySnapshot", {})
17
13
  .n("ElastiCacheClient", "CopySnapshotCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CopySnapshotCommand)
20
- .de(de_CopySnapshotCommand)
14
+ .sc(CopySnapshot)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateCacheClusterCommand, se_CreateCacheClusterCommand } from "../protocols/Aws_query";
4
+ import { CreateCacheCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateCacheClusterCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "CreateCacheCluster", {})
17
13
  .n("ElastiCacheClient", "CreateCacheClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateCacheClusterCommand)
20
- .de(de_CreateCacheClusterCommand)
14
+ .sc(CreateCacheCluster)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateCacheParameterGroupCommand, se_CreateCacheParameterGroupCommand } from "../protocols/Aws_query";
4
+ import { CreateCacheParameterGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateCacheParameterGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "CreateCacheParameterGroup", {})
17
13
  .n("ElastiCacheClient", "CreateCacheParameterGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateCacheParameterGroupCommand)
20
- .de(de_CreateCacheParameterGroupCommand)
14
+ .sc(CreateCacheParameterGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateCacheSecurityGroupCommand, se_CreateCacheSecurityGroupCommand } from "../protocols/Aws_query";
4
+ import { CreateCacheSecurityGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateCacheSecurityGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "CreateCacheSecurityGroup", {})
17
13
  .n("ElastiCacheClient", "CreateCacheSecurityGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateCacheSecurityGroupCommand)
20
- .de(de_CreateCacheSecurityGroupCommand)
14
+ .sc(CreateCacheSecurityGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateCacheSubnetGroupCommand, se_CreateCacheSubnetGroupCommand } from "../protocols/Aws_query";
4
+ import { CreateCacheSubnetGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateCacheSubnetGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "CreateCacheSubnetGroup", {})
17
13
  .n("ElastiCacheClient", "CreateCacheSubnetGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateCacheSubnetGroupCommand)
20
- .de(de_CreateCacheSubnetGroupCommand)
14
+ .sc(CreateCacheSubnetGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateGlobalReplicationGroupCommand, se_CreateGlobalReplicationGroupCommand } from "../protocols/Aws_query";
4
+ import { CreateGlobalReplicationGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateGlobalReplicationGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "CreateGlobalReplicationGroup", {})
17
13
  .n("ElastiCacheClient", "CreateGlobalReplicationGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateGlobalReplicationGroupCommand)
20
- .de(de_CreateGlobalReplicationGroupCommand)
14
+ .sc(CreateGlobalReplicationGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateReplicationGroupCommand, se_CreateReplicationGroupCommand } from "../protocols/Aws_query";
4
+ import { CreateReplicationGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateReplicationGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "CreateReplicationGroup", {})
17
13
  .n("ElastiCacheClient", "CreateReplicationGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateReplicationGroupCommand)
20
- .de(de_CreateReplicationGroupCommand)
14
+ .sc(CreateReplicationGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateServerlessCacheCommand, se_CreateServerlessCacheCommand } from "../protocols/Aws_query";
4
+ import { CreateServerlessCache } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateServerlessCacheCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "CreateServerlessCache", {})
17
13
  .n("ElastiCacheClient", "CreateServerlessCacheCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateServerlessCacheCommand)
20
- .de(de_CreateServerlessCacheCommand)
14
+ .sc(CreateServerlessCache)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateServerlessCacheSnapshotCommand, se_CreateServerlessCacheSnapshotCommand, } from "../protocols/Aws_query";
4
+ import { CreateServerlessCacheSnapshot } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateServerlessCacheSnapshotCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "CreateServerlessCacheSnapshot", {})
17
13
  .n("ElastiCacheClient", "CreateServerlessCacheSnapshotCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateServerlessCacheSnapshotCommand)
20
- .de(de_CreateServerlessCacheSnapshotCommand)
14
+ .sc(CreateServerlessCacheSnapshot)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateSnapshotCommand, se_CreateSnapshotCommand } from "../protocols/Aws_query";
4
+ import { CreateSnapshot } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateSnapshotCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "CreateSnapshot", {})
17
13
  .n("ElastiCacheClient", "CreateSnapshotCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateSnapshotCommand)
20
- .de(de_CreateSnapshotCommand)
14
+ .sc(CreateSnapshot)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_query";
4
+ import { CreateUser } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateUserCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "CreateUser", {})
17
13
  .n("ElastiCacheClient", "CreateUserCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateUserCommand)
20
- .de(de_CreateUserCommand)
14
+ .sc(CreateUser)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateUserGroupCommand, se_CreateUserGroupCommand } from "../protocols/Aws_query";
4
+ import { CreateUserGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateUserGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "CreateUserGroup", {})
17
13
  .n("ElastiCacheClient", "CreateUserGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateUserGroupCommand)
20
- .de(de_CreateUserGroupCommand)
14
+ .sc(CreateUserGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DecreaseNodeGroupsInGlobalReplicationGroupCommand, se_DecreaseNodeGroupsInGlobalReplicationGroupCommand, } from "../protocols/Aws_query";
4
+ import { DecreaseNodeGroupsInGlobalReplicationGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "DecreaseNodeGroupsInGlobalReplicationGroup", {})
17
13
  .n("ElastiCacheClient", "DecreaseNodeGroupsInGlobalReplicationGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DecreaseNodeGroupsInGlobalReplicationGroupCommand)
20
- .de(de_DecreaseNodeGroupsInGlobalReplicationGroupCommand)
14
+ .sc(DecreaseNodeGroupsInGlobalReplicationGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DecreaseReplicaCountCommand, se_DecreaseReplicaCountCommand } from "../protocols/Aws_query";
4
+ import { DecreaseReplicaCount } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DecreaseReplicaCountCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "DecreaseReplicaCount", {})
17
13
  .n("ElastiCacheClient", "DecreaseReplicaCountCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DecreaseReplicaCountCommand)
20
- .de(de_DecreaseReplicaCountCommand)
14
+ .sc(DecreaseReplicaCount)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteCacheClusterCommand, se_DeleteCacheClusterCommand } from "../protocols/Aws_query";
4
+ import { DeleteCacheCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteCacheClusterCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "DeleteCacheCluster", {})
17
13
  .n("ElastiCacheClient", "DeleteCacheClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteCacheClusterCommand)
20
- .de(de_DeleteCacheClusterCommand)
14
+ .sc(DeleteCacheCluster)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteCacheParameterGroupCommand, se_DeleteCacheParameterGroupCommand } from "../protocols/Aws_query";
4
+ import { DeleteCacheParameterGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteCacheParameterGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonElastiCacheV9", "DeleteCacheParameterGroup", {})
17
13
  .n("ElastiCacheClient", "DeleteCacheParameterGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteCacheParameterGroupCommand)
20
- .de(de_DeleteCacheParameterGroupCommand)
14
+ .sc(DeleteCacheParameterGroup)
21
15
  .build() {
22
16
  }