@aws-sdk/client-elasticache 3.1077.0 → 3.1078.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 +83 -753
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddTagsToResourceCommand.js +2 -14
- package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +2 -14
- package/dist-es/commands/BatchApplyUpdateActionCommand.js +2 -14
- package/dist-es/commands/BatchStopUpdateActionCommand.js +2 -14
- package/dist-es/commands/CompleteMigrationCommand.js +2 -14
- package/dist-es/commands/CopyServerlessCacheSnapshotCommand.js +2 -14
- package/dist-es/commands/CopySnapshotCommand.js +2 -14
- package/dist-es/commands/CreateCacheClusterCommand.js +2 -14
- package/dist-es/commands/CreateCacheParameterGroupCommand.js +2 -14
- package/dist-es/commands/CreateCacheSecurityGroupCommand.js +2 -14
- package/dist-es/commands/CreateCacheSubnetGroupCommand.js +2 -14
- package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/CreateReplicationGroupCommand.js +2 -14
- package/dist-es/commands/CreateServerlessCacheCommand.js +2 -14
- package/dist-es/commands/CreateServerlessCacheSnapshotCommand.js +2 -14
- package/dist-es/commands/CreateSnapshotCommand.js +2 -14
- package/dist-es/commands/CreateUserCommand.js +2 -14
- package/dist-es/commands/CreateUserGroupCommand.js +2 -14
- package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/DecreaseReplicaCountCommand.js +2 -14
- package/dist-es/commands/DeleteCacheClusterCommand.js +2 -14
- package/dist-es/commands/DeleteCacheParameterGroupCommand.js +2 -14
- package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +2 -14
- package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +2 -14
- package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/DeleteReplicationGroupCommand.js +2 -14
- package/dist-es/commands/DeleteServerlessCacheCommand.js +2 -14
- package/dist-es/commands/DeleteServerlessCacheSnapshotCommand.js +2 -14
- package/dist-es/commands/DeleteSnapshotCommand.js +2 -14
- package/dist-es/commands/DeleteUserCommand.js +2 -14
- package/dist-es/commands/DeleteUserGroupCommand.js +2 -14
- package/dist-es/commands/DescribeCacheClustersCommand.js +2 -14
- package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +2 -14
- package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeCacheParametersCommand.js +2 -14
- package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +2 -14
- package/dist-es/commands/DescribeEventsCommand.js +2 -14
- package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeReplicationGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeReservedCacheNodesCommand.js +2 -14
- package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +2 -14
- package/dist-es/commands/DescribeServerlessCacheSnapshotsCommand.js +2 -14
- package/dist-es/commands/DescribeServerlessCachesCommand.js +2 -14
- package/dist-es/commands/DescribeServiceUpdatesCommand.js +2 -14
- package/dist-es/commands/DescribeSnapshotsCommand.js +2 -14
- package/dist-es/commands/DescribeUpdateActionsCommand.js +2 -14
- package/dist-es/commands/DescribeUserGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeUsersCommand.js +2 -14
- package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/ExportServerlessCacheSnapshotCommand.js +2 -14
- package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/IncreaseReplicaCountCommand.js +2 -14
- package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ModifyCacheClusterCommand.js +2 -14
- package/dist-es/commands/ModifyCacheParameterGroupCommand.js +2 -14
- package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +2 -14
- package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/ModifyReplicationGroupCommand.js +2 -14
- package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +2 -14
- package/dist-es/commands/ModifyServerlessCacheCommand.js +2 -14
- package/dist-es/commands/ModifyUserCommand.js +2 -14
- package/dist-es/commands/ModifyUserGroupCommand.js +2 -14
- package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +2 -14
- package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/RebootCacheClusterCommand.js +2 -14
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -14
- package/dist-es/commands/ResetCacheParameterGroupCommand.js +2 -14
- package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +2 -14
- package/dist-es/commands/StartMigrationCommand.js +2 -14
- package/dist-es/commands/TestFailoverCommand.js +2 -14
- package/dist-es/commands/TestMigrationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -8
- package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +3 -8
- package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +3 -8
- package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +3 -8
- package/dist-types/commands/CompleteMigrationCommand.d.ts +3 -8
- package/dist-types/commands/CopyServerlessCacheSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CopySnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateCacheClusterCommand.d.ts +3 -8
- package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateServerlessCacheCommand.d.ts +3 -8
- package/dist-types/commands/CreateServerlessCacheSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserGroupCommand.d.ts +3 -8
- package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCacheClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServerlessCacheCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServerlessCacheSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCacheClustersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCacheParametersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServerlessCachesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeUserGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeUsersCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/ExportServerlessCacheSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +3 -8
- package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ModifyCacheClusterCommand.d.ts +3 -8
- package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +3 -8
- package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ModifyServerlessCacheCommand.d.ts +3 -8
- package/dist-types/commands/ModifyUserCommand.d.ts +3 -8
- package/dist-types/commands/ModifyUserGroupCommand.d.ts +3 -8
- package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +3 -8
- package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/RebootCacheClusterCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -8
- package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +3 -8
- package/dist-types/commands/StartMigrationCommand.d.ts +3 -8
- package/dist-types/commands/TestFailoverCommand.d.ts +3 -8
- package/dist-types/commands/TestMigrationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchApplyUpdateActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchStopUpdateActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CompleteMigrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CopyServerlessCacheSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCacheClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCacheParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCacheSecurityGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCacheSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServerlessCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServerlessCacheSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DecreaseReplicaCountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCacheClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCacheParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCacheSecurityGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCacheSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServerlessCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServerlessCacheSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCacheClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCacheEngineVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCacheParameterGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCacheParametersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCacheSecurityGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCacheSubnetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeGlobalReplicationGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReplicationGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReservedCacheNodesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServerlessCachesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceUpdatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeUpdateActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeUserGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportServerlessCacheSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/FailoverGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/IncreaseReplicaCountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAllowedNodeTypeModificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyCacheClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyCacheParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyCacheSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyServerlessCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyUserGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RebootCacheClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResetCacheParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TestFailoverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TestMigrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AmazonElastiCacheV9", "ElastiCacheClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AddTagsToResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AddTagsToResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "AddTagsToResource", {})
|
|
13
|
-
.n("ElastiCacheClient", "AddTagsToResourceCommand")
|
|
14
|
-
.sc(AddTagsToResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AddTagsToResourceCommand extends command(_ep0, _mw0, "AddTagsToResource", AddTagsToResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AuthorizeCacheSecurityGroupIngress$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AuthorizeCacheSecurityGroupIngressCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "AuthorizeCacheSecurityGroupIngress", {})
|
|
13
|
-
.n("ElastiCacheClient", "AuthorizeCacheSecurityGroupIngressCommand")
|
|
14
|
-
.sc(AuthorizeCacheSecurityGroupIngress$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AuthorizeCacheSecurityGroupIngressCommand extends command(_ep0, _mw0, "AuthorizeCacheSecurityGroupIngress", AuthorizeCacheSecurityGroupIngress$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchApplyUpdateAction$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchApplyUpdateActionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "BatchApplyUpdateAction", {})
|
|
13
|
-
.n("ElastiCacheClient", "BatchApplyUpdateActionCommand")
|
|
14
|
-
.sc(BatchApplyUpdateAction$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchApplyUpdateActionCommand extends command(_ep0, _mw0, "BatchApplyUpdateAction", BatchApplyUpdateAction$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchStopUpdateAction$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchStopUpdateActionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "BatchStopUpdateAction", {})
|
|
13
|
-
.n("ElastiCacheClient", "BatchStopUpdateActionCommand")
|
|
14
|
-
.sc(BatchStopUpdateAction$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchStopUpdateActionCommand extends command(_ep0, _mw0, "BatchStopUpdateAction", BatchStopUpdateAction$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CompleteMigration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CompleteMigrationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "CompleteMigration", {})
|
|
13
|
-
.n("ElastiCacheClient", "CompleteMigrationCommand")
|
|
14
|
-
.sc(CompleteMigration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CompleteMigrationCommand extends command(_ep0, _mw0, "CompleteMigration", CompleteMigration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CopyServerlessCacheSnapshot$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CopyServerlessCacheSnapshotCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "CopyServerlessCacheSnapshot", {})
|
|
13
|
-
.n("ElastiCacheClient", "CopyServerlessCacheSnapshotCommand")
|
|
14
|
-
.sc(CopyServerlessCacheSnapshot$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CopyServerlessCacheSnapshotCommand extends command(_ep0, _mw0, "CopyServerlessCacheSnapshot", CopyServerlessCacheSnapshot$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CopySnapshot$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CopySnapshotCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "CopySnapshot", {})
|
|
13
|
-
.n("ElastiCacheClient", "CopySnapshotCommand")
|
|
14
|
-
.sc(CopySnapshot$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CopySnapshotCommand extends command(_ep0, _mw0, "CopySnapshot", CopySnapshot$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateCacheCluster$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCacheClusterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "CreateCacheCluster", {})
|
|
13
|
-
.n("ElastiCacheClient", "CreateCacheClusterCommand")
|
|
14
|
-
.sc(CreateCacheCluster$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCacheClusterCommand extends command(_ep0, _mw0, "CreateCacheCluster", CreateCacheCluster$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateCacheParameterGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCacheParameterGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "CreateCacheParameterGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "CreateCacheParameterGroupCommand")
|
|
14
|
-
.sc(CreateCacheParameterGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCacheParameterGroupCommand extends command(_ep0, _mw0, "CreateCacheParameterGroup", CreateCacheParameterGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateCacheSecurityGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCacheSecurityGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "CreateCacheSecurityGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "CreateCacheSecurityGroupCommand")
|
|
14
|
-
.sc(CreateCacheSecurityGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCacheSecurityGroupCommand extends command(_ep0, _mw0, "CreateCacheSecurityGroup", CreateCacheSecurityGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateCacheSubnetGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCacheSubnetGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "CreateCacheSubnetGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "CreateCacheSubnetGroupCommand")
|
|
14
|
-
.sc(CreateCacheSubnetGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCacheSubnetGroupCommand extends command(_ep0, _mw0, "CreateCacheSubnetGroup", CreateCacheSubnetGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateGlobalReplicationGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateGlobalReplicationGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "CreateGlobalReplicationGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "CreateGlobalReplicationGroupCommand")
|
|
14
|
-
.sc(CreateGlobalReplicationGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateGlobalReplicationGroupCommand extends command(_ep0, _mw0, "CreateGlobalReplicationGroup", CreateGlobalReplicationGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateReplicationGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateReplicationGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "CreateReplicationGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "CreateReplicationGroupCommand")
|
|
14
|
-
.sc(CreateReplicationGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateReplicationGroupCommand extends command(_ep0, _mw0, "CreateReplicationGroup", CreateReplicationGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateServerlessCache$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateServerlessCacheCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "CreateServerlessCache", {})
|
|
13
|
-
.n("ElastiCacheClient", "CreateServerlessCacheCommand")
|
|
14
|
-
.sc(CreateServerlessCache$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateServerlessCacheCommand extends command(_ep0, _mw0, "CreateServerlessCache", CreateServerlessCache$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateServerlessCacheSnapshot$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateServerlessCacheSnapshotCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "CreateServerlessCacheSnapshot", {})
|
|
13
|
-
.n("ElastiCacheClient", "CreateServerlessCacheSnapshotCommand")
|
|
14
|
-
.sc(CreateServerlessCacheSnapshot$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateServerlessCacheSnapshotCommand extends command(_ep0, _mw0, "CreateServerlessCacheSnapshot", CreateServerlessCacheSnapshot$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateSnapshot$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateSnapshotCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "CreateSnapshot", {})
|
|
13
|
-
.n("ElastiCacheClient", "CreateSnapshotCommand")
|
|
14
|
-
.sc(CreateSnapshot$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateSnapshotCommand extends command(_ep0, _mw0, "CreateSnapshot", CreateSnapshot$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateUser$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateUserCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "CreateUser", {})
|
|
13
|
-
.n("ElastiCacheClient", "CreateUserCommand")
|
|
14
|
-
.sc(CreateUser$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateUserCommand extends command(_ep0, _mw0, "CreateUser", CreateUser$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateUserGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateUserGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "CreateUserGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "CreateUserGroupCommand")
|
|
14
|
-
.sc(CreateUserGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateUserGroupCommand extends command(_ep0, _mw0, "CreateUserGroup", CreateUserGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DecreaseNodeGroupsInGlobalReplicationGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DecreaseNodeGroupsInGlobalReplicationGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "DecreaseNodeGroupsInGlobalReplicationGroupCommand")
|
|
14
|
-
.sc(DecreaseNodeGroupsInGlobalReplicationGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends command(_ep0, _mw0, "DecreaseNodeGroupsInGlobalReplicationGroup", DecreaseNodeGroupsInGlobalReplicationGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DecreaseReplicaCount$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DecreaseReplicaCountCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DecreaseReplicaCount", {})
|
|
13
|
-
.n("ElastiCacheClient", "DecreaseReplicaCountCommand")
|
|
14
|
-
.sc(DecreaseReplicaCount$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DecreaseReplicaCountCommand extends command(_ep0, _mw0, "DecreaseReplicaCount", DecreaseReplicaCount$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCacheCluster$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCacheClusterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DeleteCacheCluster", {})
|
|
13
|
-
.n("ElastiCacheClient", "DeleteCacheClusterCommand")
|
|
14
|
-
.sc(DeleteCacheCluster$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCacheClusterCommand extends command(_ep0, _mw0, "DeleteCacheCluster", DeleteCacheCluster$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCacheParameterGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCacheParameterGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DeleteCacheParameterGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "DeleteCacheParameterGroupCommand")
|
|
14
|
-
.sc(DeleteCacheParameterGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCacheParameterGroupCommand extends command(_ep0, _mw0, "DeleteCacheParameterGroup", DeleteCacheParameterGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCacheSecurityGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCacheSecurityGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DeleteCacheSecurityGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "DeleteCacheSecurityGroupCommand")
|
|
14
|
-
.sc(DeleteCacheSecurityGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCacheSecurityGroupCommand extends command(_ep0, _mw0, "DeleteCacheSecurityGroup", DeleteCacheSecurityGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCacheSubnetGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCacheSubnetGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DeleteCacheSubnetGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "DeleteCacheSubnetGroupCommand")
|
|
14
|
-
.sc(DeleteCacheSubnetGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCacheSubnetGroupCommand extends command(_ep0, _mw0, "DeleteCacheSubnetGroup", DeleteCacheSubnetGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteGlobalReplicationGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteGlobalReplicationGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DeleteGlobalReplicationGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "DeleteGlobalReplicationGroupCommand")
|
|
14
|
-
.sc(DeleteGlobalReplicationGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteGlobalReplicationGroupCommand extends command(_ep0, _mw0, "DeleteGlobalReplicationGroup", DeleteGlobalReplicationGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteReplicationGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteReplicationGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DeleteReplicationGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "DeleteReplicationGroupCommand")
|
|
14
|
-
.sc(DeleteReplicationGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteReplicationGroupCommand extends command(_ep0, _mw0, "DeleteReplicationGroup", DeleteReplicationGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteServerlessCache$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteServerlessCacheCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DeleteServerlessCache", {})
|
|
13
|
-
.n("ElastiCacheClient", "DeleteServerlessCacheCommand")
|
|
14
|
-
.sc(DeleteServerlessCache$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteServerlessCacheCommand extends command(_ep0, _mw0, "DeleteServerlessCache", DeleteServerlessCache$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteServerlessCacheSnapshot$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteServerlessCacheSnapshotCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DeleteServerlessCacheSnapshot", {})
|
|
13
|
-
.n("ElastiCacheClient", "DeleteServerlessCacheSnapshotCommand")
|
|
14
|
-
.sc(DeleteServerlessCacheSnapshot$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteServerlessCacheSnapshotCommand extends command(_ep0, _mw0, "DeleteServerlessCacheSnapshot", DeleteServerlessCacheSnapshot$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteSnapshot$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSnapshotCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DeleteSnapshot", {})
|
|
13
|
-
.n("ElastiCacheClient", "DeleteSnapshotCommand")
|
|
14
|
-
.sc(DeleteSnapshot$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSnapshotCommand extends command(_ep0, _mw0, "DeleteSnapshot", DeleteSnapshot$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteUser$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteUserCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DeleteUser", {})
|
|
13
|
-
.n("ElastiCacheClient", "DeleteUserCommand")
|
|
14
|
-
.sc(DeleteUser$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteUserCommand extends command(_ep0, _mw0, "DeleteUser", DeleteUser$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteUserGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteUserGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DeleteUserGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "DeleteUserGroupCommand")
|
|
14
|
-
.sc(DeleteUserGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteUserGroupCommand extends command(_ep0, _mw0, "DeleteUserGroup", DeleteUserGroup$) {
|
|
16
4
|
}
|