@aws-sdk/client-elasticache 3.929.0 → 3.931.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 (96) hide show
  1. package/dist-cjs/index.js +4583 -9250
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ElastiCacheClient.js +2 -0
  4. package/dist-es/commands/AddTagsToResourceCommand.js +3 -9
  5. package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +3 -9
  6. package/dist-es/commands/BatchApplyUpdateActionCommand.js +3 -9
  7. package/dist-es/commands/BatchStopUpdateActionCommand.js +3 -9
  8. package/dist-es/commands/CompleteMigrationCommand.js +3 -9
  9. package/dist-es/commands/CopyServerlessCacheSnapshotCommand.js +3 -9
  10. package/dist-es/commands/CopySnapshotCommand.js +3 -9
  11. package/dist-es/commands/CreateCacheClusterCommand.js +3 -9
  12. package/dist-es/commands/CreateCacheParameterGroupCommand.js +3 -9
  13. package/dist-es/commands/CreateCacheSecurityGroupCommand.js +3 -9
  14. package/dist-es/commands/CreateCacheSubnetGroupCommand.js +3 -9
  15. package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +3 -9
  16. package/dist-es/commands/CreateReplicationGroupCommand.js +3 -9
  17. package/dist-es/commands/CreateServerlessCacheCommand.js +3 -9
  18. package/dist-es/commands/CreateServerlessCacheSnapshotCommand.js +3 -9
  19. package/dist-es/commands/CreateSnapshotCommand.js +3 -9
  20. package/dist-es/commands/CreateUserCommand.js +3 -9
  21. package/dist-es/commands/CreateUserGroupCommand.js +3 -9
  22. package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -9
  23. package/dist-es/commands/DecreaseReplicaCountCommand.js +3 -9
  24. package/dist-es/commands/DeleteCacheClusterCommand.js +3 -9
  25. package/dist-es/commands/DeleteCacheParameterGroupCommand.js +3 -9
  26. package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +3 -9
  27. package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +3 -9
  28. package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +3 -9
  29. package/dist-es/commands/DeleteReplicationGroupCommand.js +3 -9
  30. package/dist-es/commands/DeleteServerlessCacheCommand.js +3 -9
  31. package/dist-es/commands/DeleteServerlessCacheSnapshotCommand.js +3 -9
  32. package/dist-es/commands/DeleteSnapshotCommand.js +3 -9
  33. package/dist-es/commands/DeleteUserCommand.js +3 -9
  34. package/dist-es/commands/DeleteUserGroupCommand.js +3 -9
  35. package/dist-es/commands/DescribeCacheClustersCommand.js +3 -9
  36. package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +3 -9
  37. package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +3 -9
  38. package/dist-es/commands/DescribeCacheParametersCommand.js +3 -9
  39. package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +3 -9
  40. package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +3 -9
  41. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +3 -9
  42. package/dist-es/commands/DescribeEventsCommand.js +3 -9
  43. package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +3 -9
  44. package/dist-es/commands/DescribeReplicationGroupsCommand.js +3 -9
  45. package/dist-es/commands/DescribeReservedCacheNodesCommand.js +3 -9
  46. package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +3 -9
  47. package/dist-es/commands/DescribeServerlessCacheSnapshotsCommand.js +3 -9
  48. package/dist-es/commands/DescribeServerlessCachesCommand.js +3 -9
  49. package/dist-es/commands/DescribeServiceUpdatesCommand.js +3 -9
  50. package/dist-es/commands/DescribeSnapshotsCommand.js +3 -9
  51. package/dist-es/commands/DescribeUpdateActionsCommand.js +3 -9
  52. package/dist-es/commands/DescribeUserGroupsCommand.js +3 -9
  53. package/dist-es/commands/DescribeUsersCommand.js +3 -9
  54. package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +3 -9
  55. package/dist-es/commands/ExportServerlessCacheSnapshotCommand.js +3 -9
  56. package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +3 -9
  57. package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +3 -9
  58. package/dist-es/commands/IncreaseReplicaCountCommand.js +3 -9
  59. package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +3 -9
  60. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  61. package/dist-es/commands/ModifyCacheClusterCommand.js +3 -9
  62. package/dist-es/commands/ModifyCacheParameterGroupCommand.js +3 -9
  63. package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +3 -9
  64. package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +3 -9
  65. package/dist-es/commands/ModifyReplicationGroupCommand.js +3 -9
  66. package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +3 -9
  67. package/dist-es/commands/ModifyServerlessCacheCommand.js +3 -9
  68. package/dist-es/commands/ModifyUserCommand.js +3 -9
  69. package/dist-es/commands/ModifyUserGroupCommand.js +3 -9
  70. package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +3 -9
  71. package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +3 -9
  72. package/dist-es/commands/RebootCacheClusterCommand.js +3 -9
  73. package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -9
  74. package/dist-es/commands/ResetCacheParameterGroupCommand.js +3 -9
  75. package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +3 -9
  76. package/dist-es/commands/StartMigrationCommand.js +3 -9
  77. package/dist-es/commands/TestFailoverCommand.js +3 -9
  78. package/dist-es/commands/TestMigrationCommand.js +3 -9
  79. package/dist-es/runtimeConfig.shared.js +7 -0
  80. package/dist-es/schemas/schemas_0.js +4578 -0
  81. package/dist-types/ElastiCacheClient.d.ts +10 -1
  82. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  83. package/dist-types/runtimeConfig.d.ts +1 -0
  84. package/dist-types/runtimeConfig.native.d.ts +1 -0
  85. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  86. package/dist-types/schemas/schemas_0.d.ts +440 -0
  87. package/dist-types/ts3.4/ElastiCacheClient.d.ts +4 -0
  88. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  89. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  91. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  92. package/dist-types/ts3.4/schemas/schemas_0.d.ts +445 -0
  93. package/package.json +34 -34
  94. package/dist-es/protocols/Aws_query.js +0 -8861
  95. package/dist-types/protocols/Aws_query.d.ts +0 -677
  96. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -905
@@ -1,905 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AddTagsToResourceCommandInput,
8
- AddTagsToResourceCommandOutput,
9
- } from "../commands/AddTagsToResourceCommand";
10
- import {
11
- AuthorizeCacheSecurityGroupIngressCommandInput,
12
- AuthorizeCacheSecurityGroupIngressCommandOutput,
13
- } from "../commands/AuthorizeCacheSecurityGroupIngressCommand";
14
- import {
15
- BatchApplyUpdateActionCommandInput,
16
- BatchApplyUpdateActionCommandOutput,
17
- } from "../commands/BatchApplyUpdateActionCommand";
18
- import {
19
- BatchStopUpdateActionCommandInput,
20
- BatchStopUpdateActionCommandOutput,
21
- } from "../commands/BatchStopUpdateActionCommand";
22
- import {
23
- CompleteMigrationCommandInput,
24
- CompleteMigrationCommandOutput,
25
- } from "../commands/CompleteMigrationCommand";
26
- import {
27
- CopyServerlessCacheSnapshotCommandInput,
28
- CopyServerlessCacheSnapshotCommandOutput,
29
- } from "../commands/CopyServerlessCacheSnapshotCommand";
30
- import {
31
- CopySnapshotCommandInput,
32
- CopySnapshotCommandOutput,
33
- } from "../commands/CopySnapshotCommand";
34
- import {
35
- CreateCacheClusterCommandInput,
36
- CreateCacheClusterCommandOutput,
37
- } from "../commands/CreateCacheClusterCommand";
38
- import {
39
- CreateCacheParameterGroupCommandInput,
40
- CreateCacheParameterGroupCommandOutput,
41
- } from "../commands/CreateCacheParameterGroupCommand";
42
- import {
43
- CreateCacheSecurityGroupCommandInput,
44
- CreateCacheSecurityGroupCommandOutput,
45
- } from "../commands/CreateCacheSecurityGroupCommand";
46
- import {
47
- CreateCacheSubnetGroupCommandInput,
48
- CreateCacheSubnetGroupCommandOutput,
49
- } from "../commands/CreateCacheSubnetGroupCommand";
50
- import {
51
- CreateGlobalReplicationGroupCommandInput,
52
- CreateGlobalReplicationGroupCommandOutput,
53
- } from "../commands/CreateGlobalReplicationGroupCommand";
54
- import {
55
- CreateReplicationGroupCommandInput,
56
- CreateReplicationGroupCommandOutput,
57
- } from "../commands/CreateReplicationGroupCommand";
58
- import {
59
- CreateServerlessCacheCommandInput,
60
- CreateServerlessCacheCommandOutput,
61
- } from "../commands/CreateServerlessCacheCommand";
62
- import {
63
- CreateServerlessCacheSnapshotCommandInput,
64
- CreateServerlessCacheSnapshotCommandOutput,
65
- } from "../commands/CreateServerlessCacheSnapshotCommand";
66
- import {
67
- CreateSnapshotCommandInput,
68
- CreateSnapshotCommandOutput,
69
- } from "../commands/CreateSnapshotCommand";
70
- import {
71
- CreateUserCommandInput,
72
- CreateUserCommandOutput,
73
- } from "../commands/CreateUserCommand";
74
- import {
75
- CreateUserGroupCommandInput,
76
- CreateUserGroupCommandOutput,
77
- } from "../commands/CreateUserGroupCommand";
78
- import {
79
- DecreaseNodeGroupsInGlobalReplicationGroupCommandInput,
80
- DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput,
81
- } from "../commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand";
82
- import {
83
- DecreaseReplicaCountCommandInput,
84
- DecreaseReplicaCountCommandOutput,
85
- } from "../commands/DecreaseReplicaCountCommand";
86
- import {
87
- DeleteCacheClusterCommandInput,
88
- DeleteCacheClusterCommandOutput,
89
- } from "../commands/DeleteCacheClusterCommand";
90
- import {
91
- DeleteCacheParameterGroupCommandInput,
92
- DeleteCacheParameterGroupCommandOutput,
93
- } from "../commands/DeleteCacheParameterGroupCommand";
94
- import {
95
- DeleteCacheSecurityGroupCommandInput,
96
- DeleteCacheSecurityGroupCommandOutput,
97
- } from "../commands/DeleteCacheSecurityGroupCommand";
98
- import {
99
- DeleteCacheSubnetGroupCommandInput,
100
- DeleteCacheSubnetGroupCommandOutput,
101
- } from "../commands/DeleteCacheSubnetGroupCommand";
102
- import {
103
- DeleteGlobalReplicationGroupCommandInput,
104
- DeleteGlobalReplicationGroupCommandOutput,
105
- } from "../commands/DeleteGlobalReplicationGroupCommand";
106
- import {
107
- DeleteReplicationGroupCommandInput,
108
- DeleteReplicationGroupCommandOutput,
109
- } from "../commands/DeleteReplicationGroupCommand";
110
- import {
111
- DeleteServerlessCacheCommandInput,
112
- DeleteServerlessCacheCommandOutput,
113
- } from "../commands/DeleteServerlessCacheCommand";
114
- import {
115
- DeleteServerlessCacheSnapshotCommandInput,
116
- DeleteServerlessCacheSnapshotCommandOutput,
117
- } from "../commands/DeleteServerlessCacheSnapshotCommand";
118
- import {
119
- DeleteSnapshotCommandInput,
120
- DeleteSnapshotCommandOutput,
121
- } from "../commands/DeleteSnapshotCommand";
122
- import {
123
- DeleteUserCommandInput,
124
- DeleteUserCommandOutput,
125
- } from "../commands/DeleteUserCommand";
126
- import {
127
- DeleteUserGroupCommandInput,
128
- DeleteUserGroupCommandOutput,
129
- } from "../commands/DeleteUserGroupCommand";
130
- import {
131
- DescribeCacheClustersCommandInput,
132
- DescribeCacheClustersCommandOutput,
133
- } from "../commands/DescribeCacheClustersCommand";
134
- import {
135
- DescribeCacheEngineVersionsCommandInput,
136
- DescribeCacheEngineVersionsCommandOutput,
137
- } from "../commands/DescribeCacheEngineVersionsCommand";
138
- import {
139
- DescribeCacheParameterGroupsCommandInput,
140
- DescribeCacheParameterGroupsCommandOutput,
141
- } from "../commands/DescribeCacheParameterGroupsCommand";
142
- import {
143
- DescribeCacheParametersCommandInput,
144
- DescribeCacheParametersCommandOutput,
145
- } from "../commands/DescribeCacheParametersCommand";
146
- import {
147
- DescribeCacheSecurityGroupsCommandInput,
148
- DescribeCacheSecurityGroupsCommandOutput,
149
- } from "../commands/DescribeCacheSecurityGroupsCommand";
150
- import {
151
- DescribeCacheSubnetGroupsCommandInput,
152
- DescribeCacheSubnetGroupsCommandOutput,
153
- } from "../commands/DescribeCacheSubnetGroupsCommand";
154
- import {
155
- DescribeEngineDefaultParametersCommandInput,
156
- DescribeEngineDefaultParametersCommandOutput,
157
- } from "../commands/DescribeEngineDefaultParametersCommand";
158
- import {
159
- DescribeEventsCommandInput,
160
- DescribeEventsCommandOutput,
161
- } from "../commands/DescribeEventsCommand";
162
- import {
163
- DescribeGlobalReplicationGroupsCommandInput,
164
- DescribeGlobalReplicationGroupsCommandOutput,
165
- } from "../commands/DescribeGlobalReplicationGroupsCommand";
166
- import {
167
- DescribeReplicationGroupsCommandInput,
168
- DescribeReplicationGroupsCommandOutput,
169
- } from "../commands/DescribeReplicationGroupsCommand";
170
- import {
171
- DescribeReservedCacheNodesCommandInput,
172
- DescribeReservedCacheNodesCommandOutput,
173
- } from "../commands/DescribeReservedCacheNodesCommand";
174
- import {
175
- DescribeReservedCacheNodesOfferingsCommandInput,
176
- DescribeReservedCacheNodesOfferingsCommandOutput,
177
- } from "../commands/DescribeReservedCacheNodesOfferingsCommand";
178
- import {
179
- DescribeServerlessCachesCommandInput,
180
- DescribeServerlessCachesCommandOutput,
181
- } from "../commands/DescribeServerlessCachesCommand";
182
- import {
183
- DescribeServerlessCacheSnapshotsCommandInput,
184
- DescribeServerlessCacheSnapshotsCommandOutput,
185
- } from "../commands/DescribeServerlessCacheSnapshotsCommand";
186
- import {
187
- DescribeServiceUpdatesCommandInput,
188
- DescribeServiceUpdatesCommandOutput,
189
- } from "../commands/DescribeServiceUpdatesCommand";
190
- import {
191
- DescribeSnapshotsCommandInput,
192
- DescribeSnapshotsCommandOutput,
193
- } from "../commands/DescribeSnapshotsCommand";
194
- import {
195
- DescribeUpdateActionsCommandInput,
196
- DescribeUpdateActionsCommandOutput,
197
- } from "../commands/DescribeUpdateActionsCommand";
198
- import {
199
- DescribeUserGroupsCommandInput,
200
- DescribeUserGroupsCommandOutput,
201
- } from "../commands/DescribeUserGroupsCommand";
202
- import {
203
- DescribeUsersCommandInput,
204
- DescribeUsersCommandOutput,
205
- } from "../commands/DescribeUsersCommand";
206
- import {
207
- DisassociateGlobalReplicationGroupCommandInput,
208
- DisassociateGlobalReplicationGroupCommandOutput,
209
- } from "../commands/DisassociateGlobalReplicationGroupCommand";
210
- import {
211
- ExportServerlessCacheSnapshotCommandInput,
212
- ExportServerlessCacheSnapshotCommandOutput,
213
- } from "../commands/ExportServerlessCacheSnapshotCommand";
214
- import {
215
- FailoverGlobalReplicationGroupCommandInput,
216
- FailoverGlobalReplicationGroupCommandOutput,
217
- } from "../commands/FailoverGlobalReplicationGroupCommand";
218
- import {
219
- IncreaseNodeGroupsInGlobalReplicationGroupCommandInput,
220
- IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput,
221
- } from "../commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand";
222
- import {
223
- IncreaseReplicaCountCommandInput,
224
- IncreaseReplicaCountCommandOutput,
225
- } from "../commands/IncreaseReplicaCountCommand";
226
- import {
227
- ListAllowedNodeTypeModificationsCommandInput,
228
- ListAllowedNodeTypeModificationsCommandOutput,
229
- } from "../commands/ListAllowedNodeTypeModificationsCommand";
230
- import {
231
- ListTagsForResourceCommandInput,
232
- ListTagsForResourceCommandOutput,
233
- } from "../commands/ListTagsForResourceCommand";
234
- import {
235
- ModifyCacheClusterCommandInput,
236
- ModifyCacheClusterCommandOutput,
237
- } from "../commands/ModifyCacheClusterCommand";
238
- import {
239
- ModifyCacheParameterGroupCommandInput,
240
- ModifyCacheParameterGroupCommandOutput,
241
- } from "../commands/ModifyCacheParameterGroupCommand";
242
- import {
243
- ModifyCacheSubnetGroupCommandInput,
244
- ModifyCacheSubnetGroupCommandOutput,
245
- } from "../commands/ModifyCacheSubnetGroupCommand";
246
- import {
247
- ModifyGlobalReplicationGroupCommandInput,
248
- ModifyGlobalReplicationGroupCommandOutput,
249
- } from "../commands/ModifyGlobalReplicationGroupCommand";
250
- import {
251
- ModifyReplicationGroupCommandInput,
252
- ModifyReplicationGroupCommandOutput,
253
- } from "../commands/ModifyReplicationGroupCommand";
254
- import {
255
- ModifyReplicationGroupShardConfigurationCommandInput,
256
- ModifyReplicationGroupShardConfigurationCommandOutput,
257
- } from "../commands/ModifyReplicationGroupShardConfigurationCommand";
258
- import {
259
- ModifyServerlessCacheCommandInput,
260
- ModifyServerlessCacheCommandOutput,
261
- } from "../commands/ModifyServerlessCacheCommand";
262
- import {
263
- ModifyUserCommandInput,
264
- ModifyUserCommandOutput,
265
- } from "../commands/ModifyUserCommand";
266
- import {
267
- ModifyUserGroupCommandInput,
268
- ModifyUserGroupCommandOutput,
269
- } from "../commands/ModifyUserGroupCommand";
270
- import {
271
- PurchaseReservedCacheNodesOfferingCommandInput,
272
- PurchaseReservedCacheNodesOfferingCommandOutput,
273
- } from "../commands/PurchaseReservedCacheNodesOfferingCommand";
274
- import {
275
- RebalanceSlotsInGlobalReplicationGroupCommandInput,
276
- RebalanceSlotsInGlobalReplicationGroupCommandOutput,
277
- } from "../commands/RebalanceSlotsInGlobalReplicationGroupCommand";
278
- import {
279
- RebootCacheClusterCommandInput,
280
- RebootCacheClusterCommandOutput,
281
- } from "../commands/RebootCacheClusterCommand";
282
- import {
283
- RemoveTagsFromResourceCommandInput,
284
- RemoveTagsFromResourceCommandOutput,
285
- } from "../commands/RemoveTagsFromResourceCommand";
286
- import {
287
- ResetCacheParameterGroupCommandInput,
288
- ResetCacheParameterGroupCommandOutput,
289
- } from "../commands/ResetCacheParameterGroupCommand";
290
- import {
291
- RevokeCacheSecurityGroupIngressCommandInput,
292
- RevokeCacheSecurityGroupIngressCommandOutput,
293
- } from "../commands/RevokeCacheSecurityGroupIngressCommand";
294
- import {
295
- StartMigrationCommandInput,
296
- StartMigrationCommandOutput,
297
- } from "../commands/StartMigrationCommand";
298
- import {
299
- TestFailoverCommandInput,
300
- TestFailoverCommandOutput,
301
- } from "../commands/TestFailoverCommand";
302
- import {
303
- TestMigrationCommandInput,
304
- TestMigrationCommandOutput,
305
- } from "../commands/TestMigrationCommand";
306
- export declare const se_AddTagsToResourceCommand: (
307
- input: AddTagsToResourceCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_AuthorizeCacheSecurityGroupIngressCommand: (
311
- input: AuthorizeCacheSecurityGroupIngressCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_BatchApplyUpdateActionCommand: (
315
- input: BatchApplyUpdateActionCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_BatchStopUpdateActionCommand: (
319
- input: BatchStopUpdateActionCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_CompleteMigrationCommand: (
323
- input: CompleteMigrationCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_CopyServerlessCacheSnapshotCommand: (
327
- input: CopyServerlessCacheSnapshotCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_CopySnapshotCommand: (
331
- input: CopySnapshotCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_CreateCacheClusterCommand: (
335
- input: CreateCacheClusterCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_CreateCacheParameterGroupCommand: (
339
- input: CreateCacheParameterGroupCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_CreateCacheSecurityGroupCommand: (
343
- input: CreateCacheSecurityGroupCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_CreateCacheSubnetGroupCommand: (
347
- input: CreateCacheSubnetGroupCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_CreateGlobalReplicationGroupCommand: (
351
- input: CreateGlobalReplicationGroupCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_CreateReplicationGroupCommand: (
355
- input: CreateReplicationGroupCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_CreateServerlessCacheCommand: (
359
- input: CreateServerlessCacheCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_CreateServerlessCacheSnapshotCommand: (
363
- input: CreateServerlessCacheSnapshotCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_CreateSnapshotCommand: (
367
- input: CreateSnapshotCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_CreateUserCommand: (
371
- input: CreateUserCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_CreateUserGroupCommand: (
375
- input: CreateUserGroupCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_DecreaseNodeGroupsInGlobalReplicationGroupCommand: (
379
- input: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_DecreaseReplicaCountCommand: (
383
- input: DecreaseReplicaCountCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_DeleteCacheClusterCommand: (
387
- input: DeleteCacheClusterCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_DeleteCacheParameterGroupCommand: (
391
- input: DeleteCacheParameterGroupCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_DeleteCacheSecurityGroupCommand: (
395
- input: DeleteCacheSecurityGroupCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_DeleteCacheSubnetGroupCommand: (
399
- input: DeleteCacheSubnetGroupCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_DeleteGlobalReplicationGroupCommand: (
403
- input: DeleteGlobalReplicationGroupCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_DeleteReplicationGroupCommand: (
407
- input: DeleteReplicationGroupCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_DeleteServerlessCacheCommand: (
411
- input: DeleteServerlessCacheCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_DeleteServerlessCacheSnapshotCommand: (
415
- input: DeleteServerlessCacheSnapshotCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_DeleteSnapshotCommand: (
419
- input: DeleteSnapshotCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_DeleteUserCommand: (
423
- input: DeleteUserCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_DeleteUserGroupCommand: (
427
- input: DeleteUserGroupCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_DescribeCacheClustersCommand: (
431
- input: DescribeCacheClustersCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_DescribeCacheEngineVersionsCommand: (
435
- input: DescribeCacheEngineVersionsCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_DescribeCacheParameterGroupsCommand: (
439
- input: DescribeCacheParameterGroupsCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_DescribeCacheParametersCommand: (
443
- input: DescribeCacheParametersCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_DescribeCacheSecurityGroupsCommand: (
447
- input: DescribeCacheSecurityGroupsCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_DescribeCacheSubnetGroupsCommand: (
451
- input: DescribeCacheSubnetGroupsCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_DescribeEngineDefaultParametersCommand: (
455
- input: DescribeEngineDefaultParametersCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_DescribeEventsCommand: (
459
- input: DescribeEventsCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_DescribeGlobalReplicationGroupsCommand: (
463
- input: DescribeGlobalReplicationGroupsCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_DescribeReplicationGroupsCommand: (
467
- input: DescribeReplicationGroupsCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_DescribeReservedCacheNodesCommand: (
471
- input: DescribeReservedCacheNodesCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_DescribeReservedCacheNodesOfferingsCommand: (
475
- input: DescribeReservedCacheNodesOfferingsCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_DescribeServerlessCachesCommand: (
479
- input: DescribeServerlessCachesCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_DescribeServerlessCacheSnapshotsCommand: (
483
- input: DescribeServerlessCacheSnapshotsCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_DescribeServiceUpdatesCommand: (
487
- input: DescribeServiceUpdatesCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_DescribeSnapshotsCommand: (
491
- input: DescribeSnapshotsCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_DescribeUpdateActionsCommand: (
495
- input: DescribeUpdateActionsCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_DescribeUserGroupsCommand: (
499
- input: DescribeUserGroupsCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_DescribeUsersCommand: (
503
- input: DescribeUsersCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_DisassociateGlobalReplicationGroupCommand: (
507
- input: DisassociateGlobalReplicationGroupCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_ExportServerlessCacheSnapshotCommand: (
511
- input: ExportServerlessCacheSnapshotCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_FailoverGlobalReplicationGroupCommand: (
515
- input: FailoverGlobalReplicationGroupCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_IncreaseNodeGroupsInGlobalReplicationGroupCommand: (
519
- input: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_IncreaseReplicaCountCommand: (
523
- input: IncreaseReplicaCountCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_ListAllowedNodeTypeModificationsCommand: (
527
- input: ListAllowedNodeTypeModificationsCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_ListTagsForResourceCommand: (
531
- input: ListTagsForResourceCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_ModifyCacheClusterCommand: (
535
- input: ModifyCacheClusterCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_ModifyCacheParameterGroupCommand: (
539
- input: ModifyCacheParameterGroupCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_ModifyCacheSubnetGroupCommand: (
543
- input: ModifyCacheSubnetGroupCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_ModifyGlobalReplicationGroupCommand: (
547
- input: ModifyGlobalReplicationGroupCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_ModifyReplicationGroupCommand: (
551
- input: ModifyReplicationGroupCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_ModifyReplicationGroupShardConfigurationCommand: (
555
- input: ModifyReplicationGroupShardConfigurationCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_ModifyServerlessCacheCommand: (
559
- input: ModifyServerlessCacheCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_ModifyUserCommand: (
563
- input: ModifyUserCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_ModifyUserGroupCommand: (
567
- input: ModifyUserGroupCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_PurchaseReservedCacheNodesOfferingCommand: (
571
- input: PurchaseReservedCacheNodesOfferingCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const se_RebalanceSlotsInGlobalReplicationGroupCommand: (
575
- input: RebalanceSlotsInGlobalReplicationGroupCommandInput,
576
- context: __SerdeContext
577
- ) => Promise<__HttpRequest>;
578
- export declare const se_RebootCacheClusterCommand: (
579
- input: RebootCacheClusterCommandInput,
580
- context: __SerdeContext
581
- ) => Promise<__HttpRequest>;
582
- export declare const se_RemoveTagsFromResourceCommand: (
583
- input: RemoveTagsFromResourceCommandInput,
584
- context: __SerdeContext
585
- ) => Promise<__HttpRequest>;
586
- export declare const se_ResetCacheParameterGroupCommand: (
587
- input: ResetCacheParameterGroupCommandInput,
588
- context: __SerdeContext
589
- ) => Promise<__HttpRequest>;
590
- export declare const se_RevokeCacheSecurityGroupIngressCommand: (
591
- input: RevokeCacheSecurityGroupIngressCommandInput,
592
- context: __SerdeContext
593
- ) => Promise<__HttpRequest>;
594
- export declare const se_StartMigrationCommand: (
595
- input: StartMigrationCommandInput,
596
- context: __SerdeContext
597
- ) => Promise<__HttpRequest>;
598
- export declare const se_TestFailoverCommand: (
599
- input: TestFailoverCommandInput,
600
- context: __SerdeContext
601
- ) => Promise<__HttpRequest>;
602
- export declare const se_TestMigrationCommand: (
603
- input: TestMigrationCommandInput,
604
- context: __SerdeContext
605
- ) => Promise<__HttpRequest>;
606
- export declare const de_AddTagsToResourceCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<AddTagsToResourceCommandOutput>;
610
- export declare const de_AuthorizeCacheSecurityGroupIngressCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<AuthorizeCacheSecurityGroupIngressCommandOutput>;
614
- export declare const de_BatchApplyUpdateActionCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<BatchApplyUpdateActionCommandOutput>;
618
- export declare const de_BatchStopUpdateActionCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<BatchStopUpdateActionCommandOutput>;
622
- export declare const de_CompleteMigrationCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<CompleteMigrationCommandOutput>;
626
- export declare const de_CopyServerlessCacheSnapshotCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<CopyServerlessCacheSnapshotCommandOutput>;
630
- export declare const de_CopySnapshotCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<CopySnapshotCommandOutput>;
634
- export declare const de_CreateCacheClusterCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<CreateCacheClusterCommandOutput>;
638
- export declare const de_CreateCacheParameterGroupCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<CreateCacheParameterGroupCommandOutput>;
642
- export declare const de_CreateCacheSecurityGroupCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<CreateCacheSecurityGroupCommandOutput>;
646
- export declare const de_CreateCacheSubnetGroupCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<CreateCacheSubnetGroupCommandOutput>;
650
- export declare const de_CreateGlobalReplicationGroupCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<CreateGlobalReplicationGroupCommandOutput>;
654
- export declare const de_CreateReplicationGroupCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<CreateReplicationGroupCommandOutput>;
658
- export declare const de_CreateServerlessCacheCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<CreateServerlessCacheCommandOutput>;
662
- export declare const de_CreateServerlessCacheSnapshotCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<CreateServerlessCacheSnapshotCommandOutput>;
666
- export declare const de_CreateSnapshotCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<CreateSnapshotCommandOutput>;
670
- export declare const de_CreateUserCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<CreateUserCommandOutput>;
674
- export declare const de_CreateUserGroupCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<CreateUserGroupCommandOutput>;
678
- export declare const de_DecreaseNodeGroupsInGlobalReplicationGroupCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput>;
682
- export declare const de_DecreaseReplicaCountCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<DecreaseReplicaCountCommandOutput>;
686
- export declare const de_DeleteCacheClusterCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<DeleteCacheClusterCommandOutput>;
690
- export declare const de_DeleteCacheParameterGroupCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<DeleteCacheParameterGroupCommandOutput>;
694
- export declare const de_DeleteCacheSecurityGroupCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<DeleteCacheSecurityGroupCommandOutput>;
698
- export declare const de_DeleteCacheSubnetGroupCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<DeleteCacheSubnetGroupCommandOutput>;
702
- export declare const de_DeleteGlobalReplicationGroupCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<DeleteGlobalReplicationGroupCommandOutput>;
706
- export declare const de_DeleteReplicationGroupCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<DeleteReplicationGroupCommandOutput>;
710
- export declare const de_DeleteServerlessCacheCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<DeleteServerlessCacheCommandOutput>;
714
- export declare const de_DeleteServerlessCacheSnapshotCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<DeleteServerlessCacheSnapshotCommandOutput>;
718
- export declare const de_DeleteSnapshotCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<DeleteSnapshotCommandOutput>;
722
- export declare const de_DeleteUserCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<DeleteUserCommandOutput>;
726
- export declare const de_DeleteUserGroupCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<DeleteUserGroupCommandOutput>;
730
- export declare const de_DescribeCacheClustersCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<DescribeCacheClustersCommandOutput>;
734
- export declare const de_DescribeCacheEngineVersionsCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<DescribeCacheEngineVersionsCommandOutput>;
738
- export declare const de_DescribeCacheParameterGroupsCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<DescribeCacheParameterGroupsCommandOutput>;
742
- export declare const de_DescribeCacheParametersCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<DescribeCacheParametersCommandOutput>;
746
- export declare const de_DescribeCacheSecurityGroupsCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<DescribeCacheSecurityGroupsCommandOutput>;
750
- export declare const de_DescribeCacheSubnetGroupsCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<DescribeCacheSubnetGroupsCommandOutput>;
754
- export declare const de_DescribeEngineDefaultParametersCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<DescribeEngineDefaultParametersCommandOutput>;
758
- export declare const de_DescribeEventsCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<DescribeEventsCommandOutput>;
762
- export declare const de_DescribeGlobalReplicationGroupsCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<DescribeGlobalReplicationGroupsCommandOutput>;
766
- export declare const de_DescribeReplicationGroupsCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<DescribeReplicationGroupsCommandOutput>;
770
- export declare const de_DescribeReservedCacheNodesCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<DescribeReservedCacheNodesCommandOutput>;
774
- export declare const de_DescribeReservedCacheNodesOfferingsCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<DescribeReservedCacheNodesOfferingsCommandOutput>;
778
- export declare const de_DescribeServerlessCachesCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<DescribeServerlessCachesCommandOutput>;
782
- export declare const de_DescribeServerlessCacheSnapshotsCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<DescribeServerlessCacheSnapshotsCommandOutput>;
786
- export declare const de_DescribeServiceUpdatesCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<DescribeServiceUpdatesCommandOutput>;
790
- export declare const de_DescribeSnapshotsCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<DescribeSnapshotsCommandOutput>;
794
- export declare const de_DescribeUpdateActionsCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<DescribeUpdateActionsCommandOutput>;
798
- export declare const de_DescribeUserGroupsCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<DescribeUserGroupsCommandOutput>;
802
- export declare const de_DescribeUsersCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<DescribeUsersCommandOutput>;
806
- export declare const de_DisassociateGlobalReplicationGroupCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<DisassociateGlobalReplicationGroupCommandOutput>;
810
- export declare const de_ExportServerlessCacheSnapshotCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<ExportServerlessCacheSnapshotCommandOutput>;
814
- export declare const de_FailoverGlobalReplicationGroupCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<FailoverGlobalReplicationGroupCommandOutput>;
818
- export declare const de_IncreaseNodeGroupsInGlobalReplicationGroupCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput>;
822
- export declare const de_IncreaseReplicaCountCommand: (
823
- output: __HttpResponse,
824
- context: __SerdeContext
825
- ) => Promise<IncreaseReplicaCountCommandOutput>;
826
- export declare const de_ListAllowedNodeTypeModificationsCommand: (
827
- output: __HttpResponse,
828
- context: __SerdeContext
829
- ) => Promise<ListAllowedNodeTypeModificationsCommandOutput>;
830
- export declare const de_ListTagsForResourceCommand: (
831
- output: __HttpResponse,
832
- context: __SerdeContext
833
- ) => Promise<ListTagsForResourceCommandOutput>;
834
- export declare const de_ModifyCacheClusterCommand: (
835
- output: __HttpResponse,
836
- context: __SerdeContext
837
- ) => Promise<ModifyCacheClusterCommandOutput>;
838
- export declare const de_ModifyCacheParameterGroupCommand: (
839
- output: __HttpResponse,
840
- context: __SerdeContext
841
- ) => Promise<ModifyCacheParameterGroupCommandOutput>;
842
- export declare const de_ModifyCacheSubnetGroupCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<ModifyCacheSubnetGroupCommandOutput>;
846
- export declare const de_ModifyGlobalReplicationGroupCommand: (
847
- output: __HttpResponse,
848
- context: __SerdeContext
849
- ) => Promise<ModifyGlobalReplicationGroupCommandOutput>;
850
- export declare const de_ModifyReplicationGroupCommand: (
851
- output: __HttpResponse,
852
- context: __SerdeContext
853
- ) => Promise<ModifyReplicationGroupCommandOutput>;
854
- export declare const de_ModifyReplicationGroupShardConfigurationCommand: (
855
- output: __HttpResponse,
856
- context: __SerdeContext
857
- ) => Promise<ModifyReplicationGroupShardConfigurationCommandOutput>;
858
- export declare const de_ModifyServerlessCacheCommand: (
859
- output: __HttpResponse,
860
- context: __SerdeContext
861
- ) => Promise<ModifyServerlessCacheCommandOutput>;
862
- export declare const de_ModifyUserCommand: (
863
- output: __HttpResponse,
864
- context: __SerdeContext
865
- ) => Promise<ModifyUserCommandOutput>;
866
- export declare const de_ModifyUserGroupCommand: (
867
- output: __HttpResponse,
868
- context: __SerdeContext
869
- ) => Promise<ModifyUserGroupCommandOutput>;
870
- export declare const de_PurchaseReservedCacheNodesOfferingCommand: (
871
- output: __HttpResponse,
872
- context: __SerdeContext
873
- ) => Promise<PurchaseReservedCacheNodesOfferingCommandOutput>;
874
- export declare const de_RebalanceSlotsInGlobalReplicationGroupCommand: (
875
- output: __HttpResponse,
876
- context: __SerdeContext
877
- ) => Promise<RebalanceSlotsInGlobalReplicationGroupCommandOutput>;
878
- export declare const de_RebootCacheClusterCommand: (
879
- output: __HttpResponse,
880
- context: __SerdeContext
881
- ) => Promise<RebootCacheClusterCommandOutput>;
882
- export declare const de_RemoveTagsFromResourceCommand: (
883
- output: __HttpResponse,
884
- context: __SerdeContext
885
- ) => Promise<RemoveTagsFromResourceCommandOutput>;
886
- export declare const de_ResetCacheParameterGroupCommand: (
887
- output: __HttpResponse,
888
- context: __SerdeContext
889
- ) => Promise<ResetCacheParameterGroupCommandOutput>;
890
- export declare const de_RevokeCacheSecurityGroupIngressCommand: (
891
- output: __HttpResponse,
892
- context: __SerdeContext
893
- ) => Promise<RevokeCacheSecurityGroupIngressCommandOutput>;
894
- export declare const de_StartMigrationCommand: (
895
- output: __HttpResponse,
896
- context: __SerdeContext
897
- ) => Promise<StartMigrationCommandOutput>;
898
- export declare const de_TestFailoverCommand: (
899
- output: __HttpResponse,
900
- context: __SerdeContext
901
- ) => Promise<TestFailoverCommandOutput>;
902
- export declare const de_TestMigrationCommand: (
903
- output: __HttpResponse,
904
- context: __SerdeContext
905
- ) => Promise<TestMigrationCommandOutput>;