@aws-sdk/client-elasticache 3.288.0 → 3.290.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 (66) hide show
  1. package/dist-types/commands/AddTagsToResourceCommand.d.ts +72 -0
  2. package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +29 -0
  3. package/dist-types/commands/BatchApplyUpdateActionCommand.d.ts +7 -0
  4. package/dist-types/commands/BatchStopUpdateActionCommand.d.ts +7 -0
  5. package/dist-types/commands/CompleteMigrationCommand.d.ts +10 -0
  6. package/dist-types/commands/CopySnapshotCommand.d.ts +67 -0
  7. package/dist-types/commands/CreateCacheClusterCommand.d.ts +86 -0
  8. package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +41 -0
  9. package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +28 -0
  10. package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +66 -0
  11. package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateReplicationGroupCommand.d.ts +153 -0
  13. package/dist-types/commands/CreateSnapshotCommand.d.ts +130 -0
  14. package/dist-types/commands/CreateUserCommand.d.ts +22 -0
  15. package/dist-types/commands/CreateUserGroupCommand.d.ts +25 -0
  16. package/dist-types/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +13 -0
  17. package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +39 -0
  18. package/dist-types/commands/DeleteCacheClusterCommand.d.ts +72 -0
  19. package/dist-types/commands/DeleteCacheParameterGroupCommand.d.ts +24 -0
  20. package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +24 -0
  21. package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +18 -0
  22. package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +10 -0
  23. package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +55 -0
  24. package/dist-types/commands/DeleteSnapshotCommand.d.ts +56 -0
  25. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteUserGroupCommand.d.ts +13 -0
  27. package/dist-types/commands/DescribeCacheClustersCommand.d.ts +52 -0
  28. package/dist-types/commands/DescribeCacheEngineVersionsCommand.d.ts +100 -0
  29. package/dist-types/commands/DescribeCacheParameterGroupsCommand.d.ts +32 -0
  30. package/dist-types/commands/DescribeCacheParametersCommand.d.ts +413 -0
  31. package/dist-types/commands/DescribeCacheSecurityGroupsCommand.d.ts +21 -0
  32. package/dist-types/commands/DescribeCacheSubnetGroupsCommand.d.ts +53 -0
  33. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +621 -0
  34. package/dist-types/commands/DescribeEventsCommand.d.ts +56 -0
  35. package/dist-types/commands/DescribeGlobalReplicationGroupsCommand.d.ts +10 -0
  36. package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +73 -0
  37. package/dist-types/commands/DescribeReservedCacheNodesCommand.d.ts +21 -0
  38. package/dist-types/commands/DescribeReservedCacheNodesOfferingsCommand.d.ts +283 -0
  39. package/dist-types/commands/DescribeServiceUpdatesCommand.d.ts +10 -0
  40. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +59 -0
  41. package/dist-types/commands/DescribeUpdateActionsCommand.d.ts +7 -0
  42. package/dist-types/commands/DescribeUserGroupsCommand.d.ts +10 -0
  43. package/dist-types/commands/DescribeUsersCommand.d.ts +10 -0
  44. package/dist-types/commands/DisassociateGlobalReplicationGroupCommand.d.ts +13 -0
  45. package/dist-types/commands/FailoverGlobalReplicationGroupCommand.d.ts +13 -0
  46. package/dist-types/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.d.ts +10 -0
  47. package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +39 -0
  48. package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +38 -0
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +59 -0
  50. package/dist-types/commands/ModifyCacheClusterCommand.d.ts +75 -0
  51. package/dist-types/commands/ModifyCacheParameterGroupCommand.d.ts +42 -0
  52. package/dist-types/commands/ModifyCacheSubnetGroupCommand.d.ts +72 -0
  53. package/dist-types/commands/ModifyGlobalReplicationGroupCommand.d.ts +10 -0
  54. package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +124 -0
  55. package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +33 -0
  56. package/dist-types/commands/ModifyUserCommand.d.ts +16 -0
  57. package/dist-types/commands/ModifyUserGroupCommand.d.ts +25 -0
  58. package/dist-types/commands/PurchaseReservedCacheNodesOfferingCommand.d.ts +30 -0
  59. package/dist-types/commands/RebalanceSlotsInGlobalReplicationGroupCommand.d.ts +10 -0
  60. package/dist-types/commands/RebootCacheClusterCommand.d.ts +51 -0
  61. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +79 -0
  62. package/dist-types/commands/ResetCacheParameterGroupCommand.d.ts +33 -0
  63. package/dist-types/commands/RevokeCacheSecurityGroupIngressCommand.d.ts +29 -0
  64. package/dist-types/commands/StartMigrationCommand.d.ts +13 -0
  65. package/dist-types/commands/TestFailoverCommand.d.ts +29 -0
  66. package/package.json +30 -30
@@ -29,6 +29,16 @@ export interface DescribeGlobalReplicationGroupsCommandOutput extends DescribeGl
29
29
  * @see {@link DescribeGlobalReplicationGroupsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
31
31
  *
32
+ * @throws {@link GlobalReplicationGroupNotFoundFault} (client fault)
33
+ * <p>The Global datastore does not exist</p>
34
+ *
35
+ * @throws {@link InvalidParameterCombinationException} (client fault)
36
+ * <p>Two or more incompatible parameters were specified.</p>
37
+ *
38
+ * @throws {@link InvalidParameterValueException} (client fault)
39
+ * <p>The value for a parameter is invalid.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class DescribeGlobalReplicationGroupsCommand extends $Command<DescribeGlobalReplicationGroupsCommandInput, DescribeGlobalReplicationGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
34
44
  readonly input: DescribeGlobalReplicationGroupsCommandInput;
@@ -34,6 +34,79 @@ export interface DescribeReplicationGroupsCommandOutput extends ReplicationGroup
34
34
  * @see {@link DescribeReplicationGroupsCommandOutput} for command's `response` shape.
35
35
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
36
36
  *
37
+ * @throws {@link InvalidParameterCombinationException} (client fault)
38
+ * <p>Two or more incompatible parameters were specified.</p>
39
+ *
40
+ * @throws {@link InvalidParameterValueException} (client fault)
41
+ * <p>The value for a parameter is invalid.</p>
42
+ *
43
+ * @throws {@link ReplicationGroupNotFoundFault} (client fault)
44
+ * <p>The specified replication group does not exist.</p>
45
+ *
46
+ *
47
+ * @example DescribeReplicationGroups
48
+ * ```javascript
49
+ * // Returns information about the replication group myreplgroup.
50
+ * const input = {};
51
+ * const command = new DescribeReplicationGroupsCommand(input);
52
+ * const response = await client.send(command);
53
+ * /* response ==
54
+ * {
55
+ * "Marker": "",
56
+ * "ReplicationGroups": [
57
+ * {
58
+ * "AutomaticFailover": "enabled",
59
+ * "Description": "Test cluster",
60
+ * "MemberClusters": [
61
+ * "clustered-redis-0001-001",
62
+ * "clustered-redis-0001-002",
63
+ * "clustered-redis-0002-001",
64
+ * "clustered-redis-0002-002"
65
+ * ],
66
+ * "NodeGroups": [
67
+ * {
68
+ * "NodeGroupId": "0001",
69
+ * "NodeGroupMembers": [
70
+ * {
71
+ * "CacheClusterId": "clustered-redis-0001-001",
72
+ * "CacheNodeId": "0001",
73
+ * "PreferredAvailabilityZone": "us-east-1e"
74
+ * },
75
+ * {
76
+ * "CacheClusterId": "clustered-redis-0001-002",
77
+ * "CacheNodeId": "0001",
78
+ * "PreferredAvailabilityZone": "us-east-1c"
79
+ * }
80
+ * ],
81
+ * "Status": "available"
82
+ * },
83
+ * {
84
+ * "NodeGroupId": "0002",
85
+ * "NodeGroupMembers": [
86
+ * {
87
+ * "CacheClusterId": "clustered-redis-0002-001",
88
+ * "CacheNodeId": "0001",
89
+ * "PreferredAvailabilityZone": "us-east-1c"
90
+ * },
91
+ * {
92
+ * "CacheClusterId": "clustered-redis-0002-002",
93
+ * "CacheNodeId": "0001",
94
+ * "PreferredAvailabilityZone": "us-east-1b"
95
+ * }
96
+ * ],
97
+ * "Status": "available"
98
+ * }
99
+ * ],
100
+ * "PendingModifiedValues": {},
101
+ * "ReplicationGroupId": "clustered-redis",
102
+ * "Status": "available"
103
+ * }
104
+ * ]
105
+ * }
106
+ * *\/
107
+ * // example id: describereplicationgroups-1481742639427
108
+ * ```
109
+ *
37
110
  */
38
111
  export declare class DescribeReplicationGroupsCommand extends $Command<DescribeReplicationGroupsCommandInput, DescribeReplicationGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
39
112
  readonly input: DescribeReplicationGroupsCommandInput;
@@ -30,6 +30,27 @@ export interface DescribeReservedCacheNodesCommandOutput extends ReservedCacheNo
30
30
  * @see {@link DescribeReservedCacheNodesCommandOutput} for command's `response` shape.
31
31
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidParameterCombinationException} (client fault)
34
+ * <p>Two or more incompatible parameters were specified.</p>
35
+ *
36
+ * @throws {@link InvalidParameterValueException} (client fault)
37
+ * <p>The value for a parameter is invalid.</p>
38
+ *
39
+ * @throws {@link ReservedCacheNodeNotFoundFault} (client fault)
40
+ * <p>The requested reserved cache node was not found.</p>
41
+ *
42
+ *
43
+ * @example DescribeReservedCacheNodes
44
+ * ```javascript
45
+ * // Returns information about reserved cache nodes for this account, or about a specified reserved cache node. If the account has no reserved cache nodes, the operation returns an empty list, as shown here.
46
+ * const input = {
47
+ * "MaxRecords": 25
48
+ * };
49
+ * const command = new DescribeReservedCacheNodesCommand(input);
50
+ * await client.send(command);
51
+ * // example id: describereservedcachenodes-1481742348045
52
+ * ```
53
+ *
33
54
  */
34
55
  export declare class DescribeReservedCacheNodesCommand extends $Command<DescribeReservedCacheNodesCommandInput, DescribeReservedCacheNodesCommandOutput, ElastiCacheClientResolvedConfig> {
35
56
  readonly input: DescribeReservedCacheNodesCommandInput;
@@ -30,6 +30,289 @@ export interface DescribeReservedCacheNodesOfferingsCommandOutput extends Reserv
30
30
  * @see {@link DescribeReservedCacheNodesOfferingsCommandOutput} for command's `response` shape.
31
31
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidParameterCombinationException} (client fault)
34
+ * <p>Two or more incompatible parameters were specified.</p>
35
+ *
36
+ * @throws {@link InvalidParameterValueException} (client fault)
37
+ * <p>The value for a parameter is invalid.</p>
38
+ *
39
+ * @throws {@link ReservedCacheNodesOfferingNotFoundFault} (client fault)
40
+ * <p>The requested cache node offering does not exist.</p>
41
+ *
42
+ *
43
+ * @example DescribeReseredCacheNodeOfferings
44
+ * ```javascript
45
+ * // Lists available reserved cache node offerings.
46
+ * const input = {
47
+ * "MaxRecords": 20
48
+ * };
49
+ * const command = new DescribeReservedCacheNodesOfferingsCommand(input);
50
+ * const response = await client.send(command);
51
+ * /* response ==
52
+ * {
53
+ * "Marker": "1ef01f5b-433f-94ff-a530-61a56bfc8e7a",
54
+ * "ReservedCacheNodesOfferings": [
55
+ * {
56
+ * "CacheNodeType": "cache.m1.small",
57
+ * "Duration": 94608000,
58
+ * "FixedPrice": 157,
59
+ * "OfferingType": "Medium Utilization",
60
+ * "ProductDescription": "memcached",
61
+ * "RecurringCharges": [],
62
+ * "ReservedCacheNodesOfferingId": "0167633d-37f6-4222-b872-b1f22eb79ba4",
63
+ * "UsagePrice": 0.017
64
+ * },
65
+ * {
66
+ * "CacheNodeType": "cache.m4.xlarge",
67
+ * "Duration": 94608000,
68
+ * "FixedPrice": 1248,
69
+ * "OfferingType": "Heavy Utilization",
70
+ * "ProductDescription": "redis",
71
+ * "RecurringCharges": [
72
+ * {
73
+ * "RecurringChargeAmount": 0.077,
74
+ * "RecurringChargeFrequency": "Hourly"
75
+ * }
76
+ * ],
77
+ * "ReservedCacheNodesOfferingId": "02c04e13-baca-4e71-9ceb-620eed94827d",
78
+ * "UsagePrice": 0
79
+ * },
80
+ * {
81
+ * "CacheNodeType": "cache.m2.4xlarge",
82
+ * "Duration": 94608000,
83
+ * "FixedPrice": 2381,
84
+ * "OfferingType": "Medium Utilization",
85
+ * "ProductDescription": "memcached",
86
+ * "RecurringCharges": [],
87
+ * "ReservedCacheNodesOfferingId": "02e1755e-76e8-48e3-8d82-820a5726a458",
88
+ * "UsagePrice": 0.276
89
+ * },
90
+ * {
91
+ * "CacheNodeType": "cache.m1.small",
92
+ * "Duration": 94608000,
93
+ * "FixedPrice": 188,
94
+ * "OfferingType": "Heavy Utilization",
95
+ * "ProductDescription": "redis",
96
+ * "RecurringCharges": [
97
+ * {
98
+ * "RecurringChargeAmount": 0.013,
99
+ * "RecurringChargeFrequency": "Hourly"
100
+ * }
101
+ * ],
102
+ * "ReservedCacheNodesOfferingId": "03315215-7b87-421a-a3dd-785021e4113f",
103
+ * "UsagePrice": 0
104
+ * },
105
+ * {
106
+ * "CacheNodeType": "cache.m4.10xlarge",
107
+ * "Duration": 31536000,
108
+ * "FixedPrice": 6158,
109
+ * "OfferingType": "Heavy Utilization",
110
+ * "ProductDescription": "redis",
111
+ * "RecurringCharges": [
112
+ * {
113
+ * "RecurringChargeAmount": 1.125,
114
+ * "RecurringChargeFrequency": "Hourly"
115
+ * }
116
+ * ],
117
+ * "ReservedCacheNodesOfferingId": "05ffbb44-2ace-4476-a2a5-8ec99f866fb3",
118
+ * "UsagePrice": 0
119
+ * },
120
+ * {
121
+ * "CacheNodeType": "cache.m1.small",
122
+ * "Duration": 31536000,
123
+ * "FixedPrice": 101,
124
+ * "OfferingType": "Medium Utilization",
125
+ * "ProductDescription": "redis",
126
+ * "RecurringCharges": [],
127
+ * "ReservedCacheNodesOfferingId": "065c71ae-4a4e-4f1e-bebf-37525f4c6cb2",
128
+ * "UsagePrice": 0.023
129
+ * },
130
+ * {
131
+ * "CacheNodeType": "cache.m1.medium",
132
+ * "Duration": 94608000,
133
+ * "FixedPrice": 314,
134
+ * "OfferingType": "Medium Utilization",
135
+ * "ProductDescription": "memcached",
136
+ * "RecurringCharges": [],
137
+ * "ReservedCacheNodesOfferingId": "06774b12-7f5e-48c1-907a-f286c63f327d",
138
+ * "UsagePrice": 0.034
139
+ * },
140
+ * {
141
+ * "CacheNodeType": "cache.m2.xlarge",
142
+ * "Duration": 31536000,
143
+ * "FixedPrice": 163,
144
+ * "OfferingType": "Light Utilization",
145
+ * "ProductDescription": "memcached",
146
+ * "RecurringCharges": [],
147
+ * "ReservedCacheNodesOfferingId": "0924ac6b-847f-4761-ba6b-4290b2adf719",
148
+ * "UsagePrice": 0.137
149
+ * },
150
+ * {
151
+ * "CacheNodeType": "cache.m2.xlarge",
152
+ * "Duration": 94608000,
153
+ * "FixedPrice": 719,
154
+ * "OfferingType": "Heavy Utilization",
155
+ * "ProductDescription": "redis",
156
+ * "RecurringCharges": [
157
+ * {
158
+ * "RecurringChargeAmount": 0.049,
159
+ * "RecurringChargeFrequency": "Hourly"
160
+ * }
161
+ * ],
162
+ * "ReservedCacheNodesOfferingId": "09eeb126-69b6-4d3f-8f94-ca3510629f53",
163
+ * "UsagePrice": 0
164
+ * },
165
+ * {
166
+ * "CacheNodeType": "cache.r3.2xlarge",
167
+ * "Duration": 94608000,
168
+ * "FixedPrice": 4132,
169
+ * "OfferingType": "Heavy Utilization",
170
+ * "ProductDescription": "redis",
171
+ * "RecurringCharges": [
172
+ * {
173
+ * "RecurringChargeAmount": 0.182,
174
+ * "RecurringChargeFrequency": "Hourly"
175
+ * }
176
+ * ],
177
+ * "ReservedCacheNodesOfferingId": "0a516ad8-557f-4310-9dd0-2448c2ff4d62",
178
+ * "UsagePrice": 0
179
+ * },
180
+ * {
181
+ * "CacheNodeType": "cache.c1.xlarge",
182
+ * "Duration": 94608000,
183
+ * "FixedPrice": 875,
184
+ * "OfferingType": "Light Utilization",
185
+ * "ProductDescription": "memcached",
186
+ * "RecurringCharges": [],
187
+ * "ReservedCacheNodesOfferingId": "0b0c1cc5-2177-4150-95d7-c67ec34dcb19",
188
+ * "UsagePrice": 0.363
189
+ * },
190
+ * {
191
+ * "CacheNodeType": "cache.m4.10xlarge",
192
+ * "Duration": 94608000,
193
+ * "FixedPrice": 12483,
194
+ * "OfferingType": "Heavy Utilization",
195
+ * "ProductDescription": "memcached",
196
+ * "RecurringCharges": [
197
+ * {
198
+ * "RecurringChargeAmount": 0.76,
199
+ * "RecurringChargeFrequency": "Hourly"
200
+ * }
201
+ * ],
202
+ * "ReservedCacheNodesOfferingId": "0c2b139b-1cff-43d0-8fba-0c753f9b1950",
203
+ * "UsagePrice": 0
204
+ * },
205
+ * {
206
+ * "CacheNodeType": "cache.c1.xlarge",
207
+ * "Duration": 31536000,
208
+ * "FixedPrice": 1620,
209
+ * "OfferingType": "Heavy Utilization",
210
+ * "ProductDescription": "memcached",
211
+ * "RecurringCharges": [
212
+ * {
213
+ * "RecurringChargeAmount": 0.207,
214
+ * "RecurringChargeFrequency": "Hourly"
215
+ * }
216
+ * ],
217
+ * "ReservedCacheNodesOfferingId": "0c52115b-38cb-47a2-8dbc-e02e40b6a13f",
218
+ * "UsagePrice": 0
219
+ * },
220
+ * {
221
+ * "CacheNodeType": "cache.m2.4xlarge",
222
+ * "Duration": 94608000,
223
+ * "FixedPrice": 2381,
224
+ * "OfferingType": "Medium Utilization",
225
+ * "ProductDescription": "redis",
226
+ * "RecurringCharges": [],
227
+ * "ReservedCacheNodesOfferingId": "12fcb19c-5416-4e1d-934f-28f1e2cb8599",
228
+ * "UsagePrice": 0.276
229
+ * },
230
+ * {
231
+ * "CacheNodeType": "cache.m4.xlarge",
232
+ * "Duration": 31536000,
233
+ * "FixedPrice": 616,
234
+ * "OfferingType": "Heavy Utilization",
235
+ * "ProductDescription": "memcached",
236
+ * "RecurringCharges": [
237
+ * {
238
+ * "RecurringChargeAmount": 0.112,
239
+ * "RecurringChargeFrequency": "Hourly"
240
+ * }
241
+ * ],
242
+ * "ReservedCacheNodesOfferingId": "13af20ad-914d-4d8b-9763-fa2e565f3549",
243
+ * "UsagePrice": 0
244
+ * },
245
+ * {
246
+ * "CacheNodeType": "cache.r3.8xlarge",
247
+ * "Duration": 94608000,
248
+ * "FixedPrice": 16528,
249
+ * "OfferingType": "Heavy Utilization",
250
+ * "ProductDescription": "memcached",
251
+ * "RecurringCharges": [
252
+ * {
253
+ * "RecurringChargeAmount": 0.729,
254
+ * "RecurringChargeFrequency": "Hourly"
255
+ * }
256
+ * ],
257
+ * "ReservedCacheNodesOfferingId": "14da3d3f-b526-4dbf-b09b-355578b2a576",
258
+ * "UsagePrice": 0
259
+ * },
260
+ * {
261
+ * "CacheNodeType": "cache.m1.medium",
262
+ * "Duration": 94608000,
263
+ * "FixedPrice": 140,
264
+ * "OfferingType": "Light Utilization",
265
+ * "ProductDescription": "redis",
266
+ * "RecurringCharges": [],
267
+ * "ReservedCacheNodesOfferingId": "15d7018c-71fb-4717-8409-4bdcdca18da7",
268
+ * "UsagePrice": 0.052
269
+ * },
270
+ * {
271
+ * "CacheNodeType": "cache.m4.4xlarge",
272
+ * "Duration": 94608000,
273
+ * "FixedPrice": 4993,
274
+ * "OfferingType": "Heavy Utilization",
275
+ * "ProductDescription": "memcached",
276
+ * "RecurringCharges": [
277
+ * {
278
+ * "RecurringChargeAmount": 0.304,
279
+ * "RecurringChargeFrequency": "Hourly"
280
+ * }
281
+ * ],
282
+ * "ReservedCacheNodesOfferingId": "1ae7ec5f-a76e-49b6-822b-629b1768a13a",
283
+ * "UsagePrice": 0
284
+ * },
285
+ * {
286
+ * "CacheNodeType": "cache.m3.2xlarge",
287
+ * "Duration": 31536000,
288
+ * "FixedPrice": 1772,
289
+ * "OfferingType": "Heavy Utilization",
290
+ * "ProductDescription": "redis",
291
+ * "RecurringCharges": [
292
+ * {
293
+ * "RecurringChargeAmount": 0.25,
294
+ * "RecurringChargeFrequency": "Hourly"
295
+ * }
296
+ * ],
297
+ * "ReservedCacheNodesOfferingId": "1d31242b-3925-48d1-b882-ce03204e6013",
298
+ * "UsagePrice": 0
299
+ * },
300
+ * {
301
+ * "CacheNodeType": "cache.t1.micro",
302
+ * "Duration": 31536000,
303
+ * "FixedPrice": 54,
304
+ * "OfferingType": "Medium Utilization",
305
+ * "ProductDescription": "memcached",
306
+ * "RecurringCharges": [],
307
+ * "ReservedCacheNodesOfferingId": "1ef01f5b-94ff-433f-a530-61a56bfc8e7a",
308
+ * "UsagePrice": 0.008
309
+ * }
310
+ * ]
311
+ * }
312
+ * *\/
313
+ * // example id: describereseredcachenodeofferings-1481742869998
314
+ * ```
315
+ *
33
316
  */
34
317
  export declare class DescribeReservedCacheNodesOfferingsCommand extends $Command<DescribeReservedCacheNodesOfferingsCommandInput, DescribeReservedCacheNodesOfferingsCommandOutput, ElastiCacheClientResolvedConfig> {
35
318
  readonly input: DescribeReservedCacheNodesOfferingsCommandInput;
@@ -29,6 +29,16 @@ export interface DescribeServiceUpdatesCommandOutput extends ServiceUpdatesMessa
29
29
  * @see {@link DescribeServiceUpdatesCommandOutput} for command's `response` shape.
30
30
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParameterCombinationException} (client fault)
33
+ * <p>Two or more incompatible parameters were specified.</p>
34
+ *
35
+ * @throws {@link InvalidParameterValueException} (client fault)
36
+ * <p>The value for a parameter is invalid.</p>
37
+ *
38
+ * @throws {@link ServiceUpdateNotFoundFault} (client fault)
39
+ * <p>The service update doesn't exist</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class DescribeServiceUpdatesCommand extends $Command<DescribeServiceUpdatesCommandInput, DescribeServiceUpdatesCommandOutput, ElastiCacheClientResolvedConfig> {
34
44
  readonly input: DescribeServiceUpdatesCommandInput;
@@ -35,6 +35,65 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsListMes
35
35
  * @see {@link DescribeSnapshotsCommandOutput} for command's `response` shape.
36
36
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
37
37
  *
38
+ * @throws {@link CacheClusterNotFoundFault} (client fault)
39
+ * <p>The requested cluster ID does not refer to an existing cluster.</p>
40
+ *
41
+ * @throws {@link InvalidParameterCombinationException} (client fault)
42
+ * <p>Two or more incompatible parameters were specified.</p>
43
+ *
44
+ * @throws {@link InvalidParameterValueException} (client fault)
45
+ * <p>The value for a parameter is invalid.</p>
46
+ *
47
+ * @throws {@link SnapshotNotFoundFault} (client fault)
48
+ * <p>The requested snapshot name does not refer to an existing snapshot.</p>
49
+ *
50
+ *
51
+ * @example DescribeSnapshots
52
+ * ```javascript
53
+ * // Returns information about the snapshot mysnapshot. By default.
54
+ * const input = {
55
+ * "SnapshotName": "snapshot-20161212"
56
+ * };
57
+ * const command = new DescribeSnapshotsCommand(input);
58
+ * const response = await client.send(command);
59
+ * /* response ==
60
+ * {
61
+ * "Marker": "",
62
+ * "Snapshots": [
63
+ * {
64
+ * "AutoMinorVersionUpgrade": true,
65
+ * "CacheClusterCreateTime": "2016-12-21T22:27:12.543Z",
66
+ * "CacheClusterId": "my-redis5",
67
+ * "CacheNodeType": "cache.m3.large",
68
+ * "CacheParameterGroupName": "default.redis3.2",
69
+ * "CacheSubnetGroupName": "default",
70
+ * "Engine": "redis",
71
+ * "EngineVersion": "3.2.4",
72
+ * "NodeSnapshots": [
73
+ * {
74
+ * "CacheNodeCreateTime": "2016-12-21T22:27:12.543Z",
75
+ * "CacheNodeId": "0001",
76
+ * "CacheSize": "3 MB",
77
+ * "SnapshotCreateTime": "2016-12-21T22:30:26Z"
78
+ * }
79
+ * ],
80
+ * "NumCacheNodes": 1,
81
+ * "Port": 6379,
82
+ * "PreferredAvailabilityZone": "us-east-1c",
83
+ * "PreferredMaintenanceWindow": "fri:05:30-fri:06:30",
84
+ * "SnapshotName": "snapshot-20161212",
85
+ * "SnapshotRetentionLimit": 7,
86
+ * "SnapshotSource": "manual",
87
+ * "SnapshotStatus": "available",
88
+ * "SnapshotWindow": "10:00-11:00",
89
+ * "VpcId": "vpc-91280df6"
90
+ * }
91
+ * ]
92
+ * }
93
+ * *\/
94
+ * // example id: describesnapshots-1481743399584
95
+ * ```
96
+ *
38
97
  */
39
98
  export declare class DescribeSnapshotsCommand extends $Command<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput, ElastiCacheClientResolvedConfig> {
40
99
  readonly input: DescribeSnapshotsCommandInput;
@@ -29,6 +29,13 @@ export interface DescribeUpdateActionsCommandOutput extends UpdateActionsMessage
29
29
  * @see {@link DescribeUpdateActionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParameterCombinationException} (client fault)
33
+ * <p>Two or more incompatible parameters were specified.</p>
34
+ *
35
+ * @throws {@link InvalidParameterValueException} (client fault)
36
+ * <p>The value for a parameter is invalid.</p>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class DescribeUpdateActionsCommand extends $Command<DescribeUpdateActionsCommandInput, DescribeUpdateActionsCommandOutput, ElastiCacheClientResolvedConfig> {
34
41
  readonly input: DescribeUpdateActionsCommandInput;
@@ -29,6 +29,16 @@ export interface DescribeUserGroupsCommandOutput extends DescribeUserGroupsResul
29
29
  * @see {@link DescribeUserGroupsCommandOutput} for command's `response` shape.
30
30
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParameterCombinationException} (client fault)
33
+ * <p>Two or more incompatible parameters were specified.</p>
34
+ *
35
+ * @throws {@link ServiceLinkedRoleNotFoundFault} (client fault)
36
+ * <p>The specified service linked role (SLR) was not found.</p>
37
+ *
38
+ * @throws {@link UserGroupNotFoundFault} (client fault)
39
+ * <p>The user group was not found or does not exist</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class DescribeUserGroupsCommand extends $Command<DescribeUserGroupsCommandInput, DescribeUserGroupsCommandOutput, ElastiCacheClientResolvedConfig> {
34
44
  readonly input: DescribeUserGroupsCommandInput;
@@ -29,6 +29,16 @@ export interface DescribeUsersCommandOutput extends DescribeUsersResult, __Metad
29
29
  * @see {@link DescribeUsersCommandOutput} for command's `response` shape.
30
30
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParameterCombinationException} (client fault)
33
+ * <p>Two or more incompatible parameters were specified.</p>
34
+ *
35
+ * @throws {@link ServiceLinkedRoleNotFoundFault} (client fault)
36
+ * <p>The specified service linked role (SLR) was not found.</p>
37
+ *
38
+ * @throws {@link UserNotFoundFault} (client fault)
39
+ * <p>The user does not exist or could not be found.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class DescribeUsersCommand extends $Command<DescribeUsersCommandInput, DescribeUsersCommandOutput, ElastiCacheClientResolvedConfig> {
34
44
  readonly input: DescribeUsersCommandInput;
@@ -29,6 +29,19 @@ export interface DisassociateGlobalReplicationGroupCommandOutput extends Disasso
29
29
  * @see {@link DisassociateGlobalReplicationGroupCommandOutput} for command's `response` shape.
30
30
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
31
31
  *
32
+ * @throws {@link GlobalReplicationGroupNotFoundFault} (client fault)
33
+ * <p>The Global datastore does not exist</p>
34
+ *
35
+ * @throws {@link InvalidGlobalReplicationGroupStateFault} (client fault)
36
+ * <p>The Global datastore is not available or in primary-only state.</p>
37
+ *
38
+ * @throws {@link InvalidParameterCombinationException} (client fault)
39
+ * <p>Two or more incompatible parameters were specified.</p>
40
+ *
41
+ * @throws {@link InvalidParameterValueException} (client fault)
42
+ * <p>The value for a parameter is invalid.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DisassociateGlobalReplicationGroupCommand extends $Command<DisassociateGlobalReplicationGroupCommandInput, DisassociateGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
34
47
  readonly input: DisassociateGlobalReplicationGroupCommandInput;
@@ -29,6 +29,19 @@ export interface FailoverGlobalReplicationGroupCommandOutput extends FailoverGlo
29
29
  * @see {@link FailoverGlobalReplicationGroupCommandOutput} for command's `response` shape.
30
30
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
31
31
  *
32
+ * @throws {@link GlobalReplicationGroupNotFoundFault} (client fault)
33
+ * <p>The Global datastore does not exist</p>
34
+ *
35
+ * @throws {@link InvalidGlobalReplicationGroupStateFault} (client fault)
36
+ * <p>The Global datastore is not available or in primary-only state.</p>
37
+ *
38
+ * @throws {@link InvalidParameterCombinationException} (client fault)
39
+ * <p>Two or more incompatible parameters were specified.</p>
40
+ *
41
+ * @throws {@link InvalidParameterValueException} (client fault)
42
+ * <p>The value for a parameter is invalid.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class FailoverGlobalReplicationGroupCommand extends $Command<FailoverGlobalReplicationGroupCommandInput, FailoverGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
34
47
  readonly input: FailoverGlobalReplicationGroupCommandInput;
@@ -29,6 +29,16 @@ export interface IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput extends
29
29
  * @see {@link IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput} for command's `response` shape.
30
30
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
31
31
  *
32
+ * @throws {@link GlobalReplicationGroupNotFoundFault} (client fault)
33
+ * <p>The Global datastore does not exist</p>
34
+ *
35
+ * @throws {@link InvalidGlobalReplicationGroupStateFault} (client fault)
36
+ * <p>The Global datastore is not available or in primary-only state.</p>
37
+ *
38
+ * @throws {@link InvalidParameterValueException} (client fault)
39
+ * <p>The value for a parameter is invalid.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command<IncreaseNodeGroupsInGlobalReplicationGroupCommandInput, IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig> {
34
44
  readonly input: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput;
@@ -31,6 +31,45 @@ export interface IncreaseReplicaCountCommandOutput extends IncreaseReplicaCountR
31
31
  * @see {@link IncreaseReplicaCountCommandOutput} for command's `response` shape.
32
32
  * @see {@link ElastiCacheClientResolvedConfig | config} for ElastiCacheClient's `config` shape.
33
33
  *
34
+ * @throws {@link ClusterQuotaForCustomerExceededFault} (client fault)
35
+ * <p>The request cannot be processed because it would exceed the allowed number of clusters per customer.</p>
36
+ *
37
+ * @throws {@link InsufficientCacheClusterCapacityFault} (client fault)
38
+ * <p>The requested cache node type is not available in the specified Availability Zone.
39
+ * For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/ErrorMessages.html#ErrorMessages.INSUFFICIENT_CACHE_CLUSTER_CAPACITY">InsufficientCacheClusterCapacity</a> in the ElastiCache User Guide.</p>
40
+ *
41
+ * @throws {@link InvalidCacheClusterStateFault} (client fault)
42
+ * <p>The requested cluster is not in the <code>available</code> state.</p>
43
+ *
44
+ * @throws {@link InvalidKMSKeyFault} (client fault)
45
+ * <p>The KMS key supplied is not valid.</p>
46
+ *
47
+ * @throws {@link InvalidParameterCombinationException} (client fault)
48
+ * <p>Two or more incompatible parameters were specified.</p>
49
+ *
50
+ * @throws {@link InvalidParameterValueException} (client fault)
51
+ * <p>The value for a parameter is invalid.</p>
52
+ *
53
+ * @throws {@link InvalidReplicationGroupStateFault} (client fault)
54
+ * <p>The requested replication group is not in the <code>available</code> state.</p>
55
+ *
56
+ * @throws {@link InvalidVPCNetworkStateFault} (client fault)
57
+ * <p>The VPC network is in an invalid state.</p>
58
+ *
59
+ * @throws {@link NodeGroupsPerReplicationGroupQuotaExceededFault} (client fault)
60
+ * <p>The request cannot be processed because it would exceed the maximum allowed number
61
+ * of node groups (shards) in a single replication group. The default maximum is 90</p>
62
+ *
63
+ * @throws {@link NodeQuotaForCustomerExceededFault} (client fault)
64
+ * <p>The request cannot be processed because it would exceed the allowed number of cache nodes per customer.</p>
65
+ *
66
+ * @throws {@link NoOperationFault} (client fault)
67
+ * <p>The operation was not performed because no changes were required.</p>
68
+ *
69
+ * @throws {@link ReplicationGroupNotFoundFault} (client fault)
70
+ * <p>The specified replication group does not exist.</p>
71
+ *
72
+ *
34
73
  */
35
74
  export declare class IncreaseReplicaCountCommand extends $Command<IncreaseReplicaCountCommandInput, IncreaseReplicaCountCommandOutput, ElastiCacheClientResolvedConfig> {
36
75
  readonly input: IncreaseReplicaCountCommandInput;