@aws-sdk/client-elasticache 3.40.0 → 3.45.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 +44 -0
- package/dist-cjs/endpoints.js +17 -0
- package/dist-cjs/models/models_0.js +11 -6
- package/dist-cjs/protocols/Aws_query.js +83 -0
- package/dist-es/endpoints.js +17 -0
- package/dist-es/models/models_0.js +5 -0
- package/dist-es/protocols/Aws_query.js +269 -186
- package/dist-types/ElastiCache.d.ts +6 -5
- 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 +2 -2
- package/dist-types/commands/CreateUserGroupCommand.d.ts +2 -2
- 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 +2 -2
- package/dist-types/commands/DeleteUserGroupCommand.d.ts +2 -2
- 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 +3 -2
- package/dist-types/models/models_0.d.ts +544 -78
- package/dist-types/ts3.4/models/models_0.d.ts +14 -0
- package/package.json +6 -6
|
@@ -337,13 +337,13 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
337
337
|
createSnapshot(args: CreateSnapshotCommandInput, cb: (err: any, data?: CreateSnapshotCommandOutput) => void): void;
|
|
338
338
|
createSnapshot(args: CreateSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSnapshotCommandOutput) => void): void;
|
|
339
339
|
/**
|
|
340
|
-
* <p>For Redis engine version 6.
|
|
340
|
+
* <p>For Redis engine version 6.0 onwards: Creates a Redis user. For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html">Using Role Based Access Control (RBAC)</a>.</p>
|
|
341
341
|
*/
|
|
342
342
|
createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
|
|
343
343
|
createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
|
|
344
344
|
createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
|
|
345
345
|
/**
|
|
346
|
-
* <p>For Redis engine version 6.
|
|
346
|
+
* <p>For Redis engine version 6.0 onwards: Creates a Redis user group. For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html">Using Role Based Access Control (RBAC)</a>
|
|
347
347
|
* </p>
|
|
348
348
|
*/
|
|
349
349
|
createUserGroup(args: CreateUserGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserGroupCommandOutput>;
|
|
@@ -473,13 +473,13 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
473
473
|
deleteSnapshot(args: DeleteSnapshotCommandInput, cb: (err: any, data?: DeleteSnapshotCommandOutput) => void): void;
|
|
474
474
|
deleteSnapshot(args: DeleteSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSnapshotCommandOutput) => void): void;
|
|
475
475
|
/**
|
|
476
|
-
* <p>For Redis engine version 6.
|
|
476
|
+
* <p>For Redis engine version 6.0 onwards: Deletes a user. The user will be removed from all user groups and in turn removed from all replication groups. For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html">Using Role Based Access Control (RBAC)</a>. </p>
|
|
477
477
|
*/
|
|
478
478
|
deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
|
|
479
479
|
deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
|
|
480
480
|
deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
|
|
481
481
|
/**
|
|
482
|
-
* <p>For Redis engine version 6.
|
|
482
|
+
* <p>For Redis engine version 6.0 onwards: Deletes a user group. The user group must first be disassociated from the replication group before it can be deleted. For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html">Using Role Based Access Control (RBAC)</a>. </p>
|
|
483
483
|
*/
|
|
484
484
|
deleteUserGroup(args: DeleteUserGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserGroupCommandOutput>;
|
|
485
485
|
deleteUserGroup(args: DeleteUserGroupCommandInput, cb: (err: any, data?: DeleteUserGroupCommandOutput) => void): void;
|
|
@@ -817,7 +817,8 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
817
817
|
/**
|
|
818
818
|
* <p>Represents the input of a <code>TestFailover</code> operation which test automatic failover on
|
|
819
819
|
* a specified node group (called shard in the console) in a replication group (called cluster in the console).</p>
|
|
820
|
-
*
|
|
820
|
+
* <p>This API is designed for testing the behavior of your application in case of ElastiCache failover. It is not designed to be an operational tool
|
|
821
|
+
* for initiating a failover to overcome a problem you may have with the cluster. Moreover, in certain conditions such as large-scale operational events, Amazon may block this API. </p>
|
|
821
822
|
* <p class="title">
|
|
822
823
|
* <b>Note the following</b>
|
|
823
824
|
* </p>
|
|
@@ -31,7 +31,7 @@ export interface AddTagsToResourceCommandOutput extends TagListMessage, __Metada
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link AddTagsToResourceCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link AddTagsToResourceCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface AuthorizeCacheSecurityGroupIngressCommandOutput extends Authori
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link AuthorizeCacheSecurityGroupIngressCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link AuthorizeCacheSecurityGroupIngressCommandOutput} 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 AuthorizeCacheSecurityGroupIngressCommand extends $Command<AuthorizeCacheSecurityGroupIngressCommandInput, AuthorizeCacheSecurityGroupIngressCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface BatchApplyUpdateActionCommandOutput extends UpdateActionResults
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link BatchApplyUpdateActionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link BatchApplyUpdateActionCommandOutput} 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 BatchApplyUpdateActionCommand extends $Command<BatchApplyUpdateActionCommandInput, BatchApplyUpdateActionCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface BatchStopUpdateActionCommandOutput extends UpdateActionResultsM
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link BatchStopUpdateActionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link BatchStopUpdateActionCommandOutput} 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 BatchStopUpdateActionCommand extends $Command<BatchStopUpdateActionCommandInput, BatchStopUpdateActionCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CompleteMigrationCommandOutput extends CompleteMigrationRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CompleteMigrationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CompleteMigrationCommandOutput} 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 CompleteMigrationCommand extends $Command<CompleteMigrationCommandInput, CompleteMigrationCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -113,7 +113,7 @@ export interface CopySnapshotCommandOutput extends CopySnapshotResult, __Metadat
|
|
|
113
113
|
*
|
|
114
114
|
* @see {@link CopySnapshotCommandInput} for command's `input` shape.
|
|
115
115
|
* @see {@link CopySnapshotCommandOutput} for command's `response` shape.
|
|
116
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
116
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
117
117
|
*
|
|
118
118
|
*/
|
|
119
119
|
export declare class CopySnapshotCommand extends $Command<CopySnapshotCommandInput, CopySnapshotCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateCacheClusterCommandOutput extends CreateCacheClusterResul
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateCacheClusterCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateCacheClusterCommandOutput} 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 CreateCacheClusterCommand extends $Command<CreateCacheClusterCommandInput, CreateCacheClusterCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface CreateCacheParameterGroupCommandOutput extends CreateCacheParam
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link CreateCacheParameterGroupCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link CreateCacheParameterGroupCommandOutput} 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 CreateCacheParameterGroupCommand extends $Command<CreateCacheParameterGroupCommandInput, CreateCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface CreateCacheSecurityGroupCommandOutput extends CreateCacheSecuri
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link CreateCacheSecurityGroupCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link CreateCacheSecurityGroupCommandOutput} 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 CreateCacheSecurityGroupCommand extends $Command<CreateCacheSecurityGroupCommandInput, CreateCacheSecurityGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateCacheSubnetGroupCommandOutput extends CreateCacheSubnetGr
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateCacheSubnetGroupCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateCacheSubnetGroupCommandOutput} 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 CreateCacheSubnetGroupCommand extends $Command<CreateCacheSubnetGroupCommandInput, CreateCacheSubnetGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface CreateGlobalReplicationGroupCommandOutput extends CreateGlobalR
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link CreateGlobalReplicationGroupCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link CreateGlobalReplicationGroupCommandOutput} 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 CreateGlobalReplicationGroupCommand extends $Command<CreateGlobalReplicationGroupCommandInput, CreateGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -46,7 +46,7 @@ export interface CreateReplicationGroupCommandOutput extends CreateReplicationGr
|
|
|
46
46
|
*
|
|
47
47
|
* @see {@link CreateReplicationGroupCommandInput} for command's `input` shape.
|
|
48
48
|
* @see {@link CreateReplicationGroupCommandOutput} for command's `response` shape.
|
|
49
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
49
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
export declare class CreateReplicationGroupCommand extends $Command<CreateReplicationGroupCommandInput, CreateReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface CreateSnapshotCommandOutput extends CreateSnapshotResult, __Met
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link CreateSnapshotCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link CreateSnapshotCommandOutput} 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 CreateSnapshotCommand extends $Command<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface CreateUserCommandInput extends CreateUserMessage {
|
|
|
7
7
|
export interface CreateUserCommandOutput extends User, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>For Redis engine version 6.
|
|
10
|
+
* <p>For Redis engine version 6.0 onwards: Creates a Redis user. For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html">Using Role Based Access Control (RBAC)</a>.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -20,7 +20,7 @@ export interface CreateUserCommandOutput extends User, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateUserCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateUserCommandOutput} 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 CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface CreateUserGroupCommandInput extends CreateUserGroupMessage {
|
|
|
7
7
|
export interface CreateUserGroupCommandOutput extends UserGroup, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>For Redis engine version 6.
|
|
10
|
+
* <p>For Redis engine version 6.0 onwards: Creates a Redis user group. For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html">Using Role Based Access Control (RBAC)</a>
|
|
11
11
|
* </p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -21,7 +21,7 @@ export interface CreateUserGroupCommandOutput extends UserGroup, __MetadataBeare
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateUserGroupCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateUserGroupCommandOutput} 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 CreateUserGroupCommand extends $Command<CreateUserGroupCommandInput, CreateUserGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput extends
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DecreaseNodeGroupsInGlobalReplicationGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput} 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 DecreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command<DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DecreaseReplicaCountCommandOutput extends DecreaseReplicaCountR
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DecreaseReplicaCountCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DecreaseReplicaCountCommandOutput} 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 DecreaseReplicaCountCommand extends $Command<DecreaseReplicaCountCommandInput, DecreaseReplicaCountCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -49,7 +49,7 @@ export interface DeleteCacheClusterCommandOutput extends DeleteCacheClusterResul
|
|
|
49
49
|
*
|
|
50
50
|
* @see {@link DeleteCacheClusterCommandInput} for command's `input` shape.
|
|
51
51
|
* @see {@link DeleteCacheClusterCommandOutput} for command's `response` shape.
|
|
52
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
52
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
export declare class DeleteCacheClusterCommand extends $Command<DeleteCacheClusterCommandInput, DeleteCacheClusterCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteCacheParameterGroupCommandOutput extends __MetadataBearer
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteCacheParameterGroupCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteCacheParameterGroupCommandOutput} 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 DeleteCacheParameterGroupCommand extends $Command<DeleteCacheParameterGroupCommandInput, DeleteCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteCacheSecurityGroupCommandOutput extends __MetadataBearer
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteCacheSecurityGroupCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteCacheSecurityGroupCommandOutput} 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 DeleteCacheSecurityGroupCommand extends $Command<DeleteCacheSecurityGroupCommandInput, DeleteCacheSecurityGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteCacheSubnetGroupCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteCacheSubnetGroupCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteCacheSubnetGroupCommandOutput} 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 DeleteCacheSubnetGroupCommand extends $Command<DeleteCacheSubnetGroupCommandInput, DeleteCacheSubnetGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -36,7 +36,7 @@ export interface DeleteGlobalReplicationGroupCommandOutput extends DeleteGlobalR
|
|
|
36
36
|
*
|
|
37
37
|
* @see {@link DeleteGlobalReplicationGroupCommandInput} for command's `input` shape.
|
|
38
38
|
* @see {@link DeleteGlobalReplicationGroupCommandOutput} 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 DeleteGlobalReplicationGroupCommand extends $Command<DeleteGlobalReplicationGroupCommandInput, DeleteGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface DeleteReplicationGroupCommandOutput extends DeleteReplicationGr
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link DeleteReplicationGroupCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link DeleteReplicationGroupCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link ElastiCacheClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class DeleteReplicationGroupCommand extends $Command<DeleteReplicationGroupCommandInput, DeleteReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResult, __Met
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DeleteSnapshotCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DeleteSnapshotCommandOutput} 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 DeleteSnapshotCommand extends $Command<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface DeleteUserCommandInput extends DeleteUserMessage {
|
|
|
7
7
|
export interface DeleteUserCommandOutput extends User, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>For Redis engine version 6.
|
|
10
|
+
* <p>For Redis engine version 6.0 onwards: Deletes a user. The user will be removed from all user groups and in turn removed from all replication groups. For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html">Using Role Based Access Control (RBAC)</a>. </p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -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> {
|
|
@@ -7,7 +7,7 @@ export interface DeleteUserGroupCommandInput extends DeleteUserGroupMessage {
|
|
|
7
7
|
export interface DeleteUserGroupCommandOutput extends UserGroup, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>For Redis engine version 6.
|
|
10
|
+
* <p>For Redis engine version 6.0 onwards: Deletes a user group. The user group must first be disassociated from the replication group before it can be deleted. For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.RBAC.html">Using Role Based Access Control (RBAC)</a>. </p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -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> {
|