@aws-sdk/client-elasticache 3.929.0 → 3.930.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
@@ -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_DeleteCacheSecurityGroupCommand, se_DeleteCacheSecurityGroupCommand } from "../protocols/Aws_query";
4
+ import { DeleteCacheSecurityGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteCacheSecurityGroupCommand 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", "DeleteCacheSecurityGroup", {})
17
13
  .n("ElastiCacheClient", "DeleteCacheSecurityGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteCacheSecurityGroupCommand)
20
- .de(de_DeleteCacheSecurityGroupCommand)
14
+ .sc(DeleteCacheSecurityGroup)
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_DeleteCacheSubnetGroupCommand, se_DeleteCacheSubnetGroupCommand } from "../protocols/Aws_query";
4
+ import { DeleteCacheSubnetGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteCacheSubnetGroupCommand 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", "DeleteCacheSubnetGroup", {})
17
13
  .n("ElastiCacheClient", "DeleteCacheSubnetGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteCacheSubnetGroupCommand)
20
- .de(de_DeleteCacheSubnetGroupCommand)
14
+ .sc(DeleteCacheSubnetGroup)
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_DeleteGlobalReplicationGroupCommand, se_DeleteGlobalReplicationGroupCommand } from "../protocols/Aws_query";
4
+ import { DeleteGlobalReplicationGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteGlobalReplicationGroupCommand 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", "DeleteGlobalReplicationGroup", {})
17
13
  .n("ElastiCacheClient", "DeleteGlobalReplicationGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteGlobalReplicationGroupCommand)
20
- .de(de_DeleteGlobalReplicationGroupCommand)
14
+ .sc(DeleteGlobalReplicationGroup)
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_DeleteReplicationGroupCommand, se_DeleteReplicationGroupCommand } from "../protocols/Aws_query";
4
+ import { DeleteReplicationGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteReplicationGroupCommand 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", "DeleteReplicationGroup", {})
17
13
  .n("ElastiCacheClient", "DeleteReplicationGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteReplicationGroupCommand)
20
- .de(de_DeleteReplicationGroupCommand)
14
+ .sc(DeleteReplicationGroup)
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_DeleteServerlessCacheCommand, se_DeleteServerlessCacheCommand } from "../protocols/Aws_query";
4
+ import { DeleteServerlessCache } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteServerlessCacheCommand 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", "DeleteServerlessCache", {})
17
13
  .n("ElastiCacheClient", "DeleteServerlessCacheCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteServerlessCacheCommand)
20
- .de(de_DeleteServerlessCacheCommand)
14
+ .sc(DeleteServerlessCache)
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_DeleteServerlessCacheSnapshotCommand, se_DeleteServerlessCacheSnapshotCommand, } from "../protocols/Aws_query";
4
+ import { DeleteServerlessCacheSnapshot } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteServerlessCacheSnapshotCommand 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", "DeleteServerlessCacheSnapshot", {})
17
13
  .n("ElastiCacheClient", "DeleteServerlessCacheSnapshotCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteServerlessCacheSnapshotCommand)
20
- .de(de_DeleteServerlessCacheSnapshotCommand)
14
+ .sc(DeleteServerlessCacheSnapshot)
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_DeleteSnapshotCommand, se_DeleteSnapshotCommand } from "../protocols/Aws_query";
4
+ import { DeleteSnapshot } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteSnapshotCommand 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", "DeleteSnapshot", {})
17
13
  .n("ElastiCacheClient", "DeleteSnapshotCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteSnapshotCommand)
20
- .de(de_DeleteSnapshotCommand)
14
+ .sc(DeleteSnapshot)
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_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_query";
4
+ import { DeleteUser } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteUserCommand 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", "DeleteUser", {})
17
13
  .n("ElastiCacheClient", "DeleteUserCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteUserCommand)
20
- .de(de_DeleteUserCommand)
14
+ .sc(DeleteUser)
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_DeleteUserGroupCommand, se_DeleteUserGroupCommand } from "../protocols/Aws_query";
4
+ import { DeleteUserGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteUserGroupCommand 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", "DeleteUserGroup", {})
17
13
  .n("ElastiCacheClient", "DeleteUserGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteUserGroupCommand)
20
- .de(de_DeleteUserGroupCommand)
14
+ .sc(DeleteUserGroup)
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_DescribeCacheClustersCommand, se_DescribeCacheClustersCommand } from "../protocols/Aws_query";
4
+ import { DescribeCacheClusters } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeCacheClustersCommand 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", "DescribeCacheClusters", {})
17
13
  .n("ElastiCacheClient", "DescribeCacheClustersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeCacheClustersCommand)
20
- .de(de_DescribeCacheClustersCommand)
14
+ .sc(DescribeCacheClusters)
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_DescribeCacheEngineVersionsCommand, se_DescribeCacheEngineVersionsCommand } from "../protocols/Aws_query";
4
+ import { DescribeCacheEngineVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeCacheEngineVersionsCommand 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", "DescribeCacheEngineVersions", {})
17
13
  .n("ElastiCacheClient", "DescribeCacheEngineVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeCacheEngineVersionsCommand)
20
- .de(de_DescribeCacheEngineVersionsCommand)
14
+ .sc(DescribeCacheEngineVersions)
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_DescribeCacheParameterGroupsCommand, se_DescribeCacheParameterGroupsCommand } from "../protocols/Aws_query";
4
+ import { DescribeCacheParameterGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeCacheParameterGroupsCommand 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", "DescribeCacheParameterGroups", {})
17
13
  .n("ElastiCacheClient", "DescribeCacheParameterGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeCacheParameterGroupsCommand)
20
- .de(de_DescribeCacheParameterGroupsCommand)
14
+ .sc(DescribeCacheParameterGroups)
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_DescribeCacheParametersCommand, se_DescribeCacheParametersCommand } from "../protocols/Aws_query";
4
+ import { DescribeCacheParameters } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeCacheParametersCommand 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", "DescribeCacheParameters", {})
17
13
  .n("ElastiCacheClient", "DescribeCacheParametersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeCacheParametersCommand)
20
- .de(de_DescribeCacheParametersCommand)
14
+ .sc(DescribeCacheParameters)
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_DescribeCacheSecurityGroupsCommand, se_DescribeCacheSecurityGroupsCommand } from "../protocols/Aws_query";
4
+ import { DescribeCacheSecurityGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeCacheSecurityGroupsCommand 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", "DescribeCacheSecurityGroups", {})
17
13
  .n("ElastiCacheClient", "DescribeCacheSecurityGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeCacheSecurityGroupsCommand)
20
- .de(de_DescribeCacheSecurityGroupsCommand)
14
+ .sc(DescribeCacheSecurityGroups)
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_DescribeCacheSubnetGroupsCommand, se_DescribeCacheSubnetGroupsCommand } from "../protocols/Aws_query";
4
+ import { DescribeCacheSubnetGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeCacheSubnetGroupsCommand 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", "DescribeCacheSubnetGroups", {})
17
13
  .n("ElastiCacheClient", "DescribeCacheSubnetGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeCacheSubnetGroupsCommand)
20
- .de(de_DescribeCacheSubnetGroupsCommand)
14
+ .sc(DescribeCacheSubnetGroups)
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_DescribeEngineDefaultParametersCommand, se_DescribeEngineDefaultParametersCommand, } from "../protocols/Aws_query";
4
+ import { DescribeEngineDefaultParameters } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeEngineDefaultParametersCommand 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", "DescribeEngineDefaultParameters", {})
17
13
  .n("ElastiCacheClient", "DescribeEngineDefaultParametersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeEngineDefaultParametersCommand)
20
- .de(de_DescribeEngineDefaultParametersCommand)
14
+ .sc(DescribeEngineDefaultParameters)
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_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols/Aws_query";
4
+ import { DescribeEvents } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeEventsCommand 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", "DescribeEvents", {})
17
13
  .n("ElastiCacheClient", "DescribeEventsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeEventsCommand)
20
- .de(de_DescribeEventsCommand)
14
+ .sc(DescribeEvents)
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_DescribeGlobalReplicationGroupsCommand, se_DescribeGlobalReplicationGroupsCommand, } from "../protocols/Aws_query";
4
+ import { DescribeGlobalReplicationGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeGlobalReplicationGroupsCommand 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", "DescribeGlobalReplicationGroups", {})
17
13
  .n("ElastiCacheClient", "DescribeGlobalReplicationGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeGlobalReplicationGroupsCommand)
20
- .de(de_DescribeGlobalReplicationGroupsCommand)
14
+ .sc(DescribeGlobalReplicationGroups)
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_DescribeReplicationGroupsCommand, se_DescribeReplicationGroupsCommand } from "../protocols/Aws_query";
4
+ import { DescribeReplicationGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeReplicationGroupsCommand 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", "DescribeReplicationGroups", {})
17
13
  .n("ElastiCacheClient", "DescribeReplicationGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeReplicationGroupsCommand)
20
- .de(de_DescribeReplicationGroupsCommand)
14
+ .sc(DescribeReplicationGroups)
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_DescribeReservedCacheNodesCommand, se_DescribeReservedCacheNodesCommand } from "../protocols/Aws_query";
4
+ import { DescribeReservedCacheNodes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeReservedCacheNodesCommand 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", "DescribeReservedCacheNodes", {})
17
13
  .n("ElastiCacheClient", "DescribeReservedCacheNodesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeReservedCacheNodesCommand)
20
- .de(de_DescribeReservedCacheNodesCommand)
14
+ .sc(DescribeReservedCacheNodes)
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_DescribeReservedCacheNodesOfferingsCommand, se_DescribeReservedCacheNodesOfferingsCommand, } from "../protocols/Aws_query";
4
+ import { DescribeReservedCacheNodesOfferings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeReservedCacheNodesOfferingsCommand 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", "DescribeReservedCacheNodesOfferings", {})
17
13
  .n("ElastiCacheClient", "DescribeReservedCacheNodesOfferingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeReservedCacheNodesOfferingsCommand)
20
- .de(de_DescribeReservedCacheNodesOfferingsCommand)
14
+ .sc(DescribeReservedCacheNodesOfferings)
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_DescribeServerlessCacheSnapshotsCommand, se_DescribeServerlessCacheSnapshotsCommand, } from "../protocols/Aws_query";
4
+ import { DescribeServerlessCacheSnapshots } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeServerlessCacheSnapshotsCommand 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", "DescribeServerlessCacheSnapshots", {})
17
13
  .n("ElastiCacheClient", "DescribeServerlessCacheSnapshotsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeServerlessCacheSnapshotsCommand)
20
- .de(de_DescribeServerlessCacheSnapshotsCommand)
14
+ .sc(DescribeServerlessCacheSnapshots)
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_DescribeServerlessCachesCommand, se_DescribeServerlessCachesCommand } from "../protocols/Aws_query";
4
+ import { DescribeServerlessCaches } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeServerlessCachesCommand 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", "DescribeServerlessCaches", {})
17
13
  .n("ElastiCacheClient", "DescribeServerlessCachesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeServerlessCachesCommand)
20
- .de(de_DescribeServerlessCachesCommand)
14
+ .sc(DescribeServerlessCaches)
21
15
  .build() {
22
16
  }