@aws-sdk/client-elasticache 3.928.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_DescribeServiceUpdatesCommand, se_DescribeServiceUpdatesCommand } from "../protocols/Aws_query";
4
+ import { DescribeServiceUpdates } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeServiceUpdatesCommand 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", "DescribeServiceUpdates", {})
17
13
  .n("ElastiCacheClient", "DescribeServiceUpdatesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeServiceUpdatesCommand)
20
- .de(de_DescribeServiceUpdatesCommand)
14
+ .sc(DescribeServiceUpdates)
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_DescribeSnapshotsCommand, se_DescribeSnapshotsCommand } from "../protocols/Aws_query";
4
+ import { DescribeSnapshots } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeSnapshotsCommand 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", "DescribeSnapshots", {})
17
13
  .n("ElastiCacheClient", "DescribeSnapshotsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeSnapshotsCommand)
20
- .de(de_DescribeSnapshotsCommand)
14
+ .sc(DescribeSnapshots)
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_DescribeUpdateActionsCommand, se_DescribeUpdateActionsCommand } from "../protocols/Aws_query";
4
+ import { DescribeUpdateActions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeUpdateActionsCommand 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", "DescribeUpdateActions", {})
17
13
  .n("ElastiCacheClient", "DescribeUpdateActionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeUpdateActionsCommand)
20
- .de(de_DescribeUpdateActionsCommand)
14
+ .sc(DescribeUpdateActions)
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_DescribeUserGroupsCommand, se_DescribeUserGroupsCommand } from "../protocols/Aws_query";
4
+ import { DescribeUserGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeUserGroupsCommand 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", "DescribeUserGroups", {})
17
13
  .n("ElastiCacheClient", "DescribeUserGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeUserGroupsCommand)
20
- .de(de_DescribeUserGroupsCommand)
14
+ .sc(DescribeUserGroups)
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_DescribeUsersCommand, se_DescribeUsersCommand } from "../protocols/Aws_query";
4
+ import { DescribeUsers } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeUsersCommand 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", "DescribeUsers", {})
17
13
  .n("ElastiCacheClient", "DescribeUsersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeUsersCommand)
20
- .de(de_DescribeUsersCommand)
14
+ .sc(DescribeUsers)
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_DisassociateGlobalReplicationGroupCommand, se_DisassociateGlobalReplicationGroupCommand, } from "../protocols/Aws_query";
4
+ import { DisassociateGlobalReplicationGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateGlobalReplicationGroupCommand 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", "DisassociateGlobalReplicationGroup", {})
17
13
  .n("ElastiCacheClient", "DisassociateGlobalReplicationGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateGlobalReplicationGroupCommand)
20
- .de(de_DisassociateGlobalReplicationGroupCommand)
14
+ .sc(DisassociateGlobalReplicationGroup)
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_ExportServerlessCacheSnapshotCommand, se_ExportServerlessCacheSnapshotCommand, } from "../protocols/Aws_query";
4
+ import { ExportServerlessCacheSnapshot } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ExportServerlessCacheSnapshotCommand 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", "ExportServerlessCacheSnapshot", {})
17
13
  .n("ElastiCacheClient", "ExportServerlessCacheSnapshotCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ExportServerlessCacheSnapshotCommand)
20
- .de(de_ExportServerlessCacheSnapshotCommand)
14
+ .sc(ExportServerlessCacheSnapshot)
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_FailoverGlobalReplicationGroupCommand, se_FailoverGlobalReplicationGroupCommand, } from "../protocols/Aws_query";
4
+ import { FailoverGlobalReplicationGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class FailoverGlobalReplicationGroupCommand 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", "FailoverGlobalReplicationGroup", {})
17
13
  .n("ElastiCacheClient", "FailoverGlobalReplicationGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_FailoverGlobalReplicationGroupCommand)
20
- .de(de_FailoverGlobalReplicationGroupCommand)
14
+ .sc(FailoverGlobalReplicationGroup)
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_IncreaseNodeGroupsInGlobalReplicationGroupCommand, se_IncreaseNodeGroupsInGlobalReplicationGroupCommand, } from "../protocols/Aws_query";
4
+ import { IncreaseNodeGroupsInGlobalReplicationGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class IncreaseNodeGroupsInGlobalReplicationGroupCommand 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", "IncreaseNodeGroupsInGlobalReplicationGroup", {})
17
13
  .n("ElastiCacheClient", "IncreaseNodeGroupsInGlobalReplicationGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_IncreaseNodeGroupsInGlobalReplicationGroupCommand)
20
- .de(de_IncreaseNodeGroupsInGlobalReplicationGroupCommand)
14
+ .sc(IncreaseNodeGroupsInGlobalReplicationGroup)
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_IncreaseReplicaCountCommand, se_IncreaseReplicaCountCommand } from "../protocols/Aws_query";
4
+ import { IncreaseReplicaCount } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class IncreaseReplicaCountCommand 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", "IncreaseReplicaCount", {})
17
13
  .n("ElastiCacheClient", "IncreaseReplicaCountCommand")
18
- .f(void 0, void 0)
19
- .ser(se_IncreaseReplicaCountCommand)
20
- .de(de_IncreaseReplicaCountCommand)
14
+ .sc(IncreaseReplicaCount)
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_ListAllowedNodeTypeModificationsCommand, se_ListAllowedNodeTypeModificationsCommand, } from "../protocols/Aws_query";
4
+ import { ListAllowedNodeTypeModifications } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAllowedNodeTypeModificationsCommand 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", "ListAllowedNodeTypeModifications", {})
17
13
  .n("ElastiCacheClient", "ListAllowedNodeTypeModificationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAllowedNodeTypeModificationsCommand)
20
- .de(de_ListAllowedNodeTypeModificationsCommand)
14
+ .sc(ListAllowedNodeTypeModifications)
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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_query";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand 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", "ListTagsForResource", {})
17
13
  .n("ElastiCacheClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
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_ModifyCacheClusterCommand, se_ModifyCacheClusterCommand } from "../protocols/Aws_query";
4
+ import { ModifyCacheCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyCacheClusterCommand 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", "ModifyCacheCluster", {})
17
13
  .n("ElastiCacheClient", "ModifyCacheClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyCacheClusterCommand)
20
- .de(de_ModifyCacheClusterCommand)
14
+ .sc(ModifyCacheCluster)
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_ModifyCacheParameterGroupCommand, se_ModifyCacheParameterGroupCommand } from "../protocols/Aws_query";
4
+ import { ModifyCacheParameterGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyCacheParameterGroupCommand 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", "ModifyCacheParameterGroup", {})
17
13
  .n("ElastiCacheClient", "ModifyCacheParameterGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyCacheParameterGroupCommand)
20
- .de(de_ModifyCacheParameterGroupCommand)
14
+ .sc(ModifyCacheParameterGroup)
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_ModifyCacheSubnetGroupCommand, se_ModifyCacheSubnetGroupCommand } from "../protocols/Aws_query";
4
+ import { ModifyCacheSubnetGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyCacheSubnetGroupCommand 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", "ModifyCacheSubnetGroup", {})
17
13
  .n("ElastiCacheClient", "ModifyCacheSubnetGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyCacheSubnetGroupCommand)
20
- .de(de_ModifyCacheSubnetGroupCommand)
14
+ .sc(ModifyCacheSubnetGroup)
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_ModifyGlobalReplicationGroupCommand, se_ModifyGlobalReplicationGroupCommand } from "../protocols/Aws_query";
4
+ import { ModifyGlobalReplicationGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyGlobalReplicationGroupCommand 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", "ModifyGlobalReplicationGroup", {})
17
13
  .n("ElastiCacheClient", "ModifyGlobalReplicationGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyGlobalReplicationGroupCommand)
20
- .de(de_ModifyGlobalReplicationGroupCommand)
14
+ .sc(ModifyGlobalReplicationGroup)
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_ModifyReplicationGroupCommand, se_ModifyReplicationGroupCommand } from "../protocols/Aws_query";
4
+ import { ModifyReplicationGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyReplicationGroupCommand 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", "ModifyReplicationGroup", {})
17
13
  .n("ElastiCacheClient", "ModifyReplicationGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyReplicationGroupCommand)
20
- .de(de_ModifyReplicationGroupCommand)
14
+ .sc(ModifyReplicationGroup)
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_ModifyReplicationGroupShardConfigurationCommand, se_ModifyReplicationGroupShardConfigurationCommand, } from "../protocols/Aws_query";
4
+ import { ModifyReplicationGroupShardConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyReplicationGroupShardConfigurationCommand 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", "ModifyReplicationGroupShardConfiguration", {})
17
13
  .n("ElastiCacheClient", "ModifyReplicationGroupShardConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyReplicationGroupShardConfigurationCommand)
20
- .de(de_ModifyReplicationGroupShardConfigurationCommand)
14
+ .sc(ModifyReplicationGroupShardConfiguration)
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_ModifyServerlessCacheCommand, se_ModifyServerlessCacheCommand } from "../protocols/Aws_query";
4
+ import { ModifyServerlessCache } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyServerlessCacheCommand 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", "ModifyServerlessCache", {})
17
13
  .n("ElastiCacheClient", "ModifyServerlessCacheCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyServerlessCacheCommand)
20
- .de(de_ModifyServerlessCacheCommand)
14
+ .sc(ModifyServerlessCache)
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_ModifyUserCommand, se_ModifyUserCommand } from "../protocols/Aws_query";
4
+ import { ModifyUser } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyUserCommand 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", "ModifyUser", {})
17
13
  .n("ElastiCacheClient", "ModifyUserCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyUserCommand)
20
- .de(de_ModifyUserCommand)
14
+ .sc(ModifyUser)
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_ModifyUserGroupCommand, se_ModifyUserGroupCommand } from "../protocols/Aws_query";
4
+ import { ModifyUserGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ModifyUserGroupCommand 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", "ModifyUserGroup", {})
17
13
  .n("ElastiCacheClient", "ModifyUserGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ModifyUserGroupCommand)
20
- .de(de_ModifyUserGroupCommand)
14
+ .sc(ModifyUserGroup)
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_PurchaseReservedCacheNodesOfferingCommand, se_PurchaseReservedCacheNodesOfferingCommand, } from "../protocols/Aws_query";
4
+ import { PurchaseReservedCacheNodesOffering } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PurchaseReservedCacheNodesOfferingCommand 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", "PurchaseReservedCacheNodesOffering", {})
17
13
  .n("ElastiCacheClient", "PurchaseReservedCacheNodesOfferingCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PurchaseReservedCacheNodesOfferingCommand)
20
- .de(de_PurchaseReservedCacheNodesOfferingCommand)
14
+ .sc(PurchaseReservedCacheNodesOffering)
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_RebalanceSlotsInGlobalReplicationGroupCommand, se_RebalanceSlotsInGlobalReplicationGroupCommand, } from "../protocols/Aws_query";
4
+ import { RebalanceSlotsInGlobalReplicationGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RebalanceSlotsInGlobalReplicationGroupCommand 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", "RebalanceSlotsInGlobalReplicationGroup", {})
17
13
  .n("ElastiCacheClient", "RebalanceSlotsInGlobalReplicationGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RebalanceSlotsInGlobalReplicationGroupCommand)
20
- .de(de_RebalanceSlotsInGlobalReplicationGroupCommand)
14
+ .sc(RebalanceSlotsInGlobalReplicationGroup)
21
15
  .build() {
22
16
  }