@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
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const core_1 = require("@aws-sdk/core");
|
|
5
|
+
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
5
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
7
|
const url_parser_1 = require("@smithy/url-parser");
|
|
7
8
|
const util_base64_1 = require("@smithy/util-base64");
|
|
@@ -25,6 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
25
26
|
},
|
|
26
27
|
],
|
|
27
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
+
protocol: config?.protocol ??
|
|
30
|
+
new protocols_1.AwsQueryProtocol({
|
|
31
|
+
defaultNamespace: "com.amazonaws.elasticache",
|
|
32
|
+
xmlNamespace: "http://elasticache.amazonaws.com/doc/2015-02-02/",
|
|
33
|
+
version: "2015-02-02",
|
|
34
|
+
}),
|
|
28
35
|
serviceId: config?.serviceId ?? "ElastiCache",
|
|
29
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
30
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
|
|
|
4
4
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
5
5
|
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
|
+
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
7
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
9
|
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
10
|
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
@@ -28,6 +29,7 @@ export class ElastiCacheClient extends __Client {
|
|
|
28
29
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
29
30
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
30
31
|
this.config = _config_8;
|
|
32
|
+
this.middlewareStack.use(getSchemaSerdePlugin(this.config));
|
|
31
33
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
32
34
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
33
35
|
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { AddTagsToResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AddTagsToResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "AddTagsToResource", {})
|
|
17
13
|
.n("ElastiCacheClient", "AddTagsToResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AddTagsToResourceCommand)
|
|
20
|
-
.de(de_AddTagsToResourceCommand)
|
|
14
|
+
.sc(AddTagsToResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { AuthorizeCacheSecurityGroupIngress } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AuthorizeCacheSecurityGroupIngressCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "AuthorizeCacheSecurityGroupIngress", {})
|
|
17
13
|
.n("ElastiCacheClient", "AuthorizeCacheSecurityGroupIngressCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AuthorizeCacheSecurityGroupIngressCommand)
|
|
20
|
-
.de(de_AuthorizeCacheSecurityGroupIngressCommand)
|
|
14
|
+
.sc(AuthorizeCacheSecurityGroupIngress)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { BatchApplyUpdateAction } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class BatchApplyUpdateActionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "BatchApplyUpdateAction", {})
|
|
17
13
|
.n("ElastiCacheClient", "BatchApplyUpdateActionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_BatchApplyUpdateActionCommand)
|
|
20
|
-
.de(de_BatchApplyUpdateActionCommand)
|
|
14
|
+
.sc(BatchApplyUpdateAction)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { BatchStopUpdateAction } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class BatchStopUpdateActionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "BatchStopUpdateAction", {})
|
|
17
13
|
.n("ElastiCacheClient", "BatchStopUpdateActionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_BatchStopUpdateActionCommand)
|
|
20
|
-
.de(de_BatchStopUpdateActionCommand)
|
|
14
|
+
.sc(BatchStopUpdateAction)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CompleteMigration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CompleteMigrationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "CompleteMigration", {})
|
|
17
13
|
.n("ElastiCacheClient", "CompleteMigrationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CompleteMigrationCommand)
|
|
20
|
-
.de(de_CompleteMigrationCommand)
|
|
14
|
+
.sc(CompleteMigration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CopyServerlessCacheSnapshot } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CopyServerlessCacheSnapshotCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "CopyServerlessCacheSnapshot", {})
|
|
17
13
|
.n("ElastiCacheClient", "CopyServerlessCacheSnapshotCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CopyServerlessCacheSnapshotCommand)
|
|
20
|
-
.de(de_CopyServerlessCacheSnapshotCommand)
|
|
14
|
+
.sc(CopyServerlessCacheSnapshot)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CopySnapshot } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CopySnapshotCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "CopySnapshot", {})
|
|
17
13
|
.n("ElastiCacheClient", "CopySnapshotCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CopySnapshotCommand)
|
|
20
|
-
.de(de_CopySnapshotCommand)
|
|
14
|
+
.sc(CopySnapshot)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateCacheCluster } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateCacheClusterCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "CreateCacheCluster", {})
|
|
17
13
|
.n("ElastiCacheClient", "CreateCacheClusterCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateCacheClusterCommand)
|
|
20
|
-
.de(de_CreateCacheClusterCommand)
|
|
14
|
+
.sc(CreateCacheCluster)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateCacheParameterGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateCacheParameterGroupCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "CreateCacheParameterGroup", {})
|
|
17
13
|
.n("ElastiCacheClient", "CreateCacheParameterGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateCacheParameterGroupCommand)
|
|
20
|
-
.de(de_CreateCacheParameterGroupCommand)
|
|
14
|
+
.sc(CreateCacheParameterGroup)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateCacheSecurityGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateCacheSecurityGroupCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "CreateCacheSecurityGroup", {})
|
|
17
13
|
.n("ElastiCacheClient", "CreateCacheSecurityGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateCacheSecurityGroupCommand)
|
|
20
|
-
.de(de_CreateCacheSecurityGroupCommand)
|
|
14
|
+
.sc(CreateCacheSecurityGroup)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateCacheSubnetGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateCacheSubnetGroupCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "CreateCacheSubnetGroup", {})
|
|
17
13
|
.n("ElastiCacheClient", "CreateCacheSubnetGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateCacheSubnetGroupCommand)
|
|
20
|
-
.de(de_CreateCacheSubnetGroupCommand)
|
|
14
|
+
.sc(CreateCacheSubnetGroup)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateGlobalReplicationGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateGlobalReplicationGroupCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "CreateGlobalReplicationGroup", {})
|
|
17
13
|
.n("ElastiCacheClient", "CreateGlobalReplicationGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateGlobalReplicationGroupCommand)
|
|
20
|
-
.de(de_CreateGlobalReplicationGroupCommand)
|
|
14
|
+
.sc(CreateGlobalReplicationGroup)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateReplicationGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateReplicationGroupCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "CreateReplicationGroup", {})
|
|
17
13
|
.n("ElastiCacheClient", "CreateReplicationGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateReplicationGroupCommand)
|
|
20
|
-
.de(de_CreateReplicationGroupCommand)
|
|
14
|
+
.sc(CreateReplicationGroup)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateServerlessCache } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateServerlessCacheCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "CreateServerlessCache", {})
|
|
17
13
|
.n("ElastiCacheClient", "CreateServerlessCacheCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateServerlessCacheCommand)
|
|
20
|
-
.de(de_CreateServerlessCacheCommand)
|
|
14
|
+
.sc(CreateServerlessCache)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateServerlessCacheSnapshot } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateServerlessCacheSnapshotCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "CreateServerlessCacheSnapshot", {})
|
|
17
13
|
.n("ElastiCacheClient", "CreateServerlessCacheSnapshotCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateServerlessCacheSnapshotCommand)
|
|
20
|
-
.de(de_CreateServerlessCacheSnapshotCommand)
|
|
14
|
+
.sc(CreateServerlessCacheSnapshot)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateSnapshot } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateSnapshotCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "CreateSnapshot", {})
|
|
17
13
|
.n("ElastiCacheClient", "CreateSnapshotCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateSnapshotCommand)
|
|
20
|
-
.de(de_CreateSnapshotCommand)
|
|
14
|
+
.sc(CreateSnapshot)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateUser } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateUserCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "CreateUser", {})
|
|
17
13
|
.n("ElastiCacheClient", "CreateUserCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateUserCommand)
|
|
20
|
-
.de(de_CreateUserCommand)
|
|
14
|
+
.sc(CreateUser)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateUserGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateUserGroupCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "CreateUserGroup", {})
|
|
17
13
|
.n("ElastiCacheClient", "CreateUserGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateUserGroupCommand)
|
|
20
|
-
.de(de_CreateUserGroupCommand)
|
|
14
|
+
.sc(CreateUserGroup)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DecreaseNodeGroupsInGlobalReplicationGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "DecreaseNodeGroupsInGlobalReplicationGroup", {})
|
|
17
13
|
.n("ElastiCacheClient", "DecreaseNodeGroupsInGlobalReplicationGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DecreaseNodeGroupsInGlobalReplicationGroupCommand)
|
|
20
|
-
.de(de_DecreaseNodeGroupsInGlobalReplicationGroupCommand)
|
|
14
|
+
.sc(DecreaseNodeGroupsInGlobalReplicationGroup)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DecreaseReplicaCount } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DecreaseReplicaCountCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "DecreaseReplicaCount", {})
|
|
17
13
|
.n("ElastiCacheClient", "DecreaseReplicaCountCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DecreaseReplicaCountCommand)
|
|
20
|
-
.de(de_DecreaseReplicaCountCommand)
|
|
14
|
+
.sc(DecreaseReplicaCount)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteCacheCluster } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteCacheClusterCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "DeleteCacheCluster", {})
|
|
17
13
|
.n("ElastiCacheClient", "DeleteCacheClusterCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteCacheClusterCommand)
|
|
20
|
-
.de(de_DeleteCacheClusterCommand)
|
|
14
|
+
.sc(DeleteCacheCluster)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteCacheParameterGroup } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteCacheParameterGroupCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElastiCacheV9", "DeleteCacheParameterGroup", {})
|
|
17
13
|
.n("ElastiCacheClient", "DeleteCacheParameterGroupCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteCacheParameterGroupCommand)
|
|
20
|
-
.de(de_DeleteCacheParameterGroupCommand)
|
|
14
|
+
.sc(DeleteCacheParameterGroup)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|