@aws-sdk/client-docdb 3.721.0 → 3.726.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +630 -548
- package/dist-es/DocDBClient.js +1 -0
- package/dist-es/models/models_0.js +114 -114
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +45 -45
package/dist-cjs/index.js
CHANGED
|
@@ -255,7 +255,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
255
255
|
}, "resolveRuntimeExtensions");
|
|
256
256
|
|
|
257
257
|
// src/DocDBClient.ts
|
|
258
|
-
var
|
|
258
|
+
var DocDBClient = class extends import_smithy_client.Client {
|
|
259
|
+
static {
|
|
260
|
+
__name(this, "DocDBClient");
|
|
261
|
+
}
|
|
262
|
+
/**
|
|
263
|
+
* The resolved configuration of DocDBClient class. This is resolved and normalized from the {@link DocDBClientConfig | constructor configuration interface}.
|
|
264
|
+
*/
|
|
265
|
+
config;
|
|
259
266
|
constructor(...[configuration]) {
|
|
260
267
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
261
268
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -265,7 +272,7 @@ var _DocDBClient = class _DocDBClient extends import_smithy_client.Client {
|
|
|
265
272
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
266
273
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
267
274
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
268
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
275
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
269
276
|
super(_config_8);
|
|
270
277
|
this.config = _config_8;
|
|
271
278
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -293,8 +300,6 @@ var _DocDBClient = class _DocDBClient extends import_smithy_client.Client {
|
|
|
293
300
|
super.destroy();
|
|
294
301
|
}
|
|
295
302
|
};
|
|
296
|
-
__name(_DocDBClient, "DocDBClient");
|
|
297
|
-
var DocDBClient = _DocDBClient;
|
|
298
303
|
|
|
299
304
|
// src/DocDB.ts
|
|
300
305
|
|
|
@@ -311,7 +316,10 @@ var import_core2 = require("@aws-sdk/core");
|
|
|
311
316
|
|
|
312
317
|
// src/models/DocDBServiceException.ts
|
|
313
318
|
|
|
314
|
-
var
|
|
319
|
+
var DocDBServiceException = class _DocDBServiceException extends import_smithy_client.ServiceException {
|
|
320
|
+
static {
|
|
321
|
+
__name(this, "DocDBServiceException");
|
|
322
|
+
}
|
|
315
323
|
/**
|
|
316
324
|
* @internal
|
|
317
325
|
*/
|
|
@@ -320,11 +328,14 @@ var _DocDBServiceException = class _DocDBServiceException extends import_smithy_
|
|
|
320
328
|
Object.setPrototypeOf(this, _DocDBServiceException.prototype);
|
|
321
329
|
}
|
|
322
330
|
};
|
|
323
|
-
__name(_DocDBServiceException, "DocDBServiceException");
|
|
324
|
-
var DocDBServiceException = _DocDBServiceException;
|
|
325
331
|
|
|
326
332
|
// src/models/models_0.ts
|
|
327
|
-
var
|
|
333
|
+
var SourceNotFoundFault = class _SourceNotFoundFault extends DocDBServiceException {
|
|
334
|
+
static {
|
|
335
|
+
__name(this, "SourceNotFoundFault");
|
|
336
|
+
}
|
|
337
|
+
name = "SourceNotFoundFault";
|
|
338
|
+
$fault = "client";
|
|
328
339
|
/**
|
|
329
340
|
* @internal
|
|
330
341
|
*/
|
|
@@ -334,14 +345,15 @@ var _SourceNotFoundFault = class _SourceNotFoundFault extends DocDBServiceExcept
|
|
|
334
345
|
$fault: "client",
|
|
335
346
|
...opts
|
|
336
347
|
});
|
|
337
|
-
this.name = "SourceNotFoundFault";
|
|
338
|
-
this.$fault = "client";
|
|
339
348
|
Object.setPrototypeOf(this, _SourceNotFoundFault.prototype);
|
|
340
349
|
}
|
|
341
350
|
};
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
351
|
+
var SubscriptionNotFoundFault = class _SubscriptionNotFoundFault extends DocDBServiceException {
|
|
352
|
+
static {
|
|
353
|
+
__name(this, "SubscriptionNotFoundFault");
|
|
354
|
+
}
|
|
355
|
+
name = "SubscriptionNotFoundFault";
|
|
356
|
+
$fault = "client";
|
|
345
357
|
/**
|
|
346
358
|
* @internal
|
|
347
359
|
*/
|
|
@@ -351,14 +363,15 @@ var _SubscriptionNotFoundFault = class _SubscriptionNotFoundFault extends DocDBS
|
|
|
351
363
|
$fault: "client",
|
|
352
364
|
...opts
|
|
353
365
|
});
|
|
354
|
-
this.name = "SubscriptionNotFoundFault";
|
|
355
|
-
this.$fault = "client";
|
|
356
366
|
Object.setPrototypeOf(this, _SubscriptionNotFoundFault.prototype);
|
|
357
367
|
}
|
|
358
368
|
};
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
369
|
+
var DBClusterNotFoundFault = class _DBClusterNotFoundFault extends DocDBServiceException {
|
|
370
|
+
static {
|
|
371
|
+
__name(this, "DBClusterNotFoundFault");
|
|
372
|
+
}
|
|
373
|
+
name = "DBClusterNotFoundFault";
|
|
374
|
+
$fault = "client";
|
|
362
375
|
/**
|
|
363
376
|
* @internal
|
|
364
377
|
*/
|
|
@@ -368,14 +381,15 @@ var _DBClusterNotFoundFault = class _DBClusterNotFoundFault extends DocDBService
|
|
|
368
381
|
$fault: "client",
|
|
369
382
|
...opts
|
|
370
383
|
});
|
|
371
|
-
this.name = "DBClusterNotFoundFault";
|
|
372
|
-
this.$fault = "client";
|
|
373
384
|
Object.setPrototypeOf(this, _DBClusterNotFoundFault.prototype);
|
|
374
385
|
}
|
|
375
386
|
};
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
387
|
+
var DBInstanceNotFoundFault = class _DBInstanceNotFoundFault extends DocDBServiceException {
|
|
388
|
+
static {
|
|
389
|
+
__name(this, "DBInstanceNotFoundFault");
|
|
390
|
+
}
|
|
391
|
+
name = "DBInstanceNotFoundFault";
|
|
392
|
+
$fault = "client";
|
|
379
393
|
/**
|
|
380
394
|
* @internal
|
|
381
395
|
*/
|
|
@@ -385,14 +399,15 @@ var _DBInstanceNotFoundFault = class _DBInstanceNotFoundFault extends DocDBServi
|
|
|
385
399
|
$fault: "client",
|
|
386
400
|
...opts
|
|
387
401
|
});
|
|
388
|
-
this.name = "DBInstanceNotFoundFault";
|
|
389
|
-
this.$fault = "client";
|
|
390
402
|
Object.setPrototypeOf(this, _DBInstanceNotFoundFault.prototype);
|
|
391
403
|
}
|
|
392
404
|
};
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
405
|
+
var DBSnapshotNotFoundFault = class _DBSnapshotNotFoundFault extends DocDBServiceException {
|
|
406
|
+
static {
|
|
407
|
+
__name(this, "DBSnapshotNotFoundFault");
|
|
408
|
+
}
|
|
409
|
+
name = "DBSnapshotNotFoundFault";
|
|
410
|
+
$fault = "client";
|
|
396
411
|
/**
|
|
397
412
|
* @internal
|
|
398
413
|
*/
|
|
@@ -402,14 +417,15 @@ var _DBSnapshotNotFoundFault = class _DBSnapshotNotFoundFault extends DocDBServi
|
|
|
402
417
|
$fault: "client",
|
|
403
418
|
...opts
|
|
404
419
|
});
|
|
405
|
-
this.name = "DBSnapshotNotFoundFault";
|
|
406
|
-
this.$fault = "client";
|
|
407
420
|
Object.setPrototypeOf(this, _DBSnapshotNotFoundFault.prototype);
|
|
408
421
|
}
|
|
409
422
|
};
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
423
|
+
var InvalidDBClusterStateFault = class _InvalidDBClusterStateFault extends DocDBServiceException {
|
|
424
|
+
static {
|
|
425
|
+
__name(this, "InvalidDBClusterStateFault");
|
|
426
|
+
}
|
|
427
|
+
name = "InvalidDBClusterStateFault";
|
|
428
|
+
$fault = "client";
|
|
413
429
|
/**
|
|
414
430
|
* @internal
|
|
415
431
|
*/
|
|
@@ -419,14 +435,15 @@ var _InvalidDBClusterStateFault = class _InvalidDBClusterStateFault extends DocD
|
|
|
419
435
|
$fault: "client",
|
|
420
436
|
...opts
|
|
421
437
|
});
|
|
422
|
-
this.name = "InvalidDBClusterStateFault";
|
|
423
|
-
this.$fault = "client";
|
|
424
438
|
Object.setPrototypeOf(this, _InvalidDBClusterStateFault.prototype);
|
|
425
439
|
}
|
|
426
440
|
};
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
441
|
+
var InvalidDBInstanceStateFault = class _InvalidDBInstanceStateFault extends DocDBServiceException {
|
|
442
|
+
static {
|
|
443
|
+
__name(this, "InvalidDBInstanceStateFault");
|
|
444
|
+
}
|
|
445
|
+
name = "InvalidDBInstanceStateFault";
|
|
446
|
+
$fault = "client";
|
|
430
447
|
/**
|
|
431
448
|
* @internal
|
|
432
449
|
*/
|
|
@@ -436,14 +453,15 @@ var _InvalidDBInstanceStateFault = class _InvalidDBInstanceStateFault extends Do
|
|
|
436
453
|
$fault: "client",
|
|
437
454
|
...opts
|
|
438
455
|
});
|
|
439
|
-
this.name = "InvalidDBInstanceStateFault";
|
|
440
|
-
this.$fault = "client";
|
|
441
456
|
Object.setPrototypeOf(this, _InvalidDBInstanceStateFault.prototype);
|
|
442
457
|
}
|
|
443
458
|
};
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
459
|
+
var ResourceNotFoundFault = class _ResourceNotFoundFault extends DocDBServiceException {
|
|
460
|
+
static {
|
|
461
|
+
__name(this, "ResourceNotFoundFault");
|
|
462
|
+
}
|
|
463
|
+
name = "ResourceNotFoundFault";
|
|
464
|
+
$fault = "client";
|
|
447
465
|
/**
|
|
448
466
|
* @internal
|
|
449
467
|
*/
|
|
@@ -453,14 +471,15 @@ var _ResourceNotFoundFault = class _ResourceNotFoundFault extends DocDBServiceEx
|
|
|
453
471
|
$fault: "client",
|
|
454
472
|
...opts
|
|
455
473
|
});
|
|
456
|
-
this.name = "ResourceNotFoundFault";
|
|
457
|
-
this.$fault = "client";
|
|
458
474
|
Object.setPrototypeOf(this, _ResourceNotFoundFault.prototype);
|
|
459
475
|
}
|
|
460
476
|
};
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
477
|
+
var DBParameterGroupAlreadyExistsFault = class _DBParameterGroupAlreadyExistsFault extends DocDBServiceException {
|
|
478
|
+
static {
|
|
479
|
+
__name(this, "DBParameterGroupAlreadyExistsFault");
|
|
480
|
+
}
|
|
481
|
+
name = "DBParameterGroupAlreadyExistsFault";
|
|
482
|
+
$fault = "client";
|
|
464
483
|
/**
|
|
465
484
|
* @internal
|
|
466
485
|
*/
|
|
@@ -470,14 +489,15 @@ var _DBParameterGroupAlreadyExistsFault = class _DBParameterGroupAlreadyExistsFa
|
|
|
470
489
|
$fault: "client",
|
|
471
490
|
...opts
|
|
472
491
|
});
|
|
473
|
-
this.name = "DBParameterGroupAlreadyExistsFault";
|
|
474
|
-
this.$fault = "client";
|
|
475
492
|
Object.setPrototypeOf(this, _DBParameterGroupAlreadyExistsFault.prototype);
|
|
476
493
|
}
|
|
477
494
|
};
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
495
|
+
var DBParameterGroupNotFoundFault = class _DBParameterGroupNotFoundFault extends DocDBServiceException {
|
|
496
|
+
static {
|
|
497
|
+
__name(this, "DBParameterGroupNotFoundFault");
|
|
498
|
+
}
|
|
499
|
+
name = "DBParameterGroupNotFoundFault";
|
|
500
|
+
$fault = "client";
|
|
481
501
|
/**
|
|
482
502
|
* @internal
|
|
483
503
|
*/
|
|
@@ -487,14 +507,15 @@ var _DBParameterGroupNotFoundFault = class _DBParameterGroupNotFoundFault extend
|
|
|
487
507
|
$fault: "client",
|
|
488
508
|
...opts
|
|
489
509
|
});
|
|
490
|
-
this.name = "DBParameterGroupNotFoundFault";
|
|
491
|
-
this.$fault = "client";
|
|
492
510
|
Object.setPrototypeOf(this, _DBParameterGroupNotFoundFault.prototype);
|
|
493
511
|
}
|
|
494
512
|
};
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
513
|
+
var DBParameterGroupQuotaExceededFault = class _DBParameterGroupQuotaExceededFault extends DocDBServiceException {
|
|
514
|
+
static {
|
|
515
|
+
__name(this, "DBParameterGroupQuotaExceededFault");
|
|
516
|
+
}
|
|
517
|
+
name = "DBParameterGroupQuotaExceededFault";
|
|
518
|
+
$fault = "client";
|
|
498
519
|
/**
|
|
499
520
|
* @internal
|
|
500
521
|
*/
|
|
@@ -504,14 +525,15 @@ var _DBParameterGroupQuotaExceededFault = class _DBParameterGroupQuotaExceededFa
|
|
|
504
525
|
$fault: "client",
|
|
505
526
|
...opts
|
|
506
527
|
});
|
|
507
|
-
this.name = "DBParameterGroupQuotaExceededFault";
|
|
508
|
-
this.$fault = "client";
|
|
509
528
|
Object.setPrototypeOf(this, _DBParameterGroupQuotaExceededFault.prototype);
|
|
510
529
|
}
|
|
511
530
|
};
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
531
|
+
var DBClusterSnapshotAlreadyExistsFault = class _DBClusterSnapshotAlreadyExistsFault extends DocDBServiceException {
|
|
532
|
+
static {
|
|
533
|
+
__name(this, "DBClusterSnapshotAlreadyExistsFault");
|
|
534
|
+
}
|
|
535
|
+
name = "DBClusterSnapshotAlreadyExistsFault";
|
|
536
|
+
$fault = "client";
|
|
515
537
|
/**
|
|
516
538
|
* @internal
|
|
517
539
|
*/
|
|
@@ -521,14 +543,15 @@ var _DBClusterSnapshotAlreadyExistsFault = class _DBClusterSnapshotAlreadyExists
|
|
|
521
543
|
$fault: "client",
|
|
522
544
|
...opts
|
|
523
545
|
});
|
|
524
|
-
this.name = "DBClusterSnapshotAlreadyExistsFault";
|
|
525
|
-
this.$fault = "client";
|
|
526
546
|
Object.setPrototypeOf(this, _DBClusterSnapshotAlreadyExistsFault.prototype);
|
|
527
547
|
}
|
|
528
548
|
};
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
549
|
+
var DBClusterSnapshotNotFoundFault = class _DBClusterSnapshotNotFoundFault extends DocDBServiceException {
|
|
550
|
+
static {
|
|
551
|
+
__name(this, "DBClusterSnapshotNotFoundFault");
|
|
552
|
+
}
|
|
553
|
+
name = "DBClusterSnapshotNotFoundFault";
|
|
554
|
+
$fault = "client";
|
|
532
555
|
/**
|
|
533
556
|
* @internal
|
|
534
557
|
*/
|
|
@@ -538,14 +561,15 @@ var _DBClusterSnapshotNotFoundFault = class _DBClusterSnapshotNotFoundFault exte
|
|
|
538
561
|
$fault: "client",
|
|
539
562
|
...opts
|
|
540
563
|
});
|
|
541
|
-
this.name = "DBClusterSnapshotNotFoundFault";
|
|
542
|
-
this.$fault = "client";
|
|
543
564
|
Object.setPrototypeOf(this, _DBClusterSnapshotNotFoundFault.prototype);
|
|
544
565
|
}
|
|
545
566
|
};
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
567
|
+
var InvalidDBClusterSnapshotStateFault = class _InvalidDBClusterSnapshotStateFault extends DocDBServiceException {
|
|
568
|
+
static {
|
|
569
|
+
__name(this, "InvalidDBClusterSnapshotStateFault");
|
|
570
|
+
}
|
|
571
|
+
name = "InvalidDBClusterSnapshotStateFault";
|
|
572
|
+
$fault = "client";
|
|
549
573
|
/**
|
|
550
574
|
* @internal
|
|
551
575
|
*/
|
|
@@ -555,14 +579,15 @@ var _InvalidDBClusterSnapshotStateFault = class _InvalidDBClusterSnapshotStateFa
|
|
|
555
579
|
$fault: "client",
|
|
556
580
|
...opts
|
|
557
581
|
});
|
|
558
|
-
this.name = "InvalidDBClusterSnapshotStateFault";
|
|
559
|
-
this.$fault = "client";
|
|
560
582
|
Object.setPrototypeOf(this, _InvalidDBClusterSnapshotStateFault.prototype);
|
|
561
583
|
}
|
|
562
584
|
};
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
585
|
+
var KMSKeyNotAccessibleFault = class _KMSKeyNotAccessibleFault extends DocDBServiceException {
|
|
586
|
+
static {
|
|
587
|
+
__name(this, "KMSKeyNotAccessibleFault");
|
|
588
|
+
}
|
|
589
|
+
name = "KMSKeyNotAccessibleFault";
|
|
590
|
+
$fault = "client";
|
|
566
591
|
/**
|
|
567
592
|
* @internal
|
|
568
593
|
*/
|
|
@@ -572,14 +597,15 @@ var _KMSKeyNotAccessibleFault = class _KMSKeyNotAccessibleFault extends DocDBSer
|
|
|
572
597
|
$fault: "client",
|
|
573
598
|
...opts
|
|
574
599
|
});
|
|
575
|
-
this.name = "KMSKeyNotAccessibleFault";
|
|
576
|
-
this.$fault = "client";
|
|
577
600
|
Object.setPrototypeOf(this, _KMSKeyNotAccessibleFault.prototype);
|
|
578
601
|
}
|
|
579
602
|
};
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
603
|
+
var SnapshotQuotaExceededFault = class _SnapshotQuotaExceededFault extends DocDBServiceException {
|
|
604
|
+
static {
|
|
605
|
+
__name(this, "SnapshotQuotaExceededFault");
|
|
606
|
+
}
|
|
607
|
+
name = "SnapshotQuotaExceededFault";
|
|
608
|
+
$fault = "client";
|
|
583
609
|
/**
|
|
584
610
|
* @internal
|
|
585
611
|
*/
|
|
@@ -589,14 +615,15 @@ var _SnapshotQuotaExceededFault = class _SnapshotQuotaExceededFault extends DocD
|
|
|
589
615
|
$fault: "client",
|
|
590
616
|
...opts
|
|
591
617
|
});
|
|
592
|
-
this.name = "SnapshotQuotaExceededFault";
|
|
593
|
-
this.$fault = "client";
|
|
594
618
|
Object.setPrototypeOf(this, _SnapshotQuotaExceededFault.prototype);
|
|
595
619
|
}
|
|
596
620
|
};
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
621
|
+
var DBClusterAlreadyExistsFault = class _DBClusterAlreadyExistsFault extends DocDBServiceException {
|
|
622
|
+
static {
|
|
623
|
+
__name(this, "DBClusterAlreadyExistsFault");
|
|
624
|
+
}
|
|
625
|
+
name = "DBClusterAlreadyExistsFault";
|
|
626
|
+
$fault = "client";
|
|
600
627
|
/**
|
|
601
628
|
* @internal
|
|
602
629
|
*/
|
|
@@ -606,14 +633,15 @@ var _DBClusterAlreadyExistsFault = class _DBClusterAlreadyExistsFault extends Do
|
|
|
606
633
|
$fault: "client",
|
|
607
634
|
...opts
|
|
608
635
|
});
|
|
609
|
-
this.name = "DBClusterAlreadyExistsFault";
|
|
610
|
-
this.$fault = "client";
|
|
611
636
|
Object.setPrototypeOf(this, _DBClusterAlreadyExistsFault.prototype);
|
|
612
637
|
}
|
|
613
638
|
};
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
639
|
+
var DBClusterParameterGroupNotFoundFault = class _DBClusterParameterGroupNotFoundFault extends DocDBServiceException {
|
|
640
|
+
static {
|
|
641
|
+
__name(this, "DBClusterParameterGroupNotFoundFault");
|
|
642
|
+
}
|
|
643
|
+
name = "DBClusterParameterGroupNotFoundFault";
|
|
644
|
+
$fault = "client";
|
|
617
645
|
/**
|
|
618
646
|
* @internal
|
|
619
647
|
*/
|
|
@@ -623,14 +651,15 @@ var _DBClusterParameterGroupNotFoundFault = class _DBClusterParameterGroupNotFou
|
|
|
623
651
|
$fault: "client",
|
|
624
652
|
...opts
|
|
625
653
|
});
|
|
626
|
-
this.name = "DBClusterParameterGroupNotFoundFault";
|
|
627
|
-
this.$fault = "client";
|
|
628
654
|
Object.setPrototypeOf(this, _DBClusterParameterGroupNotFoundFault.prototype);
|
|
629
655
|
}
|
|
630
656
|
};
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
657
|
+
var DBClusterQuotaExceededFault = class _DBClusterQuotaExceededFault extends DocDBServiceException {
|
|
658
|
+
static {
|
|
659
|
+
__name(this, "DBClusterQuotaExceededFault");
|
|
660
|
+
}
|
|
661
|
+
name = "DBClusterQuotaExceededFault";
|
|
662
|
+
$fault = "client";
|
|
634
663
|
/**
|
|
635
664
|
* @internal
|
|
636
665
|
*/
|
|
@@ -640,14 +669,15 @@ var _DBClusterQuotaExceededFault = class _DBClusterQuotaExceededFault extends Do
|
|
|
640
669
|
$fault: "client",
|
|
641
670
|
...opts
|
|
642
671
|
});
|
|
643
|
-
this.name = "DBClusterQuotaExceededFault";
|
|
644
|
-
this.$fault = "client";
|
|
645
672
|
Object.setPrototypeOf(this, _DBClusterQuotaExceededFault.prototype);
|
|
646
673
|
}
|
|
647
674
|
};
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
675
|
+
var DBSubnetGroupDoesNotCoverEnoughAZs = class _DBSubnetGroupDoesNotCoverEnoughAZs extends DocDBServiceException {
|
|
676
|
+
static {
|
|
677
|
+
__name(this, "DBSubnetGroupDoesNotCoverEnoughAZs");
|
|
678
|
+
}
|
|
679
|
+
name = "DBSubnetGroupDoesNotCoverEnoughAZs";
|
|
680
|
+
$fault = "client";
|
|
651
681
|
/**
|
|
652
682
|
* @internal
|
|
653
683
|
*/
|
|
@@ -657,14 +687,15 @@ var _DBSubnetGroupDoesNotCoverEnoughAZs = class _DBSubnetGroupDoesNotCoverEnough
|
|
|
657
687
|
$fault: "client",
|
|
658
688
|
...opts
|
|
659
689
|
});
|
|
660
|
-
this.name = "DBSubnetGroupDoesNotCoverEnoughAZs";
|
|
661
|
-
this.$fault = "client";
|
|
662
690
|
Object.setPrototypeOf(this, _DBSubnetGroupDoesNotCoverEnoughAZs.prototype);
|
|
663
691
|
}
|
|
664
692
|
};
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
693
|
+
var DBSubnetGroupNotFoundFault = class _DBSubnetGroupNotFoundFault extends DocDBServiceException {
|
|
694
|
+
static {
|
|
695
|
+
__name(this, "DBSubnetGroupNotFoundFault");
|
|
696
|
+
}
|
|
697
|
+
name = "DBSubnetGroupNotFoundFault";
|
|
698
|
+
$fault = "client";
|
|
668
699
|
/**
|
|
669
700
|
* @internal
|
|
670
701
|
*/
|
|
@@ -674,14 +705,15 @@ var _DBSubnetGroupNotFoundFault = class _DBSubnetGroupNotFoundFault extends DocD
|
|
|
674
705
|
$fault: "client",
|
|
675
706
|
...opts
|
|
676
707
|
});
|
|
677
|
-
this.name = "DBSubnetGroupNotFoundFault";
|
|
678
|
-
this.$fault = "client";
|
|
679
708
|
Object.setPrototypeOf(this, _DBSubnetGroupNotFoundFault.prototype);
|
|
680
709
|
}
|
|
681
710
|
};
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
711
|
+
var GlobalClusterNotFoundFault = class _GlobalClusterNotFoundFault extends DocDBServiceException {
|
|
712
|
+
static {
|
|
713
|
+
__name(this, "GlobalClusterNotFoundFault");
|
|
714
|
+
}
|
|
715
|
+
name = "GlobalClusterNotFoundFault";
|
|
716
|
+
$fault = "client";
|
|
685
717
|
/**
|
|
686
718
|
* @internal
|
|
687
719
|
*/
|
|
@@ -691,14 +723,15 @@ var _GlobalClusterNotFoundFault = class _GlobalClusterNotFoundFault extends DocD
|
|
|
691
723
|
$fault: "client",
|
|
692
724
|
...opts
|
|
693
725
|
});
|
|
694
|
-
this.name = "GlobalClusterNotFoundFault";
|
|
695
|
-
this.$fault = "client";
|
|
696
726
|
Object.setPrototypeOf(this, _GlobalClusterNotFoundFault.prototype);
|
|
697
727
|
}
|
|
698
728
|
};
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
729
|
+
var InsufficientStorageClusterCapacityFault = class _InsufficientStorageClusterCapacityFault extends DocDBServiceException {
|
|
730
|
+
static {
|
|
731
|
+
__name(this, "InsufficientStorageClusterCapacityFault");
|
|
732
|
+
}
|
|
733
|
+
name = "InsufficientStorageClusterCapacityFault";
|
|
734
|
+
$fault = "client";
|
|
702
735
|
/**
|
|
703
736
|
* @internal
|
|
704
737
|
*/
|
|
@@ -708,14 +741,15 @@ var _InsufficientStorageClusterCapacityFault = class _InsufficientStorageCluster
|
|
|
708
741
|
$fault: "client",
|
|
709
742
|
...opts
|
|
710
743
|
});
|
|
711
|
-
this.name = "InsufficientStorageClusterCapacityFault";
|
|
712
|
-
this.$fault = "client";
|
|
713
744
|
Object.setPrototypeOf(this, _InsufficientStorageClusterCapacityFault.prototype);
|
|
714
745
|
}
|
|
715
746
|
};
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
747
|
+
var InvalidDBSubnetGroupStateFault = class _InvalidDBSubnetGroupStateFault extends DocDBServiceException {
|
|
748
|
+
static {
|
|
749
|
+
__name(this, "InvalidDBSubnetGroupStateFault");
|
|
750
|
+
}
|
|
751
|
+
name = "InvalidDBSubnetGroupStateFault";
|
|
752
|
+
$fault = "client";
|
|
719
753
|
/**
|
|
720
754
|
* @internal
|
|
721
755
|
*/
|
|
@@ -725,14 +759,15 @@ var _InvalidDBSubnetGroupStateFault = class _InvalidDBSubnetGroupStateFault exte
|
|
|
725
759
|
$fault: "client",
|
|
726
760
|
...opts
|
|
727
761
|
});
|
|
728
|
-
this.name = "InvalidDBSubnetGroupStateFault";
|
|
729
|
-
this.$fault = "client";
|
|
730
762
|
Object.setPrototypeOf(this, _InvalidDBSubnetGroupStateFault.prototype);
|
|
731
763
|
}
|
|
732
764
|
};
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
765
|
+
var InvalidGlobalClusterStateFault = class _InvalidGlobalClusterStateFault extends DocDBServiceException {
|
|
766
|
+
static {
|
|
767
|
+
__name(this, "InvalidGlobalClusterStateFault");
|
|
768
|
+
}
|
|
769
|
+
name = "InvalidGlobalClusterStateFault";
|
|
770
|
+
$fault = "client";
|
|
736
771
|
/**
|
|
737
772
|
* @internal
|
|
738
773
|
*/
|
|
@@ -742,14 +777,15 @@ var _InvalidGlobalClusterStateFault = class _InvalidGlobalClusterStateFault exte
|
|
|
742
777
|
$fault: "client",
|
|
743
778
|
...opts
|
|
744
779
|
});
|
|
745
|
-
this.name = "InvalidGlobalClusterStateFault";
|
|
746
|
-
this.$fault = "client";
|
|
747
780
|
Object.setPrototypeOf(this, _InvalidGlobalClusterStateFault.prototype);
|
|
748
781
|
}
|
|
749
782
|
};
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
783
|
+
var InvalidSubnet = class _InvalidSubnet extends DocDBServiceException {
|
|
784
|
+
static {
|
|
785
|
+
__name(this, "InvalidSubnet");
|
|
786
|
+
}
|
|
787
|
+
name = "InvalidSubnet";
|
|
788
|
+
$fault = "client";
|
|
753
789
|
/**
|
|
754
790
|
* @internal
|
|
755
791
|
*/
|
|
@@ -759,14 +795,15 @@ var _InvalidSubnet = class _InvalidSubnet extends DocDBServiceException {
|
|
|
759
795
|
$fault: "client",
|
|
760
796
|
...opts
|
|
761
797
|
});
|
|
762
|
-
this.name = "InvalidSubnet";
|
|
763
|
-
this.$fault = "client";
|
|
764
798
|
Object.setPrototypeOf(this, _InvalidSubnet.prototype);
|
|
765
799
|
}
|
|
766
800
|
};
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
801
|
+
var InvalidVPCNetworkStateFault = class _InvalidVPCNetworkStateFault extends DocDBServiceException {
|
|
802
|
+
static {
|
|
803
|
+
__name(this, "InvalidVPCNetworkStateFault");
|
|
804
|
+
}
|
|
805
|
+
name = "InvalidVPCNetworkStateFault";
|
|
806
|
+
$fault = "client";
|
|
770
807
|
/**
|
|
771
808
|
* @internal
|
|
772
809
|
*/
|
|
@@ -776,14 +813,15 @@ var _InvalidVPCNetworkStateFault = class _InvalidVPCNetworkStateFault extends Do
|
|
|
776
813
|
$fault: "client",
|
|
777
814
|
...opts
|
|
778
815
|
});
|
|
779
|
-
this.name = "InvalidVPCNetworkStateFault";
|
|
780
|
-
this.$fault = "client";
|
|
781
816
|
Object.setPrototypeOf(this, _InvalidVPCNetworkStateFault.prototype);
|
|
782
817
|
}
|
|
783
818
|
};
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
819
|
+
var StorageQuotaExceededFault = class _StorageQuotaExceededFault extends DocDBServiceException {
|
|
820
|
+
static {
|
|
821
|
+
__name(this, "StorageQuotaExceededFault");
|
|
822
|
+
}
|
|
823
|
+
name = "StorageQuotaExceededFault";
|
|
824
|
+
$fault = "client";
|
|
787
825
|
/**
|
|
788
826
|
* @internal
|
|
789
827
|
*/
|
|
@@ -793,14 +831,15 @@ var _StorageQuotaExceededFault = class _StorageQuotaExceededFault extends DocDBS
|
|
|
793
831
|
$fault: "client",
|
|
794
832
|
...opts
|
|
795
833
|
});
|
|
796
|
-
this.name = "StorageQuotaExceededFault";
|
|
797
|
-
this.$fault = "client";
|
|
798
834
|
Object.setPrototypeOf(this, _StorageQuotaExceededFault.prototype);
|
|
799
835
|
}
|
|
800
836
|
};
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
837
|
+
var AuthorizationNotFoundFault = class _AuthorizationNotFoundFault extends DocDBServiceException {
|
|
838
|
+
static {
|
|
839
|
+
__name(this, "AuthorizationNotFoundFault");
|
|
840
|
+
}
|
|
841
|
+
name = "AuthorizationNotFoundFault";
|
|
842
|
+
$fault = "client";
|
|
804
843
|
/**
|
|
805
844
|
* @internal
|
|
806
845
|
*/
|
|
@@ -810,14 +849,15 @@ var _AuthorizationNotFoundFault = class _AuthorizationNotFoundFault extends DocD
|
|
|
810
849
|
$fault: "client",
|
|
811
850
|
...opts
|
|
812
851
|
});
|
|
813
|
-
this.name = "AuthorizationNotFoundFault";
|
|
814
|
-
this.$fault = "client";
|
|
815
852
|
Object.setPrototypeOf(this, _AuthorizationNotFoundFault.prototype);
|
|
816
853
|
}
|
|
817
854
|
};
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
855
|
+
var DBInstanceAlreadyExistsFault = class _DBInstanceAlreadyExistsFault extends DocDBServiceException {
|
|
856
|
+
static {
|
|
857
|
+
__name(this, "DBInstanceAlreadyExistsFault");
|
|
858
|
+
}
|
|
859
|
+
name = "DBInstanceAlreadyExistsFault";
|
|
860
|
+
$fault = "client";
|
|
821
861
|
/**
|
|
822
862
|
* @internal
|
|
823
863
|
*/
|
|
@@ -827,14 +867,15 @@ var _DBInstanceAlreadyExistsFault = class _DBInstanceAlreadyExistsFault extends
|
|
|
827
867
|
$fault: "client",
|
|
828
868
|
...opts
|
|
829
869
|
});
|
|
830
|
-
this.name = "DBInstanceAlreadyExistsFault";
|
|
831
|
-
this.$fault = "client";
|
|
832
870
|
Object.setPrototypeOf(this, _DBInstanceAlreadyExistsFault.prototype);
|
|
833
871
|
}
|
|
834
872
|
};
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
873
|
+
var DBSecurityGroupNotFoundFault = class _DBSecurityGroupNotFoundFault extends DocDBServiceException {
|
|
874
|
+
static {
|
|
875
|
+
__name(this, "DBSecurityGroupNotFoundFault");
|
|
876
|
+
}
|
|
877
|
+
name = "DBSecurityGroupNotFoundFault";
|
|
878
|
+
$fault = "client";
|
|
838
879
|
/**
|
|
839
880
|
* @internal
|
|
840
881
|
*/
|
|
@@ -844,14 +885,15 @@ var _DBSecurityGroupNotFoundFault = class _DBSecurityGroupNotFoundFault extends
|
|
|
844
885
|
$fault: "client",
|
|
845
886
|
...opts
|
|
846
887
|
});
|
|
847
|
-
this.name = "DBSecurityGroupNotFoundFault";
|
|
848
|
-
this.$fault = "client";
|
|
849
888
|
Object.setPrototypeOf(this, _DBSecurityGroupNotFoundFault.prototype);
|
|
850
889
|
}
|
|
851
890
|
};
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
891
|
+
var InstanceQuotaExceededFault = class _InstanceQuotaExceededFault extends DocDBServiceException {
|
|
892
|
+
static {
|
|
893
|
+
__name(this, "InstanceQuotaExceededFault");
|
|
894
|
+
}
|
|
895
|
+
name = "InstanceQuotaExceededFault";
|
|
896
|
+
$fault = "client";
|
|
855
897
|
/**
|
|
856
898
|
* @internal
|
|
857
899
|
*/
|
|
@@ -861,14 +903,15 @@ var _InstanceQuotaExceededFault = class _InstanceQuotaExceededFault extends DocD
|
|
|
861
903
|
$fault: "client",
|
|
862
904
|
...opts
|
|
863
905
|
});
|
|
864
|
-
this.name = "InstanceQuotaExceededFault";
|
|
865
|
-
this.$fault = "client";
|
|
866
906
|
Object.setPrototypeOf(this, _InstanceQuotaExceededFault.prototype);
|
|
867
907
|
}
|
|
868
908
|
};
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
909
|
+
var InsufficientDBInstanceCapacityFault = class _InsufficientDBInstanceCapacityFault extends DocDBServiceException {
|
|
910
|
+
static {
|
|
911
|
+
__name(this, "InsufficientDBInstanceCapacityFault");
|
|
912
|
+
}
|
|
913
|
+
name = "InsufficientDBInstanceCapacityFault";
|
|
914
|
+
$fault = "client";
|
|
872
915
|
/**
|
|
873
916
|
* @internal
|
|
874
917
|
*/
|
|
@@ -878,14 +921,15 @@ var _InsufficientDBInstanceCapacityFault = class _InsufficientDBInstanceCapacity
|
|
|
878
921
|
$fault: "client",
|
|
879
922
|
...opts
|
|
880
923
|
});
|
|
881
|
-
this.name = "InsufficientDBInstanceCapacityFault";
|
|
882
|
-
this.$fault = "client";
|
|
883
924
|
Object.setPrototypeOf(this, _InsufficientDBInstanceCapacityFault.prototype);
|
|
884
925
|
}
|
|
885
926
|
};
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
927
|
+
var StorageTypeNotSupportedFault = class _StorageTypeNotSupportedFault extends DocDBServiceException {
|
|
928
|
+
static {
|
|
929
|
+
__name(this, "StorageTypeNotSupportedFault");
|
|
930
|
+
}
|
|
931
|
+
name = "StorageTypeNotSupportedFault";
|
|
932
|
+
$fault = "client";
|
|
889
933
|
/**
|
|
890
934
|
* @internal
|
|
891
935
|
*/
|
|
@@ -895,14 +939,15 @@ var _StorageTypeNotSupportedFault = class _StorageTypeNotSupportedFault extends
|
|
|
895
939
|
$fault: "client",
|
|
896
940
|
...opts
|
|
897
941
|
});
|
|
898
|
-
this.name = "StorageTypeNotSupportedFault";
|
|
899
|
-
this.$fault = "client";
|
|
900
942
|
Object.setPrototypeOf(this, _StorageTypeNotSupportedFault.prototype);
|
|
901
943
|
}
|
|
902
944
|
};
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
945
|
+
var DBSubnetGroupAlreadyExistsFault = class _DBSubnetGroupAlreadyExistsFault extends DocDBServiceException {
|
|
946
|
+
static {
|
|
947
|
+
__name(this, "DBSubnetGroupAlreadyExistsFault");
|
|
948
|
+
}
|
|
949
|
+
name = "DBSubnetGroupAlreadyExistsFault";
|
|
950
|
+
$fault = "client";
|
|
906
951
|
/**
|
|
907
952
|
* @internal
|
|
908
953
|
*/
|
|
@@ -912,14 +957,15 @@ var _DBSubnetGroupAlreadyExistsFault = class _DBSubnetGroupAlreadyExistsFault ex
|
|
|
912
957
|
$fault: "client",
|
|
913
958
|
...opts
|
|
914
959
|
});
|
|
915
|
-
this.name = "DBSubnetGroupAlreadyExistsFault";
|
|
916
|
-
this.$fault = "client";
|
|
917
960
|
Object.setPrototypeOf(this, _DBSubnetGroupAlreadyExistsFault.prototype);
|
|
918
961
|
}
|
|
919
962
|
};
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
963
|
+
var DBSubnetGroupQuotaExceededFault = class _DBSubnetGroupQuotaExceededFault extends DocDBServiceException {
|
|
964
|
+
static {
|
|
965
|
+
__name(this, "DBSubnetGroupQuotaExceededFault");
|
|
966
|
+
}
|
|
967
|
+
name = "DBSubnetGroupQuotaExceededFault";
|
|
968
|
+
$fault = "client";
|
|
923
969
|
/**
|
|
924
970
|
* @internal
|
|
925
971
|
*/
|
|
@@ -929,14 +975,15 @@ var _DBSubnetGroupQuotaExceededFault = class _DBSubnetGroupQuotaExceededFault ex
|
|
|
929
975
|
$fault: "client",
|
|
930
976
|
...opts
|
|
931
977
|
});
|
|
932
|
-
this.name = "DBSubnetGroupQuotaExceededFault";
|
|
933
|
-
this.$fault = "client";
|
|
934
978
|
Object.setPrototypeOf(this, _DBSubnetGroupQuotaExceededFault.prototype);
|
|
935
979
|
}
|
|
936
980
|
};
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
981
|
+
var DBSubnetQuotaExceededFault = class _DBSubnetQuotaExceededFault extends DocDBServiceException {
|
|
982
|
+
static {
|
|
983
|
+
__name(this, "DBSubnetQuotaExceededFault");
|
|
984
|
+
}
|
|
985
|
+
name = "DBSubnetQuotaExceededFault";
|
|
986
|
+
$fault = "client";
|
|
940
987
|
/**
|
|
941
988
|
* @internal
|
|
942
989
|
*/
|
|
@@ -946,14 +993,15 @@ var _DBSubnetQuotaExceededFault = class _DBSubnetQuotaExceededFault extends DocD
|
|
|
946
993
|
$fault: "client",
|
|
947
994
|
...opts
|
|
948
995
|
});
|
|
949
|
-
this.name = "DBSubnetQuotaExceededFault";
|
|
950
|
-
this.$fault = "client";
|
|
951
996
|
Object.setPrototypeOf(this, _DBSubnetQuotaExceededFault.prototype);
|
|
952
997
|
}
|
|
953
998
|
};
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
999
|
+
var EventSubscriptionQuotaExceededFault = class _EventSubscriptionQuotaExceededFault extends DocDBServiceException {
|
|
1000
|
+
static {
|
|
1001
|
+
__name(this, "EventSubscriptionQuotaExceededFault");
|
|
1002
|
+
}
|
|
1003
|
+
name = "EventSubscriptionQuotaExceededFault";
|
|
1004
|
+
$fault = "client";
|
|
957
1005
|
/**
|
|
958
1006
|
* @internal
|
|
959
1007
|
*/
|
|
@@ -963,14 +1011,15 @@ var _EventSubscriptionQuotaExceededFault = class _EventSubscriptionQuotaExceeded
|
|
|
963
1011
|
$fault: "client",
|
|
964
1012
|
...opts
|
|
965
1013
|
});
|
|
966
|
-
this.name = "EventSubscriptionQuotaExceededFault";
|
|
967
|
-
this.$fault = "client";
|
|
968
1014
|
Object.setPrototypeOf(this, _EventSubscriptionQuotaExceededFault.prototype);
|
|
969
1015
|
}
|
|
970
1016
|
};
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
1017
|
+
var SNSInvalidTopicFault = class _SNSInvalidTopicFault extends DocDBServiceException {
|
|
1018
|
+
static {
|
|
1019
|
+
__name(this, "SNSInvalidTopicFault");
|
|
1020
|
+
}
|
|
1021
|
+
name = "SNSInvalidTopicFault";
|
|
1022
|
+
$fault = "client";
|
|
974
1023
|
/**
|
|
975
1024
|
* @internal
|
|
976
1025
|
*/
|
|
@@ -980,14 +1029,15 @@ var _SNSInvalidTopicFault = class _SNSInvalidTopicFault extends DocDBServiceExce
|
|
|
980
1029
|
$fault: "client",
|
|
981
1030
|
...opts
|
|
982
1031
|
});
|
|
983
|
-
this.name = "SNSInvalidTopicFault";
|
|
984
|
-
this.$fault = "client";
|
|
985
1032
|
Object.setPrototypeOf(this, _SNSInvalidTopicFault.prototype);
|
|
986
1033
|
}
|
|
987
1034
|
};
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
1035
|
+
var SNSNoAuthorizationFault = class _SNSNoAuthorizationFault extends DocDBServiceException {
|
|
1036
|
+
static {
|
|
1037
|
+
__name(this, "SNSNoAuthorizationFault");
|
|
1038
|
+
}
|
|
1039
|
+
name = "SNSNoAuthorizationFault";
|
|
1040
|
+
$fault = "client";
|
|
991
1041
|
/**
|
|
992
1042
|
* @internal
|
|
993
1043
|
*/
|
|
@@ -997,14 +1047,15 @@ var _SNSNoAuthorizationFault = class _SNSNoAuthorizationFault extends DocDBServi
|
|
|
997
1047
|
$fault: "client",
|
|
998
1048
|
...opts
|
|
999
1049
|
});
|
|
1000
|
-
this.name = "SNSNoAuthorizationFault";
|
|
1001
|
-
this.$fault = "client";
|
|
1002
1050
|
Object.setPrototypeOf(this, _SNSNoAuthorizationFault.prototype);
|
|
1003
1051
|
}
|
|
1004
1052
|
};
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1053
|
+
var SNSTopicArnNotFoundFault = class _SNSTopicArnNotFoundFault extends DocDBServiceException {
|
|
1054
|
+
static {
|
|
1055
|
+
__name(this, "SNSTopicArnNotFoundFault");
|
|
1056
|
+
}
|
|
1057
|
+
name = "SNSTopicArnNotFoundFault";
|
|
1058
|
+
$fault = "client";
|
|
1008
1059
|
/**
|
|
1009
1060
|
* @internal
|
|
1010
1061
|
*/
|
|
@@ -1014,14 +1065,15 @@ var _SNSTopicArnNotFoundFault = class _SNSTopicArnNotFoundFault extends DocDBSer
|
|
|
1014
1065
|
$fault: "client",
|
|
1015
1066
|
...opts
|
|
1016
1067
|
});
|
|
1017
|
-
this.name = "SNSTopicArnNotFoundFault";
|
|
1018
|
-
this.$fault = "client";
|
|
1019
1068
|
Object.setPrototypeOf(this, _SNSTopicArnNotFoundFault.prototype);
|
|
1020
1069
|
}
|
|
1021
1070
|
};
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1071
|
+
var SubscriptionAlreadyExistFault = class _SubscriptionAlreadyExistFault extends DocDBServiceException {
|
|
1072
|
+
static {
|
|
1073
|
+
__name(this, "SubscriptionAlreadyExistFault");
|
|
1074
|
+
}
|
|
1075
|
+
name = "SubscriptionAlreadyExistFault";
|
|
1076
|
+
$fault = "client";
|
|
1025
1077
|
/**
|
|
1026
1078
|
* @internal
|
|
1027
1079
|
*/
|
|
@@ -1031,14 +1083,15 @@ var _SubscriptionAlreadyExistFault = class _SubscriptionAlreadyExistFault extend
|
|
|
1031
1083
|
$fault: "client",
|
|
1032
1084
|
...opts
|
|
1033
1085
|
});
|
|
1034
|
-
this.name = "SubscriptionAlreadyExistFault";
|
|
1035
|
-
this.$fault = "client";
|
|
1036
1086
|
Object.setPrototypeOf(this, _SubscriptionAlreadyExistFault.prototype);
|
|
1037
1087
|
}
|
|
1038
1088
|
};
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1089
|
+
var SubscriptionCategoryNotFoundFault = class _SubscriptionCategoryNotFoundFault extends DocDBServiceException {
|
|
1090
|
+
static {
|
|
1091
|
+
__name(this, "SubscriptionCategoryNotFoundFault");
|
|
1092
|
+
}
|
|
1093
|
+
name = "SubscriptionCategoryNotFoundFault";
|
|
1094
|
+
$fault = "client";
|
|
1042
1095
|
/**
|
|
1043
1096
|
* @internal
|
|
1044
1097
|
*/
|
|
@@ -1048,14 +1101,15 @@ var _SubscriptionCategoryNotFoundFault = class _SubscriptionCategoryNotFoundFaul
|
|
|
1048
1101
|
$fault: "client",
|
|
1049
1102
|
...opts
|
|
1050
1103
|
});
|
|
1051
|
-
this.name = "SubscriptionCategoryNotFoundFault";
|
|
1052
|
-
this.$fault = "client";
|
|
1053
1104
|
Object.setPrototypeOf(this, _SubscriptionCategoryNotFoundFault.prototype);
|
|
1054
1105
|
}
|
|
1055
1106
|
};
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1107
|
+
var GlobalClusterAlreadyExistsFault = class _GlobalClusterAlreadyExistsFault extends DocDBServiceException {
|
|
1108
|
+
static {
|
|
1109
|
+
__name(this, "GlobalClusterAlreadyExistsFault");
|
|
1110
|
+
}
|
|
1111
|
+
name = "GlobalClusterAlreadyExistsFault";
|
|
1112
|
+
$fault = "client";
|
|
1059
1113
|
/**
|
|
1060
1114
|
* @internal
|
|
1061
1115
|
*/
|
|
@@ -1065,14 +1119,15 @@ var _GlobalClusterAlreadyExistsFault = class _GlobalClusterAlreadyExistsFault ex
|
|
|
1065
1119
|
$fault: "client",
|
|
1066
1120
|
...opts
|
|
1067
1121
|
});
|
|
1068
|
-
this.name = "GlobalClusterAlreadyExistsFault";
|
|
1069
|
-
this.$fault = "client";
|
|
1070
1122
|
Object.setPrototypeOf(this, _GlobalClusterAlreadyExistsFault.prototype);
|
|
1071
1123
|
}
|
|
1072
1124
|
};
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1125
|
+
var GlobalClusterQuotaExceededFault = class _GlobalClusterQuotaExceededFault extends DocDBServiceException {
|
|
1126
|
+
static {
|
|
1127
|
+
__name(this, "GlobalClusterQuotaExceededFault");
|
|
1128
|
+
}
|
|
1129
|
+
name = "GlobalClusterQuotaExceededFault";
|
|
1130
|
+
$fault = "client";
|
|
1076
1131
|
/**
|
|
1077
1132
|
* @internal
|
|
1078
1133
|
*/
|
|
@@ -1082,14 +1137,15 @@ var _GlobalClusterQuotaExceededFault = class _GlobalClusterQuotaExceededFault ex
|
|
|
1082
1137
|
$fault: "client",
|
|
1083
1138
|
...opts
|
|
1084
1139
|
});
|
|
1085
|
-
this.name = "GlobalClusterQuotaExceededFault";
|
|
1086
|
-
this.$fault = "client";
|
|
1087
1140
|
Object.setPrototypeOf(this, _GlobalClusterQuotaExceededFault.prototype);
|
|
1088
1141
|
}
|
|
1089
1142
|
};
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1143
|
+
var InvalidDBParameterGroupStateFault = class _InvalidDBParameterGroupStateFault extends DocDBServiceException {
|
|
1144
|
+
static {
|
|
1145
|
+
__name(this, "InvalidDBParameterGroupStateFault");
|
|
1146
|
+
}
|
|
1147
|
+
name = "InvalidDBParameterGroupStateFault";
|
|
1148
|
+
$fault = "client";
|
|
1093
1149
|
/**
|
|
1094
1150
|
* @internal
|
|
1095
1151
|
*/
|
|
@@ -1099,14 +1155,15 @@ var _InvalidDBParameterGroupStateFault = class _InvalidDBParameterGroupStateFaul
|
|
|
1099
1155
|
$fault: "client",
|
|
1100
1156
|
...opts
|
|
1101
1157
|
});
|
|
1102
|
-
this.name = "InvalidDBParameterGroupStateFault";
|
|
1103
|
-
this.$fault = "client";
|
|
1104
1158
|
Object.setPrototypeOf(this, _InvalidDBParameterGroupStateFault.prototype);
|
|
1105
1159
|
}
|
|
1106
1160
|
};
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1161
|
+
var DBSnapshotAlreadyExistsFault = class _DBSnapshotAlreadyExistsFault extends DocDBServiceException {
|
|
1162
|
+
static {
|
|
1163
|
+
__name(this, "DBSnapshotAlreadyExistsFault");
|
|
1164
|
+
}
|
|
1165
|
+
name = "DBSnapshotAlreadyExistsFault";
|
|
1166
|
+
$fault = "client";
|
|
1110
1167
|
/**
|
|
1111
1168
|
* @internal
|
|
1112
1169
|
*/
|
|
@@ -1116,14 +1173,15 @@ var _DBSnapshotAlreadyExistsFault = class _DBSnapshotAlreadyExistsFault extends
|
|
|
1116
1173
|
$fault: "client",
|
|
1117
1174
|
...opts
|
|
1118
1175
|
});
|
|
1119
|
-
this.name = "DBSnapshotAlreadyExistsFault";
|
|
1120
|
-
this.$fault = "client";
|
|
1121
1176
|
Object.setPrototypeOf(this, _DBSnapshotAlreadyExistsFault.prototype);
|
|
1122
1177
|
}
|
|
1123
1178
|
};
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1179
|
+
var InvalidDBSubnetStateFault = class _InvalidDBSubnetStateFault extends DocDBServiceException {
|
|
1180
|
+
static {
|
|
1181
|
+
__name(this, "InvalidDBSubnetStateFault");
|
|
1182
|
+
}
|
|
1183
|
+
name = "InvalidDBSubnetStateFault";
|
|
1184
|
+
$fault = "client";
|
|
1127
1185
|
/**
|
|
1128
1186
|
* @internal
|
|
1129
1187
|
*/
|
|
@@ -1133,14 +1191,15 @@ var _InvalidDBSubnetStateFault = class _InvalidDBSubnetStateFault extends DocDBS
|
|
|
1133
1191
|
$fault: "client",
|
|
1134
1192
|
...opts
|
|
1135
1193
|
});
|
|
1136
|
-
this.name = "InvalidDBSubnetStateFault";
|
|
1137
|
-
this.$fault = "client";
|
|
1138
1194
|
Object.setPrototypeOf(this, _InvalidDBSubnetStateFault.prototype);
|
|
1139
1195
|
}
|
|
1140
1196
|
};
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1197
|
+
var InvalidEventSubscriptionStateFault = class _InvalidEventSubscriptionStateFault extends DocDBServiceException {
|
|
1198
|
+
static {
|
|
1199
|
+
__name(this, "InvalidEventSubscriptionStateFault");
|
|
1200
|
+
}
|
|
1201
|
+
name = "InvalidEventSubscriptionStateFault";
|
|
1202
|
+
$fault = "client";
|
|
1144
1203
|
/**
|
|
1145
1204
|
* @internal
|
|
1146
1205
|
*/
|
|
@@ -1150,14 +1209,15 @@ var _InvalidEventSubscriptionStateFault = class _InvalidEventSubscriptionStateFa
|
|
|
1150
1209
|
$fault: "client",
|
|
1151
1210
|
...opts
|
|
1152
1211
|
});
|
|
1153
|
-
this.name = "InvalidEventSubscriptionStateFault";
|
|
1154
|
-
this.$fault = "client";
|
|
1155
1212
|
Object.setPrototypeOf(this, _InvalidEventSubscriptionStateFault.prototype);
|
|
1156
1213
|
}
|
|
1157
1214
|
};
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1215
|
+
var CertificateNotFoundFault = class _CertificateNotFoundFault extends DocDBServiceException {
|
|
1216
|
+
static {
|
|
1217
|
+
__name(this, "CertificateNotFoundFault");
|
|
1218
|
+
}
|
|
1219
|
+
name = "CertificateNotFoundFault";
|
|
1220
|
+
$fault = "client";
|
|
1161
1221
|
/**
|
|
1162
1222
|
* @internal
|
|
1163
1223
|
*/
|
|
@@ -1167,13 +1227,9 @@ var _CertificateNotFoundFault = class _CertificateNotFoundFault extends DocDBSer
|
|
|
1167
1227
|
$fault: "client",
|
|
1168
1228
|
...opts
|
|
1169
1229
|
});
|
|
1170
|
-
this.name = "CertificateNotFoundFault";
|
|
1171
|
-
this.$fault = "client";
|
|
1172
1230
|
Object.setPrototypeOf(this, _CertificateNotFoundFault.prototype);
|
|
1173
1231
|
}
|
|
1174
1232
|
};
|
|
1175
|
-
__name(_CertificateNotFoundFault, "CertificateNotFoundFault");
|
|
1176
|
-
var CertificateNotFoundFault = _CertificateNotFoundFault;
|
|
1177
1233
|
var ApplyMethod = {
|
|
1178
1234
|
immediate: "immediate",
|
|
1179
1235
|
pending_reboot: "pending-reboot"
|
|
@@ -1186,7 +1242,12 @@ var SourceType = {
|
|
|
1186
1242
|
db_security_group: "db-security-group",
|
|
1187
1243
|
db_snapshot: "db-snapshot"
|
|
1188
1244
|
};
|
|
1189
|
-
var
|
|
1245
|
+
var InvalidDBSecurityGroupStateFault = class _InvalidDBSecurityGroupStateFault extends DocDBServiceException {
|
|
1246
|
+
static {
|
|
1247
|
+
__name(this, "InvalidDBSecurityGroupStateFault");
|
|
1248
|
+
}
|
|
1249
|
+
name = "InvalidDBSecurityGroupStateFault";
|
|
1250
|
+
$fault = "client";
|
|
1190
1251
|
/**
|
|
1191
1252
|
* @internal
|
|
1192
1253
|
*/
|
|
@@ -1196,14 +1257,15 @@ var _InvalidDBSecurityGroupStateFault = class _InvalidDBSecurityGroupStateFault
|
|
|
1196
1257
|
$fault: "client",
|
|
1197
1258
|
...opts
|
|
1198
1259
|
});
|
|
1199
|
-
this.name = "InvalidDBSecurityGroupStateFault";
|
|
1200
|
-
this.$fault = "client";
|
|
1201
1260
|
Object.setPrototypeOf(this, _InvalidDBSecurityGroupStateFault.prototype);
|
|
1202
1261
|
}
|
|
1203
1262
|
};
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1263
|
+
var SharedSnapshotQuotaExceededFault = class _SharedSnapshotQuotaExceededFault extends DocDBServiceException {
|
|
1264
|
+
static {
|
|
1265
|
+
__name(this, "SharedSnapshotQuotaExceededFault");
|
|
1266
|
+
}
|
|
1267
|
+
name = "SharedSnapshotQuotaExceededFault";
|
|
1268
|
+
$fault = "client";
|
|
1207
1269
|
/**
|
|
1208
1270
|
* @internal
|
|
1209
1271
|
*/
|
|
@@ -1213,14 +1275,15 @@ var _SharedSnapshotQuotaExceededFault = class _SharedSnapshotQuotaExceededFault
|
|
|
1213
1275
|
$fault: "client",
|
|
1214
1276
|
...opts
|
|
1215
1277
|
});
|
|
1216
|
-
this.name = "SharedSnapshotQuotaExceededFault";
|
|
1217
|
-
this.$fault = "client";
|
|
1218
1278
|
Object.setPrototypeOf(this, _SharedSnapshotQuotaExceededFault.prototype);
|
|
1219
1279
|
}
|
|
1220
1280
|
};
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1281
|
+
var DBUpgradeDependencyFailureFault = class _DBUpgradeDependencyFailureFault extends DocDBServiceException {
|
|
1282
|
+
static {
|
|
1283
|
+
__name(this, "DBUpgradeDependencyFailureFault");
|
|
1284
|
+
}
|
|
1285
|
+
name = "DBUpgradeDependencyFailureFault";
|
|
1286
|
+
$fault = "client";
|
|
1224
1287
|
/**
|
|
1225
1288
|
* @internal
|
|
1226
1289
|
*/
|
|
@@ -1230,14 +1293,15 @@ var _DBUpgradeDependencyFailureFault = class _DBUpgradeDependencyFailureFault ex
|
|
|
1230
1293
|
$fault: "client",
|
|
1231
1294
|
...opts
|
|
1232
1295
|
});
|
|
1233
|
-
this.name = "DBUpgradeDependencyFailureFault";
|
|
1234
|
-
this.$fault = "client";
|
|
1235
1296
|
Object.setPrototypeOf(this, _DBUpgradeDependencyFailureFault.prototype);
|
|
1236
1297
|
}
|
|
1237
1298
|
};
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1299
|
+
var SubnetAlreadyInUse = class _SubnetAlreadyInUse extends DocDBServiceException {
|
|
1300
|
+
static {
|
|
1301
|
+
__name(this, "SubnetAlreadyInUse");
|
|
1302
|
+
}
|
|
1303
|
+
name = "SubnetAlreadyInUse";
|
|
1304
|
+
$fault = "client";
|
|
1241
1305
|
/**
|
|
1242
1306
|
* @internal
|
|
1243
1307
|
*/
|
|
@@ -1247,14 +1311,15 @@ var _SubnetAlreadyInUse = class _SubnetAlreadyInUse extends DocDBServiceExceptio
|
|
|
1247
1311
|
$fault: "client",
|
|
1248
1312
|
...opts
|
|
1249
1313
|
});
|
|
1250
|
-
this.name = "SubnetAlreadyInUse";
|
|
1251
|
-
this.$fault = "client";
|
|
1252
1314
|
Object.setPrototypeOf(this, _SubnetAlreadyInUse.prototype);
|
|
1253
1315
|
}
|
|
1254
1316
|
};
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1317
|
+
var InsufficientDBClusterCapacityFault = class _InsufficientDBClusterCapacityFault extends DocDBServiceException {
|
|
1318
|
+
static {
|
|
1319
|
+
__name(this, "InsufficientDBClusterCapacityFault");
|
|
1320
|
+
}
|
|
1321
|
+
name = "InsufficientDBClusterCapacityFault";
|
|
1322
|
+
$fault = "client";
|
|
1258
1323
|
/**
|
|
1259
1324
|
* @internal
|
|
1260
1325
|
*/
|
|
@@ -1264,14 +1329,15 @@ var _InsufficientDBClusterCapacityFault = class _InsufficientDBClusterCapacityFa
|
|
|
1264
1329
|
$fault: "client",
|
|
1265
1330
|
...opts
|
|
1266
1331
|
});
|
|
1267
|
-
this.name = "InsufficientDBClusterCapacityFault";
|
|
1268
|
-
this.$fault = "client";
|
|
1269
1332
|
Object.setPrototypeOf(this, _InsufficientDBClusterCapacityFault.prototype);
|
|
1270
1333
|
}
|
|
1271
1334
|
};
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1335
|
+
var InvalidDBSnapshotStateFault = class _InvalidDBSnapshotStateFault extends DocDBServiceException {
|
|
1336
|
+
static {
|
|
1337
|
+
__name(this, "InvalidDBSnapshotStateFault");
|
|
1338
|
+
}
|
|
1339
|
+
name = "InvalidDBSnapshotStateFault";
|
|
1340
|
+
$fault = "client";
|
|
1275
1341
|
/**
|
|
1276
1342
|
* @internal
|
|
1277
1343
|
*/
|
|
@@ -1281,14 +1347,15 @@ var _InvalidDBSnapshotStateFault = class _InvalidDBSnapshotStateFault extends Do
|
|
|
1281
1347
|
$fault: "client",
|
|
1282
1348
|
...opts
|
|
1283
1349
|
});
|
|
1284
|
-
this.name = "InvalidDBSnapshotStateFault";
|
|
1285
|
-
this.$fault = "client";
|
|
1286
1350
|
Object.setPrototypeOf(this, _InvalidDBSnapshotStateFault.prototype);
|
|
1287
1351
|
}
|
|
1288
1352
|
};
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1353
|
+
var InvalidRestoreFault = class _InvalidRestoreFault extends DocDBServiceException {
|
|
1354
|
+
static {
|
|
1355
|
+
__name(this, "InvalidRestoreFault");
|
|
1356
|
+
}
|
|
1357
|
+
name = "InvalidRestoreFault";
|
|
1358
|
+
$fault = "client";
|
|
1292
1359
|
/**
|
|
1293
1360
|
* @internal
|
|
1294
1361
|
*/
|
|
@@ -1298,13 +1365,9 @@ var _InvalidRestoreFault = class _InvalidRestoreFault extends DocDBServiceExcept
|
|
|
1298
1365
|
$fault: "client",
|
|
1299
1366
|
...opts
|
|
1300
1367
|
});
|
|
1301
|
-
this.name = "InvalidRestoreFault";
|
|
1302
|
-
this.$fault = "client";
|
|
1303
1368
|
Object.setPrototypeOf(this, _InvalidRestoreFault.prototype);
|
|
1304
1369
|
}
|
|
1305
1370
|
};
|
|
1306
|
-
__name(_InvalidRestoreFault, "InvalidRestoreFault");
|
|
1307
|
-
var InvalidRestoreFault = _InvalidRestoreFault;
|
|
1308
1371
|
|
|
1309
1372
|
// src/protocols/Aws_query.ts
|
|
1310
1373
|
var se_AddSourceIdentifierToSubscriptionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -3277,14 +3340,13 @@ var se_AddSourceIdentifierToSubscriptionMessage = /* @__PURE__ */ __name((input,
|
|
|
3277
3340
|
return entries;
|
|
3278
3341
|
}, "se_AddSourceIdentifierToSubscriptionMessage");
|
|
3279
3342
|
var se_AddTagsToResourceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3280
|
-
var _a;
|
|
3281
3343
|
const entries = {};
|
|
3282
3344
|
if (input[_RN] != null) {
|
|
3283
3345
|
entries[_RN] = input[_RN];
|
|
3284
3346
|
}
|
|
3285
3347
|
if (input[_T] != null) {
|
|
3286
3348
|
const memberEntries = se_TagList(input[_T], context);
|
|
3287
|
-
if (
|
|
3349
|
+
if (input[_T]?.length === 0) {
|
|
3288
3350
|
entries.Tags = [];
|
|
3289
3351
|
}
|
|
3290
3352
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3332,11 +3394,10 @@ var se_AvailabilityZones = /* @__PURE__ */ __name((input, context) => {
|
|
|
3332
3394
|
return entries;
|
|
3333
3395
|
}, "se_AvailabilityZones");
|
|
3334
3396
|
var se_CloudwatchLogsExportConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
3335
|
-
var _a, _b;
|
|
3336
3397
|
const entries = {};
|
|
3337
3398
|
if (input[_ELT] != null) {
|
|
3338
3399
|
const memberEntries = se_LogTypeList(input[_ELT], context);
|
|
3339
|
-
if (
|
|
3400
|
+
if (input[_ELT]?.length === 0) {
|
|
3340
3401
|
entries.EnableLogTypes = [];
|
|
3341
3402
|
}
|
|
3342
3403
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3346,7 +3407,7 @@ var se_CloudwatchLogsExportConfiguration = /* @__PURE__ */ __name((input, contex
|
|
|
3346
3407
|
}
|
|
3347
3408
|
if (input[_DLT] != null) {
|
|
3348
3409
|
const memberEntries = se_LogTypeList(input[_DLT], context);
|
|
3349
|
-
if (
|
|
3410
|
+
if (input[_DLT]?.length === 0) {
|
|
3350
3411
|
entries.DisableLogTypes = [];
|
|
3351
3412
|
}
|
|
3352
3413
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3357,7 +3418,6 @@ var se_CloudwatchLogsExportConfiguration = /* @__PURE__ */ __name((input, contex
|
|
|
3357
3418
|
return entries;
|
|
3358
3419
|
}, "se_CloudwatchLogsExportConfiguration");
|
|
3359
3420
|
var se_CopyDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3360
|
-
var _a;
|
|
3361
3421
|
const entries = {};
|
|
3362
3422
|
if (input[_SDBCPGI] != null) {
|
|
3363
3423
|
entries[_SDBCPGI] = input[_SDBCPGI];
|
|
@@ -3370,7 +3430,7 @@ var se_CopyDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, conte
|
|
|
3370
3430
|
}
|
|
3371
3431
|
if (input[_T] != null) {
|
|
3372
3432
|
const memberEntries = se_TagList(input[_T], context);
|
|
3373
|
-
if (
|
|
3433
|
+
if (input[_T]?.length === 0) {
|
|
3374
3434
|
entries.Tags = [];
|
|
3375
3435
|
}
|
|
3376
3436
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3381,7 +3441,6 @@ var se_CopyDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, conte
|
|
|
3381
3441
|
return entries;
|
|
3382
3442
|
}, "se_CopyDBClusterParameterGroupMessage");
|
|
3383
3443
|
var se_CopyDBClusterSnapshotMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3384
|
-
var _a;
|
|
3385
3444
|
const entries = {};
|
|
3386
3445
|
if (input[_SDBCSI] != null) {
|
|
3387
3446
|
entries[_SDBCSI] = input[_SDBCSI];
|
|
@@ -3400,7 +3459,7 @@ var se_CopyDBClusterSnapshotMessage = /* @__PURE__ */ __name((input, context) =>
|
|
|
3400
3459
|
}
|
|
3401
3460
|
if (input[_T] != null) {
|
|
3402
3461
|
const memberEntries = se_TagList(input[_T], context);
|
|
3403
|
-
if (
|
|
3462
|
+
if (input[_T]?.length === 0) {
|
|
3404
3463
|
entries.Tags = [];
|
|
3405
3464
|
}
|
|
3406
3465
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3411,11 +3470,10 @@ var se_CopyDBClusterSnapshotMessage = /* @__PURE__ */ __name((input, context) =>
|
|
|
3411
3470
|
return entries;
|
|
3412
3471
|
}, "se_CopyDBClusterSnapshotMessage");
|
|
3413
3472
|
var se_CreateDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3414
|
-
var _a, _b, _c, _d;
|
|
3415
3473
|
const entries = {};
|
|
3416
3474
|
if (input[_AZ] != null) {
|
|
3417
3475
|
const memberEntries = se_AvailabilityZones(input[_AZ], context);
|
|
3418
|
-
if (
|
|
3476
|
+
if (input[_AZ]?.length === 0) {
|
|
3419
3477
|
entries.AvailabilityZones = [];
|
|
3420
3478
|
}
|
|
3421
3479
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3434,7 +3492,7 @@ var se_CreateDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
3434
3492
|
}
|
|
3435
3493
|
if (input[_VSGI] != null) {
|
|
3436
3494
|
const memberEntries = se_VpcSecurityGroupIdList(input[_VSGI], context);
|
|
3437
|
-
if (
|
|
3495
|
+
if (input[_VSGI]?.length === 0) {
|
|
3438
3496
|
entries.VpcSecurityGroupIds = [];
|
|
3439
3497
|
}
|
|
3440
3498
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3468,7 +3526,7 @@ var se_CreateDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
3468
3526
|
}
|
|
3469
3527
|
if (input[_T] != null) {
|
|
3470
3528
|
const memberEntries = se_TagList(input[_T], context);
|
|
3471
|
-
if (
|
|
3529
|
+
if (input[_T]?.length === 0) {
|
|
3472
3530
|
entries.Tags = [];
|
|
3473
3531
|
}
|
|
3474
3532
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3487,7 +3545,7 @@ var se_CreateDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
3487
3545
|
}
|
|
3488
3546
|
if (input[_ECLE] != null) {
|
|
3489
3547
|
const memberEntries = se_LogTypeList(input[_ECLE], context);
|
|
3490
|
-
if (
|
|
3548
|
+
if (input[_ECLE]?.length === 0) {
|
|
3491
3549
|
entries.EnableCloudwatchLogsExports = [];
|
|
3492
3550
|
}
|
|
3493
3551
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3513,7 +3571,6 @@ var se_CreateDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
3513
3571
|
return entries;
|
|
3514
3572
|
}, "se_CreateDBClusterMessage");
|
|
3515
3573
|
var se_CreateDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3516
|
-
var _a;
|
|
3517
3574
|
const entries = {};
|
|
3518
3575
|
if (input[_DBCPGN] != null) {
|
|
3519
3576
|
entries[_DBCPGN] = input[_DBCPGN];
|
|
@@ -3526,7 +3583,7 @@ var se_CreateDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, con
|
|
|
3526
3583
|
}
|
|
3527
3584
|
if (input[_T] != null) {
|
|
3528
3585
|
const memberEntries = se_TagList(input[_T], context);
|
|
3529
|
-
if (
|
|
3586
|
+
if (input[_T]?.length === 0) {
|
|
3530
3587
|
entries.Tags = [];
|
|
3531
3588
|
}
|
|
3532
3589
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3537,7 +3594,6 @@ var se_CreateDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, con
|
|
|
3537
3594
|
return entries;
|
|
3538
3595
|
}, "se_CreateDBClusterParameterGroupMessage");
|
|
3539
3596
|
var se_CreateDBClusterSnapshotMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3540
|
-
var _a;
|
|
3541
3597
|
const entries = {};
|
|
3542
3598
|
if (input[_DBCSI] != null) {
|
|
3543
3599
|
entries[_DBCSI] = input[_DBCSI];
|
|
@@ -3547,7 +3603,7 @@ var se_CreateDBClusterSnapshotMessage = /* @__PURE__ */ __name((input, context)
|
|
|
3547
3603
|
}
|
|
3548
3604
|
if (input[_T] != null) {
|
|
3549
3605
|
const memberEntries = se_TagList(input[_T], context);
|
|
3550
|
-
if (
|
|
3606
|
+
if (input[_T]?.length === 0) {
|
|
3551
3607
|
entries.Tags = [];
|
|
3552
3608
|
}
|
|
3553
3609
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3558,7 +3614,6 @@ var se_CreateDBClusterSnapshotMessage = /* @__PURE__ */ __name((input, context)
|
|
|
3558
3614
|
return entries;
|
|
3559
3615
|
}, "se_CreateDBClusterSnapshotMessage");
|
|
3560
3616
|
var se_CreateDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3561
|
-
var _a;
|
|
3562
3617
|
const entries = {};
|
|
3563
3618
|
if (input[_DBII] != null) {
|
|
3564
3619
|
entries[_DBII] = input[_DBII];
|
|
@@ -3580,7 +3635,7 @@ var se_CreateDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
3580
3635
|
}
|
|
3581
3636
|
if (input[_T] != null) {
|
|
3582
3637
|
const memberEntries = se_TagList(input[_T], context);
|
|
3583
|
-
if (
|
|
3638
|
+
if (input[_T]?.length === 0) {
|
|
3584
3639
|
entries.Tags = [];
|
|
3585
3640
|
}
|
|
3586
3641
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3609,7 +3664,6 @@ var se_CreateDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
3609
3664
|
return entries;
|
|
3610
3665
|
}, "se_CreateDBInstanceMessage");
|
|
3611
3666
|
var se_CreateDBSubnetGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3612
|
-
var _a, _b;
|
|
3613
3667
|
const entries = {};
|
|
3614
3668
|
if (input[_DBSGN] != null) {
|
|
3615
3669
|
entries[_DBSGN] = input[_DBSGN];
|
|
@@ -3619,7 +3673,7 @@ var se_CreateDBSubnetGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
3619
3673
|
}
|
|
3620
3674
|
if (input[_SIu] != null) {
|
|
3621
3675
|
const memberEntries = se_SubnetIdentifierList(input[_SIu], context);
|
|
3622
|
-
if (
|
|
3676
|
+
if (input[_SIu]?.length === 0) {
|
|
3623
3677
|
entries.SubnetIds = [];
|
|
3624
3678
|
}
|
|
3625
3679
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3629,7 +3683,7 @@ var se_CreateDBSubnetGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
3629
3683
|
}
|
|
3630
3684
|
if (input[_T] != null) {
|
|
3631
3685
|
const memberEntries = se_TagList(input[_T], context);
|
|
3632
|
-
if (
|
|
3686
|
+
if (input[_T]?.length === 0) {
|
|
3633
3687
|
entries.Tags = [];
|
|
3634
3688
|
}
|
|
3635
3689
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3640,7 +3694,6 @@ var se_CreateDBSubnetGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
3640
3694
|
return entries;
|
|
3641
3695
|
}, "se_CreateDBSubnetGroupMessage");
|
|
3642
3696
|
var se_CreateEventSubscriptionMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3643
|
-
var _a, _b, _c;
|
|
3644
3697
|
const entries = {};
|
|
3645
3698
|
if (input[_SN] != null) {
|
|
3646
3699
|
entries[_SN] = input[_SN];
|
|
@@ -3653,7 +3706,7 @@ var se_CreateEventSubscriptionMessage = /* @__PURE__ */ __name((input, context)
|
|
|
3653
3706
|
}
|
|
3654
3707
|
if (input[_EC] != null) {
|
|
3655
3708
|
const memberEntries = se_EventCategoriesList(input[_EC], context);
|
|
3656
|
-
if (
|
|
3709
|
+
if (input[_EC]?.length === 0) {
|
|
3657
3710
|
entries.EventCategories = [];
|
|
3658
3711
|
}
|
|
3659
3712
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3663,7 +3716,7 @@ var se_CreateEventSubscriptionMessage = /* @__PURE__ */ __name((input, context)
|
|
|
3663
3716
|
}
|
|
3664
3717
|
if (input[_SIo] != null) {
|
|
3665
3718
|
const memberEntries = se_SourceIdsList(input[_SIo], context);
|
|
3666
|
-
if (
|
|
3719
|
+
if (input[_SIo]?.length === 0) {
|
|
3667
3720
|
entries.SourceIds = [];
|
|
3668
3721
|
}
|
|
3669
3722
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3676,7 +3729,7 @@ var se_CreateEventSubscriptionMessage = /* @__PURE__ */ __name((input, context)
|
|
|
3676
3729
|
}
|
|
3677
3730
|
if (input[_T] != null) {
|
|
3678
3731
|
const memberEntries = se_TagList(input[_T], context);
|
|
3679
|
-
if (
|
|
3732
|
+
if (input[_T]?.length === 0) {
|
|
3680
3733
|
entries.Tags = [];
|
|
3681
3734
|
}
|
|
3682
3735
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3767,14 +3820,13 @@ var se_DeleteGlobalClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
3767
3820
|
return entries;
|
|
3768
3821
|
}, "se_DeleteGlobalClusterMessage");
|
|
3769
3822
|
var se_DescribeCertificatesMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3770
|
-
var _a;
|
|
3771
3823
|
const entries = {};
|
|
3772
3824
|
if (input[_CI] != null) {
|
|
3773
3825
|
entries[_CI] = input[_CI];
|
|
3774
3826
|
}
|
|
3775
3827
|
if (input[_F] != null) {
|
|
3776
3828
|
const memberEntries = se_FilterList(input[_F], context);
|
|
3777
|
-
if (
|
|
3829
|
+
if (input[_F]?.length === 0) {
|
|
3778
3830
|
entries.Filters = [];
|
|
3779
3831
|
}
|
|
3780
3832
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3791,14 +3843,13 @@ var se_DescribeCertificatesMessage = /* @__PURE__ */ __name((input, context) =>
|
|
|
3791
3843
|
return entries;
|
|
3792
3844
|
}, "se_DescribeCertificatesMessage");
|
|
3793
3845
|
var se_DescribeDBClusterParameterGroupsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3794
|
-
var _a;
|
|
3795
3846
|
const entries = {};
|
|
3796
3847
|
if (input[_DBCPGN] != null) {
|
|
3797
3848
|
entries[_DBCPGN] = input[_DBCPGN];
|
|
3798
3849
|
}
|
|
3799
3850
|
if (input[_F] != null) {
|
|
3800
3851
|
const memberEntries = se_FilterList(input[_F], context);
|
|
3801
|
-
if (
|
|
3852
|
+
if (input[_F]?.length === 0) {
|
|
3802
3853
|
entries.Filters = [];
|
|
3803
3854
|
}
|
|
3804
3855
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3815,7 +3866,6 @@ var se_DescribeDBClusterParameterGroupsMessage = /* @__PURE__ */ __name((input,
|
|
|
3815
3866
|
return entries;
|
|
3816
3867
|
}, "se_DescribeDBClusterParameterGroupsMessage");
|
|
3817
3868
|
var se_DescribeDBClusterParametersMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3818
|
-
var _a;
|
|
3819
3869
|
const entries = {};
|
|
3820
3870
|
if (input[_DBCPGN] != null) {
|
|
3821
3871
|
entries[_DBCPGN] = input[_DBCPGN];
|
|
@@ -3825,7 +3875,7 @@ var se_DescribeDBClusterParametersMessage = /* @__PURE__ */ __name((input, conte
|
|
|
3825
3875
|
}
|
|
3826
3876
|
if (input[_F] != null) {
|
|
3827
3877
|
const memberEntries = se_FilterList(input[_F], context);
|
|
3828
|
-
if (
|
|
3878
|
+
if (input[_F]?.length === 0) {
|
|
3829
3879
|
entries.Filters = [];
|
|
3830
3880
|
}
|
|
3831
3881
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3842,14 +3892,13 @@ var se_DescribeDBClusterParametersMessage = /* @__PURE__ */ __name((input, conte
|
|
|
3842
3892
|
return entries;
|
|
3843
3893
|
}, "se_DescribeDBClusterParametersMessage");
|
|
3844
3894
|
var se_DescribeDBClustersMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3845
|
-
var _a;
|
|
3846
3895
|
const entries = {};
|
|
3847
3896
|
if (input[_DBCI] != null) {
|
|
3848
3897
|
entries[_DBCI] = input[_DBCI];
|
|
3849
3898
|
}
|
|
3850
3899
|
if (input[_F] != null) {
|
|
3851
3900
|
const memberEntries = se_FilterList(input[_F], context);
|
|
3852
|
-
if (
|
|
3901
|
+
if (input[_F]?.length === 0) {
|
|
3853
3902
|
entries.Filters = [];
|
|
3854
3903
|
}
|
|
3855
3904
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3873,7 +3922,6 @@ var se_DescribeDBClusterSnapshotAttributesMessage = /* @__PURE__ */ __name((inpu
|
|
|
3873
3922
|
return entries;
|
|
3874
3923
|
}, "se_DescribeDBClusterSnapshotAttributesMessage");
|
|
3875
3924
|
var se_DescribeDBClusterSnapshotsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3876
|
-
var _a;
|
|
3877
3925
|
const entries = {};
|
|
3878
3926
|
if (input[_DBCI] != null) {
|
|
3879
3927
|
entries[_DBCI] = input[_DBCI];
|
|
@@ -3886,7 +3934,7 @@ var se_DescribeDBClusterSnapshotsMessage = /* @__PURE__ */ __name((input, contex
|
|
|
3886
3934
|
}
|
|
3887
3935
|
if (input[_F] != null) {
|
|
3888
3936
|
const memberEntries = se_FilterList(input[_F], context);
|
|
3889
|
-
if (
|
|
3937
|
+
if (input[_F]?.length === 0) {
|
|
3890
3938
|
entries.Filters = [];
|
|
3891
3939
|
}
|
|
3892
3940
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3909,7 +3957,6 @@ var se_DescribeDBClusterSnapshotsMessage = /* @__PURE__ */ __name((input, contex
|
|
|
3909
3957
|
return entries;
|
|
3910
3958
|
}, "se_DescribeDBClusterSnapshotsMessage");
|
|
3911
3959
|
var se_DescribeDBEngineVersionsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3912
|
-
var _a;
|
|
3913
3960
|
const entries = {};
|
|
3914
3961
|
if (input[_E] != null) {
|
|
3915
3962
|
entries[_E] = input[_E];
|
|
@@ -3922,7 +3969,7 @@ var se_DescribeDBEngineVersionsMessage = /* @__PURE__ */ __name((input, context)
|
|
|
3922
3969
|
}
|
|
3923
3970
|
if (input[_F] != null) {
|
|
3924
3971
|
const memberEntries = se_FilterList(input[_F], context);
|
|
3925
|
-
if (
|
|
3972
|
+
if (input[_F]?.length === 0) {
|
|
3926
3973
|
entries.Filters = [];
|
|
3927
3974
|
}
|
|
3928
3975
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3948,14 +3995,13 @@ var se_DescribeDBEngineVersionsMessage = /* @__PURE__ */ __name((input, context)
|
|
|
3948
3995
|
return entries;
|
|
3949
3996
|
}, "se_DescribeDBEngineVersionsMessage");
|
|
3950
3997
|
var se_DescribeDBInstancesMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3951
|
-
var _a;
|
|
3952
3998
|
const entries = {};
|
|
3953
3999
|
if (input[_DBII] != null) {
|
|
3954
4000
|
entries[_DBII] = input[_DBII];
|
|
3955
4001
|
}
|
|
3956
4002
|
if (input[_F] != null) {
|
|
3957
4003
|
const memberEntries = se_FilterList(input[_F], context);
|
|
3958
|
-
if (
|
|
4004
|
+
if (input[_F]?.length === 0) {
|
|
3959
4005
|
entries.Filters = [];
|
|
3960
4006
|
}
|
|
3961
4007
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3972,14 +4018,13 @@ var se_DescribeDBInstancesMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
3972
4018
|
return entries;
|
|
3973
4019
|
}, "se_DescribeDBInstancesMessage");
|
|
3974
4020
|
var se_DescribeDBSubnetGroupsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3975
|
-
var _a;
|
|
3976
4021
|
const entries = {};
|
|
3977
4022
|
if (input[_DBSGN] != null) {
|
|
3978
4023
|
entries[_DBSGN] = input[_DBSGN];
|
|
3979
4024
|
}
|
|
3980
4025
|
if (input[_F] != null) {
|
|
3981
4026
|
const memberEntries = se_FilterList(input[_F], context);
|
|
3982
|
-
if (
|
|
4027
|
+
if (input[_F]?.length === 0) {
|
|
3983
4028
|
entries.Filters = [];
|
|
3984
4029
|
}
|
|
3985
4030
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3996,14 +4041,13 @@ var se_DescribeDBSubnetGroupsMessage = /* @__PURE__ */ __name((input, context) =
|
|
|
3996
4041
|
return entries;
|
|
3997
4042
|
}, "se_DescribeDBSubnetGroupsMessage");
|
|
3998
4043
|
var se_DescribeEngineDefaultClusterParametersMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3999
|
-
var _a;
|
|
4000
4044
|
const entries = {};
|
|
4001
4045
|
if (input[_DBPGF] != null) {
|
|
4002
4046
|
entries[_DBPGF] = input[_DBPGF];
|
|
4003
4047
|
}
|
|
4004
4048
|
if (input[_F] != null) {
|
|
4005
4049
|
const memberEntries = se_FilterList(input[_F], context);
|
|
4006
|
-
if (
|
|
4050
|
+
if (input[_F]?.length === 0) {
|
|
4007
4051
|
entries.Filters = [];
|
|
4008
4052
|
}
|
|
4009
4053
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4020,14 +4064,13 @@ var se_DescribeEngineDefaultClusterParametersMessage = /* @__PURE__ */ __name((i
|
|
|
4020
4064
|
return entries;
|
|
4021
4065
|
}, "se_DescribeEngineDefaultClusterParametersMessage");
|
|
4022
4066
|
var se_DescribeEventCategoriesMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4023
|
-
var _a;
|
|
4024
4067
|
const entries = {};
|
|
4025
4068
|
if (input[_STo] != null) {
|
|
4026
4069
|
entries[_STo] = input[_STo];
|
|
4027
4070
|
}
|
|
4028
4071
|
if (input[_F] != null) {
|
|
4029
4072
|
const memberEntries = se_FilterList(input[_F], context);
|
|
4030
|
-
if (
|
|
4073
|
+
if (input[_F]?.length === 0) {
|
|
4031
4074
|
entries.Filters = [];
|
|
4032
4075
|
}
|
|
4033
4076
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4038,7 +4081,6 @@ var se_DescribeEventCategoriesMessage = /* @__PURE__ */ __name((input, context)
|
|
|
4038
4081
|
return entries;
|
|
4039
4082
|
}, "se_DescribeEventCategoriesMessage");
|
|
4040
4083
|
var se_DescribeEventsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4041
|
-
var _a, _b;
|
|
4042
4084
|
const entries = {};
|
|
4043
4085
|
if (input[_SI] != null) {
|
|
4044
4086
|
entries[_SI] = input[_SI];
|
|
@@ -4057,7 +4099,7 @@ var se_DescribeEventsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4057
4099
|
}
|
|
4058
4100
|
if (input[_EC] != null) {
|
|
4059
4101
|
const memberEntries = se_EventCategoriesList(input[_EC], context);
|
|
4060
|
-
if (
|
|
4102
|
+
if (input[_EC]?.length === 0) {
|
|
4061
4103
|
entries.EventCategories = [];
|
|
4062
4104
|
}
|
|
4063
4105
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4067,7 +4109,7 @@ var se_DescribeEventsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4067
4109
|
}
|
|
4068
4110
|
if (input[_F] != null) {
|
|
4069
4111
|
const memberEntries = se_FilterList(input[_F], context);
|
|
4070
|
-
if (
|
|
4112
|
+
if (input[_F]?.length === 0) {
|
|
4071
4113
|
entries.Filters = [];
|
|
4072
4114
|
}
|
|
4073
4115
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4084,14 +4126,13 @@ var se_DescribeEventsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4084
4126
|
return entries;
|
|
4085
4127
|
}, "se_DescribeEventsMessage");
|
|
4086
4128
|
var se_DescribeEventSubscriptionsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4087
|
-
var _a;
|
|
4088
4129
|
const entries = {};
|
|
4089
4130
|
if (input[_SN] != null) {
|
|
4090
4131
|
entries[_SN] = input[_SN];
|
|
4091
4132
|
}
|
|
4092
4133
|
if (input[_F] != null) {
|
|
4093
4134
|
const memberEntries = se_FilterList(input[_F], context);
|
|
4094
|
-
if (
|
|
4135
|
+
if (input[_F]?.length === 0) {
|
|
4095
4136
|
entries.Filters = [];
|
|
4096
4137
|
}
|
|
4097
4138
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4108,14 +4149,13 @@ var se_DescribeEventSubscriptionsMessage = /* @__PURE__ */ __name((input, contex
|
|
|
4108
4149
|
return entries;
|
|
4109
4150
|
}, "se_DescribeEventSubscriptionsMessage");
|
|
4110
4151
|
var se_DescribeGlobalClustersMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4111
|
-
var _a;
|
|
4112
4152
|
const entries = {};
|
|
4113
4153
|
if (input[_GCI] != null) {
|
|
4114
4154
|
entries[_GCI] = input[_GCI];
|
|
4115
4155
|
}
|
|
4116
4156
|
if (input[_F] != null) {
|
|
4117
4157
|
const memberEntries = se_FilterList(input[_F], context);
|
|
4118
|
-
if (
|
|
4158
|
+
if (input[_F]?.length === 0) {
|
|
4119
4159
|
entries.Filters = [];
|
|
4120
4160
|
}
|
|
4121
4161
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4132,7 +4172,6 @@ var se_DescribeGlobalClustersMessage = /* @__PURE__ */ __name((input, context) =
|
|
|
4132
4172
|
return entries;
|
|
4133
4173
|
}, "se_DescribeGlobalClustersMessage");
|
|
4134
4174
|
var se_DescribeOrderableDBInstanceOptionsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4135
|
-
var _a;
|
|
4136
4175
|
const entries = {};
|
|
4137
4176
|
if (input[_E] != null) {
|
|
4138
4177
|
entries[_E] = input[_E];
|
|
@@ -4151,7 +4190,7 @@ var se_DescribeOrderableDBInstanceOptionsMessage = /* @__PURE__ */ __name((input
|
|
|
4151
4190
|
}
|
|
4152
4191
|
if (input[_F] != null) {
|
|
4153
4192
|
const memberEntries = se_FilterList(input[_F], context);
|
|
4154
|
-
if (
|
|
4193
|
+
if (input[_F]?.length === 0) {
|
|
4155
4194
|
entries.Filters = [];
|
|
4156
4195
|
}
|
|
4157
4196
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4168,14 +4207,13 @@ var se_DescribeOrderableDBInstanceOptionsMessage = /* @__PURE__ */ __name((input
|
|
|
4168
4207
|
return entries;
|
|
4169
4208
|
}, "se_DescribeOrderableDBInstanceOptionsMessage");
|
|
4170
4209
|
var se_DescribePendingMaintenanceActionsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4171
|
-
var _a;
|
|
4172
4210
|
const entries = {};
|
|
4173
4211
|
if (input[_RI] != null) {
|
|
4174
4212
|
entries[_RI] = input[_RI];
|
|
4175
4213
|
}
|
|
4176
4214
|
if (input[_F] != null) {
|
|
4177
4215
|
const memberEntries = se_FilterList(input[_F], context);
|
|
4178
|
-
if (
|
|
4216
|
+
if (input[_F]?.length === 0) {
|
|
4179
4217
|
entries.Filters = [];
|
|
4180
4218
|
}
|
|
4181
4219
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4230,14 +4268,13 @@ var se_FailoverGlobalClusterMessage = /* @__PURE__ */ __name((input, context) =>
|
|
|
4230
4268
|
return entries;
|
|
4231
4269
|
}, "se_FailoverGlobalClusterMessage");
|
|
4232
4270
|
var se_Filter = /* @__PURE__ */ __name((input, context) => {
|
|
4233
|
-
var _a;
|
|
4234
4271
|
const entries = {};
|
|
4235
4272
|
if (input[_N] != null) {
|
|
4236
4273
|
entries[_N] = input[_N];
|
|
4237
4274
|
}
|
|
4238
4275
|
if (input[_Va] != null) {
|
|
4239
4276
|
const memberEntries = se_FilterValueList(input[_Va], context);
|
|
4240
|
-
if (
|
|
4277
|
+
if (input[_Va]?.length === 0) {
|
|
4241
4278
|
entries.Values = [];
|
|
4242
4279
|
}
|
|
4243
4280
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4287,14 +4324,13 @@ var se_KeyList = /* @__PURE__ */ __name((input, context) => {
|
|
|
4287
4324
|
return entries;
|
|
4288
4325
|
}, "se_KeyList");
|
|
4289
4326
|
var se_ListTagsForResourceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4290
|
-
var _a;
|
|
4291
4327
|
const entries = {};
|
|
4292
4328
|
if (input[_RN] != null) {
|
|
4293
4329
|
entries[_RN] = input[_RN];
|
|
4294
4330
|
}
|
|
4295
4331
|
if (input[_F] != null) {
|
|
4296
4332
|
const memberEntries = se_FilterList(input[_F], context);
|
|
4297
|
-
if (
|
|
4333
|
+
if (input[_F]?.length === 0) {
|
|
4298
4334
|
entries.Filters = [];
|
|
4299
4335
|
}
|
|
4300
4336
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4317,7 +4353,6 @@ var se_LogTypeList = /* @__PURE__ */ __name((input, context) => {
|
|
|
4317
4353
|
return entries;
|
|
4318
4354
|
}, "se_LogTypeList");
|
|
4319
4355
|
var se_ModifyDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4320
|
-
var _a;
|
|
4321
4356
|
const entries = {};
|
|
4322
4357
|
if (input[_DBCI] != null) {
|
|
4323
4358
|
entries[_DBCI] = input[_DBCI];
|
|
@@ -4336,7 +4371,7 @@ var se_ModifyDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4336
4371
|
}
|
|
4337
4372
|
if (input[_VSGI] != null) {
|
|
4338
4373
|
const memberEntries = se_VpcSecurityGroupIdList(input[_VSGI], context);
|
|
4339
|
-
if (
|
|
4374
|
+
if (input[_VSGI]?.length === 0) {
|
|
4340
4375
|
entries.VpcSecurityGroupIds = [];
|
|
4341
4376
|
}
|
|
4342
4377
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4387,14 +4422,13 @@ var se_ModifyDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4387
4422
|
return entries;
|
|
4388
4423
|
}, "se_ModifyDBClusterMessage");
|
|
4389
4424
|
var se_ModifyDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4390
|
-
var _a;
|
|
4391
4425
|
const entries = {};
|
|
4392
4426
|
if (input[_DBCPGN] != null) {
|
|
4393
4427
|
entries[_DBCPGN] = input[_DBCPGN];
|
|
4394
4428
|
}
|
|
4395
4429
|
if (input[_Pa] != null) {
|
|
4396
4430
|
const memberEntries = se_ParametersList(input[_Pa], context);
|
|
4397
|
-
if (
|
|
4431
|
+
if (input[_Pa]?.length === 0) {
|
|
4398
4432
|
entries.Parameters = [];
|
|
4399
4433
|
}
|
|
4400
4434
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4405,7 +4439,6 @@ var se_ModifyDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, con
|
|
|
4405
4439
|
return entries;
|
|
4406
4440
|
}, "se_ModifyDBClusterParameterGroupMessage");
|
|
4407
4441
|
var se_ModifyDBClusterSnapshotAttributeMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4408
|
-
var _a, _b;
|
|
4409
4442
|
const entries = {};
|
|
4410
4443
|
if (input[_DBCSI] != null) {
|
|
4411
4444
|
entries[_DBCSI] = input[_DBCSI];
|
|
@@ -4415,7 +4448,7 @@ var se_ModifyDBClusterSnapshotAttributeMessage = /* @__PURE__ */ __name((input,
|
|
|
4415
4448
|
}
|
|
4416
4449
|
if (input[_VTA] != null) {
|
|
4417
4450
|
const memberEntries = se_AttributeValueList(input[_VTA], context);
|
|
4418
|
-
if (
|
|
4451
|
+
if (input[_VTA]?.length === 0) {
|
|
4419
4452
|
entries.ValuesToAdd = [];
|
|
4420
4453
|
}
|
|
4421
4454
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4425,7 +4458,7 @@ var se_ModifyDBClusterSnapshotAttributeMessage = /* @__PURE__ */ __name((input,
|
|
|
4425
4458
|
}
|
|
4426
4459
|
if (input[_VTR] != null) {
|
|
4427
4460
|
const memberEntries = se_AttributeValueList(input[_VTR], context);
|
|
4428
|
-
if (
|
|
4461
|
+
if (input[_VTR]?.length === 0) {
|
|
4429
4462
|
entries.ValuesToRemove = [];
|
|
4430
4463
|
}
|
|
4431
4464
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4476,7 +4509,6 @@ var se_ModifyDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4476
4509
|
return entries;
|
|
4477
4510
|
}, "se_ModifyDBInstanceMessage");
|
|
4478
4511
|
var se_ModifyDBSubnetGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4479
|
-
var _a;
|
|
4480
4512
|
const entries = {};
|
|
4481
4513
|
if (input[_DBSGN] != null) {
|
|
4482
4514
|
entries[_DBSGN] = input[_DBSGN];
|
|
@@ -4486,7 +4518,7 @@ var se_ModifyDBSubnetGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4486
4518
|
}
|
|
4487
4519
|
if (input[_SIu] != null) {
|
|
4488
4520
|
const memberEntries = se_SubnetIdentifierList(input[_SIu], context);
|
|
4489
|
-
if (
|
|
4521
|
+
if (input[_SIu]?.length === 0) {
|
|
4490
4522
|
entries.SubnetIds = [];
|
|
4491
4523
|
}
|
|
4492
4524
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4497,7 +4529,6 @@ var se_ModifyDBSubnetGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4497
4529
|
return entries;
|
|
4498
4530
|
}, "se_ModifyDBSubnetGroupMessage");
|
|
4499
4531
|
var se_ModifyEventSubscriptionMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4500
|
-
var _a;
|
|
4501
4532
|
const entries = {};
|
|
4502
4533
|
if (input[_SN] != null) {
|
|
4503
4534
|
entries[_SN] = input[_SN];
|
|
@@ -4510,7 +4541,7 @@ var se_ModifyEventSubscriptionMessage = /* @__PURE__ */ __name((input, context)
|
|
|
4510
4541
|
}
|
|
4511
4542
|
if (input[_EC] != null) {
|
|
4512
4543
|
const memberEntries = se_EventCategoriesList(input[_EC], context);
|
|
4513
|
-
if (
|
|
4544
|
+
if (input[_EC]?.length === 0) {
|
|
4514
4545
|
entries.EventCategories = [];
|
|
4515
4546
|
}
|
|
4516
4547
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4616,14 +4647,13 @@ var se_RemoveSourceIdentifierFromSubscriptionMessage = /* @__PURE__ */ __name((i
|
|
|
4616
4647
|
return entries;
|
|
4617
4648
|
}, "se_RemoveSourceIdentifierFromSubscriptionMessage");
|
|
4618
4649
|
var se_RemoveTagsFromResourceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4619
|
-
var _a;
|
|
4620
4650
|
const entries = {};
|
|
4621
4651
|
if (input[_RN] != null) {
|
|
4622
4652
|
entries[_RN] = input[_RN];
|
|
4623
4653
|
}
|
|
4624
4654
|
if (input[_TK] != null) {
|
|
4625
4655
|
const memberEntries = se_KeyList(input[_TK], context);
|
|
4626
|
-
if (
|
|
4656
|
+
if (input[_TK]?.length === 0) {
|
|
4627
4657
|
entries.TagKeys = [];
|
|
4628
4658
|
}
|
|
4629
4659
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4634,7 +4664,6 @@ var se_RemoveTagsFromResourceMessage = /* @__PURE__ */ __name((input, context) =
|
|
|
4634
4664
|
return entries;
|
|
4635
4665
|
}, "se_RemoveTagsFromResourceMessage");
|
|
4636
4666
|
var se_ResetDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4637
|
-
var _a;
|
|
4638
4667
|
const entries = {};
|
|
4639
4668
|
if (input[_DBCPGN] != null) {
|
|
4640
4669
|
entries[_DBCPGN] = input[_DBCPGN];
|
|
@@ -4644,7 +4673,7 @@ var se_ResetDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, cont
|
|
|
4644
4673
|
}
|
|
4645
4674
|
if (input[_Pa] != null) {
|
|
4646
4675
|
const memberEntries = se_ParametersList(input[_Pa], context);
|
|
4647
|
-
if (
|
|
4676
|
+
if (input[_Pa]?.length === 0) {
|
|
4648
4677
|
entries.Parameters = [];
|
|
4649
4678
|
}
|
|
4650
4679
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4655,11 +4684,10 @@ var se_ResetDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, cont
|
|
|
4655
4684
|
return entries;
|
|
4656
4685
|
}, "se_ResetDBClusterParameterGroupMessage");
|
|
4657
4686
|
var se_RestoreDBClusterFromSnapshotMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4658
|
-
var _a, _b, _c, _d;
|
|
4659
4687
|
const entries = {};
|
|
4660
4688
|
if (input[_AZ] != null) {
|
|
4661
4689
|
const memberEntries = se_AvailabilityZones(input[_AZ], context);
|
|
4662
|
-
if (
|
|
4690
|
+
if (input[_AZ]?.length === 0) {
|
|
4663
4691
|
entries.AvailabilityZones = [];
|
|
4664
4692
|
}
|
|
4665
4693
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4687,7 +4715,7 @@ var se_RestoreDBClusterFromSnapshotMessage = /* @__PURE__ */ __name((input, cont
|
|
|
4687
4715
|
}
|
|
4688
4716
|
if (input[_VSGI] != null) {
|
|
4689
4717
|
const memberEntries = se_VpcSecurityGroupIdList(input[_VSGI], context);
|
|
4690
|
-
if (
|
|
4718
|
+
if (input[_VSGI]?.length === 0) {
|
|
4691
4719
|
entries.VpcSecurityGroupIds = [];
|
|
4692
4720
|
}
|
|
4693
4721
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4697,7 +4725,7 @@ var se_RestoreDBClusterFromSnapshotMessage = /* @__PURE__ */ __name((input, cont
|
|
|
4697
4725
|
}
|
|
4698
4726
|
if (input[_T] != null) {
|
|
4699
4727
|
const memberEntries = se_TagList(input[_T], context);
|
|
4700
|
-
if (
|
|
4728
|
+
if (input[_T]?.length === 0) {
|
|
4701
4729
|
entries.Tags = [];
|
|
4702
4730
|
}
|
|
4703
4731
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4710,7 +4738,7 @@ var se_RestoreDBClusterFromSnapshotMessage = /* @__PURE__ */ __name((input, cont
|
|
|
4710
4738
|
}
|
|
4711
4739
|
if (input[_ECLE] != null) {
|
|
4712
4740
|
const memberEntries = se_LogTypeList(input[_ECLE], context);
|
|
4713
|
-
if (
|
|
4741
|
+
if (input[_ECLE]?.length === 0) {
|
|
4714
4742
|
entries.EnableCloudwatchLogsExports = [];
|
|
4715
4743
|
}
|
|
4716
4744
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4730,7 +4758,6 @@ var se_RestoreDBClusterFromSnapshotMessage = /* @__PURE__ */ __name((input, cont
|
|
|
4730
4758
|
return entries;
|
|
4731
4759
|
}, "se_RestoreDBClusterFromSnapshotMessage");
|
|
4732
4760
|
var se_RestoreDBClusterToPointInTimeMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4733
|
-
var _a, _b, _c;
|
|
4734
4761
|
const entries = {};
|
|
4735
4762
|
if (input[_DBCI] != null) {
|
|
4736
4763
|
entries[_DBCI] = input[_DBCI];
|
|
@@ -4755,7 +4782,7 @@ var se_RestoreDBClusterToPointInTimeMessage = /* @__PURE__ */ __name((input, con
|
|
|
4755
4782
|
}
|
|
4756
4783
|
if (input[_VSGI] != null) {
|
|
4757
4784
|
const memberEntries = se_VpcSecurityGroupIdList(input[_VSGI], context);
|
|
4758
|
-
if (
|
|
4785
|
+
if (input[_VSGI]?.length === 0) {
|
|
4759
4786
|
entries.VpcSecurityGroupIds = [];
|
|
4760
4787
|
}
|
|
4761
4788
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4765,7 +4792,7 @@ var se_RestoreDBClusterToPointInTimeMessage = /* @__PURE__ */ __name((input, con
|
|
|
4765
4792
|
}
|
|
4766
4793
|
if (input[_T] != null) {
|
|
4767
4794
|
const memberEntries = se_TagList(input[_T], context);
|
|
4768
|
-
if (
|
|
4795
|
+
if (input[_T]?.length === 0) {
|
|
4769
4796
|
entries.Tags = [];
|
|
4770
4797
|
}
|
|
4771
4798
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4778,7 +4805,7 @@ var se_RestoreDBClusterToPointInTimeMessage = /* @__PURE__ */ __name((input, con
|
|
|
4778
4805
|
}
|
|
4779
4806
|
if (input[_ECLE] != null) {
|
|
4780
4807
|
const memberEntries = se_LogTypeList(input[_ECLE], context);
|
|
4781
|
-
if (
|
|
4808
|
+
if (input[_ECLE]?.length === 0) {
|
|
4782
4809
|
entries.EnableCloudwatchLogsExports = [];
|
|
4783
4810
|
}
|
|
4784
4811
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -7033,8 +7060,7 @@ var _m = "message";
|
|
|
7033
7060
|
var _me = "member";
|
|
7034
7061
|
var buildFormUrlencodedString = /* @__PURE__ */ __name((formEntries) => Object.entries(formEntries).map(([key, value]) => (0, import_smithy_client.extendedEncodeURIComponent)(key) + "=" + (0, import_smithy_client.extendedEncodeURIComponent)(value)).join("&"), "buildFormUrlencodedString");
|
|
7035
7062
|
var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
7036
|
-
|
|
7037
|
-
if (((_a = data.Error) == null ? void 0 : _a.Code) !== void 0) {
|
|
7063
|
+
if (data.Error?.Code !== void 0) {
|
|
7038
7064
|
return data.Error.Code;
|
|
7039
7065
|
}
|
|
7040
7066
|
if (output.statusCode == 404) {
|
|
@@ -7043,773 +7069,828 @@ var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
|
7043
7069
|
}, "loadQueryErrorCode");
|
|
7044
7070
|
|
|
7045
7071
|
// src/commands/AddSourceIdentifierToSubscriptionCommand.ts
|
|
7046
|
-
var
|
|
7072
|
+
var AddSourceIdentifierToSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7047
7073
|
return [
|
|
7048
7074
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7049
7075
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7050
7076
|
];
|
|
7051
7077
|
}).s("AmazonRDSv19", "AddSourceIdentifierToSubscription", {}).n("DocDBClient", "AddSourceIdentifierToSubscriptionCommand").f(void 0, void 0).ser(se_AddSourceIdentifierToSubscriptionCommand).de(de_AddSourceIdentifierToSubscriptionCommand).build() {
|
|
7078
|
+
static {
|
|
7079
|
+
__name(this, "AddSourceIdentifierToSubscriptionCommand");
|
|
7080
|
+
}
|
|
7052
7081
|
};
|
|
7053
|
-
__name(_AddSourceIdentifierToSubscriptionCommand, "AddSourceIdentifierToSubscriptionCommand");
|
|
7054
|
-
var AddSourceIdentifierToSubscriptionCommand = _AddSourceIdentifierToSubscriptionCommand;
|
|
7055
7082
|
|
|
7056
7083
|
// src/commands/AddTagsToResourceCommand.ts
|
|
7057
7084
|
|
|
7058
7085
|
|
|
7059
7086
|
|
|
7060
|
-
var
|
|
7087
|
+
var AddTagsToResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7061
7088
|
return [
|
|
7062
7089
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7063
7090
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7064
7091
|
];
|
|
7065
7092
|
}).s("AmazonRDSv19", "AddTagsToResource", {}).n("DocDBClient", "AddTagsToResourceCommand").f(void 0, void 0).ser(se_AddTagsToResourceCommand).de(de_AddTagsToResourceCommand).build() {
|
|
7093
|
+
static {
|
|
7094
|
+
__name(this, "AddTagsToResourceCommand");
|
|
7095
|
+
}
|
|
7066
7096
|
};
|
|
7067
|
-
__name(_AddTagsToResourceCommand, "AddTagsToResourceCommand");
|
|
7068
|
-
var AddTagsToResourceCommand = _AddTagsToResourceCommand;
|
|
7069
7097
|
|
|
7070
7098
|
// src/commands/ApplyPendingMaintenanceActionCommand.ts
|
|
7071
7099
|
|
|
7072
7100
|
|
|
7073
7101
|
|
|
7074
|
-
var
|
|
7102
|
+
var ApplyPendingMaintenanceActionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7075
7103
|
return [
|
|
7076
7104
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7077
7105
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7078
7106
|
];
|
|
7079
7107
|
}).s("AmazonRDSv19", "ApplyPendingMaintenanceAction", {}).n("DocDBClient", "ApplyPendingMaintenanceActionCommand").f(void 0, void 0).ser(se_ApplyPendingMaintenanceActionCommand).de(de_ApplyPendingMaintenanceActionCommand).build() {
|
|
7108
|
+
static {
|
|
7109
|
+
__name(this, "ApplyPendingMaintenanceActionCommand");
|
|
7110
|
+
}
|
|
7080
7111
|
};
|
|
7081
|
-
__name(_ApplyPendingMaintenanceActionCommand, "ApplyPendingMaintenanceActionCommand");
|
|
7082
|
-
var ApplyPendingMaintenanceActionCommand = _ApplyPendingMaintenanceActionCommand;
|
|
7083
7112
|
|
|
7084
7113
|
// src/commands/CopyDBClusterParameterGroupCommand.ts
|
|
7085
7114
|
|
|
7086
7115
|
|
|
7087
7116
|
|
|
7088
|
-
var
|
|
7117
|
+
var CopyDBClusterParameterGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7089
7118
|
return [
|
|
7090
7119
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7091
7120
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7092
7121
|
];
|
|
7093
7122
|
}).s("AmazonRDSv19", "CopyDBClusterParameterGroup", {}).n("DocDBClient", "CopyDBClusterParameterGroupCommand").f(void 0, void 0).ser(se_CopyDBClusterParameterGroupCommand).de(de_CopyDBClusterParameterGroupCommand).build() {
|
|
7123
|
+
static {
|
|
7124
|
+
__name(this, "CopyDBClusterParameterGroupCommand");
|
|
7125
|
+
}
|
|
7094
7126
|
};
|
|
7095
|
-
__name(_CopyDBClusterParameterGroupCommand, "CopyDBClusterParameterGroupCommand");
|
|
7096
|
-
var CopyDBClusterParameterGroupCommand = _CopyDBClusterParameterGroupCommand;
|
|
7097
7127
|
|
|
7098
7128
|
// src/commands/CopyDBClusterSnapshotCommand.ts
|
|
7099
7129
|
var import_middleware_sdk_rds = require("@aws-sdk/middleware-sdk-rds");
|
|
7100
7130
|
|
|
7101
7131
|
|
|
7102
7132
|
|
|
7103
|
-
var
|
|
7133
|
+
var CopyDBClusterSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7104
7134
|
return [
|
|
7105
7135
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7106
7136
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
7107
7137
|
(0, import_middleware_sdk_rds.getCrossRegionPresignedUrlPlugin)(config)
|
|
7108
7138
|
];
|
|
7109
7139
|
}).s("AmazonRDSv19", "CopyDBClusterSnapshot", {}).n("DocDBClient", "CopyDBClusterSnapshotCommand").f(void 0, void 0).ser(se_CopyDBClusterSnapshotCommand).de(de_CopyDBClusterSnapshotCommand).build() {
|
|
7140
|
+
static {
|
|
7141
|
+
__name(this, "CopyDBClusterSnapshotCommand");
|
|
7142
|
+
}
|
|
7110
7143
|
};
|
|
7111
|
-
__name(_CopyDBClusterSnapshotCommand, "CopyDBClusterSnapshotCommand");
|
|
7112
|
-
var CopyDBClusterSnapshotCommand = _CopyDBClusterSnapshotCommand;
|
|
7113
7144
|
|
|
7114
7145
|
// src/commands/CreateDBClusterCommand.ts
|
|
7115
7146
|
|
|
7116
7147
|
|
|
7117
7148
|
|
|
7118
|
-
var
|
|
7149
|
+
var CreateDBClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7119
7150
|
return [
|
|
7120
7151
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7121
7152
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7122
7153
|
];
|
|
7123
7154
|
}).s("AmazonRDSv19", "CreateDBCluster", {}).n("DocDBClient", "CreateDBClusterCommand").f(void 0, void 0).ser(se_CreateDBClusterCommand).de(de_CreateDBClusterCommand).build() {
|
|
7155
|
+
static {
|
|
7156
|
+
__name(this, "CreateDBClusterCommand");
|
|
7157
|
+
}
|
|
7124
7158
|
};
|
|
7125
|
-
__name(_CreateDBClusterCommand, "CreateDBClusterCommand");
|
|
7126
|
-
var CreateDBClusterCommand = _CreateDBClusterCommand;
|
|
7127
7159
|
|
|
7128
7160
|
// src/commands/CreateDBClusterParameterGroupCommand.ts
|
|
7129
7161
|
|
|
7130
7162
|
|
|
7131
7163
|
|
|
7132
|
-
var
|
|
7164
|
+
var CreateDBClusterParameterGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7133
7165
|
return [
|
|
7134
7166
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7135
7167
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7136
7168
|
];
|
|
7137
7169
|
}).s("AmazonRDSv19", "CreateDBClusterParameterGroup", {}).n("DocDBClient", "CreateDBClusterParameterGroupCommand").f(void 0, void 0).ser(se_CreateDBClusterParameterGroupCommand).de(de_CreateDBClusterParameterGroupCommand).build() {
|
|
7170
|
+
static {
|
|
7171
|
+
__name(this, "CreateDBClusterParameterGroupCommand");
|
|
7172
|
+
}
|
|
7138
7173
|
};
|
|
7139
|
-
__name(_CreateDBClusterParameterGroupCommand, "CreateDBClusterParameterGroupCommand");
|
|
7140
|
-
var CreateDBClusterParameterGroupCommand = _CreateDBClusterParameterGroupCommand;
|
|
7141
7174
|
|
|
7142
7175
|
// src/commands/CreateDBClusterSnapshotCommand.ts
|
|
7143
7176
|
|
|
7144
7177
|
|
|
7145
7178
|
|
|
7146
|
-
var
|
|
7179
|
+
var CreateDBClusterSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7147
7180
|
return [
|
|
7148
7181
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7149
7182
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7150
7183
|
];
|
|
7151
7184
|
}).s("AmazonRDSv19", "CreateDBClusterSnapshot", {}).n("DocDBClient", "CreateDBClusterSnapshotCommand").f(void 0, void 0).ser(se_CreateDBClusterSnapshotCommand).de(de_CreateDBClusterSnapshotCommand).build() {
|
|
7185
|
+
static {
|
|
7186
|
+
__name(this, "CreateDBClusterSnapshotCommand");
|
|
7187
|
+
}
|
|
7152
7188
|
};
|
|
7153
|
-
__name(_CreateDBClusterSnapshotCommand, "CreateDBClusterSnapshotCommand");
|
|
7154
|
-
var CreateDBClusterSnapshotCommand = _CreateDBClusterSnapshotCommand;
|
|
7155
7189
|
|
|
7156
7190
|
// src/commands/CreateDBInstanceCommand.ts
|
|
7157
7191
|
|
|
7158
7192
|
|
|
7159
7193
|
|
|
7160
|
-
var
|
|
7194
|
+
var CreateDBInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7161
7195
|
return [
|
|
7162
7196
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7163
7197
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7164
7198
|
];
|
|
7165
7199
|
}).s("AmazonRDSv19", "CreateDBInstance", {}).n("DocDBClient", "CreateDBInstanceCommand").f(void 0, void 0).ser(se_CreateDBInstanceCommand).de(de_CreateDBInstanceCommand).build() {
|
|
7200
|
+
static {
|
|
7201
|
+
__name(this, "CreateDBInstanceCommand");
|
|
7202
|
+
}
|
|
7166
7203
|
};
|
|
7167
|
-
__name(_CreateDBInstanceCommand, "CreateDBInstanceCommand");
|
|
7168
|
-
var CreateDBInstanceCommand = _CreateDBInstanceCommand;
|
|
7169
7204
|
|
|
7170
7205
|
// src/commands/CreateDBSubnetGroupCommand.ts
|
|
7171
7206
|
|
|
7172
7207
|
|
|
7173
7208
|
|
|
7174
|
-
var
|
|
7209
|
+
var CreateDBSubnetGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7175
7210
|
return [
|
|
7176
7211
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7177
7212
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7178
7213
|
];
|
|
7179
7214
|
}).s("AmazonRDSv19", "CreateDBSubnetGroup", {}).n("DocDBClient", "CreateDBSubnetGroupCommand").f(void 0, void 0).ser(se_CreateDBSubnetGroupCommand).de(de_CreateDBSubnetGroupCommand).build() {
|
|
7215
|
+
static {
|
|
7216
|
+
__name(this, "CreateDBSubnetGroupCommand");
|
|
7217
|
+
}
|
|
7180
7218
|
};
|
|
7181
|
-
__name(_CreateDBSubnetGroupCommand, "CreateDBSubnetGroupCommand");
|
|
7182
|
-
var CreateDBSubnetGroupCommand = _CreateDBSubnetGroupCommand;
|
|
7183
7219
|
|
|
7184
7220
|
// src/commands/CreateEventSubscriptionCommand.ts
|
|
7185
7221
|
|
|
7186
7222
|
|
|
7187
7223
|
|
|
7188
|
-
var
|
|
7224
|
+
var CreateEventSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7189
7225
|
return [
|
|
7190
7226
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7191
7227
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7192
7228
|
];
|
|
7193
7229
|
}).s("AmazonRDSv19", "CreateEventSubscription", {}).n("DocDBClient", "CreateEventSubscriptionCommand").f(void 0, void 0).ser(se_CreateEventSubscriptionCommand).de(de_CreateEventSubscriptionCommand).build() {
|
|
7230
|
+
static {
|
|
7231
|
+
__name(this, "CreateEventSubscriptionCommand");
|
|
7232
|
+
}
|
|
7194
7233
|
};
|
|
7195
|
-
__name(_CreateEventSubscriptionCommand, "CreateEventSubscriptionCommand");
|
|
7196
|
-
var CreateEventSubscriptionCommand = _CreateEventSubscriptionCommand;
|
|
7197
7234
|
|
|
7198
7235
|
// src/commands/CreateGlobalClusterCommand.ts
|
|
7199
7236
|
|
|
7200
7237
|
|
|
7201
7238
|
|
|
7202
|
-
var
|
|
7239
|
+
var CreateGlobalClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7203
7240
|
return [
|
|
7204
7241
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7205
7242
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7206
7243
|
];
|
|
7207
7244
|
}).s("AmazonRDSv19", "CreateGlobalCluster", {}).n("DocDBClient", "CreateGlobalClusterCommand").f(void 0, void 0).ser(se_CreateGlobalClusterCommand).de(de_CreateGlobalClusterCommand).build() {
|
|
7245
|
+
static {
|
|
7246
|
+
__name(this, "CreateGlobalClusterCommand");
|
|
7247
|
+
}
|
|
7208
7248
|
};
|
|
7209
|
-
__name(_CreateGlobalClusterCommand, "CreateGlobalClusterCommand");
|
|
7210
|
-
var CreateGlobalClusterCommand = _CreateGlobalClusterCommand;
|
|
7211
7249
|
|
|
7212
7250
|
// src/commands/DeleteDBClusterCommand.ts
|
|
7213
7251
|
|
|
7214
7252
|
|
|
7215
7253
|
|
|
7216
|
-
var
|
|
7254
|
+
var DeleteDBClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7217
7255
|
return [
|
|
7218
7256
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7219
7257
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7220
7258
|
];
|
|
7221
7259
|
}).s("AmazonRDSv19", "DeleteDBCluster", {}).n("DocDBClient", "DeleteDBClusterCommand").f(void 0, void 0).ser(se_DeleteDBClusterCommand).de(de_DeleteDBClusterCommand).build() {
|
|
7260
|
+
static {
|
|
7261
|
+
__name(this, "DeleteDBClusterCommand");
|
|
7262
|
+
}
|
|
7222
7263
|
};
|
|
7223
|
-
__name(_DeleteDBClusterCommand, "DeleteDBClusterCommand");
|
|
7224
|
-
var DeleteDBClusterCommand = _DeleteDBClusterCommand;
|
|
7225
7264
|
|
|
7226
7265
|
// src/commands/DeleteDBClusterParameterGroupCommand.ts
|
|
7227
7266
|
|
|
7228
7267
|
|
|
7229
7268
|
|
|
7230
|
-
var
|
|
7269
|
+
var DeleteDBClusterParameterGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7231
7270
|
return [
|
|
7232
7271
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7233
7272
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7234
7273
|
];
|
|
7235
7274
|
}).s("AmazonRDSv19", "DeleteDBClusterParameterGroup", {}).n("DocDBClient", "DeleteDBClusterParameterGroupCommand").f(void 0, void 0).ser(se_DeleteDBClusterParameterGroupCommand).de(de_DeleteDBClusterParameterGroupCommand).build() {
|
|
7275
|
+
static {
|
|
7276
|
+
__name(this, "DeleteDBClusterParameterGroupCommand");
|
|
7277
|
+
}
|
|
7236
7278
|
};
|
|
7237
|
-
__name(_DeleteDBClusterParameterGroupCommand, "DeleteDBClusterParameterGroupCommand");
|
|
7238
|
-
var DeleteDBClusterParameterGroupCommand = _DeleteDBClusterParameterGroupCommand;
|
|
7239
7279
|
|
|
7240
7280
|
// src/commands/DeleteDBClusterSnapshotCommand.ts
|
|
7241
7281
|
|
|
7242
7282
|
|
|
7243
7283
|
|
|
7244
|
-
var
|
|
7284
|
+
var DeleteDBClusterSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7245
7285
|
return [
|
|
7246
7286
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7247
7287
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7248
7288
|
];
|
|
7249
7289
|
}).s("AmazonRDSv19", "DeleteDBClusterSnapshot", {}).n("DocDBClient", "DeleteDBClusterSnapshotCommand").f(void 0, void 0).ser(se_DeleteDBClusterSnapshotCommand).de(de_DeleteDBClusterSnapshotCommand).build() {
|
|
7290
|
+
static {
|
|
7291
|
+
__name(this, "DeleteDBClusterSnapshotCommand");
|
|
7292
|
+
}
|
|
7250
7293
|
};
|
|
7251
|
-
__name(_DeleteDBClusterSnapshotCommand, "DeleteDBClusterSnapshotCommand");
|
|
7252
|
-
var DeleteDBClusterSnapshotCommand = _DeleteDBClusterSnapshotCommand;
|
|
7253
7294
|
|
|
7254
7295
|
// src/commands/DeleteDBInstanceCommand.ts
|
|
7255
7296
|
|
|
7256
7297
|
|
|
7257
7298
|
|
|
7258
|
-
var
|
|
7299
|
+
var DeleteDBInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7259
7300
|
return [
|
|
7260
7301
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7261
7302
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7262
7303
|
];
|
|
7263
7304
|
}).s("AmazonRDSv19", "DeleteDBInstance", {}).n("DocDBClient", "DeleteDBInstanceCommand").f(void 0, void 0).ser(se_DeleteDBInstanceCommand).de(de_DeleteDBInstanceCommand).build() {
|
|
7305
|
+
static {
|
|
7306
|
+
__name(this, "DeleteDBInstanceCommand");
|
|
7307
|
+
}
|
|
7264
7308
|
};
|
|
7265
|
-
__name(_DeleteDBInstanceCommand, "DeleteDBInstanceCommand");
|
|
7266
|
-
var DeleteDBInstanceCommand = _DeleteDBInstanceCommand;
|
|
7267
7309
|
|
|
7268
7310
|
// src/commands/DeleteDBSubnetGroupCommand.ts
|
|
7269
7311
|
|
|
7270
7312
|
|
|
7271
7313
|
|
|
7272
|
-
var
|
|
7314
|
+
var DeleteDBSubnetGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7273
7315
|
return [
|
|
7274
7316
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7275
7317
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7276
7318
|
];
|
|
7277
7319
|
}).s("AmazonRDSv19", "DeleteDBSubnetGroup", {}).n("DocDBClient", "DeleteDBSubnetGroupCommand").f(void 0, void 0).ser(se_DeleteDBSubnetGroupCommand).de(de_DeleteDBSubnetGroupCommand).build() {
|
|
7320
|
+
static {
|
|
7321
|
+
__name(this, "DeleteDBSubnetGroupCommand");
|
|
7322
|
+
}
|
|
7278
7323
|
};
|
|
7279
|
-
__name(_DeleteDBSubnetGroupCommand, "DeleteDBSubnetGroupCommand");
|
|
7280
|
-
var DeleteDBSubnetGroupCommand = _DeleteDBSubnetGroupCommand;
|
|
7281
7324
|
|
|
7282
7325
|
// src/commands/DeleteEventSubscriptionCommand.ts
|
|
7283
7326
|
|
|
7284
7327
|
|
|
7285
7328
|
|
|
7286
|
-
var
|
|
7329
|
+
var DeleteEventSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7287
7330
|
return [
|
|
7288
7331
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7289
7332
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7290
7333
|
];
|
|
7291
7334
|
}).s("AmazonRDSv19", "DeleteEventSubscription", {}).n("DocDBClient", "DeleteEventSubscriptionCommand").f(void 0, void 0).ser(se_DeleteEventSubscriptionCommand).de(de_DeleteEventSubscriptionCommand).build() {
|
|
7335
|
+
static {
|
|
7336
|
+
__name(this, "DeleteEventSubscriptionCommand");
|
|
7337
|
+
}
|
|
7292
7338
|
};
|
|
7293
|
-
__name(_DeleteEventSubscriptionCommand, "DeleteEventSubscriptionCommand");
|
|
7294
|
-
var DeleteEventSubscriptionCommand = _DeleteEventSubscriptionCommand;
|
|
7295
7339
|
|
|
7296
7340
|
// src/commands/DeleteGlobalClusterCommand.ts
|
|
7297
7341
|
|
|
7298
7342
|
|
|
7299
7343
|
|
|
7300
|
-
var
|
|
7344
|
+
var DeleteGlobalClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7301
7345
|
return [
|
|
7302
7346
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7303
7347
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7304
7348
|
];
|
|
7305
7349
|
}).s("AmazonRDSv19", "DeleteGlobalCluster", {}).n("DocDBClient", "DeleteGlobalClusterCommand").f(void 0, void 0).ser(se_DeleteGlobalClusterCommand).de(de_DeleteGlobalClusterCommand).build() {
|
|
7350
|
+
static {
|
|
7351
|
+
__name(this, "DeleteGlobalClusterCommand");
|
|
7352
|
+
}
|
|
7306
7353
|
};
|
|
7307
|
-
__name(_DeleteGlobalClusterCommand, "DeleteGlobalClusterCommand");
|
|
7308
|
-
var DeleteGlobalClusterCommand = _DeleteGlobalClusterCommand;
|
|
7309
7354
|
|
|
7310
7355
|
// src/commands/DescribeCertificatesCommand.ts
|
|
7311
7356
|
|
|
7312
7357
|
|
|
7313
7358
|
|
|
7314
|
-
var
|
|
7359
|
+
var DescribeCertificatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7315
7360
|
return [
|
|
7316
7361
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7317
7362
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7318
7363
|
];
|
|
7319
7364
|
}).s("AmazonRDSv19", "DescribeCertificates", {}).n("DocDBClient", "DescribeCertificatesCommand").f(void 0, void 0).ser(se_DescribeCertificatesCommand).de(de_DescribeCertificatesCommand).build() {
|
|
7365
|
+
static {
|
|
7366
|
+
__name(this, "DescribeCertificatesCommand");
|
|
7367
|
+
}
|
|
7320
7368
|
};
|
|
7321
|
-
__name(_DescribeCertificatesCommand, "DescribeCertificatesCommand");
|
|
7322
|
-
var DescribeCertificatesCommand = _DescribeCertificatesCommand;
|
|
7323
7369
|
|
|
7324
7370
|
// src/commands/DescribeDBClusterParameterGroupsCommand.ts
|
|
7325
7371
|
|
|
7326
7372
|
|
|
7327
7373
|
|
|
7328
|
-
var
|
|
7374
|
+
var DescribeDBClusterParameterGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7329
7375
|
return [
|
|
7330
7376
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7331
7377
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7332
7378
|
];
|
|
7333
7379
|
}).s("AmazonRDSv19", "DescribeDBClusterParameterGroups", {}).n("DocDBClient", "DescribeDBClusterParameterGroupsCommand").f(void 0, void 0).ser(se_DescribeDBClusterParameterGroupsCommand).de(de_DescribeDBClusterParameterGroupsCommand).build() {
|
|
7380
|
+
static {
|
|
7381
|
+
__name(this, "DescribeDBClusterParameterGroupsCommand");
|
|
7382
|
+
}
|
|
7334
7383
|
};
|
|
7335
|
-
__name(_DescribeDBClusterParameterGroupsCommand, "DescribeDBClusterParameterGroupsCommand");
|
|
7336
|
-
var DescribeDBClusterParameterGroupsCommand = _DescribeDBClusterParameterGroupsCommand;
|
|
7337
7384
|
|
|
7338
7385
|
// src/commands/DescribeDBClusterParametersCommand.ts
|
|
7339
7386
|
|
|
7340
7387
|
|
|
7341
7388
|
|
|
7342
|
-
var
|
|
7389
|
+
var DescribeDBClusterParametersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7343
7390
|
return [
|
|
7344
7391
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7345
7392
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7346
7393
|
];
|
|
7347
7394
|
}).s("AmazonRDSv19", "DescribeDBClusterParameters", {}).n("DocDBClient", "DescribeDBClusterParametersCommand").f(void 0, void 0).ser(se_DescribeDBClusterParametersCommand).de(de_DescribeDBClusterParametersCommand).build() {
|
|
7395
|
+
static {
|
|
7396
|
+
__name(this, "DescribeDBClusterParametersCommand");
|
|
7397
|
+
}
|
|
7348
7398
|
};
|
|
7349
|
-
__name(_DescribeDBClusterParametersCommand, "DescribeDBClusterParametersCommand");
|
|
7350
|
-
var DescribeDBClusterParametersCommand = _DescribeDBClusterParametersCommand;
|
|
7351
7399
|
|
|
7352
7400
|
// src/commands/DescribeDBClustersCommand.ts
|
|
7353
7401
|
|
|
7354
7402
|
|
|
7355
7403
|
|
|
7356
|
-
var
|
|
7404
|
+
var DescribeDBClustersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7357
7405
|
return [
|
|
7358
7406
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7359
7407
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7360
7408
|
];
|
|
7361
7409
|
}).s("AmazonRDSv19", "DescribeDBClusters", {}).n("DocDBClient", "DescribeDBClustersCommand").f(void 0, void 0).ser(se_DescribeDBClustersCommand).de(de_DescribeDBClustersCommand).build() {
|
|
7410
|
+
static {
|
|
7411
|
+
__name(this, "DescribeDBClustersCommand");
|
|
7412
|
+
}
|
|
7362
7413
|
};
|
|
7363
|
-
__name(_DescribeDBClustersCommand, "DescribeDBClustersCommand");
|
|
7364
|
-
var DescribeDBClustersCommand = _DescribeDBClustersCommand;
|
|
7365
7414
|
|
|
7366
7415
|
// src/commands/DescribeDBClusterSnapshotAttributesCommand.ts
|
|
7367
7416
|
|
|
7368
7417
|
|
|
7369
7418
|
|
|
7370
|
-
var
|
|
7419
|
+
var DescribeDBClusterSnapshotAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7371
7420
|
return [
|
|
7372
7421
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7373
7422
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7374
7423
|
];
|
|
7375
7424
|
}).s("AmazonRDSv19", "DescribeDBClusterSnapshotAttributes", {}).n("DocDBClient", "DescribeDBClusterSnapshotAttributesCommand").f(void 0, void 0).ser(se_DescribeDBClusterSnapshotAttributesCommand).de(de_DescribeDBClusterSnapshotAttributesCommand).build() {
|
|
7425
|
+
static {
|
|
7426
|
+
__name(this, "DescribeDBClusterSnapshotAttributesCommand");
|
|
7427
|
+
}
|
|
7376
7428
|
};
|
|
7377
|
-
__name(_DescribeDBClusterSnapshotAttributesCommand, "DescribeDBClusterSnapshotAttributesCommand");
|
|
7378
|
-
var DescribeDBClusterSnapshotAttributesCommand = _DescribeDBClusterSnapshotAttributesCommand;
|
|
7379
7429
|
|
|
7380
7430
|
// src/commands/DescribeDBClusterSnapshotsCommand.ts
|
|
7381
7431
|
|
|
7382
7432
|
|
|
7383
7433
|
|
|
7384
|
-
var
|
|
7434
|
+
var DescribeDBClusterSnapshotsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7385
7435
|
return [
|
|
7386
7436
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7387
7437
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7388
7438
|
];
|
|
7389
7439
|
}).s("AmazonRDSv19", "DescribeDBClusterSnapshots", {}).n("DocDBClient", "DescribeDBClusterSnapshotsCommand").f(void 0, void 0).ser(se_DescribeDBClusterSnapshotsCommand).de(de_DescribeDBClusterSnapshotsCommand).build() {
|
|
7440
|
+
static {
|
|
7441
|
+
__name(this, "DescribeDBClusterSnapshotsCommand");
|
|
7442
|
+
}
|
|
7390
7443
|
};
|
|
7391
|
-
__name(_DescribeDBClusterSnapshotsCommand, "DescribeDBClusterSnapshotsCommand");
|
|
7392
|
-
var DescribeDBClusterSnapshotsCommand = _DescribeDBClusterSnapshotsCommand;
|
|
7393
7444
|
|
|
7394
7445
|
// src/commands/DescribeDBEngineVersionsCommand.ts
|
|
7395
7446
|
|
|
7396
7447
|
|
|
7397
7448
|
|
|
7398
|
-
var
|
|
7449
|
+
var DescribeDBEngineVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7399
7450
|
return [
|
|
7400
7451
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7401
7452
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7402
7453
|
];
|
|
7403
7454
|
}).s("AmazonRDSv19", "DescribeDBEngineVersions", {}).n("DocDBClient", "DescribeDBEngineVersionsCommand").f(void 0, void 0).ser(se_DescribeDBEngineVersionsCommand).de(de_DescribeDBEngineVersionsCommand).build() {
|
|
7455
|
+
static {
|
|
7456
|
+
__name(this, "DescribeDBEngineVersionsCommand");
|
|
7457
|
+
}
|
|
7404
7458
|
};
|
|
7405
|
-
__name(_DescribeDBEngineVersionsCommand, "DescribeDBEngineVersionsCommand");
|
|
7406
|
-
var DescribeDBEngineVersionsCommand = _DescribeDBEngineVersionsCommand;
|
|
7407
7459
|
|
|
7408
7460
|
// src/commands/DescribeDBInstancesCommand.ts
|
|
7409
7461
|
|
|
7410
7462
|
|
|
7411
7463
|
|
|
7412
|
-
var
|
|
7464
|
+
var DescribeDBInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7413
7465
|
return [
|
|
7414
7466
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7415
7467
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7416
7468
|
];
|
|
7417
7469
|
}).s("AmazonRDSv19", "DescribeDBInstances", {}).n("DocDBClient", "DescribeDBInstancesCommand").f(void 0, void 0).ser(se_DescribeDBInstancesCommand).de(de_DescribeDBInstancesCommand).build() {
|
|
7470
|
+
static {
|
|
7471
|
+
__name(this, "DescribeDBInstancesCommand");
|
|
7472
|
+
}
|
|
7418
7473
|
};
|
|
7419
|
-
__name(_DescribeDBInstancesCommand, "DescribeDBInstancesCommand");
|
|
7420
|
-
var DescribeDBInstancesCommand = _DescribeDBInstancesCommand;
|
|
7421
7474
|
|
|
7422
7475
|
// src/commands/DescribeDBSubnetGroupsCommand.ts
|
|
7423
7476
|
|
|
7424
7477
|
|
|
7425
7478
|
|
|
7426
|
-
var
|
|
7479
|
+
var DescribeDBSubnetGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7427
7480
|
return [
|
|
7428
7481
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7429
7482
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7430
7483
|
];
|
|
7431
7484
|
}).s("AmazonRDSv19", "DescribeDBSubnetGroups", {}).n("DocDBClient", "DescribeDBSubnetGroupsCommand").f(void 0, void 0).ser(se_DescribeDBSubnetGroupsCommand).de(de_DescribeDBSubnetGroupsCommand).build() {
|
|
7485
|
+
static {
|
|
7486
|
+
__name(this, "DescribeDBSubnetGroupsCommand");
|
|
7487
|
+
}
|
|
7432
7488
|
};
|
|
7433
|
-
__name(_DescribeDBSubnetGroupsCommand, "DescribeDBSubnetGroupsCommand");
|
|
7434
|
-
var DescribeDBSubnetGroupsCommand = _DescribeDBSubnetGroupsCommand;
|
|
7435
7489
|
|
|
7436
7490
|
// src/commands/DescribeEngineDefaultClusterParametersCommand.ts
|
|
7437
7491
|
|
|
7438
7492
|
|
|
7439
7493
|
|
|
7440
|
-
var
|
|
7494
|
+
var DescribeEngineDefaultClusterParametersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7441
7495
|
return [
|
|
7442
7496
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7443
7497
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7444
7498
|
];
|
|
7445
7499
|
}).s("AmazonRDSv19", "DescribeEngineDefaultClusterParameters", {}).n("DocDBClient", "DescribeEngineDefaultClusterParametersCommand").f(void 0, void 0).ser(se_DescribeEngineDefaultClusterParametersCommand).de(de_DescribeEngineDefaultClusterParametersCommand).build() {
|
|
7500
|
+
static {
|
|
7501
|
+
__name(this, "DescribeEngineDefaultClusterParametersCommand");
|
|
7502
|
+
}
|
|
7446
7503
|
};
|
|
7447
|
-
__name(_DescribeEngineDefaultClusterParametersCommand, "DescribeEngineDefaultClusterParametersCommand");
|
|
7448
|
-
var DescribeEngineDefaultClusterParametersCommand = _DescribeEngineDefaultClusterParametersCommand;
|
|
7449
7504
|
|
|
7450
7505
|
// src/commands/DescribeEventCategoriesCommand.ts
|
|
7451
7506
|
|
|
7452
7507
|
|
|
7453
7508
|
|
|
7454
|
-
var
|
|
7509
|
+
var DescribeEventCategoriesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7455
7510
|
return [
|
|
7456
7511
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7457
7512
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7458
7513
|
];
|
|
7459
7514
|
}).s("AmazonRDSv19", "DescribeEventCategories", {}).n("DocDBClient", "DescribeEventCategoriesCommand").f(void 0, void 0).ser(se_DescribeEventCategoriesCommand).de(de_DescribeEventCategoriesCommand).build() {
|
|
7515
|
+
static {
|
|
7516
|
+
__name(this, "DescribeEventCategoriesCommand");
|
|
7517
|
+
}
|
|
7460
7518
|
};
|
|
7461
|
-
__name(_DescribeEventCategoriesCommand, "DescribeEventCategoriesCommand");
|
|
7462
|
-
var DescribeEventCategoriesCommand = _DescribeEventCategoriesCommand;
|
|
7463
7519
|
|
|
7464
7520
|
// src/commands/DescribeEventsCommand.ts
|
|
7465
7521
|
|
|
7466
7522
|
|
|
7467
7523
|
|
|
7468
|
-
var
|
|
7524
|
+
var DescribeEventsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7469
7525
|
return [
|
|
7470
7526
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7471
7527
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7472
7528
|
];
|
|
7473
7529
|
}).s("AmazonRDSv19", "DescribeEvents", {}).n("DocDBClient", "DescribeEventsCommand").f(void 0, void 0).ser(se_DescribeEventsCommand).de(de_DescribeEventsCommand).build() {
|
|
7530
|
+
static {
|
|
7531
|
+
__name(this, "DescribeEventsCommand");
|
|
7532
|
+
}
|
|
7474
7533
|
};
|
|
7475
|
-
__name(_DescribeEventsCommand, "DescribeEventsCommand");
|
|
7476
|
-
var DescribeEventsCommand = _DescribeEventsCommand;
|
|
7477
7534
|
|
|
7478
7535
|
// src/commands/DescribeEventSubscriptionsCommand.ts
|
|
7479
7536
|
|
|
7480
7537
|
|
|
7481
7538
|
|
|
7482
|
-
var
|
|
7539
|
+
var DescribeEventSubscriptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7483
7540
|
return [
|
|
7484
7541
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7485
7542
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7486
7543
|
];
|
|
7487
7544
|
}).s("AmazonRDSv19", "DescribeEventSubscriptions", {}).n("DocDBClient", "DescribeEventSubscriptionsCommand").f(void 0, void 0).ser(se_DescribeEventSubscriptionsCommand).de(de_DescribeEventSubscriptionsCommand).build() {
|
|
7545
|
+
static {
|
|
7546
|
+
__name(this, "DescribeEventSubscriptionsCommand");
|
|
7547
|
+
}
|
|
7488
7548
|
};
|
|
7489
|
-
__name(_DescribeEventSubscriptionsCommand, "DescribeEventSubscriptionsCommand");
|
|
7490
|
-
var DescribeEventSubscriptionsCommand = _DescribeEventSubscriptionsCommand;
|
|
7491
7549
|
|
|
7492
7550
|
// src/commands/DescribeGlobalClustersCommand.ts
|
|
7493
7551
|
|
|
7494
7552
|
|
|
7495
7553
|
|
|
7496
|
-
var
|
|
7554
|
+
var DescribeGlobalClustersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7497
7555
|
return [
|
|
7498
7556
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7499
7557
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7500
7558
|
];
|
|
7501
7559
|
}).s("AmazonRDSv19", "DescribeGlobalClusters", {}).n("DocDBClient", "DescribeGlobalClustersCommand").f(void 0, void 0).ser(se_DescribeGlobalClustersCommand).de(de_DescribeGlobalClustersCommand).build() {
|
|
7560
|
+
static {
|
|
7561
|
+
__name(this, "DescribeGlobalClustersCommand");
|
|
7562
|
+
}
|
|
7502
7563
|
};
|
|
7503
|
-
__name(_DescribeGlobalClustersCommand, "DescribeGlobalClustersCommand");
|
|
7504
|
-
var DescribeGlobalClustersCommand = _DescribeGlobalClustersCommand;
|
|
7505
7564
|
|
|
7506
7565
|
// src/commands/DescribeOrderableDBInstanceOptionsCommand.ts
|
|
7507
7566
|
|
|
7508
7567
|
|
|
7509
7568
|
|
|
7510
|
-
var
|
|
7569
|
+
var DescribeOrderableDBInstanceOptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7511
7570
|
return [
|
|
7512
7571
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7513
7572
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7514
7573
|
];
|
|
7515
7574
|
}).s("AmazonRDSv19", "DescribeOrderableDBInstanceOptions", {}).n("DocDBClient", "DescribeOrderableDBInstanceOptionsCommand").f(void 0, void 0).ser(se_DescribeOrderableDBInstanceOptionsCommand).de(de_DescribeOrderableDBInstanceOptionsCommand).build() {
|
|
7575
|
+
static {
|
|
7576
|
+
__name(this, "DescribeOrderableDBInstanceOptionsCommand");
|
|
7577
|
+
}
|
|
7516
7578
|
};
|
|
7517
|
-
__name(_DescribeOrderableDBInstanceOptionsCommand, "DescribeOrderableDBInstanceOptionsCommand");
|
|
7518
|
-
var DescribeOrderableDBInstanceOptionsCommand = _DescribeOrderableDBInstanceOptionsCommand;
|
|
7519
7579
|
|
|
7520
7580
|
// src/commands/DescribePendingMaintenanceActionsCommand.ts
|
|
7521
7581
|
|
|
7522
7582
|
|
|
7523
7583
|
|
|
7524
|
-
var
|
|
7584
|
+
var DescribePendingMaintenanceActionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7525
7585
|
return [
|
|
7526
7586
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7527
7587
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7528
7588
|
];
|
|
7529
7589
|
}).s("AmazonRDSv19", "DescribePendingMaintenanceActions", {}).n("DocDBClient", "DescribePendingMaintenanceActionsCommand").f(void 0, void 0).ser(se_DescribePendingMaintenanceActionsCommand).de(de_DescribePendingMaintenanceActionsCommand).build() {
|
|
7590
|
+
static {
|
|
7591
|
+
__name(this, "DescribePendingMaintenanceActionsCommand");
|
|
7592
|
+
}
|
|
7530
7593
|
};
|
|
7531
|
-
__name(_DescribePendingMaintenanceActionsCommand, "DescribePendingMaintenanceActionsCommand");
|
|
7532
|
-
var DescribePendingMaintenanceActionsCommand = _DescribePendingMaintenanceActionsCommand;
|
|
7533
7594
|
|
|
7534
7595
|
// src/commands/FailoverDBClusterCommand.ts
|
|
7535
7596
|
|
|
7536
7597
|
|
|
7537
7598
|
|
|
7538
|
-
var
|
|
7599
|
+
var FailoverDBClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7539
7600
|
return [
|
|
7540
7601
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7541
7602
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7542
7603
|
];
|
|
7543
7604
|
}).s("AmazonRDSv19", "FailoverDBCluster", {}).n("DocDBClient", "FailoverDBClusterCommand").f(void 0, void 0).ser(se_FailoverDBClusterCommand).de(de_FailoverDBClusterCommand).build() {
|
|
7605
|
+
static {
|
|
7606
|
+
__name(this, "FailoverDBClusterCommand");
|
|
7607
|
+
}
|
|
7544
7608
|
};
|
|
7545
|
-
__name(_FailoverDBClusterCommand, "FailoverDBClusterCommand");
|
|
7546
|
-
var FailoverDBClusterCommand = _FailoverDBClusterCommand;
|
|
7547
7609
|
|
|
7548
7610
|
// src/commands/FailoverGlobalClusterCommand.ts
|
|
7549
7611
|
|
|
7550
7612
|
|
|
7551
7613
|
|
|
7552
|
-
var
|
|
7614
|
+
var FailoverGlobalClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7553
7615
|
return [
|
|
7554
7616
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7555
7617
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7556
7618
|
];
|
|
7557
7619
|
}).s("AmazonRDSv19", "FailoverGlobalCluster", {}).n("DocDBClient", "FailoverGlobalClusterCommand").f(void 0, void 0).ser(se_FailoverGlobalClusterCommand).de(de_FailoverGlobalClusterCommand).build() {
|
|
7620
|
+
static {
|
|
7621
|
+
__name(this, "FailoverGlobalClusterCommand");
|
|
7622
|
+
}
|
|
7558
7623
|
};
|
|
7559
|
-
__name(_FailoverGlobalClusterCommand, "FailoverGlobalClusterCommand");
|
|
7560
|
-
var FailoverGlobalClusterCommand = _FailoverGlobalClusterCommand;
|
|
7561
7624
|
|
|
7562
7625
|
// src/commands/ListTagsForResourceCommand.ts
|
|
7563
7626
|
|
|
7564
7627
|
|
|
7565
7628
|
|
|
7566
|
-
var
|
|
7629
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7567
7630
|
return [
|
|
7568
7631
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7569
7632
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7570
7633
|
];
|
|
7571
7634
|
}).s("AmazonRDSv19", "ListTagsForResource", {}).n("DocDBClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
7635
|
+
static {
|
|
7636
|
+
__name(this, "ListTagsForResourceCommand");
|
|
7637
|
+
}
|
|
7572
7638
|
};
|
|
7573
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
7574
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
7575
7639
|
|
|
7576
7640
|
// src/commands/ModifyDBClusterCommand.ts
|
|
7577
7641
|
|
|
7578
7642
|
|
|
7579
7643
|
|
|
7580
|
-
var
|
|
7644
|
+
var ModifyDBClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7581
7645
|
return [
|
|
7582
7646
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7583
7647
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7584
7648
|
];
|
|
7585
7649
|
}).s("AmazonRDSv19", "ModifyDBCluster", {}).n("DocDBClient", "ModifyDBClusterCommand").f(void 0, void 0).ser(se_ModifyDBClusterCommand).de(de_ModifyDBClusterCommand).build() {
|
|
7650
|
+
static {
|
|
7651
|
+
__name(this, "ModifyDBClusterCommand");
|
|
7652
|
+
}
|
|
7586
7653
|
};
|
|
7587
|
-
__name(_ModifyDBClusterCommand, "ModifyDBClusterCommand");
|
|
7588
|
-
var ModifyDBClusterCommand = _ModifyDBClusterCommand;
|
|
7589
7654
|
|
|
7590
7655
|
// src/commands/ModifyDBClusterParameterGroupCommand.ts
|
|
7591
7656
|
|
|
7592
7657
|
|
|
7593
7658
|
|
|
7594
|
-
var
|
|
7659
|
+
var ModifyDBClusterParameterGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7595
7660
|
return [
|
|
7596
7661
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7597
7662
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7598
7663
|
];
|
|
7599
7664
|
}).s("AmazonRDSv19", "ModifyDBClusterParameterGroup", {}).n("DocDBClient", "ModifyDBClusterParameterGroupCommand").f(void 0, void 0).ser(se_ModifyDBClusterParameterGroupCommand).de(de_ModifyDBClusterParameterGroupCommand).build() {
|
|
7665
|
+
static {
|
|
7666
|
+
__name(this, "ModifyDBClusterParameterGroupCommand");
|
|
7667
|
+
}
|
|
7600
7668
|
};
|
|
7601
|
-
__name(_ModifyDBClusterParameterGroupCommand, "ModifyDBClusterParameterGroupCommand");
|
|
7602
|
-
var ModifyDBClusterParameterGroupCommand = _ModifyDBClusterParameterGroupCommand;
|
|
7603
7669
|
|
|
7604
7670
|
// src/commands/ModifyDBClusterSnapshotAttributeCommand.ts
|
|
7605
7671
|
|
|
7606
7672
|
|
|
7607
7673
|
|
|
7608
|
-
var
|
|
7674
|
+
var ModifyDBClusterSnapshotAttributeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7609
7675
|
return [
|
|
7610
7676
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7611
7677
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7612
7678
|
];
|
|
7613
7679
|
}).s("AmazonRDSv19", "ModifyDBClusterSnapshotAttribute", {}).n("DocDBClient", "ModifyDBClusterSnapshotAttributeCommand").f(void 0, void 0).ser(se_ModifyDBClusterSnapshotAttributeCommand).de(de_ModifyDBClusterSnapshotAttributeCommand).build() {
|
|
7680
|
+
static {
|
|
7681
|
+
__name(this, "ModifyDBClusterSnapshotAttributeCommand");
|
|
7682
|
+
}
|
|
7614
7683
|
};
|
|
7615
|
-
__name(_ModifyDBClusterSnapshotAttributeCommand, "ModifyDBClusterSnapshotAttributeCommand");
|
|
7616
|
-
var ModifyDBClusterSnapshotAttributeCommand = _ModifyDBClusterSnapshotAttributeCommand;
|
|
7617
7684
|
|
|
7618
7685
|
// src/commands/ModifyDBInstanceCommand.ts
|
|
7619
7686
|
|
|
7620
7687
|
|
|
7621
7688
|
|
|
7622
|
-
var
|
|
7689
|
+
var ModifyDBInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7623
7690
|
return [
|
|
7624
7691
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7625
7692
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7626
7693
|
];
|
|
7627
7694
|
}).s("AmazonRDSv19", "ModifyDBInstance", {}).n("DocDBClient", "ModifyDBInstanceCommand").f(void 0, void 0).ser(se_ModifyDBInstanceCommand).de(de_ModifyDBInstanceCommand).build() {
|
|
7695
|
+
static {
|
|
7696
|
+
__name(this, "ModifyDBInstanceCommand");
|
|
7697
|
+
}
|
|
7628
7698
|
};
|
|
7629
|
-
__name(_ModifyDBInstanceCommand, "ModifyDBInstanceCommand");
|
|
7630
|
-
var ModifyDBInstanceCommand = _ModifyDBInstanceCommand;
|
|
7631
7699
|
|
|
7632
7700
|
// src/commands/ModifyDBSubnetGroupCommand.ts
|
|
7633
7701
|
|
|
7634
7702
|
|
|
7635
7703
|
|
|
7636
|
-
var
|
|
7704
|
+
var ModifyDBSubnetGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7637
7705
|
return [
|
|
7638
7706
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7639
7707
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7640
7708
|
];
|
|
7641
7709
|
}).s("AmazonRDSv19", "ModifyDBSubnetGroup", {}).n("DocDBClient", "ModifyDBSubnetGroupCommand").f(void 0, void 0).ser(se_ModifyDBSubnetGroupCommand).de(de_ModifyDBSubnetGroupCommand).build() {
|
|
7710
|
+
static {
|
|
7711
|
+
__name(this, "ModifyDBSubnetGroupCommand");
|
|
7712
|
+
}
|
|
7642
7713
|
};
|
|
7643
|
-
__name(_ModifyDBSubnetGroupCommand, "ModifyDBSubnetGroupCommand");
|
|
7644
|
-
var ModifyDBSubnetGroupCommand = _ModifyDBSubnetGroupCommand;
|
|
7645
7714
|
|
|
7646
7715
|
// src/commands/ModifyEventSubscriptionCommand.ts
|
|
7647
7716
|
|
|
7648
7717
|
|
|
7649
7718
|
|
|
7650
|
-
var
|
|
7719
|
+
var ModifyEventSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7651
7720
|
return [
|
|
7652
7721
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7653
7722
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7654
7723
|
];
|
|
7655
7724
|
}).s("AmazonRDSv19", "ModifyEventSubscription", {}).n("DocDBClient", "ModifyEventSubscriptionCommand").f(void 0, void 0).ser(se_ModifyEventSubscriptionCommand).de(de_ModifyEventSubscriptionCommand).build() {
|
|
7725
|
+
static {
|
|
7726
|
+
__name(this, "ModifyEventSubscriptionCommand");
|
|
7727
|
+
}
|
|
7656
7728
|
};
|
|
7657
|
-
__name(_ModifyEventSubscriptionCommand, "ModifyEventSubscriptionCommand");
|
|
7658
|
-
var ModifyEventSubscriptionCommand = _ModifyEventSubscriptionCommand;
|
|
7659
7729
|
|
|
7660
7730
|
// src/commands/ModifyGlobalClusterCommand.ts
|
|
7661
7731
|
|
|
7662
7732
|
|
|
7663
7733
|
|
|
7664
|
-
var
|
|
7734
|
+
var ModifyGlobalClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7665
7735
|
return [
|
|
7666
7736
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7667
7737
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7668
7738
|
];
|
|
7669
7739
|
}).s("AmazonRDSv19", "ModifyGlobalCluster", {}).n("DocDBClient", "ModifyGlobalClusterCommand").f(void 0, void 0).ser(se_ModifyGlobalClusterCommand).de(de_ModifyGlobalClusterCommand).build() {
|
|
7740
|
+
static {
|
|
7741
|
+
__name(this, "ModifyGlobalClusterCommand");
|
|
7742
|
+
}
|
|
7670
7743
|
};
|
|
7671
|
-
__name(_ModifyGlobalClusterCommand, "ModifyGlobalClusterCommand");
|
|
7672
|
-
var ModifyGlobalClusterCommand = _ModifyGlobalClusterCommand;
|
|
7673
7744
|
|
|
7674
7745
|
// src/commands/RebootDBInstanceCommand.ts
|
|
7675
7746
|
|
|
7676
7747
|
|
|
7677
7748
|
|
|
7678
|
-
var
|
|
7749
|
+
var RebootDBInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7679
7750
|
return [
|
|
7680
7751
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7681
7752
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7682
7753
|
];
|
|
7683
7754
|
}).s("AmazonRDSv19", "RebootDBInstance", {}).n("DocDBClient", "RebootDBInstanceCommand").f(void 0, void 0).ser(se_RebootDBInstanceCommand).de(de_RebootDBInstanceCommand).build() {
|
|
7755
|
+
static {
|
|
7756
|
+
__name(this, "RebootDBInstanceCommand");
|
|
7757
|
+
}
|
|
7684
7758
|
};
|
|
7685
|
-
__name(_RebootDBInstanceCommand, "RebootDBInstanceCommand");
|
|
7686
|
-
var RebootDBInstanceCommand = _RebootDBInstanceCommand;
|
|
7687
7759
|
|
|
7688
7760
|
// src/commands/RemoveFromGlobalClusterCommand.ts
|
|
7689
7761
|
|
|
7690
7762
|
|
|
7691
7763
|
|
|
7692
|
-
var
|
|
7764
|
+
var RemoveFromGlobalClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7693
7765
|
return [
|
|
7694
7766
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7695
7767
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7696
7768
|
];
|
|
7697
7769
|
}).s("AmazonRDSv19", "RemoveFromGlobalCluster", {}).n("DocDBClient", "RemoveFromGlobalClusterCommand").f(void 0, void 0).ser(se_RemoveFromGlobalClusterCommand).de(de_RemoveFromGlobalClusterCommand).build() {
|
|
7770
|
+
static {
|
|
7771
|
+
__name(this, "RemoveFromGlobalClusterCommand");
|
|
7772
|
+
}
|
|
7698
7773
|
};
|
|
7699
|
-
__name(_RemoveFromGlobalClusterCommand, "RemoveFromGlobalClusterCommand");
|
|
7700
|
-
var RemoveFromGlobalClusterCommand = _RemoveFromGlobalClusterCommand;
|
|
7701
7774
|
|
|
7702
7775
|
// src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts
|
|
7703
7776
|
|
|
7704
7777
|
|
|
7705
7778
|
|
|
7706
|
-
var
|
|
7779
|
+
var RemoveSourceIdentifierFromSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7707
7780
|
return [
|
|
7708
7781
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7709
7782
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7710
7783
|
];
|
|
7711
7784
|
}).s("AmazonRDSv19", "RemoveSourceIdentifierFromSubscription", {}).n("DocDBClient", "RemoveSourceIdentifierFromSubscriptionCommand").f(void 0, void 0).ser(se_RemoveSourceIdentifierFromSubscriptionCommand).de(de_RemoveSourceIdentifierFromSubscriptionCommand).build() {
|
|
7785
|
+
static {
|
|
7786
|
+
__name(this, "RemoveSourceIdentifierFromSubscriptionCommand");
|
|
7787
|
+
}
|
|
7712
7788
|
};
|
|
7713
|
-
__name(_RemoveSourceIdentifierFromSubscriptionCommand, "RemoveSourceIdentifierFromSubscriptionCommand");
|
|
7714
|
-
var RemoveSourceIdentifierFromSubscriptionCommand = _RemoveSourceIdentifierFromSubscriptionCommand;
|
|
7715
7789
|
|
|
7716
7790
|
// src/commands/RemoveTagsFromResourceCommand.ts
|
|
7717
7791
|
|
|
7718
7792
|
|
|
7719
7793
|
|
|
7720
|
-
var
|
|
7794
|
+
var RemoveTagsFromResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7721
7795
|
return [
|
|
7722
7796
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7723
7797
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7724
7798
|
];
|
|
7725
7799
|
}).s("AmazonRDSv19", "RemoveTagsFromResource", {}).n("DocDBClient", "RemoveTagsFromResourceCommand").f(void 0, void 0).ser(se_RemoveTagsFromResourceCommand).de(de_RemoveTagsFromResourceCommand).build() {
|
|
7800
|
+
static {
|
|
7801
|
+
__name(this, "RemoveTagsFromResourceCommand");
|
|
7802
|
+
}
|
|
7726
7803
|
};
|
|
7727
|
-
__name(_RemoveTagsFromResourceCommand, "RemoveTagsFromResourceCommand");
|
|
7728
|
-
var RemoveTagsFromResourceCommand = _RemoveTagsFromResourceCommand;
|
|
7729
7804
|
|
|
7730
7805
|
// src/commands/ResetDBClusterParameterGroupCommand.ts
|
|
7731
7806
|
|
|
7732
7807
|
|
|
7733
7808
|
|
|
7734
|
-
var
|
|
7809
|
+
var ResetDBClusterParameterGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7735
7810
|
return [
|
|
7736
7811
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7737
7812
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7738
7813
|
];
|
|
7739
7814
|
}).s("AmazonRDSv19", "ResetDBClusterParameterGroup", {}).n("DocDBClient", "ResetDBClusterParameterGroupCommand").f(void 0, void 0).ser(se_ResetDBClusterParameterGroupCommand).de(de_ResetDBClusterParameterGroupCommand).build() {
|
|
7815
|
+
static {
|
|
7816
|
+
__name(this, "ResetDBClusterParameterGroupCommand");
|
|
7817
|
+
}
|
|
7740
7818
|
};
|
|
7741
|
-
__name(_ResetDBClusterParameterGroupCommand, "ResetDBClusterParameterGroupCommand");
|
|
7742
|
-
var ResetDBClusterParameterGroupCommand = _ResetDBClusterParameterGroupCommand;
|
|
7743
7819
|
|
|
7744
7820
|
// src/commands/RestoreDBClusterFromSnapshotCommand.ts
|
|
7745
7821
|
|
|
7746
7822
|
|
|
7747
7823
|
|
|
7748
|
-
var
|
|
7824
|
+
var RestoreDBClusterFromSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7749
7825
|
return [
|
|
7750
7826
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7751
7827
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7752
7828
|
];
|
|
7753
7829
|
}).s("AmazonRDSv19", "RestoreDBClusterFromSnapshot", {}).n("DocDBClient", "RestoreDBClusterFromSnapshotCommand").f(void 0, void 0).ser(se_RestoreDBClusterFromSnapshotCommand).de(de_RestoreDBClusterFromSnapshotCommand).build() {
|
|
7830
|
+
static {
|
|
7831
|
+
__name(this, "RestoreDBClusterFromSnapshotCommand");
|
|
7832
|
+
}
|
|
7754
7833
|
};
|
|
7755
|
-
__name(_RestoreDBClusterFromSnapshotCommand, "RestoreDBClusterFromSnapshotCommand");
|
|
7756
|
-
var RestoreDBClusterFromSnapshotCommand = _RestoreDBClusterFromSnapshotCommand;
|
|
7757
7834
|
|
|
7758
7835
|
// src/commands/RestoreDBClusterToPointInTimeCommand.ts
|
|
7759
7836
|
|
|
7760
7837
|
|
|
7761
7838
|
|
|
7762
|
-
var
|
|
7839
|
+
var RestoreDBClusterToPointInTimeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7763
7840
|
return [
|
|
7764
7841
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7765
7842
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7766
7843
|
];
|
|
7767
7844
|
}).s("AmazonRDSv19", "RestoreDBClusterToPointInTime", {}).n("DocDBClient", "RestoreDBClusterToPointInTimeCommand").f(void 0, void 0).ser(se_RestoreDBClusterToPointInTimeCommand).de(de_RestoreDBClusterToPointInTimeCommand).build() {
|
|
7845
|
+
static {
|
|
7846
|
+
__name(this, "RestoreDBClusterToPointInTimeCommand");
|
|
7847
|
+
}
|
|
7768
7848
|
};
|
|
7769
|
-
__name(_RestoreDBClusterToPointInTimeCommand, "RestoreDBClusterToPointInTimeCommand");
|
|
7770
|
-
var RestoreDBClusterToPointInTimeCommand = _RestoreDBClusterToPointInTimeCommand;
|
|
7771
7849
|
|
|
7772
7850
|
// src/commands/StartDBClusterCommand.ts
|
|
7773
7851
|
|
|
7774
7852
|
|
|
7775
7853
|
|
|
7776
|
-
var
|
|
7854
|
+
var StartDBClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7777
7855
|
return [
|
|
7778
7856
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7779
7857
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7780
7858
|
];
|
|
7781
7859
|
}).s("AmazonRDSv19", "StartDBCluster", {}).n("DocDBClient", "StartDBClusterCommand").f(void 0, void 0).ser(se_StartDBClusterCommand).de(de_StartDBClusterCommand).build() {
|
|
7860
|
+
static {
|
|
7861
|
+
__name(this, "StartDBClusterCommand");
|
|
7862
|
+
}
|
|
7782
7863
|
};
|
|
7783
|
-
__name(_StartDBClusterCommand, "StartDBClusterCommand");
|
|
7784
|
-
var StartDBClusterCommand = _StartDBClusterCommand;
|
|
7785
7864
|
|
|
7786
7865
|
// src/commands/StopDBClusterCommand.ts
|
|
7787
7866
|
|
|
7788
7867
|
|
|
7789
7868
|
|
|
7790
|
-
var
|
|
7869
|
+
var StopDBClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7791
7870
|
return [
|
|
7792
7871
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7793
7872
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7794
7873
|
];
|
|
7795
7874
|
}).s("AmazonRDSv19", "StopDBCluster", {}).n("DocDBClient", "StopDBClusterCommand").f(void 0, void 0).ser(se_StopDBClusterCommand).de(de_StopDBClusterCommand).build() {
|
|
7875
|
+
static {
|
|
7876
|
+
__name(this, "StopDBClusterCommand");
|
|
7877
|
+
}
|
|
7796
7878
|
};
|
|
7797
|
-
__name(_StopDBClusterCommand, "StopDBClusterCommand");
|
|
7798
|
-
var StopDBClusterCommand = _StopDBClusterCommand;
|
|
7799
7879
|
|
|
7800
7880
|
// src/commands/SwitchoverGlobalClusterCommand.ts
|
|
7801
7881
|
|
|
7802
7882
|
|
|
7803
7883
|
|
|
7804
|
-
var
|
|
7884
|
+
var SwitchoverGlobalClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
7805
7885
|
return [
|
|
7806
7886
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7807
7887
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7808
7888
|
];
|
|
7809
7889
|
}).s("AmazonRDSv19", "SwitchoverGlobalCluster", {}).n("DocDBClient", "SwitchoverGlobalClusterCommand").f(void 0, void 0).ser(se_SwitchoverGlobalClusterCommand).de(de_SwitchoverGlobalClusterCommand).build() {
|
|
7890
|
+
static {
|
|
7891
|
+
__name(this, "SwitchoverGlobalClusterCommand");
|
|
7892
|
+
}
|
|
7810
7893
|
};
|
|
7811
|
-
__name(_SwitchoverGlobalClusterCommand, "SwitchoverGlobalClusterCommand");
|
|
7812
|
-
var SwitchoverGlobalClusterCommand = _SwitchoverGlobalClusterCommand;
|
|
7813
7894
|
|
|
7814
7895
|
// src/DocDB.ts
|
|
7815
7896
|
var commands = {
|
|
@@ -7869,10 +7950,11 @@ var commands = {
|
|
|
7869
7950
|
StopDBClusterCommand,
|
|
7870
7951
|
SwitchoverGlobalClusterCommand
|
|
7871
7952
|
};
|
|
7872
|
-
var
|
|
7953
|
+
var DocDB = class extends DocDBClient {
|
|
7954
|
+
static {
|
|
7955
|
+
__name(this, "DocDB");
|
|
7956
|
+
}
|
|
7873
7957
|
};
|
|
7874
|
-
__name(_DocDB, "DocDB");
|
|
7875
|
-
var DocDB = _DocDB;
|
|
7876
7958
|
(0, import_smithy_client.createAggregatedClient)(commands, DocDB);
|
|
7877
7959
|
|
|
7878
7960
|
// src/pagination/DescribeCertificatesPaginator.ts
|