@aws-sdk/client-elasticache 3.37.0 → 3.41.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 +42 -0
- package/dist-cjs/commands/index.js +68 -0
- package/dist-cjs/endpoints.js +135 -9
- package/dist-cjs/index.js +5 -89
- package/dist-cjs/pagination/index.js +21 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +7 -0
- package/dist-es/commands/index.js +65 -0
- package/dist-es/endpoints.js +135 -9
- package/dist-es/index.js +5 -89
- package/dist-es/pagination/index.js +18 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +4 -0
- package/dist-types/ElastiCacheClient.d.ts +8 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +1 -1
- package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +1 -1
- package/dist-types/commands/CompleteMigrationCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCacheClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserGroupCommand.d.ts +1 -1
- package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCacheClusterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCacheClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCacheParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUsersCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +1 -1
- package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCacheClusterCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyUserCommand.d.ts +1 -1
- package/dist-types/commands/ModifyUserGroupCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +1 -1
- package/dist-types/commands/RebootCacheClusterCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/StartMigrationCommand.d.ts +1 -1
- package/dist-types/commands/TestFailoverCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +65 -0
- package/dist-types/index.d.ts +5 -89
- package/dist-types/pagination/index.d.ts +18 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/ElastiCacheClient.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +65 -0
- package/dist-types/ts3.4/index.d.ts +5 -89
- package/dist-types/ts3.4/pagination/index.d.ts +18 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/dist-types/waiters/index.d.ts +4 -0
- package/package.json +27 -27
|
@@ -20,7 +20,7 @@ export interface DeleteUserCommandOutput extends User, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteUserCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteUserCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteUserGroupCommandOutput extends UserGroup, __MetadataBeare
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteUserGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteUserGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteUserGroupCommand extends $Command<DeleteUserGroupCommandInput, DeleteUserGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface DescribeCacheClustersCommandOutput extends CacheClusterMessage,
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link DescribeCacheClustersCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link DescribeCacheClustersCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class DescribeCacheClustersCommand extends $Command<DescribeCacheClustersCommandInput, DescribeCacheClustersCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeCacheEngineVersionsCommandOutput extends CacheEngineVer
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeCacheEngineVersionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeCacheEngineVersionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeCacheEngineVersionsCommand extends $Command<DescribeCacheEngineVersionsCommandInput, DescribeCacheEngineVersionsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeCacheParameterGroupsCommandOutput extends CacheParamete
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeCacheParameterGroupsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeCacheParameterGroupsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeCacheParameterGroupsCommand extends $Command<DescribeCacheParameterGroupsCommandInput, DescribeCacheParameterGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeCacheParametersCommandOutput extends CacheParameterGrou
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeCacheParametersCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeCacheParametersCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeCacheParametersCommand extends $Command<DescribeCacheParametersCommandInput, DescribeCacheParametersCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DescribeCacheSecurityGroupsCommandOutput extends CacheSecurityG
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeCacheSecurityGroupsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeCacheSecurityGroupsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DescribeCacheSecurityGroupsCommand extends $Command<DescribeCacheSecurityGroupsCommandInput, DescribeCacheSecurityGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DescribeCacheSubnetGroupsCommandOutput extends CacheSubnetGroup
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeCacheSubnetGroupsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeCacheSubnetGroupsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DescribeCacheSubnetGroupsCommand extends $Command<DescribeCacheSubnetGroupsCommandInput, DescribeCacheSubnetGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeEngineDefaultParametersCommandOutput extends DescribeEn
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeEngineDefaultParametersCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeEngineDefaultParametersCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeEngineDefaultParametersCommand extends $Command<DescribeEngineDefaultParametersCommandInput, DescribeEngineDefaultParametersCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DescribeEventsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DescribeEventsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeGlobalReplicationGroupsCommandOutput extends DescribeGl
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeGlobalReplicationGroupsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeGlobalReplicationGroupsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeGlobalReplicationGroupsCommand extends $Command<DescribeGlobalReplicationGroupsCommandInput, DescribeGlobalReplicationGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DescribeReplicationGroupsCommandOutput extends ReplicationGroup
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DescribeReplicationGroupsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DescribeReplicationGroupsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DescribeReplicationGroupsCommand extends $Command<DescribeReplicationGroupsCommandInput, DescribeReplicationGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeReservedCacheNodesCommandOutput extends ReservedCacheNo
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeReservedCacheNodesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeReservedCacheNodesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeReservedCacheNodesCommand extends $Command<DescribeReservedCacheNodesCommandInput, DescribeReservedCacheNodesCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeReservedCacheNodesOfferingsCommandOutput extends Reserv
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeReservedCacheNodesOfferingsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeReservedCacheNodesOfferingsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeReservedCacheNodesOfferingsCommand extends $Command<DescribeReservedCacheNodesOfferingsCommandInput, DescribeReservedCacheNodesOfferingsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeServiceUpdatesCommandOutput extends ServiceUpdatesMessa
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeServiceUpdatesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeServiceUpdatesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeServiceUpdatesCommand extends $Command<DescribeServiceUpdatesCommandInput, DescribeServiceUpdatesCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsListMes
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link DescribeSnapshotsCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link DescribeSnapshotsCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class DescribeSnapshotsCommand extends $Command<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeUpdateActionsCommandOutput extends UpdateActionsMessage
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeUpdateActionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeUpdateActionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeUpdateActionsCommand extends $Command<DescribeUpdateActionsCommandInput, DescribeUpdateActionsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeUserGroupsCommandOutput extends DescribeUserGroupsResul
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeUserGroupsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeUserGroupsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeUserGroupsCommand extends $Command<DescribeUserGroupsCommandInput, DescribeUserGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeUsersCommandOutput extends DescribeUsersResult, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeUsersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeUsersCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeUsersCommand extends $Command<DescribeUsersCommandInput, DescribeUsersCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateGlobalReplicationGroupCommandOutput extends Disasso
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateGlobalReplicationGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateGlobalReplicationGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateGlobalReplicationGroupCommand extends $Command<DisassociateGlobalReplicationGroupCommandInput, DisassociateGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface FailoverGlobalReplicationGroupCommandOutput extends FailoverGlo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link FailoverGlobalReplicationGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link FailoverGlobalReplicationGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class FailoverGlobalReplicationGroupCommand extends $Command<FailoverGlobalReplicationGroupCommandInput, FailoverGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput extends
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link IncreaseNodeGroupsInGlobalReplicationGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command<IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface IncreaseReplicaCountCommandOutput extends IncreaseReplicaCountR
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link IncreaseReplicaCountCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link IncreaseReplicaCountCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class IncreaseReplicaCountCommand extends $Command<IncreaseReplicaCountCommandInput, IncreaseReplicaCountCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface ListAllowedNodeTypeModificationsCommandOutput extends AllowedNo
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ListAllowedNodeTypeModificationsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ListAllowedNodeTypeModificationsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class ListAllowedNodeTypeModificationsCommand extends $Command<ListAllowedNodeTypeModificationsCommandInput, ListAllowedNodeTypeModificationsCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends TagListMessage, __Meta
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ModifyCacheClusterCommandOutput extends ModifyCacheClusterResul
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ModifyCacheClusterCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ModifyCacheClusterCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ModifyCacheClusterCommand extends $Command<ModifyCacheClusterCommandInput, ModifyCacheClusterCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ModifyCacheParameterGroupCommandOutput extends CacheParameterGr
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ModifyCacheParameterGroupCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ModifyCacheParameterGroupCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ModifyCacheParameterGroupCommand extends $Command<ModifyCacheParameterGroupCommandInput, ModifyCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ModifyCacheSubnetGroupCommandOutput extends ModifyCacheSubnetGr
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ModifyCacheSubnetGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ModifyCacheSubnetGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ModifyCacheSubnetGroupCommand extends $Command<ModifyCacheSubnetGroupCommandInput, ModifyCacheSubnetGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ModifyGlobalReplicationGroupCommandOutput extends ModifyGlobalR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ModifyGlobalReplicationGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ModifyGlobalReplicationGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ModifyGlobalReplicationGroupCommand extends $Command<ModifyGlobalReplicationGroupCommandInput, ModifyGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -36,7 +36,7 @@ export interface ModifyReplicationGroupCommandOutput extends ModifyReplicationGr
|
|
|
36
36
|
*
|
|
37
37
|
* @see {@link ModifyReplicationGroupCommandInput} for command's `input` shape.
|
|
38
38
|
* @see {@link ModifyReplicationGroupCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
39
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
export declare class ModifyReplicationGroupCommand extends $Command<ModifyReplicationGroupCommandInput, ModifyReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ModifyReplicationGroupShardConfigurationCommandOutput extends M
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ModifyReplicationGroupShardConfigurationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ModifyReplicationGroupShardConfigurationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ModifyReplicationGroupShardConfigurationCommand extends $Command<ModifyReplicationGroupShardConfigurationCommandInput, ModifyReplicationGroupShardConfigurationCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ModifyUserCommandOutput extends User, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ModifyUserCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ModifyUserCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ModifyUserCommand extends $Command<ModifyUserCommandInput, ModifyUserCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ModifyUserGroupCommandOutput extends UserGroup, __MetadataBeare
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ModifyUserGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ModifyUserGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ModifyUserGroupCommand extends $Command<ModifyUserGroupCommandInput, ModifyUserGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface PurchaseReservedCacheNodesOfferingCommandOutput extends Purchas
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link PurchaseReservedCacheNodesOfferingCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link PurchaseReservedCacheNodesOfferingCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class PurchaseReservedCacheNodesOfferingCommand extends $Command<PurchaseReservedCacheNodesOfferingCommandInput, PurchaseReservedCacheNodesOfferingCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface RebalanceSlotsInGlobalReplicationGroupCommandOutput extends Reb
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link RebalanceSlotsInGlobalReplicationGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link RebalanceSlotsInGlobalReplicationGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class RebalanceSlotsInGlobalReplicationGroupCommand extends $Command<RebalanceSlotsInGlobalReplicationGroupCommandInput, RebalanceSlotsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface RebootCacheClusterCommandOutput extends RebootCacheClusterResul
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link RebootCacheClusterCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link RebootCacheClusterCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class RebootCacheClusterCommand extends $Command<RebootCacheClusterCommandInput, RebootCacheClusterCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface RemoveTagsFromResourceCommandOutput extends TagListMessage, __M
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link RemoveTagsFromResourceCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link RemoveTagsFromResourceCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ResetCacheParameterGroupCommandOutput extends CacheParameterGro
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ResetCacheParameterGroupCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ResetCacheParameterGroupCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ResetCacheParameterGroupCommand extends $Command<ResetCacheParameterGroupCommandInput, ResetCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface RevokeCacheSecurityGroupIngressCommandOutput extends RevokeCach
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link RevokeCacheSecurityGroupIngressCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link RevokeCacheSecurityGroupIngressCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class RevokeCacheSecurityGroupIngressCommand extends $Command<RevokeCacheSecurityGroupIngressCommandInput, RevokeCacheSecurityGroupIngressCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartMigrationCommandOutput extends StartMigrationResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartMigrationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartMigrationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StartMigrationCommand extends $Command<StartMigrationCommandInput, StartMigrationCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -82,7 +82,7 @@ export interface TestFailoverCommandOutput extends TestFailoverResult, __Metadat
|
|
|
82
82
|
*
|
|
83
83
|
* @see {@link TestFailoverCommandInput} for command's `input` shape.
|
|
84
84
|
* @see {@link TestFailoverCommandOutput} for command's `response` shape.
|
|
85
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
85
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
86
86
|
*
|
|
87
87
|
*/
|
|
88
88
|
export declare class TestFailoverCommand extends $Command<TestFailoverCommandInput, TestFailoverCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -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";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,90 +1,6 @@
|
|
|
1
|
-
export * from "./ElastiCacheClient";
|
|
2
1
|
export * from "./ElastiCache";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CopySnapshotCommand";
|
|
9
|
-
export * from "./commands/CreateCacheClusterCommand";
|
|
10
|
-
export * from "./commands/CreateCacheParameterGroupCommand";
|
|
11
|
-
export * from "./commands/CreateCacheSecurityGroupCommand";
|
|
12
|
-
export * from "./commands/CreateCacheSubnetGroupCommand";
|
|
13
|
-
export * from "./commands/CreateGlobalReplicationGroupCommand";
|
|
14
|
-
export * from "./commands/CreateReplicationGroupCommand";
|
|
15
|
-
export * from "./commands/CreateSnapshotCommand";
|
|
16
|
-
export * from "./commands/CreateUserCommand";
|
|
17
|
-
export * from "./commands/CreateUserGroupCommand";
|
|
18
|
-
export * from "./commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand";
|
|
19
|
-
export * from "./commands/DecreaseReplicaCountCommand";
|
|
20
|
-
export * from "./commands/DeleteCacheClusterCommand";
|
|
21
|
-
export * from "./commands/DeleteCacheParameterGroupCommand";
|
|
22
|
-
export * from "./commands/DeleteCacheSecurityGroupCommand";
|
|
23
|
-
export * from "./commands/DeleteCacheSubnetGroupCommand";
|
|
24
|
-
export * from "./commands/DeleteGlobalReplicationGroupCommand";
|
|
25
|
-
export * from "./commands/DeleteReplicationGroupCommand";
|
|
26
|
-
export * from "./commands/DeleteSnapshotCommand";
|
|
27
|
-
export * from "./commands/DeleteUserCommand";
|
|
28
|
-
export * from "./commands/DeleteUserGroupCommand";
|
|
29
|
-
export * from "./commands/DescribeCacheClustersCommand";
|
|
30
|
-
export * from "./pagination/DescribeCacheClustersPaginator";
|
|
31
|
-
export * from "./waiters/waitForCacheClusterAvailable";
|
|
32
|
-
export * from "./waiters/waitForCacheClusterDeleted";
|
|
33
|
-
export * from "./commands/DescribeCacheEngineVersionsCommand";
|
|
34
|
-
export * from "./pagination/DescribeCacheEngineVersionsPaginator";
|
|
35
|
-
export * from "./commands/DescribeCacheParameterGroupsCommand";
|
|
36
|
-
export * from "./pagination/DescribeCacheParameterGroupsPaginator";
|
|
37
|
-
export * from "./commands/DescribeCacheParametersCommand";
|
|
38
|
-
export * from "./pagination/DescribeCacheParametersPaginator";
|
|
39
|
-
export * from "./commands/DescribeCacheSecurityGroupsCommand";
|
|
40
|
-
export * from "./pagination/DescribeCacheSecurityGroupsPaginator";
|
|
41
|
-
export * from "./commands/DescribeCacheSubnetGroupsCommand";
|
|
42
|
-
export * from "./pagination/DescribeCacheSubnetGroupsPaginator";
|
|
43
|
-
export * from "./commands/DescribeEngineDefaultParametersCommand";
|
|
44
|
-
export * from "./pagination/DescribeEngineDefaultParametersPaginator";
|
|
45
|
-
export * from "./commands/DescribeEventsCommand";
|
|
46
|
-
export * from "./pagination/DescribeEventsPaginator";
|
|
47
|
-
export * from "./commands/DescribeGlobalReplicationGroupsCommand";
|
|
48
|
-
export * from "./pagination/DescribeGlobalReplicationGroupsPaginator";
|
|
49
|
-
export * from "./commands/DescribeReplicationGroupsCommand";
|
|
50
|
-
export * from "./pagination/DescribeReplicationGroupsPaginator";
|
|
51
|
-
export * from "./waiters/waitForReplicationGroupAvailable";
|
|
52
|
-
export * from "./waiters/waitForReplicationGroupDeleted";
|
|
53
|
-
export * from "./commands/DescribeReservedCacheNodesCommand";
|
|
54
|
-
export * from "./pagination/DescribeReservedCacheNodesPaginator";
|
|
55
|
-
export * from "./commands/DescribeReservedCacheNodesOfferingsCommand";
|
|
56
|
-
export * from "./pagination/DescribeReservedCacheNodesOfferingsPaginator";
|
|
57
|
-
export * from "./commands/DescribeServiceUpdatesCommand";
|
|
58
|
-
export * from "./pagination/DescribeServiceUpdatesPaginator";
|
|
59
|
-
export * from "./commands/DescribeSnapshotsCommand";
|
|
60
|
-
export * from "./pagination/DescribeSnapshotsPaginator";
|
|
61
|
-
export * from "./commands/DescribeUpdateActionsCommand";
|
|
62
|
-
export * from "./pagination/DescribeUpdateActionsPaginator";
|
|
63
|
-
export * from "./commands/DescribeUserGroupsCommand";
|
|
64
|
-
export * from "./pagination/DescribeUserGroupsPaginator";
|
|
65
|
-
export * from "./commands/DescribeUsersCommand";
|
|
66
|
-
export * from "./pagination/DescribeUsersPaginator";
|
|
67
|
-
export * from "./commands/DisassociateGlobalReplicationGroupCommand";
|
|
68
|
-
export * from "./commands/FailoverGlobalReplicationGroupCommand";
|
|
69
|
-
export * from "./commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand";
|
|
70
|
-
export * from "./commands/IncreaseReplicaCountCommand";
|
|
71
|
-
export * from "./commands/ListAllowedNodeTypeModificationsCommand";
|
|
72
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
73
|
-
export * from "./commands/ModifyCacheClusterCommand";
|
|
74
|
-
export * from "./commands/ModifyCacheParameterGroupCommand";
|
|
75
|
-
export * from "./commands/ModifyCacheSubnetGroupCommand";
|
|
76
|
-
export * from "./commands/ModifyGlobalReplicationGroupCommand";
|
|
77
|
-
export * from "./commands/ModifyReplicationGroupCommand";
|
|
78
|
-
export * from "./commands/ModifyReplicationGroupShardConfigurationCommand";
|
|
79
|
-
export * from "./commands/ModifyUserCommand";
|
|
80
|
-
export * from "./commands/ModifyUserGroupCommand";
|
|
81
|
-
export * from "./commands/PurchaseReservedCacheNodesOfferingCommand";
|
|
82
|
-
export * from "./commands/RebalanceSlotsInGlobalReplicationGroupCommand";
|
|
83
|
-
export * from "./commands/RebootCacheClusterCommand";
|
|
84
|
-
export * from "./commands/RemoveTagsFromResourceCommand";
|
|
85
|
-
export * from "./commands/ResetCacheParameterGroupCommand";
|
|
86
|
-
export * from "./commands/RevokeCacheSecurityGroupIngressCommand";
|
|
87
|
-
export * from "./commands/StartMigrationCommand";
|
|
88
|
-
export * from "./commands/TestFailoverCommand";
|
|
89
|
-
export * from "./pagination/Interfaces";
|
|
90
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ElastiCacheClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|