@aws-sdk/client-elasticache 3.1077.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +83 -753
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddTagsToResourceCommand.js +2 -14
- package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +2 -14
- package/dist-es/commands/BatchApplyUpdateActionCommand.js +2 -14
- package/dist-es/commands/BatchStopUpdateActionCommand.js +2 -14
- package/dist-es/commands/CompleteMigrationCommand.js +2 -14
- package/dist-es/commands/CopyServerlessCacheSnapshotCommand.js +2 -14
- package/dist-es/commands/CopySnapshotCommand.js +2 -14
- package/dist-es/commands/CreateCacheClusterCommand.js +2 -14
- package/dist-es/commands/CreateCacheParameterGroupCommand.js +2 -14
- package/dist-es/commands/CreateCacheSecurityGroupCommand.js +2 -14
- package/dist-es/commands/CreateCacheSubnetGroupCommand.js +2 -14
- package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/CreateReplicationGroupCommand.js +2 -14
- package/dist-es/commands/CreateServerlessCacheCommand.js +2 -14
- package/dist-es/commands/CreateServerlessCacheSnapshotCommand.js +2 -14
- package/dist-es/commands/CreateSnapshotCommand.js +2 -14
- package/dist-es/commands/CreateUserCommand.js +2 -14
- package/dist-es/commands/CreateUserGroupCommand.js +2 -14
- package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/DecreaseReplicaCountCommand.js +2 -14
- package/dist-es/commands/DeleteCacheClusterCommand.js +2 -14
- package/dist-es/commands/DeleteCacheParameterGroupCommand.js +2 -14
- package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +2 -14
- package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +2 -14
- package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/DeleteReplicationGroupCommand.js +2 -14
- package/dist-es/commands/DeleteServerlessCacheCommand.js +2 -14
- package/dist-es/commands/DeleteServerlessCacheSnapshotCommand.js +2 -14
- package/dist-es/commands/DeleteSnapshotCommand.js +2 -14
- package/dist-es/commands/DeleteUserCommand.js +2 -14
- package/dist-es/commands/DeleteUserGroupCommand.js +2 -14
- package/dist-es/commands/DescribeCacheClustersCommand.js +2 -14
- package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +2 -14
- package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeCacheParametersCommand.js +2 -14
- package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +2 -14
- package/dist-es/commands/DescribeEventsCommand.js +2 -14
- package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeReplicationGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeReservedCacheNodesCommand.js +2 -14
- package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +2 -14
- package/dist-es/commands/DescribeServerlessCacheSnapshotsCommand.js +2 -14
- package/dist-es/commands/DescribeServerlessCachesCommand.js +2 -14
- package/dist-es/commands/DescribeServiceUpdatesCommand.js +2 -14
- package/dist-es/commands/DescribeSnapshotsCommand.js +2 -14
- package/dist-es/commands/DescribeUpdateActionsCommand.js +2 -14
- package/dist-es/commands/DescribeUserGroupsCommand.js +2 -14
- package/dist-es/commands/DescribeUsersCommand.js +2 -14
- package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/ExportServerlessCacheSnapshotCommand.js +2 -14
- package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/IncreaseReplicaCountCommand.js +2 -14
- package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ModifyCacheClusterCommand.js +2 -14
- package/dist-es/commands/ModifyCacheParameterGroupCommand.js +2 -14
- package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +2 -14
- package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/ModifyReplicationGroupCommand.js +2 -14
- package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +2 -14
- package/dist-es/commands/ModifyServerlessCacheCommand.js +2 -14
- package/dist-es/commands/ModifyUserCommand.js +2 -14
- package/dist-es/commands/ModifyUserGroupCommand.js +2 -14
- package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +2 -14
- package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +2 -14
- package/dist-es/commands/RebootCacheClusterCommand.js +2 -14
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -14
- package/dist-es/commands/ResetCacheParameterGroupCommand.js +2 -14
- package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +2 -14
- package/dist-es/commands/StartMigrationCommand.js +2 -14
- package/dist-es/commands/TestFailoverCommand.js +2 -14
- package/dist-es/commands/TestMigrationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -8
- package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +3 -8
- package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +3 -8
- package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +3 -8
- package/dist-types/commands/CompleteMigrationCommand.d.ts +3 -8
- package/dist-types/commands/CopyServerlessCacheSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CopySnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateCacheClusterCommand.d.ts +3 -8
- package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateServerlessCacheCommand.d.ts +3 -8
- package/dist-types/commands/CreateServerlessCacheSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserGroupCommand.d.ts +3 -8
- package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCacheClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServerlessCacheCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServerlessCacheSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCacheClustersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCacheParametersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServerlessCachesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeUserGroupsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeUsersCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/ExportServerlessCacheSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +3 -8
- package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ModifyCacheClusterCommand.d.ts +3 -8
- package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +3 -8
- package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ModifyServerlessCacheCommand.d.ts +3 -8
- package/dist-types/commands/ModifyUserCommand.d.ts +3 -8
- package/dist-types/commands/ModifyUserGroupCommand.d.ts +3 -8
- package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +3 -8
- package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +3 -8
- package/dist-types/commands/RebootCacheClusterCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -8
- package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +3 -8
- package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +3 -8
- package/dist-types/commands/StartMigrationCommand.d.ts +3 -8
- package/dist-types/commands/TestFailoverCommand.d.ts +3 -8
- package/dist-types/commands/TestMigrationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchApplyUpdateActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchStopUpdateActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CompleteMigrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CopyServerlessCacheSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCacheClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCacheParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCacheSecurityGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCacheSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServerlessCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServerlessCacheSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DecreaseReplicaCountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCacheClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCacheParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCacheSecurityGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCacheSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServerlessCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServerlessCacheSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCacheClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCacheEngineVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCacheParameterGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCacheParametersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCacheSecurityGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCacheSubnetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeGlobalReplicationGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReplicationGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReservedCacheNodesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServerlessCachesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceUpdatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeUpdateActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeUserGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportServerlessCacheSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/FailoverGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/IncreaseReplicaCountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAllowedNodeTypeModificationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyCacheClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyCacheParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyCacheSubnetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyServerlessCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyUserGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RebootCacheClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResetCacheParameterGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TestFailoverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TestMigrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElastiCacheClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElastiCacheClient";
|
|
8
2
|
import {
|
|
9
3
|
IncreaseNodeGroupsInGlobalReplicationGroupMessage,
|
|
10
4
|
IncreaseNodeGroupsInGlobalReplicationGroupResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface IncreaseNodeGroupsInGlobalReplicationGroupCommandInput
|
|
15
8
|
extends IncreaseNodeGroupsInGlobalReplicationGroupMessage {}
|
|
16
9
|
export interface IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const IncreaseNodeGroupsInGlobalReplicationGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
IncreaseNodeGroupsInGlobalReplicationGroupCommandInput,
|
|
24
17
|
IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput,
|
|
25
|
-
ElastiCacheClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
IncreaseNodeGroupsInGlobalReplicationGroupCommandInput,
|
|
33
26
|
IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput,
|
|
34
|
-
ElastiCacheClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends IncreaseNodeGroupsInGlobalReplicationGroupCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElastiCacheClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElastiCacheClient";
|
|
8
2
|
import {
|
|
9
3
|
IncreaseReplicaCountMessage,
|
|
10
4
|
IncreaseReplicaCountResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface IncreaseReplicaCountCommandInput
|
|
15
8
|
extends IncreaseReplicaCountMessage {}
|
|
16
9
|
export interface IncreaseReplicaCountCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const IncreaseReplicaCountCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
IncreaseReplicaCountCommandInput,
|
|
24
17
|
IncreaseReplicaCountCommandOutput,
|
|
25
|
-
ElastiCacheClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: IncreaseReplicaCountCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
IncreaseReplicaCountCommandInput,
|
|
33
26
|
IncreaseReplicaCountCommandOutput,
|
|
34
|
-
ElastiCacheClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class IncreaseReplicaCountCommand extends IncreaseReplicaCountCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElastiCacheClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElastiCacheClient";
|
|
8
2
|
import {
|
|
9
3
|
AllowedNodeTypeModificationsMessage,
|
|
10
4
|
ListAllowedNodeTypeModificationsMessage,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAllowedNodeTypeModificationsCommandInput
|
|
15
8
|
extends ListAllowedNodeTypeModificationsMessage {}
|
|
16
9
|
export interface ListAllowedNodeTypeModificationsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListAllowedNodeTypeModificationsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListAllowedNodeTypeModificationsCommandInput,
|
|
24
17
|
ListAllowedNodeTypeModificationsCommandOutput,
|
|
25
|
-
ElastiCacheClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListAllowedNodeTypeModificationsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListAllowedNodeTypeModificationsCommandInput,
|
|
33
26
|
ListAllowedNodeTypeModificationsCommandOutput,
|
|
34
|
-
ElastiCacheClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListAllowedNodeTypeModificationsCommand extends ListAllowedNodeTypeModificationsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElastiCacheClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElastiCacheClient";
|
|
8
2
|
import { ListTagsForResourceMessage, TagListMessage } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListTagsForResourceCommandInput
|
|
12
5
|
extends ListTagsForResourceMessage {}
|
|
13
6
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -19,22 +12,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
19
12
|
): import("@smithy/core/client").CommandImpl<
|
|
20
13
|
ListTagsForResourceCommandInput,
|
|
21
14
|
ListTagsForResourceCommandOutput,
|
|
22
|
-
ElastiCacheClientResolvedConfig,
|
|
23
|
-
ServiceInputTypes,
|
|
24
|
-
ServiceOutputTypes
|
|
15
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
16
|
+
import("..").ServiceInputTypes,
|
|
17
|
+
import("..").ServiceOutputTypes
|
|
25
18
|
>;
|
|
26
19
|
new (
|
|
27
20
|
input: ListTagsForResourceCommandInput
|
|
28
21
|
): import("@smithy/core/client").CommandImpl<
|
|
29
22
|
ListTagsForResourceCommandInput,
|
|
30
23
|
ListTagsForResourceCommandOutput,
|
|
31
|
-
ElastiCacheClientResolvedConfig,
|
|
32
|
-
ServiceInputTypes,
|
|
33
|
-
ServiceOutputTypes
|
|
24
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
25
|
+
import("..").ServiceInputTypes,
|
|
26
|
+
import("..").ServiceOutputTypes
|
|
34
27
|
>;
|
|
35
|
-
getEndpointParameterInstructions():
|
|
36
|
-
[x: string]: unknown;
|
|
37
|
-
};
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
38
29
|
};
|
|
39
30
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
31
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElastiCacheClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElastiCacheClient";
|
|
8
2
|
import {
|
|
9
3
|
ModifyCacheClusterMessage,
|
|
10
4
|
ModifyCacheClusterResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ModifyCacheClusterCommandInput
|
|
15
8
|
extends ModifyCacheClusterMessage {}
|
|
16
9
|
export interface ModifyCacheClusterCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ModifyCacheClusterCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ModifyCacheClusterCommandInput,
|
|
24
17
|
ModifyCacheClusterCommandOutput,
|
|
25
|
-
ElastiCacheClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ModifyCacheClusterCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ModifyCacheClusterCommandInput,
|
|
33
26
|
ModifyCacheClusterCommandOutput,
|
|
34
|
-
ElastiCacheClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ModifyCacheClusterCommand extends ModifyCacheClusterCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElastiCacheClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElastiCacheClient";
|
|
8
2
|
import {
|
|
9
3
|
CacheParameterGroupNameMessage,
|
|
10
4
|
ModifyCacheParameterGroupMessage,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ModifyCacheParameterGroupCommandInput
|
|
15
8
|
extends ModifyCacheParameterGroupMessage {}
|
|
16
9
|
export interface ModifyCacheParameterGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ModifyCacheParameterGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ModifyCacheParameterGroupCommandInput,
|
|
24
17
|
ModifyCacheParameterGroupCommandOutput,
|
|
25
|
-
ElastiCacheClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ModifyCacheParameterGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ModifyCacheParameterGroupCommandInput,
|
|
33
26
|
ModifyCacheParameterGroupCommandOutput,
|
|
34
|
-
ElastiCacheClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ModifyCacheParameterGroupCommand extends ModifyCacheParameterGroupCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElastiCacheClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElastiCacheClient";
|
|
8
2
|
import {
|
|
9
3
|
ModifyCacheSubnetGroupMessage,
|
|
10
4
|
ModifyCacheSubnetGroupResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ModifyCacheSubnetGroupCommandInput
|
|
15
8
|
extends ModifyCacheSubnetGroupMessage {}
|
|
16
9
|
export interface ModifyCacheSubnetGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ModifyCacheSubnetGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ModifyCacheSubnetGroupCommandInput,
|
|
24
17
|
ModifyCacheSubnetGroupCommandOutput,
|
|
25
|
-
ElastiCacheClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ModifyCacheSubnetGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ModifyCacheSubnetGroupCommandInput,
|
|
33
26
|
ModifyCacheSubnetGroupCommandOutput,
|
|
34
|
-
ElastiCacheClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ModifyCacheSubnetGroupCommand extends ModifyCacheSubnetGroupCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElastiCacheClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElastiCacheClient";
|
|
8
2
|
import {
|
|
9
3
|
ModifyGlobalReplicationGroupMessage,
|
|
10
4
|
ModifyGlobalReplicationGroupResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ModifyGlobalReplicationGroupCommandInput
|
|
15
8
|
extends ModifyGlobalReplicationGroupMessage {}
|
|
16
9
|
export interface ModifyGlobalReplicationGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ModifyGlobalReplicationGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ModifyGlobalReplicationGroupCommandInput,
|
|
24
17
|
ModifyGlobalReplicationGroupCommandOutput,
|
|
25
|
-
ElastiCacheClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ModifyGlobalReplicationGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ModifyGlobalReplicationGroupCommandInput,
|
|
33
26
|
ModifyGlobalReplicationGroupCommandOutput,
|
|
34
|
-
ElastiCacheClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ModifyGlobalReplicationGroupCommand extends ModifyGlobalReplicationGroupCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElastiCacheClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElastiCacheClient";
|
|
8
2
|
import {
|
|
9
3
|
ModifyReplicationGroupMessage,
|
|
10
4
|
ModifyReplicationGroupResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ModifyReplicationGroupCommandInput
|
|
15
8
|
extends ModifyReplicationGroupMessage {}
|
|
16
9
|
export interface ModifyReplicationGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ModifyReplicationGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ModifyReplicationGroupCommandInput,
|
|
24
17
|
ModifyReplicationGroupCommandOutput,
|
|
25
|
-
ElastiCacheClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ModifyReplicationGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ModifyReplicationGroupCommandInput,
|
|
33
26
|
ModifyReplicationGroupCommandOutput,
|
|
34
|
-
ElastiCacheClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ModifyReplicationGroupCommand extends ModifyReplicationGroupCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElastiCacheClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElastiCacheClient";
|
|
8
2
|
import {
|
|
9
3
|
ModifyReplicationGroupShardConfigurationMessage,
|
|
10
4
|
ModifyReplicationGroupShardConfigurationResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ModifyReplicationGroupShardConfigurationCommandInput
|
|
15
8
|
extends ModifyReplicationGroupShardConfigurationMessage {}
|
|
16
9
|
export interface ModifyReplicationGroupShardConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ModifyReplicationGroupShardConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ModifyReplicationGroupShardConfigurationCommandInput,
|
|
24
17
|
ModifyReplicationGroupShardConfigurationCommandOutput,
|
|
25
|
-
ElastiCacheClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ModifyReplicationGroupShardConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ModifyReplicationGroupShardConfigurationCommandInput,
|
|
33
26
|
ModifyReplicationGroupShardConfigurationCommandOutput,
|
|
34
|
-
ElastiCacheClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ModifyReplicationGroupShardConfigurationCommand extends ModifyReplicationGroupShardConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElastiCacheClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElastiCacheClient";
|
|
8
2
|
import {
|
|
9
3
|
ModifyServerlessCacheRequest,
|
|
10
4
|
ModifyServerlessCacheResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ModifyServerlessCacheCommandInput
|
|
15
8
|
extends ModifyServerlessCacheRequest {}
|
|
16
9
|
export interface ModifyServerlessCacheCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ModifyServerlessCacheCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ModifyServerlessCacheCommandInput,
|
|
24
17
|
ModifyServerlessCacheCommandOutput,
|
|
25
|
-
ElastiCacheClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ModifyServerlessCacheCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ModifyServerlessCacheCommandInput,
|
|
33
26
|
ModifyServerlessCacheCommandOutput,
|
|
34
|
-
ElastiCacheClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ModifyServerlessCacheCommand extends ModifyServerlessCacheCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElastiCacheClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElastiCacheClient";
|
|
8
2
|
import { ModifyUserMessage, User } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ModifyUserCommandInput extends ModifyUserMessage {}
|
|
12
5
|
export interface ModifyUserCommandOutput extends User, __MetadataBearer {}
|
|
13
6
|
declare const ModifyUserCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const ModifyUserCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
ModifyUserCommandInput,
|
|
18
11
|
ModifyUserCommandOutput,
|
|
19
|
-
ElastiCacheClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: ModifyUserCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
ModifyUserCommandInput,
|
|
27
20
|
ModifyUserCommandOutput,
|
|
28
|
-
ElastiCacheClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class ModifyUserCommand extends ModifyUserCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElastiCacheClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElastiCacheClient";
|
|
8
2
|
import { ModifyUserGroupMessage, UserGroup } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ModifyUserGroupCommandInput extends ModifyUserGroupMessage {}
|
|
12
5
|
export interface ModifyUserGroupCommandOutput
|
|
13
6
|
extends UserGroup,
|
|
@@ -18,22 +11,20 @@ declare const ModifyUserGroupCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ModifyUserGroupCommandInput,
|
|
20
13
|
ModifyUserGroupCommandOutput,
|
|
21
|
-
ElastiCacheClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ModifyUserGroupCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ModifyUserGroupCommandInput,
|
|
29
22
|
ModifyUserGroupCommandOutput,
|
|
30
|
-
ElastiCacheClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ModifyUserGroupCommand extends ModifyUserGroupCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElastiCacheClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElastiCacheClient";
|
|
8
2
|
import {
|
|
9
3
|
PurchaseReservedCacheNodesOfferingMessage,
|
|
10
4
|
PurchaseReservedCacheNodesOfferingResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PurchaseReservedCacheNodesOfferingCommandInput
|
|
15
8
|
extends PurchaseReservedCacheNodesOfferingMessage {}
|
|
16
9
|
export interface PurchaseReservedCacheNodesOfferingCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PurchaseReservedCacheNodesOfferingCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PurchaseReservedCacheNodesOfferingCommandInput,
|
|
24
17
|
PurchaseReservedCacheNodesOfferingCommandOutput,
|
|
25
|
-
ElastiCacheClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PurchaseReservedCacheNodesOfferingCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PurchaseReservedCacheNodesOfferingCommandInput,
|
|
33
26
|
PurchaseReservedCacheNodesOfferingCommandOutput,
|
|
34
|
-
ElastiCacheClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElastiCacheClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PurchaseReservedCacheNodesOfferingCommand extends PurchaseReservedCacheNodesOfferingCommand_base {
|
|
43
34
|
protected static __types: {
|