@aws-sdk/client-elasticache 3.50.0 → 3.53.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/CHANGELOG.md +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/ElastiCacheServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +878 -4
- package/dist-cjs/protocols/Aws_query.js +821 -3133
- package/dist-es/index.js +1 -0
- package/dist-es/models/ElastiCacheServiceException.js +12 -0
- package/dist-es/models/models_0.js +806 -1
- package/dist-es/protocols/Aws_query.js +1696 -3253
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ElastiCacheServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +467 -271
- package/dist-types/ts3.4/ElastiCache.d.ts +330 -0
- package/dist-types/ts3.4/ElastiCacheClient.d.ts +138 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchApplyUpdateActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchStopUpdateActionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CompleteMigrationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCacheClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCacheParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCacheSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCacheSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGlobalReplicationGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateReplicationGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DecreaseReplicaCountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCacheClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCacheParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCacheSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCacheSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGlobalReplicationGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteReplicationGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCacheClustersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCacheEngineVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCacheParameterGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCacheParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCacheSecurityGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCacheSubnetGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGlobalReplicationGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReplicationGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedCacheNodesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeServiceUpdatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUpdateActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateGlobalReplicationGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/FailoverGlobalReplicationGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/IncreaseReplicaCountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAllowedNodeTypeModificationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyCacheClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyCacheParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyCacheSubnetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyGlobalReplicationGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyReplicationGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyUserGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RebootCacheClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetCacheParameterGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TestFailoverCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +65 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/ElastiCacheServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3276 -0
- package/dist-types/ts3.4/pagination/DescribeCacheClustersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeCacheEngineVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeCacheParameterGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeCacheParametersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeCacheSecurityGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeCacheSubnetGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeGlobalReplicationGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReplicationGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedCacheNodesOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedCacheNodesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeServiceUpdatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeUpdateActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeUserGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeUsersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/index.d.ts +18 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +197 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/dist-types/ts3.4/waiters/waitForCacheClusterAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForCacheClusterDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForReplicationGroupAvailable.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForReplicationGroupDeleted.d.ts +7 -0
- package/package.json +34 -34
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { DescribeReservedCacheNodesOfferingsMessage, ReservedCacheNodesOfferingMessage } from "../models/models_0";
|
|
5
|
+
export interface DescribeReservedCacheNodesOfferingsCommandInput extends DescribeReservedCacheNodesOfferingsMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeReservedCacheNodesOfferingsCommandOutput extends ReservedCacheNodesOfferingMessage, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeReservedCacheNodesOfferingsCommand extends $Command<DescribeReservedCacheNodesOfferingsCommandInput, DescribeReservedCacheNodesOfferingsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeReservedCacheNodesOfferingsCommandInput;
|
|
12
|
+
constructor(input: DescribeReservedCacheNodesOfferingsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReservedCacheNodesOfferingsCommandInput, DescribeReservedCacheNodesOfferingsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { DescribeServiceUpdatesMessage, ServiceUpdatesMessage } from "../models/models_0";
|
|
5
|
+
export interface DescribeServiceUpdatesCommandInput extends DescribeServiceUpdatesMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeServiceUpdatesCommandOutput extends ServiceUpdatesMessage, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeServiceUpdatesCommand extends $Command<DescribeServiceUpdatesCommandInput, DescribeServiceUpdatesCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeServiceUpdatesCommandInput;
|
|
12
|
+
constructor(input: DescribeServiceUpdatesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeServiceUpdatesCommandInput, DescribeServiceUpdatesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { DescribeSnapshotsListMessage, DescribeSnapshotsMessage } from "../models/models_0";
|
|
5
|
+
export interface DescribeSnapshotsCommandInput extends DescribeSnapshotsMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsListMessage, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeSnapshotsCommand extends $Command<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeSnapshotsCommandInput;
|
|
12
|
+
constructor(input: DescribeSnapshotsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { DescribeUpdateActionsMessage, UpdateActionsMessage } from "../models/models_0";
|
|
5
|
+
export interface DescribeUpdateActionsCommandInput extends DescribeUpdateActionsMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeUpdateActionsCommandOutput extends UpdateActionsMessage, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeUpdateActionsCommand extends $Command<DescribeUpdateActionsCommandInput, DescribeUpdateActionsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeUpdateActionsCommandInput;
|
|
12
|
+
constructor(input: DescribeUpdateActionsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUpdateActionsCommandInput, DescribeUpdateActionsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { DescribeUserGroupsMessage, DescribeUserGroupsResult } from "../models/models_0";
|
|
5
|
+
export interface DescribeUserGroupsCommandInput extends DescribeUserGroupsMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeUserGroupsCommandOutput extends DescribeUserGroupsResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeUserGroupsCommand extends $Command<DescribeUserGroupsCommandInput, DescribeUserGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeUserGroupsCommandInput;
|
|
12
|
+
constructor(input: DescribeUserGroupsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUserGroupsCommandInput, DescribeUserGroupsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { DescribeUsersMessage, DescribeUsersResult } from "../models/models_0";
|
|
5
|
+
export interface DescribeUsersCommandInput extends DescribeUsersMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeUsersCommandOutput extends DescribeUsersResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeUsersCommand extends $Command<DescribeUsersCommandInput, DescribeUsersCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeUsersCommandInput;
|
|
12
|
+
constructor(input: DescribeUsersCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUsersCommandInput, DescribeUsersCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { DisassociateGlobalReplicationGroupMessage, DisassociateGlobalReplicationGroupResult } from "../models/models_0";
|
|
5
|
+
export interface DisassociateGlobalReplicationGroupCommandInput extends DisassociateGlobalReplicationGroupMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface DisassociateGlobalReplicationGroupCommandOutput extends DisassociateGlobalReplicationGroupResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DisassociateGlobalReplicationGroupCommand extends $Command<DisassociateGlobalReplicationGroupCommandInput, DisassociateGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: DisassociateGlobalReplicationGroupCommandInput;
|
|
12
|
+
constructor(input: DisassociateGlobalReplicationGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateGlobalReplicationGroupCommandInput, DisassociateGlobalReplicationGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { FailoverGlobalReplicationGroupMessage, FailoverGlobalReplicationGroupResult } from "../models/models_0";
|
|
5
|
+
export interface FailoverGlobalReplicationGroupCommandInput extends FailoverGlobalReplicationGroupMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface FailoverGlobalReplicationGroupCommandOutput extends FailoverGlobalReplicationGroupResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class FailoverGlobalReplicationGroupCommand extends $Command<FailoverGlobalReplicationGroupCommandInput, FailoverGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: FailoverGlobalReplicationGroupCommandInput;
|
|
12
|
+
constructor(input: FailoverGlobalReplicationGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<FailoverGlobalReplicationGroupCommandInput, FailoverGlobalReplicationGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { IncreaseNodeGroupsInGlobalReplicationGroupMessage, IncreaseNodeGroupsInGlobalReplicationGroupResult } from "../models/models_0";
|
|
5
|
+
export interface IncreaseNodeGroupsInGlobalReplicationGroupCommandInput extends IncreaseNodeGroupsInGlobalReplicationGroupMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput extends IncreaseNodeGroupsInGlobalReplicationGroupResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command<IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput;
|
|
12
|
+
constructor(input: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { IncreaseReplicaCountMessage, IncreaseReplicaCountResult } from "../models/models_0";
|
|
5
|
+
export interface IncreaseReplicaCountCommandInput extends IncreaseReplicaCountMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface IncreaseReplicaCountCommandOutput extends IncreaseReplicaCountResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class IncreaseReplicaCountCommand extends $Command<IncreaseReplicaCountCommandInput, IncreaseReplicaCountCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: IncreaseReplicaCountCommandInput;
|
|
12
|
+
constructor(input: IncreaseReplicaCountCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<IncreaseReplicaCountCommandInput, IncreaseReplicaCountCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { AllowedNodeTypeModificationsMessage, ListAllowedNodeTypeModificationsMessage } from "../models/models_0";
|
|
5
|
+
export interface ListAllowedNodeTypeModificationsCommandInput extends ListAllowedNodeTypeModificationsMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface ListAllowedNodeTypeModificationsCommandOutput extends AllowedNodeTypeModificationsMessage, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListAllowedNodeTypeModificationsCommand extends $Command<ListAllowedNodeTypeModificationsCommandInput, ListAllowedNodeTypeModificationsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: ListAllowedNodeTypeModificationsCommandInput;
|
|
12
|
+
constructor(input: ListAllowedNodeTypeModificationsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAllowedNodeTypeModificationsCommandInput, ListAllowedNodeTypeModificationsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { ListTagsForResourceMessage, TagListMessage } from "../models/models_0";
|
|
5
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface ListTagsForResourceCommandOutput extends TagListMessage, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
12
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { ModifyCacheClusterMessage, ModifyCacheClusterResult } from "../models/models_0";
|
|
5
|
+
export interface ModifyCacheClusterCommandInput extends ModifyCacheClusterMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyCacheClusterCommandOutput extends ModifyCacheClusterResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ModifyCacheClusterCommand extends $Command<ModifyCacheClusterCommandInput, ModifyCacheClusterCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: ModifyCacheClusterCommandInput;
|
|
12
|
+
constructor(input: ModifyCacheClusterCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyCacheClusterCommandInput, ModifyCacheClusterCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { CacheParameterGroupNameMessage, ModifyCacheParameterGroupMessage } from "../models/models_0";
|
|
5
|
+
export interface ModifyCacheParameterGroupCommandInput extends ModifyCacheParameterGroupMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyCacheParameterGroupCommandOutput extends CacheParameterGroupNameMessage, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ModifyCacheParameterGroupCommand extends $Command<ModifyCacheParameterGroupCommandInput, ModifyCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: ModifyCacheParameterGroupCommandInput;
|
|
12
|
+
constructor(input: ModifyCacheParameterGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyCacheParameterGroupCommandInput, ModifyCacheParameterGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { ModifyCacheSubnetGroupMessage, ModifyCacheSubnetGroupResult } from "../models/models_0";
|
|
5
|
+
export interface ModifyCacheSubnetGroupCommandInput extends ModifyCacheSubnetGroupMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyCacheSubnetGroupCommandOutput extends ModifyCacheSubnetGroupResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ModifyCacheSubnetGroupCommand extends $Command<ModifyCacheSubnetGroupCommandInput, ModifyCacheSubnetGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: ModifyCacheSubnetGroupCommandInput;
|
|
12
|
+
constructor(input: ModifyCacheSubnetGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyCacheSubnetGroupCommandInput, ModifyCacheSubnetGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { ModifyGlobalReplicationGroupMessage, ModifyGlobalReplicationGroupResult } from "../models/models_0";
|
|
5
|
+
export interface ModifyGlobalReplicationGroupCommandInput extends ModifyGlobalReplicationGroupMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyGlobalReplicationGroupCommandOutput extends ModifyGlobalReplicationGroupResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ModifyGlobalReplicationGroupCommand extends $Command<ModifyGlobalReplicationGroupCommandInput, ModifyGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: ModifyGlobalReplicationGroupCommandInput;
|
|
12
|
+
constructor(input: ModifyGlobalReplicationGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyGlobalReplicationGroupCommandInput, ModifyGlobalReplicationGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { ModifyReplicationGroupMessage, ModifyReplicationGroupResult } from "../models/models_0";
|
|
5
|
+
export interface ModifyReplicationGroupCommandInput extends ModifyReplicationGroupMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyReplicationGroupCommandOutput extends ModifyReplicationGroupResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ModifyReplicationGroupCommand extends $Command<ModifyReplicationGroupCommandInput, ModifyReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: ModifyReplicationGroupCommandInput;
|
|
12
|
+
constructor(input: ModifyReplicationGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyReplicationGroupCommandInput, ModifyReplicationGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { ModifyReplicationGroupShardConfigurationMessage, ModifyReplicationGroupShardConfigurationResult } from "../models/models_0";
|
|
5
|
+
export interface ModifyReplicationGroupShardConfigurationCommandInput extends ModifyReplicationGroupShardConfigurationMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyReplicationGroupShardConfigurationCommandOutput extends ModifyReplicationGroupShardConfigurationResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ModifyReplicationGroupShardConfigurationCommand extends $Command<ModifyReplicationGroupShardConfigurationCommandInput, ModifyReplicationGroupShardConfigurationCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: ModifyReplicationGroupShardConfigurationCommandInput;
|
|
12
|
+
constructor(input: ModifyReplicationGroupShardConfigurationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyReplicationGroupShardConfigurationCommandInput, ModifyReplicationGroupShardConfigurationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { ModifyUserMessage, User } from "../models/models_0";
|
|
5
|
+
export interface ModifyUserCommandInput extends ModifyUserMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyUserCommandOutput extends User, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ModifyUserCommand extends $Command<ModifyUserCommandInput, ModifyUserCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: ModifyUserCommandInput;
|
|
12
|
+
constructor(input: ModifyUserCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyUserCommandInput, ModifyUserCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { ModifyUserGroupMessage, UserGroup } from "../models/models_0";
|
|
5
|
+
export interface ModifyUserGroupCommandInput extends ModifyUserGroupMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface ModifyUserGroupCommandOutput extends UserGroup, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ModifyUserGroupCommand extends $Command<ModifyUserGroupCommandInput, ModifyUserGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: ModifyUserGroupCommandInput;
|
|
12
|
+
constructor(input: ModifyUserGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyUserGroupCommandInput, ModifyUserGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { PurchaseReservedCacheNodesOfferingMessage, PurchaseReservedCacheNodesOfferingResult } from "../models/models_0";
|
|
5
|
+
export interface PurchaseReservedCacheNodesOfferingCommandInput extends PurchaseReservedCacheNodesOfferingMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface PurchaseReservedCacheNodesOfferingCommandOutput extends PurchaseReservedCacheNodesOfferingResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PurchaseReservedCacheNodesOfferingCommand extends $Command<PurchaseReservedCacheNodesOfferingCommandInput, PurchaseReservedCacheNodesOfferingCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: PurchaseReservedCacheNodesOfferingCommandInput;
|
|
12
|
+
constructor(input: PurchaseReservedCacheNodesOfferingCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PurchaseReservedCacheNodesOfferingCommandInput, PurchaseReservedCacheNodesOfferingCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { RebalanceSlotsInGlobalReplicationGroupMessage, RebalanceSlotsInGlobalReplicationGroupResult } from "../models/models_0";
|
|
5
|
+
export interface RebalanceSlotsInGlobalReplicationGroupCommandInput extends RebalanceSlotsInGlobalReplicationGroupMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface RebalanceSlotsInGlobalReplicationGroupCommandOutput extends RebalanceSlotsInGlobalReplicationGroupResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class RebalanceSlotsInGlobalReplicationGroupCommand extends $Command<RebalanceSlotsInGlobalReplicationGroupCommandInput, RebalanceSlotsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: RebalanceSlotsInGlobalReplicationGroupCommandInput;
|
|
12
|
+
constructor(input: RebalanceSlotsInGlobalReplicationGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RebalanceSlotsInGlobalReplicationGroupCommandInput, RebalanceSlotsInGlobalReplicationGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { RebootCacheClusterMessage, RebootCacheClusterResult } from "../models/models_0";
|
|
5
|
+
export interface RebootCacheClusterCommandInput extends RebootCacheClusterMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface RebootCacheClusterCommandOutput extends RebootCacheClusterResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class RebootCacheClusterCommand extends $Command<RebootCacheClusterCommandInput, RebootCacheClusterCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: RebootCacheClusterCommandInput;
|
|
12
|
+
constructor(input: RebootCacheClusterCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RebootCacheClusterCommandInput, RebootCacheClusterCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { RemoveTagsFromResourceMessage, TagListMessage } from "../models/models_0";
|
|
5
|
+
export interface RemoveTagsFromResourceCommandInput extends RemoveTagsFromResourceMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface RemoveTagsFromResourceCommandOutput extends TagListMessage, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: RemoveTagsFromResourceCommandInput;
|
|
12
|
+
constructor(input: RemoveTagsFromResourceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { CacheParameterGroupNameMessage, ResetCacheParameterGroupMessage } from "../models/models_0";
|
|
5
|
+
export interface ResetCacheParameterGroupCommandInput extends ResetCacheParameterGroupMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface ResetCacheParameterGroupCommandOutput extends CacheParameterGroupNameMessage, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ResetCacheParameterGroupCommand extends $Command<ResetCacheParameterGroupCommandInput, ResetCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: ResetCacheParameterGroupCommandInput;
|
|
12
|
+
constructor(input: ResetCacheParameterGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResetCacheParameterGroupCommandInput, ResetCacheParameterGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { RevokeCacheSecurityGroupIngressMessage, RevokeCacheSecurityGroupIngressResult } from "../models/models_0";
|
|
5
|
+
export interface RevokeCacheSecurityGroupIngressCommandInput extends RevokeCacheSecurityGroupIngressMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface RevokeCacheSecurityGroupIngressCommandOutput extends RevokeCacheSecurityGroupIngressResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class RevokeCacheSecurityGroupIngressCommand extends $Command<RevokeCacheSecurityGroupIngressCommandInput, RevokeCacheSecurityGroupIngressCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: RevokeCacheSecurityGroupIngressCommandInput;
|
|
12
|
+
constructor(input: RevokeCacheSecurityGroupIngressCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RevokeCacheSecurityGroupIngressCommandInput, RevokeCacheSecurityGroupIngressCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { StartMigrationMessage, StartMigrationResponse } from "../models/models_0";
|
|
5
|
+
export interface StartMigrationCommandInput extends StartMigrationMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface StartMigrationCommandOutput extends StartMigrationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class StartMigrationCommand extends $Command<StartMigrationCommandInput, StartMigrationCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: StartMigrationCommandInput;
|
|
12
|
+
constructor(input: StartMigrationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMigrationCommandInput, StartMigrationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
4
|
+
import { TestFailoverMessage, TestFailoverResult } from "../models/models_0";
|
|
5
|
+
export interface TestFailoverCommandInput extends TestFailoverMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface TestFailoverCommandOutput extends TestFailoverResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class TestFailoverCommand extends $Command<TestFailoverCommandInput, TestFailoverCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
11
|
+
readonly input: TestFailoverCommandInput;
|
|
12
|
+
constructor(input: TestFailoverCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestFailoverCommandInput, TestFailoverCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
export * from "./AddTagsToResourceCommand";
|
|
2
|
+
export * from "./AuthorizeCacheSecurityGroupIngressCommand";
|
|
3
|
+
export * from "./BatchApplyUpdateActionCommand";
|
|
4
|
+
export * from "./BatchStopUpdateActionCommand";
|
|
5
|
+
export * from "./CompleteMigrationCommand";
|
|
6
|
+
export * from "./CopySnapshotCommand";
|
|
7
|
+
export * from "./CreateCacheClusterCommand";
|
|
8
|
+
export * from "./CreateCacheParameterGroupCommand";
|
|
9
|
+
export * from "./CreateCacheSecurityGroupCommand";
|
|
10
|
+
export * from "./CreateCacheSubnetGroupCommand";
|
|
11
|
+
export * from "./CreateGlobalReplicationGroupCommand";
|
|
12
|
+
export * from "./CreateReplicationGroupCommand";
|
|
13
|
+
export * from "./CreateSnapshotCommand";
|
|
14
|
+
export * from "./CreateUserCommand";
|
|
15
|
+
export * from "./CreateUserGroupCommand";
|
|
16
|
+
export * from "./DecreaseNodeGroupsInGlobalReplicationGroupCommand";
|
|
17
|
+
export * from "./DecreaseReplicaCountCommand";
|
|
18
|
+
export * from "./DeleteCacheClusterCommand";
|
|
19
|
+
export * from "./DeleteCacheParameterGroupCommand";
|
|
20
|
+
export * from "./DeleteCacheSecurityGroupCommand";
|
|
21
|
+
export * from "./DeleteCacheSubnetGroupCommand";
|
|
22
|
+
export * from "./DeleteGlobalReplicationGroupCommand";
|
|
23
|
+
export * from "./DeleteReplicationGroupCommand";
|
|
24
|
+
export * from "./DeleteSnapshotCommand";
|
|
25
|
+
export * from "./DeleteUserCommand";
|
|
26
|
+
export * from "./DeleteUserGroupCommand";
|
|
27
|
+
export * from "./DescribeCacheClustersCommand";
|
|
28
|
+
export * from "./DescribeCacheEngineVersionsCommand";
|
|
29
|
+
export * from "./DescribeCacheParameterGroupsCommand";
|
|
30
|
+
export * from "./DescribeCacheParametersCommand";
|
|
31
|
+
export * from "./DescribeCacheSecurityGroupsCommand";
|
|
32
|
+
export * from "./DescribeCacheSubnetGroupsCommand";
|
|
33
|
+
export * from "./DescribeEngineDefaultParametersCommand";
|
|
34
|
+
export * from "./DescribeEventsCommand";
|
|
35
|
+
export * from "./DescribeGlobalReplicationGroupsCommand";
|
|
36
|
+
export * from "./DescribeReplicationGroupsCommand";
|
|
37
|
+
export * from "./DescribeReservedCacheNodesCommand";
|
|
38
|
+
export * from "./DescribeReservedCacheNodesOfferingsCommand";
|
|
39
|
+
export * from "./DescribeServiceUpdatesCommand";
|
|
40
|
+
export * from "./DescribeSnapshotsCommand";
|
|
41
|
+
export * from "./DescribeUpdateActionsCommand";
|
|
42
|
+
export * from "./DescribeUserGroupsCommand";
|
|
43
|
+
export * from "./DescribeUsersCommand";
|
|
44
|
+
export * from "./DisassociateGlobalReplicationGroupCommand";
|
|
45
|
+
export * from "./FailoverGlobalReplicationGroupCommand";
|
|
46
|
+
export * from "./IncreaseNodeGroupsInGlobalReplicationGroupCommand";
|
|
47
|
+
export * from "./IncreaseReplicaCountCommand";
|
|
48
|
+
export * from "./ListAllowedNodeTypeModificationsCommand";
|
|
49
|
+
export * from "./ListTagsForResourceCommand";
|
|
50
|
+
export * from "./ModifyCacheClusterCommand";
|
|
51
|
+
export * from "./ModifyCacheParameterGroupCommand";
|
|
52
|
+
export * from "./ModifyCacheSubnetGroupCommand";
|
|
53
|
+
export * from "./ModifyGlobalReplicationGroupCommand";
|
|
54
|
+
export * from "./ModifyReplicationGroupCommand";
|
|
55
|
+
export * from "./ModifyReplicationGroupShardConfigurationCommand";
|
|
56
|
+
export * from "./ModifyUserCommand";
|
|
57
|
+
export * from "./ModifyUserGroupCommand";
|
|
58
|
+
export * from "./PurchaseReservedCacheNodesOfferingCommand";
|
|
59
|
+
export * from "./RebalanceSlotsInGlobalReplicationGroupCommand";
|
|
60
|
+
export * from "./RebootCacheClusterCommand";
|
|
61
|
+
export * from "./RemoveTagsFromResourceCommand";
|
|
62
|
+
export * from "./ResetCacheParameterGroupCommand";
|
|
63
|
+
export * from "./RevokeCacheSecurityGroupIngressCommand";
|
|
64
|
+
export * from "./StartMigrationCommand";
|
|
65
|
+
export * from "./TestFailoverCommand";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from "./ElastiCache";
|
|
2
|
+
export * from "./ElastiCacheClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
7
|
+
export { ElastiCacheServiceException } from "./models/ElastiCacheServiceException";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
|
|
3
|
+
export declare class ElastiCacheServiceException extends __ServiceException {
|
|
4
|
+
|
|
5
|
+
constructor(options: __ServiceExceptionOptions);
|
|
6
|
+
}
|