@aws-sdk/client-elasticache 3.296.0 → 3.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/protocols/Aws_query.js +174 -839
- package/dist-es/protocols/Aws_query.js +174 -839
- package/dist-types/ElastiCache.d.ts +66 -0
- package/dist-types/ElastiCacheClient.d.ts +24 -4
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +16 -0
- package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +16 -0
- package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +16 -0
- package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +16 -0
- package/dist-types/commands/CompleteMigrationCommand.d.ts +16 -0
- package/dist-types/commands/CopySnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CreateCacheClusterCommand.d.ts +16 -0
- package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CreateUserCommand.d.ts +16 -0
- package/dist-types/commands/CreateUserGroupCommand.d.ts +16 -0
- package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCacheClusterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUserGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCacheClustersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCacheParametersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUserGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUsersCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +16 -0
- package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ModifyCacheClusterCommand.d.ts +16 -0
- package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/ModifyUserCommand.d.ts +16 -0
- package/dist-types/commands/ModifyUserGroupCommand.d.ts +16 -0
- package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +16 -0
- package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +16 -0
- package/dist-types/commands/RebootCacheClusterCommand.d.ts +16 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -0
- package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +16 -0
- package/dist-types/commands/StartMigrationCommand.d.ts +16 -0
- package/dist-types/commands/TestFailoverCommand.d.ts +16 -0
- package/dist-types/models/ElastiCacheServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +458 -0
- package/dist-types/pagination/DescribeCacheClustersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCacheEngineVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCacheParameterGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCacheParametersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCacheSecurityGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCacheSubnetGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeEngineDefaultParametersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeGlobalReplicationGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeReplicationGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeReservedCacheNodesOfferingsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeReservedCacheNodesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeServiceUpdatesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeUpdateActionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeUserGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeUsersPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/package.json +3 -3
|
@@ -66,6 +66,7 @@ import { StartMigrationCommandInput, StartMigrationCommandOutput } from "./comma
|
|
|
66
66
|
import { TestFailoverCommandInput, TestFailoverCommandOutput } from "./commands/TestFailoverCommand";
|
|
67
67
|
import { ElastiCacheClient } from "./ElastiCacheClient";
|
|
68
68
|
/**
|
|
69
|
+
* @public
|
|
69
70
|
* <fullname>Amazon ElastiCache</fullname>
|
|
70
71
|
* <p>Amazon ElastiCache is a web service that makes it easier to set up, operate,
|
|
71
72
|
* and scale a distributed cache in the cloud.</p>
|
|
@@ -79,6 +80,7 @@ import { ElastiCacheClient } from "./ElastiCacheClient";
|
|
|
79
80
|
*/
|
|
80
81
|
export declare class ElastiCache extends ElastiCacheClient {
|
|
81
82
|
/**
|
|
83
|
+
* @public
|
|
82
84
|
* <p>A tag is a key-value pair where the key and value are case-sensitive.
|
|
83
85
|
* You can use tags to categorize and track all your ElastiCache resources, with the exception of global replication group. When you add or remove tags on replication groups, those actions will be replicated to all nodes in the replication group.
|
|
84
86
|
* For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/IAM.ResourceLevelPermissions.html">Resource-level permissions</a>.</p>
|
|
@@ -96,6 +98,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
96
98
|
addTagsToResource(args: AddTagsToResourceCommandInput, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
|
|
97
99
|
addTagsToResource(args: AddTagsToResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
|
|
98
100
|
/**
|
|
101
|
+
* @public
|
|
99
102
|
* <p>Allows network ingress to a cache
|
|
100
103
|
* security group. Applications using ElastiCache must be running on Amazon EC2, and Amazon EC2
|
|
101
104
|
* security groups are used as the authorization mechanism.</p>
|
|
@@ -108,24 +111,28 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
108
111
|
authorizeCacheSecurityGroupIngress(args: AuthorizeCacheSecurityGroupIngressCommandInput, cb: (err: any, data?: AuthorizeCacheSecurityGroupIngressCommandOutput) => void): void;
|
|
109
112
|
authorizeCacheSecurityGroupIngress(args: AuthorizeCacheSecurityGroupIngressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AuthorizeCacheSecurityGroupIngressCommandOutput) => void): void;
|
|
110
113
|
/**
|
|
114
|
+
* @public
|
|
111
115
|
* <p>Apply the service update. For more information on service updates and applying them, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/applying-updates.html">Applying Service Updates</a>.</p>
|
|
112
116
|
*/
|
|
113
117
|
batchApplyUpdateAction(args: BatchApplyUpdateActionCommandInput, options?: __HttpHandlerOptions): Promise<BatchApplyUpdateActionCommandOutput>;
|
|
114
118
|
batchApplyUpdateAction(args: BatchApplyUpdateActionCommandInput, cb: (err: any, data?: BatchApplyUpdateActionCommandOutput) => void): void;
|
|
115
119
|
batchApplyUpdateAction(args: BatchApplyUpdateActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchApplyUpdateActionCommandOutput) => void): void;
|
|
116
120
|
/**
|
|
121
|
+
* @public
|
|
117
122
|
* <p>Stop the service update. For more information on service updates and stopping them, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/stopping-self-service-updates.html">Stopping Service Updates</a>.</p>
|
|
118
123
|
*/
|
|
119
124
|
batchStopUpdateAction(args: BatchStopUpdateActionCommandInput, options?: __HttpHandlerOptions): Promise<BatchStopUpdateActionCommandOutput>;
|
|
120
125
|
batchStopUpdateAction(args: BatchStopUpdateActionCommandInput, cb: (err: any, data?: BatchStopUpdateActionCommandOutput) => void): void;
|
|
121
126
|
batchStopUpdateAction(args: BatchStopUpdateActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchStopUpdateActionCommandOutput) => void): void;
|
|
122
127
|
/**
|
|
128
|
+
* @public
|
|
123
129
|
* <p>Complete the migration of data.</p>
|
|
124
130
|
*/
|
|
125
131
|
completeMigration(args: CompleteMigrationCommandInput, options?: __HttpHandlerOptions): Promise<CompleteMigrationCommandOutput>;
|
|
126
132
|
completeMigration(args: CompleteMigrationCommandInput, cb: (err: any, data?: CompleteMigrationCommandOutput) => void): void;
|
|
127
133
|
completeMigration(args: CompleteMigrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CompleteMigrationCommandOutput) => void): void;
|
|
128
134
|
/**
|
|
135
|
+
* @public
|
|
129
136
|
* <p>Makes a copy of an existing snapshot.</p>
|
|
130
137
|
* <note>
|
|
131
138
|
* <p>This operation is valid for Redis only.</p>
|
|
@@ -222,6 +229,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
222
229
|
copySnapshot(args: CopySnapshotCommandInput, cb: (err: any, data?: CopySnapshotCommandOutput) => void): void;
|
|
223
230
|
copySnapshot(args: CopySnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopySnapshotCommandOutput) => void): void;
|
|
224
231
|
/**
|
|
232
|
+
* @public
|
|
225
233
|
* <p>Creates a cluster. All nodes in the
|
|
226
234
|
* cluster run the same protocol-compliant cache engine software, either Memcached
|
|
227
235
|
* or Redis.</p>
|
|
@@ -231,6 +239,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
231
239
|
createCacheCluster(args: CreateCacheClusterCommandInput, cb: (err: any, data?: CreateCacheClusterCommandOutput) => void): void;
|
|
232
240
|
createCacheCluster(args: CreateCacheClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCacheClusterCommandOutput) => void): void;
|
|
233
241
|
/**
|
|
242
|
+
* @public
|
|
234
243
|
* <p>Creates a new Amazon ElastiCache cache parameter group. An ElastiCache
|
|
235
244
|
* cache parameter group is a collection of parameters and their values that are applied to all of the nodes
|
|
236
245
|
* in any cluster or replication group using the CacheParameterGroup.</p>
|
|
@@ -252,6 +261,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
252
261
|
createCacheParameterGroup(args: CreateCacheParameterGroupCommandInput, cb: (err: any, data?: CreateCacheParameterGroupCommandOutput) => void): void;
|
|
253
262
|
createCacheParameterGroup(args: CreateCacheParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCacheParameterGroupCommandOutput) => void): void;
|
|
254
263
|
/**
|
|
264
|
+
* @public
|
|
255
265
|
* <p>Creates a new cache security group. Use a
|
|
256
266
|
* cache security group to control access to one or more clusters.</p>
|
|
257
267
|
* <p>Cache security groups are only used when you are creating a cluster outside of an Amazon
|
|
@@ -263,6 +273,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
263
273
|
createCacheSecurityGroup(args: CreateCacheSecurityGroupCommandInput, cb: (err: any, data?: CreateCacheSecurityGroupCommandOutput) => void): void;
|
|
264
274
|
createCacheSecurityGroup(args: CreateCacheSecurityGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCacheSecurityGroupCommandOutput) => void): void;
|
|
265
275
|
/**
|
|
276
|
+
* @public
|
|
266
277
|
* <p>Creates a new cache subnet group.</p>
|
|
267
278
|
* <p>Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).</p>
|
|
268
279
|
*/
|
|
@@ -270,6 +281,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
270
281
|
createCacheSubnetGroup(args: CreateCacheSubnetGroupCommandInput, cb: (err: any, data?: CreateCacheSubnetGroupCommandOutput) => void): void;
|
|
271
282
|
createCacheSubnetGroup(args: CreateCacheSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCacheSubnetGroupCommandOutput) => void): void;
|
|
272
283
|
/**
|
|
284
|
+
* @public
|
|
273
285
|
* <p>Global Datastore for Redis offers fully managed, fast,
|
|
274
286
|
* reliable and secure cross-region replication.
|
|
275
287
|
* Using Global Datastore for Redis, you can create cross-region
|
|
@@ -290,6 +302,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
290
302
|
createGlobalReplicationGroup(args: CreateGlobalReplicationGroupCommandInput, cb: (err: any, data?: CreateGlobalReplicationGroupCommandOutput) => void): void;
|
|
291
303
|
createGlobalReplicationGroup(args: CreateGlobalReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGlobalReplicationGroupCommandOutput) => void): void;
|
|
292
304
|
/**
|
|
305
|
+
* @public
|
|
293
306
|
* <p>Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group.</p>
|
|
294
307
|
* <p>This API can be used to create a standalone regional replication group or a secondary replication group associated with a Global datastore.</p>
|
|
295
308
|
* <p>A Redis (cluster mode disabled) replication group is a collection of clusters,
|
|
@@ -320,6 +333,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
320
333
|
createReplicationGroup(args: CreateReplicationGroupCommandInput, cb: (err: any, data?: CreateReplicationGroupCommandOutput) => void): void;
|
|
321
334
|
createReplicationGroup(args: CreateReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReplicationGroupCommandOutput) => void): void;
|
|
322
335
|
/**
|
|
336
|
+
* @public
|
|
323
337
|
* <p>Creates a copy of an entire cluster or replication group at a
|
|
324
338
|
* specific moment in time.</p>
|
|
325
339
|
* <note>
|
|
@@ -330,12 +344,14 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
330
344
|
createSnapshot(args: CreateSnapshotCommandInput, cb: (err: any, data?: CreateSnapshotCommandOutput) => void): void;
|
|
331
345
|
createSnapshot(args: CreateSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSnapshotCommandOutput) => void): void;
|
|
332
346
|
/**
|
|
347
|
+
* @public
|
|
333
348
|
* <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>
|
|
334
349
|
*/
|
|
335
350
|
createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
|
|
336
351
|
createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
|
|
337
352
|
createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
|
|
338
353
|
/**
|
|
354
|
+
* @public
|
|
339
355
|
* <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>
|
|
340
356
|
* </p>
|
|
341
357
|
*/
|
|
@@ -343,12 +359,14 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
343
359
|
createUserGroup(args: CreateUserGroupCommandInput, cb: (err: any, data?: CreateUserGroupCommandOutput) => void): void;
|
|
344
360
|
createUserGroup(args: CreateUserGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserGroupCommandOutput) => void): void;
|
|
345
361
|
/**
|
|
362
|
+
* @public
|
|
346
363
|
* <p>Decreases the number of node groups in a Global datastore</p>
|
|
347
364
|
*/
|
|
348
365
|
decreaseNodeGroupsInGlobalReplicationGroup(args: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, options?: __HttpHandlerOptions): Promise<DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput>;
|
|
349
366
|
decreaseNodeGroupsInGlobalReplicationGroup(args: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, cb: (err: any, data?: DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput) => void): void;
|
|
350
367
|
decreaseNodeGroupsInGlobalReplicationGroup(args: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput) => void): void;
|
|
351
368
|
/**
|
|
369
|
+
* @public
|
|
352
370
|
* <p>Dynamically decreases the number of replicas in a Redis (cluster mode disabled) replication group or the number of
|
|
353
371
|
* replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group. This operation
|
|
354
372
|
* is performed with no cluster down time.</p>
|
|
@@ -357,6 +375,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
357
375
|
decreaseReplicaCount(args: DecreaseReplicaCountCommandInput, cb: (err: any, data?: DecreaseReplicaCountCommandOutput) => void): void;
|
|
358
376
|
decreaseReplicaCount(args: DecreaseReplicaCountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DecreaseReplicaCountCommandOutput) => void): void;
|
|
359
377
|
/**
|
|
378
|
+
* @public
|
|
360
379
|
* <p>Deletes a previously provisioned cluster.
|
|
361
380
|
* <code>DeleteCacheCluster</code> deletes all associated cache nodes, node endpoints and the
|
|
362
381
|
* cluster itself. When you receive a successful response from this operation,
|
|
@@ -391,6 +410,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
391
410
|
deleteCacheCluster(args: DeleteCacheClusterCommandInput, cb: (err: any, data?: DeleteCacheClusterCommandOutput) => void): void;
|
|
392
411
|
deleteCacheCluster(args: DeleteCacheClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCacheClusterCommandOutput) => void): void;
|
|
393
412
|
/**
|
|
413
|
+
* @public
|
|
394
414
|
* <p>Deletes the specified cache parameter
|
|
395
415
|
* group. You cannot delete a cache parameter group if it is associated with any cache
|
|
396
416
|
* clusters. You cannot delete the default cache parameter groups in your account.</p>
|
|
@@ -399,6 +419,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
399
419
|
deleteCacheParameterGroup(args: DeleteCacheParameterGroupCommandInput, cb: (err: any, data?: DeleteCacheParameterGroupCommandOutput) => void): void;
|
|
400
420
|
deleteCacheParameterGroup(args: DeleteCacheParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCacheParameterGroupCommandOutput) => void): void;
|
|
401
421
|
/**
|
|
422
|
+
* @public
|
|
402
423
|
* <p>Deletes a cache security group.</p>
|
|
403
424
|
* <note>
|
|
404
425
|
* <p>You cannot delete a cache security group if it is associated with any clusters.</p>
|
|
@@ -408,6 +429,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
408
429
|
deleteCacheSecurityGroup(args: DeleteCacheSecurityGroupCommandInput, cb: (err: any, data?: DeleteCacheSecurityGroupCommandOutput) => void): void;
|
|
409
430
|
deleteCacheSecurityGroup(args: DeleteCacheSecurityGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCacheSecurityGroupCommandOutput) => void): void;
|
|
410
431
|
/**
|
|
432
|
+
* @public
|
|
411
433
|
* <p>Deletes a cache subnet group.</p>
|
|
412
434
|
* <note>
|
|
413
435
|
* <p>You cannot delete a default cache subnet group or one that is associated with any clusters.</p>
|
|
@@ -417,6 +439,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
417
439
|
deleteCacheSubnetGroup(args: DeleteCacheSubnetGroupCommandInput, cb: (err: any, data?: DeleteCacheSubnetGroupCommandOutput) => void): void;
|
|
418
440
|
deleteCacheSubnetGroup(args: DeleteCacheSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCacheSubnetGroupCommandOutput) => void): void;
|
|
419
441
|
/**
|
|
442
|
+
* @public
|
|
420
443
|
* <p>Deleting a Global datastore is a two-step process: </p>
|
|
421
444
|
* <ul>
|
|
422
445
|
* <li>
|
|
@@ -436,6 +459,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
436
459
|
deleteGlobalReplicationGroup(args: DeleteGlobalReplicationGroupCommandInput, cb: (err: any, data?: DeleteGlobalReplicationGroupCommandOutput) => void): void;
|
|
437
460
|
deleteGlobalReplicationGroup(args: DeleteGlobalReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGlobalReplicationGroupCommandOutput) => void): void;
|
|
438
461
|
/**
|
|
462
|
+
* @public
|
|
439
463
|
* <p>Deletes an existing replication group.
|
|
440
464
|
* By default, this operation deletes the entire replication group, including the primary/primaries and all of the read replicas.
|
|
441
465
|
* If the replication group has only one primary,
|
|
@@ -450,6 +474,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
450
474
|
deleteReplicationGroup(args: DeleteReplicationGroupCommandInput, cb: (err: any, data?: DeleteReplicationGroupCommandOutput) => void): void;
|
|
451
475
|
deleteReplicationGroup(args: DeleteReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReplicationGroupCommandOutput) => void): void;
|
|
452
476
|
/**
|
|
477
|
+
* @public
|
|
453
478
|
* <p>Deletes an existing snapshot. When you receive a
|
|
454
479
|
* successful response from this operation, ElastiCache immediately begins deleting the snapshot;
|
|
455
480
|
* you cannot cancel or revert this operation.</p>
|
|
@@ -461,18 +486,21 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
461
486
|
deleteSnapshot(args: DeleteSnapshotCommandInput, cb: (err: any, data?: DeleteSnapshotCommandOutput) => void): void;
|
|
462
487
|
deleteSnapshot(args: DeleteSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSnapshotCommandOutput) => void): void;
|
|
463
488
|
/**
|
|
489
|
+
* @public
|
|
464
490
|
* <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>
|
|
465
491
|
*/
|
|
466
492
|
deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
|
|
467
493
|
deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
|
|
468
494
|
deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
|
|
469
495
|
/**
|
|
496
|
+
* @public
|
|
470
497
|
* <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>
|
|
471
498
|
*/
|
|
472
499
|
deleteUserGroup(args: DeleteUserGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserGroupCommandOutput>;
|
|
473
500
|
deleteUserGroup(args: DeleteUserGroupCommandInput, cb: (err: any, data?: DeleteUserGroupCommandOutput) => void): void;
|
|
474
501
|
deleteUserGroup(args: DeleteUserGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserGroupCommandOutput) => void): void;
|
|
475
502
|
/**
|
|
503
|
+
* @public
|
|
476
504
|
* <p>Returns information about all provisioned
|
|
477
505
|
* clusters if no cluster identifier is specified, or about a specific cache
|
|
478
506
|
* cluster if a cluster identifier is supplied.</p>
|
|
@@ -494,6 +522,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
494
522
|
describeCacheClusters(args: DescribeCacheClustersCommandInput, cb: (err: any, data?: DescribeCacheClustersCommandOutput) => void): void;
|
|
495
523
|
describeCacheClusters(args: DescribeCacheClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCacheClustersCommandOutput) => void): void;
|
|
496
524
|
/**
|
|
525
|
+
* @public
|
|
497
526
|
* <p>Returns a list of the available cache
|
|
498
527
|
* engines and their versions.</p>
|
|
499
528
|
*/
|
|
@@ -501,6 +530,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
501
530
|
describeCacheEngineVersions(args: DescribeCacheEngineVersionsCommandInput, cb: (err: any, data?: DescribeCacheEngineVersionsCommandOutput) => void): void;
|
|
502
531
|
describeCacheEngineVersions(args: DescribeCacheEngineVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCacheEngineVersionsCommandOutput) => void): void;
|
|
503
532
|
/**
|
|
533
|
+
* @public
|
|
504
534
|
* <p>Returns a list of cache parameter group
|
|
505
535
|
* descriptions. If a cache parameter group name is specified, the list contains only
|
|
506
536
|
* the descriptions for that group.</p>
|
|
@@ -509,6 +539,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
509
539
|
describeCacheParameterGroups(args: DescribeCacheParameterGroupsCommandInput, cb: (err: any, data?: DescribeCacheParameterGroupsCommandOutput) => void): void;
|
|
510
540
|
describeCacheParameterGroups(args: DescribeCacheParameterGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCacheParameterGroupsCommandOutput) => void): void;
|
|
511
541
|
/**
|
|
542
|
+
* @public
|
|
512
543
|
* <p>Returns the detailed parameter list for a
|
|
513
544
|
* particular cache parameter group.</p>
|
|
514
545
|
*/
|
|
@@ -516,6 +547,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
516
547
|
describeCacheParameters(args: DescribeCacheParametersCommandInput, cb: (err: any, data?: DescribeCacheParametersCommandOutput) => void): void;
|
|
517
548
|
describeCacheParameters(args: DescribeCacheParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCacheParametersCommandOutput) => void): void;
|
|
518
549
|
/**
|
|
550
|
+
* @public
|
|
519
551
|
* <p>Returns a list of cache security group
|
|
520
552
|
* descriptions. If a cache security group name is specified, the list contains only
|
|
521
553
|
* the description of that group. This applicable only when you have ElastiCache in Classic setup
|
|
@@ -525,6 +557,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
525
557
|
describeCacheSecurityGroups(args: DescribeCacheSecurityGroupsCommandInput, cb: (err: any, data?: DescribeCacheSecurityGroupsCommandOutput) => void): void;
|
|
526
558
|
describeCacheSecurityGroups(args: DescribeCacheSecurityGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCacheSecurityGroupsCommandOutput) => void): void;
|
|
527
559
|
/**
|
|
560
|
+
* @public
|
|
528
561
|
* <p>Returns a list of cache subnet group
|
|
529
562
|
* descriptions. If a subnet group name is specified, the list contains only the
|
|
530
563
|
* description of that group. This is applicable only when you have ElastiCache in VPC setup. All ElastiCache clusters now launch in VPC by default.
|
|
@@ -534,6 +567,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
534
567
|
describeCacheSubnetGroups(args: DescribeCacheSubnetGroupsCommandInput, cb: (err: any, data?: DescribeCacheSubnetGroupsCommandOutput) => void): void;
|
|
535
568
|
describeCacheSubnetGroups(args: DescribeCacheSubnetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCacheSubnetGroupsCommandOutput) => void): void;
|
|
536
569
|
/**
|
|
570
|
+
* @public
|
|
537
571
|
* <p>Returns the default engine and
|
|
538
572
|
* system parameter information for the specified cache engine.</p>
|
|
539
573
|
*/
|
|
@@ -541,6 +575,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
541
575
|
describeEngineDefaultParameters(args: DescribeEngineDefaultParametersCommandInput, cb: (err: any, data?: DescribeEngineDefaultParametersCommandOutput) => void): void;
|
|
542
576
|
describeEngineDefaultParameters(args: DescribeEngineDefaultParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEngineDefaultParametersCommandOutput) => void): void;
|
|
543
577
|
/**
|
|
578
|
+
* @public
|
|
544
579
|
* <p>Returns events related to clusters, cache
|
|
545
580
|
* security groups, and cache parameter groups. You can obtain events specific to a
|
|
546
581
|
* particular cluster, cache security group, or cache parameter group by providing
|
|
@@ -552,12 +587,14 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
552
587
|
describeEvents(args: DescribeEventsCommandInput, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
|
|
553
588
|
describeEvents(args: DescribeEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
|
|
554
589
|
/**
|
|
590
|
+
* @public
|
|
555
591
|
* <p>Returns information about a particular global replication group. If no identifier is specified, returns information about all Global datastores. </p>
|
|
556
592
|
*/
|
|
557
593
|
describeGlobalReplicationGroups(args: DescribeGlobalReplicationGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGlobalReplicationGroupsCommandOutput>;
|
|
558
594
|
describeGlobalReplicationGroups(args: DescribeGlobalReplicationGroupsCommandInput, cb: (err: any, data?: DescribeGlobalReplicationGroupsCommandOutput) => void): void;
|
|
559
595
|
describeGlobalReplicationGroups(args: DescribeGlobalReplicationGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGlobalReplicationGroupsCommandOutput) => void): void;
|
|
560
596
|
/**
|
|
597
|
+
* @public
|
|
561
598
|
* <p>Returns information about a particular
|
|
562
599
|
* replication group. If no identifier is specified, <code>DescribeReplicationGroups</code>
|
|
563
600
|
* returns information about all replication groups.</p>
|
|
@@ -569,6 +606,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
569
606
|
describeReplicationGroups(args: DescribeReplicationGroupsCommandInput, cb: (err: any, data?: DescribeReplicationGroupsCommandOutput) => void): void;
|
|
570
607
|
describeReplicationGroups(args: DescribeReplicationGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReplicationGroupsCommandOutput) => void): void;
|
|
571
608
|
/**
|
|
609
|
+
* @public
|
|
572
610
|
* <p>Returns information about reserved cache
|
|
573
611
|
* nodes for this account, or about a specified reserved cache node.</p>
|
|
574
612
|
*/
|
|
@@ -576,6 +614,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
576
614
|
describeReservedCacheNodes(args: DescribeReservedCacheNodesCommandInput, cb: (err: any, data?: DescribeReservedCacheNodesCommandOutput) => void): void;
|
|
577
615
|
describeReservedCacheNodes(args: DescribeReservedCacheNodesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedCacheNodesCommandOutput) => void): void;
|
|
578
616
|
/**
|
|
617
|
+
* @public
|
|
579
618
|
* <p>Lists available reserved cache
|
|
580
619
|
* node offerings.</p>
|
|
581
620
|
*/
|
|
@@ -583,12 +622,14 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
583
622
|
describeReservedCacheNodesOfferings(args: DescribeReservedCacheNodesOfferingsCommandInput, cb: (err: any, data?: DescribeReservedCacheNodesOfferingsCommandOutput) => void): void;
|
|
584
623
|
describeReservedCacheNodesOfferings(args: DescribeReservedCacheNodesOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReservedCacheNodesOfferingsCommandOutput) => void): void;
|
|
585
624
|
/**
|
|
625
|
+
* @public
|
|
586
626
|
* <p>Returns details of the service updates</p>
|
|
587
627
|
*/
|
|
588
628
|
describeServiceUpdates(args: DescribeServiceUpdatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeServiceUpdatesCommandOutput>;
|
|
589
629
|
describeServiceUpdates(args: DescribeServiceUpdatesCommandInput, cb: (err: any, data?: DescribeServiceUpdatesCommandOutput) => void): void;
|
|
590
630
|
describeServiceUpdates(args: DescribeServiceUpdatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServiceUpdatesCommandOutput) => void): void;
|
|
591
631
|
/**
|
|
632
|
+
* @public
|
|
592
633
|
* <p>Returns information about cluster or replication group snapshots.
|
|
593
634
|
* By default, <code>DescribeSnapshots</code> lists all of your snapshots; it can optionally
|
|
594
635
|
* describe a single snapshot, or just the snapshots associated with a particular cache
|
|
@@ -601,42 +642,49 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
601
642
|
describeSnapshots(args: DescribeSnapshotsCommandInput, cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void): void;
|
|
602
643
|
describeSnapshots(args: DescribeSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void): void;
|
|
603
644
|
/**
|
|
645
|
+
* @public
|
|
604
646
|
* <p>Returns details of the update actions </p>
|
|
605
647
|
*/
|
|
606
648
|
describeUpdateActions(args: DescribeUpdateActionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUpdateActionsCommandOutput>;
|
|
607
649
|
describeUpdateActions(args: DescribeUpdateActionsCommandInput, cb: (err: any, data?: DescribeUpdateActionsCommandOutput) => void): void;
|
|
608
650
|
describeUpdateActions(args: DescribeUpdateActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUpdateActionsCommandOutput) => void): void;
|
|
609
651
|
/**
|
|
652
|
+
* @public
|
|
610
653
|
* <p>Returns a list of user groups.</p>
|
|
611
654
|
*/
|
|
612
655
|
describeUserGroups(args: DescribeUserGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserGroupsCommandOutput>;
|
|
613
656
|
describeUserGroups(args: DescribeUserGroupsCommandInput, cb: (err: any, data?: DescribeUserGroupsCommandOutput) => void): void;
|
|
614
657
|
describeUserGroups(args: DescribeUserGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserGroupsCommandOutput) => void): void;
|
|
615
658
|
/**
|
|
659
|
+
* @public
|
|
616
660
|
* <p>Returns a list of users.</p>
|
|
617
661
|
*/
|
|
618
662
|
describeUsers(args: DescribeUsersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUsersCommandOutput>;
|
|
619
663
|
describeUsers(args: DescribeUsersCommandInput, cb: (err: any, data?: DescribeUsersCommandOutput) => void): void;
|
|
620
664
|
describeUsers(args: DescribeUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUsersCommandOutput) => void): void;
|
|
621
665
|
/**
|
|
666
|
+
* @public
|
|
622
667
|
* <p>Remove a secondary cluster from the Global datastore using the Global datastore name. The secondary cluster will no longer receive updates from the primary cluster, but will remain as a standalone cluster in that Amazon region.</p>
|
|
623
668
|
*/
|
|
624
669
|
disassociateGlobalReplicationGroup(args: DisassociateGlobalReplicationGroupCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateGlobalReplicationGroupCommandOutput>;
|
|
625
670
|
disassociateGlobalReplicationGroup(args: DisassociateGlobalReplicationGroupCommandInput, cb: (err: any, data?: DisassociateGlobalReplicationGroupCommandOutput) => void): void;
|
|
626
671
|
disassociateGlobalReplicationGroup(args: DisassociateGlobalReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateGlobalReplicationGroupCommandOutput) => void): void;
|
|
627
672
|
/**
|
|
673
|
+
* @public
|
|
628
674
|
* <p>Used to failover the primary region to a secondary region. The secondary region will become primary, and all other clusters will become secondary.</p>
|
|
629
675
|
*/
|
|
630
676
|
failoverGlobalReplicationGroup(args: FailoverGlobalReplicationGroupCommandInput, options?: __HttpHandlerOptions): Promise<FailoverGlobalReplicationGroupCommandOutput>;
|
|
631
677
|
failoverGlobalReplicationGroup(args: FailoverGlobalReplicationGroupCommandInput, cb: (err: any, data?: FailoverGlobalReplicationGroupCommandOutput) => void): void;
|
|
632
678
|
failoverGlobalReplicationGroup(args: FailoverGlobalReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: FailoverGlobalReplicationGroupCommandOutput) => void): void;
|
|
633
679
|
/**
|
|
680
|
+
* @public
|
|
634
681
|
* <p>Increase the number of node groups in the Global datastore</p>
|
|
635
682
|
*/
|
|
636
683
|
increaseNodeGroupsInGlobalReplicationGroup(args: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, options?: __HttpHandlerOptions): Promise<IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput>;
|
|
637
684
|
increaseNodeGroupsInGlobalReplicationGroup(args: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, cb: (err: any, data?: IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput) => void): void;
|
|
638
685
|
increaseNodeGroupsInGlobalReplicationGroup(args: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput) => void): void;
|
|
639
686
|
/**
|
|
687
|
+
* @public
|
|
640
688
|
* <p>Dynamically increases the number of replicas in a Redis (cluster mode disabled) replication group or the number of
|
|
641
689
|
* replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group. This operation
|
|
642
690
|
* is performed with no cluster down time.</p>
|
|
@@ -645,6 +693,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
645
693
|
increaseReplicaCount(args: IncreaseReplicaCountCommandInput, cb: (err: any, data?: IncreaseReplicaCountCommandOutput) => void): void;
|
|
646
694
|
increaseReplicaCount(args: IncreaseReplicaCountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: IncreaseReplicaCountCommandOutput) => void): void;
|
|
647
695
|
/**
|
|
696
|
+
* @public
|
|
648
697
|
* <p>Lists all available node types that you
|
|
649
698
|
* can scale your Redis cluster's or replication group's current node type.</p>
|
|
650
699
|
* <p>When you use the <code>ModifyCacheCluster</code> or <code>ModifyReplicationGroup</code> operations to
|
|
@@ -655,6 +704,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
655
704
|
listAllowedNodeTypeModifications(args: ListAllowedNodeTypeModificationsCommandInput, cb: (err: any, data?: ListAllowedNodeTypeModificationsCommandOutput) => void): void;
|
|
656
705
|
listAllowedNodeTypeModifications(args: ListAllowedNodeTypeModificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAllowedNodeTypeModificationsCommandOutput) => void): void;
|
|
657
706
|
/**
|
|
707
|
+
* @public
|
|
658
708
|
* <p>Lists all tags currently on a named resource.</p>
|
|
659
709
|
* <p> A tag is a key-value pair where the key and value are case-sensitive.
|
|
660
710
|
* You can use tags to categorize and track all your ElastiCache resources, with the exception of global replication group. When you add or remove tags on replication groups, those actions will be replicated to all nodes in the replication group.
|
|
@@ -666,6 +716,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
666
716
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
667
717
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
668
718
|
/**
|
|
719
|
+
* @public
|
|
669
720
|
* <p>Modifies the settings for a cluster. You
|
|
670
721
|
* can use this operation to change one or more cluster configuration parameters by
|
|
671
722
|
* specifying the parameters and the new values.</p>
|
|
@@ -674,6 +725,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
674
725
|
modifyCacheCluster(args: ModifyCacheClusterCommandInput, cb: (err: any, data?: ModifyCacheClusterCommandOutput) => void): void;
|
|
675
726
|
modifyCacheCluster(args: ModifyCacheClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyCacheClusterCommandOutput) => void): void;
|
|
676
727
|
/**
|
|
728
|
+
* @public
|
|
677
729
|
* <p>Modifies the parameters of a cache
|
|
678
730
|
* parameter group. You can modify up to 20 parameters in a single request by submitting a
|
|
679
731
|
* list parameter name and value pairs.</p>
|
|
@@ -682,18 +734,21 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
682
734
|
modifyCacheParameterGroup(args: ModifyCacheParameterGroupCommandInput, cb: (err: any, data?: ModifyCacheParameterGroupCommandOutput) => void): void;
|
|
683
735
|
modifyCacheParameterGroup(args: ModifyCacheParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyCacheParameterGroupCommandOutput) => void): void;
|
|
684
736
|
/**
|
|
737
|
+
* @public
|
|
685
738
|
* <p>Modifies an existing cache subnet group.</p>
|
|
686
739
|
*/
|
|
687
740
|
modifyCacheSubnetGroup(args: ModifyCacheSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyCacheSubnetGroupCommandOutput>;
|
|
688
741
|
modifyCacheSubnetGroup(args: ModifyCacheSubnetGroupCommandInput, cb: (err: any, data?: ModifyCacheSubnetGroupCommandOutput) => void): void;
|
|
689
742
|
modifyCacheSubnetGroup(args: ModifyCacheSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyCacheSubnetGroupCommandOutput) => void): void;
|
|
690
743
|
/**
|
|
744
|
+
* @public
|
|
691
745
|
* <p>Modifies the settings for a Global datastore.</p>
|
|
692
746
|
*/
|
|
693
747
|
modifyGlobalReplicationGroup(args: ModifyGlobalReplicationGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyGlobalReplicationGroupCommandOutput>;
|
|
694
748
|
modifyGlobalReplicationGroup(args: ModifyGlobalReplicationGroupCommandInput, cb: (err: any, data?: ModifyGlobalReplicationGroupCommandOutput) => void): void;
|
|
695
749
|
modifyGlobalReplicationGroup(args: ModifyGlobalReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyGlobalReplicationGroupCommandOutput) => void): void;
|
|
696
750
|
/**
|
|
751
|
+
* @public
|
|
697
752
|
* <p>Modifies the settings for a replication group.</p>
|
|
698
753
|
* <ul>
|
|
699
754
|
* <li>
|
|
@@ -715,6 +770,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
715
770
|
modifyReplicationGroup(args: ModifyReplicationGroupCommandInput, cb: (err: any, data?: ModifyReplicationGroupCommandOutput) => void): void;
|
|
716
771
|
modifyReplicationGroup(args: ModifyReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyReplicationGroupCommandOutput) => void): void;
|
|
717
772
|
/**
|
|
773
|
+
* @public
|
|
718
774
|
* <p>Modifies a replication group's shards (node groups) by allowing you to
|
|
719
775
|
* add shards, remove shards, or rebalance the keyspaces among existing shards.</p>
|
|
720
776
|
*/
|
|
@@ -722,18 +778,21 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
722
778
|
modifyReplicationGroupShardConfiguration(args: ModifyReplicationGroupShardConfigurationCommandInput, cb: (err: any, data?: ModifyReplicationGroupShardConfigurationCommandOutput) => void): void;
|
|
723
779
|
modifyReplicationGroupShardConfiguration(args: ModifyReplicationGroupShardConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyReplicationGroupShardConfigurationCommandOutput) => void): void;
|
|
724
780
|
/**
|
|
781
|
+
* @public
|
|
725
782
|
* <p>Changes user password(s) and/or access string.</p>
|
|
726
783
|
*/
|
|
727
784
|
modifyUser(args: ModifyUserCommandInput, options?: __HttpHandlerOptions): Promise<ModifyUserCommandOutput>;
|
|
728
785
|
modifyUser(args: ModifyUserCommandInput, cb: (err: any, data?: ModifyUserCommandOutput) => void): void;
|
|
729
786
|
modifyUser(args: ModifyUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyUserCommandOutput) => void): void;
|
|
730
787
|
/**
|
|
788
|
+
* @public
|
|
731
789
|
* <p>Changes the list of users that belong to the user group.</p>
|
|
732
790
|
*/
|
|
733
791
|
modifyUserGroup(args: ModifyUserGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyUserGroupCommandOutput>;
|
|
734
792
|
modifyUserGroup(args: ModifyUserGroupCommandInput, cb: (err: any, data?: ModifyUserGroupCommandOutput) => void): void;
|
|
735
793
|
modifyUserGroup(args: ModifyUserGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyUserGroupCommandOutput) => void): void;
|
|
736
794
|
/**
|
|
795
|
+
* @public
|
|
737
796
|
* <p>Allows you to purchase a reserved
|
|
738
797
|
* cache node offering. Reserved nodes are not eligible for cancellation and are non-refundable. For more information,
|
|
739
798
|
* see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/reserved-nodes.html">Managing Costs with Reserved Nodes</a> for Redis or
|
|
@@ -743,12 +802,14 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
743
802
|
purchaseReservedCacheNodesOffering(args: PurchaseReservedCacheNodesOfferingCommandInput, cb: (err: any, data?: PurchaseReservedCacheNodesOfferingCommandOutput) => void): void;
|
|
744
803
|
purchaseReservedCacheNodesOffering(args: PurchaseReservedCacheNodesOfferingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PurchaseReservedCacheNodesOfferingCommandOutput) => void): void;
|
|
745
804
|
/**
|
|
805
|
+
* @public
|
|
746
806
|
* <p>Redistribute slots to ensure uniform distribution across existing shards in the cluster.</p>
|
|
747
807
|
*/
|
|
748
808
|
rebalanceSlotsInGlobalReplicationGroup(args: RebalanceSlotsInGlobalReplicationGroupCommandInput, options?: __HttpHandlerOptions): Promise<RebalanceSlotsInGlobalReplicationGroupCommandOutput>;
|
|
749
809
|
rebalanceSlotsInGlobalReplicationGroup(args: RebalanceSlotsInGlobalReplicationGroupCommandInput, cb: (err: any, data?: RebalanceSlotsInGlobalReplicationGroupCommandOutput) => void): void;
|
|
750
810
|
rebalanceSlotsInGlobalReplicationGroup(args: RebalanceSlotsInGlobalReplicationGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebalanceSlotsInGlobalReplicationGroupCommandOutput) => void): void;
|
|
751
811
|
/**
|
|
812
|
+
* @public
|
|
752
813
|
* <p>Reboots some, or all, of the cache nodes
|
|
753
814
|
* within a provisioned cluster. This operation applies any modified cache parameter
|
|
754
815
|
* groups to the cluster. The reboot operation takes place as soon as possible, and
|
|
@@ -765,6 +826,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
765
826
|
rebootCacheCluster(args: RebootCacheClusterCommandInput, cb: (err: any, data?: RebootCacheClusterCommandOutput) => void): void;
|
|
766
827
|
rebootCacheCluster(args: RebootCacheClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootCacheClusterCommandOutput) => void): void;
|
|
767
828
|
/**
|
|
829
|
+
* @public
|
|
768
830
|
* <p>Removes the tags identified by the <code>TagKeys</code>
|
|
769
831
|
* list from the named resource. A tag is a key-value pair where the key and value are case-sensitive.
|
|
770
832
|
* You can use tags to categorize and track all your ElastiCache resources, with the exception of global replication group. When you add or remove tags on replication groups, those actions will be replicated to all nodes in the replication group.
|
|
@@ -774,6 +836,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
774
836
|
removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
|
|
775
837
|
removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
|
|
776
838
|
/**
|
|
839
|
+
* @public
|
|
777
840
|
* <p>Modifies the parameters of a cache
|
|
778
841
|
* parameter group to the engine or system default value. You can reset specific parameters
|
|
779
842
|
* by submitting a list of parameter names. To reset the entire cache parameter group,
|
|
@@ -783,6 +846,7 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
783
846
|
resetCacheParameterGroup(args: ResetCacheParameterGroupCommandInput, cb: (err: any, data?: ResetCacheParameterGroupCommandOutput) => void): void;
|
|
784
847
|
resetCacheParameterGroup(args: ResetCacheParameterGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetCacheParameterGroupCommandOutput) => void): void;
|
|
785
848
|
/**
|
|
849
|
+
* @public
|
|
786
850
|
* <p>Revokes ingress from a cache security group.
|
|
787
851
|
* Use this operation to disallow access from an Amazon EC2 security group
|
|
788
852
|
* that had been previously authorized.</p>
|
|
@@ -791,12 +855,14 @@ export declare class ElastiCache extends ElastiCacheClient {
|
|
|
791
855
|
revokeCacheSecurityGroupIngress(args: RevokeCacheSecurityGroupIngressCommandInput, cb: (err: any, data?: RevokeCacheSecurityGroupIngressCommandOutput) => void): void;
|
|
792
856
|
revokeCacheSecurityGroupIngress(args: RevokeCacheSecurityGroupIngressCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokeCacheSecurityGroupIngressCommandOutput) => void): void;
|
|
793
857
|
/**
|
|
858
|
+
* @public
|
|
794
859
|
* <p>Start the migration of data.</p>
|
|
795
860
|
*/
|
|
796
861
|
startMigration(args: StartMigrationCommandInput, options?: __HttpHandlerOptions): Promise<StartMigrationCommandOutput>;
|
|
797
862
|
startMigration(args: StartMigrationCommandInput, cb: (err: any, data?: StartMigrationCommandOutput) => void): void;
|
|
798
863
|
startMigration(args: StartMigrationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMigrationCommandOutput) => void): void;
|
|
799
864
|
/**
|
|
865
|
+
* @public
|
|
800
866
|
* <p>Represents the input of a <code>TestFailover</code> operation which test automatic failover on
|
|
801
867
|
* a specified node group (called shard in the console) in a replication group (called cluster in the console).</p>
|
|
802
868
|
* <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
|
|
@@ -73,15 +73,24 @@ import { RevokeCacheSecurityGroupIngressCommandInput, RevokeCacheSecurityGroupIn
|
|
|
73
73
|
import { StartMigrationCommandInput, StartMigrationCommandOutput } from "./commands/StartMigrationCommand";
|
|
74
74
|
import { TestFailoverCommandInput, TestFailoverCommandOutput } from "./commands/TestFailoverCommand";
|
|
75
75
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
76
79
|
export type ServiceInputTypes = AddTagsToResourceCommandInput | AuthorizeCacheSecurityGroupIngressCommandInput | BatchApplyUpdateActionCommandInput | BatchStopUpdateActionCommandInput | CompleteMigrationCommandInput | CopySnapshotCommandInput | CreateCacheClusterCommandInput | CreateCacheParameterGroupCommandInput | CreateCacheSecurityGroupCommandInput | CreateCacheSubnetGroupCommandInput | CreateGlobalReplicationGroupCommandInput | CreateReplicationGroupCommandInput | CreateSnapshotCommandInput | CreateUserCommandInput | CreateUserGroupCommandInput | DecreaseNodeGroupsInGlobalReplicationGroupCommandInput | DecreaseReplicaCountCommandInput | DeleteCacheClusterCommandInput | DeleteCacheParameterGroupCommandInput | DeleteCacheSecurityGroupCommandInput | DeleteCacheSubnetGroupCommandInput | DeleteGlobalReplicationGroupCommandInput | DeleteReplicationGroupCommandInput | DeleteSnapshotCommandInput | DeleteUserCommandInput | DeleteUserGroupCommandInput | DescribeCacheClustersCommandInput | DescribeCacheEngineVersionsCommandInput | DescribeCacheParameterGroupsCommandInput | DescribeCacheParametersCommandInput | DescribeCacheSecurityGroupsCommandInput | DescribeCacheSubnetGroupsCommandInput | DescribeEngineDefaultParametersCommandInput | DescribeEventsCommandInput | DescribeGlobalReplicationGroupsCommandInput | DescribeReplicationGroupsCommandInput | DescribeReservedCacheNodesCommandInput | DescribeReservedCacheNodesOfferingsCommandInput | DescribeServiceUpdatesCommandInput | DescribeSnapshotsCommandInput | DescribeUpdateActionsCommandInput | DescribeUserGroupsCommandInput | DescribeUsersCommandInput | DisassociateGlobalReplicationGroupCommandInput | FailoverGlobalReplicationGroupCommandInput | IncreaseNodeGroupsInGlobalReplicationGroupCommandInput | IncreaseReplicaCountCommandInput | ListAllowedNodeTypeModificationsCommandInput | ListTagsForResourceCommandInput | ModifyCacheClusterCommandInput | ModifyCacheParameterGroupCommandInput | ModifyCacheSubnetGroupCommandInput | ModifyGlobalReplicationGroupCommandInput | ModifyReplicationGroupCommandInput | ModifyReplicationGroupShardConfigurationCommandInput | ModifyUserCommandInput | ModifyUserGroupCommandInput | PurchaseReservedCacheNodesOfferingCommandInput | RebalanceSlotsInGlobalReplicationGroupCommandInput | RebootCacheClusterCommandInput | RemoveTagsFromResourceCommandInput | ResetCacheParameterGroupCommandInput | RevokeCacheSecurityGroupIngressCommandInput | StartMigrationCommandInput | TestFailoverCommandInput;
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
77
83
|
export type ServiceOutputTypes = AddTagsToResourceCommandOutput | AuthorizeCacheSecurityGroupIngressCommandOutput | BatchApplyUpdateActionCommandOutput | BatchStopUpdateActionCommandOutput | CompleteMigrationCommandOutput | CopySnapshotCommandOutput | CreateCacheClusterCommandOutput | CreateCacheParameterGroupCommandOutput | CreateCacheSecurityGroupCommandOutput | CreateCacheSubnetGroupCommandOutput | CreateGlobalReplicationGroupCommandOutput | CreateReplicationGroupCommandOutput | CreateSnapshotCommandOutput | CreateUserCommandOutput | CreateUserGroupCommandOutput | DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput | DecreaseReplicaCountCommandOutput | DeleteCacheClusterCommandOutput | DeleteCacheParameterGroupCommandOutput | DeleteCacheSecurityGroupCommandOutput | DeleteCacheSubnetGroupCommandOutput | DeleteGlobalReplicationGroupCommandOutput | DeleteReplicationGroupCommandOutput | DeleteSnapshotCommandOutput | DeleteUserCommandOutput | DeleteUserGroupCommandOutput | DescribeCacheClustersCommandOutput | DescribeCacheEngineVersionsCommandOutput | DescribeCacheParameterGroupsCommandOutput | DescribeCacheParametersCommandOutput | DescribeCacheSecurityGroupsCommandOutput | DescribeCacheSubnetGroupsCommandOutput | DescribeEngineDefaultParametersCommandOutput | DescribeEventsCommandOutput | DescribeGlobalReplicationGroupsCommandOutput | DescribeReplicationGroupsCommandOutput | DescribeReservedCacheNodesCommandOutput | DescribeReservedCacheNodesOfferingsCommandOutput | DescribeServiceUpdatesCommandOutput | DescribeSnapshotsCommandOutput | DescribeUpdateActionsCommandOutput | DescribeUserGroupsCommandOutput | DescribeUsersCommandOutput | DisassociateGlobalReplicationGroupCommandOutput | FailoverGlobalReplicationGroupCommandOutput | IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput | IncreaseReplicaCountCommandOutput | ListAllowedNodeTypeModificationsCommandOutput | ListTagsForResourceCommandOutput | ModifyCacheClusterCommandOutput | ModifyCacheParameterGroupCommandOutput | ModifyCacheSubnetGroupCommandOutput | ModifyGlobalReplicationGroupCommandOutput | ModifyReplicationGroupCommandOutput | ModifyReplicationGroupShardConfigurationCommandOutput | ModifyUserCommandOutput | ModifyUserGroupCommandOutput | PurchaseReservedCacheNodesOfferingCommandOutput | RebalanceSlotsInGlobalReplicationGroupCommandOutput | RebootCacheClusterCommandOutput | RemoveTagsFromResourceCommandOutput | ResetCacheParameterGroupCommandOutput | RevokeCacheSecurityGroupIngressCommandOutput | StartMigrationCommandOutput | TestFailoverCommandOutput;
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
78
87
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
79
88
|
/**
|
|
80
89
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
81
90
|
*/
|
|
82
91
|
requestHandler?: __HttpHandler;
|
|
83
92
|
/**
|
|
84
|
-
* A constructor for a class implementing the {@link
|
|
93
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
85
94
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
86
95
|
* @internal
|
|
87
96
|
*/
|
|
@@ -171,23 +180,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
171
180
|
*/
|
|
172
181
|
logger?: __Logger;
|
|
173
182
|
/**
|
|
174
|
-
* The {@link
|
|
183
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
175
184
|
*/
|
|
176
185
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
177
186
|
}
|
|
187
|
+
/**
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
178
190
|
type ElastiCacheClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
179
191
|
/**
|
|
180
|
-
*
|
|
192
|
+
* @public
|
|
193
|
+
*
|
|
194
|
+
* The configuration interface of ElastiCacheClient class constructor that set the region, credentials and other options.
|
|
181
195
|
*/
|
|
182
196
|
export interface ElastiCacheClientConfig extends ElastiCacheClientConfigType {
|
|
183
197
|
}
|
|
198
|
+
/**
|
|
199
|
+
* @public
|
|
200
|
+
*/
|
|
184
201
|
type ElastiCacheClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
185
202
|
/**
|
|
186
|
-
*
|
|
203
|
+
* @public
|
|
204
|
+
*
|
|
205
|
+
* The resolved configuration interface of ElastiCacheClient class. This is resolved and normalized from the {@link ElastiCacheClientConfig | constructor configuration interface}.
|
|
187
206
|
*/
|
|
188
207
|
export interface ElastiCacheClientResolvedConfig extends ElastiCacheClientResolvedConfigType {
|
|
189
208
|
}
|
|
190
209
|
/**
|
|
210
|
+
* @public
|
|
191
211
|
* <fullname>Amazon ElastiCache</fullname>
|
|
192
212
|
* <p>Amazon ElastiCache is a web service that makes it easier to set up, operate,
|
|
193
213
|
* and scale a distributed cache in the cloud.</p>
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElastiCacheClient";
|
|
5
5
|
import { AddTagsToResourceMessage, TagListMessage } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AddTagsToResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AddTagsToResourceCommandInput extends AddTagsToResourceMessage {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AddTagsToResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AddTagsToResourceCommandOutput extends TagListMessage, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>A tag is a key-value pair where the key and value are case-sensitive.
|
|
18
23
|
* You can use tags to categorize and track all your ElastiCache resources, with the exception of global replication group. When you add or remove tags on replication groups, those actions will be replicated to all nodes in the replication group.
|
|
19
24
|
* For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/IAM.ResourceLevelPermissions.html">Resource-level permissions</a>.</p>
|
|
@@ -36,6 +41,8 @@ export interface AddTagsToResourceCommandOutput extends TagListMessage, __Metada
|
|
|
36
41
|
* const response = await client.send(command);
|
|
37
42
|
* ```
|
|
38
43
|
*
|
|
44
|
+
* @param AddTagsToResourceCommandInput - {@link AddTagsToResourceCommandInput}
|
|
45
|
+
* @returns {@link AddTagsToResourceCommandOutput}
|
|
39
46
|
* @see {@link AddTagsToResourceCommandInput} for command's `input` shape.
|
|
40
47
|
* @see {@link AddTagsToResourceCommandOutput} for command's `response` shape.
|
|
41
48
|
* @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
|
|
@@ -116,11 +123,20 @@ export interface AddTagsToResourceCommandOutput extends TagListMessage, __Metada
|
|
|
116
123
|
export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, ElastiCacheClientResolvedConfig> {
|
|
117
124
|
readonly input: AddTagsToResourceCommandInput;
|
|
118
125
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
126
|
+
/**
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
119
129
|
constructor(input: AddTagsToResourceCommandInput);
|
|
120
130
|
/**
|
|
121
131
|
* @internal
|
|
122
132
|
*/
|
|
123
133
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElastiCacheClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput>;
|
|
134
|
+
/**
|
|
135
|
+
* @internal
|
|
136
|
+
*/
|
|
124
137
|
private serialize;
|
|
138
|
+
/**
|
|
139
|
+
* @internal
|
|
140
|
+
*/
|
|
125
141
|
private deserialize;
|
|
126
142
|
}
|