@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 { ModifyReplicationGroupShardConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ModifyReplicationGroupShardConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "ModifyReplicationGroupShardConfiguration", {})
|
|
13
|
-
.n("ElastiCacheClient", "ModifyReplicationGroupShardConfigurationCommand")
|
|
14
|
-
.sc(ModifyReplicationGroupShardConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ModifyReplicationGroupShardConfigurationCommand extends command(_ep0, _mw0, "ModifyReplicationGroupShardConfiguration", ModifyReplicationGroupShardConfiguration$) {
|
|
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 { ModifyServerlessCache$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ModifyServerlessCacheCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "ModifyServerlessCache", {})
|
|
13
|
-
.n("ElastiCacheClient", "ModifyServerlessCacheCommand")
|
|
14
|
-
.sc(ModifyServerlessCache$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ModifyServerlessCacheCommand extends command(_ep0, _mw0, "ModifyServerlessCache", ModifyServerlessCache$) {
|
|
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 { ModifyUser$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ModifyUserCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "ModifyUser", {})
|
|
13
|
-
.n("ElastiCacheClient", "ModifyUserCommand")
|
|
14
|
-
.sc(ModifyUser$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ModifyUserCommand extends command(_ep0, _mw0, "ModifyUser", ModifyUser$) {
|
|
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 { ModifyUserGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ModifyUserGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "ModifyUserGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "ModifyUserGroupCommand")
|
|
14
|
-
.sc(ModifyUserGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ModifyUserGroupCommand extends command(_ep0, _mw0, "ModifyUserGroup", ModifyUserGroup$) {
|
|
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 { PurchaseReservedCacheNodesOffering$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PurchaseReservedCacheNodesOfferingCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "PurchaseReservedCacheNodesOffering", {})
|
|
13
|
-
.n("ElastiCacheClient", "PurchaseReservedCacheNodesOfferingCommand")
|
|
14
|
-
.sc(PurchaseReservedCacheNodesOffering$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PurchaseReservedCacheNodesOfferingCommand extends command(_ep0, _mw0, "PurchaseReservedCacheNodesOffering", PurchaseReservedCacheNodesOffering$) {
|
|
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 { RebalanceSlotsInGlobalReplicationGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RebalanceSlotsInGlobalReplicationGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "RebalanceSlotsInGlobalReplicationGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "RebalanceSlotsInGlobalReplicationGroupCommand")
|
|
14
|
-
.sc(RebalanceSlotsInGlobalReplicationGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RebalanceSlotsInGlobalReplicationGroupCommand extends command(_ep0, _mw0, "RebalanceSlotsInGlobalReplicationGroup", RebalanceSlotsInGlobalReplicationGroup$) {
|
|
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 { RebootCacheCluster$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RebootCacheClusterCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "RebootCacheCluster", {})
|
|
13
|
-
.n("ElastiCacheClient", "RebootCacheClusterCommand")
|
|
14
|
-
.sc(RebootCacheCluster$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RebootCacheClusterCommand extends command(_ep0, _mw0, "RebootCacheCluster", RebootCacheCluster$) {
|
|
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 { RemoveTagsFromResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RemoveTagsFromResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "RemoveTagsFromResource", {})
|
|
13
|
-
.n("ElastiCacheClient", "RemoveTagsFromResourceCommand")
|
|
14
|
-
.sc(RemoveTagsFromResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RemoveTagsFromResourceCommand extends command(_ep0, _mw0, "RemoveTagsFromResource", RemoveTagsFromResource$) {
|
|
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 { ResetCacheParameterGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ResetCacheParameterGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "ResetCacheParameterGroup", {})
|
|
13
|
-
.n("ElastiCacheClient", "ResetCacheParameterGroupCommand")
|
|
14
|
-
.sc(ResetCacheParameterGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ResetCacheParameterGroupCommand extends command(_ep0, _mw0, "ResetCacheParameterGroup", ResetCacheParameterGroup$) {
|
|
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 { RevokeCacheSecurityGroupIngress$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RevokeCacheSecurityGroupIngressCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "RevokeCacheSecurityGroupIngress", {})
|
|
13
|
-
.n("ElastiCacheClient", "RevokeCacheSecurityGroupIngressCommand")
|
|
14
|
-
.sc(RevokeCacheSecurityGroupIngress$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RevokeCacheSecurityGroupIngressCommand extends command(_ep0, _mw0, "RevokeCacheSecurityGroupIngress", RevokeCacheSecurityGroupIngress$) {
|
|
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 { StartMigration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartMigrationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "StartMigration", {})
|
|
13
|
-
.n("ElastiCacheClient", "StartMigrationCommand")
|
|
14
|
-
.sc(StartMigration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartMigrationCommand extends command(_ep0, _mw0, "StartMigration", StartMigration$) {
|
|
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 { TestFailover$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TestFailoverCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "TestFailover", {})
|
|
13
|
-
.n("ElastiCacheClient", "TestFailoverCommand")
|
|
14
|
-
.sc(TestFailover$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TestFailoverCommand extends command(_ep0, _mw0, "TestFailover", TestFailover$) {
|
|
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 { TestMigration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TestMigrationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonElastiCacheV9", "TestMigration", {})
|
|
13
|
-
.n("ElastiCacheClient", "TestMigrationCommand")
|
|
14
|
-
.sc(TestMigration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TestMigrationCommand extends command(_ep0, _mw0, "TestMigration", TestMigration$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ElastiCacheClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { AddTagsToResourceMessage, TagListMessage } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AddTagsToResourceCommandInput extends AddTagsToResourceMessage
|
|
|
22
19
|
export interface AddTagsToResourceCommandOutput extends TagListMessage, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AddTagsToResourceCommand_base: {
|
|
25
|
-
new (input: AddTagsToResourceCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AddTagsToResourceCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AddTagsToResourceCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AddTagsToResourceCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>A tag is a key-value pair where the key and value are case-sensitive. You can use tags
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { AuthorizeCacheSecurityGroupIngressMessage, AuthorizeCacheSecurityGroupIngressResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AuthorizeCacheSecurityGroupIngressCommandInput extends Authoriz
|
|
|
22
19
|
export interface AuthorizeCacheSecurityGroupIngressCommandOutput extends AuthorizeCacheSecurityGroupIngressResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AuthorizeCacheSecurityGroupIngressCommand_base: {
|
|
25
|
-
new (input: AuthorizeCacheSecurityGroupIngressCommandInput): import("@smithy/core/client").CommandImpl<AuthorizeCacheSecurityGroupIngressCommandInput, AuthorizeCacheSecurityGroupIngressCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AuthorizeCacheSecurityGroupIngressCommandInput): import("@smithy/core/client").CommandImpl<AuthorizeCacheSecurityGroupIngressCommandInput, AuthorizeCacheSecurityGroupIngressCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AuthorizeCacheSecurityGroupIngressCommandInput): import("@smithy/core/client").CommandImpl<AuthorizeCacheSecurityGroupIngressCommandInput, AuthorizeCacheSecurityGroupIngressCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AuthorizeCacheSecurityGroupIngressCommandInput): import("@smithy/core/client").CommandImpl<AuthorizeCacheSecurityGroupIngressCommandInput, AuthorizeCacheSecurityGroupIngressCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Allows network ingress to a cache security group. Applications using ElastiCache must
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { BatchApplyUpdateActionMessage, UpdateActionResultsMessage } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchApplyUpdateActionCommandInput extends BatchApplyUpdateActi
|
|
|
22
19
|
export interface BatchApplyUpdateActionCommandOutput extends UpdateActionResultsMessage, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchApplyUpdateActionCommand_base: {
|
|
25
|
-
new (input: BatchApplyUpdateActionCommandInput): import("@smithy/core/client").CommandImpl<BatchApplyUpdateActionCommandInput, BatchApplyUpdateActionCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchApplyUpdateActionCommandInput): import("@smithy/core/client").CommandImpl<BatchApplyUpdateActionCommandInput, BatchApplyUpdateActionCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchApplyUpdateActionCommandInput): import("@smithy/core/client").CommandImpl<BatchApplyUpdateActionCommandInput, BatchApplyUpdateActionCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchApplyUpdateActionCommandInput): import("@smithy/core/client").CommandImpl<BatchApplyUpdateActionCommandInput, BatchApplyUpdateActionCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Apply the service update. For more information on service updates and applying them,
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { BatchStopUpdateActionMessage, UpdateActionResultsMessage } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchStopUpdateActionCommandInput extends BatchStopUpdateAction
|
|
|
22
19
|
export interface BatchStopUpdateActionCommandOutput extends UpdateActionResultsMessage, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchStopUpdateActionCommand_base: {
|
|
25
|
-
new (input: BatchStopUpdateActionCommandInput): import("@smithy/core/client").CommandImpl<BatchStopUpdateActionCommandInput, BatchStopUpdateActionCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchStopUpdateActionCommandInput): import("@smithy/core/client").CommandImpl<BatchStopUpdateActionCommandInput, BatchStopUpdateActionCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchStopUpdateActionCommandInput): import("@smithy/core/client").CommandImpl<BatchStopUpdateActionCommandInput, BatchStopUpdateActionCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchStopUpdateActionCommandInput): import("@smithy/core/client").CommandImpl<BatchStopUpdateActionCommandInput, BatchStopUpdateActionCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Stop the service update. For more information on service updates and stopping them,
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { CompleteMigrationMessage, CompleteMigrationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CompleteMigrationCommandInput extends CompleteMigrationMessage
|
|
|
22
19
|
export interface CompleteMigrationCommandOutput extends CompleteMigrationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CompleteMigrationCommand_base: {
|
|
25
|
-
new (input: CompleteMigrationCommandInput): import("@smithy/core/client").CommandImpl<CompleteMigrationCommandInput, CompleteMigrationCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CompleteMigrationCommandInput): import("@smithy/core/client").CommandImpl<CompleteMigrationCommandInput, CompleteMigrationCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CompleteMigrationCommandInput): import("@smithy/core/client").CommandImpl<CompleteMigrationCommandInput, CompleteMigrationCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CompleteMigrationCommandInput): import("@smithy/core/client").CommandImpl<CompleteMigrationCommandInput, CompleteMigrationCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Complete the migration of data.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { CopyServerlessCacheSnapshotRequest, CopyServerlessCacheSnapshotResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CopyServerlessCacheSnapshotCommandInput extends CopyServerlessC
|
|
|
22
19
|
export interface CopyServerlessCacheSnapshotCommandOutput extends CopyServerlessCacheSnapshotResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CopyServerlessCacheSnapshotCommand_base: {
|
|
25
|
-
new (input: CopyServerlessCacheSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CopyServerlessCacheSnapshotCommandInput, CopyServerlessCacheSnapshotCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CopyServerlessCacheSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CopyServerlessCacheSnapshotCommandInput, CopyServerlessCacheSnapshotCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CopyServerlessCacheSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CopyServerlessCacheSnapshotCommandInput, CopyServerlessCacheSnapshotCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CopyServerlessCacheSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CopyServerlessCacheSnapshotCommandInput, CopyServerlessCacheSnapshotCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a copy of an existing serverless cache’s snapshot. Available for Valkey, Redis OSS and Serverless Memcached only.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { CopySnapshotMessage, CopySnapshotResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CopySnapshotCommandInput extends CopySnapshotMessage {
|
|
|
22
19
|
export interface CopySnapshotCommandOutput extends CopySnapshotResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CopySnapshotCommand_base: {
|
|
25
|
-
new (input: CopySnapshotCommandInput): import("@smithy/core/client").CommandImpl<CopySnapshotCommandInput, CopySnapshotCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CopySnapshotCommandInput): import("@smithy/core/client").CommandImpl<CopySnapshotCommandInput, CopySnapshotCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CopySnapshotCommandInput): import("@smithy/core/client").CommandImpl<CopySnapshotCommandInput, CopySnapshotCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CopySnapshotCommandInput): import("@smithy/core/client").CommandImpl<CopySnapshotCommandInput, CopySnapshotCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Makes a copy of an existing snapshot.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { CreateCacheClusterMessage, CreateCacheClusterResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateCacheClusterCommandInput extends CreateCacheClusterMessag
|
|
|
22
19
|
export interface CreateCacheClusterCommandOutput extends CreateCacheClusterResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateCacheClusterCommand_base: {
|
|
25
|
-
new (input: CreateCacheClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateCacheClusterCommandInput, CreateCacheClusterCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateCacheClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateCacheClusterCommandInput, CreateCacheClusterCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateCacheClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateCacheClusterCommandInput, CreateCacheClusterCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateCacheClusterCommandInput): import("@smithy/core/client").CommandImpl<CreateCacheClusterCommandInput, CreateCacheClusterCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a cluster. All nodes in the cluster run the same protocol-compliant cache
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { CreateCacheParameterGroupMessage, CreateCacheParameterGroupResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateCacheParameterGroupCommandInput extends CreateCacheParame
|
|
|
22
19
|
export interface CreateCacheParameterGroupCommandOutput extends CreateCacheParameterGroupResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateCacheParameterGroupCommand_base: {
|
|
25
|
-
new (input: CreateCacheParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateCacheParameterGroupCommandInput, CreateCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateCacheParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateCacheParameterGroupCommandInput, CreateCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateCacheParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateCacheParameterGroupCommandInput, CreateCacheParameterGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateCacheParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateCacheParameterGroupCommandInput, CreateCacheParameterGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new Amazon ElastiCache cache parameter group. An ElastiCache cache parameter
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { CreateCacheSecurityGroupMessage, CreateCacheSecurityGroupResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateCacheSecurityGroupCommandInput extends CreateCacheSecurit
|
|
|
22
19
|
export interface CreateCacheSecurityGroupCommandOutput extends CreateCacheSecurityGroupResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateCacheSecurityGroupCommand_base: {
|
|
25
|
-
new (input: CreateCacheSecurityGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateCacheSecurityGroupCommandInput, CreateCacheSecurityGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateCacheSecurityGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateCacheSecurityGroupCommandInput, CreateCacheSecurityGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateCacheSecurityGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateCacheSecurityGroupCommandInput, CreateCacheSecurityGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateCacheSecurityGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateCacheSecurityGroupCommandInput, CreateCacheSecurityGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new cache security group. Use a cache security group to control access to
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
2
|
import type { CreateCacheSubnetGroupMessage, CreateCacheSubnetGroupResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateCacheSubnetGroupCommandInput extends CreateCacheSubnetGro
|
|
|
22
19
|
export interface CreateCacheSubnetGroupCommandOutput extends CreateCacheSubnetGroupResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateCacheSubnetGroupCommand_base: {
|
|
25
|
-
new (input: CreateCacheSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateCacheSubnetGroupCommandInput, CreateCacheSubnetGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateCacheSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateCacheSubnetGroupCommandInput, CreateCacheSubnetGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateCacheSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateCacheSubnetGroupCommandInput, CreateCacheSubnetGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateCacheSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateCacheSubnetGroupCommandInput, CreateCacheSubnetGroupCommandOutput, import("..").ElastiCacheClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new cache subnet group.</p>
|