@aws-sdk/client-elasticache 3.774.0 → 3.777.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.
Files changed (82) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +17 -18
  3. package/dist-es/ElastiCacheClient.js +2 -1
  4. package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  5. package/dist-es/endpoint/EndpointParameters.js +2 -3
  6. package/dist-es/runtimeExtensions.js +2 -14
  7. package/dist-types/commands/AddTagsToResourceCommand.d.ts +14 -14
  8. package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +9 -6
  9. package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +1 -0
  10. package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +1 -0
  11. package/dist-types/commands/CompleteMigrationCommand.d.ts +1 -0
  12. package/dist-types/commands/CopyServerlessCacheSnapshotCommand.d.ts +1 -0
  13. package/dist-types/commands/CopySnapshotCommand.d.ts +30 -30
  14. package/dist-types/commands/CreateCacheClusterCommand.d.ts +74 -29
  15. package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +10 -10
  16. package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +8 -5
  17. package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +20 -20
  18. package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +1 -0
  19. package/dist-types/commands/CreateReplicationGroupCommand.d.ts +47 -48
  20. package/dist-types/commands/CreateServerlessCacheCommand.d.ts +1 -0
  21. package/dist-types/commands/CreateServerlessCacheSnapshotCommand.d.ts +1 -0
  22. package/dist-types/commands/CreateSnapshotCommand.d.ts +97 -56
  23. package/dist-types/commands/CreateUserCommand.d.ts +1 -0
  24. package/dist-types/commands/CreateUserGroupCommand.d.ts +1 -0
  25. package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +1 -0
  26. package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +1 -0
  27. package/dist-types/commands/DeleteCacheClusterCommand.d.ts +26 -26
  28. package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +8 -4
  29. package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +7 -4
  30. package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +7 -4
  31. package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +1 -0
  32. package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +11 -11
  33. package/dist-types/commands/DeleteServerlessCacheCommand.d.ts +1 -0
  34. package/dist-types/commands/DeleteServerlessCacheSnapshotCommand.d.ts +1 -0
  35. package/dist-types/commands/DeleteSnapshotCommand.d.ts +28 -28
  36. package/dist-types/commands/DeleteUserCommand.d.ts +1 -0
  37. package/dist-types/commands/DeleteUserGroupCommand.d.ts +1 -0
  38. package/dist-types/commands/DescribeCacheClustersCommand.d.ts +92 -26
  39. package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +140 -65
  40. package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +8 -8
  41. package/dist-types/commands/DescribeCacheParametersCommand.d.ts +390 -390
  42. package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +7 -4
  43. package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +22 -22
  44. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +391 -391
  45. package/dist-types/commands/DescribeEventsCommand.d.ts +80 -27
  46. package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +1 -0
  47. package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +31 -31
  48. package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +7 -4
  49. package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +230 -188
  50. package/dist-types/commands/DescribeServerlessCacheSnapshotsCommand.d.ts +1 -0
  51. package/dist-types/commands/DescribeServerlessCachesCommand.d.ts +1 -0
  52. package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +1 -0
  53. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +29 -29
  54. package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +1 -0
  55. package/dist-types/commands/DescribeUserGroupsCommand.d.ts +1 -0
  56. package/dist-types/commands/DescribeUsersCommand.d.ts +1 -0
  57. package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +1 -0
  58. package/dist-types/commands/ExportServerlessCacheSnapshotCommand.d.ts +1 -0
  59. package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +1 -0
  60. package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +1 -0
  61. package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +1 -0
  62. package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +20 -5
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +9 -9
  64. package/dist-types/commands/ModifyCacheClusterCommand.d.ts +27 -27
  65. package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +10 -10
  66. package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +25 -25
  67. package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +1 -0
  68. package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +44 -44
  69. package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +1 -0
  70. package/dist-types/commands/ModifyServerlessCacheCommand.d.ts +1 -0
  71. package/dist-types/commands/ModifyUserCommand.d.ts +1 -0
  72. package/dist-types/commands/ModifyUserGroupCommand.d.ts +1 -0
  73. package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +7 -4
  74. package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +1 -0
  75. package/dist-types/commands/RebootCacheClusterCommand.d.ts +27 -27
  76. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -16
  77. package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +6 -6
  78. package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +9 -6
  79. package/dist-types/commands/StartMigrationCommand.d.ts +1 -0
  80. package/dist-types/commands/TestFailoverCommand.d.ts +1 -0
  81. package/dist-types/commands/TestMigrationCommand.d.ts +1 -0
  82. package/package.json +34 -34
@@ -352,100 +352,99 @@ declare const CreateReplicationGroupCommand_base: {
352
352
  * @throws {@link ElastiCacheServiceException}
353
353
  * <p>Base exception class for all service exceptions from ElastiCache service.</p>
354
354
  *
355
- * @public
355
+ *
356
356
  * @example CreateCacheReplicationGroup
357
357
  * ```javascript
358
358
  * // Creates a Redis replication group with 3 nodes.
359
359
  * const input = {
360
- * "AutomaticFailoverEnabled": true,
361
- * "CacheNodeType": "cache.m3.medium",
362
- * "Engine": "redis",
363
- * "EngineVersion": "2.8.24",
364
- * "NumCacheClusters": 3,
365
- * "ReplicationGroupDescription": "A Redis replication group.",
366
- * "ReplicationGroupId": "my-redis-rg",
367
- * "SnapshotRetentionLimit": 30
360
+ * AutomaticFailoverEnabled: true,
361
+ * CacheNodeType: "cache.m3.medium",
362
+ * Engine: "redis",
363
+ * EngineVersion: "2.8.24",
364
+ * NumCacheClusters: 3,
365
+ * ReplicationGroupDescription: "A Redis replication group.",
366
+ * ReplicationGroupId: "my-redis-rg",
367
+ * SnapshotRetentionLimit: 30
368
368
  * };
369
369
  * const command = new CreateReplicationGroupCommand(input);
370
370
  * const response = await client.send(command);
371
- * /* response ==
371
+ * /* response is
372
372
  * {
373
- * "ReplicationGroup": {
374
- * "AutomaticFailover": "enabling",
375
- * "Description": "A Redis replication group.",
376
- * "MemberClusters": [
373
+ * ReplicationGroup: {
374
+ * AutomaticFailover: "enabling",
375
+ * Description: "A Redis replication group.",
376
+ * MemberClusters: [
377
377
  * "my-redis-rg-001",
378
378
  * "my-redis-rg-002",
379
379
  * "my-redis-rg-003"
380
380
  * ],
381
- * "PendingModifiedValues": {},
382
- * "ReplicationGroupId": "my-redis-rg",
383
- * "SnapshottingClusterId": "my-redis-rg-002",
384
- * "Status": "creating"
381
+ * PendingModifiedValues: { /* empty *\/ },
382
+ * ReplicationGroupId: "my-redis-rg",
383
+ * SnapshottingClusterId: "my-redis-rg-002",
384
+ * Status: "creating"
385
385
  * }
386
386
  * }
387
387
  * *\/
388
- * // example id: createcachereplicationgroup-1474998730655
389
388
  * ```
390
389
  *
391
390
  * @example CreateReplicationGroup
392
391
  * ```javascript
393
392
  * // Creates a Redis (cluster mode enabled) replication group with two shards. One shard has one read replica node and the other shard has two read replicas.
394
393
  * const input = {
395
- * "AutoMinorVersionUpgrade": true,
396
- * "CacheNodeType": "cache.m3.medium",
397
- * "CacheParameterGroupName": "default.redis3.2.cluster.on",
398
- * "Engine": "redis",
399
- * "EngineVersion": "3.2.4",
400
- * "NodeGroupConfiguration": [
394
+ * AutoMinorVersionUpgrade: true,
395
+ * CacheNodeType: "cache.m3.medium",
396
+ * CacheParameterGroupName: "default.redis3.2.cluster.on",
397
+ * Engine: "redis",
398
+ * EngineVersion: "3.2.4",
399
+ * NodeGroupConfiguration: [
401
400
  * {
402
- * "PrimaryAvailabilityZone": "us-east-1c",
403
- * "ReplicaAvailabilityZones": [
401
+ * PrimaryAvailabilityZone: "us-east-1c",
402
+ * ReplicaAvailabilityZones: [
404
403
  * "us-east-1b"
405
404
  * ],
406
- * "ReplicaCount": 1,
407
- * "Slots": "0-8999"
405
+ * ReplicaCount: 1,
406
+ * Slots: "0-8999"
408
407
  * },
409
408
  * {
410
- * "PrimaryAvailabilityZone": "us-east-1a",
411
- * "ReplicaAvailabilityZones": [
409
+ * PrimaryAvailabilityZone: "us-east-1a",
410
+ * ReplicaAvailabilityZones: [
412
411
  * "us-east-1a",
413
412
  * "us-east-1c"
414
413
  * ],
415
- * "ReplicaCount": 2,
416
- * "Slots": "9000-16383"
414
+ * ReplicaCount: 2,
415
+ * Slots: "9000-16383"
417
416
  * }
418
417
  * ],
419
- * "NumNodeGroups": 2,
420
- * "ReplicationGroupDescription": "A multi-sharded replication group",
421
- * "ReplicationGroupId": "clustered-redis-rg",
422
- * "SnapshotRetentionLimit": 8
418
+ * NumNodeGroups: 2,
419
+ * ReplicationGroupDescription: "A multi-sharded replication group",
420
+ * ReplicationGroupId: "clustered-redis-rg",
421
+ * SnapshotRetentionLimit: 8
423
422
  * };
424
423
  * const command = new CreateReplicationGroupCommand(input);
425
424
  * const response = await client.send(command);
426
- * /* response ==
425
+ * /* response is
427
426
  * {
428
- * "ReplicationGroup": {
429
- * "AutomaticFailover": "enabled",
430
- * "Description": "Sharded replication group",
431
- * "MemberClusters": [
427
+ * ReplicationGroup: {
428
+ * AutomaticFailover: "enabled",
429
+ * Description: "Sharded replication group",
430
+ * MemberClusters: [
432
431
  * "rc-rg3-0001-001",
433
432
  * "rc-rg3-0001-002",
434
433
  * "rc-rg3-0002-001",
435
434
  * "rc-rg3-0002-002",
436
435
  * "rc-rg3-0002-003"
437
436
  * ],
438
- * "PendingModifiedValues": {},
439
- * "ReplicationGroupId": "clustered-redis-rg",
440
- * "SnapshotRetentionLimit": 8,
441
- * "SnapshotWindow": "05:30-06:30",
442
- * "Status": "creating"
437
+ * PendingModifiedValues: { /* empty *\/ },
438
+ * ReplicationGroupId: "clustered-redis-rg",
439
+ * SnapshotRetentionLimit: 8,
440
+ * SnapshotWindow: "05:30-06:30",
441
+ * Status: "creating"
443
442
  * }
444
443
  * }
445
444
  * *\/
446
- * // example id: createreplicationgroup-1483657035585
447
445
  * ```
448
446
  *
447
+ * @public
449
448
  */
450
449
  export declare class CreateReplicationGroupCommand extends CreateReplicationGroupCommand_base {
451
450
  /** @internal type navigation helper, not in runtime. */
@@ -160,6 +160,7 @@ declare const CreateServerlessCacheCommand_base: {
160
160
  * @throws {@link ElastiCacheServiceException}
161
161
  * <p>Base exception class for all service exceptions from ElastiCache service.</p>
162
162
  *
163
+ *
163
164
  * @public
164
165
  */
165
166
  export declare class CreateServerlessCacheCommand extends CreateServerlessCacheCommand_base {
@@ -102,6 +102,7 @@ declare const CreateServerlessCacheSnapshotCommand_base: {
102
102
  * @throws {@link ElastiCacheServiceException}
103
103
  * <p>Base exception class for all service exceptions from ElastiCache service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class CreateServerlessCacheSnapshotCommand extends CreateServerlessCacheSnapshotCommand_base {
@@ -162,96 +162,137 @@ declare const CreateSnapshotCommand_base: {
162
162
  * @throws {@link ElastiCacheServiceException}
163
163
  * <p>Base exception class for all service exceptions from ElastiCache service.</p>
164
164
  *
165
- * @public
165
+ *
166
+ * @example CreateSnapshot - NonClustered Redis, 2 read-replicas
167
+ * ```javascript
168
+ * // Creates a snapshot of a non-clustered Redis cluster that has only three nodes, primary and two read-replicas. CacheClusterId must be a specific node in the cluster.
169
+ * const input = {
170
+ * CacheClusterId: "threenoderedis-001",
171
+ * SnapshotName: "snapshot-2"
172
+ * };
173
+ * const command = new CreateSnapshotCommand(input);
174
+ * const response = await client.send(command);
175
+ * /* response is
176
+ * {
177
+ * Snapshot: {
178
+ * AutoMinorVersionUpgrade: true,
179
+ * CacheClusterCreateTime: "2017-02-03T15:43:36.278Z",
180
+ * CacheClusterId: "threenoderedis-001",
181
+ * CacheNodeType: "cache.m3.medium",
182
+ * CacheParameterGroupName: "default.redis3.2",
183
+ * CacheSubnetGroupName: "default",
184
+ * Engine: "redis",
185
+ * EngineVersion: "3.2.4",
186
+ * NodeSnapshots: [
187
+ * {
188
+ * CacheNodeCreateTime: "2017-02-03T15:43:36.278Z",
189
+ * CacheNodeId: "0001",
190
+ * CacheSize: ""
191
+ * }
192
+ * ],
193
+ * NumCacheNodes: 1,
194
+ * Port: 6379,
195
+ * PreferredAvailabilityZone: "us-west-2c",
196
+ * PreferredMaintenanceWindow: "sat:08:00-sat:09:00",
197
+ * SnapshotName: "snapshot-2",
198
+ * SnapshotRetentionLimit: 1,
199
+ * SnapshotSource: "manual",
200
+ * SnapshotStatus: "creating",
201
+ * SnapshotWindow: "00:00-01:00",
202
+ * VpcId: "vpc-73c3cd17"
203
+ * }
204
+ * }
205
+ * *\/
206
+ * ```
207
+ *
166
208
  * @example CreateSnapshot - NonClustered Redis, no read-replicas
167
209
  * ```javascript
168
210
  * // Creates a snapshot of a non-clustered Redis cluster that has only one node.
169
211
  * const input = {
170
- * "CacheClusterId": "onenoderedis",
171
- * "SnapshotName": "snapshot-1"
212
+ * CacheClusterId: "onenoderedis",
213
+ * SnapshotName: "snapshot-1"
172
214
  * };
173
215
  * const command = new CreateSnapshotCommand(input);
174
216
  * const response = await client.send(command);
175
- * /* response ==
217
+ * /* response is
176
218
  * {
177
- * "Snapshot": {
178
- * "AutoMinorVersionUpgrade": true,
179
- * "CacheClusterCreateTime": "2017-02-03T15:43:36.278Z",
180
- * "CacheClusterId": "onenoderedis",
181
- * "CacheNodeType": "cache.m3.medium",
182
- * "CacheParameterGroupName": "default.redis3.2",
183
- * "CacheSubnetGroupName": "default",
184
- * "Engine": "redis",
185
- * "EngineVersion": "3.2.4",
186
- * "NodeSnapshots": [
219
+ * Snapshot: {
220
+ * AutoMinorVersionUpgrade: true,
221
+ * CacheClusterCreateTime: "2017-02-03T15:43:36.278Z",
222
+ * CacheClusterId: "onenoderedis",
223
+ * CacheNodeType: "cache.m3.medium",
224
+ * CacheParameterGroupName: "default.redis3.2",
225
+ * CacheSubnetGroupName: "default",
226
+ * Engine: "redis",
227
+ * EngineVersion: "3.2.4",
228
+ * NodeSnapshots: [
187
229
  * {
188
- * "CacheNodeCreateTime": "2017-02-03T15:43:36.278Z",
189
- * "CacheNodeId": "0001",
190
- * "CacheSize": ""
230
+ * CacheNodeCreateTime: "2017-02-03T15:43:36.278Z",
231
+ * CacheNodeId: "0001",
232
+ * CacheSize: ""
191
233
  * }
192
234
  * ],
193
- * "NumCacheNodes": 1,
194
- * "Port": 6379,
195
- * "PreferredAvailabilityZone": "us-west-2c",
196
- * "PreferredMaintenanceWindow": "sat:08:00-sat:09:00",
197
- * "SnapshotName": "snapshot-1",
198
- * "SnapshotRetentionLimit": 1,
199
- * "SnapshotSource": "manual",
200
- * "SnapshotStatus": "creating",
201
- * "SnapshotWindow": "00:00-01:00",
202
- * "VpcId": "vpc-73c3cd17"
235
+ * NumCacheNodes: 1,
236
+ * Port: 6379,
237
+ * PreferredAvailabilityZone: "us-west-2c",
238
+ * PreferredMaintenanceWindow: "sat:08:00-sat:09:00",
239
+ * SnapshotName: "snapshot-1",
240
+ * SnapshotRetentionLimit: 1,
241
+ * SnapshotSource: "manual",
242
+ * SnapshotStatus: "creating",
243
+ * SnapshotWindow: "00:00-01:00",
244
+ * VpcId: "vpc-73c3cd17"
203
245
  * }
204
246
  * }
205
247
  * *\/
206
- * // example id: createsnapshot-1474999681024
207
248
  * ```
208
249
  *
209
250
  * @example CreateSnapshot-clustered Redis
210
251
  * ```javascript
211
252
  * // Creates a snapshot of a clustered Redis cluster that has 2 shards, each with a primary and 4 read-replicas.
212
253
  * const input = {
213
- * "ReplicationGroupId": "clusteredredis",
214
- * "SnapshotName": "snapshot-2x5"
254
+ * ReplicationGroupId: "clusteredredis",
255
+ * SnapshotName: "snapshot-2x5"
215
256
  * };
216
257
  * const command = new CreateSnapshotCommand(input);
217
258
  * const response = await client.send(command);
218
- * /* response ==
259
+ * /* response is
219
260
  * {
220
- * "Snapshot": {
221
- * "AutoMinorVersionUpgrade": true,
222
- * "AutomaticFailover": "enabled",
223
- * "CacheNodeType": "cache.m3.medium",
224
- * "CacheParameterGroupName": "default.redis3.2.cluster.on",
225
- * "CacheSubnetGroupName": "default",
226
- * "Engine": "redis",
227
- * "EngineVersion": "3.2.4",
228
- * "NodeSnapshots": [
261
+ * Snapshot: {
262
+ * AutoMinorVersionUpgrade: true,
263
+ * AutomaticFailover: "enabled",
264
+ * CacheNodeType: "cache.m3.medium",
265
+ * CacheParameterGroupName: "default.redis3.2.cluster.on",
266
+ * CacheSubnetGroupName: "default",
267
+ * Engine: "redis",
268
+ * EngineVersion: "3.2.4",
269
+ * NodeSnapshots: [
229
270
  * {
230
- * "CacheSize": "",
231
- * "NodeGroupId": "0001"
271
+ * CacheSize: "",
272
+ * NodeGroupId: "0001"
232
273
  * },
233
274
  * {
234
- * "CacheSize": "",
235
- * "NodeGroupId": "0002"
275
+ * CacheSize: "",
276
+ * NodeGroupId: "0002"
236
277
  * }
237
278
  * ],
238
- * "NumNodeGroups": 2,
239
- * "Port": 6379,
240
- * "PreferredMaintenanceWindow": "mon:09:30-mon:10:30",
241
- * "ReplicationGroupDescription": "Redis cluster with 2 shards.",
242
- * "ReplicationGroupId": "clusteredredis",
243
- * "SnapshotName": "snapshot-2x5",
244
- * "SnapshotRetentionLimit": 1,
245
- * "SnapshotSource": "manual",
246
- * "SnapshotStatus": "creating",
247
- * "SnapshotWindow": "12:00-13:00",
248
- * "VpcId": "vpc-73c3cd17"
279
+ * NumNodeGroups: 2,
280
+ * Port: 6379,
281
+ * PreferredMaintenanceWindow: "mon:09:30-mon:10:30",
282
+ * ReplicationGroupDescription: "Redis cluster with 2 shards.",
283
+ * ReplicationGroupId: "clusteredredis",
284
+ * SnapshotName: "snapshot-2x5",
285
+ * SnapshotRetentionLimit: 1,
286
+ * SnapshotSource: "manual",
287
+ * SnapshotStatus: "creating",
288
+ * SnapshotWindow: "12:00-13:00",
289
+ * VpcId: "vpc-73c3cd17"
249
290
  * }
250
291
  * }
251
292
  * *\/
252
- * // example id: createsnapshot-clustered-redis-1486144841758
253
293
  * ```
254
294
  *
295
+ * @public
255
296
  */
256
297
  export declare class CreateSnapshotCommand extends CreateSnapshotCommand_base {
257
298
  /** @internal type navigation helper, not in runtime. */
@@ -110,6 +110,7 @@ declare const CreateUserCommand_base: {
110
110
  * @throws {@link ElastiCacheServiceException}
111
111
  * <p>Base exception class for all service exceptions from ElastiCache service.</p>
112
112
  *
113
+ *
113
114
  * @public
114
115
  */
115
116
  export declare class CreateUserCommand extends CreateUserCommand_base {
@@ -113,6 +113,7 @@ declare const CreateUserGroupCommand_base: {
113
113
  * @throws {@link ElastiCacheServiceException}
114
114
  * <p>Base exception class for all service exceptions from ElastiCache service.</p>
115
115
  *
116
+ *
116
117
  * @public
117
118
  */
118
119
  export declare class CreateUserGroupCommand extends CreateUserGroupCommand_base {
@@ -101,6 +101,7 @@ declare const DecreaseNodeGroupsInGlobalReplicationGroupCommand_base: {
101
101
  * @throws {@link ElastiCacheServiceException}
102
102
  * <p>Base exception class for all service exceptions from ElastiCache service.</p>
103
103
  *
104
+ *
104
105
  * @public
105
106
  */
106
107
  export declare class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends DecreaseNodeGroupsInGlobalReplicationGroupCommand_base {
@@ -234,6 +234,7 @@ declare const DecreaseReplicaCountCommand_base: {
234
234
  * @throws {@link ElastiCacheServiceException}
235
235
  * <p>Base exception class for all service exceptions from ElastiCache service.</p>
236
236
  *
237
+ *
237
238
  * @public
238
239
  */
239
240
  export declare class DecreaseReplicaCountCommand extends DecreaseReplicaCountCommand_base {
@@ -226,47 +226,47 @@ declare const DeleteCacheClusterCommand_base: {
226
226
  * @throws {@link ElastiCacheServiceException}
227
227
  * <p>Base exception class for all service exceptions from ElastiCache service.</p>
228
228
  *
229
- * @public
229
+ *
230
230
  * @example DeleteCacheCluster
231
231
  * ```javascript
232
232
  * // Deletes an Amazon ElastiCache cluster.
233
233
  * const input = {
234
- * "CacheClusterId": "my-memcached"
234
+ * CacheClusterId: "my-memcached"
235
235
  * };
236
236
  * const command = new DeleteCacheClusterCommand(input);
237
237
  * const response = await client.send(command);
238
- * /* response ==
238
+ * /* response is
239
239
  * {
240
- * "CacheCluster": {
241
- * "AutoMinorVersionUpgrade": true,
242
- * "CacheClusterCreateTime": "2016-12-22T16:05:17.314Z",
243
- * "CacheClusterId": "my-memcached",
244
- * "CacheClusterStatus": "deleting",
245
- * "CacheNodeType": "cache.r3.large",
246
- * "CacheParameterGroup": {
247
- * "CacheNodeIdsToReboot": [],
248
- * "CacheParameterGroupName": "default.memcached1.4",
249
- * "ParameterApplyStatus": "in-sync"
240
+ * CacheCluster: {
241
+ * AutoMinorVersionUpgrade: true,
242
+ * CacheClusterCreateTime: "2016-12-22T16:05:17.314Z",
243
+ * CacheClusterId: "my-memcached",
244
+ * CacheClusterStatus: "deleting",
245
+ * CacheNodeType: "cache.r3.large",
246
+ * CacheParameterGroup: {
247
+ * CacheNodeIdsToReboot: [],
248
+ * CacheParameterGroupName: "default.memcached1.4",
249
+ * ParameterApplyStatus: "in-sync"
250
250
  * },
251
- * "CacheSecurityGroups": [],
252
- * "CacheSubnetGroupName": "default",
253
- * "ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:",
254
- * "ConfigurationEndpoint": {
255
- * "Address": "my-memcached2.ameaqx.cfg.use1.cache.amazonaws.com",
256
- * "Port": 11211
251
+ * CacheSecurityGroups: [],
252
+ * CacheSubnetGroupName: "default",
253
+ * ClientDownloadLandingPage: "https://console.aws.amazon.com/elasticache/home#client-download:",
254
+ * ConfigurationEndpoint: {
255
+ * Address: "my-memcached2.ameaqx.cfg.use1.cache.amazonaws.com",
256
+ * Port: 11211
257
257
  * },
258
- * "Engine": "memcached",
259
- * "EngineVersion": "1.4.24",
260
- * "NumCacheNodes": 2,
261
- * "PendingModifiedValues": {},
262
- * "PreferredAvailabilityZone": "Multiple",
263
- * "PreferredMaintenanceWindow": "tue:07:30-tue:08:30"
258
+ * Engine: "memcached",
259
+ * EngineVersion: "1.4.24",
260
+ * NumCacheNodes: 2,
261
+ * PendingModifiedValues: { /* empty *\/ },
262
+ * PreferredAvailabilityZone: "Multiple",
263
+ * PreferredMaintenanceWindow: "tue:07:30-tue:08:30"
264
264
  * }
265
265
  * }
266
266
  * *\/
267
- * // example id: deletecachecluster-1475010605291
268
267
  * ```
269
268
  *
269
+ * @public
270
270
  */
271
271
  export declare class DeleteCacheClusterCommand extends DeleteCacheClusterCommand_base {
272
272
  /** @internal type navigation helper, not in runtime. */
@@ -24,6 +24,7 @@ export interface DeleteCacheParameterGroupCommandOutput extends __MetadataBearer
24
24
  declare const DeleteCacheParameterGroupCommand_base: {
25
25
  new (input: DeleteCacheParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCacheParameterGroupCommandInput, DeleteCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (__0_0: DeleteCacheParameterGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCacheParameterGroupCommandInput, DeleteCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ /** @internal type navigation helper, not in runtime. */
27
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
29
  };
29
30
  /**
@@ -68,18 +69,21 @@ declare const DeleteCacheParameterGroupCommand_base: {
68
69
  * @throws {@link ElastiCacheServiceException}
69
70
  * <p>Base exception class for all service exceptions from ElastiCache service.</p>
70
71
  *
71
- * @public
72
+ *
72
73
  * @example DeleteCacheParameterGroup
73
74
  * ```javascript
74
75
  * // Deletes the Amazon ElastiCache parameter group custom-mem1-4.
75
76
  * const input = {
76
- * "CacheParameterGroupName": "custom-mem1-4"
77
+ * CacheParameterGroupName: "custom-mem1-4"
77
78
  * };
78
79
  * const command = new DeleteCacheParameterGroupCommand(input);
79
- * await client.send(command);
80
- * // example id: deletecacheparametergroup-1475010933957
80
+ * const response = await client.send(command);
81
+ * /* response is
82
+ * { /* metadata only *\/ }
83
+ * *\/
81
84
  * ```
82
85
  *
86
+ * @public
83
87
  */
84
88
  export declare class DeleteCacheParameterGroupCommand extends DeleteCacheParameterGroupCommand_base {
85
89
  /** @internal type navigation helper, not in runtime. */
@@ -69,18 +69,21 @@ declare const DeleteCacheSecurityGroupCommand_base: {
69
69
  * @throws {@link ElastiCacheServiceException}
70
70
  * <p>Base exception class for all service exceptions from ElastiCache service.</p>
71
71
  *
72
- * @public
72
+ *
73
73
  * @example DeleteCacheSecurityGroup
74
74
  * ```javascript
75
75
  * // Deletes a cache security group.
76
76
  * const input = {
77
- * "CacheSecurityGroupName": "my-sec-group"
77
+ * CacheSecurityGroupName: "my-sec-group"
78
78
  * };
79
79
  * const command = new DeleteCacheSecurityGroupCommand(input);
80
- * await client.send(command);
81
- * // example id: deletecachesecuritygroup-1483046967507
80
+ * const response = await client.send(command);
81
+ * /* response is
82
+ * { /* metadata only *\/ }
83
+ * *\/
82
84
  * ```
83
85
  *
86
+ * @public
84
87
  */
85
88
  export declare class DeleteCacheSecurityGroupCommand extends DeleteCacheSecurityGroupCommand_base {
86
89
  /** @internal type navigation helper, not in runtime. */
@@ -63,18 +63,21 @@ declare const DeleteCacheSubnetGroupCommand_base: {
63
63
  * @throws {@link ElastiCacheServiceException}
64
64
  * <p>Base exception class for all service exceptions from ElastiCache service.</p>
65
65
  *
66
- * @public
66
+ *
67
67
  * @example DeleteCacheSubnetGroup
68
68
  * ```javascript
69
69
  * // Deletes the Amazon ElastiCache subnet group my-subnet-group.
70
70
  * const input = {
71
- * "CacheSubnetGroupName": "my-subnet-group"
71
+ * CacheSubnetGroupName: "my-subnet-group"
72
72
  * };
73
73
  * const command = new DeleteCacheSubnetGroupCommand(input);
74
- * await client.send(command);
75
- * // example id: deletecachesubnetgroup-1475011431325
74
+ * const response = await client.send(command);
75
+ * /* response is
76
+ * { /* metadata only *\/ }
77
+ * *\/
76
78
  * ```
77
79
  *
80
+ * @public
78
81
  */
79
82
  export declare class DeleteCacheSubnetGroupCommand extends DeleteCacheSubnetGroupCommand_base {
80
83
  /** @internal type navigation helper, not in runtime. */
@@ -111,6 +111,7 @@ declare const DeleteGlobalReplicationGroupCommand_base: {
111
111
  * @throws {@link ElastiCacheServiceException}
112
112
  * <p>Base exception class for all service exceptions from ElastiCache service.</p>
113
113
  *
114
+ *
114
115
  * @public
115
116
  */
116
117
  export declare class DeleteGlobalReplicationGroupCommand extends DeleteGlobalReplicationGroupCommand_base {
@@ -228,30 +228,30 @@ declare const DeleteReplicationGroupCommand_base: {
228
228
  * @throws {@link ElastiCacheServiceException}
229
229
  * <p>Base exception class for all service exceptions from ElastiCache service.</p>
230
230
  *
231
- * @public
231
+ *
232
232
  * @example DeleteReplicationGroup
233
233
  * ```javascript
234
234
  * // Deletes the Amazon ElastiCache replication group my-redis-rg.
235
235
  * const input = {
236
- * "ReplicationGroupId": "my-redis-rg",
237
- * "RetainPrimaryCluster": false
236
+ * ReplicationGroupId: "my-redis-rg",
237
+ * RetainPrimaryCluster: false
238
238
  * };
239
239
  * const command = new DeleteReplicationGroupCommand(input);
240
240
  * const response = await client.send(command);
241
- * /* response ==
241
+ * /* response is
242
242
  * {
243
- * "ReplicationGroup": {
244
- * "AutomaticFailover": "disabled",
245
- * "Description": "simple redis cluster",
246
- * "PendingModifiedValues": {},
247
- * "ReplicationGroupId": "my-redis-rg",
248
- * "Status": "deleting"
243
+ * ReplicationGroup: {
244
+ * AutomaticFailover: "disabled",
245
+ * Description: "simple redis cluster",
246
+ * PendingModifiedValues: { /* empty *\/ },
247
+ * ReplicationGroupId: "my-redis-rg",
248
+ * Status: "deleting"
249
249
  * }
250
250
  * }
251
251
  * *\/
252
- * // example id: deletereplicationgroup-1475011641804
253
252
  * ```
254
253
  *
254
+ * @public
255
255
  */
256
256
  export declare class DeleteReplicationGroupCommand extends DeleteReplicationGroupCommand_base {
257
257
  /** @internal type navigation helper, not in runtime. */
@@ -119,6 +119,7 @@ declare const DeleteServerlessCacheCommand_base: {
119
119
  * @throws {@link ElastiCacheServiceException}
120
120
  * <p>Base exception class for all service exceptions from ElastiCache service.</p>
121
121
  *
122
+ *
122
123
  * @public
123
124
  */
124
125
  export declare class DeleteServerlessCacheCommand extends DeleteServerlessCacheCommand_base {
@@ -80,6 +80,7 @@ declare const DeleteServerlessCacheSnapshotCommand_base: {
80
80
  * @throws {@link ElastiCacheServiceException}
81
81
  * <p>Base exception class for all service exceptions from ElastiCache service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class DeleteServerlessCacheSnapshotCommand extends DeleteServerlessCacheSnapshotCommand_base {