@aws-sdk/client-neptune 3.716.0 → 3.723.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 +762 -665
- package/dist-es/NeptuneClient.js +1 -0
- package/dist-es/models/models_0.js +134 -134
- 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
|
@@ -284,7 +284,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
284
284
|
}, "resolveRuntimeExtensions");
|
|
285
285
|
|
|
286
286
|
// src/NeptuneClient.ts
|
|
287
|
-
var
|
|
287
|
+
var NeptuneClient = class extends import_smithy_client.Client {
|
|
288
|
+
static {
|
|
289
|
+
__name(this, "NeptuneClient");
|
|
290
|
+
}
|
|
291
|
+
/**
|
|
292
|
+
* The resolved configuration of NeptuneClient class. This is resolved and normalized from the {@link NeptuneClientConfig | constructor configuration interface}.
|
|
293
|
+
*/
|
|
294
|
+
config;
|
|
288
295
|
constructor(...[configuration]) {
|
|
289
296
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
290
297
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -294,7 +301,7 @@ var _NeptuneClient = class _NeptuneClient extends import_smithy_client.Client {
|
|
|
294
301
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
295
302
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
296
303
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
297
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
304
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
298
305
|
super(_config_8);
|
|
299
306
|
this.config = _config_8;
|
|
300
307
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -322,8 +329,6 @@ var _NeptuneClient = class _NeptuneClient extends import_smithy_client.Client {
|
|
|
322
329
|
super.destroy();
|
|
323
330
|
}
|
|
324
331
|
};
|
|
325
|
-
__name(_NeptuneClient, "NeptuneClient");
|
|
326
|
-
var NeptuneClient = _NeptuneClient;
|
|
327
332
|
|
|
328
333
|
// src/Neptune.ts
|
|
329
334
|
|
|
@@ -343,7 +348,10 @@ var import_core2 = require("@aws-sdk/core");
|
|
|
343
348
|
|
|
344
349
|
// src/models/NeptuneServiceException.ts
|
|
345
350
|
|
|
346
|
-
var
|
|
351
|
+
var NeptuneServiceException = class _NeptuneServiceException extends import_smithy_client.ServiceException {
|
|
352
|
+
static {
|
|
353
|
+
__name(this, "NeptuneServiceException");
|
|
354
|
+
}
|
|
347
355
|
/**
|
|
348
356
|
* @internal
|
|
349
357
|
*/
|
|
@@ -352,11 +360,14 @@ var _NeptuneServiceException = class _NeptuneServiceException extends import_smi
|
|
|
352
360
|
Object.setPrototypeOf(this, _NeptuneServiceException.prototype);
|
|
353
361
|
}
|
|
354
362
|
};
|
|
355
|
-
__name(_NeptuneServiceException, "NeptuneServiceException");
|
|
356
|
-
var NeptuneServiceException = _NeptuneServiceException;
|
|
357
363
|
|
|
358
364
|
// src/models/models_0.ts
|
|
359
|
-
var
|
|
365
|
+
var DBClusterNotFoundFault = class _DBClusterNotFoundFault extends NeptuneServiceException {
|
|
366
|
+
static {
|
|
367
|
+
__name(this, "DBClusterNotFoundFault");
|
|
368
|
+
}
|
|
369
|
+
name = "DBClusterNotFoundFault";
|
|
370
|
+
$fault = "client";
|
|
360
371
|
/**
|
|
361
372
|
* @internal
|
|
362
373
|
*/
|
|
@@ -366,14 +377,15 @@ var _DBClusterNotFoundFault = class _DBClusterNotFoundFault extends NeptuneServi
|
|
|
366
377
|
$fault: "client",
|
|
367
378
|
...opts
|
|
368
379
|
});
|
|
369
|
-
this.name = "DBClusterNotFoundFault";
|
|
370
|
-
this.$fault = "client";
|
|
371
380
|
Object.setPrototypeOf(this, _DBClusterNotFoundFault.prototype);
|
|
372
381
|
}
|
|
373
382
|
};
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
383
|
+
var DBClusterRoleAlreadyExistsFault = class _DBClusterRoleAlreadyExistsFault extends NeptuneServiceException {
|
|
384
|
+
static {
|
|
385
|
+
__name(this, "DBClusterRoleAlreadyExistsFault");
|
|
386
|
+
}
|
|
387
|
+
name = "DBClusterRoleAlreadyExistsFault";
|
|
388
|
+
$fault = "client";
|
|
377
389
|
/**
|
|
378
390
|
* @internal
|
|
379
391
|
*/
|
|
@@ -383,14 +395,15 @@ var _DBClusterRoleAlreadyExistsFault = class _DBClusterRoleAlreadyExistsFault ex
|
|
|
383
395
|
$fault: "client",
|
|
384
396
|
...opts
|
|
385
397
|
});
|
|
386
|
-
this.name = "DBClusterRoleAlreadyExistsFault";
|
|
387
|
-
this.$fault = "client";
|
|
388
398
|
Object.setPrototypeOf(this, _DBClusterRoleAlreadyExistsFault.prototype);
|
|
389
399
|
}
|
|
390
400
|
};
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
401
|
+
var DBClusterRoleQuotaExceededFault = class _DBClusterRoleQuotaExceededFault extends NeptuneServiceException {
|
|
402
|
+
static {
|
|
403
|
+
__name(this, "DBClusterRoleQuotaExceededFault");
|
|
404
|
+
}
|
|
405
|
+
name = "DBClusterRoleQuotaExceededFault";
|
|
406
|
+
$fault = "client";
|
|
394
407
|
/**
|
|
395
408
|
* @internal
|
|
396
409
|
*/
|
|
@@ -400,14 +413,15 @@ var _DBClusterRoleQuotaExceededFault = class _DBClusterRoleQuotaExceededFault ex
|
|
|
400
413
|
$fault: "client",
|
|
401
414
|
...opts
|
|
402
415
|
});
|
|
403
|
-
this.name = "DBClusterRoleQuotaExceededFault";
|
|
404
|
-
this.$fault = "client";
|
|
405
416
|
Object.setPrototypeOf(this, _DBClusterRoleQuotaExceededFault.prototype);
|
|
406
417
|
}
|
|
407
418
|
};
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
419
|
+
var InvalidDBClusterStateFault = class _InvalidDBClusterStateFault extends NeptuneServiceException {
|
|
420
|
+
static {
|
|
421
|
+
__name(this, "InvalidDBClusterStateFault");
|
|
422
|
+
}
|
|
423
|
+
name = "InvalidDBClusterStateFault";
|
|
424
|
+
$fault = "client";
|
|
411
425
|
/**
|
|
412
426
|
* @internal
|
|
413
427
|
*/
|
|
@@ -417,14 +431,15 @@ var _InvalidDBClusterStateFault = class _InvalidDBClusterStateFault extends Nept
|
|
|
417
431
|
$fault: "client",
|
|
418
432
|
...opts
|
|
419
433
|
});
|
|
420
|
-
this.name = "InvalidDBClusterStateFault";
|
|
421
|
-
this.$fault = "client";
|
|
422
434
|
Object.setPrototypeOf(this, _InvalidDBClusterStateFault.prototype);
|
|
423
435
|
}
|
|
424
436
|
};
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
437
|
+
var SourceNotFoundFault = class _SourceNotFoundFault extends NeptuneServiceException {
|
|
438
|
+
static {
|
|
439
|
+
__name(this, "SourceNotFoundFault");
|
|
440
|
+
}
|
|
441
|
+
name = "SourceNotFoundFault";
|
|
442
|
+
$fault = "client";
|
|
428
443
|
/**
|
|
429
444
|
* @internal
|
|
430
445
|
*/
|
|
@@ -434,14 +449,15 @@ var _SourceNotFoundFault = class _SourceNotFoundFault extends NeptuneServiceExce
|
|
|
434
449
|
$fault: "client",
|
|
435
450
|
...opts
|
|
436
451
|
});
|
|
437
|
-
this.name = "SourceNotFoundFault";
|
|
438
|
-
this.$fault = "client";
|
|
439
452
|
Object.setPrototypeOf(this, _SourceNotFoundFault.prototype);
|
|
440
453
|
}
|
|
441
454
|
};
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
455
|
+
var SubscriptionNotFoundFault = class _SubscriptionNotFoundFault extends NeptuneServiceException {
|
|
456
|
+
static {
|
|
457
|
+
__name(this, "SubscriptionNotFoundFault");
|
|
458
|
+
}
|
|
459
|
+
name = "SubscriptionNotFoundFault";
|
|
460
|
+
$fault = "client";
|
|
445
461
|
/**
|
|
446
462
|
* @internal
|
|
447
463
|
*/
|
|
@@ -451,14 +467,15 @@ var _SubscriptionNotFoundFault = class _SubscriptionNotFoundFault extends Neptun
|
|
|
451
467
|
$fault: "client",
|
|
452
468
|
...opts
|
|
453
469
|
});
|
|
454
|
-
this.name = "SubscriptionNotFoundFault";
|
|
455
|
-
this.$fault = "client";
|
|
456
470
|
Object.setPrototypeOf(this, _SubscriptionNotFoundFault.prototype);
|
|
457
471
|
}
|
|
458
472
|
};
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
473
|
+
var DBInstanceNotFoundFault = class _DBInstanceNotFoundFault extends NeptuneServiceException {
|
|
474
|
+
static {
|
|
475
|
+
__name(this, "DBInstanceNotFoundFault");
|
|
476
|
+
}
|
|
477
|
+
name = "DBInstanceNotFoundFault";
|
|
478
|
+
$fault = "client";
|
|
462
479
|
/**
|
|
463
480
|
* @internal
|
|
464
481
|
*/
|
|
@@ -468,14 +485,15 @@ var _DBInstanceNotFoundFault = class _DBInstanceNotFoundFault extends NeptuneSer
|
|
|
468
485
|
$fault: "client",
|
|
469
486
|
...opts
|
|
470
487
|
});
|
|
471
|
-
this.name = "DBInstanceNotFoundFault";
|
|
472
|
-
this.$fault = "client";
|
|
473
488
|
Object.setPrototypeOf(this, _DBInstanceNotFoundFault.prototype);
|
|
474
489
|
}
|
|
475
490
|
};
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
491
|
+
var DBSnapshotNotFoundFault = class _DBSnapshotNotFoundFault extends NeptuneServiceException {
|
|
492
|
+
static {
|
|
493
|
+
__name(this, "DBSnapshotNotFoundFault");
|
|
494
|
+
}
|
|
495
|
+
name = "DBSnapshotNotFoundFault";
|
|
496
|
+
$fault = "client";
|
|
479
497
|
/**
|
|
480
498
|
* @internal
|
|
481
499
|
*/
|
|
@@ -485,14 +503,15 @@ var _DBSnapshotNotFoundFault = class _DBSnapshotNotFoundFault extends NeptuneSer
|
|
|
485
503
|
$fault: "client",
|
|
486
504
|
...opts
|
|
487
505
|
});
|
|
488
|
-
this.name = "DBSnapshotNotFoundFault";
|
|
489
|
-
this.$fault = "client";
|
|
490
506
|
Object.setPrototypeOf(this, _DBSnapshotNotFoundFault.prototype);
|
|
491
507
|
}
|
|
492
508
|
};
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
509
|
+
var ResourceNotFoundFault = class _ResourceNotFoundFault extends NeptuneServiceException {
|
|
510
|
+
static {
|
|
511
|
+
__name(this, "ResourceNotFoundFault");
|
|
512
|
+
}
|
|
513
|
+
name = "ResourceNotFoundFault";
|
|
514
|
+
$fault = "client";
|
|
496
515
|
/**
|
|
497
516
|
* @internal
|
|
498
517
|
*/
|
|
@@ -502,14 +521,15 @@ var _ResourceNotFoundFault = class _ResourceNotFoundFault extends NeptuneService
|
|
|
502
521
|
$fault: "client",
|
|
503
522
|
...opts
|
|
504
523
|
});
|
|
505
|
-
this.name = "ResourceNotFoundFault";
|
|
506
|
-
this.$fault = "client";
|
|
507
524
|
Object.setPrototypeOf(this, _ResourceNotFoundFault.prototype);
|
|
508
525
|
}
|
|
509
526
|
};
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
527
|
+
var DBParameterGroupAlreadyExistsFault = class _DBParameterGroupAlreadyExistsFault extends NeptuneServiceException {
|
|
528
|
+
static {
|
|
529
|
+
__name(this, "DBParameterGroupAlreadyExistsFault");
|
|
530
|
+
}
|
|
531
|
+
name = "DBParameterGroupAlreadyExistsFault";
|
|
532
|
+
$fault = "client";
|
|
513
533
|
/**
|
|
514
534
|
* @internal
|
|
515
535
|
*/
|
|
@@ -519,14 +539,15 @@ var _DBParameterGroupAlreadyExistsFault = class _DBParameterGroupAlreadyExistsFa
|
|
|
519
539
|
$fault: "client",
|
|
520
540
|
...opts
|
|
521
541
|
});
|
|
522
|
-
this.name = "DBParameterGroupAlreadyExistsFault";
|
|
523
|
-
this.$fault = "client";
|
|
524
542
|
Object.setPrototypeOf(this, _DBParameterGroupAlreadyExistsFault.prototype);
|
|
525
543
|
}
|
|
526
544
|
};
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
545
|
+
var DBParameterGroupNotFoundFault = class _DBParameterGroupNotFoundFault extends NeptuneServiceException {
|
|
546
|
+
static {
|
|
547
|
+
__name(this, "DBParameterGroupNotFoundFault");
|
|
548
|
+
}
|
|
549
|
+
name = "DBParameterGroupNotFoundFault";
|
|
550
|
+
$fault = "client";
|
|
530
551
|
/**
|
|
531
552
|
* @internal
|
|
532
553
|
*/
|
|
@@ -536,14 +557,15 @@ var _DBParameterGroupNotFoundFault = class _DBParameterGroupNotFoundFault extend
|
|
|
536
557
|
$fault: "client",
|
|
537
558
|
...opts
|
|
538
559
|
});
|
|
539
|
-
this.name = "DBParameterGroupNotFoundFault";
|
|
540
|
-
this.$fault = "client";
|
|
541
560
|
Object.setPrototypeOf(this, _DBParameterGroupNotFoundFault.prototype);
|
|
542
561
|
}
|
|
543
562
|
};
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
563
|
+
var DBParameterGroupQuotaExceededFault = class _DBParameterGroupQuotaExceededFault extends NeptuneServiceException {
|
|
564
|
+
static {
|
|
565
|
+
__name(this, "DBParameterGroupQuotaExceededFault");
|
|
566
|
+
}
|
|
567
|
+
name = "DBParameterGroupQuotaExceededFault";
|
|
568
|
+
$fault = "client";
|
|
547
569
|
/**
|
|
548
570
|
* @internal
|
|
549
571
|
*/
|
|
@@ -553,14 +575,15 @@ var _DBParameterGroupQuotaExceededFault = class _DBParameterGroupQuotaExceededFa
|
|
|
553
575
|
$fault: "client",
|
|
554
576
|
...opts
|
|
555
577
|
});
|
|
556
|
-
this.name = "DBParameterGroupQuotaExceededFault";
|
|
557
|
-
this.$fault = "client";
|
|
558
578
|
Object.setPrototypeOf(this, _DBParameterGroupQuotaExceededFault.prototype);
|
|
559
579
|
}
|
|
560
580
|
};
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
581
|
+
var DBClusterSnapshotAlreadyExistsFault = class _DBClusterSnapshotAlreadyExistsFault extends NeptuneServiceException {
|
|
582
|
+
static {
|
|
583
|
+
__name(this, "DBClusterSnapshotAlreadyExistsFault");
|
|
584
|
+
}
|
|
585
|
+
name = "DBClusterSnapshotAlreadyExistsFault";
|
|
586
|
+
$fault = "client";
|
|
564
587
|
/**
|
|
565
588
|
* @internal
|
|
566
589
|
*/
|
|
@@ -570,14 +593,15 @@ var _DBClusterSnapshotAlreadyExistsFault = class _DBClusterSnapshotAlreadyExists
|
|
|
570
593
|
$fault: "client",
|
|
571
594
|
...opts
|
|
572
595
|
});
|
|
573
|
-
this.name = "DBClusterSnapshotAlreadyExistsFault";
|
|
574
|
-
this.$fault = "client";
|
|
575
596
|
Object.setPrototypeOf(this, _DBClusterSnapshotAlreadyExistsFault.prototype);
|
|
576
597
|
}
|
|
577
598
|
};
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
599
|
+
var DBClusterSnapshotNotFoundFault = class _DBClusterSnapshotNotFoundFault extends NeptuneServiceException {
|
|
600
|
+
static {
|
|
601
|
+
__name(this, "DBClusterSnapshotNotFoundFault");
|
|
602
|
+
}
|
|
603
|
+
name = "DBClusterSnapshotNotFoundFault";
|
|
604
|
+
$fault = "client";
|
|
581
605
|
/**
|
|
582
606
|
* @internal
|
|
583
607
|
*/
|
|
@@ -587,14 +611,15 @@ var _DBClusterSnapshotNotFoundFault = class _DBClusterSnapshotNotFoundFault exte
|
|
|
587
611
|
$fault: "client",
|
|
588
612
|
...opts
|
|
589
613
|
});
|
|
590
|
-
this.name = "DBClusterSnapshotNotFoundFault";
|
|
591
|
-
this.$fault = "client";
|
|
592
614
|
Object.setPrototypeOf(this, _DBClusterSnapshotNotFoundFault.prototype);
|
|
593
615
|
}
|
|
594
616
|
};
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
617
|
+
var InvalidDBClusterSnapshotStateFault = class _InvalidDBClusterSnapshotStateFault extends NeptuneServiceException {
|
|
618
|
+
static {
|
|
619
|
+
__name(this, "InvalidDBClusterSnapshotStateFault");
|
|
620
|
+
}
|
|
621
|
+
name = "InvalidDBClusterSnapshotStateFault";
|
|
622
|
+
$fault = "client";
|
|
598
623
|
/**
|
|
599
624
|
* @internal
|
|
600
625
|
*/
|
|
@@ -604,14 +629,15 @@ var _InvalidDBClusterSnapshotStateFault = class _InvalidDBClusterSnapshotStateFa
|
|
|
604
629
|
$fault: "client",
|
|
605
630
|
...opts
|
|
606
631
|
});
|
|
607
|
-
this.name = "InvalidDBClusterSnapshotStateFault";
|
|
608
|
-
this.$fault = "client";
|
|
609
632
|
Object.setPrototypeOf(this, _InvalidDBClusterSnapshotStateFault.prototype);
|
|
610
633
|
}
|
|
611
634
|
};
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
635
|
+
var KMSKeyNotAccessibleFault = class _KMSKeyNotAccessibleFault extends NeptuneServiceException {
|
|
636
|
+
static {
|
|
637
|
+
__name(this, "KMSKeyNotAccessibleFault");
|
|
638
|
+
}
|
|
639
|
+
name = "KMSKeyNotAccessibleFault";
|
|
640
|
+
$fault = "client";
|
|
615
641
|
/**
|
|
616
642
|
* @internal
|
|
617
643
|
*/
|
|
@@ -621,14 +647,15 @@ var _KMSKeyNotAccessibleFault = class _KMSKeyNotAccessibleFault extends NeptuneS
|
|
|
621
647
|
$fault: "client",
|
|
622
648
|
...opts
|
|
623
649
|
});
|
|
624
|
-
this.name = "KMSKeyNotAccessibleFault";
|
|
625
|
-
this.$fault = "client";
|
|
626
650
|
Object.setPrototypeOf(this, _KMSKeyNotAccessibleFault.prototype);
|
|
627
651
|
}
|
|
628
652
|
};
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
653
|
+
var SnapshotQuotaExceededFault = class _SnapshotQuotaExceededFault extends NeptuneServiceException {
|
|
654
|
+
static {
|
|
655
|
+
__name(this, "SnapshotQuotaExceededFault");
|
|
656
|
+
}
|
|
657
|
+
name = "SnapshotQuotaExceededFault";
|
|
658
|
+
$fault = "client";
|
|
632
659
|
/**
|
|
633
660
|
* @internal
|
|
634
661
|
*/
|
|
@@ -638,14 +665,15 @@ var _SnapshotQuotaExceededFault = class _SnapshotQuotaExceededFault extends Nept
|
|
|
638
665
|
$fault: "client",
|
|
639
666
|
...opts
|
|
640
667
|
});
|
|
641
|
-
this.name = "SnapshotQuotaExceededFault";
|
|
642
|
-
this.$fault = "client";
|
|
643
668
|
Object.setPrototypeOf(this, _SnapshotQuotaExceededFault.prototype);
|
|
644
669
|
}
|
|
645
670
|
};
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
671
|
+
var DBClusterAlreadyExistsFault = class _DBClusterAlreadyExistsFault extends NeptuneServiceException {
|
|
672
|
+
static {
|
|
673
|
+
__name(this, "DBClusterAlreadyExistsFault");
|
|
674
|
+
}
|
|
675
|
+
name = "DBClusterAlreadyExistsFault";
|
|
676
|
+
$fault = "client";
|
|
649
677
|
/**
|
|
650
678
|
* @internal
|
|
651
679
|
*/
|
|
@@ -655,14 +683,15 @@ var _DBClusterAlreadyExistsFault = class _DBClusterAlreadyExistsFault extends Ne
|
|
|
655
683
|
$fault: "client",
|
|
656
684
|
...opts
|
|
657
685
|
});
|
|
658
|
-
this.name = "DBClusterAlreadyExistsFault";
|
|
659
|
-
this.$fault = "client";
|
|
660
686
|
Object.setPrototypeOf(this, _DBClusterAlreadyExistsFault.prototype);
|
|
661
687
|
}
|
|
662
688
|
};
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
689
|
+
var DBClusterParameterGroupNotFoundFault = class _DBClusterParameterGroupNotFoundFault extends NeptuneServiceException {
|
|
690
|
+
static {
|
|
691
|
+
__name(this, "DBClusterParameterGroupNotFoundFault");
|
|
692
|
+
}
|
|
693
|
+
name = "DBClusterParameterGroupNotFoundFault";
|
|
694
|
+
$fault = "client";
|
|
666
695
|
/**
|
|
667
696
|
* @internal
|
|
668
697
|
*/
|
|
@@ -672,14 +701,15 @@ var _DBClusterParameterGroupNotFoundFault = class _DBClusterParameterGroupNotFou
|
|
|
672
701
|
$fault: "client",
|
|
673
702
|
...opts
|
|
674
703
|
});
|
|
675
|
-
this.name = "DBClusterParameterGroupNotFoundFault";
|
|
676
|
-
this.$fault = "client";
|
|
677
704
|
Object.setPrototypeOf(this, _DBClusterParameterGroupNotFoundFault.prototype);
|
|
678
705
|
}
|
|
679
706
|
};
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
707
|
+
var DBClusterQuotaExceededFault = class _DBClusterQuotaExceededFault extends NeptuneServiceException {
|
|
708
|
+
static {
|
|
709
|
+
__name(this, "DBClusterQuotaExceededFault");
|
|
710
|
+
}
|
|
711
|
+
name = "DBClusterQuotaExceededFault";
|
|
712
|
+
$fault = "client";
|
|
683
713
|
/**
|
|
684
714
|
* @internal
|
|
685
715
|
*/
|
|
@@ -689,14 +719,15 @@ var _DBClusterQuotaExceededFault = class _DBClusterQuotaExceededFault extends Ne
|
|
|
689
719
|
$fault: "client",
|
|
690
720
|
...opts
|
|
691
721
|
});
|
|
692
|
-
this.name = "DBClusterQuotaExceededFault";
|
|
693
|
-
this.$fault = "client";
|
|
694
722
|
Object.setPrototypeOf(this, _DBClusterQuotaExceededFault.prototype);
|
|
695
723
|
}
|
|
696
724
|
};
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
725
|
+
var DBSubnetGroupDoesNotCoverEnoughAZs = class _DBSubnetGroupDoesNotCoverEnoughAZs extends NeptuneServiceException {
|
|
726
|
+
static {
|
|
727
|
+
__name(this, "DBSubnetGroupDoesNotCoverEnoughAZs");
|
|
728
|
+
}
|
|
729
|
+
name = "DBSubnetGroupDoesNotCoverEnoughAZs";
|
|
730
|
+
$fault = "client";
|
|
700
731
|
/**
|
|
701
732
|
* @internal
|
|
702
733
|
*/
|
|
@@ -706,14 +737,15 @@ var _DBSubnetGroupDoesNotCoverEnoughAZs = class _DBSubnetGroupDoesNotCoverEnough
|
|
|
706
737
|
$fault: "client",
|
|
707
738
|
...opts
|
|
708
739
|
});
|
|
709
|
-
this.name = "DBSubnetGroupDoesNotCoverEnoughAZs";
|
|
710
|
-
this.$fault = "client";
|
|
711
740
|
Object.setPrototypeOf(this, _DBSubnetGroupDoesNotCoverEnoughAZs.prototype);
|
|
712
741
|
}
|
|
713
742
|
};
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
743
|
+
var DBSubnetGroupNotFoundFault = class _DBSubnetGroupNotFoundFault extends NeptuneServiceException {
|
|
744
|
+
static {
|
|
745
|
+
__name(this, "DBSubnetGroupNotFoundFault");
|
|
746
|
+
}
|
|
747
|
+
name = "DBSubnetGroupNotFoundFault";
|
|
748
|
+
$fault = "client";
|
|
717
749
|
/**
|
|
718
750
|
* @internal
|
|
719
751
|
*/
|
|
@@ -723,14 +755,15 @@ var _DBSubnetGroupNotFoundFault = class _DBSubnetGroupNotFoundFault extends Nept
|
|
|
723
755
|
$fault: "client",
|
|
724
756
|
...opts
|
|
725
757
|
});
|
|
726
|
-
this.name = "DBSubnetGroupNotFoundFault";
|
|
727
|
-
this.$fault = "client";
|
|
728
758
|
Object.setPrototypeOf(this, _DBSubnetGroupNotFoundFault.prototype);
|
|
729
759
|
}
|
|
730
760
|
};
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
761
|
+
var GlobalClusterNotFoundFault = class _GlobalClusterNotFoundFault extends NeptuneServiceException {
|
|
762
|
+
static {
|
|
763
|
+
__name(this, "GlobalClusterNotFoundFault");
|
|
764
|
+
}
|
|
765
|
+
name = "GlobalClusterNotFoundFault";
|
|
766
|
+
$fault = "client";
|
|
734
767
|
/**
|
|
735
768
|
* @internal
|
|
736
769
|
*/
|
|
@@ -740,14 +773,15 @@ var _GlobalClusterNotFoundFault = class _GlobalClusterNotFoundFault extends Nept
|
|
|
740
773
|
$fault: "client",
|
|
741
774
|
...opts
|
|
742
775
|
});
|
|
743
|
-
this.name = "GlobalClusterNotFoundFault";
|
|
744
|
-
this.$fault = "client";
|
|
745
776
|
Object.setPrototypeOf(this, _GlobalClusterNotFoundFault.prototype);
|
|
746
777
|
}
|
|
747
778
|
};
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
779
|
+
var InsufficientStorageClusterCapacityFault = class _InsufficientStorageClusterCapacityFault extends NeptuneServiceException {
|
|
780
|
+
static {
|
|
781
|
+
__name(this, "InsufficientStorageClusterCapacityFault");
|
|
782
|
+
}
|
|
783
|
+
name = "InsufficientStorageClusterCapacityFault";
|
|
784
|
+
$fault = "client";
|
|
751
785
|
/**
|
|
752
786
|
* @internal
|
|
753
787
|
*/
|
|
@@ -757,14 +791,15 @@ var _InsufficientStorageClusterCapacityFault = class _InsufficientStorageCluster
|
|
|
757
791
|
$fault: "client",
|
|
758
792
|
...opts
|
|
759
793
|
});
|
|
760
|
-
this.name = "InsufficientStorageClusterCapacityFault";
|
|
761
|
-
this.$fault = "client";
|
|
762
794
|
Object.setPrototypeOf(this, _InsufficientStorageClusterCapacityFault.prototype);
|
|
763
795
|
}
|
|
764
796
|
};
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
797
|
+
var InvalidDBInstanceStateFault = class _InvalidDBInstanceStateFault extends NeptuneServiceException {
|
|
798
|
+
static {
|
|
799
|
+
__name(this, "InvalidDBInstanceStateFault");
|
|
800
|
+
}
|
|
801
|
+
name = "InvalidDBInstanceStateFault";
|
|
802
|
+
$fault = "client";
|
|
768
803
|
/**
|
|
769
804
|
* @internal
|
|
770
805
|
*/
|
|
@@ -774,14 +809,15 @@ var _InvalidDBInstanceStateFault = class _InvalidDBInstanceStateFault extends Ne
|
|
|
774
809
|
$fault: "client",
|
|
775
810
|
...opts
|
|
776
811
|
});
|
|
777
|
-
this.name = "InvalidDBInstanceStateFault";
|
|
778
|
-
this.$fault = "client";
|
|
779
812
|
Object.setPrototypeOf(this, _InvalidDBInstanceStateFault.prototype);
|
|
780
813
|
}
|
|
781
814
|
};
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
815
|
+
var InvalidDBSubnetGroupStateFault = class _InvalidDBSubnetGroupStateFault extends NeptuneServiceException {
|
|
816
|
+
static {
|
|
817
|
+
__name(this, "InvalidDBSubnetGroupStateFault");
|
|
818
|
+
}
|
|
819
|
+
name = "InvalidDBSubnetGroupStateFault";
|
|
820
|
+
$fault = "client";
|
|
785
821
|
/**
|
|
786
822
|
* @internal
|
|
787
823
|
*/
|
|
@@ -791,14 +827,15 @@ var _InvalidDBSubnetGroupStateFault = class _InvalidDBSubnetGroupStateFault exte
|
|
|
791
827
|
$fault: "client",
|
|
792
828
|
...opts
|
|
793
829
|
});
|
|
794
|
-
this.name = "InvalidDBSubnetGroupStateFault";
|
|
795
|
-
this.$fault = "client";
|
|
796
830
|
Object.setPrototypeOf(this, _InvalidDBSubnetGroupStateFault.prototype);
|
|
797
831
|
}
|
|
798
832
|
};
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
833
|
+
var InvalidGlobalClusterStateFault = class _InvalidGlobalClusterStateFault extends NeptuneServiceException {
|
|
834
|
+
static {
|
|
835
|
+
__name(this, "InvalidGlobalClusterStateFault");
|
|
836
|
+
}
|
|
837
|
+
name = "InvalidGlobalClusterStateFault";
|
|
838
|
+
$fault = "client";
|
|
802
839
|
/**
|
|
803
840
|
* @internal
|
|
804
841
|
*/
|
|
@@ -808,14 +845,15 @@ var _InvalidGlobalClusterStateFault = class _InvalidGlobalClusterStateFault exte
|
|
|
808
845
|
$fault: "client",
|
|
809
846
|
...opts
|
|
810
847
|
});
|
|
811
|
-
this.name = "InvalidGlobalClusterStateFault";
|
|
812
|
-
this.$fault = "client";
|
|
813
848
|
Object.setPrototypeOf(this, _InvalidGlobalClusterStateFault.prototype);
|
|
814
849
|
}
|
|
815
850
|
};
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
851
|
+
var InvalidSubnet = class _InvalidSubnet extends NeptuneServiceException {
|
|
852
|
+
static {
|
|
853
|
+
__name(this, "InvalidSubnet");
|
|
854
|
+
}
|
|
855
|
+
name = "InvalidSubnet";
|
|
856
|
+
$fault = "client";
|
|
819
857
|
/**
|
|
820
858
|
* @internal
|
|
821
859
|
*/
|
|
@@ -825,14 +863,15 @@ var _InvalidSubnet = class _InvalidSubnet extends NeptuneServiceException {
|
|
|
825
863
|
$fault: "client",
|
|
826
864
|
...opts
|
|
827
865
|
});
|
|
828
|
-
this.name = "InvalidSubnet";
|
|
829
|
-
this.$fault = "client";
|
|
830
866
|
Object.setPrototypeOf(this, _InvalidSubnet.prototype);
|
|
831
867
|
}
|
|
832
868
|
};
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
869
|
+
var InvalidVPCNetworkStateFault = class _InvalidVPCNetworkStateFault extends NeptuneServiceException {
|
|
870
|
+
static {
|
|
871
|
+
__name(this, "InvalidVPCNetworkStateFault");
|
|
872
|
+
}
|
|
873
|
+
name = "InvalidVPCNetworkStateFault";
|
|
874
|
+
$fault = "client";
|
|
836
875
|
/**
|
|
837
876
|
* @internal
|
|
838
877
|
*/
|
|
@@ -842,14 +881,15 @@ var _InvalidVPCNetworkStateFault = class _InvalidVPCNetworkStateFault extends Ne
|
|
|
842
881
|
$fault: "client",
|
|
843
882
|
...opts
|
|
844
883
|
});
|
|
845
|
-
this.name = "InvalidVPCNetworkStateFault";
|
|
846
|
-
this.$fault = "client";
|
|
847
884
|
Object.setPrototypeOf(this, _InvalidVPCNetworkStateFault.prototype);
|
|
848
885
|
}
|
|
849
886
|
};
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
887
|
+
var StorageQuotaExceededFault = class _StorageQuotaExceededFault extends NeptuneServiceException {
|
|
888
|
+
static {
|
|
889
|
+
__name(this, "StorageQuotaExceededFault");
|
|
890
|
+
}
|
|
891
|
+
name = "StorageQuotaExceededFault";
|
|
892
|
+
$fault = "client";
|
|
853
893
|
/**
|
|
854
894
|
* @internal
|
|
855
895
|
*/
|
|
@@ -859,14 +899,15 @@ var _StorageQuotaExceededFault = class _StorageQuotaExceededFault extends Neptun
|
|
|
859
899
|
$fault: "client",
|
|
860
900
|
...opts
|
|
861
901
|
});
|
|
862
|
-
this.name = "StorageQuotaExceededFault";
|
|
863
|
-
this.$fault = "client";
|
|
864
902
|
Object.setPrototypeOf(this, _StorageQuotaExceededFault.prototype);
|
|
865
903
|
}
|
|
866
904
|
};
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
905
|
+
var DBClusterEndpointAlreadyExistsFault = class _DBClusterEndpointAlreadyExistsFault extends NeptuneServiceException {
|
|
906
|
+
static {
|
|
907
|
+
__name(this, "DBClusterEndpointAlreadyExistsFault");
|
|
908
|
+
}
|
|
909
|
+
name = "DBClusterEndpointAlreadyExistsFault";
|
|
910
|
+
$fault = "client";
|
|
870
911
|
/**
|
|
871
912
|
* @internal
|
|
872
913
|
*/
|
|
@@ -876,14 +917,15 @@ var _DBClusterEndpointAlreadyExistsFault = class _DBClusterEndpointAlreadyExists
|
|
|
876
917
|
$fault: "client",
|
|
877
918
|
...opts
|
|
878
919
|
});
|
|
879
|
-
this.name = "DBClusterEndpointAlreadyExistsFault";
|
|
880
|
-
this.$fault = "client";
|
|
881
920
|
Object.setPrototypeOf(this, _DBClusterEndpointAlreadyExistsFault.prototype);
|
|
882
921
|
}
|
|
883
922
|
};
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
923
|
+
var DBClusterEndpointQuotaExceededFault = class _DBClusterEndpointQuotaExceededFault extends NeptuneServiceException {
|
|
924
|
+
static {
|
|
925
|
+
__name(this, "DBClusterEndpointQuotaExceededFault");
|
|
926
|
+
}
|
|
927
|
+
name = "DBClusterEndpointQuotaExceededFault";
|
|
928
|
+
$fault = "client";
|
|
887
929
|
/**
|
|
888
930
|
* @internal
|
|
889
931
|
*/
|
|
@@ -893,14 +935,15 @@ var _DBClusterEndpointQuotaExceededFault = class _DBClusterEndpointQuotaExceeded
|
|
|
893
935
|
$fault: "client",
|
|
894
936
|
...opts
|
|
895
937
|
});
|
|
896
|
-
this.name = "DBClusterEndpointQuotaExceededFault";
|
|
897
|
-
this.$fault = "client";
|
|
898
938
|
Object.setPrototypeOf(this, _DBClusterEndpointQuotaExceededFault.prototype);
|
|
899
939
|
}
|
|
900
940
|
};
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
941
|
+
var AuthorizationNotFoundFault = class _AuthorizationNotFoundFault extends NeptuneServiceException {
|
|
942
|
+
static {
|
|
943
|
+
__name(this, "AuthorizationNotFoundFault");
|
|
944
|
+
}
|
|
945
|
+
name = "AuthorizationNotFoundFault";
|
|
946
|
+
$fault = "client";
|
|
904
947
|
/**
|
|
905
948
|
* @internal
|
|
906
949
|
*/
|
|
@@ -910,14 +953,15 @@ var _AuthorizationNotFoundFault = class _AuthorizationNotFoundFault extends Nept
|
|
|
910
953
|
$fault: "client",
|
|
911
954
|
...opts
|
|
912
955
|
});
|
|
913
|
-
this.name = "AuthorizationNotFoundFault";
|
|
914
|
-
this.$fault = "client";
|
|
915
956
|
Object.setPrototypeOf(this, _AuthorizationNotFoundFault.prototype);
|
|
916
957
|
}
|
|
917
958
|
};
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
959
|
+
var DBInstanceAlreadyExistsFault = class _DBInstanceAlreadyExistsFault extends NeptuneServiceException {
|
|
960
|
+
static {
|
|
961
|
+
__name(this, "DBInstanceAlreadyExistsFault");
|
|
962
|
+
}
|
|
963
|
+
name = "DBInstanceAlreadyExistsFault";
|
|
964
|
+
$fault = "client";
|
|
921
965
|
/**
|
|
922
966
|
* @internal
|
|
923
967
|
*/
|
|
@@ -927,14 +971,15 @@ var _DBInstanceAlreadyExistsFault = class _DBInstanceAlreadyExistsFault extends
|
|
|
927
971
|
$fault: "client",
|
|
928
972
|
...opts
|
|
929
973
|
});
|
|
930
|
-
this.name = "DBInstanceAlreadyExistsFault";
|
|
931
|
-
this.$fault = "client";
|
|
932
974
|
Object.setPrototypeOf(this, _DBInstanceAlreadyExistsFault.prototype);
|
|
933
975
|
}
|
|
934
976
|
};
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
977
|
+
var DBSecurityGroupNotFoundFault = class _DBSecurityGroupNotFoundFault extends NeptuneServiceException {
|
|
978
|
+
static {
|
|
979
|
+
__name(this, "DBSecurityGroupNotFoundFault");
|
|
980
|
+
}
|
|
981
|
+
name = "DBSecurityGroupNotFoundFault";
|
|
982
|
+
$fault = "client";
|
|
938
983
|
/**
|
|
939
984
|
* @internal
|
|
940
985
|
*/
|
|
@@ -944,14 +989,15 @@ var _DBSecurityGroupNotFoundFault = class _DBSecurityGroupNotFoundFault extends
|
|
|
944
989
|
$fault: "client",
|
|
945
990
|
...opts
|
|
946
991
|
});
|
|
947
|
-
this.name = "DBSecurityGroupNotFoundFault";
|
|
948
|
-
this.$fault = "client";
|
|
949
992
|
Object.setPrototypeOf(this, _DBSecurityGroupNotFoundFault.prototype);
|
|
950
993
|
}
|
|
951
994
|
};
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
995
|
+
var DomainNotFoundFault = class _DomainNotFoundFault extends NeptuneServiceException {
|
|
996
|
+
static {
|
|
997
|
+
__name(this, "DomainNotFoundFault");
|
|
998
|
+
}
|
|
999
|
+
name = "DomainNotFoundFault";
|
|
1000
|
+
$fault = "client";
|
|
955
1001
|
/**
|
|
956
1002
|
* @internal
|
|
957
1003
|
*/
|
|
@@ -961,14 +1007,15 @@ var _DomainNotFoundFault = class _DomainNotFoundFault extends NeptuneServiceExce
|
|
|
961
1007
|
$fault: "client",
|
|
962
1008
|
...opts
|
|
963
1009
|
});
|
|
964
|
-
this.name = "DomainNotFoundFault";
|
|
965
|
-
this.$fault = "client";
|
|
966
1010
|
Object.setPrototypeOf(this, _DomainNotFoundFault.prototype);
|
|
967
1011
|
}
|
|
968
1012
|
};
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
1013
|
+
var InstanceQuotaExceededFault = class _InstanceQuotaExceededFault extends NeptuneServiceException {
|
|
1014
|
+
static {
|
|
1015
|
+
__name(this, "InstanceQuotaExceededFault");
|
|
1016
|
+
}
|
|
1017
|
+
name = "InstanceQuotaExceededFault";
|
|
1018
|
+
$fault = "client";
|
|
972
1019
|
/**
|
|
973
1020
|
* @internal
|
|
974
1021
|
*/
|
|
@@ -978,14 +1025,15 @@ var _InstanceQuotaExceededFault = class _InstanceQuotaExceededFault extends Nept
|
|
|
978
1025
|
$fault: "client",
|
|
979
1026
|
...opts
|
|
980
1027
|
});
|
|
981
|
-
this.name = "InstanceQuotaExceededFault";
|
|
982
|
-
this.$fault = "client";
|
|
983
1028
|
Object.setPrototypeOf(this, _InstanceQuotaExceededFault.prototype);
|
|
984
1029
|
}
|
|
985
1030
|
};
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
1031
|
+
var InsufficientDBInstanceCapacityFault = class _InsufficientDBInstanceCapacityFault extends NeptuneServiceException {
|
|
1032
|
+
static {
|
|
1033
|
+
__name(this, "InsufficientDBInstanceCapacityFault");
|
|
1034
|
+
}
|
|
1035
|
+
name = "InsufficientDBInstanceCapacityFault";
|
|
1036
|
+
$fault = "client";
|
|
989
1037
|
/**
|
|
990
1038
|
* @internal
|
|
991
1039
|
*/
|
|
@@ -995,14 +1043,15 @@ var _InsufficientDBInstanceCapacityFault = class _InsufficientDBInstanceCapacity
|
|
|
995
1043
|
$fault: "client",
|
|
996
1044
|
...opts
|
|
997
1045
|
});
|
|
998
|
-
this.name = "InsufficientDBInstanceCapacityFault";
|
|
999
|
-
this.$fault = "client";
|
|
1000
1046
|
Object.setPrototypeOf(this, _InsufficientDBInstanceCapacityFault.prototype);
|
|
1001
1047
|
}
|
|
1002
1048
|
};
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1049
|
+
var OptionGroupNotFoundFault = class _OptionGroupNotFoundFault extends NeptuneServiceException {
|
|
1050
|
+
static {
|
|
1051
|
+
__name(this, "OptionGroupNotFoundFault");
|
|
1052
|
+
}
|
|
1053
|
+
name = "OptionGroupNotFoundFault";
|
|
1054
|
+
$fault = "client";
|
|
1006
1055
|
/**
|
|
1007
1056
|
* @internal
|
|
1008
1057
|
*/
|
|
@@ -1012,14 +1061,15 @@ var _OptionGroupNotFoundFault = class _OptionGroupNotFoundFault extends NeptuneS
|
|
|
1012
1061
|
$fault: "client",
|
|
1013
1062
|
...opts
|
|
1014
1063
|
});
|
|
1015
|
-
this.name = "OptionGroupNotFoundFault";
|
|
1016
|
-
this.$fault = "client";
|
|
1017
1064
|
Object.setPrototypeOf(this, _OptionGroupNotFoundFault.prototype);
|
|
1018
1065
|
}
|
|
1019
1066
|
};
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1067
|
+
var ProvisionedIopsNotAvailableInAZFault = class _ProvisionedIopsNotAvailableInAZFault extends NeptuneServiceException {
|
|
1068
|
+
static {
|
|
1069
|
+
__name(this, "ProvisionedIopsNotAvailableInAZFault");
|
|
1070
|
+
}
|
|
1071
|
+
name = "ProvisionedIopsNotAvailableInAZFault";
|
|
1072
|
+
$fault = "client";
|
|
1023
1073
|
/**
|
|
1024
1074
|
* @internal
|
|
1025
1075
|
*/
|
|
@@ -1029,14 +1079,15 @@ var _ProvisionedIopsNotAvailableInAZFault = class _ProvisionedIopsNotAvailableIn
|
|
|
1029
1079
|
$fault: "client",
|
|
1030
1080
|
...opts
|
|
1031
1081
|
});
|
|
1032
|
-
this.name = "ProvisionedIopsNotAvailableInAZFault";
|
|
1033
|
-
this.$fault = "client";
|
|
1034
1082
|
Object.setPrototypeOf(this, _ProvisionedIopsNotAvailableInAZFault.prototype);
|
|
1035
1083
|
}
|
|
1036
1084
|
};
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1085
|
+
var StorageTypeNotSupportedFault = class _StorageTypeNotSupportedFault extends NeptuneServiceException {
|
|
1086
|
+
static {
|
|
1087
|
+
__name(this, "StorageTypeNotSupportedFault");
|
|
1088
|
+
}
|
|
1089
|
+
name = "StorageTypeNotSupportedFault";
|
|
1090
|
+
$fault = "client";
|
|
1040
1091
|
/**
|
|
1041
1092
|
* @internal
|
|
1042
1093
|
*/
|
|
@@ -1046,14 +1097,15 @@ var _StorageTypeNotSupportedFault = class _StorageTypeNotSupportedFault extends
|
|
|
1046
1097
|
$fault: "client",
|
|
1047
1098
|
...opts
|
|
1048
1099
|
});
|
|
1049
|
-
this.name = "StorageTypeNotSupportedFault";
|
|
1050
|
-
this.$fault = "client";
|
|
1051
1100
|
Object.setPrototypeOf(this, _StorageTypeNotSupportedFault.prototype);
|
|
1052
1101
|
}
|
|
1053
1102
|
};
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1103
|
+
var DBSubnetGroupAlreadyExistsFault = class _DBSubnetGroupAlreadyExistsFault extends NeptuneServiceException {
|
|
1104
|
+
static {
|
|
1105
|
+
__name(this, "DBSubnetGroupAlreadyExistsFault");
|
|
1106
|
+
}
|
|
1107
|
+
name = "DBSubnetGroupAlreadyExistsFault";
|
|
1108
|
+
$fault = "client";
|
|
1057
1109
|
/**
|
|
1058
1110
|
* @internal
|
|
1059
1111
|
*/
|
|
@@ -1063,14 +1115,15 @@ var _DBSubnetGroupAlreadyExistsFault = class _DBSubnetGroupAlreadyExistsFault ex
|
|
|
1063
1115
|
$fault: "client",
|
|
1064
1116
|
...opts
|
|
1065
1117
|
});
|
|
1066
|
-
this.name = "DBSubnetGroupAlreadyExistsFault";
|
|
1067
|
-
this.$fault = "client";
|
|
1068
1118
|
Object.setPrototypeOf(this, _DBSubnetGroupAlreadyExistsFault.prototype);
|
|
1069
1119
|
}
|
|
1070
1120
|
};
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1121
|
+
var DBSubnetGroupQuotaExceededFault = class _DBSubnetGroupQuotaExceededFault extends NeptuneServiceException {
|
|
1122
|
+
static {
|
|
1123
|
+
__name(this, "DBSubnetGroupQuotaExceededFault");
|
|
1124
|
+
}
|
|
1125
|
+
name = "DBSubnetGroupQuotaExceededFault";
|
|
1126
|
+
$fault = "client";
|
|
1074
1127
|
/**
|
|
1075
1128
|
* @internal
|
|
1076
1129
|
*/
|
|
@@ -1080,14 +1133,15 @@ var _DBSubnetGroupQuotaExceededFault = class _DBSubnetGroupQuotaExceededFault ex
|
|
|
1080
1133
|
$fault: "client",
|
|
1081
1134
|
...opts
|
|
1082
1135
|
});
|
|
1083
|
-
this.name = "DBSubnetGroupQuotaExceededFault";
|
|
1084
|
-
this.$fault = "client";
|
|
1085
1136
|
Object.setPrototypeOf(this, _DBSubnetGroupQuotaExceededFault.prototype);
|
|
1086
1137
|
}
|
|
1087
1138
|
};
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1139
|
+
var DBSubnetQuotaExceededFault = class _DBSubnetQuotaExceededFault extends NeptuneServiceException {
|
|
1140
|
+
static {
|
|
1141
|
+
__name(this, "DBSubnetQuotaExceededFault");
|
|
1142
|
+
}
|
|
1143
|
+
name = "DBSubnetQuotaExceededFault";
|
|
1144
|
+
$fault = "client";
|
|
1091
1145
|
/**
|
|
1092
1146
|
* @internal
|
|
1093
1147
|
*/
|
|
@@ -1097,14 +1151,15 @@ var _DBSubnetQuotaExceededFault = class _DBSubnetQuotaExceededFault extends Nept
|
|
|
1097
1151
|
$fault: "client",
|
|
1098
1152
|
...opts
|
|
1099
1153
|
});
|
|
1100
|
-
this.name = "DBSubnetQuotaExceededFault";
|
|
1101
|
-
this.$fault = "client";
|
|
1102
1154
|
Object.setPrototypeOf(this, _DBSubnetQuotaExceededFault.prototype);
|
|
1103
1155
|
}
|
|
1104
1156
|
};
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1157
|
+
var EventSubscriptionQuotaExceededFault = class _EventSubscriptionQuotaExceededFault extends NeptuneServiceException {
|
|
1158
|
+
static {
|
|
1159
|
+
__name(this, "EventSubscriptionQuotaExceededFault");
|
|
1160
|
+
}
|
|
1161
|
+
name = "EventSubscriptionQuotaExceededFault";
|
|
1162
|
+
$fault = "client";
|
|
1108
1163
|
/**
|
|
1109
1164
|
* @internal
|
|
1110
1165
|
*/
|
|
@@ -1114,14 +1169,15 @@ var _EventSubscriptionQuotaExceededFault = class _EventSubscriptionQuotaExceeded
|
|
|
1114
1169
|
$fault: "client",
|
|
1115
1170
|
...opts
|
|
1116
1171
|
});
|
|
1117
|
-
this.name = "EventSubscriptionQuotaExceededFault";
|
|
1118
|
-
this.$fault = "client";
|
|
1119
1172
|
Object.setPrototypeOf(this, _EventSubscriptionQuotaExceededFault.prototype);
|
|
1120
1173
|
}
|
|
1121
1174
|
};
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1175
|
+
var SNSInvalidTopicFault = class _SNSInvalidTopicFault extends NeptuneServiceException {
|
|
1176
|
+
static {
|
|
1177
|
+
__name(this, "SNSInvalidTopicFault");
|
|
1178
|
+
}
|
|
1179
|
+
name = "SNSInvalidTopicFault";
|
|
1180
|
+
$fault = "client";
|
|
1125
1181
|
/**
|
|
1126
1182
|
* @internal
|
|
1127
1183
|
*/
|
|
@@ -1131,14 +1187,15 @@ var _SNSInvalidTopicFault = class _SNSInvalidTopicFault extends NeptuneServiceEx
|
|
|
1131
1187
|
$fault: "client",
|
|
1132
1188
|
...opts
|
|
1133
1189
|
});
|
|
1134
|
-
this.name = "SNSInvalidTopicFault";
|
|
1135
|
-
this.$fault = "client";
|
|
1136
1190
|
Object.setPrototypeOf(this, _SNSInvalidTopicFault.prototype);
|
|
1137
1191
|
}
|
|
1138
1192
|
};
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1193
|
+
var SNSNoAuthorizationFault = class _SNSNoAuthorizationFault extends NeptuneServiceException {
|
|
1194
|
+
static {
|
|
1195
|
+
__name(this, "SNSNoAuthorizationFault");
|
|
1196
|
+
}
|
|
1197
|
+
name = "SNSNoAuthorizationFault";
|
|
1198
|
+
$fault = "client";
|
|
1142
1199
|
/**
|
|
1143
1200
|
* @internal
|
|
1144
1201
|
*/
|
|
@@ -1148,14 +1205,15 @@ var _SNSNoAuthorizationFault = class _SNSNoAuthorizationFault extends NeptuneSer
|
|
|
1148
1205
|
$fault: "client",
|
|
1149
1206
|
...opts
|
|
1150
1207
|
});
|
|
1151
|
-
this.name = "SNSNoAuthorizationFault";
|
|
1152
|
-
this.$fault = "client";
|
|
1153
1208
|
Object.setPrototypeOf(this, _SNSNoAuthorizationFault.prototype);
|
|
1154
1209
|
}
|
|
1155
1210
|
};
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1211
|
+
var SNSTopicArnNotFoundFault = class _SNSTopicArnNotFoundFault extends NeptuneServiceException {
|
|
1212
|
+
static {
|
|
1213
|
+
__name(this, "SNSTopicArnNotFoundFault");
|
|
1214
|
+
}
|
|
1215
|
+
name = "SNSTopicArnNotFoundFault";
|
|
1216
|
+
$fault = "client";
|
|
1159
1217
|
/**
|
|
1160
1218
|
* @internal
|
|
1161
1219
|
*/
|
|
@@ -1165,14 +1223,15 @@ var _SNSTopicArnNotFoundFault = class _SNSTopicArnNotFoundFault extends NeptuneS
|
|
|
1165
1223
|
$fault: "client",
|
|
1166
1224
|
...opts
|
|
1167
1225
|
});
|
|
1168
|
-
this.name = "SNSTopicArnNotFoundFault";
|
|
1169
|
-
this.$fault = "client";
|
|
1170
1226
|
Object.setPrototypeOf(this, _SNSTopicArnNotFoundFault.prototype);
|
|
1171
1227
|
}
|
|
1172
1228
|
};
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1229
|
+
var SubscriptionAlreadyExistFault = class _SubscriptionAlreadyExistFault extends NeptuneServiceException {
|
|
1230
|
+
static {
|
|
1231
|
+
__name(this, "SubscriptionAlreadyExistFault");
|
|
1232
|
+
}
|
|
1233
|
+
name = "SubscriptionAlreadyExistFault";
|
|
1234
|
+
$fault = "client";
|
|
1176
1235
|
/**
|
|
1177
1236
|
* @internal
|
|
1178
1237
|
*/
|
|
@@ -1182,14 +1241,15 @@ var _SubscriptionAlreadyExistFault = class _SubscriptionAlreadyExistFault extend
|
|
|
1182
1241
|
$fault: "client",
|
|
1183
1242
|
...opts
|
|
1184
1243
|
});
|
|
1185
|
-
this.name = "SubscriptionAlreadyExistFault";
|
|
1186
|
-
this.$fault = "client";
|
|
1187
1244
|
Object.setPrototypeOf(this, _SubscriptionAlreadyExistFault.prototype);
|
|
1188
1245
|
}
|
|
1189
1246
|
};
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1247
|
+
var SubscriptionCategoryNotFoundFault = class _SubscriptionCategoryNotFoundFault extends NeptuneServiceException {
|
|
1248
|
+
static {
|
|
1249
|
+
__name(this, "SubscriptionCategoryNotFoundFault");
|
|
1250
|
+
}
|
|
1251
|
+
name = "SubscriptionCategoryNotFoundFault";
|
|
1252
|
+
$fault = "client";
|
|
1193
1253
|
/**
|
|
1194
1254
|
* @internal
|
|
1195
1255
|
*/
|
|
@@ -1199,14 +1259,15 @@ var _SubscriptionCategoryNotFoundFault = class _SubscriptionCategoryNotFoundFaul
|
|
|
1199
1259
|
$fault: "client",
|
|
1200
1260
|
...opts
|
|
1201
1261
|
});
|
|
1202
|
-
this.name = "SubscriptionCategoryNotFoundFault";
|
|
1203
|
-
this.$fault = "client";
|
|
1204
1262
|
Object.setPrototypeOf(this, _SubscriptionCategoryNotFoundFault.prototype);
|
|
1205
1263
|
}
|
|
1206
1264
|
};
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1265
|
+
var GlobalClusterAlreadyExistsFault = class _GlobalClusterAlreadyExistsFault extends NeptuneServiceException {
|
|
1266
|
+
static {
|
|
1267
|
+
__name(this, "GlobalClusterAlreadyExistsFault");
|
|
1268
|
+
}
|
|
1269
|
+
name = "GlobalClusterAlreadyExistsFault";
|
|
1270
|
+
$fault = "client";
|
|
1210
1271
|
/**
|
|
1211
1272
|
* @internal
|
|
1212
1273
|
*/
|
|
@@ -1216,14 +1277,15 @@ var _GlobalClusterAlreadyExistsFault = class _GlobalClusterAlreadyExistsFault ex
|
|
|
1216
1277
|
$fault: "client",
|
|
1217
1278
|
...opts
|
|
1218
1279
|
});
|
|
1219
|
-
this.name = "GlobalClusterAlreadyExistsFault";
|
|
1220
|
-
this.$fault = "client";
|
|
1221
1280
|
Object.setPrototypeOf(this, _GlobalClusterAlreadyExistsFault.prototype);
|
|
1222
1281
|
}
|
|
1223
1282
|
};
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1283
|
+
var GlobalClusterQuotaExceededFault = class _GlobalClusterQuotaExceededFault extends NeptuneServiceException {
|
|
1284
|
+
static {
|
|
1285
|
+
__name(this, "GlobalClusterQuotaExceededFault");
|
|
1286
|
+
}
|
|
1287
|
+
name = "GlobalClusterQuotaExceededFault";
|
|
1288
|
+
$fault = "client";
|
|
1227
1289
|
/**
|
|
1228
1290
|
* @internal
|
|
1229
1291
|
*/
|
|
@@ -1233,14 +1295,15 @@ var _GlobalClusterQuotaExceededFault = class _GlobalClusterQuotaExceededFault ex
|
|
|
1233
1295
|
$fault: "client",
|
|
1234
1296
|
...opts
|
|
1235
1297
|
});
|
|
1236
|
-
this.name = "GlobalClusterQuotaExceededFault";
|
|
1237
|
-
this.$fault = "client";
|
|
1238
1298
|
Object.setPrototypeOf(this, _GlobalClusterQuotaExceededFault.prototype);
|
|
1239
1299
|
}
|
|
1240
1300
|
};
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1301
|
+
var DBClusterEndpointNotFoundFault = class _DBClusterEndpointNotFoundFault extends NeptuneServiceException {
|
|
1302
|
+
static {
|
|
1303
|
+
__name(this, "DBClusterEndpointNotFoundFault");
|
|
1304
|
+
}
|
|
1305
|
+
name = "DBClusterEndpointNotFoundFault";
|
|
1306
|
+
$fault = "client";
|
|
1244
1307
|
/**
|
|
1245
1308
|
* @internal
|
|
1246
1309
|
*/
|
|
@@ -1250,14 +1313,15 @@ var _DBClusterEndpointNotFoundFault = class _DBClusterEndpointNotFoundFault exte
|
|
|
1250
1313
|
$fault: "client",
|
|
1251
1314
|
...opts
|
|
1252
1315
|
});
|
|
1253
|
-
this.name = "DBClusterEndpointNotFoundFault";
|
|
1254
|
-
this.$fault = "client";
|
|
1255
1316
|
Object.setPrototypeOf(this, _DBClusterEndpointNotFoundFault.prototype);
|
|
1256
1317
|
}
|
|
1257
1318
|
};
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1319
|
+
var InvalidDBClusterEndpointStateFault = class _InvalidDBClusterEndpointStateFault extends NeptuneServiceException {
|
|
1320
|
+
static {
|
|
1321
|
+
__name(this, "InvalidDBClusterEndpointStateFault");
|
|
1322
|
+
}
|
|
1323
|
+
name = "InvalidDBClusterEndpointStateFault";
|
|
1324
|
+
$fault = "client";
|
|
1261
1325
|
/**
|
|
1262
1326
|
* @internal
|
|
1263
1327
|
*/
|
|
@@ -1267,14 +1331,15 @@ var _InvalidDBClusterEndpointStateFault = class _InvalidDBClusterEndpointStateFa
|
|
|
1267
1331
|
$fault: "client",
|
|
1268
1332
|
...opts
|
|
1269
1333
|
});
|
|
1270
|
-
this.name = "InvalidDBClusterEndpointStateFault";
|
|
1271
|
-
this.$fault = "client";
|
|
1272
1334
|
Object.setPrototypeOf(this, _InvalidDBClusterEndpointStateFault.prototype);
|
|
1273
1335
|
}
|
|
1274
1336
|
};
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1337
|
+
var InvalidDBParameterGroupStateFault = class _InvalidDBParameterGroupStateFault extends NeptuneServiceException {
|
|
1338
|
+
static {
|
|
1339
|
+
__name(this, "InvalidDBParameterGroupStateFault");
|
|
1340
|
+
}
|
|
1341
|
+
name = "InvalidDBParameterGroupStateFault";
|
|
1342
|
+
$fault = "client";
|
|
1278
1343
|
/**
|
|
1279
1344
|
* @internal
|
|
1280
1345
|
*/
|
|
@@ -1284,14 +1349,15 @@ var _InvalidDBParameterGroupStateFault = class _InvalidDBParameterGroupStateFaul
|
|
|
1284
1349
|
$fault: "client",
|
|
1285
1350
|
...opts
|
|
1286
1351
|
});
|
|
1287
|
-
this.name = "InvalidDBParameterGroupStateFault";
|
|
1288
|
-
this.$fault = "client";
|
|
1289
1352
|
Object.setPrototypeOf(this, _InvalidDBParameterGroupStateFault.prototype);
|
|
1290
1353
|
}
|
|
1291
1354
|
};
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1355
|
+
var DBSnapshotAlreadyExistsFault = class _DBSnapshotAlreadyExistsFault extends NeptuneServiceException {
|
|
1356
|
+
static {
|
|
1357
|
+
__name(this, "DBSnapshotAlreadyExistsFault");
|
|
1358
|
+
}
|
|
1359
|
+
name = "DBSnapshotAlreadyExistsFault";
|
|
1360
|
+
$fault = "client";
|
|
1295
1361
|
/**
|
|
1296
1362
|
* @internal
|
|
1297
1363
|
*/
|
|
@@ -1301,14 +1367,15 @@ var _DBSnapshotAlreadyExistsFault = class _DBSnapshotAlreadyExistsFault extends
|
|
|
1301
1367
|
$fault: "client",
|
|
1302
1368
|
...opts
|
|
1303
1369
|
});
|
|
1304
|
-
this.name = "DBSnapshotAlreadyExistsFault";
|
|
1305
|
-
this.$fault = "client";
|
|
1306
1370
|
Object.setPrototypeOf(this, _DBSnapshotAlreadyExistsFault.prototype);
|
|
1307
1371
|
}
|
|
1308
1372
|
};
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1373
|
+
var InvalidDBSubnetStateFault = class _InvalidDBSubnetStateFault extends NeptuneServiceException {
|
|
1374
|
+
static {
|
|
1375
|
+
__name(this, "InvalidDBSubnetStateFault");
|
|
1376
|
+
}
|
|
1377
|
+
name = "InvalidDBSubnetStateFault";
|
|
1378
|
+
$fault = "client";
|
|
1312
1379
|
/**
|
|
1313
1380
|
* @internal
|
|
1314
1381
|
*/
|
|
@@ -1318,14 +1385,15 @@ var _InvalidDBSubnetStateFault = class _InvalidDBSubnetStateFault extends Neptun
|
|
|
1318
1385
|
$fault: "client",
|
|
1319
1386
|
...opts
|
|
1320
1387
|
});
|
|
1321
|
-
this.name = "InvalidDBSubnetStateFault";
|
|
1322
|
-
this.$fault = "client";
|
|
1323
1388
|
Object.setPrototypeOf(this, _InvalidDBSubnetStateFault.prototype);
|
|
1324
1389
|
}
|
|
1325
1390
|
};
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1391
|
+
var InvalidEventSubscriptionStateFault = class _InvalidEventSubscriptionStateFault extends NeptuneServiceException {
|
|
1392
|
+
static {
|
|
1393
|
+
__name(this, "InvalidEventSubscriptionStateFault");
|
|
1394
|
+
}
|
|
1395
|
+
name = "InvalidEventSubscriptionStateFault";
|
|
1396
|
+
$fault = "client";
|
|
1329
1397
|
/**
|
|
1330
1398
|
* @internal
|
|
1331
1399
|
*/
|
|
@@ -1335,13 +1403,9 @@ var _InvalidEventSubscriptionStateFault = class _InvalidEventSubscriptionStateFa
|
|
|
1335
1403
|
$fault: "client",
|
|
1336
1404
|
...opts
|
|
1337
1405
|
});
|
|
1338
|
-
this.name = "InvalidEventSubscriptionStateFault";
|
|
1339
|
-
this.$fault = "client";
|
|
1340
1406
|
Object.setPrototypeOf(this, _InvalidEventSubscriptionStateFault.prototype);
|
|
1341
1407
|
}
|
|
1342
1408
|
};
|
|
1343
|
-
__name(_InvalidEventSubscriptionStateFault, "InvalidEventSubscriptionStateFault");
|
|
1344
|
-
var InvalidEventSubscriptionStateFault = _InvalidEventSubscriptionStateFault;
|
|
1345
1409
|
var ApplyMethod = {
|
|
1346
1410
|
immediate: "immediate",
|
|
1347
1411
|
pending_reboot: "pending-reboot"
|
|
@@ -1354,7 +1418,12 @@ var SourceType = {
|
|
|
1354
1418
|
db_security_group: "db-security-group",
|
|
1355
1419
|
db_snapshot: "db-snapshot"
|
|
1356
1420
|
};
|
|
1357
|
-
var
|
|
1421
|
+
var InvalidDBSecurityGroupStateFault = class _InvalidDBSecurityGroupStateFault extends NeptuneServiceException {
|
|
1422
|
+
static {
|
|
1423
|
+
__name(this, "InvalidDBSecurityGroupStateFault");
|
|
1424
|
+
}
|
|
1425
|
+
name = "InvalidDBSecurityGroupStateFault";
|
|
1426
|
+
$fault = "client";
|
|
1358
1427
|
/**
|
|
1359
1428
|
* @internal
|
|
1360
1429
|
*/
|
|
@@ -1364,14 +1433,15 @@ var _InvalidDBSecurityGroupStateFault = class _InvalidDBSecurityGroupStateFault
|
|
|
1364
1433
|
$fault: "client",
|
|
1365
1434
|
...opts
|
|
1366
1435
|
});
|
|
1367
|
-
this.name = "InvalidDBSecurityGroupStateFault";
|
|
1368
|
-
this.$fault = "client";
|
|
1369
1436
|
Object.setPrototypeOf(this, _InvalidDBSecurityGroupStateFault.prototype);
|
|
1370
1437
|
}
|
|
1371
1438
|
};
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1439
|
+
var SharedSnapshotQuotaExceededFault = class _SharedSnapshotQuotaExceededFault extends NeptuneServiceException {
|
|
1440
|
+
static {
|
|
1441
|
+
__name(this, "SharedSnapshotQuotaExceededFault");
|
|
1442
|
+
}
|
|
1443
|
+
name = "SharedSnapshotQuotaExceededFault";
|
|
1444
|
+
$fault = "client";
|
|
1375
1445
|
/**
|
|
1376
1446
|
* @internal
|
|
1377
1447
|
*/
|
|
@@ -1381,14 +1451,15 @@ var _SharedSnapshotQuotaExceededFault = class _SharedSnapshotQuotaExceededFault
|
|
|
1381
1451
|
$fault: "client",
|
|
1382
1452
|
...opts
|
|
1383
1453
|
});
|
|
1384
|
-
this.name = "SharedSnapshotQuotaExceededFault";
|
|
1385
|
-
this.$fault = "client";
|
|
1386
1454
|
Object.setPrototypeOf(this, _SharedSnapshotQuotaExceededFault.prototype);
|
|
1387
1455
|
}
|
|
1388
1456
|
};
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1457
|
+
var CertificateNotFoundFault = class _CertificateNotFoundFault extends NeptuneServiceException {
|
|
1458
|
+
static {
|
|
1459
|
+
__name(this, "CertificateNotFoundFault");
|
|
1460
|
+
}
|
|
1461
|
+
name = "CertificateNotFoundFault";
|
|
1462
|
+
$fault = "client";
|
|
1392
1463
|
/**
|
|
1393
1464
|
* @internal
|
|
1394
1465
|
*/
|
|
@@ -1398,14 +1469,15 @@ var _CertificateNotFoundFault = class _CertificateNotFoundFault extends NeptuneS
|
|
|
1398
1469
|
$fault: "client",
|
|
1399
1470
|
...opts
|
|
1400
1471
|
});
|
|
1401
|
-
this.name = "CertificateNotFoundFault";
|
|
1402
|
-
this.$fault = "client";
|
|
1403
1472
|
Object.setPrototypeOf(this, _CertificateNotFoundFault.prototype);
|
|
1404
1473
|
}
|
|
1405
1474
|
};
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1475
|
+
var DBUpgradeDependencyFailureFault = class _DBUpgradeDependencyFailureFault extends NeptuneServiceException {
|
|
1476
|
+
static {
|
|
1477
|
+
__name(this, "DBUpgradeDependencyFailureFault");
|
|
1478
|
+
}
|
|
1479
|
+
name = "DBUpgradeDependencyFailureFault";
|
|
1480
|
+
$fault = "client";
|
|
1409
1481
|
/**
|
|
1410
1482
|
* @internal
|
|
1411
1483
|
*/
|
|
@@ -1415,14 +1487,15 @@ var _DBUpgradeDependencyFailureFault = class _DBUpgradeDependencyFailureFault ex
|
|
|
1415
1487
|
$fault: "client",
|
|
1416
1488
|
...opts
|
|
1417
1489
|
});
|
|
1418
|
-
this.name = "DBUpgradeDependencyFailureFault";
|
|
1419
|
-
this.$fault = "client";
|
|
1420
1490
|
Object.setPrototypeOf(this, _DBUpgradeDependencyFailureFault.prototype);
|
|
1421
1491
|
}
|
|
1422
1492
|
};
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1493
|
+
var SubnetAlreadyInUse = class _SubnetAlreadyInUse extends NeptuneServiceException {
|
|
1494
|
+
static {
|
|
1495
|
+
__name(this, "SubnetAlreadyInUse");
|
|
1496
|
+
}
|
|
1497
|
+
name = "SubnetAlreadyInUse";
|
|
1498
|
+
$fault = "client";
|
|
1426
1499
|
/**
|
|
1427
1500
|
* @internal
|
|
1428
1501
|
*/
|
|
@@ -1432,14 +1505,15 @@ var _SubnetAlreadyInUse = class _SubnetAlreadyInUse extends NeptuneServiceExcept
|
|
|
1432
1505
|
$fault: "client",
|
|
1433
1506
|
...opts
|
|
1434
1507
|
});
|
|
1435
|
-
this.name = "SubnetAlreadyInUse";
|
|
1436
|
-
this.$fault = "client";
|
|
1437
1508
|
Object.setPrototypeOf(this, _SubnetAlreadyInUse.prototype);
|
|
1438
1509
|
}
|
|
1439
1510
|
};
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1511
|
+
var DBClusterRoleNotFoundFault = class _DBClusterRoleNotFoundFault extends NeptuneServiceException {
|
|
1512
|
+
static {
|
|
1513
|
+
__name(this, "DBClusterRoleNotFoundFault");
|
|
1514
|
+
}
|
|
1515
|
+
name = "DBClusterRoleNotFoundFault";
|
|
1516
|
+
$fault = "client";
|
|
1443
1517
|
/**
|
|
1444
1518
|
* @internal
|
|
1445
1519
|
*/
|
|
@@ -1449,14 +1523,15 @@ var _DBClusterRoleNotFoundFault = class _DBClusterRoleNotFoundFault extends Nept
|
|
|
1449
1523
|
$fault: "client",
|
|
1450
1524
|
...opts
|
|
1451
1525
|
});
|
|
1452
|
-
this.name = "DBClusterRoleNotFoundFault";
|
|
1453
|
-
this.$fault = "client";
|
|
1454
1526
|
Object.setPrototypeOf(this, _DBClusterRoleNotFoundFault.prototype);
|
|
1455
1527
|
}
|
|
1456
1528
|
};
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1529
|
+
var InsufficientDBClusterCapacityFault = class _InsufficientDBClusterCapacityFault extends NeptuneServiceException {
|
|
1530
|
+
static {
|
|
1531
|
+
__name(this, "InsufficientDBClusterCapacityFault");
|
|
1532
|
+
}
|
|
1533
|
+
name = "InsufficientDBClusterCapacityFault";
|
|
1534
|
+
$fault = "client";
|
|
1460
1535
|
/**
|
|
1461
1536
|
* @internal
|
|
1462
1537
|
*/
|
|
@@ -1466,14 +1541,15 @@ var _InsufficientDBClusterCapacityFault = class _InsufficientDBClusterCapacityFa
|
|
|
1466
1541
|
$fault: "client",
|
|
1467
1542
|
...opts
|
|
1468
1543
|
});
|
|
1469
|
-
this.name = "InsufficientDBClusterCapacityFault";
|
|
1470
|
-
this.$fault = "client";
|
|
1471
1544
|
Object.setPrototypeOf(this, _InsufficientDBClusterCapacityFault.prototype);
|
|
1472
1545
|
}
|
|
1473
1546
|
};
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1547
|
+
var InvalidDBSnapshotStateFault = class _InvalidDBSnapshotStateFault extends NeptuneServiceException {
|
|
1548
|
+
static {
|
|
1549
|
+
__name(this, "InvalidDBSnapshotStateFault");
|
|
1550
|
+
}
|
|
1551
|
+
name = "InvalidDBSnapshotStateFault";
|
|
1552
|
+
$fault = "client";
|
|
1477
1553
|
/**
|
|
1478
1554
|
* @internal
|
|
1479
1555
|
*/
|
|
@@ -1483,14 +1559,15 @@ var _InvalidDBSnapshotStateFault = class _InvalidDBSnapshotStateFault extends Ne
|
|
|
1483
1559
|
$fault: "client",
|
|
1484
1560
|
...opts
|
|
1485
1561
|
});
|
|
1486
|
-
this.name = "InvalidDBSnapshotStateFault";
|
|
1487
|
-
this.$fault = "client";
|
|
1488
1562
|
Object.setPrototypeOf(this, _InvalidDBSnapshotStateFault.prototype);
|
|
1489
1563
|
}
|
|
1490
1564
|
};
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1565
|
+
var InvalidRestoreFault = class _InvalidRestoreFault extends NeptuneServiceException {
|
|
1566
|
+
static {
|
|
1567
|
+
__name(this, "InvalidRestoreFault");
|
|
1568
|
+
}
|
|
1569
|
+
name = "InvalidRestoreFault";
|
|
1570
|
+
$fault = "client";
|
|
1494
1571
|
/**
|
|
1495
1572
|
* @internal
|
|
1496
1573
|
*/
|
|
@@ -1500,13 +1577,9 @@ var _InvalidRestoreFault = class _InvalidRestoreFault extends NeptuneServiceExce
|
|
|
1500
1577
|
$fault: "client",
|
|
1501
1578
|
...opts
|
|
1502
1579
|
});
|
|
1503
|
-
this.name = "InvalidRestoreFault";
|
|
1504
|
-
this.$fault = "client";
|
|
1505
1580
|
Object.setPrototypeOf(this, _InvalidRestoreFault.prototype);
|
|
1506
1581
|
}
|
|
1507
1582
|
};
|
|
1508
|
-
__name(_InvalidRestoreFault, "InvalidRestoreFault");
|
|
1509
|
-
var InvalidRestoreFault = _InvalidRestoreFault;
|
|
1510
1583
|
var CreateDBInstanceMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1511
1584
|
...obj,
|
|
1512
1585
|
...obj.TdeCredentialPassword && { TdeCredentialPassword: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -3933,14 +4006,13 @@ var se_AddSourceIdentifierToSubscriptionMessage = /* @__PURE__ */ __name((input,
|
|
|
3933
4006
|
return entries;
|
|
3934
4007
|
}, "se_AddSourceIdentifierToSubscriptionMessage");
|
|
3935
4008
|
var se_AddTagsToResourceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
3936
|
-
var _a;
|
|
3937
4009
|
const entries = {};
|
|
3938
4010
|
if (input[_RN] != null) {
|
|
3939
4011
|
entries[_RN] = input[_RN];
|
|
3940
4012
|
}
|
|
3941
4013
|
if (input[_T] != null) {
|
|
3942
4014
|
const memberEntries = se_TagList(input[_T], context);
|
|
3943
|
-
if (
|
|
4015
|
+
if (input[_T]?.length === 0) {
|
|
3944
4016
|
entries.Tags = [];
|
|
3945
4017
|
}
|
|
3946
4018
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -3988,11 +4060,10 @@ var se_AvailabilityZones = /* @__PURE__ */ __name((input, context) => {
|
|
|
3988
4060
|
return entries;
|
|
3989
4061
|
}, "se_AvailabilityZones");
|
|
3990
4062
|
var se_CloudwatchLogsExportConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
3991
|
-
var _a, _b;
|
|
3992
4063
|
const entries = {};
|
|
3993
4064
|
if (input[_ELT] != null) {
|
|
3994
4065
|
const memberEntries = se_LogTypeList(input[_ELT], context);
|
|
3995
|
-
if (
|
|
4066
|
+
if (input[_ELT]?.length === 0) {
|
|
3996
4067
|
entries.EnableLogTypes = [];
|
|
3997
4068
|
}
|
|
3998
4069
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4002,7 +4073,7 @@ var se_CloudwatchLogsExportConfiguration = /* @__PURE__ */ __name((input, contex
|
|
|
4002
4073
|
}
|
|
4003
4074
|
if (input[_DLT] != null) {
|
|
4004
4075
|
const memberEntries = se_LogTypeList(input[_DLT], context);
|
|
4005
|
-
if (
|
|
4076
|
+
if (input[_DLT]?.length === 0) {
|
|
4006
4077
|
entries.DisableLogTypes = [];
|
|
4007
4078
|
}
|
|
4008
4079
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4013,7 +4084,6 @@ var se_CloudwatchLogsExportConfiguration = /* @__PURE__ */ __name((input, contex
|
|
|
4013
4084
|
return entries;
|
|
4014
4085
|
}, "se_CloudwatchLogsExportConfiguration");
|
|
4015
4086
|
var se_CopyDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4016
|
-
var _a;
|
|
4017
4087
|
const entries = {};
|
|
4018
4088
|
if (input[_SDBCPGI] != null) {
|
|
4019
4089
|
entries[_SDBCPGI] = input[_SDBCPGI];
|
|
@@ -4026,7 +4096,7 @@ var se_CopyDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, conte
|
|
|
4026
4096
|
}
|
|
4027
4097
|
if (input[_T] != null) {
|
|
4028
4098
|
const memberEntries = se_TagList(input[_T], context);
|
|
4029
|
-
if (
|
|
4099
|
+
if (input[_T]?.length === 0) {
|
|
4030
4100
|
entries.Tags = [];
|
|
4031
4101
|
}
|
|
4032
4102
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4037,7 +4107,6 @@ var se_CopyDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, conte
|
|
|
4037
4107
|
return entries;
|
|
4038
4108
|
}, "se_CopyDBClusterParameterGroupMessage");
|
|
4039
4109
|
var se_CopyDBClusterSnapshotMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4040
|
-
var _a;
|
|
4041
4110
|
const entries = {};
|
|
4042
4111
|
if (input[_SDBCSI] != null) {
|
|
4043
4112
|
entries[_SDBCSI] = input[_SDBCSI];
|
|
@@ -4056,7 +4125,7 @@ var se_CopyDBClusterSnapshotMessage = /* @__PURE__ */ __name((input, context) =>
|
|
|
4056
4125
|
}
|
|
4057
4126
|
if (input[_T] != null) {
|
|
4058
4127
|
const memberEntries = se_TagList(input[_T], context);
|
|
4059
|
-
if (
|
|
4128
|
+
if (input[_T]?.length === 0) {
|
|
4060
4129
|
entries.Tags = [];
|
|
4061
4130
|
}
|
|
4062
4131
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4067,7 +4136,6 @@ var se_CopyDBClusterSnapshotMessage = /* @__PURE__ */ __name((input, context) =>
|
|
|
4067
4136
|
return entries;
|
|
4068
4137
|
}, "se_CopyDBClusterSnapshotMessage");
|
|
4069
4138
|
var se_CopyDBParameterGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4070
|
-
var _a;
|
|
4071
4139
|
const entries = {};
|
|
4072
4140
|
if (input[_SDBPGI] != null) {
|
|
4073
4141
|
entries[_SDBPGI] = input[_SDBPGI];
|
|
@@ -4080,7 +4148,7 @@ var se_CopyDBParameterGroupMessage = /* @__PURE__ */ __name((input, context) =>
|
|
|
4080
4148
|
}
|
|
4081
4149
|
if (input[_T] != null) {
|
|
4082
4150
|
const memberEntries = se_TagList(input[_T], context);
|
|
4083
|
-
if (
|
|
4151
|
+
if (input[_T]?.length === 0) {
|
|
4084
4152
|
entries.Tags = [];
|
|
4085
4153
|
}
|
|
4086
4154
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4091,7 +4159,6 @@ var se_CopyDBParameterGroupMessage = /* @__PURE__ */ __name((input, context) =>
|
|
|
4091
4159
|
return entries;
|
|
4092
4160
|
}, "se_CopyDBParameterGroupMessage");
|
|
4093
4161
|
var se_CreateDBClusterEndpointMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4094
|
-
var _a, _b, _c;
|
|
4095
4162
|
const entries = {};
|
|
4096
4163
|
if (input[_DBCI] != null) {
|
|
4097
4164
|
entries[_DBCI] = input[_DBCI];
|
|
@@ -4104,7 +4171,7 @@ var se_CreateDBClusterEndpointMessage = /* @__PURE__ */ __name((input, context)
|
|
|
4104
4171
|
}
|
|
4105
4172
|
if (input[_SM] != null) {
|
|
4106
4173
|
const memberEntries = se_StringList(input[_SM], context);
|
|
4107
|
-
if (
|
|
4174
|
+
if (input[_SM]?.length === 0) {
|
|
4108
4175
|
entries.StaticMembers = [];
|
|
4109
4176
|
}
|
|
4110
4177
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4114,7 +4181,7 @@ var se_CreateDBClusterEndpointMessage = /* @__PURE__ */ __name((input, context)
|
|
|
4114
4181
|
}
|
|
4115
4182
|
if (input[_EM] != null) {
|
|
4116
4183
|
const memberEntries = se_StringList(input[_EM], context);
|
|
4117
|
-
if (
|
|
4184
|
+
if (input[_EM]?.length === 0) {
|
|
4118
4185
|
entries.ExcludedMembers = [];
|
|
4119
4186
|
}
|
|
4120
4187
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4124,7 +4191,7 @@ var se_CreateDBClusterEndpointMessage = /* @__PURE__ */ __name((input, context)
|
|
|
4124
4191
|
}
|
|
4125
4192
|
if (input[_T] != null) {
|
|
4126
4193
|
const memberEntries = se_TagList(input[_T], context);
|
|
4127
|
-
if (
|
|
4194
|
+
if (input[_T]?.length === 0) {
|
|
4128
4195
|
entries.Tags = [];
|
|
4129
4196
|
}
|
|
4130
4197
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4135,11 +4202,10 @@ var se_CreateDBClusterEndpointMessage = /* @__PURE__ */ __name((input, context)
|
|
|
4135
4202
|
return entries;
|
|
4136
4203
|
}, "se_CreateDBClusterEndpointMessage");
|
|
4137
4204
|
var se_CreateDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4138
|
-
var _a, _b, _c, _d;
|
|
4139
4205
|
const entries = {};
|
|
4140
4206
|
if (input[_AZ] != null) {
|
|
4141
4207
|
const memberEntries = se_AvailabilityZones(input[_AZ], context);
|
|
4142
|
-
if (
|
|
4208
|
+
if (input[_AZ]?.length === 0) {
|
|
4143
4209
|
entries.AvailabilityZones = [];
|
|
4144
4210
|
}
|
|
4145
4211
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4167,7 +4233,7 @@ var se_CreateDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4167
4233
|
}
|
|
4168
4234
|
if (input[_VSGI] != null) {
|
|
4169
4235
|
const memberEntries = se_VpcSecurityGroupIdList(input[_VSGI], context);
|
|
4170
|
-
if (
|
|
4236
|
+
if (input[_VSGI]?.length === 0) {
|
|
4171
4237
|
entries.VpcSecurityGroupIds = [];
|
|
4172
4238
|
}
|
|
4173
4239
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4207,7 +4273,7 @@ var se_CreateDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4207
4273
|
}
|
|
4208
4274
|
if (input[_T] != null) {
|
|
4209
4275
|
const memberEntries = se_TagList(input[_T], context);
|
|
4210
|
-
if (
|
|
4276
|
+
if (input[_T]?.length === 0) {
|
|
4211
4277
|
entries.Tags = [];
|
|
4212
4278
|
}
|
|
4213
4279
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4229,7 +4295,7 @@ var se_CreateDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4229
4295
|
}
|
|
4230
4296
|
if (input[_ECLE] != null) {
|
|
4231
4297
|
const memberEntries = se_LogTypeList(input[_ECLE], context);
|
|
4232
|
-
if (
|
|
4298
|
+
if (input[_ECLE]?.length === 0) {
|
|
4233
4299
|
entries.EnableCloudwatchLogsExports = [];
|
|
4234
4300
|
}
|
|
4235
4301
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4256,7 +4322,6 @@ var se_CreateDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4256
4322
|
return entries;
|
|
4257
4323
|
}, "se_CreateDBClusterMessage");
|
|
4258
4324
|
var se_CreateDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4259
|
-
var _a;
|
|
4260
4325
|
const entries = {};
|
|
4261
4326
|
if (input[_DBCPGN] != null) {
|
|
4262
4327
|
entries[_DBCPGN] = input[_DBCPGN];
|
|
@@ -4269,7 +4334,7 @@ var se_CreateDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, con
|
|
|
4269
4334
|
}
|
|
4270
4335
|
if (input[_T] != null) {
|
|
4271
4336
|
const memberEntries = se_TagList(input[_T], context);
|
|
4272
|
-
if (
|
|
4337
|
+
if (input[_T]?.length === 0) {
|
|
4273
4338
|
entries.Tags = [];
|
|
4274
4339
|
}
|
|
4275
4340
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4280,7 +4345,6 @@ var se_CreateDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, con
|
|
|
4280
4345
|
return entries;
|
|
4281
4346
|
}, "se_CreateDBClusterParameterGroupMessage");
|
|
4282
4347
|
var se_CreateDBClusterSnapshotMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4283
|
-
var _a;
|
|
4284
4348
|
const entries = {};
|
|
4285
4349
|
if (input[_DBCSI] != null) {
|
|
4286
4350
|
entries[_DBCSI] = input[_DBCSI];
|
|
@@ -4290,7 +4354,7 @@ var se_CreateDBClusterSnapshotMessage = /* @__PURE__ */ __name((input, context)
|
|
|
4290
4354
|
}
|
|
4291
4355
|
if (input[_T] != null) {
|
|
4292
4356
|
const memberEntries = se_TagList(input[_T], context);
|
|
4293
|
-
if (
|
|
4357
|
+
if (input[_T]?.length === 0) {
|
|
4294
4358
|
entries.Tags = [];
|
|
4295
4359
|
}
|
|
4296
4360
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4301,7 +4365,6 @@ var se_CreateDBClusterSnapshotMessage = /* @__PURE__ */ __name((input, context)
|
|
|
4301
4365
|
return entries;
|
|
4302
4366
|
}, "se_CreateDBClusterSnapshotMessage");
|
|
4303
4367
|
var se_CreateDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4304
|
-
var _a, _b, _c, _d;
|
|
4305
4368
|
const entries = {};
|
|
4306
4369
|
if (input[_DBN] != null) {
|
|
4307
4370
|
entries[_DBN] = input[_DBN];
|
|
@@ -4326,7 +4389,7 @@ var se_CreateDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4326
4389
|
}
|
|
4327
4390
|
if (input[_DBSG] != null) {
|
|
4328
4391
|
const memberEntries = se_DBSecurityGroupNameList(input[_DBSG], context);
|
|
4329
|
-
if (
|
|
4392
|
+
if (input[_DBSG]?.length === 0) {
|
|
4330
4393
|
entries.DBSecurityGroups = [];
|
|
4331
4394
|
}
|
|
4332
4395
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4336,7 +4399,7 @@ var se_CreateDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4336
4399
|
}
|
|
4337
4400
|
if (input[_VSGI] != null) {
|
|
4338
4401
|
const memberEntries = se_VpcSecurityGroupIdList(input[_VSGI], context);
|
|
4339
|
-
if (
|
|
4402
|
+
if (input[_VSGI]?.length === 0) {
|
|
4340
4403
|
entries.VpcSecurityGroupIds = [];
|
|
4341
4404
|
}
|
|
4342
4405
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4391,7 +4454,7 @@ var se_CreateDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4391
4454
|
}
|
|
4392
4455
|
if (input[_T] != null) {
|
|
4393
4456
|
const memberEntries = se_TagList(input[_T], context);
|
|
4394
|
-
if (
|
|
4457
|
+
if (input[_T]?.length === 0) {
|
|
4395
4458
|
entries.Tags = [];
|
|
4396
4459
|
}
|
|
4397
4460
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4449,7 +4512,7 @@ var se_CreateDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4449
4512
|
}
|
|
4450
4513
|
if (input[_ECLE] != null) {
|
|
4451
4514
|
const memberEntries = se_LogTypeList(input[_ECLE], context);
|
|
4452
|
-
if (
|
|
4515
|
+
if (input[_ECLE]?.length === 0) {
|
|
4453
4516
|
entries.EnableCloudwatchLogsExports = [];
|
|
4454
4517
|
}
|
|
4455
4518
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4463,7 +4526,6 @@ var se_CreateDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4463
4526
|
return entries;
|
|
4464
4527
|
}, "se_CreateDBInstanceMessage");
|
|
4465
4528
|
var se_CreateDBParameterGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4466
|
-
var _a;
|
|
4467
4529
|
const entries = {};
|
|
4468
4530
|
if (input[_DBPGN] != null) {
|
|
4469
4531
|
entries[_DBPGN] = input[_DBPGN];
|
|
@@ -4476,7 +4538,7 @@ var se_CreateDBParameterGroupMessage = /* @__PURE__ */ __name((input, context) =
|
|
|
4476
4538
|
}
|
|
4477
4539
|
if (input[_T] != null) {
|
|
4478
4540
|
const memberEntries = se_TagList(input[_T], context);
|
|
4479
|
-
if (
|
|
4541
|
+
if (input[_T]?.length === 0) {
|
|
4480
4542
|
entries.Tags = [];
|
|
4481
4543
|
}
|
|
4482
4544
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4487,7 +4549,6 @@ var se_CreateDBParameterGroupMessage = /* @__PURE__ */ __name((input, context) =
|
|
|
4487
4549
|
return entries;
|
|
4488
4550
|
}, "se_CreateDBParameterGroupMessage");
|
|
4489
4551
|
var se_CreateDBSubnetGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4490
|
-
var _a, _b;
|
|
4491
4552
|
const entries = {};
|
|
4492
4553
|
if (input[_DBSGN] != null) {
|
|
4493
4554
|
entries[_DBSGN] = input[_DBSGN];
|
|
@@ -4497,7 +4558,7 @@ var se_CreateDBSubnetGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4497
4558
|
}
|
|
4498
4559
|
if (input[_SIu] != null) {
|
|
4499
4560
|
const memberEntries = se_SubnetIdentifierList(input[_SIu], context);
|
|
4500
|
-
if (
|
|
4561
|
+
if (input[_SIu]?.length === 0) {
|
|
4501
4562
|
entries.SubnetIds = [];
|
|
4502
4563
|
}
|
|
4503
4564
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4507,7 +4568,7 @@ var se_CreateDBSubnetGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4507
4568
|
}
|
|
4508
4569
|
if (input[_T] != null) {
|
|
4509
4570
|
const memberEntries = se_TagList(input[_T], context);
|
|
4510
|
-
if (
|
|
4571
|
+
if (input[_T]?.length === 0) {
|
|
4511
4572
|
entries.Tags = [];
|
|
4512
4573
|
}
|
|
4513
4574
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4518,7 +4579,6 @@ var se_CreateDBSubnetGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4518
4579
|
return entries;
|
|
4519
4580
|
}, "se_CreateDBSubnetGroupMessage");
|
|
4520
4581
|
var se_CreateEventSubscriptionMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4521
|
-
var _a, _b, _c;
|
|
4522
4582
|
const entries = {};
|
|
4523
4583
|
if (input[_SN] != null) {
|
|
4524
4584
|
entries[_SN] = input[_SN];
|
|
@@ -4531,7 +4591,7 @@ var se_CreateEventSubscriptionMessage = /* @__PURE__ */ __name((input, context)
|
|
|
4531
4591
|
}
|
|
4532
4592
|
if (input[_EC] != null) {
|
|
4533
4593
|
const memberEntries = se_EventCategoriesList(input[_EC], context);
|
|
4534
|
-
if (
|
|
4594
|
+
if (input[_EC]?.length === 0) {
|
|
4535
4595
|
entries.EventCategories = [];
|
|
4536
4596
|
}
|
|
4537
4597
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4541,7 +4601,7 @@ var se_CreateEventSubscriptionMessage = /* @__PURE__ */ __name((input, context)
|
|
|
4541
4601
|
}
|
|
4542
4602
|
if (input[_SIo] != null) {
|
|
4543
4603
|
const memberEntries = se_SourceIdsList(input[_SIo], context);
|
|
4544
|
-
if (
|
|
4604
|
+
if (input[_SIo]?.length === 0) {
|
|
4545
4605
|
entries.SourceIds = [];
|
|
4546
4606
|
}
|
|
4547
4607
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4554,7 +4614,7 @@ var se_CreateEventSubscriptionMessage = /* @__PURE__ */ __name((input, context)
|
|
|
4554
4614
|
}
|
|
4555
4615
|
if (input[_T] != null) {
|
|
4556
4616
|
const memberEntries = se_TagList(input[_T], context);
|
|
4557
|
-
if (
|
|
4617
|
+
if (input[_T]?.length === 0) {
|
|
4558
4618
|
entries.Tags = [];
|
|
4559
4619
|
}
|
|
4560
4620
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4674,7 +4734,6 @@ var se_DeleteGlobalClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4674
4734
|
return entries;
|
|
4675
4735
|
}, "se_DeleteGlobalClusterMessage");
|
|
4676
4736
|
var se_DescribeDBClusterEndpointsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4677
|
-
var _a;
|
|
4678
4737
|
const entries = {};
|
|
4679
4738
|
if (input[_DBCI] != null) {
|
|
4680
4739
|
entries[_DBCI] = input[_DBCI];
|
|
@@ -4684,7 +4743,7 @@ var se_DescribeDBClusterEndpointsMessage = /* @__PURE__ */ __name((input, contex
|
|
|
4684
4743
|
}
|
|
4685
4744
|
if (input[_F] != null) {
|
|
4686
4745
|
const memberEntries = se_FilterList(input[_F], context);
|
|
4687
|
-
if (
|
|
4746
|
+
if (input[_F]?.length === 0) {
|
|
4688
4747
|
entries.Filters = [];
|
|
4689
4748
|
}
|
|
4690
4749
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4701,14 +4760,13 @@ var se_DescribeDBClusterEndpointsMessage = /* @__PURE__ */ __name((input, contex
|
|
|
4701
4760
|
return entries;
|
|
4702
4761
|
}, "se_DescribeDBClusterEndpointsMessage");
|
|
4703
4762
|
var se_DescribeDBClusterParameterGroupsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4704
|
-
var _a;
|
|
4705
4763
|
const entries = {};
|
|
4706
4764
|
if (input[_DBCPGN] != null) {
|
|
4707
4765
|
entries[_DBCPGN] = input[_DBCPGN];
|
|
4708
4766
|
}
|
|
4709
4767
|
if (input[_F] != null) {
|
|
4710
4768
|
const memberEntries = se_FilterList(input[_F], context);
|
|
4711
|
-
if (
|
|
4769
|
+
if (input[_F]?.length === 0) {
|
|
4712
4770
|
entries.Filters = [];
|
|
4713
4771
|
}
|
|
4714
4772
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4725,7 +4783,6 @@ var se_DescribeDBClusterParameterGroupsMessage = /* @__PURE__ */ __name((input,
|
|
|
4725
4783
|
return entries;
|
|
4726
4784
|
}, "se_DescribeDBClusterParameterGroupsMessage");
|
|
4727
4785
|
var se_DescribeDBClusterParametersMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4728
|
-
var _a;
|
|
4729
4786
|
const entries = {};
|
|
4730
4787
|
if (input[_DBCPGN] != null) {
|
|
4731
4788
|
entries[_DBCPGN] = input[_DBCPGN];
|
|
@@ -4735,7 +4792,7 @@ var se_DescribeDBClusterParametersMessage = /* @__PURE__ */ __name((input, conte
|
|
|
4735
4792
|
}
|
|
4736
4793
|
if (input[_F] != null) {
|
|
4737
4794
|
const memberEntries = se_FilterList(input[_F], context);
|
|
4738
|
-
if (
|
|
4795
|
+
if (input[_F]?.length === 0) {
|
|
4739
4796
|
entries.Filters = [];
|
|
4740
4797
|
}
|
|
4741
4798
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4752,14 +4809,13 @@ var se_DescribeDBClusterParametersMessage = /* @__PURE__ */ __name((input, conte
|
|
|
4752
4809
|
return entries;
|
|
4753
4810
|
}, "se_DescribeDBClusterParametersMessage");
|
|
4754
4811
|
var se_DescribeDBClustersMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4755
|
-
var _a;
|
|
4756
4812
|
const entries = {};
|
|
4757
4813
|
if (input[_DBCI] != null) {
|
|
4758
4814
|
entries[_DBCI] = input[_DBCI];
|
|
4759
4815
|
}
|
|
4760
4816
|
if (input[_F] != null) {
|
|
4761
4817
|
const memberEntries = se_FilterList(input[_F], context);
|
|
4762
|
-
if (
|
|
4818
|
+
if (input[_F]?.length === 0) {
|
|
4763
4819
|
entries.Filters = [];
|
|
4764
4820
|
}
|
|
4765
4821
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4783,7 +4839,6 @@ var se_DescribeDBClusterSnapshotAttributesMessage = /* @__PURE__ */ __name((inpu
|
|
|
4783
4839
|
return entries;
|
|
4784
4840
|
}, "se_DescribeDBClusterSnapshotAttributesMessage");
|
|
4785
4841
|
var se_DescribeDBClusterSnapshotsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4786
|
-
var _a;
|
|
4787
4842
|
const entries = {};
|
|
4788
4843
|
if (input[_DBCI] != null) {
|
|
4789
4844
|
entries[_DBCI] = input[_DBCI];
|
|
@@ -4796,7 +4851,7 @@ var se_DescribeDBClusterSnapshotsMessage = /* @__PURE__ */ __name((input, contex
|
|
|
4796
4851
|
}
|
|
4797
4852
|
if (input[_F] != null) {
|
|
4798
4853
|
const memberEntries = se_FilterList(input[_F], context);
|
|
4799
|
-
if (
|
|
4854
|
+
if (input[_F]?.length === 0) {
|
|
4800
4855
|
entries.Filters = [];
|
|
4801
4856
|
}
|
|
4802
4857
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4819,7 +4874,6 @@ var se_DescribeDBClusterSnapshotsMessage = /* @__PURE__ */ __name((input, contex
|
|
|
4819
4874
|
return entries;
|
|
4820
4875
|
}, "se_DescribeDBClusterSnapshotsMessage");
|
|
4821
4876
|
var se_DescribeDBEngineVersionsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4822
|
-
var _a;
|
|
4823
4877
|
const entries = {};
|
|
4824
4878
|
if (input[_E] != null) {
|
|
4825
4879
|
entries[_E] = input[_E];
|
|
@@ -4832,7 +4886,7 @@ var se_DescribeDBEngineVersionsMessage = /* @__PURE__ */ __name((input, context)
|
|
|
4832
4886
|
}
|
|
4833
4887
|
if (input[_F] != null) {
|
|
4834
4888
|
const memberEntries = se_FilterList(input[_F], context);
|
|
4835
|
-
if (
|
|
4889
|
+
if (input[_F]?.length === 0) {
|
|
4836
4890
|
entries.Filters = [];
|
|
4837
4891
|
}
|
|
4838
4892
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4858,14 +4912,13 @@ var se_DescribeDBEngineVersionsMessage = /* @__PURE__ */ __name((input, context)
|
|
|
4858
4912
|
return entries;
|
|
4859
4913
|
}, "se_DescribeDBEngineVersionsMessage");
|
|
4860
4914
|
var se_DescribeDBInstancesMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4861
|
-
var _a;
|
|
4862
4915
|
const entries = {};
|
|
4863
4916
|
if (input[_DBII] != null) {
|
|
4864
4917
|
entries[_DBII] = input[_DBII];
|
|
4865
4918
|
}
|
|
4866
4919
|
if (input[_F] != null) {
|
|
4867
4920
|
const memberEntries = se_FilterList(input[_F], context);
|
|
4868
|
-
if (
|
|
4921
|
+
if (input[_F]?.length === 0) {
|
|
4869
4922
|
entries.Filters = [];
|
|
4870
4923
|
}
|
|
4871
4924
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4882,14 +4935,13 @@ var se_DescribeDBInstancesMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
4882
4935
|
return entries;
|
|
4883
4936
|
}, "se_DescribeDBInstancesMessage");
|
|
4884
4937
|
var se_DescribeDBParameterGroupsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4885
|
-
var _a;
|
|
4886
4938
|
const entries = {};
|
|
4887
4939
|
if (input[_DBPGN] != null) {
|
|
4888
4940
|
entries[_DBPGN] = input[_DBPGN];
|
|
4889
4941
|
}
|
|
4890
4942
|
if (input[_F] != null) {
|
|
4891
4943
|
const memberEntries = se_FilterList(input[_F], context);
|
|
4892
|
-
if (
|
|
4944
|
+
if (input[_F]?.length === 0) {
|
|
4893
4945
|
entries.Filters = [];
|
|
4894
4946
|
}
|
|
4895
4947
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4906,7 +4958,6 @@ var se_DescribeDBParameterGroupsMessage = /* @__PURE__ */ __name((input, context
|
|
|
4906
4958
|
return entries;
|
|
4907
4959
|
}, "se_DescribeDBParameterGroupsMessage");
|
|
4908
4960
|
var se_DescribeDBParametersMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4909
|
-
var _a;
|
|
4910
4961
|
const entries = {};
|
|
4911
4962
|
if (input[_DBPGN] != null) {
|
|
4912
4963
|
entries[_DBPGN] = input[_DBPGN];
|
|
@@ -4916,7 +4967,7 @@ var se_DescribeDBParametersMessage = /* @__PURE__ */ __name((input, context) =>
|
|
|
4916
4967
|
}
|
|
4917
4968
|
if (input[_F] != null) {
|
|
4918
4969
|
const memberEntries = se_FilterList(input[_F], context);
|
|
4919
|
-
if (
|
|
4970
|
+
if (input[_F]?.length === 0) {
|
|
4920
4971
|
entries.Filters = [];
|
|
4921
4972
|
}
|
|
4922
4973
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4933,14 +4984,13 @@ var se_DescribeDBParametersMessage = /* @__PURE__ */ __name((input, context) =>
|
|
|
4933
4984
|
return entries;
|
|
4934
4985
|
}, "se_DescribeDBParametersMessage");
|
|
4935
4986
|
var se_DescribeDBSubnetGroupsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4936
|
-
var _a;
|
|
4937
4987
|
const entries = {};
|
|
4938
4988
|
if (input[_DBSGN] != null) {
|
|
4939
4989
|
entries[_DBSGN] = input[_DBSGN];
|
|
4940
4990
|
}
|
|
4941
4991
|
if (input[_F] != null) {
|
|
4942
4992
|
const memberEntries = se_FilterList(input[_F], context);
|
|
4943
|
-
if (
|
|
4993
|
+
if (input[_F]?.length === 0) {
|
|
4944
4994
|
entries.Filters = [];
|
|
4945
4995
|
}
|
|
4946
4996
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4957,14 +5007,13 @@ var se_DescribeDBSubnetGroupsMessage = /* @__PURE__ */ __name((input, context) =
|
|
|
4957
5007
|
return entries;
|
|
4958
5008
|
}, "se_DescribeDBSubnetGroupsMessage");
|
|
4959
5009
|
var se_DescribeEngineDefaultClusterParametersMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4960
|
-
var _a;
|
|
4961
5010
|
const entries = {};
|
|
4962
5011
|
if (input[_DBPGF] != null) {
|
|
4963
5012
|
entries[_DBPGF] = input[_DBPGF];
|
|
4964
5013
|
}
|
|
4965
5014
|
if (input[_F] != null) {
|
|
4966
5015
|
const memberEntries = se_FilterList(input[_F], context);
|
|
4967
|
-
if (
|
|
5016
|
+
if (input[_F]?.length === 0) {
|
|
4968
5017
|
entries.Filters = [];
|
|
4969
5018
|
}
|
|
4970
5019
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -4981,14 +5030,13 @@ var se_DescribeEngineDefaultClusterParametersMessage = /* @__PURE__ */ __name((i
|
|
|
4981
5030
|
return entries;
|
|
4982
5031
|
}, "se_DescribeEngineDefaultClusterParametersMessage");
|
|
4983
5032
|
var se_DescribeEngineDefaultParametersMessage = /* @__PURE__ */ __name((input, context) => {
|
|
4984
|
-
var _a;
|
|
4985
5033
|
const entries = {};
|
|
4986
5034
|
if (input[_DBPGF] != null) {
|
|
4987
5035
|
entries[_DBPGF] = input[_DBPGF];
|
|
4988
5036
|
}
|
|
4989
5037
|
if (input[_F] != null) {
|
|
4990
5038
|
const memberEntries = se_FilterList(input[_F], context);
|
|
4991
|
-
if (
|
|
5039
|
+
if (input[_F]?.length === 0) {
|
|
4992
5040
|
entries.Filters = [];
|
|
4993
5041
|
}
|
|
4994
5042
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5005,14 +5053,13 @@ var se_DescribeEngineDefaultParametersMessage = /* @__PURE__ */ __name((input, c
|
|
|
5005
5053
|
return entries;
|
|
5006
5054
|
}, "se_DescribeEngineDefaultParametersMessage");
|
|
5007
5055
|
var se_DescribeEventCategoriesMessage = /* @__PURE__ */ __name((input, context) => {
|
|
5008
|
-
var _a;
|
|
5009
5056
|
const entries = {};
|
|
5010
5057
|
if (input[_STo] != null) {
|
|
5011
5058
|
entries[_STo] = input[_STo];
|
|
5012
5059
|
}
|
|
5013
5060
|
if (input[_F] != null) {
|
|
5014
5061
|
const memberEntries = se_FilterList(input[_F], context);
|
|
5015
|
-
if (
|
|
5062
|
+
if (input[_F]?.length === 0) {
|
|
5016
5063
|
entries.Filters = [];
|
|
5017
5064
|
}
|
|
5018
5065
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5023,7 +5070,6 @@ var se_DescribeEventCategoriesMessage = /* @__PURE__ */ __name((input, context)
|
|
|
5023
5070
|
return entries;
|
|
5024
5071
|
}, "se_DescribeEventCategoriesMessage");
|
|
5025
5072
|
var se_DescribeEventsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
5026
|
-
var _a, _b;
|
|
5027
5073
|
const entries = {};
|
|
5028
5074
|
if (input[_SI] != null) {
|
|
5029
5075
|
entries[_SI] = input[_SI];
|
|
@@ -5042,7 +5088,7 @@ var se_DescribeEventsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
5042
5088
|
}
|
|
5043
5089
|
if (input[_EC] != null) {
|
|
5044
5090
|
const memberEntries = se_EventCategoriesList(input[_EC], context);
|
|
5045
|
-
if (
|
|
5091
|
+
if (input[_EC]?.length === 0) {
|
|
5046
5092
|
entries.EventCategories = [];
|
|
5047
5093
|
}
|
|
5048
5094
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5052,7 +5098,7 @@ var se_DescribeEventsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
5052
5098
|
}
|
|
5053
5099
|
if (input[_F] != null) {
|
|
5054
5100
|
const memberEntries = se_FilterList(input[_F], context);
|
|
5055
|
-
if (
|
|
5101
|
+
if (input[_F]?.length === 0) {
|
|
5056
5102
|
entries.Filters = [];
|
|
5057
5103
|
}
|
|
5058
5104
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5069,14 +5115,13 @@ var se_DescribeEventsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
5069
5115
|
return entries;
|
|
5070
5116
|
}, "se_DescribeEventsMessage");
|
|
5071
5117
|
var se_DescribeEventSubscriptionsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
5072
|
-
var _a;
|
|
5073
5118
|
const entries = {};
|
|
5074
5119
|
if (input[_SN] != null) {
|
|
5075
5120
|
entries[_SN] = input[_SN];
|
|
5076
5121
|
}
|
|
5077
5122
|
if (input[_F] != null) {
|
|
5078
5123
|
const memberEntries = se_FilterList(input[_F], context);
|
|
5079
|
-
if (
|
|
5124
|
+
if (input[_F]?.length === 0) {
|
|
5080
5125
|
entries.Filters = [];
|
|
5081
5126
|
}
|
|
5082
5127
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5106,7 +5151,6 @@ var se_DescribeGlobalClustersMessage = /* @__PURE__ */ __name((input, context) =
|
|
|
5106
5151
|
return entries;
|
|
5107
5152
|
}, "se_DescribeGlobalClustersMessage");
|
|
5108
5153
|
var se_DescribeOrderableDBInstanceOptionsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
5109
|
-
var _a;
|
|
5110
5154
|
const entries = {};
|
|
5111
5155
|
if (input[_E] != null) {
|
|
5112
5156
|
entries[_E] = input[_E];
|
|
@@ -5125,7 +5169,7 @@ var se_DescribeOrderableDBInstanceOptionsMessage = /* @__PURE__ */ __name((input
|
|
|
5125
5169
|
}
|
|
5126
5170
|
if (input[_F] != null) {
|
|
5127
5171
|
const memberEntries = se_FilterList(input[_F], context);
|
|
5128
|
-
if (
|
|
5172
|
+
if (input[_F]?.length === 0) {
|
|
5129
5173
|
entries.Filters = [];
|
|
5130
5174
|
}
|
|
5131
5175
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5142,14 +5186,13 @@ var se_DescribeOrderableDBInstanceOptionsMessage = /* @__PURE__ */ __name((input
|
|
|
5142
5186
|
return entries;
|
|
5143
5187
|
}, "se_DescribeOrderableDBInstanceOptionsMessage");
|
|
5144
5188
|
var se_DescribePendingMaintenanceActionsMessage = /* @__PURE__ */ __name((input, context) => {
|
|
5145
|
-
var _a;
|
|
5146
5189
|
const entries = {};
|
|
5147
5190
|
if (input[_RI] != null) {
|
|
5148
5191
|
entries[_RI] = input[_RI];
|
|
5149
5192
|
}
|
|
5150
5193
|
if (input[_F] != null) {
|
|
5151
5194
|
const memberEntries = se_FilterList(input[_F], context);
|
|
5152
|
-
if (
|
|
5195
|
+
if (input[_F]?.length === 0) {
|
|
5153
5196
|
entries.Filters = [];
|
|
5154
5197
|
}
|
|
5155
5198
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5205,14 +5248,13 @@ var se_FailoverGlobalClusterMessage = /* @__PURE__ */ __name((input, context) =>
|
|
|
5205
5248
|
return entries;
|
|
5206
5249
|
}, "se_FailoverGlobalClusterMessage");
|
|
5207
5250
|
var se_Filter = /* @__PURE__ */ __name((input, context) => {
|
|
5208
|
-
var _a;
|
|
5209
5251
|
const entries = {};
|
|
5210
5252
|
if (input[_N] != null) {
|
|
5211
5253
|
entries[_N] = input[_N];
|
|
5212
5254
|
}
|
|
5213
5255
|
if (input[_Va] != null) {
|
|
5214
5256
|
const memberEntries = se_FilterValueList(input[_Va], context);
|
|
5215
|
-
if (
|
|
5257
|
+
if (input[_Va]?.length === 0) {
|
|
5216
5258
|
entries.Values = [];
|
|
5217
5259
|
}
|
|
5218
5260
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5262,14 +5304,13 @@ var se_KeyList = /* @__PURE__ */ __name((input, context) => {
|
|
|
5262
5304
|
return entries;
|
|
5263
5305
|
}, "se_KeyList");
|
|
5264
5306
|
var se_ListTagsForResourceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
5265
|
-
var _a;
|
|
5266
5307
|
const entries = {};
|
|
5267
5308
|
if (input[_RN] != null) {
|
|
5268
5309
|
entries[_RN] = input[_RN];
|
|
5269
5310
|
}
|
|
5270
5311
|
if (input[_F] != null) {
|
|
5271
5312
|
const memberEntries = se_FilterList(input[_F], context);
|
|
5272
|
-
if (
|
|
5313
|
+
if (input[_F]?.length === 0) {
|
|
5273
5314
|
entries.Filters = [];
|
|
5274
5315
|
}
|
|
5275
5316
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5292,7 +5333,6 @@ var se_LogTypeList = /* @__PURE__ */ __name((input, context) => {
|
|
|
5292
5333
|
return entries;
|
|
5293
5334
|
}, "se_LogTypeList");
|
|
5294
5335
|
var se_ModifyDBClusterEndpointMessage = /* @__PURE__ */ __name((input, context) => {
|
|
5295
|
-
var _a, _b;
|
|
5296
5336
|
const entries = {};
|
|
5297
5337
|
if (input[_DBCEI] != null) {
|
|
5298
5338
|
entries[_DBCEI] = input[_DBCEI];
|
|
@@ -5302,7 +5342,7 @@ var se_ModifyDBClusterEndpointMessage = /* @__PURE__ */ __name((input, context)
|
|
|
5302
5342
|
}
|
|
5303
5343
|
if (input[_SM] != null) {
|
|
5304
5344
|
const memberEntries = se_StringList(input[_SM], context);
|
|
5305
|
-
if (
|
|
5345
|
+
if (input[_SM]?.length === 0) {
|
|
5306
5346
|
entries.StaticMembers = [];
|
|
5307
5347
|
}
|
|
5308
5348
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5312,7 +5352,7 @@ var se_ModifyDBClusterEndpointMessage = /* @__PURE__ */ __name((input, context)
|
|
|
5312
5352
|
}
|
|
5313
5353
|
if (input[_EM] != null) {
|
|
5314
5354
|
const memberEntries = se_StringList(input[_EM], context);
|
|
5315
|
-
if (
|
|
5355
|
+
if (input[_EM]?.length === 0) {
|
|
5316
5356
|
entries.ExcludedMembers = [];
|
|
5317
5357
|
}
|
|
5318
5358
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5323,7 +5363,6 @@ var se_ModifyDBClusterEndpointMessage = /* @__PURE__ */ __name((input, context)
|
|
|
5323
5363
|
return entries;
|
|
5324
5364
|
}, "se_ModifyDBClusterEndpointMessage");
|
|
5325
5365
|
var se_ModifyDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
5326
|
-
var _a;
|
|
5327
5366
|
const entries = {};
|
|
5328
5367
|
if (input[_DBCI] != null) {
|
|
5329
5368
|
entries[_DBCI] = input[_DBCI];
|
|
@@ -5342,7 +5381,7 @@ var se_ModifyDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
5342
5381
|
}
|
|
5343
5382
|
if (input[_VSGI] != null) {
|
|
5344
5383
|
const memberEntries = se_VpcSecurityGroupIdList(input[_VSGI], context);
|
|
5345
|
-
if (
|
|
5384
|
+
if (input[_VSGI]?.length === 0) {
|
|
5346
5385
|
entries.VpcSecurityGroupIds = [];
|
|
5347
5386
|
}
|
|
5348
5387
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5403,14 +5442,13 @@ var se_ModifyDBClusterMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
5403
5442
|
return entries;
|
|
5404
5443
|
}, "se_ModifyDBClusterMessage");
|
|
5405
5444
|
var se_ModifyDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
5406
|
-
var _a;
|
|
5407
5445
|
const entries = {};
|
|
5408
5446
|
if (input[_DBCPGN] != null) {
|
|
5409
5447
|
entries[_DBCPGN] = input[_DBCPGN];
|
|
5410
5448
|
}
|
|
5411
5449
|
if (input[_Pa] != null) {
|
|
5412
5450
|
const memberEntries = se_ParametersList(input[_Pa], context);
|
|
5413
|
-
if (
|
|
5451
|
+
if (input[_Pa]?.length === 0) {
|
|
5414
5452
|
entries.Parameters = [];
|
|
5415
5453
|
}
|
|
5416
5454
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5421,7 +5459,6 @@ var se_ModifyDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, con
|
|
|
5421
5459
|
return entries;
|
|
5422
5460
|
}, "se_ModifyDBClusterParameterGroupMessage");
|
|
5423
5461
|
var se_ModifyDBClusterSnapshotAttributeMessage = /* @__PURE__ */ __name((input, context) => {
|
|
5424
|
-
var _a, _b;
|
|
5425
5462
|
const entries = {};
|
|
5426
5463
|
if (input[_DBCSI] != null) {
|
|
5427
5464
|
entries[_DBCSI] = input[_DBCSI];
|
|
@@ -5431,7 +5468,7 @@ var se_ModifyDBClusterSnapshotAttributeMessage = /* @__PURE__ */ __name((input,
|
|
|
5431
5468
|
}
|
|
5432
5469
|
if (input[_VTA] != null) {
|
|
5433
5470
|
const memberEntries = se_AttributeValueList(input[_VTA], context);
|
|
5434
|
-
if (
|
|
5471
|
+
if (input[_VTA]?.length === 0) {
|
|
5435
5472
|
entries.ValuesToAdd = [];
|
|
5436
5473
|
}
|
|
5437
5474
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5441,7 +5478,7 @@ var se_ModifyDBClusterSnapshotAttributeMessage = /* @__PURE__ */ __name((input,
|
|
|
5441
5478
|
}
|
|
5442
5479
|
if (input[_VTR] != null) {
|
|
5443
5480
|
const memberEntries = se_AttributeValueList(input[_VTR], context);
|
|
5444
|
-
if (
|
|
5481
|
+
if (input[_VTR]?.length === 0) {
|
|
5445
5482
|
entries.ValuesToRemove = [];
|
|
5446
5483
|
}
|
|
5447
5484
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5452,7 +5489,6 @@ var se_ModifyDBClusterSnapshotAttributeMessage = /* @__PURE__ */ __name((input,
|
|
|
5452
5489
|
return entries;
|
|
5453
5490
|
}, "se_ModifyDBClusterSnapshotAttributeMessage");
|
|
5454
5491
|
var se_ModifyDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
5455
|
-
var _a, _b;
|
|
5456
5492
|
const entries = {};
|
|
5457
5493
|
if (input[_DBII] != null) {
|
|
5458
5494
|
entries[_DBII] = input[_DBII];
|
|
@@ -5468,7 +5504,7 @@ var se_ModifyDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
5468
5504
|
}
|
|
5469
5505
|
if (input[_DBSG] != null) {
|
|
5470
5506
|
const memberEntries = se_DBSecurityGroupNameList(input[_DBSG], context);
|
|
5471
|
-
if (
|
|
5507
|
+
if (input[_DBSG]?.length === 0) {
|
|
5472
5508
|
entries.DBSecurityGroups = [];
|
|
5473
5509
|
}
|
|
5474
5510
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5478,7 +5514,7 @@ var se_ModifyDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
5478
5514
|
}
|
|
5479
5515
|
if (input[_VSGI] != null) {
|
|
5480
5516
|
const memberEntries = se_VpcSecurityGroupIdList(input[_VSGI], context);
|
|
5481
|
-
if (
|
|
5517
|
+
if (input[_VSGI]?.length === 0) {
|
|
5482
5518
|
entries.VpcSecurityGroupIds = [];
|
|
5483
5519
|
}
|
|
5484
5520
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5586,14 +5622,13 @@ var se_ModifyDBInstanceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
5586
5622
|
return entries;
|
|
5587
5623
|
}, "se_ModifyDBInstanceMessage");
|
|
5588
5624
|
var se_ModifyDBParameterGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
5589
|
-
var _a;
|
|
5590
5625
|
const entries = {};
|
|
5591
5626
|
if (input[_DBPGN] != null) {
|
|
5592
5627
|
entries[_DBPGN] = input[_DBPGN];
|
|
5593
5628
|
}
|
|
5594
5629
|
if (input[_Pa] != null) {
|
|
5595
5630
|
const memberEntries = se_ParametersList(input[_Pa], context);
|
|
5596
|
-
if (
|
|
5631
|
+
if (input[_Pa]?.length === 0) {
|
|
5597
5632
|
entries.Parameters = [];
|
|
5598
5633
|
}
|
|
5599
5634
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5604,7 +5639,6 @@ var se_ModifyDBParameterGroupMessage = /* @__PURE__ */ __name((input, context) =
|
|
|
5604
5639
|
return entries;
|
|
5605
5640
|
}, "se_ModifyDBParameterGroupMessage");
|
|
5606
5641
|
var se_ModifyDBSubnetGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
5607
|
-
var _a;
|
|
5608
5642
|
const entries = {};
|
|
5609
5643
|
if (input[_DBSGN] != null) {
|
|
5610
5644
|
entries[_DBSGN] = input[_DBSGN];
|
|
@@ -5614,7 +5648,7 @@ var se_ModifyDBSubnetGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
5614
5648
|
}
|
|
5615
5649
|
if (input[_SIu] != null) {
|
|
5616
5650
|
const memberEntries = se_SubnetIdentifierList(input[_SIu], context);
|
|
5617
|
-
if (
|
|
5651
|
+
if (input[_SIu]?.length === 0) {
|
|
5618
5652
|
entries.SubnetIds = [];
|
|
5619
5653
|
}
|
|
5620
5654
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5625,7 +5659,6 @@ var se_ModifyDBSubnetGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
5625
5659
|
return entries;
|
|
5626
5660
|
}, "se_ModifyDBSubnetGroupMessage");
|
|
5627
5661
|
var se_ModifyEventSubscriptionMessage = /* @__PURE__ */ __name((input, context) => {
|
|
5628
|
-
var _a;
|
|
5629
5662
|
const entries = {};
|
|
5630
5663
|
if (input[_SN] != null) {
|
|
5631
5664
|
entries[_SN] = input[_SN];
|
|
@@ -5638,7 +5671,7 @@ var se_ModifyEventSubscriptionMessage = /* @__PURE__ */ __name((input, context)
|
|
|
5638
5671
|
}
|
|
5639
5672
|
if (input[_EC] != null) {
|
|
5640
5673
|
const memberEntries = se_EventCategoriesList(input[_EC], context);
|
|
5641
|
-
if (
|
|
5674
|
+
if (input[_EC]?.length === 0) {
|
|
5642
5675
|
entries.EventCategories = [];
|
|
5643
5676
|
}
|
|
5644
5677
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5770,14 +5803,13 @@ var se_RemoveSourceIdentifierFromSubscriptionMessage = /* @__PURE__ */ __name((i
|
|
|
5770
5803
|
return entries;
|
|
5771
5804
|
}, "se_RemoveSourceIdentifierFromSubscriptionMessage");
|
|
5772
5805
|
var se_RemoveTagsFromResourceMessage = /* @__PURE__ */ __name((input, context) => {
|
|
5773
|
-
var _a;
|
|
5774
5806
|
const entries = {};
|
|
5775
5807
|
if (input[_RN] != null) {
|
|
5776
5808
|
entries[_RN] = input[_RN];
|
|
5777
5809
|
}
|
|
5778
5810
|
if (input[_TK] != null) {
|
|
5779
5811
|
const memberEntries = se_KeyList(input[_TK], context);
|
|
5780
|
-
if (
|
|
5812
|
+
if (input[_TK]?.length === 0) {
|
|
5781
5813
|
entries.TagKeys = [];
|
|
5782
5814
|
}
|
|
5783
5815
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5788,7 +5820,6 @@ var se_RemoveTagsFromResourceMessage = /* @__PURE__ */ __name((input, context) =
|
|
|
5788
5820
|
return entries;
|
|
5789
5821
|
}, "se_RemoveTagsFromResourceMessage");
|
|
5790
5822
|
var se_ResetDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
5791
|
-
var _a;
|
|
5792
5823
|
const entries = {};
|
|
5793
5824
|
if (input[_DBCPGN] != null) {
|
|
5794
5825
|
entries[_DBCPGN] = input[_DBCPGN];
|
|
@@ -5798,7 +5829,7 @@ var se_ResetDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, cont
|
|
|
5798
5829
|
}
|
|
5799
5830
|
if (input[_Pa] != null) {
|
|
5800
5831
|
const memberEntries = se_ParametersList(input[_Pa], context);
|
|
5801
|
-
if (
|
|
5832
|
+
if (input[_Pa]?.length === 0) {
|
|
5802
5833
|
entries.Parameters = [];
|
|
5803
5834
|
}
|
|
5804
5835
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5809,7 +5840,6 @@ var se_ResetDBClusterParameterGroupMessage = /* @__PURE__ */ __name((input, cont
|
|
|
5809
5840
|
return entries;
|
|
5810
5841
|
}, "se_ResetDBClusterParameterGroupMessage");
|
|
5811
5842
|
var se_ResetDBParameterGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
5812
|
-
var _a;
|
|
5813
5843
|
const entries = {};
|
|
5814
5844
|
if (input[_DBPGN] != null) {
|
|
5815
5845
|
entries[_DBPGN] = input[_DBPGN];
|
|
@@ -5819,7 +5849,7 @@ var se_ResetDBParameterGroupMessage = /* @__PURE__ */ __name((input, context) =>
|
|
|
5819
5849
|
}
|
|
5820
5850
|
if (input[_Pa] != null) {
|
|
5821
5851
|
const memberEntries = se_ParametersList(input[_Pa], context);
|
|
5822
|
-
if (
|
|
5852
|
+
if (input[_Pa]?.length === 0) {
|
|
5823
5853
|
entries.Parameters = [];
|
|
5824
5854
|
}
|
|
5825
5855
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5830,11 +5860,10 @@ var se_ResetDBParameterGroupMessage = /* @__PURE__ */ __name((input, context) =>
|
|
|
5830
5860
|
return entries;
|
|
5831
5861
|
}, "se_ResetDBParameterGroupMessage");
|
|
5832
5862
|
var se_RestoreDBClusterFromSnapshotMessage = /* @__PURE__ */ __name((input, context) => {
|
|
5833
|
-
var _a, _b, _c, _d;
|
|
5834
5863
|
const entries = {};
|
|
5835
5864
|
if (input[_AZ] != null) {
|
|
5836
5865
|
const memberEntries = se_AvailabilityZones(input[_AZ], context);
|
|
5837
|
-
if (
|
|
5866
|
+
if (input[_AZ]?.length === 0) {
|
|
5838
5867
|
entries.AvailabilityZones = [];
|
|
5839
5868
|
}
|
|
5840
5869
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5868,7 +5897,7 @@ var se_RestoreDBClusterFromSnapshotMessage = /* @__PURE__ */ __name((input, cont
|
|
|
5868
5897
|
}
|
|
5869
5898
|
if (input[_VSGI] != null) {
|
|
5870
5899
|
const memberEntries = se_VpcSecurityGroupIdList(input[_VSGI], context);
|
|
5871
|
-
if (
|
|
5900
|
+
if (input[_VSGI]?.length === 0) {
|
|
5872
5901
|
entries.VpcSecurityGroupIds = [];
|
|
5873
5902
|
}
|
|
5874
5903
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5878,7 +5907,7 @@ var se_RestoreDBClusterFromSnapshotMessage = /* @__PURE__ */ __name((input, cont
|
|
|
5878
5907
|
}
|
|
5879
5908
|
if (input[_T] != null) {
|
|
5880
5909
|
const memberEntries = se_TagList(input[_T], context);
|
|
5881
|
-
if (
|
|
5910
|
+
if (input[_T]?.length === 0) {
|
|
5882
5911
|
entries.Tags = [];
|
|
5883
5912
|
}
|
|
5884
5913
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5894,7 +5923,7 @@ var se_RestoreDBClusterFromSnapshotMessage = /* @__PURE__ */ __name((input, cont
|
|
|
5894
5923
|
}
|
|
5895
5924
|
if (input[_ECLE] != null) {
|
|
5896
5925
|
const memberEntries = se_LogTypeList(input[_ECLE], context);
|
|
5897
|
-
if (
|
|
5926
|
+
if (input[_ECLE]?.length === 0) {
|
|
5898
5927
|
entries.EnableCloudwatchLogsExports = [];
|
|
5899
5928
|
}
|
|
5900
5929
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5924,7 +5953,6 @@ var se_RestoreDBClusterFromSnapshotMessage = /* @__PURE__ */ __name((input, cont
|
|
|
5924
5953
|
return entries;
|
|
5925
5954
|
}, "se_RestoreDBClusterFromSnapshotMessage");
|
|
5926
5955
|
var se_RestoreDBClusterToPointInTimeMessage = /* @__PURE__ */ __name((input, context) => {
|
|
5927
|
-
var _a, _b, _c;
|
|
5928
5956
|
const entries = {};
|
|
5929
5957
|
if (input[_DBCI] != null) {
|
|
5930
5958
|
entries[_DBCI] = input[_DBCI];
|
|
@@ -5952,7 +5980,7 @@ var se_RestoreDBClusterToPointInTimeMessage = /* @__PURE__ */ __name((input, con
|
|
|
5952
5980
|
}
|
|
5953
5981
|
if (input[_VSGI] != null) {
|
|
5954
5982
|
const memberEntries = se_VpcSecurityGroupIdList(input[_VSGI], context);
|
|
5955
|
-
if (
|
|
5983
|
+
if (input[_VSGI]?.length === 0) {
|
|
5956
5984
|
entries.VpcSecurityGroupIds = [];
|
|
5957
5985
|
}
|
|
5958
5986
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5962,7 +5990,7 @@ var se_RestoreDBClusterToPointInTimeMessage = /* @__PURE__ */ __name((input, con
|
|
|
5962
5990
|
}
|
|
5963
5991
|
if (input[_T] != null) {
|
|
5964
5992
|
const memberEntries = se_TagList(input[_T], context);
|
|
5965
|
-
if (
|
|
5993
|
+
if (input[_T]?.length === 0) {
|
|
5966
5994
|
entries.Tags = [];
|
|
5967
5995
|
}
|
|
5968
5996
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -5978,7 +6006,7 @@ var se_RestoreDBClusterToPointInTimeMessage = /* @__PURE__ */ __name((input, con
|
|
|
5978
6006
|
}
|
|
5979
6007
|
if (input[_ECLE] != null) {
|
|
5980
6008
|
const memberEntries = se_LogTypeList(input[_ECLE], context);
|
|
5981
|
-
if (
|
|
6009
|
+
if (input[_ECLE]?.length === 0) {
|
|
5982
6010
|
entries.EnableCloudwatchLogsExports = [];
|
|
5983
6011
|
}
|
|
5984
6012
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -9007,8 +9035,7 @@ var _m = "message";
|
|
|
9007
9035
|
var _me = "member";
|
|
9008
9036
|
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");
|
|
9009
9037
|
var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
9010
|
-
|
|
9011
|
-
if (((_a = data.Error) == null ? void 0 : _a.Code) !== void 0) {
|
|
9038
|
+
if (data.Error?.Code !== void 0) {
|
|
9012
9039
|
return data.Error.Code;
|
|
9013
9040
|
}
|
|
9014
9041
|
if (output.statusCode == 404) {
|
|
@@ -9017,971 +9044,1040 @@ var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
|
9017
9044
|
}, "loadQueryErrorCode");
|
|
9018
9045
|
|
|
9019
9046
|
// src/commands/AddRoleToDBClusterCommand.ts
|
|
9020
|
-
var
|
|
9047
|
+
var AddRoleToDBClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9021
9048
|
return [
|
|
9022
9049
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9023
9050
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9024
9051
|
];
|
|
9025
9052
|
}).s("AmazonRDSv19", "AddRoleToDBCluster", {}).n("NeptuneClient", "AddRoleToDBClusterCommand").f(void 0, void 0).ser(se_AddRoleToDBClusterCommand).de(de_AddRoleToDBClusterCommand).build() {
|
|
9053
|
+
static {
|
|
9054
|
+
__name(this, "AddRoleToDBClusterCommand");
|
|
9055
|
+
}
|
|
9026
9056
|
};
|
|
9027
|
-
__name(_AddRoleToDBClusterCommand, "AddRoleToDBClusterCommand");
|
|
9028
|
-
var AddRoleToDBClusterCommand = _AddRoleToDBClusterCommand;
|
|
9029
9057
|
|
|
9030
9058
|
// src/commands/AddSourceIdentifierToSubscriptionCommand.ts
|
|
9031
9059
|
|
|
9032
9060
|
|
|
9033
9061
|
|
|
9034
|
-
var
|
|
9062
|
+
var AddSourceIdentifierToSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9035
9063
|
return [
|
|
9036
9064
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9037
9065
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9038
9066
|
];
|
|
9039
9067
|
}).s("AmazonRDSv19", "AddSourceIdentifierToSubscription", {}).n("NeptuneClient", "AddSourceIdentifierToSubscriptionCommand").f(void 0, void 0).ser(se_AddSourceIdentifierToSubscriptionCommand).de(de_AddSourceIdentifierToSubscriptionCommand).build() {
|
|
9068
|
+
static {
|
|
9069
|
+
__name(this, "AddSourceIdentifierToSubscriptionCommand");
|
|
9070
|
+
}
|
|
9040
9071
|
};
|
|
9041
|
-
__name(_AddSourceIdentifierToSubscriptionCommand, "AddSourceIdentifierToSubscriptionCommand");
|
|
9042
|
-
var AddSourceIdentifierToSubscriptionCommand = _AddSourceIdentifierToSubscriptionCommand;
|
|
9043
9072
|
|
|
9044
9073
|
// src/commands/AddTagsToResourceCommand.ts
|
|
9045
9074
|
|
|
9046
9075
|
|
|
9047
9076
|
|
|
9048
|
-
var
|
|
9077
|
+
var AddTagsToResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9049
9078
|
return [
|
|
9050
9079
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9051
9080
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9052
9081
|
];
|
|
9053
9082
|
}).s("AmazonRDSv19", "AddTagsToResource", {}).n("NeptuneClient", "AddTagsToResourceCommand").f(void 0, void 0).ser(se_AddTagsToResourceCommand).de(de_AddTagsToResourceCommand).build() {
|
|
9083
|
+
static {
|
|
9084
|
+
__name(this, "AddTagsToResourceCommand");
|
|
9085
|
+
}
|
|
9054
9086
|
};
|
|
9055
|
-
__name(_AddTagsToResourceCommand, "AddTagsToResourceCommand");
|
|
9056
|
-
var AddTagsToResourceCommand = _AddTagsToResourceCommand;
|
|
9057
9087
|
|
|
9058
9088
|
// src/commands/ApplyPendingMaintenanceActionCommand.ts
|
|
9059
9089
|
|
|
9060
9090
|
|
|
9061
9091
|
|
|
9062
|
-
var
|
|
9092
|
+
var ApplyPendingMaintenanceActionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9063
9093
|
return [
|
|
9064
9094
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9065
9095
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9066
9096
|
];
|
|
9067
9097
|
}).s("AmazonRDSv19", "ApplyPendingMaintenanceAction", {}).n("NeptuneClient", "ApplyPendingMaintenanceActionCommand").f(void 0, void 0).ser(se_ApplyPendingMaintenanceActionCommand).de(de_ApplyPendingMaintenanceActionCommand).build() {
|
|
9098
|
+
static {
|
|
9099
|
+
__name(this, "ApplyPendingMaintenanceActionCommand");
|
|
9100
|
+
}
|
|
9068
9101
|
};
|
|
9069
|
-
__name(_ApplyPendingMaintenanceActionCommand, "ApplyPendingMaintenanceActionCommand");
|
|
9070
|
-
var ApplyPendingMaintenanceActionCommand = _ApplyPendingMaintenanceActionCommand;
|
|
9071
9102
|
|
|
9072
9103
|
// src/commands/CopyDBClusterParameterGroupCommand.ts
|
|
9073
9104
|
|
|
9074
9105
|
|
|
9075
9106
|
|
|
9076
|
-
var
|
|
9107
|
+
var CopyDBClusterParameterGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9077
9108
|
return [
|
|
9078
9109
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9079
9110
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9080
9111
|
];
|
|
9081
9112
|
}).s("AmazonRDSv19", "CopyDBClusterParameterGroup", {}).n("NeptuneClient", "CopyDBClusterParameterGroupCommand").f(void 0, void 0).ser(se_CopyDBClusterParameterGroupCommand).de(de_CopyDBClusterParameterGroupCommand).build() {
|
|
9113
|
+
static {
|
|
9114
|
+
__name(this, "CopyDBClusterParameterGroupCommand");
|
|
9115
|
+
}
|
|
9082
9116
|
};
|
|
9083
|
-
__name(_CopyDBClusterParameterGroupCommand, "CopyDBClusterParameterGroupCommand");
|
|
9084
|
-
var CopyDBClusterParameterGroupCommand = _CopyDBClusterParameterGroupCommand;
|
|
9085
9117
|
|
|
9086
9118
|
// src/commands/CopyDBClusterSnapshotCommand.ts
|
|
9087
9119
|
var import_middleware_sdk_rds = require("@aws-sdk/middleware-sdk-rds");
|
|
9088
9120
|
|
|
9089
9121
|
|
|
9090
9122
|
|
|
9091
|
-
var
|
|
9123
|
+
var CopyDBClusterSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9092
9124
|
return [
|
|
9093
9125
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9094
9126
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9095
9127
|
(0, import_middleware_sdk_rds.getCrossRegionPresignedUrlPlugin)(config)
|
|
9096
9128
|
];
|
|
9097
9129
|
}).s("AmazonRDSv19", "CopyDBClusterSnapshot", {}).n("NeptuneClient", "CopyDBClusterSnapshotCommand").f(void 0, void 0).ser(se_CopyDBClusterSnapshotCommand).de(de_CopyDBClusterSnapshotCommand).build() {
|
|
9130
|
+
static {
|
|
9131
|
+
__name(this, "CopyDBClusterSnapshotCommand");
|
|
9132
|
+
}
|
|
9098
9133
|
};
|
|
9099
|
-
__name(_CopyDBClusterSnapshotCommand, "CopyDBClusterSnapshotCommand");
|
|
9100
|
-
var CopyDBClusterSnapshotCommand = _CopyDBClusterSnapshotCommand;
|
|
9101
9134
|
|
|
9102
9135
|
// src/commands/CopyDBParameterGroupCommand.ts
|
|
9103
9136
|
|
|
9104
9137
|
|
|
9105
9138
|
|
|
9106
|
-
var
|
|
9139
|
+
var CopyDBParameterGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9107
9140
|
return [
|
|
9108
9141
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9109
9142
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9110
9143
|
];
|
|
9111
9144
|
}).s("AmazonRDSv19", "CopyDBParameterGroup", {}).n("NeptuneClient", "CopyDBParameterGroupCommand").f(void 0, void 0).ser(se_CopyDBParameterGroupCommand).de(de_CopyDBParameterGroupCommand).build() {
|
|
9145
|
+
static {
|
|
9146
|
+
__name(this, "CopyDBParameterGroupCommand");
|
|
9147
|
+
}
|
|
9112
9148
|
};
|
|
9113
|
-
__name(_CopyDBParameterGroupCommand, "CopyDBParameterGroupCommand");
|
|
9114
|
-
var CopyDBParameterGroupCommand = _CopyDBParameterGroupCommand;
|
|
9115
9149
|
|
|
9116
9150
|
// src/commands/CreateDBClusterCommand.ts
|
|
9117
9151
|
|
|
9118
9152
|
|
|
9119
9153
|
|
|
9120
9154
|
|
|
9121
|
-
var
|
|
9155
|
+
var CreateDBClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9122
9156
|
return [
|
|
9123
9157
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9124
9158
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
9125
9159
|
(0, import_middleware_sdk_rds.getCrossRegionPresignedUrlPlugin)(config)
|
|
9126
9160
|
];
|
|
9127
9161
|
}).s("AmazonRDSv19", "CreateDBCluster", {}).n("NeptuneClient", "CreateDBClusterCommand").f(void 0, void 0).ser(se_CreateDBClusterCommand).de(de_CreateDBClusterCommand).build() {
|
|
9162
|
+
static {
|
|
9163
|
+
__name(this, "CreateDBClusterCommand");
|
|
9164
|
+
}
|
|
9128
9165
|
};
|
|
9129
|
-
__name(_CreateDBClusterCommand, "CreateDBClusterCommand");
|
|
9130
|
-
var CreateDBClusterCommand = _CreateDBClusterCommand;
|
|
9131
9166
|
|
|
9132
9167
|
// src/commands/CreateDBClusterEndpointCommand.ts
|
|
9133
9168
|
|
|
9134
9169
|
|
|
9135
9170
|
|
|
9136
|
-
var
|
|
9171
|
+
var CreateDBClusterEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9137
9172
|
return [
|
|
9138
9173
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9139
9174
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9140
9175
|
];
|
|
9141
9176
|
}).s("AmazonRDSv19", "CreateDBClusterEndpoint", {}).n("NeptuneClient", "CreateDBClusterEndpointCommand").f(void 0, void 0).ser(se_CreateDBClusterEndpointCommand).de(de_CreateDBClusterEndpointCommand).build() {
|
|
9177
|
+
static {
|
|
9178
|
+
__name(this, "CreateDBClusterEndpointCommand");
|
|
9179
|
+
}
|
|
9142
9180
|
};
|
|
9143
|
-
__name(_CreateDBClusterEndpointCommand, "CreateDBClusterEndpointCommand");
|
|
9144
|
-
var CreateDBClusterEndpointCommand = _CreateDBClusterEndpointCommand;
|
|
9145
9181
|
|
|
9146
9182
|
// src/commands/CreateDBClusterParameterGroupCommand.ts
|
|
9147
9183
|
|
|
9148
9184
|
|
|
9149
9185
|
|
|
9150
|
-
var
|
|
9186
|
+
var CreateDBClusterParameterGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9151
9187
|
return [
|
|
9152
9188
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9153
9189
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9154
9190
|
];
|
|
9155
9191
|
}).s("AmazonRDSv19", "CreateDBClusterParameterGroup", {}).n("NeptuneClient", "CreateDBClusterParameterGroupCommand").f(void 0, void 0).ser(se_CreateDBClusterParameterGroupCommand).de(de_CreateDBClusterParameterGroupCommand).build() {
|
|
9192
|
+
static {
|
|
9193
|
+
__name(this, "CreateDBClusterParameterGroupCommand");
|
|
9194
|
+
}
|
|
9156
9195
|
};
|
|
9157
|
-
__name(_CreateDBClusterParameterGroupCommand, "CreateDBClusterParameterGroupCommand");
|
|
9158
|
-
var CreateDBClusterParameterGroupCommand = _CreateDBClusterParameterGroupCommand;
|
|
9159
9196
|
|
|
9160
9197
|
// src/commands/CreateDBClusterSnapshotCommand.ts
|
|
9161
9198
|
|
|
9162
9199
|
|
|
9163
9200
|
|
|
9164
|
-
var
|
|
9201
|
+
var CreateDBClusterSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9165
9202
|
return [
|
|
9166
9203
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9167
9204
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9168
9205
|
];
|
|
9169
9206
|
}).s("AmazonRDSv19", "CreateDBClusterSnapshot", {}).n("NeptuneClient", "CreateDBClusterSnapshotCommand").f(void 0, void 0).ser(se_CreateDBClusterSnapshotCommand).de(de_CreateDBClusterSnapshotCommand).build() {
|
|
9207
|
+
static {
|
|
9208
|
+
__name(this, "CreateDBClusterSnapshotCommand");
|
|
9209
|
+
}
|
|
9170
9210
|
};
|
|
9171
|
-
__name(_CreateDBClusterSnapshotCommand, "CreateDBClusterSnapshotCommand");
|
|
9172
|
-
var CreateDBClusterSnapshotCommand = _CreateDBClusterSnapshotCommand;
|
|
9173
9211
|
|
|
9174
9212
|
// src/commands/CreateDBInstanceCommand.ts
|
|
9175
9213
|
|
|
9176
9214
|
|
|
9177
9215
|
|
|
9178
|
-
var
|
|
9216
|
+
var CreateDBInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9179
9217
|
return [
|
|
9180
9218
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9181
9219
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9182
9220
|
];
|
|
9183
9221
|
}).s("AmazonRDSv19", "CreateDBInstance", {}).n("NeptuneClient", "CreateDBInstanceCommand").f(CreateDBInstanceMessageFilterSensitiveLog, void 0).ser(se_CreateDBInstanceCommand).de(de_CreateDBInstanceCommand).build() {
|
|
9222
|
+
static {
|
|
9223
|
+
__name(this, "CreateDBInstanceCommand");
|
|
9224
|
+
}
|
|
9184
9225
|
};
|
|
9185
|
-
__name(_CreateDBInstanceCommand, "CreateDBInstanceCommand");
|
|
9186
|
-
var CreateDBInstanceCommand = _CreateDBInstanceCommand;
|
|
9187
9226
|
|
|
9188
9227
|
// src/commands/CreateDBParameterGroupCommand.ts
|
|
9189
9228
|
|
|
9190
9229
|
|
|
9191
9230
|
|
|
9192
|
-
var
|
|
9231
|
+
var CreateDBParameterGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9193
9232
|
return [
|
|
9194
9233
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9195
9234
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9196
9235
|
];
|
|
9197
9236
|
}).s("AmazonRDSv19", "CreateDBParameterGroup", {}).n("NeptuneClient", "CreateDBParameterGroupCommand").f(void 0, void 0).ser(se_CreateDBParameterGroupCommand).de(de_CreateDBParameterGroupCommand).build() {
|
|
9237
|
+
static {
|
|
9238
|
+
__name(this, "CreateDBParameterGroupCommand");
|
|
9239
|
+
}
|
|
9198
9240
|
};
|
|
9199
|
-
__name(_CreateDBParameterGroupCommand, "CreateDBParameterGroupCommand");
|
|
9200
|
-
var CreateDBParameterGroupCommand = _CreateDBParameterGroupCommand;
|
|
9201
9241
|
|
|
9202
9242
|
// src/commands/CreateDBSubnetGroupCommand.ts
|
|
9203
9243
|
|
|
9204
9244
|
|
|
9205
9245
|
|
|
9206
|
-
var
|
|
9246
|
+
var CreateDBSubnetGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9207
9247
|
return [
|
|
9208
9248
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9209
9249
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9210
9250
|
];
|
|
9211
9251
|
}).s("AmazonRDSv19", "CreateDBSubnetGroup", {}).n("NeptuneClient", "CreateDBSubnetGroupCommand").f(void 0, void 0).ser(se_CreateDBSubnetGroupCommand).de(de_CreateDBSubnetGroupCommand).build() {
|
|
9252
|
+
static {
|
|
9253
|
+
__name(this, "CreateDBSubnetGroupCommand");
|
|
9254
|
+
}
|
|
9212
9255
|
};
|
|
9213
|
-
__name(_CreateDBSubnetGroupCommand, "CreateDBSubnetGroupCommand");
|
|
9214
|
-
var CreateDBSubnetGroupCommand = _CreateDBSubnetGroupCommand;
|
|
9215
9256
|
|
|
9216
9257
|
// src/commands/CreateEventSubscriptionCommand.ts
|
|
9217
9258
|
|
|
9218
9259
|
|
|
9219
9260
|
|
|
9220
|
-
var
|
|
9261
|
+
var CreateEventSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9221
9262
|
return [
|
|
9222
9263
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9223
9264
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9224
9265
|
];
|
|
9225
9266
|
}).s("AmazonRDSv19", "CreateEventSubscription", {}).n("NeptuneClient", "CreateEventSubscriptionCommand").f(void 0, void 0).ser(se_CreateEventSubscriptionCommand).de(de_CreateEventSubscriptionCommand).build() {
|
|
9267
|
+
static {
|
|
9268
|
+
__name(this, "CreateEventSubscriptionCommand");
|
|
9269
|
+
}
|
|
9226
9270
|
};
|
|
9227
|
-
__name(_CreateEventSubscriptionCommand, "CreateEventSubscriptionCommand");
|
|
9228
|
-
var CreateEventSubscriptionCommand = _CreateEventSubscriptionCommand;
|
|
9229
9271
|
|
|
9230
9272
|
// src/commands/CreateGlobalClusterCommand.ts
|
|
9231
9273
|
|
|
9232
9274
|
|
|
9233
9275
|
|
|
9234
|
-
var
|
|
9276
|
+
var CreateGlobalClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9235
9277
|
return [
|
|
9236
9278
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9237
9279
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9238
9280
|
];
|
|
9239
9281
|
}).s("AmazonRDSv19", "CreateGlobalCluster", {}).n("NeptuneClient", "CreateGlobalClusterCommand").f(void 0, void 0).ser(se_CreateGlobalClusterCommand).de(de_CreateGlobalClusterCommand).build() {
|
|
9282
|
+
static {
|
|
9283
|
+
__name(this, "CreateGlobalClusterCommand");
|
|
9284
|
+
}
|
|
9240
9285
|
};
|
|
9241
|
-
__name(_CreateGlobalClusterCommand, "CreateGlobalClusterCommand");
|
|
9242
|
-
var CreateGlobalClusterCommand = _CreateGlobalClusterCommand;
|
|
9243
9286
|
|
|
9244
9287
|
// src/commands/DeleteDBClusterCommand.ts
|
|
9245
9288
|
|
|
9246
9289
|
|
|
9247
9290
|
|
|
9248
|
-
var
|
|
9291
|
+
var DeleteDBClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9249
9292
|
return [
|
|
9250
9293
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9251
9294
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9252
9295
|
];
|
|
9253
9296
|
}).s("AmazonRDSv19", "DeleteDBCluster", {}).n("NeptuneClient", "DeleteDBClusterCommand").f(void 0, void 0).ser(se_DeleteDBClusterCommand).de(de_DeleteDBClusterCommand).build() {
|
|
9297
|
+
static {
|
|
9298
|
+
__name(this, "DeleteDBClusterCommand");
|
|
9299
|
+
}
|
|
9254
9300
|
};
|
|
9255
|
-
__name(_DeleteDBClusterCommand, "DeleteDBClusterCommand");
|
|
9256
|
-
var DeleteDBClusterCommand = _DeleteDBClusterCommand;
|
|
9257
9301
|
|
|
9258
9302
|
// src/commands/DeleteDBClusterEndpointCommand.ts
|
|
9259
9303
|
|
|
9260
9304
|
|
|
9261
9305
|
|
|
9262
|
-
var
|
|
9306
|
+
var DeleteDBClusterEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9263
9307
|
return [
|
|
9264
9308
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9265
9309
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9266
9310
|
];
|
|
9267
9311
|
}).s("AmazonRDSv19", "DeleteDBClusterEndpoint", {}).n("NeptuneClient", "DeleteDBClusterEndpointCommand").f(void 0, void 0).ser(se_DeleteDBClusterEndpointCommand).de(de_DeleteDBClusterEndpointCommand).build() {
|
|
9312
|
+
static {
|
|
9313
|
+
__name(this, "DeleteDBClusterEndpointCommand");
|
|
9314
|
+
}
|
|
9268
9315
|
};
|
|
9269
|
-
__name(_DeleteDBClusterEndpointCommand, "DeleteDBClusterEndpointCommand");
|
|
9270
|
-
var DeleteDBClusterEndpointCommand = _DeleteDBClusterEndpointCommand;
|
|
9271
9316
|
|
|
9272
9317
|
// src/commands/DeleteDBClusterParameterGroupCommand.ts
|
|
9273
9318
|
|
|
9274
9319
|
|
|
9275
9320
|
|
|
9276
|
-
var
|
|
9321
|
+
var DeleteDBClusterParameterGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9277
9322
|
return [
|
|
9278
9323
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9279
9324
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9280
9325
|
];
|
|
9281
9326
|
}).s("AmazonRDSv19", "DeleteDBClusterParameterGroup", {}).n("NeptuneClient", "DeleteDBClusterParameterGroupCommand").f(void 0, void 0).ser(se_DeleteDBClusterParameterGroupCommand).de(de_DeleteDBClusterParameterGroupCommand).build() {
|
|
9327
|
+
static {
|
|
9328
|
+
__name(this, "DeleteDBClusterParameterGroupCommand");
|
|
9329
|
+
}
|
|
9282
9330
|
};
|
|
9283
|
-
__name(_DeleteDBClusterParameterGroupCommand, "DeleteDBClusterParameterGroupCommand");
|
|
9284
|
-
var DeleteDBClusterParameterGroupCommand = _DeleteDBClusterParameterGroupCommand;
|
|
9285
9331
|
|
|
9286
9332
|
// src/commands/DeleteDBClusterSnapshotCommand.ts
|
|
9287
9333
|
|
|
9288
9334
|
|
|
9289
9335
|
|
|
9290
|
-
var
|
|
9336
|
+
var DeleteDBClusterSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9291
9337
|
return [
|
|
9292
9338
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9293
9339
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9294
9340
|
];
|
|
9295
9341
|
}).s("AmazonRDSv19", "DeleteDBClusterSnapshot", {}).n("NeptuneClient", "DeleteDBClusterSnapshotCommand").f(void 0, void 0).ser(se_DeleteDBClusterSnapshotCommand).de(de_DeleteDBClusterSnapshotCommand).build() {
|
|
9342
|
+
static {
|
|
9343
|
+
__name(this, "DeleteDBClusterSnapshotCommand");
|
|
9344
|
+
}
|
|
9296
9345
|
};
|
|
9297
|
-
__name(_DeleteDBClusterSnapshotCommand, "DeleteDBClusterSnapshotCommand");
|
|
9298
|
-
var DeleteDBClusterSnapshotCommand = _DeleteDBClusterSnapshotCommand;
|
|
9299
9346
|
|
|
9300
9347
|
// src/commands/DeleteDBInstanceCommand.ts
|
|
9301
9348
|
|
|
9302
9349
|
|
|
9303
9350
|
|
|
9304
|
-
var
|
|
9351
|
+
var DeleteDBInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9305
9352
|
return [
|
|
9306
9353
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9307
9354
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9308
9355
|
];
|
|
9309
9356
|
}).s("AmazonRDSv19", "DeleteDBInstance", {}).n("NeptuneClient", "DeleteDBInstanceCommand").f(void 0, void 0).ser(se_DeleteDBInstanceCommand).de(de_DeleteDBInstanceCommand).build() {
|
|
9357
|
+
static {
|
|
9358
|
+
__name(this, "DeleteDBInstanceCommand");
|
|
9359
|
+
}
|
|
9310
9360
|
};
|
|
9311
|
-
__name(_DeleteDBInstanceCommand, "DeleteDBInstanceCommand");
|
|
9312
|
-
var DeleteDBInstanceCommand = _DeleteDBInstanceCommand;
|
|
9313
9361
|
|
|
9314
9362
|
// src/commands/DeleteDBParameterGroupCommand.ts
|
|
9315
9363
|
|
|
9316
9364
|
|
|
9317
9365
|
|
|
9318
|
-
var
|
|
9366
|
+
var DeleteDBParameterGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9319
9367
|
return [
|
|
9320
9368
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9321
9369
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9322
9370
|
];
|
|
9323
9371
|
}).s("AmazonRDSv19", "DeleteDBParameterGroup", {}).n("NeptuneClient", "DeleteDBParameterGroupCommand").f(void 0, void 0).ser(se_DeleteDBParameterGroupCommand).de(de_DeleteDBParameterGroupCommand).build() {
|
|
9372
|
+
static {
|
|
9373
|
+
__name(this, "DeleteDBParameterGroupCommand");
|
|
9374
|
+
}
|
|
9324
9375
|
};
|
|
9325
|
-
__name(_DeleteDBParameterGroupCommand, "DeleteDBParameterGroupCommand");
|
|
9326
|
-
var DeleteDBParameterGroupCommand = _DeleteDBParameterGroupCommand;
|
|
9327
9376
|
|
|
9328
9377
|
// src/commands/DeleteDBSubnetGroupCommand.ts
|
|
9329
9378
|
|
|
9330
9379
|
|
|
9331
9380
|
|
|
9332
|
-
var
|
|
9381
|
+
var DeleteDBSubnetGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9333
9382
|
return [
|
|
9334
9383
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9335
9384
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9336
9385
|
];
|
|
9337
9386
|
}).s("AmazonRDSv19", "DeleteDBSubnetGroup", {}).n("NeptuneClient", "DeleteDBSubnetGroupCommand").f(void 0, void 0).ser(se_DeleteDBSubnetGroupCommand).de(de_DeleteDBSubnetGroupCommand).build() {
|
|
9387
|
+
static {
|
|
9388
|
+
__name(this, "DeleteDBSubnetGroupCommand");
|
|
9389
|
+
}
|
|
9338
9390
|
};
|
|
9339
|
-
__name(_DeleteDBSubnetGroupCommand, "DeleteDBSubnetGroupCommand");
|
|
9340
|
-
var DeleteDBSubnetGroupCommand = _DeleteDBSubnetGroupCommand;
|
|
9341
9391
|
|
|
9342
9392
|
// src/commands/DeleteEventSubscriptionCommand.ts
|
|
9343
9393
|
|
|
9344
9394
|
|
|
9345
9395
|
|
|
9346
|
-
var
|
|
9396
|
+
var DeleteEventSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9347
9397
|
return [
|
|
9348
9398
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9349
9399
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9350
9400
|
];
|
|
9351
9401
|
}).s("AmazonRDSv19", "DeleteEventSubscription", {}).n("NeptuneClient", "DeleteEventSubscriptionCommand").f(void 0, void 0).ser(se_DeleteEventSubscriptionCommand).de(de_DeleteEventSubscriptionCommand).build() {
|
|
9402
|
+
static {
|
|
9403
|
+
__name(this, "DeleteEventSubscriptionCommand");
|
|
9404
|
+
}
|
|
9352
9405
|
};
|
|
9353
|
-
__name(_DeleteEventSubscriptionCommand, "DeleteEventSubscriptionCommand");
|
|
9354
|
-
var DeleteEventSubscriptionCommand = _DeleteEventSubscriptionCommand;
|
|
9355
9406
|
|
|
9356
9407
|
// src/commands/DeleteGlobalClusterCommand.ts
|
|
9357
9408
|
|
|
9358
9409
|
|
|
9359
9410
|
|
|
9360
|
-
var
|
|
9411
|
+
var DeleteGlobalClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9361
9412
|
return [
|
|
9362
9413
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9363
9414
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9364
9415
|
];
|
|
9365
9416
|
}).s("AmazonRDSv19", "DeleteGlobalCluster", {}).n("NeptuneClient", "DeleteGlobalClusterCommand").f(void 0, void 0).ser(se_DeleteGlobalClusterCommand).de(de_DeleteGlobalClusterCommand).build() {
|
|
9417
|
+
static {
|
|
9418
|
+
__name(this, "DeleteGlobalClusterCommand");
|
|
9419
|
+
}
|
|
9366
9420
|
};
|
|
9367
|
-
__name(_DeleteGlobalClusterCommand, "DeleteGlobalClusterCommand");
|
|
9368
|
-
var DeleteGlobalClusterCommand = _DeleteGlobalClusterCommand;
|
|
9369
9421
|
|
|
9370
9422
|
// src/commands/DescribeDBClusterEndpointsCommand.ts
|
|
9371
9423
|
|
|
9372
9424
|
|
|
9373
9425
|
|
|
9374
|
-
var
|
|
9426
|
+
var DescribeDBClusterEndpointsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9375
9427
|
return [
|
|
9376
9428
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9377
9429
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9378
9430
|
];
|
|
9379
9431
|
}).s("AmazonRDSv19", "DescribeDBClusterEndpoints", {}).n("NeptuneClient", "DescribeDBClusterEndpointsCommand").f(void 0, void 0).ser(se_DescribeDBClusterEndpointsCommand).de(de_DescribeDBClusterEndpointsCommand).build() {
|
|
9432
|
+
static {
|
|
9433
|
+
__name(this, "DescribeDBClusterEndpointsCommand");
|
|
9434
|
+
}
|
|
9380
9435
|
};
|
|
9381
|
-
__name(_DescribeDBClusterEndpointsCommand, "DescribeDBClusterEndpointsCommand");
|
|
9382
|
-
var DescribeDBClusterEndpointsCommand = _DescribeDBClusterEndpointsCommand;
|
|
9383
9436
|
|
|
9384
9437
|
// src/commands/DescribeDBClusterParameterGroupsCommand.ts
|
|
9385
9438
|
|
|
9386
9439
|
|
|
9387
9440
|
|
|
9388
|
-
var
|
|
9441
|
+
var DescribeDBClusterParameterGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9389
9442
|
return [
|
|
9390
9443
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9391
9444
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9392
9445
|
];
|
|
9393
9446
|
}).s("AmazonRDSv19", "DescribeDBClusterParameterGroups", {}).n("NeptuneClient", "DescribeDBClusterParameterGroupsCommand").f(void 0, void 0).ser(se_DescribeDBClusterParameterGroupsCommand).de(de_DescribeDBClusterParameterGroupsCommand).build() {
|
|
9447
|
+
static {
|
|
9448
|
+
__name(this, "DescribeDBClusterParameterGroupsCommand");
|
|
9449
|
+
}
|
|
9394
9450
|
};
|
|
9395
|
-
__name(_DescribeDBClusterParameterGroupsCommand, "DescribeDBClusterParameterGroupsCommand");
|
|
9396
|
-
var DescribeDBClusterParameterGroupsCommand = _DescribeDBClusterParameterGroupsCommand;
|
|
9397
9451
|
|
|
9398
9452
|
// src/commands/DescribeDBClusterParametersCommand.ts
|
|
9399
9453
|
|
|
9400
9454
|
|
|
9401
9455
|
|
|
9402
|
-
var
|
|
9456
|
+
var DescribeDBClusterParametersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9403
9457
|
return [
|
|
9404
9458
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9405
9459
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9406
9460
|
];
|
|
9407
9461
|
}).s("AmazonRDSv19", "DescribeDBClusterParameters", {}).n("NeptuneClient", "DescribeDBClusterParametersCommand").f(void 0, void 0).ser(se_DescribeDBClusterParametersCommand).de(de_DescribeDBClusterParametersCommand).build() {
|
|
9462
|
+
static {
|
|
9463
|
+
__name(this, "DescribeDBClusterParametersCommand");
|
|
9464
|
+
}
|
|
9408
9465
|
};
|
|
9409
|
-
__name(_DescribeDBClusterParametersCommand, "DescribeDBClusterParametersCommand");
|
|
9410
|
-
var DescribeDBClusterParametersCommand = _DescribeDBClusterParametersCommand;
|
|
9411
9466
|
|
|
9412
9467
|
// src/commands/DescribeDBClustersCommand.ts
|
|
9413
9468
|
|
|
9414
9469
|
|
|
9415
9470
|
|
|
9416
|
-
var
|
|
9471
|
+
var DescribeDBClustersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9417
9472
|
return [
|
|
9418
9473
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9419
9474
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9420
9475
|
];
|
|
9421
9476
|
}).s("AmazonRDSv19", "DescribeDBClusters", {}).n("NeptuneClient", "DescribeDBClustersCommand").f(void 0, void 0).ser(se_DescribeDBClustersCommand).de(de_DescribeDBClustersCommand).build() {
|
|
9477
|
+
static {
|
|
9478
|
+
__name(this, "DescribeDBClustersCommand");
|
|
9479
|
+
}
|
|
9422
9480
|
};
|
|
9423
|
-
__name(_DescribeDBClustersCommand, "DescribeDBClustersCommand");
|
|
9424
|
-
var DescribeDBClustersCommand = _DescribeDBClustersCommand;
|
|
9425
9481
|
|
|
9426
9482
|
// src/commands/DescribeDBClusterSnapshotAttributesCommand.ts
|
|
9427
9483
|
|
|
9428
9484
|
|
|
9429
9485
|
|
|
9430
|
-
var
|
|
9486
|
+
var DescribeDBClusterSnapshotAttributesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9431
9487
|
return [
|
|
9432
9488
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9433
9489
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9434
9490
|
];
|
|
9435
9491
|
}).s("AmazonRDSv19", "DescribeDBClusterSnapshotAttributes", {}).n("NeptuneClient", "DescribeDBClusterSnapshotAttributesCommand").f(void 0, void 0).ser(se_DescribeDBClusterSnapshotAttributesCommand).de(de_DescribeDBClusterSnapshotAttributesCommand).build() {
|
|
9492
|
+
static {
|
|
9493
|
+
__name(this, "DescribeDBClusterSnapshotAttributesCommand");
|
|
9494
|
+
}
|
|
9436
9495
|
};
|
|
9437
|
-
__name(_DescribeDBClusterSnapshotAttributesCommand, "DescribeDBClusterSnapshotAttributesCommand");
|
|
9438
|
-
var DescribeDBClusterSnapshotAttributesCommand = _DescribeDBClusterSnapshotAttributesCommand;
|
|
9439
9496
|
|
|
9440
9497
|
// src/commands/DescribeDBClusterSnapshotsCommand.ts
|
|
9441
9498
|
|
|
9442
9499
|
|
|
9443
9500
|
|
|
9444
|
-
var
|
|
9501
|
+
var DescribeDBClusterSnapshotsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9445
9502
|
return [
|
|
9446
9503
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9447
9504
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9448
9505
|
];
|
|
9449
9506
|
}).s("AmazonRDSv19", "DescribeDBClusterSnapshots", {}).n("NeptuneClient", "DescribeDBClusterSnapshotsCommand").f(void 0, void 0).ser(se_DescribeDBClusterSnapshotsCommand).de(de_DescribeDBClusterSnapshotsCommand).build() {
|
|
9507
|
+
static {
|
|
9508
|
+
__name(this, "DescribeDBClusterSnapshotsCommand");
|
|
9509
|
+
}
|
|
9450
9510
|
};
|
|
9451
|
-
__name(_DescribeDBClusterSnapshotsCommand, "DescribeDBClusterSnapshotsCommand");
|
|
9452
|
-
var DescribeDBClusterSnapshotsCommand = _DescribeDBClusterSnapshotsCommand;
|
|
9453
9511
|
|
|
9454
9512
|
// src/commands/DescribeDBEngineVersionsCommand.ts
|
|
9455
9513
|
|
|
9456
9514
|
|
|
9457
9515
|
|
|
9458
|
-
var
|
|
9516
|
+
var DescribeDBEngineVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9459
9517
|
return [
|
|
9460
9518
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9461
9519
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9462
9520
|
];
|
|
9463
9521
|
}).s("AmazonRDSv19", "DescribeDBEngineVersions", {}).n("NeptuneClient", "DescribeDBEngineVersionsCommand").f(void 0, void 0).ser(se_DescribeDBEngineVersionsCommand).de(de_DescribeDBEngineVersionsCommand).build() {
|
|
9522
|
+
static {
|
|
9523
|
+
__name(this, "DescribeDBEngineVersionsCommand");
|
|
9524
|
+
}
|
|
9464
9525
|
};
|
|
9465
|
-
__name(_DescribeDBEngineVersionsCommand, "DescribeDBEngineVersionsCommand");
|
|
9466
|
-
var DescribeDBEngineVersionsCommand = _DescribeDBEngineVersionsCommand;
|
|
9467
9526
|
|
|
9468
9527
|
// src/commands/DescribeDBInstancesCommand.ts
|
|
9469
9528
|
|
|
9470
9529
|
|
|
9471
9530
|
|
|
9472
|
-
var
|
|
9531
|
+
var DescribeDBInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9473
9532
|
return [
|
|
9474
9533
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9475
9534
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9476
9535
|
];
|
|
9477
9536
|
}).s("AmazonRDSv19", "DescribeDBInstances", {}).n("NeptuneClient", "DescribeDBInstancesCommand").f(void 0, void 0).ser(se_DescribeDBInstancesCommand).de(de_DescribeDBInstancesCommand).build() {
|
|
9537
|
+
static {
|
|
9538
|
+
__name(this, "DescribeDBInstancesCommand");
|
|
9539
|
+
}
|
|
9478
9540
|
};
|
|
9479
|
-
__name(_DescribeDBInstancesCommand, "DescribeDBInstancesCommand");
|
|
9480
|
-
var DescribeDBInstancesCommand = _DescribeDBInstancesCommand;
|
|
9481
9541
|
|
|
9482
9542
|
// src/commands/DescribeDBParameterGroupsCommand.ts
|
|
9483
9543
|
|
|
9484
9544
|
|
|
9485
9545
|
|
|
9486
|
-
var
|
|
9546
|
+
var DescribeDBParameterGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9487
9547
|
return [
|
|
9488
9548
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9489
9549
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9490
9550
|
];
|
|
9491
9551
|
}).s("AmazonRDSv19", "DescribeDBParameterGroups", {}).n("NeptuneClient", "DescribeDBParameterGroupsCommand").f(void 0, void 0).ser(se_DescribeDBParameterGroupsCommand).de(de_DescribeDBParameterGroupsCommand).build() {
|
|
9552
|
+
static {
|
|
9553
|
+
__name(this, "DescribeDBParameterGroupsCommand");
|
|
9554
|
+
}
|
|
9492
9555
|
};
|
|
9493
|
-
__name(_DescribeDBParameterGroupsCommand, "DescribeDBParameterGroupsCommand");
|
|
9494
|
-
var DescribeDBParameterGroupsCommand = _DescribeDBParameterGroupsCommand;
|
|
9495
9556
|
|
|
9496
9557
|
// src/commands/DescribeDBParametersCommand.ts
|
|
9497
9558
|
|
|
9498
9559
|
|
|
9499
9560
|
|
|
9500
|
-
var
|
|
9561
|
+
var DescribeDBParametersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9501
9562
|
return [
|
|
9502
9563
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9503
9564
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9504
9565
|
];
|
|
9505
9566
|
}).s("AmazonRDSv19", "DescribeDBParameters", {}).n("NeptuneClient", "DescribeDBParametersCommand").f(void 0, void 0).ser(se_DescribeDBParametersCommand).de(de_DescribeDBParametersCommand).build() {
|
|
9567
|
+
static {
|
|
9568
|
+
__name(this, "DescribeDBParametersCommand");
|
|
9569
|
+
}
|
|
9506
9570
|
};
|
|
9507
|
-
__name(_DescribeDBParametersCommand, "DescribeDBParametersCommand");
|
|
9508
|
-
var DescribeDBParametersCommand = _DescribeDBParametersCommand;
|
|
9509
9571
|
|
|
9510
9572
|
// src/commands/DescribeDBSubnetGroupsCommand.ts
|
|
9511
9573
|
|
|
9512
9574
|
|
|
9513
9575
|
|
|
9514
|
-
var
|
|
9576
|
+
var DescribeDBSubnetGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9515
9577
|
return [
|
|
9516
9578
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9517
9579
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9518
9580
|
];
|
|
9519
9581
|
}).s("AmazonRDSv19", "DescribeDBSubnetGroups", {}).n("NeptuneClient", "DescribeDBSubnetGroupsCommand").f(void 0, void 0).ser(se_DescribeDBSubnetGroupsCommand).de(de_DescribeDBSubnetGroupsCommand).build() {
|
|
9582
|
+
static {
|
|
9583
|
+
__name(this, "DescribeDBSubnetGroupsCommand");
|
|
9584
|
+
}
|
|
9520
9585
|
};
|
|
9521
|
-
__name(_DescribeDBSubnetGroupsCommand, "DescribeDBSubnetGroupsCommand");
|
|
9522
|
-
var DescribeDBSubnetGroupsCommand = _DescribeDBSubnetGroupsCommand;
|
|
9523
9586
|
|
|
9524
9587
|
// src/commands/DescribeEngineDefaultClusterParametersCommand.ts
|
|
9525
9588
|
|
|
9526
9589
|
|
|
9527
9590
|
|
|
9528
|
-
var
|
|
9591
|
+
var DescribeEngineDefaultClusterParametersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9529
9592
|
return [
|
|
9530
9593
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9531
9594
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9532
9595
|
];
|
|
9533
9596
|
}).s("AmazonRDSv19", "DescribeEngineDefaultClusterParameters", {}).n("NeptuneClient", "DescribeEngineDefaultClusterParametersCommand").f(void 0, void 0).ser(se_DescribeEngineDefaultClusterParametersCommand).de(de_DescribeEngineDefaultClusterParametersCommand).build() {
|
|
9597
|
+
static {
|
|
9598
|
+
__name(this, "DescribeEngineDefaultClusterParametersCommand");
|
|
9599
|
+
}
|
|
9534
9600
|
};
|
|
9535
|
-
__name(_DescribeEngineDefaultClusterParametersCommand, "DescribeEngineDefaultClusterParametersCommand");
|
|
9536
|
-
var DescribeEngineDefaultClusterParametersCommand = _DescribeEngineDefaultClusterParametersCommand;
|
|
9537
9601
|
|
|
9538
9602
|
// src/commands/DescribeEngineDefaultParametersCommand.ts
|
|
9539
9603
|
|
|
9540
9604
|
|
|
9541
9605
|
|
|
9542
|
-
var
|
|
9606
|
+
var DescribeEngineDefaultParametersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9543
9607
|
return [
|
|
9544
9608
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9545
9609
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9546
9610
|
];
|
|
9547
9611
|
}).s("AmazonRDSv19", "DescribeEngineDefaultParameters", {}).n("NeptuneClient", "DescribeEngineDefaultParametersCommand").f(void 0, void 0).ser(se_DescribeEngineDefaultParametersCommand).de(de_DescribeEngineDefaultParametersCommand).build() {
|
|
9612
|
+
static {
|
|
9613
|
+
__name(this, "DescribeEngineDefaultParametersCommand");
|
|
9614
|
+
}
|
|
9548
9615
|
};
|
|
9549
|
-
__name(_DescribeEngineDefaultParametersCommand, "DescribeEngineDefaultParametersCommand");
|
|
9550
|
-
var DescribeEngineDefaultParametersCommand = _DescribeEngineDefaultParametersCommand;
|
|
9551
9616
|
|
|
9552
9617
|
// src/commands/DescribeEventCategoriesCommand.ts
|
|
9553
9618
|
|
|
9554
9619
|
|
|
9555
9620
|
|
|
9556
|
-
var
|
|
9621
|
+
var DescribeEventCategoriesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9557
9622
|
return [
|
|
9558
9623
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9559
9624
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9560
9625
|
];
|
|
9561
9626
|
}).s("AmazonRDSv19", "DescribeEventCategories", {}).n("NeptuneClient", "DescribeEventCategoriesCommand").f(void 0, void 0).ser(se_DescribeEventCategoriesCommand).de(de_DescribeEventCategoriesCommand).build() {
|
|
9627
|
+
static {
|
|
9628
|
+
__name(this, "DescribeEventCategoriesCommand");
|
|
9629
|
+
}
|
|
9562
9630
|
};
|
|
9563
|
-
__name(_DescribeEventCategoriesCommand, "DescribeEventCategoriesCommand");
|
|
9564
|
-
var DescribeEventCategoriesCommand = _DescribeEventCategoriesCommand;
|
|
9565
9631
|
|
|
9566
9632
|
// src/commands/DescribeEventsCommand.ts
|
|
9567
9633
|
|
|
9568
9634
|
|
|
9569
9635
|
|
|
9570
|
-
var
|
|
9636
|
+
var DescribeEventsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9571
9637
|
return [
|
|
9572
9638
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9573
9639
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9574
9640
|
];
|
|
9575
9641
|
}).s("AmazonRDSv19", "DescribeEvents", {}).n("NeptuneClient", "DescribeEventsCommand").f(void 0, void 0).ser(se_DescribeEventsCommand).de(de_DescribeEventsCommand).build() {
|
|
9642
|
+
static {
|
|
9643
|
+
__name(this, "DescribeEventsCommand");
|
|
9644
|
+
}
|
|
9576
9645
|
};
|
|
9577
|
-
__name(_DescribeEventsCommand, "DescribeEventsCommand");
|
|
9578
|
-
var DescribeEventsCommand = _DescribeEventsCommand;
|
|
9579
9646
|
|
|
9580
9647
|
// src/commands/DescribeEventSubscriptionsCommand.ts
|
|
9581
9648
|
|
|
9582
9649
|
|
|
9583
9650
|
|
|
9584
|
-
var
|
|
9651
|
+
var DescribeEventSubscriptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9585
9652
|
return [
|
|
9586
9653
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9587
9654
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9588
9655
|
];
|
|
9589
9656
|
}).s("AmazonRDSv19", "DescribeEventSubscriptions", {}).n("NeptuneClient", "DescribeEventSubscriptionsCommand").f(void 0, void 0).ser(se_DescribeEventSubscriptionsCommand).de(de_DescribeEventSubscriptionsCommand).build() {
|
|
9657
|
+
static {
|
|
9658
|
+
__name(this, "DescribeEventSubscriptionsCommand");
|
|
9659
|
+
}
|
|
9590
9660
|
};
|
|
9591
|
-
__name(_DescribeEventSubscriptionsCommand, "DescribeEventSubscriptionsCommand");
|
|
9592
|
-
var DescribeEventSubscriptionsCommand = _DescribeEventSubscriptionsCommand;
|
|
9593
9661
|
|
|
9594
9662
|
// src/commands/DescribeGlobalClustersCommand.ts
|
|
9595
9663
|
|
|
9596
9664
|
|
|
9597
9665
|
|
|
9598
|
-
var
|
|
9666
|
+
var DescribeGlobalClustersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9599
9667
|
return [
|
|
9600
9668
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9601
9669
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9602
9670
|
];
|
|
9603
9671
|
}).s("AmazonRDSv19", "DescribeGlobalClusters", {}).n("NeptuneClient", "DescribeGlobalClustersCommand").f(void 0, void 0).ser(se_DescribeGlobalClustersCommand).de(de_DescribeGlobalClustersCommand).build() {
|
|
9672
|
+
static {
|
|
9673
|
+
__name(this, "DescribeGlobalClustersCommand");
|
|
9674
|
+
}
|
|
9604
9675
|
};
|
|
9605
|
-
__name(_DescribeGlobalClustersCommand, "DescribeGlobalClustersCommand");
|
|
9606
|
-
var DescribeGlobalClustersCommand = _DescribeGlobalClustersCommand;
|
|
9607
9676
|
|
|
9608
9677
|
// src/commands/DescribeOrderableDBInstanceOptionsCommand.ts
|
|
9609
9678
|
|
|
9610
9679
|
|
|
9611
9680
|
|
|
9612
|
-
var
|
|
9681
|
+
var DescribeOrderableDBInstanceOptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9613
9682
|
return [
|
|
9614
9683
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9615
9684
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9616
9685
|
];
|
|
9617
9686
|
}).s("AmazonRDSv19", "DescribeOrderableDBInstanceOptions", {}).n("NeptuneClient", "DescribeOrderableDBInstanceOptionsCommand").f(void 0, void 0).ser(se_DescribeOrderableDBInstanceOptionsCommand).de(de_DescribeOrderableDBInstanceOptionsCommand).build() {
|
|
9687
|
+
static {
|
|
9688
|
+
__name(this, "DescribeOrderableDBInstanceOptionsCommand");
|
|
9689
|
+
}
|
|
9618
9690
|
};
|
|
9619
|
-
__name(_DescribeOrderableDBInstanceOptionsCommand, "DescribeOrderableDBInstanceOptionsCommand");
|
|
9620
|
-
var DescribeOrderableDBInstanceOptionsCommand = _DescribeOrderableDBInstanceOptionsCommand;
|
|
9621
9691
|
|
|
9622
9692
|
// src/commands/DescribePendingMaintenanceActionsCommand.ts
|
|
9623
9693
|
|
|
9624
9694
|
|
|
9625
9695
|
|
|
9626
|
-
var
|
|
9696
|
+
var DescribePendingMaintenanceActionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9627
9697
|
return [
|
|
9628
9698
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9629
9699
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9630
9700
|
];
|
|
9631
9701
|
}).s("AmazonRDSv19", "DescribePendingMaintenanceActions", {}).n("NeptuneClient", "DescribePendingMaintenanceActionsCommand").f(void 0, void 0).ser(se_DescribePendingMaintenanceActionsCommand).de(de_DescribePendingMaintenanceActionsCommand).build() {
|
|
9702
|
+
static {
|
|
9703
|
+
__name(this, "DescribePendingMaintenanceActionsCommand");
|
|
9704
|
+
}
|
|
9632
9705
|
};
|
|
9633
|
-
__name(_DescribePendingMaintenanceActionsCommand, "DescribePendingMaintenanceActionsCommand");
|
|
9634
|
-
var DescribePendingMaintenanceActionsCommand = _DescribePendingMaintenanceActionsCommand;
|
|
9635
9706
|
|
|
9636
9707
|
// src/commands/DescribeValidDBInstanceModificationsCommand.ts
|
|
9637
9708
|
|
|
9638
9709
|
|
|
9639
9710
|
|
|
9640
|
-
var
|
|
9711
|
+
var DescribeValidDBInstanceModificationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9641
9712
|
return [
|
|
9642
9713
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9643
9714
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9644
9715
|
];
|
|
9645
9716
|
}).s("AmazonRDSv19", "DescribeValidDBInstanceModifications", {}).n("NeptuneClient", "DescribeValidDBInstanceModificationsCommand").f(void 0, void 0).ser(se_DescribeValidDBInstanceModificationsCommand).de(de_DescribeValidDBInstanceModificationsCommand).build() {
|
|
9717
|
+
static {
|
|
9718
|
+
__name(this, "DescribeValidDBInstanceModificationsCommand");
|
|
9719
|
+
}
|
|
9646
9720
|
};
|
|
9647
|
-
__name(_DescribeValidDBInstanceModificationsCommand, "DescribeValidDBInstanceModificationsCommand");
|
|
9648
|
-
var DescribeValidDBInstanceModificationsCommand = _DescribeValidDBInstanceModificationsCommand;
|
|
9649
9721
|
|
|
9650
9722
|
// src/commands/FailoverDBClusterCommand.ts
|
|
9651
9723
|
|
|
9652
9724
|
|
|
9653
9725
|
|
|
9654
|
-
var
|
|
9726
|
+
var FailoverDBClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9655
9727
|
return [
|
|
9656
9728
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9657
9729
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9658
9730
|
];
|
|
9659
9731
|
}).s("AmazonRDSv19", "FailoverDBCluster", {}).n("NeptuneClient", "FailoverDBClusterCommand").f(void 0, void 0).ser(se_FailoverDBClusterCommand).de(de_FailoverDBClusterCommand).build() {
|
|
9732
|
+
static {
|
|
9733
|
+
__name(this, "FailoverDBClusterCommand");
|
|
9734
|
+
}
|
|
9660
9735
|
};
|
|
9661
|
-
__name(_FailoverDBClusterCommand, "FailoverDBClusterCommand");
|
|
9662
|
-
var FailoverDBClusterCommand = _FailoverDBClusterCommand;
|
|
9663
9736
|
|
|
9664
9737
|
// src/commands/FailoverGlobalClusterCommand.ts
|
|
9665
9738
|
|
|
9666
9739
|
|
|
9667
9740
|
|
|
9668
|
-
var
|
|
9741
|
+
var FailoverGlobalClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9669
9742
|
return [
|
|
9670
9743
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9671
9744
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9672
9745
|
];
|
|
9673
9746
|
}).s("AmazonRDSv19", "FailoverGlobalCluster", {}).n("NeptuneClient", "FailoverGlobalClusterCommand").f(void 0, void 0).ser(se_FailoverGlobalClusterCommand).de(de_FailoverGlobalClusterCommand).build() {
|
|
9747
|
+
static {
|
|
9748
|
+
__name(this, "FailoverGlobalClusterCommand");
|
|
9749
|
+
}
|
|
9674
9750
|
};
|
|
9675
|
-
__name(_FailoverGlobalClusterCommand, "FailoverGlobalClusterCommand");
|
|
9676
|
-
var FailoverGlobalClusterCommand = _FailoverGlobalClusterCommand;
|
|
9677
9751
|
|
|
9678
9752
|
// src/commands/ListTagsForResourceCommand.ts
|
|
9679
9753
|
|
|
9680
9754
|
|
|
9681
9755
|
|
|
9682
|
-
var
|
|
9756
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9683
9757
|
return [
|
|
9684
9758
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9685
9759
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9686
9760
|
];
|
|
9687
9761
|
}).s("AmazonRDSv19", "ListTagsForResource", {}).n("NeptuneClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
9762
|
+
static {
|
|
9763
|
+
__name(this, "ListTagsForResourceCommand");
|
|
9764
|
+
}
|
|
9688
9765
|
};
|
|
9689
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
9690
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
9691
9766
|
|
|
9692
9767
|
// src/commands/ModifyDBClusterCommand.ts
|
|
9693
9768
|
|
|
9694
9769
|
|
|
9695
9770
|
|
|
9696
|
-
var
|
|
9771
|
+
var ModifyDBClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9697
9772
|
return [
|
|
9698
9773
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9699
9774
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9700
9775
|
];
|
|
9701
9776
|
}).s("AmazonRDSv19", "ModifyDBCluster", {}).n("NeptuneClient", "ModifyDBClusterCommand").f(void 0, void 0).ser(se_ModifyDBClusterCommand).de(de_ModifyDBClusterCommand).build() {
|
|
9777
|
+
static {
|
|
9778
|
+
__name(this, "ModifyDBClusterCommand");
|
|
9779
|
+
}
|
|
9702
9780
|
};
|
|
9703
|
-
__name(_ModifyDBClusterCommand, "ModifyDBClusterCommand");
|
|
9704
|
-
var ModifyDBClusterCommand = _ModifyDBClusterCommand;
|
|
9705
9781
|
|
|
9706
9782
|
// src/commands/ModifyDBClusterEndpointCommand.ts
|
|
9707
9783
|
|
|
9708
9784
|
|
|
9709
9785
|
|
|
9710
|
-
var
|
|
9786
|
+
var ModifyDBClusterEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9711
9787
|
return [
|
|
9712
9788
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9713
9789
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9714
9790
|
];
|
|
9715
9791
|
}).s("AmazonRDSv19", "ModifyDBClusterEndpoint", {}).n("NeptuneClient", "ModifyDBClusterEndpointCommand").f(void 0, void 0).ser(se_ModifyDBClusterEndpointCommand).de(de_ModifyDBClusterEndpointCommand).build() {
|
|
9792
|
+
static {
|
|
9793
|
+
__name(this, "ModifyDBClusterEndpointCommand");
|
|
9794
|
+
}
|
|
9716
9795
|
};
|
|
9717
|
-
__name(_ModifyDBClusterEndpointCommand, "ModifyDBClusterEndpointCommand");
|
|
9718
|
-
var ModifyDBClusterEndpointCommand = _ModifyDBClusterEndpointCommand;
|
|
9719
9796
|
|
|
9720
9797
|
// src/commands/ModifyDBClusterParameterGroupCommand.ts
|
|
9721
9798
|
|
|
9722
9799
|
|
|
9723
9800
|
|
|
9724
|
-
var
|
|
9801
|
+
var ModifyDBClusterParameterGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9725
9802
|
return [
|
|
9726
9803
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9727
9804
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9728
9805
|
];
|
|
9729
9806
|
}).s("AmazonRDSv19", "ModifyDBClusterParameterGroup", {}).n("NeptuneClient", "ModifyDBClusterParameterGroupCommand").f(void 0, void 0).ser(se_ModifyDBClusterParameterGroupCommand).de(de_ModifyDBClusterParameterGroupCommand).build() {
|
|
9807
|
+
static {
|
|
9808
|
+
__name(this, "ModifyDBClusterParameterGroupCommand");
|
|
9809
|
+
}
|
|
9730
9810
|
};
|
|
9731
|
-
__name(_ModifyDBClusterParameterGroupCommand, "ModifyDBClusterParameterGroupCommand");
|
|
9732
|
-
var ModifyDBClusterParameterGroupCommand = _ModifyDBClusterParameterGroupCommand;
|
|
9733
9811
|
|
|
9734
9812
|
// src/commands/ModifyDBClusterSnapshotAttributeCommand.ts
|
|
9735
9813
|
|
|
9736
9814
|
|
|
9737
9815
|
|
|
9738
|
-
var
|
|
9816
|
+
var ModifyDBClusterSnapshotAttributeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9739
9817
|
return [
|
|
9740
9818
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9741
9819
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9742
9820
|
];
|
|
9743
9821
|
}).s("AmazonRDSv19", "ModifyDBClusterSnapshotAttribute", {}).n("NeptuneClient", "ModifyDBClusterSnapshotAttributeCommand").f(void 0, void 0).ser(se_ModifyDBClusterSnapshotAttributeCommand).de(de_ModifyDBClusterSnapshotAttributeCommand).build() {
|
|
9822
|
+
static {
|
|
9823
|
+
__name(this, "ModifyDBClusterSnapshotAttributeCommand");
|
|
9824
|
+
}
|
|
9744
9825
|
};
|
|
9745
|
-
__name(_ModifyDBClusterSnapshotAttributeCommand, "ModifyDBClusterSnapshotAttributeCommand");
|
|
9746
|
-
var ModifyDBClusterSnapshotAttributeCommand = _ModifyDBClusterSnapshotAttributeCommand;
|
|
9747
9826
|
|
|
9748
9827
|
// src/commands/ModifyDBInstanceCommand.ts
|
|
9749
9828
|
|
|
9750
9829
|
|
|
9751
9830
|
|
|
9752
|
-
var
|
|
9831
|
+
var ModifyDBInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9753
9832
|
return [
|
|
9754
9833
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9755
9834
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9756
9835
|
];
|
|
9757
9836
|
}).s("AmazonRDSv19", "ModifyDBInstance", {}).n("NeptuneClient", "ModifyDBInstanceCommand").f(ModifyDBInstanceMessageFilterSensitiveLog, void 0).ser(se_ModifyDBInstanceCommand).de(de_ModifyDBInstanceCommand).build() {
|
|
9837
|
+
static {
|
|
9838
|
+
__name(this, "ModifyDBInstanceCommand");
|
|
9839
|
+
}
|
|
9758
9840
|
};
|
|
9759
|
-
__name(_ModifyDBInstanceCommand, "ModifyDBInstanceCommand");
|
|
9760
|
-
var ModifyDBInstanceCommand = _ModifyDBInstanceCommand;
|
|
9761
9841
|
|
|
9762
9842
|
// src/commands/ModifyDBParameterGroupCommand.ts
|
|
9763
9843
|
|
|
9764
9844
|
|
|
9765
9845
|
|
|
9766
|
-
var
|
|
9846
|
+
var ModifyDBParameterGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9767
9847
|
return [
|
|
9768
9848
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9769
9849
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9770
9850
|
];
|
|
9771
9851
|
}).s("AmazonRDSv19", "ModifyDBParameterGroup", {}).n("NeptuneClient", "ModifyDBParameterGroupCommand").f(void 0, void 0).ser(se_ModifyDBParameterGroupCommand).de(de_ModifyDBParameterGroupCommand).build() {
|
|
9852
|
+
static {
|
|
9853
|
+
__name(this, "ModifyDBParameterGroupCommand");
|
|
9854
|
+
}
|
|
9772
9855
|
};
|
|
9773
|
-
__name(_ModifyDBParameterGroupCommand, "ModifyDBParameterGroupCommand");
|
|
9774
|
-
var ModifyDBParameterGroupCommand = _ModifyDBParameterGroupCommand;
|
|
9775
9856
|
|
|
9776
9857
|
// src/commands/ModifyDBSubnetGroupCommand.ts
|
|
9777
9858
|
|
|
9778
9859
|
|
|
9779
9860
|
|
|
9780
|
-
var
|
|
9861
|
+
var ModifyDBSubnetGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9781
9862
|
return [
|
|
9782
9863
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9783
9864
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9784
9865
|
];
|
|
9785
9866
|
}).s("AmazonRDSv19", "ModifyDBSubnetGroup", {}).n("NeptuneClient", "ModifyDBSubnetGroupCommand").f(void 0, void 0).ser(se_ModifyDBSubnetGroupCommand).de(de_ModifyDBSubnetGroupCommand).build() {
|
|
9867
|
+
static {
|
|
9868
|
+
__name(this, "ModifyDBSubnetGroupCommand");
|
|
9869
|
+
}
|
|
9786
9870
|
};
|
|
9787
|
-
__name(_ModifyDBSubnetGroupCommand, "ModifyDBSubnetGroupCommand");
|
|
9788
|
-
var ModifyDBSubnetGroupCommand = _ModifyDBSubnetGroupCommand;
|
|
9789
9871
|
|
|
9790
9872
|
// src/commands/ModifyEventSubscriptionCommand.ts
|
|
9791
9873
|
|
|
9792
9874
|
|
|
9793
9875
|
|
|
9794
|
-
var
|
|
9876
|
+
var ModifyEventSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9795
9877
|
return [
|
|
9796
9878
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9797
9879
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9798
9880
|
];
|
|
9799
9881
|
}).s("AmazonRDSv19", "ModifyEventSubscription", {}).n("NeptuneClient", "ModifyEventSubscriptionCommand").f(void 0, void 0).ser(se_ModifyEventSubscriptionCommand).de(de_ModifyEventSubscriptionCommand).build() {
|
|
9882
|
+
static {
|
|
9883
|
+
__name(this, "ModifyEventSubscriptionCommand");
|
|
9884
|
+
}
|
|
9800
9885
|
};
|
|
9801
|
-
__name(_ModifyEventSubscriptionCommand, "ModifyEventSubscriptionCommand");
|
|
9802
|
-
var ModifyEventSubscriptionCommand = _ModifyEventSubscriptionCommand;
|
|
9803
9886
|
|
|
9804
9887
|
// src/commands/ModifyGlobalClusterCommand.ts
|
|
9805
9888
|
|
|
9806
9889
|
|
|
9807
9890
|
|
|
9808
|
-
var
|
|
9891
|
+
var ModifyGlobalClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9809
9892
|
return [
|
|
9810
9893
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9811
9894
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9812
9895
|
];
|
|
9813
9896
|
}).s("AmazonRDSv19", "ModifyGlobalCluster", {}).n("NeptuneClient", "ModifyGlobalClusterCommand").f(void 0, void 0).ser(se_ModifyGlobalClusterCommand).de(de_ModifyGlobalClusterCommand).build() {
|
|
9897
|
+
static {
|
|
9898
|
+
__name(this, "ModifyGlobalClusterCommand");
|
|
9899
|
+
}
|
|
9814
9900
|
};
|
|
9815
|
-
__name(_ModifyGlobalClusterCommand, "ModifyGlobalClusterCommand");
|
|
9816
|
-
var ModifyGlobalClusterCommand = _ModifyGlobalClusterCommand;
|
|
9817
9901
|
|
|
9818
9902
|
// src/commands/PromoteReadReplicaDBClusterCommand.ts
|
|
9819
9903
|
|
|
9820
9904
|
|
|
9821
9905
|
|
|
9822
|
-
var
|
|
9906
|
+
var PromoteReadReplicaDBClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9823
9907
|
return [
|
|
9824
9908
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9825
9909
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9826
9910
|
];
|
|
9827
9911
|
}).s("AmazonRDSv19", "PromoteReadReplicaDBCluster", {}).n("NeptuneClient", "PromoteReadReplicaDBClusterCommand").f(void 0, void 0).ser(se_PromoteReadReplicaDBClusterCommand).de(de_PromoteReadReplicaDBClusterCommand).build() {
|
|
9912
|
+
static {
|
|
9913
|
+
__name(this, "PromoteReadReplicaDBClusterCommand");
|
|
9914
|
+
}
|
|
9828
9915
|
};
|
|
9829
|
-
__name(_PromoteReadReplicaDBClusterCommand, "PromoteReadReplicaDBClusterCommand");
|
|
9830
|
-
var PromoteReadReplicaDBClusterCommand = _PromoteReadReplicaDBClusterCommand;
|
|
9831
9916
|
|
|
9832
9917
|
// src/commands/RebootDBInstanceCommand.ts
|
|
9833
9918
|
|
|
9834
9919
|
|
|
9835
9920
|
|
|
9836
|
-
var
|
|
9921
|
+
var RebootDBInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9837
9922
|
return [
|
|
9838
9923
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9839
9924
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9840
9925
|
];
|
|
9841
9926
|
}).s("AmazonRDSv19", "RebootDBInstance", {}).n("NeptuneClient", "RebootDBInstanceCommand").f(void 0, void 0).ser(se_RebootDBInstanceCommand).de(de_RebootDBInstanceCommand).build() {
|
|
9927
|
+
static {
|
|
9928
|
+
__name(this, "RebootDBInstanceCommand");
|
|
9929
|
+
}
|
|
9842
9930
|
};
|
|
9843
|
-
__name(_RebootDBInstanceCommand, "RebootDBInstanceCommand");
|
|
9844
|
-
var RebootDBInstanceCommand = _RebootDBInstanceCommand;
|
|
9845
9931
|
|
|
9846
9932
|
// src/commands/RemoveFromGlobalClusterCommand.ts
|
|
9847
9933
|
|
|
9848
9934
|
|
|
9849
9935
|
|
|
9850
|
-
var
|
|
9936
|
+
var RemoveFromGlobalClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9851
9937
|
return [
|
|
9852
9938
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9853
9939
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9854
9940
|
];
|
|
9855
9941
|
}).s("AmazonRDSv19", "RemoveFromGlobalCluster", {}).n("NeptuneClient", "RemoveFromGlobalClusterCommand").f(void 0, void 0).ser(se_RemoveFromGlobalClusterCommand).de(de_RemoveFromGlobalClusterCommand).build() {
|
|
9942
|
+
static {
|
|
9943
|
+
__name(this, "RemoveFromGlobalClusterCommand");
|
|
9944
|
+
}
|
|
9856
9945
|
};
|
|
9857
|
-
__name(_RemoveFromGlobalClusterCommand, "RemoveFromGlobalClusterCommand");
|
|
9858
|
-
var RemoveFromGlobalClusterCommand = _RemoveFromGlobalClusterCommand;
|
|
9859
9946
|
|
|
9860
9947
|
// src/commands/RemoveRoleFromDBClusterCommand.ts
|
|
9861
9948
|
|
|
9862
9949
|
|
|
9863
9950
|
|
|
9864
|
-
var
|
|
9951
|
+
var RemoveRoleFromDBClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9865
9952
|
return [
|
|
9866
9953
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9867
9954
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9868
9955
|
];
|
|
9869
9956
|
}).s("AmazonRDSv19", "RemoveRoleFromDBCluster", {}).n("NeptuneClient", "RemoveRoleFromDBClusterCommand").f(void 0, void 0).ser(se_RemoveRoleFromDBClusterCommand).de(de_RemoveRoleFromDBClusterCommand).build() {
|
|
9957
|
+
static {
|
|
9958
|
+
__name(this, "RemoveRoleFromDBClusterCommand");
|
|
9959
|
+
}
|
|
9870
9960
|
};
|
|
9871
|
-
__name(_RemoveRoleFromDBClusterCommand, "RemoveRoleFromDBClusterCommand");
|
|
9872
|
-
var RemoveRoleFromDBClusterCommand = _RemoveRoleFromDBClusterCommand;
|
|
9873
9961
|
|
|
9874
9962
|
// src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts
|
|
9875
9963
|
|
|
9876
9964
|
|
|
9877
9965
|
|
|
9878
|
-
var
|
|
9966
|
+
var RemoveSourceIdentifierFromSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9879
9967
|
return [
|
|
9880
9968
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9881
9969
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9882
9970
|
];
|
|
9883
9971
|
}).s("AmazonRDSv19", "RemoveSourceIdentifierFromSubscription", {}).n("NeptuneClient", "RemoveSourceIdentifierFromSubscriptionCommand").f(void 0, void 0).ser(se_RemoveSourceIdentifierFromSubscriptionCommand).de(de_RemoveSourceIdentifierFromSubscriptionCommand).build() {
|
|
9972
|
+
static {
|
|
9973
|
+
__name(this, "RemoveSourceIdentifierFromSubscriptionCommand");
|
|
9974
|
+
}
|
|
9884
9975
|
};
|
|
9885
|
-
__name(_RemoveSourceIdentifierFromSubscriptionCommand, "RemoveSourceIdentifierFromSubscriptionCommand");
|
|
9886
|
-
var RemoveSourceIdentifierFromSubscriptionCommand = _RemoveSourceIdentifierFromSubscriptionCommand;
|
|
9887
9976
|
|
|
9888
9977
|
// src/commands/RemoveTagsFromResourceCommand.ts
|
|
9889
9978
|
|
|
9890
9979
|
|
|
9891
9980
|
|
|
9892
|
-
var
|
|
9981
|
+
var RemoveTagsFromResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9893
9982
|
return [
|
|
9894
9983
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9895
9984
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9896
9985
|
];
|
|
9897
9986
|
}).s("AmazonRDSv19", "RemoveTagsFromResource", {}).n("NeptuneClient", "RemoveTagsFromResourceCommand").f(void 0, void 0).ser(se_RemoveTagsFromResourceCommand).de(de_RemoveTagsFromResourceCommand).build() {
|
|
9987
|
+
static {
|
|
9988
|
+
__name(this, "RemoveTagsFromResourceCommand");
|
|
9989
|
+
}
|
|
9898
9990
|
};
|
|
9899
|
-
__name(_RemoveTagsFromResourceCommand, "RemoveTagsFromResourceCommand");
|
|
9900
|
-
var RemoveTagsFromResourceCommand = _RemoveTagsFromResourceCommand;
|
|
9901
9991
|
|
|
9902
9992
|
// src/commands/ResetDBClusterParameterGroupCommand.ts
|
|
9903
9993
|
|
|
9904
9994
|
|
|
9905
9995
|
|
|
9906
|
-
var
|
|
9996
|
+
var ResetDBClusterParameterGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9907
9997
|
return [
|
|
9908
9998
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9909
9999
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9910
10000
|
];
|
|
9911
10001
|
}).s("AmazonRDSv19", "ResetDBClusterParameterGroup", {}).n("NeptuneClient", "ResetDBClusterParameterGroupCommand").f(void 0, void 0).ser(se_ResetDBClusterParameterGroupCommand).de(de_ResetDBClusterParameterGroupCommand).build() {
|
|
10002
|
+
static {
|
|
10003
|
+
__name(this, "ResetDBClusterParameterGroupCommand");
|
|
10004
|
+
}
|
|
9912
10005
|
};
|
|
9913
|
-
__name(_ResetDBClusterParameterGroupCommand, "ResetDBClusterParameterGroupCommand");
|
|
9914
|
-
var ResetDBClusterParameterGroupCommand = _ResetDBClusterParameterGroupCommand;
|
|
9915
10006
|
|
|
9916
10007
|
// src/commands/ResetDBParameterGroupCommand.ts
|
|
9917
10008
|
|
|
9918
10009
|
|
|
9919
10010
|
|
|
9920
|
-
var
|
|
10011
|
+
var ResetDBParameterGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9921
10012
|
return [
|
|
9922
10013
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9923
10014
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9924
10015
|
];
|
|
9925
10016
|
}).s("AmazonRDSv19", "ResetDBParameterGroup", {}).n("NeptuneClient", "ResetDBParameterGroupCommand").f(void 0, void 0).ser(se_ResetDBParameterGroupCommand).de(de_ResetDBParameterGroupCommand).build() {
|
|
10017
|
+
static {
|
|
10018
|
+
__name(this, "ResetDBParameterGroupCommand");
|
|
10019
|
+
}
|
|
9926
10020
|
};
|
|
9927
|
-
__name(_ResetDBParameterGroupCommand, "ResetDBParameterGroupCommand");
|
|
9928
|
-
var ResetDBParameterGroupCommand = _ResetDBParameterGroupCommand;
|
|
9929
10021
|
|
|
9930
10022
|
// src/commands/RestoreDBClusterFromSnapshotCommand.ts
|
|
9931
10023
|
|
|
9932
10024
|
|
|
9933
10025
|
|
|
9934
|
-
var
|
|
10026
|
+
var RestoreDBClusterFromSnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9935
10027
|
return [
|
|
9936
10028
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9937
10029
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9938
10030
|
];
|
|
9939
10031
|
}).s("AmazonRDSv19", "RestoreDBClusterFromSnapshot", {}).n("NeptuneClient", "RestoreDBClusterFromSnapshotCommand").f(void 0, void 0).ser(se_RestoreDBClusterFromSnapshotCommand).de(de_RestoreDBClusterFromSnapshotCommand).build() {
|
|
10032
|
+
static {
|
|
10033
|
+
__name(this, "RestoreDBClusterFromSnapshotCommand");
|
|
10034
|
+
}
|
|
9940
10035
|
};
|
|
9941
|
-
__name(_RestoreDBClusterFromSnapshotCommand, "RestoreDBClusterFromSnapshotCommand");
|
|
9942
|
-
var RestoreDBClusterFromSnapshotCommand = _RestoreDBClusterFromSnapshotCommand;
|
|
9943
10036
|
|
|
9944
10037
|
// src/commands/RestoreDBClusterToPointInTimeCommand.ts
|
|
9945
10038
|
|
|
9946
10039
|
|
|
9947
10040
|
|
|
9948
|
-
var
|
|
10041
|
+
var RestoreDBClusterToPointInTimeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9949
10042
|
return [
|
|
9950
10043
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9951
10044
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9952
10045
|
];
|
|
9953
10046
|
}).s("AmazonRDSv19", "RestoreDBClusterToPointInTime", {}).n("NeptuneClient", "RestoreDBClusterToPointInTimeCommand").f(void 0, void 0).ser(se_RestoreDBClusterToPointInTimeCommand).de(de_RestoreDBClusterToPointInTimeCommand).build() {
|
|
10047
|
+
static {
|
|
10048
|
+
__name(this, "RestoreDBClusterToPointInTimeCommand");
|
|
10049
|
+
}
|
|
9954
10050
|
};
|
|
9955
|
-
__name(_RestoreDBClusterToPointInTimeCommand, "RestoreDBClusterToPointInTimeCommand");
|
|
9956
|
-
var RestoreDBClusterToPointInTimeCommand = _RestoreDBClusterToPointInTimeCommand;
|
|
9957
10051
|
|
|
9958
10052
|
// src/commands/StartDBClusterCommand.ts
|
|
9959
10053
|
|
|
9960
10054
|
|
|
9961
10055
|
|
|
9962
|
-
var
|
|
10056
|
+
var StartDBClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9963
10057
|
return [
|
|
9964
10058
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9965
10059
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9966
10060
|
];
|
|
9967
10061
|
}).s("AmazonRDSv19", "StartDBCluster", {}).n("NeptuneClient", "StartDBClusterCommand").f(void 0, void 0).ser(se_StartDBClusterCommand).de(de_StartDBClusterCommand).build() {
|
|
10062
|
+
static {
|
|
10063
|
+
__name(this, "StartDBClusterCommand");
|
|
10064
|
+
}
|
|
9968
10065
|
};
|
|
9969
|
-
__name(_StartDBClusterCommand, "StartDBClusterCommand");
|
|
9970
|
-
var StartDBClusterCommand = _StartDBClusterCommand;
|
|
9971
10066
|
|
|
9972
10067
|
// src/commands/StopDBClusterCommand.ts
|
|
9973
10068
|
|
|
9974
10069
|
|
|
9975
10070
|
|
|
9976
|
-
var
|
|
10071
|
+
var StopDBClusterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
9977
10072
|
return [
|
|
9978
10073
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9979
10074
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9980
10075
|
];
|
|
9981
10076
|
}).s("AmazonRDSv19", "StopDBCluster", {}).n("NeptuneClient", "StopDBClusterCommand").f(void 0, void 0).ser(se_StopDBClusterCommand).de(de_StopDBClusterCommand).build() {
|
|
10077
|
+
static {
|
|
10078
|
+
__name(this, "StopDBClusterCommand");
|
|
10079
|
+
}
|
|
9982
10080
|
};
|
|
9983
|
-
__name(_StopDBClusterCommand, "StopDBClusterCommand");
|
|
9984
|
-
var StopDBClusterCommand = _StopDBClusterCommand;
|
|
9985
10081
|
|
|
9986
10082
|
// src/Neptune.ts
|
|
9987
10083
|
var commands = {
|
|
@@ -10055,10 +10151,11 @@ var commands = {
|
|
|
10055
10151
|
StartDBClusterCommand,
|
|
10056
10152
|
StopDBClusterCommand
|
|
10057
10153
|
};
|
|
10058
|
-
var
|
|
10154
|
+
var Neptune = class extends NeptuneClient {
|
|
10155
|
+
static {
|
|
10156
|
+
__name(this, "Neptune");
|
|
10157
|
+
}
|
|
10059
10158
|
};
|
|
10060
|
-
__name(_Neptune, "Neptune");
|
|
10061
|
-
var Neptune = _Neptune;
|
|
10062
10159
|
(0, import_smithy_client.createAggregatedClient)(commands, Neptune);
|
|
10063
10160
|
|
|
10064
10161
|
// src/pagination/DescribeDBClusterEndpointsPaginator.ts
|