@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.
- package/dist-cjs/index.js +4583 -9250
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/ElastiCacheClient.js +2 -0
- package/dist-es/commands/AddTagsToResourceCommand.js +3 -9
- package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +3 -9
- package/dist-es/commands/BatchApplyUpdateActionCommand.js +3 -9
- package/dist-es/commands/BatchStopUpdateActionCommand.js +3 -9
- package/dist-es/commands/CompleteMigrationCommand.js +3 -9
- package/dist-es/commands/CopyServerlessCacheSnapshotCommand.js +3 -9
- package/dist-es/commands/CopySnapshotCommand.js +3 -9
- package/dist-es/commands/CreateCacheClusterCommand.js +3 -9
- package/dist-es/commands/CreateCacheParameterGroupCommand.js +3 -9
- package/dist-es/commands/CreateCacheSecurityGroupCommand.js +3 -9
- package/dist-es/commands/CreateCacheSubnetGroupCommand.js +3 -9
- package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +3 -9
- package/dist-es/commands/CreateReplicationGroupCommand.js +3 -9
- package/dist-es/commands/CreateServerlessCacheCommand.js +3 -9
- package/dist-es/commands/CreateServerlessCacheSnapshotCommand.js +3 -9
- package/dist-es/commands/CreateSnapshotCommand.js +3 -9
- package/dist-es/commands/CreateUserCommand.js +3 -9
- package/dist-es/commands/CreateUserGroupCommand.js +3 -9
- package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -9
- package/dist-es/commands/DecreaseReplicaCountCommand.js +3 -9
- package/dist-es/commands/DeleteCacheClusterCommand.js +3 -9
- package/dist-es/commands/DeleteCacheParameterGroupCommand.js +3 -9
- package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +3 -9
- package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +3 -9
- package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +3 -9
- package/dist-es/commands/DeleteReplicationGroupCommand.js +3 -9
- package/dist-es/commands/DeleteServerlessCacheCommand.js +3 -9
- package/dist-es/commands/DeleteServerlessCacheSnapshotCommand.js +3 -9
- package/dist-es/commands/DeleteSnapshotCommand.js +3 -9
- package/dist-es/commands/DeleteUserCommand.js +3 -9
- package/dist-es/commands/DeleteUserGroupCommand.js +3 -9
- package/dist-es/commands/DescribeCacheClustersCommand.js +3 -9
- package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +3 -9
- package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +3 -9
- package/dist-es/commands/DescribeCacheParametersCommand.js +3 -9
- package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +3 -9
- package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +3 -9
- package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +3 -9
- package/dist-es/commands/DescribeEventsCommand.js +3 -9
- package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +3 -9
- package/dist-es/commands/DescribeReplicationGroupsCommand.js +3 -9
- package/dist-es/commands/DescribeReservedCacheNodesCommand.js +3 -9
- package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +3 -9
- package/dist-es/commands/DescribeServerlessCacheSnapshotsCommand.js +3 -9
- package/dist-es/commands/DescribeServerlessCachesCommand.js +3 -9
- package/dist-es/commands/DescribeServiceUpdatesCommand.js +3 -9
- package/dist-es/commands/DescribeSnapshotsCommand.js +3 -9
- package/dist-es/commands/DescribeUpdateActionsCommand.js +3 -9
- package/dist-es/commands/DescribeUserGroupsCommand.js +3 -9
- package/dist-es/commands/DescribeUsersCommand.js +3 -9
- package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +3 -9
- package/dist-es/commands/ExportServerlessCacheSnapshotCommand.js +3 -9
- package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +3 -9
- package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -9
- package/dist-es/commands/IncreaseReplicaCountCommand.js +3 -9
- package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ModifyCacheClusterCommand.js +3 -9
- package/dist-es/commands/ModifyCacheParameterGroupCommand.js +3 -9
- package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +3 -9
- package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +3 -9
- package/dist-es/commands/ModifyReplicationGroupCommand.js +3 -9
- package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +3 -9
- package/dist-es/commands/ModifyServerlessCacheCommand.js +3 -9
- package/dist-es/commands/ModifyUserCommand.js +3 -9
- package/dist-es/commands/ModifyUserGroupCommand.js +3 -9
- package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +3 -9
- package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +3 -9
- package/dist-es/commands/RebootCacheClusterCommand.js +3 -9
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -9
- package/dist-es/commands/ResetCacheParameterGroupCommand.js +3 -9
- package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +3 -9
- package/dist-es/commands/StartMigrationCommand.js +3 -9
- package/dist-es/commands/TestFailoverCommand.js +3 -9
- package/dist-es/commands/TestMigrationCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +4578 -0
- package/dist-types/ElastiCacheClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +440 -0
- package/dist-types/ts3.4/ElastiCacheClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +445 -0
- package/package.json +34 -34
- package/dist-es/protocols/Aws_query.js +0 -8861
- package/dist-types/protocols/Aws_query.d.ts +0 -677
- 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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
19
|
-
.ser(se_RebalanceSlotsInGlobalReplicationGroupCommand)
|
|
20
|
-
.de(de_RebalanceSlotsInGlobalReplicationGroupCommand)
|
|
14
|
+
.sc(RebalanceSlotsInGlobalReplicationGroup)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|