@aws-sdk/client-elasticache 3.1077.0 → 3.1079.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
|
@@ -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 { DescribeCacheClusters$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeCacheClustersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DescribeCacheClusters", {})
|
|
13
|
-
.n("ElastiCacheClient", "DescribeCacheClustersCommand")
|
|
14
|
-
.sc(DescribeCacheClusters$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeCacheClustersCommand extends command(_ep0, _mw0, "DescribeCacheClusters", DescribeCacheClusters$) {
|
|
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 { DescribeCacheEngineVersions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeCacheEngineVersionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DescribeCacheEngineVersions", {})
|
|
13
|
-
.n("ElastiCacheClient", "DescribeCacheEngineVersionsCommand")
|
|
14
|
-
.sc(DescribeCacheEngineVersions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeCacheEngineVersionsCommand extends command(_ep0, _mw0, "DescribeCacheEngineVersions", DescribeCacheEngineVersions$) {
|
|
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 { DescribeCacheParameterGroups$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeCacheParameterGroupsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DescribeCacheParameterGroups", {})
|
|
13
|
-
.n("ElastiCacheClient", "DescribeCacheParameterGroupsCommand")
|
|
14
|
-
.sc(DescribeCacheParameterGroups$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeCacheParameterGroupsCommand extends command(_ep0, _mw0, "DescribeCacheParameterGroups", DescribeCacheParameterGroups$) {
|
|
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 { DescribeCacheParameters$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeCacheParametersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DescribeCacheParameters", {})
|
|
13
|
-
.n("ElastiCacheClient", "DescribeCacheParametersCommand")
|
|
14
|
-
.sc(DescribeCacheParameters$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeCacheParametersCommand extends command(_ep0, _mw0, "DescribeCacheParameters", DescribeCacheParameters$) {
|
|
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 { DescribeCacheSecurityGroups$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeCacheSecurityGroupsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DescribeCacheSecurityGroups", {})
|
|
13
|
-
.n("ElastiCacheClient", "DescribeCacheSecurityGroupsCommand")
|
|
14
|
-
.sc(DescribeCacheSecurityGroups$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeCacheSecurityGroupsCommand extends command(_ep0, _mw0, "DescribeCacheSecurityGroups", DescribeCacheSecurityGroups$) {
|
|
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 { DescribeCacheSubnetGroups$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeCacheSubnetGroupsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DescribeCacheSubnetGroups", {})
|
|
13
|
-
.n("ElastiCacheClient", "DescribeCacheSubnetGroupsCommand")
|
|
14
|
-
.sc(DescribeCacheSubnetGroups$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeCacheSubnetGroupsCommand extends command(_ep0, _mw0, "DescribeCacheSubnetGroups", DescribeCacheSubnetGroups$) {
|
|
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 { DescribeEngineDefaultParameters$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEngineDefaultParametersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DescribeEngineDefaultParameters", {})
|
|
13
|
-
.n("ElastiCacheClient", "DescribeEngineDefaultParametersCommand")
|
|
14
|
-
.sc(DescribeEngineDefaultParameters$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEngineDefaultParametersCommand extends command(_ep0, _mw0, "DescribeEngineDefaultParameters", DescribeEngineDefaultParameters$) {
|
|
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 { DescribeEvents$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEventsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DescribeEvents", {})
|
|
13
|
-
.n("ElastiCacheClient", "DescribeEventsCommand")
|
|
14
|
-
.sc(DescribeEvents$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEventsCommand extends command(_ep0, _mw0, "DescribeEvents", DescribeEvents$) {
|
|
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 { DescribeGlobalReplicationGroups$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeGlobalReplicationGroupsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DescribeGlobalReplicationGroups", {})
|
|
13
|
-
.n("ElastiCacheClient", "DescribeGlobalReplicationGroupsCommand")
|
|
14
|
-
.sc(DescribeGlobalReplicationGroups$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeGlobalReplicationGroupsCommand extends command(_ep0, _mw0, "DescribeGlobalReplicationGroups", DescribeGlobalReplicationGroups$) {
|
|
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 { DescribeReplicationGroups$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeReplicationGroupsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DescribeReplicationGroups", {})
|
|
13
|
-
.n("ElastiCacheClient", "DescribeReplicationGroupsCommand")
|
|
14
|
-
.sc(DescribeReplicationGroups$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeReplicationGroupsCommand extends command(_ep0, _mw0, "DescribeReplicationGroups", DescribeReplicationGroups$) {
|
|
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 { DescribeReservedCacheNodes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeReservedCacheNodesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DescribeReservedCacheNodes", {})
|
|
13
|
-
.n("ElastiCacheClient", "DescribeReservedCacheNodesCommand")
|
|
14
|
-
.sc(DescribeReservedCacheNodes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeReservedCacheNodesCommand extends command(_ep0, _mw0, "DescribeReservedCacheNodes", DescribeReservedCacheNodes$) {
|
|
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 { DescribeReservedCacheNodesOfferings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeReservedCacheNodesOfferingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DescribeReservedCacheNodesOfferings", {})
|
|
13
|
-
.n("ElastiCacheClient", "DescribeReservedCacheNodesOfferingsCommand")
|
|
14
|
-
.sc(DescribeReservedCacheNodesOfferings$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeReservedCacheNodesOfferingsCommand extends command(_ep0, _mw0, "DescribeReservedCacheNodesOfferings", DescribeReservedCacheNodesOfferings$) {
|
|
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 { DescribeServerlessCacheSnapshots$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeServerlessCacheSnapshotsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DescribeServerlessCacheSnapshots", {})
|
|
13
|
-
.n("ElastiCacheClient", "DescribeServerlessCacheSnapshotsCommand")
|
|
14
|
-
.sc(DescribeServerlessCacheSnapshots$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeServerlessCacheSnapshotsCommand extends command(_ep0, _mw0, "DescribeServerlessCacheSnapshots", DescribeServerlessCacheSnapshots$) {
|
|
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 { DescribeServerlessCaches$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeServerlessCachesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DescribeServerlessCaches", {})
|
|
13
|
-
.n("ElastiCacheClient", "DescribeServerlessCachesCommand")
|
|
14
|
-
.sc(DescribeServerlessCaches$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeServerlessCachesCommand extends command(_ep0, _mw0, "DescribeServerlessCaches", DescribeServerlessCaches$) {
|
|
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 { DescribeServiceUpdates$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeServiceUpdatesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DescribeServiceUpdates", {})
|
|
13
|
-
.n("ElastiCacheClient", "DescribeServiceUpdatesCommand")
|
|
14
|
-
.sc(DescribeServiceUpdates$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeServiceUpdatesCommand extends command(_ep0, _mw0, "DescribeServiceUpdates", DescribeServiceUpdates$) {
|
|
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 { DescribeSnapshots$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeSnapshotsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DescribeSnapshots", {})
|
|
13
|
-
.n("ElastiCacheClient", "DescribeSnapshotsCommand")
|
|
14
|
-
.sc(DescribeSnapshots$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeSnapshotsCommand extends command(_ep0, _mw0, "DescribeSnapshots", DescribeSnapshots$) {
|
|
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 { DescribeUpdateActions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeUpdateActionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DescribeUpdateActions", {})
|
|
13
|
-
.n("ElastiCacheClient", "DescribeUpdateActionsCommand")
|
|
14
|
-
.sc(DescribeUpdateActions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeUpdateActionsCommand extends command(_ep0, _mw0, "DescribeUpdateActions", DescribeUpdateActions$) {
|
|
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 { DescribeUserGroups$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeUserGroupsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DescribeUserGroups", {})
|
|
13
|
-
.n("ElastiCacheClient", "DescribeUserGroupsCommand")
|
|
14
|
-
.sc(DescribeUserGroups$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeUserGroupsCommand extends command(_ep0, _mw0, "DescribeUserGroups", DescribeUserGroups$) {
|
|
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 { DescribeUsers$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeUsersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DescribeUsers", {})
|
|
13
|
-
.n("ElastiCacheClient", "DescribeUsersCommand")
|
|
14
|
-
.sc(DescribeUsers$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeUsersCommand extends command(_ep0, _mw0, "DescribeUsers", DescribeUsers$) {
|
|
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 { DisassociateGlobalReplicationGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateGlobalReplicationGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "DisassociateGlobalReplicationGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "DisassociateGlobalReplicationGroupCommand")
|
|
14
|
-
.sc(DisassociateGlobalReplicationGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateGlobalReplicationGroupCommand extends command(_ep0, _mw0, "DisassociateGlobalReplicationGroup", DisassociateGlobalReplicationGroup$) {
|
|
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 { ExportServerlessCacheSnapshot$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ExportServerlessCacheSnapshotCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "ExportServerlessCacheSnapshot", {})
|
|
13
|
-
.n("ElastiCacheClient", "ExportServerlessCacheSnapshotCommand")
|
|
14
|
-
.sc(ExportServerlessCacheSnapshot$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ExportServerlessCacheSnapshotCommand extends command(_ep0, _mw0, "ExportServerlessCacheSnapshot", ExportServerlessCacheSnapshot$) {
|
|
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 { FailoverGlobalReplicationGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class FailoverGlobalReplicationGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "FailoverGlobalReplicationGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "FailoverGlobalReplicationGroupCommand")
|
|
14
|
-
.sc(FailoverGlobalReplicationGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class FailoverGlobalReplicationGroupCommand extends command(_ep0, _mw0, "FailoverGlobalReplicationGroup", FailoverGlobalReplicationGroup$) {
|
|
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 { IncreaseNodeGroupsInGlobalReplicationGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "IncreaseNodeGroupsInGlobalReplicationGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "IncreaseNodeGroupsInGlobalReplicationGroupCommand")
|
|
14
|
-
.sc(IncreaseNodeGroupsInGlobalReplicationGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends command(_ep0, _mw0, "IncreaseNodeGroupsInGlobalReplicationGroup", IncreaseNodeGroupsInGlobalReplicationGroup$) {
|
|
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 { IncreaseReplicaCount$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class IncreaseReplicaCountCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "IncreaseReplicaCount", {})
|
|
13
|
-
.n("ElastiCacheClient", "IncreaseReplicaCountCommand")
|
|
14
|
-
.sc(IncreaseReplicaCount$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class IncreaseReplicaCountCommand extends command(_ep0, _mw0, "IncreaseReplicaCount", IncreaseReplicaCount$) {
|
|
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 { ListAllowedNodeTypeModifications$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAllowedNodeTypeModificationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "ListAllowedNodeTypeModifications", {})
|
|
13
|
-
.n("ElastiCacheClient", "ListAllowedNodeTypeModificationsCommand")
|
|
14
|
-
.sc(ListAllowedNodeTypeModifications$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAllowedNodeTypeModificationsCommand extends command(_ep0, _mw0, "ListAllowedNodeTypeModifications", ListAllowedNodeTypeModifications$) {
|
|
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 { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "ListTagsForResource", {})
|
|
13
|
-
.n("ElastiCacheClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
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 { ModifyCacheCluster$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ModifyCacheClusterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "ModifyCacheCluster", {})
|
|
13
|
-
.n("ElastiCacheClient", "ModifyCacheClusterCommand")
|
|
14
|
-
.sc(ModifyCacheCluster$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ModifyCacheClusterCommand extends command(_ep0, _mw0, "ModifyCacheCluster", ModifyCacheCluster$) {
|
|
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 { ModifyCacheParameterGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ModifyCacheParameterGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "ModifyCacheParameterGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "ModifyCacheParameterGroupCommand")
|
|
14
|
-
.sc(ModifyCacheParameterGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ModifyCacheParameterGroupCommand extends command(_ep0, _mw0, "ModifyCacheParameterGroup", ModifyCacheParameterGroup$) {
|
|
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 { ModifyCacheSubnetGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ModifyCacheSubnetGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "ModifyCacheSubnetGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "ModifyCacheSubnetGroupCommand")
|
|
14
|
-
.sc(ModifyCacheSubnetGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ModifyCacheSubnetGroupCommand extends command(_ep0, _mw0, "ModifyCacheSubnetGroup", ModifyCacheSubnetGroup$) {
|
|
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 { ModifyGlobalReplicationGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ModifyGlobalReplicationGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "ModifyGlobalReplicationGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "ModifyGlobalReplicationGroupCommand")
|
|
14
|
-
.sc(ModifyGlobalReplicationGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ModifyGlobalReplicationGroupCommand extends command(_ep0, _mw0, "ModifyGlobalReplicationGroup", ModifyGlobalReplicationGroup$) {
|
|
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 { ModifyReplicationGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ModifyReplicationGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "ModifyReplicationGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "ModifyReplicationGroupCommand")
|
|
14
|
-
.sc(ModifyReplicationGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ModifyReplicationGroupCommand extends command(_ep0, _mw0, "ModifyReplicationGroup", ModifyReplicationGroup$) {
|
|
16
4
|
}
|