@aws-sdk/client-docdb 3.1087.0 → 3.1088.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 (76) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/DocDB.d.ts +181 -225
  3. package/dist-types/ts3.4/DocDBClient.d.ts +15 -25
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +9 -19
  7. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +3 -4
  9. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +3 -4
  24. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +4 -10
  27. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +4 -9
  31. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +4 -10
  32. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +4 -10
  34. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +2 -4
  39. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +4 -10
  43. package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -7
  45. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +5 -10
  52. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +3 -4
  56. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +4 -6
  57. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +4 -6
  59. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +3 -5
  61. package/dist-types/ts3.4/commands/SwitchoverGlobalClusterCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  63. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  64. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  65. package/dist-types/ts3.4/models/enums.d.ts +1 -2
  66. package/dist-types/ts3.4/models/errors.d.ts +56 -226
  67. package/dist-types/ts3.4/models/models_0.d.ts +9 -27
  68. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  69. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  70. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  71. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  72. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  73. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  74. package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +3 -5
  75. package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +4 -8
  76. package/package.json +39 -39
@@ -230,878 +230,834 @@ import { DBInstanceNotFoundFault } from "./models/errors";
230
230
  export interface DocDB {
231
231
  addSourceIdentifierToSubscription(
232
232
  args: AddSourceIdentifierToSubscriptionCommandInput,
233
- options?: __HttpHandlerOptions
233
+ options?: __HttpHandlerOptions,
234
234
  ): Promise<AddSourceIdentifierToSubscriptionCommandOutput>;
235
235
  addSourceIdentifierToSubscription(
236
236
  args: AddSourceIdentifierToSubscriptionCommandInput,
237
- cb: (
238
- err: any,
239
- data?: AddSourceIdentifierToSubscriptionCommandOutput
240
- ) => void
237
+ cb: (err: any, data?: AddSourceIdentifierToSubscriptionCommandOutput) => void,
241
238
  ): void;
242
239
  addSourceIdentifierToSubscription(
243
240
  args: AddSourceIdentifierToSubscriptionCommandInput,
244
241
  options: __HttpHandlerOptions,
245
- cb: (
246
- err: any,
247
- data?: AddSourceIdentifierToSubscriptionCommandOutput
248
- ) => void
242
+ cb: (err: any, data?: AddSourceIdentifierToSubscriptionCommandOutput) => void,
249
243
  ): void;
250
244
  addTagsToResource(
251
245
  args: AddTagsToResourceCommandInput,
252
- options?: __HttpHandlerOptions
246
+ options?: __HttpHandlerOptions,
253
247
  ): Promise<AddTagsToResourceCommandOutput>;
254
248
  addTagsToResource(
255
249
  args: AddTagsToResourceCommandInput,
256
- cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
250
+ cb: (err: any, data?: AddTagsToResourceCommandOutput) => void,
257
251
  ): void;
258
252
  addTagsToResource(
259
253
  args: AddTagsToResourceCommandInput,
260
254
  options: __HttpHandlerOptions,
261
- cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
255
+ cb: (err: any, data?: AddTagsToResourceCommandOutput) => void,
262
256
  ): void;
263
257
  applyPendingMaintenanceAction(
264
258
  args: ApplyPendingMaintenanceActionCommandInput,
265
- options?: __HttpHandlerOptions
259
+ options?: __HttpHandlerOptions,
266
260
  ): Promise<ApplyPendingMaintenanceActionCommandOutput>;
267
261
  applyPendingMaintenanceAction(
268
262
  args: ApplyPendingMaintenanceActionCommandInput,
269
- cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void
263
+ cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void,
270
264
  ): void;
271
265
  applyPendingMaintenanceAction(
272
266
  args: ApplyPendingMaintenanceActionCommandInput,
273
267
  options: __HttpHandlerOptions,
274
- cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void
268
+ cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void,
275
269
  ): void;
276
270
  copyDBClusterParameterGroup(
277
271
  args: CopyDBClusterParameterGroupCommandInput,
278
- options?: __HttpHandlerOptions
272
+ options?: __HttpHandlerOptions,
279
273
  ): Promise<CopyDBClusterParameterGroupCommandOutput>;
280
274
  copyDBClusterParameterGroup(
281
275
  args: CopyDBClusterParameterGroupCommandInput,
282
- cb: (err: any, data?: CopyDBClusterParameterGroupCommandOutput) => void
276
+ cb: (err: any, data?: CopyDBClusterParameterGroupCommandOutput) => void,
283
277
  ): void;
284
278
  copyDBClusterParameterGroup(
285
279
  args: CopyDBClusterParameterGroupCommandInput,
286
280
  options: __HttpHandlerOptions,
287
- cb: (err: any, data?: CopyDBClusterParameterGroupCommandOutput) => void
281
+ cb: (err: any, data?: CopyDBClusterParameterGroupCommandOutput) => void,
288
282
  ): void;
289
283
  copyDBClusterSnapshot(
290
284
  args: CopyDBClusterSnapshotCommandInput,
291
- options?: __HttpHandlerOptions
285
+ options?: __HttpHandlerOptions,
292
286
  ): Promise<CopyDBClusterSnapshotCommandOutput>;
293
287
  copyDBClusterSnapshot(
294
288
  args: CopyDBClusterSnapshotCommandInput,
295
- cb: (err: any, data?: CopyDBClusterSnapshotCommandOutput) => void
289
+ cb: (err: any, data?: CopyDBClusterSnapshotCommandOutput) => void,
296
290
  ): void;
297
291
  copyDBClusterSnapshot(
298
292
  args: CopyDBClusterSnapshotCommandInput,
299
293
  options: __HttpHandlerOptions,
300
- cb: (err: any, data?: CopyDBClusterSnapshotCommandOutput) => void
294
+ cb: (err: any, data?: CopyDBClusterSnapshotCommandOutput) => void,
301
295
  ): void;
302
296
  createDBCluster(
303
297
  args: CreateDBClusterCommandInput,
304
- options?: __HttpHandlerOptions
298
+ options?: __HttpHandlerOptions,
305
299
  ): Promise<CreateDBClusterCommandOutput>;
306
300
  createDBCluster(
307
301
  args: CreateDBClusterCommandInput,
308
- cb: (err: any, data?: CreateDBClusterCommandOutput) => void
302
+ cb: (err: any, data?: CreateDBClusterCommandOutput) => void,
309
303
  ): void;
310
304
  createDBCluster(
311
305
  args: CreateDBClusterCommandInput,
312
306
  options: __HttpHandlerOptions,
313
- cb: (err: any, data?: CreateDBClusterCommandOutput) => void
307
+ cb: (err: any, data?: CreateDBClusterCommandOutput) => void,
314
308
  ): void;
315
309
  createDBClusterParameterGroup(
316
310
  args: CreateDBClusterParameterGroupCommandInput,
317
- options?: __HttpHandlerOptions
311
+ options?: __HttpHandlerOptions,
318
312
  ): Promise<CreateDBClusterParameterGroupCommandOutput>;
319
313
  createDBClusterParameterGroup(
320
314
  args: CreateDBClusterParameterGroupCommandInput,
321
- cb: (err: any, data?: CreateDBClusterParameterGroupCommandOutput) => void
315
+ cb: (err: any, data?: CreateDBClusterParameterGroupCommandOutput) => void,
322
316
  ): void;
323
317
  createDBClusterParameterGroup(
324
318
  args: CreateDBClusterParameterGroupCommandInput,
325
319
  options: __HttpHandlerOptions,
326
- cb: (err: any, data?: CreateDBClusterParameterGroupCommandOutput) => void
320
+ cb: (err: any, data?: CreateDBClusterParameterGroupCommandOutput) => void,
327
321
  ): void;
328
322
  createDBClusterSnapshot(
329
323
  args: CreateDBClusterSnapshotCommandInput,
330
- options?: __HttpHandlerOptions
324
+ options?: __HttpHandlerOptions,
331
325
  ): Promise<CreateDBClusterSnapshotCommandOutput>;
332
326
  createDBClusterSnapshot(
333
327
  args: CreateDBClusterSnapshotCommandInput,
334
- cb: (err: any, data?: CreateDBClusterSnapshotCommandOutput) => void
328
+ cb: (err: any, data?: CreateDBClusterSnapshotCommandOutput) => void,
335
329
  ): void;
336
330
  createDBClusterSnapshot(
337
331
  args: CreateDBClusterSnapshotCommandInput,
338
332
  options: __HttpHandlerOptions,
339
- cb: (err: any, data?: CreateDBClusterSnapshotCommandOutput) => void
333
+ cb: (err: any, data?: CreateDBClusterSnapshotCommandOutput) => void,
340
334
  ): void;
341
335
  createDBInstance(
342
336
  args: CreateDBInstanceCommandInput,
343
- options?: __HttpHandlerOptions
337
+ options?: __HttpHandlerOptions,
344
338
  ): Promise<CreateDBInstanceCommandOutput>;
345
339
  createDBInstance(
346
340
  args: CreateDBInstanceCommandInput,
347
- cb: (err: any, data?: CreateDBInstanceCommandOutput) => void
341
+ cb: (err: any, data?: CreateDBInstanceCommandOutput) => void,
348
342
  ): void;
349
343
  createDBInstance(
350
344
  args: CreateDBInstanceCommandInput,
351
345
  options: __HttpHandlerOptions,
352
- cb: (err: any, data?: CreateDBInstanceCommandOutput) => void
346
+ cb: (err: any, data?: CreateDBInstanceCommandOutput) => void,
353
347
  ): void;
354
348
  createDBSubnetGroup(
355
349
  args: CreateDBSubnetGroupCommandInput,
356
- options?: __HttpHandlerOptions
350
+ options?: __HttpHandlerOptions,
357
351
  ): Promise<CreateDBSubnetGroupCommandOutput>;
358
352
  createDBSubnetGroup(
359
353
  args: CreateDBSubnetGroupCommandInput,
360
- cb: (err: any, data?: CreateDBSubnetGroupCommandOutput) => void
354
+ cb: (err: any, data?: CreateDBSubnetGroupCommandOutput) => void,
361
355
  ): void;
362
356
  createDBSubnetGroup(
363
357
  args: CreateDBSubnetGroupCommandInput,
364
358
  options: __HttpHandlerOptions,
365
- cb: (err: any, data?: CreateDBSubnetGroupCommandOutput) => void
359
+ cb: (err: any, data?: CreateDBSubnetGroupCommandOutput) => void,
366
360
  ): void;
367
361
  createEventSubscription(
368
362
  args: CreateEventSubscriptionCommandInput,
369
- options?: __HttpHandlerOptions
363
+ options?: __HttpHandlerOptions,
370
364
  ): Promise<CreateEventSubscriptionCommandOutput>;
371
365
  createEventSubscription(
372
366
  args: CreateEventSubscriptionCommandInput,
373
- cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void
367
+ cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void,
374
368
  ): void;
375
369
  createEventSubscription(
376
370
  args: CreateEventSubscriptionCommandInput,
377
371
  options: __HttpHandlerOptions,
378
- cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void
372
+ cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void,
379
373
  ): void;
380
374
  createGlobalCluster(
381
375
  args: CreateGlobalClusterCommandInput,
382
- options?: __HttpHandlerOptions
376
+ options?: __HttpHandlerOptions,
383
377
  ): Promise<CreateGlobalClusterCommandOutput>;
384
378
  createGlobalCluster(
385
379
  args: CreateGlobalClusterCommandInput,
386
- cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void
380
+ cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void,
387
381
  ): void;
388
382
  createGlobalCluster(
389
383
  args: CreateGlobalClusterCommandInput,
390
384
  options: __HttpHandlerOptions,
391
- cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void
385
+ cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void,
392
386
  ): void;
393
387
  deleteDBCluster(
394
388
  args: DeleteDBClusterCommandInput,
395
- options?: __HttpHandlerOptions
389
+ options?: __HttpHandlerOptions,
396
390
  ): Promise<DeleteDBClusterCommandOutput>;
397
391
  deleteDBCluster(
398
392
  args: DeleteDBClusterCommandInput,
399
- cb: (err: any, data?: DeleteDBClusterCommandOutput) => void
393
+ cb: (err: any, data?: DeleteDBClusterCommandOutput) => void,
400
394
  ): void;
401
395
  deleteDBCluster(
402
396
  args: DeleteDBClusterCommandInput,
403
397
  options: __HttpHandlerOptions,
404
- cb: (err: any, data?: DeleteDBClusterCommandOutput) => void
398
+ cb: (err: any, data?: DeleteDBClusterCommandOutput) => void,
405
399
  ): void;
406
400
  deleteDBClusterParameterGroup(
407
401
  args: DeleteDBClusterParameterGroupCommandInput,
408
- options?: __HttpHandlerOptions
402
+ options?: __HttpHandlerOptions,
409
403
  ): Promise<DeleteDBClusterParameterGroupCommandOutput>;
410
404
  deleteDBClusterParameterGroup(
411
405
  args: DeleteDBClusterParameterGroupCommandInput,
412
- cb: (err: any, data?: DeleteDBClusterParameterGroupCommandOutput) => void
406
+ cb: (err: any, data?: DeleteDBClusterParameterGroupCommandOutput) => void,
413
407
  ): void;
414
408
  deleteDBClusterParameterGroup(
415
409
  args: DeleteDBClusterParameterGroupCommandInput,
416
410
  options: __HttpHandlerOptions,
417
- cb: (err: any, data?: DeleteDBClusterParameterGroupCommandOutput) => void
411
+ cb: (err: any, data?: DeleteDBClusterParameterGroupCommandOutput) => void,
418
412
  ): void;
419
413
  deleteDBClusterSnapshot(
420
414
  args: DeleteDBClusterSnapshotCommandInput,
421
- options?: __HttpHandlerOptions
415
+ options?: __HttpHandlerOptions,
422
416
  ): Promise<DeleteDBClusterSnapshotCommandOutput>;
423
417
  deleteDBClusterSnapshot(
424
418
  args: DeleteDBClusterSnapshotCommandInput,
425
- cb: (err: any, data?: DeleteDBClusterSnapshotCommandOutput) => void
419
+ cb: (err: any, data?: DeleteDBClusterSnapshotCommandOutput) => void,
426
420
  ): void;
427
421
  deleteDBClusterSnapshot(
428
422
  args: DeleteDBClusterSnapshotCommandInput,
429
423
  options: __HttpHandlerOptions,
430
- cb: (err: any, data?: DeleteDBClusterSnapshotCommandOutput) => void
424
+ cb: (err: any, data?: DeleteDBClusterSnapshotCommandOutput) => void,
431
425
  ): void;
432
426
  deleteDBInstance(
433
427
  args: DeleteDBInstanceCommandInput,
434
- options?: __HttpHandlerOptions
428
+ options?: __HttpHandlerOptions,
435
429
  ): Promise<DeleteDBInstanceCommandOutput>;
436
430
  deleteDBInstance(
437
431
  args: DeleteDBInstanceCommandInput,
438
- cb: (err: any, data?: DeleteDBInstanceCommandOutput) => void
432
+ cb: (err: any, data?: DeleteDBInstanceCommandOutput) => void,
439
433
  ): void;
440
434
  deleteDBInstance(
441
435
  args: DeleteDBInstanceCommandInput,
442
436
  options: __HttpHandlerOptions,
443
- cb: (err: any, data?: DeleteDBInstanceCommandOutput) => void
437
+ cb: (err: any, data?: DeleteDBInstanceCommandOutput) => void,
444
438
  ): void;
445
439
  deleteDBSubnetGroup(
446
440
  args: DeleteDBSubnetGroupCommandInput,
447
- options?: __HttpHandlerOptions
441
+ options?: __HttpHandlerOptions,
448
442
  ): Promise<DeleteDBSubnetGroupCommandOutput>;
449
443
  deleteDBSubnetGroup(
450
444
  args: DeleteDBSubnetGroupCommandInput,
451
- cb: (err: any, data?: DeleteDBSubnetGroupCommandOutput) => void
445
+ cb: (err: any, data?: DeleteDBSubnetGroupCommandOutput) => void,
452
446
  ): void;
453
447
  deleteDBSubnetGroup(
454
448
  args: DeleteDBSubnetGroupCommandInput,
455
449
  options: __HttpHandlerOptions,
456
- cb: (err: any, data?: DeleteDBSubnetGroupCommandOutput) => void
450
+ cb: (err: any, data?: DeleteDBSubnetGroupCommandOutput) => void,
457
451
  ): void;
458
452
  deleteEventSubscription(
459
453
  args: DeleteEventSubscriptionCommandInput,
460
- options?: __HttpHandlerOptions
454
+ options?: __HttpHandlerOptions,
461
455
  ): Promise<DeleteEventSubscriptionCommandOutput>;
462
456
  deleteEventSubscription(
463
457
  args: DeleteEventSubscriptionCommandInput,
464
- cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void
458
+ cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void,
465
459
  ): void;
466
460
  deleteEventSubscription(
467
461
  args: DeleteEventSubscriptionCommandInput,
468
462
  options: __HttpHandlerOptions,
469
- cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void
463
+ cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void,
470
464
  ): void;
471
465
  deleteGlobalCluster(
472
466
  args: DeleteGlobalClusterCommandInput,
473
- options?: __HttpHandlerOptions
467
+ options?: __HttpHandlerOptions,
474
468
  ): Promise<DeleteGlobalClusterCommandOutput>;
475
469
  deleteGlobalCluster(
476
470
  args: DeleteGlobalClusterCommandInput,
477
- cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void
471
+ cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void,
478
472
  ): void;
479
473
  deleteGlobalCluster(
480
474
  args: DeleteGlobalClusterCommandInput,
481
475
  options: __HttpHandlerOptions,
482
- cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void
476
+ cb: (err: any, data?: DeleteGlobalClusterCommandOutput) => void,
483
477
  ): void;
484
478
  describeCertificates(): Promise<DescribeCertificatesCommandOutput>;
485
479
  describeCertificates(
486
480
  args: DescribeCertificatesCommandInput,
487
- options?: __HttpHandlerOptions
481
+ options?: __HttpHandlerOptions,
488
482
  ): Promise<DescribeCertificatesCommandOutput>;
489
483
  describeCertificates(
490
484
  args: DescribeCertificatesCommandInput,
491
- cb: (err: any, data?: DescribeCertificatesCommandOutput) => void
485
+ cb: (err: any, data?: DescribeCertificatesCommandOutput) => void,
492
486
  ): void;
493
487
  describeCertificates(
494
488
  args: DescribeCertificatesCommandInput,
495
489
  options: __HttpHandlerOptions,
496
- cb: (err: any, data?: DescribeCertificatesCommandOutput) => void
490
+ cb: (err: any, data?: DescribeCertificatesCommandOutput) => void,
497
491
  ): void;
498
492
  describeDBClusterParameterGroups(): Promise<DescribeDBClusterParameterGroupsCommandOutput>;
499
493
  describeDBClusterParameterGroups(
500
494
  args: DescribeDBClusterParameterGroupsCommandInput,
501
- options?: __HttpHandlerOptions
495
+ options?: __HttpHandlerOptions,
502
496
  ): Promise<DescribeDBClusterParameterGroupsCommandOutput>;
503
497
  describeDBClusterParameterGroups(
504
498
  args: DescribeDBClusterParameterGroupsCommandInput,
505
- cb: (err: any, data?: DescribeDBClusterParameterGroupsCommandOutput) => void
499
+ cb: (err: any, data?: DescribeDBClusterParameterGroupsCommandOutput) => void,
506
500
  ): void;
507
501
  describeDBClusterParameterGroups(
508
502
  args: DescribeDBClusterParameterGroupsCommandInput,
509
503
  options: __HttpHandlerOptions,
510
- cb: (err: any, data?: DescribeDBClusterParameterGroupsCommandOutput) => void
504
+ cb: (err: any, data?: DescribeDBClusterParameterGroupsCommandOutput) => void,
511
505
  ): void;
512
506
  describeDBClusterParameters(
513
507
  args: DescribeDBClusterParametersCommandInput,
514
- options?: __HttpHandlerOptions
508
+ options?: __HttpHandlerOptions,
515
509
  ): Promise<DescribeDBClusterParametersCommandOutput>;
516
510
  describeDBClusterParameters(
517
511
  args: DescribeDBClusterParametersCommandInput,
518
- cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void
512
+ cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void,
519
513
  ): void;
520
514
  describeDBClusterParameters(
521
515
  args: DescribeDBClusterParametersCommandInput,
522
516
  options: __HttpHandlerOptions,
523
- cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void
517
+ cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void,
524
518
  ): void;
525
519
  describeDBClusters(): Promise<DescribeDBClustersCommandOutput>;
526
520
  describeDBClusters(
527
521
  args: DescribeDBClustersCommandInput,
528
- options?: __HttpHandlerOptions
522
+ options?: __HttpHandlerOptions,
529
523
  ): Promise<DescribeDBClustersCommandOutput>;
530
524
  describeDBClusters(
531
525
  args: DescribeDBClustersCommandInput,
532
- cb: (err: any, data?: DescribeDBClustersCommandOutput) => void
526
+ cb: (err: any, data?: DescribeDBClustersCommandOutput) => void,
533
527
  ): void;
534
528
  describeDBClusters(
535
529
  args: DescribeDBClustersCommandInput,
536
530
  options: __HttpHandlerOptions,
537
- cb: (err: any, data?: DescribeDBClustersCommandOutput) => void
531
+ cb: (err: any, data?: DescribeDBClustersCommandOutput) => void,
538
532
  ): void;
539
533
  describeDBClusterSnapshotAttributes(
540
534
  args: DescribeDBClusterSnapshotAttributesCommandInput,
541
- options?: __HttpHandlerOptions
535
+ options?: __HttpHandlerOptions,
542
536
  ): Promise<DescribeDBClusterSnapshotAttributesCommandOutput>;
543
537
  describeDBClusterSnapshotAttributes(
544
538
  args: DescribeDBClusterSnapshotAttributesCommandInput,
545
- cb: (
546
- err: any,
547
- data?: DescribeDBClusterSnapshotAttributesCommandOutput
548
- ) => void
539
+ cb: (err: any, data?: DescribeDBClusterSnapshotAttributesCommandOutput) => void,
549
540
  ): void;
550
541
  describeDBClusterSnapshotAttributes(
551
542
  args: DescribeDBClusterSnapshotAttributesCommandInput,
552
543
  options: __HttpHandlerOptions,
553
- cb: (
554
- err: any,
555
- data?: DescribeDBClusterSnapshotAttributesCommandOutput
556
- ) => void
544
+ cb: (err: any, data?: DescribeDBClusterSnapshotAttributesCommandOutput) => void,
557
545
  ): void;
558
546
  describeDBClusterSnapshots(): Promise<DescribeDBClusterSnapshotsCommandOutput>;
559
547
  describeDBClusterSnapshots(
560
548
  args: DescribeDBClusterSnapshotsCommandInput,
561
- options?: __HttpHandlerOptions
549
+ options?: __HttpHandlerOptions,
562
550
  ): Promise<DescribeDBClusterSnapshotsCommandOutput>;
563
551
  describeDBClusterSnapshots(
564
552
  args: DescribeDBClusterSnapshotsCommandInput,
565
- cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void
553
+ cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void,
566
554
  ): void;
567
555
  describeDBClusterSnapshots(
568
556
  args: DescribeDBClusterSnapshotsCommandInput,
569
557
  options: __HttpHandlerOptions,
570
- cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void
558
+ cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void,
571
559
  ): void;
572
560
  describeDBEngineVersions(): Promise<DescribeDBEngineVersionsCommandOutput>;
573
561
  describeDBEngineVersions(
574
562
  args: DescribeDBEngineVersionsCommandInput,
575
- options?: __HttpHandlerOptions
563
+ options?: __HttpHandlerOptions,
576
564
  ): Promise<DescribeDBEngineVersionsCommandOutput>;
577
565
  describeDBEngineVersions(
578
566
  args: DescribeDBEngineVersionsCommandInput,
579
- cb: (err: any, data?: DescribeDBEngineVersionsCommandOutput) => void
567
+ cb: (err: any, data?: DescribeDBEngineVersionsCommandOutput) => void,
580
568
  ): void;
581
569
  describeDBEngineVersions(
582
570
  args: DescribeDBEngineVersionsCommandInput,
583
571
  options: __HttpHandlerOptions,
584
- cb: (err: any, data?: DescribeDBEngineVersionsCommandOutput) => void
572
+ cb: (err: any, data?: DescribeDBEngineVersionsCommandOutput) => void,
585
573
  ): void;
586
574
  describeDBInstances(): Promise<DescribeDBInstancesCommandOutput>;
587
575
  describeDBInstances(
588
576
  args: DescribeDBInstancesCommandInput,
589
- options?: __HttpHandlerOptions
577
+ options?: __HttpHandlerOptions,
590
578
  ): Promise<DescribeDBInstancesCommandOutput>;
591
579
  describeDBInstances(
592
580
  args: DescribeDBInstancesCommandInput,
593
- cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void
581
+ cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void,
594
582
  ): void;
595
583
  describeDBInstances(
596
584
  args: DescribeDBInstancesCommandInput,
597
585
  options: __HttpHandlerOptions,
598
- cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void
586
+ cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void,
599
587
  ): void;
600
588
  describeDBSubnetGroups(): Promise<DescribeDBSubnetGroupsCommandOutput>;
601
589
  describeDBSubnetGroups(
602
590
  args: DescribeDBSubnetGroupsCommandInput,
603
- options?: __HttpHandlerOptions
591
+ options?: __HttpHandlerOptions,
604
592
  ): Promise<DescribeDBSubnetGroupsCommandOutput>;
605
593
  describeDBSubnetGroups(
606
594
  args: DescribeDBSubnetGroupsCommandInput,
607
- cb: (err: any, data?: DescribeDBSubnetGroupsCommandOutput) => void
595
+ cb: (err: any, data?: DescribeDBSubnetGroupsCommandOutput) => void,
608
596
  ): void;
609
597
  describeDBSubnetGroups(
610
598
  args: DescribeDBSubnetGroupsCommandInput,
611
599
  options: __HttpHandlerOptions,
612
- cb: (err: any, data?: DescribeDBSubnetGroupsCommandOutput) => void
600
+ cb: (err: any, data?: DescribeDBSubnetGroupsCommandOutput) => void,
613
601
  ): void;
614
602
  describeEngineDefaultClusterParameters(
615
603
  args: DescribeEngineDefaultClusterParametersCommandInput,
616
- options?: __HttpHandlerOptions
604
+ options?: __HttpHandlerOptions,
617
605
  ): Promise<DescribeEngineDefaultClusterParametersCommandOutput>;
618
606
  describeEngineDefaultClusterParameters(
619
607
  args: DescribeEngineDefaultClusterParametersCommandInput,
620
- cb: (
621
- err: any,
622
- data?: DescribeEngineDefaultClusterParametersCommandOutput
623
- ) => void
608
+ cb: (err: any, data?: DescribeEngineDefaultClusterParametersCommandOutput) => void,
624
609
  ): void;
625
610
  describeEngineDefaultClusterParameters(
626
611
  args: DescribeEngineDefaultClusterParametersCommandInput,
627
612
  options: __HttpHandlerOptions,
628
- cb: (
629
- err: any,
630
- data?: DescribeEngineDefaultClusterParametersCommandOutput
631
- ) => void
613
+ cb: (err: any, data?: DescribeEngineDefaultClusterParametersCommandOutput) => void,
632
614
  ): void;
633
615
  describeEventCategories(): Promise<DescribeEventCategoriesCommandOutput>;
634
616
  describeEventCategories(
635
617
  args: DescribeEventCategoriesCommandInput,
636
- options?: __HttpHandlerOptions
618
+ options?: __HttpHandlerOptions,
637
619
  ): Promise<DescribeEventCategoriesCommandOutput>;
638
620
  describeEventCategories(
639
621
  args: DescribeEventCategoriesCommandInput,
640
- cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
622
+ cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void,
641
623
  ): void;
642
624
  describeEventCategories(
643
625
  args: DescribeEventCategoriesCommandInput,
644
626
  options: __HttpHandlerOptions,
645
- cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
627
+ cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void,
646
628
  ): void;
647
629
  describeEvents(): Promise<DescribeEventsCommandOutput>;
648
630
  describeEvents(
649
631
  args: DescribeEventsCommandInput,
650
- options?: __HttpHandlerOptions
632
+ options?: __HttpHandlerOptions,
651
633
  ): Promise<DescribeEventsCommandOutput>;
652
634
  describeEvents(
653
635
  args: DescribeEventsCommandInput,
654
- cb: (err: any, data?: DescribeEventsCommandOutput) => void
636
+ cb: (err: any, data?: DescribeEventsCommandOutput) => void,
655
637
  ): void;
656
638
  describeEvents(
657
639
  args: DescribeEventsCommandInput,
658
640
  options: __HttpHandlerOptions,
659
- cb: (err: any, data?: DescribeEventsCommandOutput) => void
641
+ cb: (err: any, data?: DescribeEventsCommandOutput) => void,
660
642
  ): void;
661
643
  describeEventSubscriptions(): Promise<DescribeEventSubscriptionsCommandOutput>;
662
644
  describeEventSubscriptions(
663
645
  args: DescribeEventSubscriptionsCommandInput,
664
- options?: __HttpHandlerOptions
646
+ options?: __HttpHandlerOptions,
665
647
  ): Promise<DescribeEventSubscriptionsCommandOutput>;
666
648
  describeEventSubscriptions(
667
649
  args: DescribeEventSubscriptionsCommandInput,
668
- cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
650
+ cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void,
669
651
  ): void;
670
652
  describeEventSubscriptions(
671
653
  args: DescribeEventSubscriptionsCommandInput,
672
654
  options: __HttpHandlerOptions,
673
- cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
655
+ cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void,
674
656
  ): void;
675
657
  describeGlobalClusters(): Promise<DescribeGlobalClustersCommandOutput>;
676
658
  describeGlobalClusters(
677
659
  args: DescribeGlobalClustersCommandInput,
678
- options?: __HttpHandlerOptions
660
+ options?: __HttpHandlerOptions,
679
661
  ): Promise<DescribeGlobalClustersCommandOutput>;
680
662
  describeGlobalClusters(
681
663
  args: DescribeGlobalClustersCommandInput,
682
- cb: (err: any, data?: DescribeGlobalClustersCommandOutput) => void
664
+ cb: (err: any, data?: DescribeGlobalClustersCommandOutput) => void,
683
665
  ): void;
684
666
  describeGlobalClusters(
685
667
  args: DescribeGlobalClustersCommandInput,
686
668
  options: __HttpHandlerOptions,
687
- cb: (err: any, data?: DescribeGlobalClustersCommandOutput) => void
669
+ cb: (err: any, data?: DescribeGlobalClustersCommandOutput) => void,
688
670
  ): void;
689
671
  describeOrderableDBInstanceOptions(
690
672
  args: DescribeOrderableDBInstanceOptionsCommandInput,
691
- options?: __HttpHandlerOptions
673
+ options?: __HttpHandlerOptions,
692
674
  ): Promise<DescribeOrderableDBInstanceOptionsCommandOutput>;
693
675
  describeOrderableDBInstanceOptions(
694
676
  args: DescribeOrderableDBInstanceOptionsCommandInput,
695
- cb: (
696
- err: any,
697
- data?: DescribeOrderableDBInstanceOptionsCommandOutput
698
- ) => void
677
+ cb: (err: any, data?: DescribeOrderableDBInstanceOptionsCommandOutput) => void,
699
678
  ): void;
700
679
  describeOrderableDBInstanceOptions(
701
680
  args: DescribeOrderableDBInstanceOptionsCommandInput,
702
681
  options: __HttpHandlerOptions,
703
- cb: (
704
- err: any,
705
- data?: DescribeOrderableDBInstanceOptionsCommandOutput
706
- ) => void
682
+ cb: (err: any, data?: DescribeOrderableDBInstanceOptionsCommandOutput) => void,
707
683
  ): void;
708
684
  describePendingMaintenanceActions(): Promise<DescribePendingMaintenanceActionsCommandOutput>;
709
685
  describePendingMaintenanceActions(
710
686
  args: DescribePendingMaintenanceActionsCommandInput,
711
- options?: __HttpHandlerOptions
687
+ options?: __HttpHandlerOptions,
712
688
  ): Promise<DescribePendingMaintenanceActionsCommandOutput>;
713
689
  describePendingMaintenanceActions(
714
690
  args: DescribePendingMaintenanceActionsCommandInput,
715
- cb: (
716
- err: any,
717
- data?: DescribePendingMaintenanceActionsCommandOutput
718
- ) => void
691
+ cb: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void,
719
692
  ): void;
720
693
  describePendingMaintenanceActions(
721
694
  args: DescribePendingMaintenanceActionsCommandInput,
722
695
  options: __HttpHandlerOptions,
723
- cb: (
724
- err: any,
725
- data?: DescribePendingMaintenanceActionsCommandOutput
726
- ) => void
696
+ cb: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void,
727
697
  ): void;
728
698
  failoverDBCluster(): Promise<FailoverDBClusterCommandOutput>;
729
699
  failoverDBCluster(
730
700
  args: FailoverDBClusterCommandInput,
731
- options?: __HttpHandlerOptions
701
+ options?: __HttpHandlerOptions,
732
702
  ): Promise<FailoverDBClusterCommandOutput>;
733
703
  failoverDBCluster(
734
704
  args: FailoverDBClusterCommandInput,
735
- cb: (err: any, data?: FailoverDBClusterCommandOutput) => void
705
+ cb: (err: any, data?: FailoverDBClusterCommandOutput) => void,
736
706
  ): void;
737
707
  failoverDBCluster(
738
708
  args: FailoverDBClusterCommandInput,
739
709
  options: __HttpHandlerOptions,
740
- cb: (err: any, data?: FailoverDBClusterCommandOutput) => void
710
+ cb: (err: any, data?: FailoverDBClusterCommandOutput) => void,
741
711
  ): void;
742
712
  failoverGlobalCluster(
743
713
  args: FailoverGlobalClusterCommandInput,
744
- options?: __HttpHandlerOptions
714
+ options?: __HttpHandlerOptions,
745
715
  ): Promise<FailoverGlobalClusterCommandOutput>;
746
716
  failoverGlobalCluster(
747
717
  args: FailoverGlobalClusterCommandInput,
748
- cb: (err: any, data?: FailoverGlobalClusterCommandOutput) => void
718
+ cb: (err: any, data?: FailoverGlobalClusterCommandOutput) => void,
749
719
  ): void;
750
720
  failoverGlobalCluster(
751
721
  args: FailoverGlobalClusterCommandInput,
752
722
  options: __HttpHandlerOptions,
753
- cb: (err: any, data?: FailoverGlobalClusterCommandOutput) => void
723
+ cb: (err: any, data?: FailoverGlobalClusterCommandOutput) => void,
754
724
  ): void;
755
725
  listTagsForResource(
756
726
  args: ListTagsForResourceCommandInput,
757
- options?: __HttpHandlerOptions
727
+ options?: __HttpHandlerOptions,
758
728
  ): Promise<ListTagsForResourceCommandOutput>;
759
729
  listTagsForResource(
760
730
  args: ListTagsForResourceCommandInput,
761
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
731
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
762
732
  ): void;
763
733
  listTagsForResource(
764
734
  args: ListTagsForResourceCommandInput,
765
735
  options: __HttpHandlerOptions,
766
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
736
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
767
737
  ): void;
768
738
  modifyDBCluster(
769
739
  args: ModifyDBClusterCommandInput,
770
- options?: __HttpHandlerOptions
740
+ options?: __HttpHandlerOptions,
771
741
  ): Promise<ModifyDBClusterCommandOutput>;
772
742
  modifyDBCluster(
773
743
  args: ModifyDBClusterCommandInput,
774
- cb: (err: any, data?: ModifyDBClusterCommandOutput) => void
744
+ cb: (err: any, data?: ModifyDBClusterCommandOutput) => void,
775
745
  ): void;
776
746
  modifyDBCluster(
777
747
  args: ModifyDBClusterCommandInput,
778
748
  options: __HttpHandlerOptions,
779
- cb: (err: any, data?: ModifyDBClusterCommandOutput) => void
749
+ cb: (err: any, data?: ModifyDBClusterCommandOutput) => void,
780
750
  ): void;
781
751
  modifyDBClusterParameterGroup(
782
752
  args: ModifyDBClusterParameterGroupCommandInput,
783
- options?: __HttpHandlerOptions
753
+ options?: __HttpHandlerOptions,
784
754
  ): Promise<ModifyDBClusterParameterGroupCommandOutput>;
785
755
  modifyDBClusterParameterGroup(
786
756
  args: ModifyDBClusterParameterGroupCommandInput,
787
- cb: (err: any, data?: ModifyDBClusterParameterGroupCommandOutput) => void
757
+ cb: (err: any, data?: ModifyDBClusterParameterGroupCommandOutput) => void,
788
758
  ): void;
789
759
  modifyDBClusterParameterGroup(
790
760
  args: ModifyDBClusterParameterGroupCommandInput,
791
761
  options: __HttpHandlerOptions,
792
- cb: (err: any, data?: ModifyDBClusterParameterGroupCommandOutput) => void
762
+ cb: (err: any, data?: ModifyDBClusterParameterGroupCommandOutput) => void,
793
763
  ): void;
794
764
  modifyDBClusterSnapshotAttribute(
795
765
  args: ModifyDBClusterSnapshotAttributeCommandInput,
796
- options?: __HttpHandlerOptions
766
+ options?: __HttpHandlerOptions,
797
767
  ): Promise<ModifyDBClusterSnapshotAttributeCommandOutput>;
798
768
  modifyDBClusterSnapshotAttribute(
799
769
  args: ModifyDBClusterSnapshotAttributeCommandInput,
800
- cb: (err: any, data?: ModifyDBClusterSnapshotAttributeCommandOutput) => void
770
+ cb: (err: any, data?: ModifyDBClusterSnapshotAttributeCommandOutput) => void,
801
771
  ): void;
802
772
  modifyDBClusterSnapshotAttribute(
803
773
  args: ModifyDBClusterSnapshotAttributeCommandInput,
804
774
  options: __HttpHandlerOptions,
805
- cb: (err: any, data?: ModifyDBClusterSnapshotAttributeCommandOutput) => void
775
+ cb: (err: any, data?: ModifyDBClusterSnapshotAttributeCommandOutput) => void,
806
776
  ): void;
807
777
  modifyDBInstance(
808
778
  args: ModifyDBInstanceCommandInput,
809
- options?: __HttpHandlerOptions
779
+ options?: __HttpHandlerOptions,
810
780
  ): Promise<ModifyDBInstanceCommandOutput>;
811
781
  modifyDBInstance(
812
782
  args: ModifyDBInstanceCommandInput,
813
- cb: (err: any, data?: ModifyDBInstanceCommandOutput) => void
783
+ cb: (err: any, data?: ModifyDBInstanceCommandOutput) => void,
814
784
  ): void;
815
785
  modifyDBInstance(
816
786
  args: ModifyDBInstanceCommandInput,
817
787
  options: __HttpHandlerOptions,
818
- cb: (err: any, data?: ModifyDBInstanceCommandOutput) => void
788
+ cb: (err: any, data?: ModifyDBInstanceCommandOutput) => void,
819
789
  ): void;
820
790
  modifyDBSubnetGroup(
821
791
  args: ModifyDBSubnetGroupCommandInput,
822
- options?: __HttpHandlerOptions
792
+ options?: __HttpHandlerOptions,
823
793
  ): Promise<ModifyDBSubnetGroupCommandOutput>;
824
794
  modifyDBSubnetGroup(
825
795
  args: ModifyDBSubnetGroupCommandInput,
826
- cb: (err: any, data?: ModifyDBSubnetGroupCommandOutput) => void
796
+ cb: (err: any, data?: ModifyDBSubnetGroupCommandOutput) => void,
827
797
  ): void;
828
798
  modifyDBSubnetGroup(
829
799
  args: ModifyDBSubnetGroupCommandInput,
830
800
  options: __HttpHandlerOptions,
831
- cb: (err: any, data?: ModifyDBSubnetGroupCommandOutput) => void
801
+ cb: (err: any, data?: ModifyDBSubnetGroupCommandOutput) => void,
832
802
  ): void;
833
803
  modifyEventSubscription(
834
804
  args: ModifyEventSubscriptionCommandInput,
835
- options?: __HttpHandlerOptions
805
+ options?: __HttpHandlerOptions,
836
806
  ): Promise<ModifyEventSubscriptionCommandOutput>;
837
807
  modifyEventSubscription(
838
808
  args: ModifyEventSubscriptionCommandInput,
839
- cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
809
+ cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void,
840
810
  ): void;
841
811
  modifyEventSubscription(
842
812
  args: ModifyEventSubscriptionCommandInput,
843
813
  options: __HttpHandlerOptions,
844
- cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
814
+ cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void,
845
815
  ): void;
846
816
  modifyGlobalCluster(
847
817
  args: ModifyGlobalClusterCommandInput,
848
- options?: __HttpHandlerOptions
818
+ options?: __HttpHandlerOptions,
849
819
  ): Promise<ModifyGlobalClusterCommandOutput>;
850
820
  modifyGlobalCluster(
851
821
  args: ModifyGlobalClusterCommandInput,
852
- cb: (err: any, data?: ModifyGlobalClusterCommandOutput) => void
822
+ cb: (err: any, data?: ModifyGlobalClusterCommandOutput) => void,
853
823
  ): void;
854
824
  modifyGlobalCluster(
855
825
  args: ModifyGlobalClusterCommandInput,
856
826
  options: __HttpHandlerOptions,
857
- cb: (err: any, data?: ModifyGlobalClusterCommandOutput) => void
827
+ cb: (err: any, data?: ModifyGlobalClusterCommandOutput) => void,
858
828
  ): void;
859
829
  rebootDBInstance(
860
830
  args: RebootDBInstanceCommandInput,
861
- options?: __HttpHandlerOptions
831
+ options?: __HttpHandlerOptions,
862
832
  ): Promise<RebootDBInstanceCommandOutput>;
863
833
  rebootDBInstance(
864
834
  args: RebootDBInstanceCommandInput,
865
- cb: (err: any, data?: RebootDBInstanceCommandOutput) => void
835
+ cb: (err: any, data?: RebootDBInstanceCommandOutput) => void,
866
836
  ): void;
867
837
  rebootDBInstance(
868
838
  args: RebootDBInstanceCommandInput,
869
839
  options: __HttpHandlerOptions,
870
- cb: (err: any, data?: RebootDBInstanceCommandOutput) => void
840
+ cb: (err: any, data?: RebootDBInstanceCommandOutput) => void,
871
841
  ): void;
872
842
  removeFromGlobalCluster(
873
843
  args: RemoveFromGlobalClusterCommandInput,
874
- options?: __HttpHandlerOptions
844
+ options?: __HttpHandlerOptions,
875
845
  ): Promise<RemoveFromGlobalClusterCommandOutput>;
876
846
  removeFromGlobalCluster(
877
847
  args: RemoveFromGlobalClusterCommandInput,
878
- cb: (err: any, data?: RemoveFromGlobalClusterCommandOutput) => void
848
+ cb: (err: any, data?: RemoveFromGlobalClusterCommandOutput) => void,
879
849
  ): void;
880
850
  removeFromGlobalCluster(
881
851
  args: RemoveFromGlobalClusterCommandInput,
882
852
  options: __HttpHandlerOptions,
883
- cb: (err: any, data?: RemoveFromGlobalClusterCommandOutput) => void
853
+ cb: (err: any, data?: RemoveFromGlobalClusterCommandOutput) => void,
884
854
  ): void;
885
855
  removeSourceIdentifierFromSubscription(
886
856
  args: RemoveSourceIdentifierFromSubscriptionCommandInput,
887
- options?: __HttpHandlerOptions
857
+ options?: __HttpHandlerOptions,
888
858
  ): Promise<RemoveSourceIdentifierFromSubscriptionCommandOutput>;
889
859
  removeSourceIdentifierFromSubscription(
890
860
  args: RemoveSourceIdentifierFromSubscriptionCommandInput,
891
- cb: (
892
- err: any,
893
- data?: RemoveSourceIdentifierFromSubscriptionCommandOutput
894
- ) => void
861
+ cb: (err: any, data?: RemoveSourceIdentifierFromSubscriptionCommandOutput) => void,
895
862
  ): void;
896
863
  removeSourceIdentifierFromSubscription(
897
864
  args: RemoveSourceIdentifierFromSubscriptionCommandInput,
898
865
  options: __HttpHandlerOptions,
899
- cb: (
900
- err: any,
901
- data?: RemoveSourceIdentifierFromSubscriptionCommandOutput
902
- ) => void
866
+ cb: (err: any, data?: RemoveSourceIdentifierFromSubscriptionCommandOutput) => void,
903
867
  ): void;
904
868
  removeTagsFromResource(
905
869
  args: RemoveTagsFromResourceCommandInput,
906
- options?: __HttpHandlerOptions
870
+ options?: __HttpHandlerOptions,
907
871
  ): Promise<RemoveTagsFromResourceCommandOutput>;
908
872
  removeTagsFromResource(
909
873
  args: RemoveTagsFromResourceCommandInput,
910
- cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
874
+ cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void,
911
875
  ): void;
912
876
  removeTagsFromResource(
913
877
  args: RemoveTagsFromResourceCommandInput,
914
878
  options: __HttpHandlerOptions,
915
- cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
879
+ cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void,
916
880
  ): void;
917
881
  resetDBClusterParameterGroup(
918
882
  args: ResetDBClusterParameterGroupCommandInput,
919
- options?: __HttpHandlerOptions
883
+ options?: __HttpHandlerOptions,
920
884
  ): Promise<ResetDBClusterParameterGroupCommandOutput>;
921
885
  resetDBClusterParameterGroup(
922
886
  args: ResetDBClusterParameterGroupCommandInput,
923
- cb: (err: any, data?: ResetDBClusterParameterGroupCommandOutput) => void
887
+ cb: (err: any, data?: ResetDBClusterParameterGroupCommandOutput) => void,
924
888
  ): void;
925
889
  resetDBClusterParameterGroup(
926
890
  args: ResetDBClusterParameterGroupCommandInput,
927
891
  options: __HttpHandlerOptions,
928
- cb: (err: any, data?: ResetDBClusterParameterGroupCommandOutput) => void
892
+ cb: (err: any, data?: ResetDBClusterParameterGroupCommandOutput) => void,
929
893
  ): void;
930
894
  restoreDBClusterFromSnapshot(
931
895
  args: RestoreDBClusterFromSnapshotCommandInput,
932
- options?: __HttpHandlerOptions
896
+ options?: __HttpHandlerOptions,
933
897
  ): Promise<RestoreDBClusterFromSnapshotCommandOutput>;
934
898
  restoreDBClusterFromSnapshot(
935
899
  args: RestoreDBClusterFromSnapshotCommandInput,
936
- cb: (err: any, data?: RestoreDBClusterFromSnapshotCommandOutput) => void
900
+ cb: (err: any, data?: RestoreDBClusterFromSnapshotCommandOutput) => void,
937
901
  ): void;
938
902
  restoreDBClusterFromSnapshot(
939
903
  args: RestoreDBClusterFromSnapshotCommandInput,
940
904
  options: __HttpHandlerOptions,
941
- cb: (err: any, data?: RestoreDBClusterFromSnapshotCommandOutput) => void
905
+ cb: (err: any, data?: RestoreDBClusterFromSnapshotCommandOutput) => void,
942
906
  ): void;
943
907
  restoreDBClusterToPointInTime(
944
908
  args: RestoreDBClusterToPointInTimeCommandInput,
945
- options?: __HttpHandlerOptions
909
+ options?: __HttpHandlerOptions,
946
910
  ): Promise<RestoreDBClusterToPointInTimeCommandOutput>;
947
911
  restoreDBClusterToPointInTime(
948
912
  args: RestoreDBClusterToPointInTimeCommandInput,
949
- cb: (err: any, data?: RestoreDBClusterToPointInTimeCommandOutput) => void
913
+ cb: (err: any, data?: RestoreDBClusterToPointInTimeCommandOutput) => void,
950
914
  ): void;
951
915
  restoreDBClusterToPointInTime(
952
916
  args: RestoreDBClusterToPointInTimeCommandInput,
953
917
  options: __HttpHandlerOptions,
954
- cb: (err: any, data?: RestoreDBClusterToPointInTimeCommandOutput) => void
918
+ cb: (err: any, data?: RestoreDBClusterToPointInTimeCommandOutput) => void,
955
919
  ): void;
956
920
  startDBCluster(
957
921
  args: StartDBClusterCommandInput,
958
- options?: __HttpHandlerOptions
922
+ options?: __HttpHandlerOptions,
959
923
  ): Promise<StartDBClusterCommandOutput>;
960
924
  startDBCluster(
961
925
  args: StartDBClusterCommandInput,
962
- cb: (err: any, data?: StartDBClusterCommandOutput) => void
926
+ cb: (err: any, data?: StartDBClusterCommandOutput) => void,
963
927
  ): void;
964
928
  startDBCluster(
965
929
  args: StartDBClusterCommandInput,
966
930
  options: __HttpHandlerOptions,
967
- cb: (err: any, data?: StartDBClusterCommandOutput) => void
931
+ cb: (err: any, data?: StartDBClusterCommandOutput) => void,
968
932
  ): void;
969
933
  stopDBCluster(
970
934
  args: StopDBClusterCommandInput,
971
- options?: __HttpHandlerOptions
935
+ options?: __HttpHandlerOptions,
972
936
  ): Promise<StopDBClusterCommandOutput>;
973
937
  stopDBCluster(
974
938
  args: StopDBClusterCommandInput,
975
- cb: (err: any, data?: StopDBClusterCommandOutput) => void
939
+ cb: (err: any, data?: StopDBClusterCommandOutput) => void,
976
940
  ): void;
977
941
  stopDBCluster(
978
942
  args: StopDBClusterCommandInput,
979
943
  options: __HttpHandlerOptions,
980
- cb: (err: any, data?: StopDBClusterCommandOutput) => void
944
+ cb: (err: any, data?: StopDBClusterCommandOutput) => void,
981
945
  ): void;
982
946
  switchoverGlobalCluster(
983
947
  args: SwitchoverGlobalClusterCommandInput,
984
- options?: __HttpHandlerOptions
948
+ options?: __HttpHandlerOptions,
985
949
  ): Promise<SwitchoverGlobalClusterCommandOutput>;
986
950
  switchoverGlobalCluster(
987
951
  args: SwitchoverGlobalClusterCommandInput,
988
- cb: (err: any, data?: SwitchoverGlobalClusterCommandOutput) => void
952
+ cb: (err: any, data?: SwitchoverGlobalClusterCommandOutput) => void,
989
953
  ): void;
990
954
  switchoverGlobalCluster(
991
955
  args: SwitchoverGlobalClusterCommandInput,
992
956
  options: __HttpHandlerOptions,
993
- cb: (err: any, data?: SwitchoverGlobalClusterCommandOutput) => void
957
+ cb: (err: any, data?: SwitchoverGlobalClusterCommandOutput) => void,
994
958
  ): void;
995
959
  paginateDescribeCertificates(
996
960
  args?: DescribeCertificatesCommandInput,
997
961
  paginationConfig?: Pick<
998
962
  PaginationConfiguration,
999
963
  Exclude<keyof PaginationConfiguration, "client">
1000
- >
964
+ >,
1001
965
  ): Paginator<DescribeCertificatesCommandOutput>;
1002
966
  paginateDescribeDBClusterParameterGroups(
1003
967
  args?: DescribeDBClusterParameterGroupsCommandInput,
1004
968
  paginationConfig?: Pick<
1005
969
  PaginationConfiguration,
1006
970
  Exclude<keyof PaginationConfiguration, "client">
1007
- >
971
+ >,
1008
972
  ): Paginator<DescribeDBClusterParameterGroupsCommandOutput>;
1009
973
  paginateDescribeDBClusterParameters(
1010
974
  args: DescribeDBClusterParametersCommandInput,
1011
975
  paginationConfig?: Pick<
1012
976
  PaginationConfiguration,
1013
977
  Exclude<keyof PaginationConfiguration, "client">
1014
- >
978
+ >,
1015
979
  ): Paginator<DescribeDBClusterParametersCommandOutput>;
1016
980
  paginateDescribeDBClusters(
1017
981
  args?: DescribeDBClustersCommandInput,
1018
982
  paginationConfig?: Pick<
1019
983
  PaginationConfiguration,
1020
984
  Exclude<keyof PaginationConfiguration, "client">
1021
- >
985
+ >,
1022
986
  ): Paginator<DescribeDBClustersCommandOutput>;
1023
987
  paginateDescribeDBClusterSnapshots(
1024
988
  args?: DescribeDBClusterSnapshotsCommandInput,
1025
989
  paginationConfig?: Pick<
1026
990
  PaginationConfiguration,
1027
991
  Exclude<keyof PaginationConfiguration, "client">
1028
- >
992
+ >,
1029
993
  ): Paginator<DescribeDBClusterSnapshotsCommandOutput>;
1030
994
  paginateDescribeDBEngineVersions(
1031
995
  args?: DescribeDBEngineVersionsCommandInput,
1032
996
  paginationConfig?: Pick<
1033
997
  PaginationConfiguration,
1034
998
  Exclude<keyof PaginationConfiguration, "client">
1035
- >
999
+ >,
1036
1000
  ): Paginator<DescribeDBEngineVersionsCommandOutput>;
1037
1001
  paginateDescribeDBInstances(
1038
1002
  args?: DescribeDBInstancesCommandInput,
1039
1003
  paginationConfig?: Pick<
1040
1004
  PaginationConfiguration,
1041
1005
  Exclude<keyof PaginationConfiguration, "client">
1042
- >
1006
+ >,
1043
1007
  ): Paginator<DescribeDBInstancesCommandOutput>;
1044
1008
  paginateDescribeDBSubnetGroups(
1045
1009
  args?: DescribeDBSubnetGroupsCommandInput,
1046
1010
  paginationConfig?: Pick<
1047
1011
  PaginationConfiguration,
1048
1012
  Exclude<keyof PaginationConfiguration, "client">
1049
- >
1013
+ >,
1050
1014
  ): Paginator<DescribeDBSubnetGroupsCommandOutput>;
1051
1015
  paginateDescribeEvents(
1052
1016
  args?: DescribeEventsCommandInput,
1053
1017
  paginationConfig?: Pick<
1054
1018
  PaginationConfiguration,
1055
1019
  Exclude<keyof PaginationConfiguration, "client">
1056
- >
1020
+ >,
1057
1021
  ): Paginator<DescribeEventsCommandOutput>;
1058
1022
  paginateDescribeEventSubscriptions(
1059
1023
  args?: DescribeEventSubscriptionsCommandInput,
1060
1024
  paginationConfig?: Pick<
1061
1025
  PaginationConfiguration,
1062
1026
  Exclude<keyof PaginationConfiguration, "client">
1063
- >
1027
+ >,
1064
1028
  ): Paginator<DescribeEventSubscriptionsCommandOutput>;
1065
1029
  paginateDescribeGlobalClusters(
1066
1030
  args?: DescribeGlobalClustersCommandInput,
1067
1031
  paginationConfig?: Pick<
1068
1032
  PaginationConfiguration,
1069
1033
  Exclude<keyof PaginationConfiguration, "client">
1070
- >
1034
+ >,
1071
1035
  ): Paginator<DescribeGlobalClustersCommandOutput>;
1072
1036
  paginateDescribeOrderableDBInstanceOptions(
1073
1037
  args: DescribeOrderableDBInstanceOptionsCommandInput,
1074
1038
  paginationConfig?: Pick<
1075
1039
  PaginationConfiguration,
1076
1040
  Exclude<keyof PaginationConfiguration, "client">
1077
- >
1041
+ >,
1078
1042
  ): Paginator<DescribeOrderableDBInstanceOptionsCommandOutput>;
1079
1043
  paginateDescribePendingMaintenanceActions(
1080
1044
  args?: DescribePendingMaintenanceActionsCommandInput,
1081
1045
  paginationConfig?: Pick<
1082
1046
  PaginationConfiguration,
1083
1047
  Exclude<keyof PaginationConfiguration, "client">
1084
- >
1048
+ >,
1085
1049
  ): Paginator<DescribePendingMaintenanceActionsCommandOutput>;
1086
1050
  waitUntilDBInstanceAvailable(
1087
1051
  args: DescribeDBInstancesCommandInput,
1088
1052
  waiterConfig:
1089
1053
  | number
1090
- | Pick<
1091
- WaiterConfiguration<DocDB>,
1092
- Exclude<keyof WaiterConfiguration<DocDB>, "client">
1093
- >
1054
+ | Pick<WaiterConfiguration<DocDB>, Exclude<keyof WaiterConfiguration<DocDB>, "client">>,
1094
1055
  ): Promise<WaiterResult<DescribeDBInstancesCommandOutput>>;
1095
1056
  waitUntilDBInstanceDeleted(
1096
1057
  args: DescribeDBInstancesCommandInput,
1097
1058
  waiterConfig:
1098
1059
  | number
1099
- | Pick<
1100
- WaiterConfiguration<DocDB>,
1101
- Exclude<keyof WaiterConfiguration<DocDB>, "client">
1102
- >
1103
- ): Promise<
1104
- WaiterResult<DescribeDBInstancesCommandOutput | DBInstanceNotFoundFault>
1105
- >;
1060
+ | Pick<WaiterConfiguration<DocDB>, Exclude<keyof WaiterConfiguration<DocDB>, "client">>,
1061
+ ): Promise<WaiterResult<DescribeDBInstancesCommandOutput | DBInstanceNotFoundFault>>;
1106
1062
  }
1107
1063
  export declare class DocDB extends DocDBClient implements DocDB {}