@aws-sdk/client-dax 3.940.0 → 3.946.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 +28 -140
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/DAXClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +28 -140
- package/dist-types/DAX.d.ts +1 -1
- package/dist-types/DAXClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateParameterGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateSubnetGroupCommand.d.ts +3 -3
- package/dist-types/commands/DecreaseReplicationFactorCommand.d.ts +3 -3
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -3
- package/dist-types/commands/DeleteParameterGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSubnetGroupCommand.d.ts +3 -3
- package/dist-types/commands/DescribeClustersCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDefaultParametersCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEventsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeParameterGroupsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeParametersCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSubnetGroupsCommand.d.ts +3 -3
- package/dist-types/commands/IncreaseReplicationFactorCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsCommand.d.ts +3 -3
- package/dist-types/commands/RebootNodeCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateClusterCommand.d.ts +3 -3
- package/dist-types/commands/UpdateParameterGroupCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSubnetGroupCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/DAXServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/DAXClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/DAXServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -233,11 +233,7 @@ export var ClusterAlreadyExistsFault = [
|
|
|
233
233
|
-3,
|
|
234
234
|
n0,
|
|
235
235
|
_CAEF,
|
|
236
|
-
{
|
|
237
|
-
[_e]: _c,
|
|
238
|
-
[_hE]: 400,
|
|
239
|
-
[_aQE]: [`ClusterAlreadyExists`, 400],
|
|
240
|
-
},
|
|
236
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ClusterAlreadyExists`, 400] },
|
|
241
237
|
[_m],
|
|
242
238
|
[0],
|
|
243
239
|
];
|
|
@@ -246,11 +242,7 @@ export var ClusterNotFoundFault = [
|
|
|
246
242
|
-3,
|
|
247
243
|
n0,
|
|
248
244
|
_CNFF,
|
|
249
|
-
{
|
|
250
|
-
[_e]: _c,
|
|
251
|
-
[_hE]: 404,
|
|
252
|
-
[_aQE]: [`ClusterNotFound`, 404],
|
|
253
|
-
},
|
|
245
|
+
{ [_e]: _c, [_hE]: 404, [_aQE]: [`ClusterNotFound`, 404] },
|
|
254
246
|
[_m],
|
|
255
247
|
[0],
|
|
256
248
|
];
|
|
@@ -259,11 +251,7 @@ export var ClusterQuotaForCustomerExceededFault = [
|
|
|
259
251
|
-3,
|
|
260
252
|
n0,
|
|
261
253
|
_CQFCEF,
|
|
262
|
-
{
|
|
263
|
-
[_e]: _c,
|
|
264
|
-
[_hE]: 400,
|
|
265
|
-
[_aQE]: [`ClusterQuotaForCustomerExceeded`, 400],
|
|
266
|
-
},
|
|
254
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ClusterQuotaForCustomerExceeded`, 400] },
|
|
267
255
|
[_m],
|
|
268
256
|
[0],
|
|
269
257
|
];
|
|
@@ -365,11 +353,7 @@ export var InsufficientClusterCapacityFault = [
|
|
|
365
353
|
-3,
|
|
366
354
|
n0,
|
|
367
355
|
_ICCF,
|
|
368
|
-
{
|
|
369
|
-
[_e]: _c,
|
|
370
|
-
[_hE]: 400,
|
|
371
|
-
[_aQE]: [`InsufficientClusterCapacity`, 400],
|
|
372
|
-
},
|
|
356
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InsufficientClusterCapacity`, 400] },
|
|
373
357
|
[_m],
|
|
374
358
|
[0],
|
|
375
359
|
];
|
|
@@ -378,11 +362,7 @@ export var InvalidARNFault = [
|
|
|
378
362
|
-3,
|
|
379
363
|
n0,
|
|
380
364
|
_IARNF,
|
|
381
|
-
{
|
|
382
|
-
[_e]: _c,
|
|
383
|
-
[_hE]: 400,
|
|
384
|
-
[_aQE]: [`InvalidARN`, 400],
|
|
385
|
-
},
|
|
365
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidARN`, 400] },
|
|
386
366
|
[_m],
|
|
387
367
|
[0],
|
|
388
368
|
];
|
|
@@ -391,11 +371,7 @@ export var InvalidClusterStateFault = [
|
|
|
391
371
|
-3,
|
|
392
372
|
n0,
|
|
393
373
|
_ICSF,
|
|
394
|
-
{
|
|
395
|
-
[_e]: _c,
|
|
396
|
-
[_hE]: 400,
|
|
397
|
-
[_aQE]: [`InvalidClusterState`, 400],
|
|
398
|
-
},
|
|
374
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidClusterState`, 400] },
|
|
399
375
|
[_m],
|
|
400
376
|
[0],
|
|
401
377
|
];
|
|
@@ -404,11 +380,7 @@ export var InvalidParameterCombinationException = [
|
|
|
404
380
|
-3,
|
|
405
381
|
n0,
|
|
406
382
|
_IPCE,
|
|
407
|
-
{
|
|
408
|
-
[_e]: _c,
|
|
409
|
-
[_hE]: 400,
|
|
410
|
-
[_aQE]: [`InvalidParameterCombination`, 400],
|
|
411
|
-
},
|
|
383
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidParameterCombination`, 400] },
|
|
412
384
|
[_m],
|
|
413
385
|
[0],
|
|
414
386
|
];
|
|
@@ -417,11 +389,7 @@ export var InvalidParameterGroupStateFault = [
|
|
|
417
389
|
-3,
|
|
418
390
|
n0,
|
|
419
391
|
_IPGSF,
|
|
420
|
-
{
|
|
421
|
-
[_e]: _c,
|
|
422
|
-
[_hE]: 400,
|
|
423
|
-
[_aQE]: [`InvalidParameterGroupState`, 400],
|
|
424
|
-
},
|
|
392
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidParameterGroupState`, 400] },
|
|
425
393
|
[_m],
|
|
426
394
|
[0],
|
|
427
395
|
];
|
|
@@ -430,11 +398,7 @@ export var InvalidParameterValueException = [
|
|
|
430
398
|
-3,
|
|
431
399
|
n0,
|
|
432
400
|
_IPVE,
|
|
433
|
-
{
|
|
434
|
-
[_e]: _c,
|
|
435
|
-
[_hE]: 400,
|
|
436
|
-
[_aQE]: [`InvalidParameterValue`, 400],
|
|
437
|
-
},
|
|
401
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidParameterValue`, 400] },
|
|
438
402
|
[_m],
|
|
439
403
|
[0],
|
|
440
404
|
];
|
|
@@ -443,11 +407,7 @@ export var InvalidSubnet = [
|
|
|
443
407
|
-3,
|
|
444
408
|
n0,
|
|
445
409
|
_IS,
|
|
446
|
-
{
|
|
447
|
-
[_e]: _c,
|
|
448
|
-
[_hE]: 400,
|
|
449
|
-
[_aQE]: [`InvalidSubnet`, 400],
|
|
450
|
-
},
|
|
410
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidSubnet`, 400] },
|
|
451
411
|
[_m],
|
|
452
412
|
[0],
|
|
453
413
|
];
|
|
@@ -456,11 +416,7 @@ export var InvalidVPCNetworkStateFault = [
|
|
|
456
416
|
-3,
|
|
457
417
|
n0,
|
|
458
418
|
_IVPCNSF,
|
|
459
|
-
{
|
|
460
|
-
[_e]: _c,
|
|
461
|
-
[_hE]: 400,
|
|
462
|
-
[_aQE]: [`InvalidVPCNetworkStateFault`, 400],
|
|
463
|
-
},
|
|
419
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`InvalidVPCNetworkStateFault`, 400] },
|
|
464
420
|
[_m],
|
|
465
421
|
[0],
|
|
466
422
|
];
|
|
@@ -479,11 +435,7 @@ export var NodeNotFoundFault = [
|
|
|
479
435
|
-3,
|
|
480
436
|
n0,
|
|
481
437
|
_NNFF,
|
|
482
|
-
{
|
|
483
|
-
[_e]: _c,
|
|
484
|
-
[_hE]: 404,
|
|
485
|
-
[_aQE]: [`NodeNotFound`, 404],
|
|
486
|
-
},
|
|
438
|
+
{ [_e]: _c, [_hE]: 404, [_aQE]: [`NodeNotFound`, 404] },
|
|
487
439
|
[_m],
|
|
488
440
|
[0],
|
|
489
441
|
];
|
|
@@ -492,11 +444,7 @@ export var NodeQuotaForClusterExceededFault = [
|
|
|
492
444
|
-3,
|
|
493
445
|
n0,
|
|
494
446
|
_NQFCEF,
|
|
495
|
-
{
|
|
496
|
-
[_e]: _c,
|
|
497
|
-
[_hE]: 400,
|
|
498
|
-
[_aQE]: [`NodeQuotaForClusterExceeded`, 400],
|
|
499
|
-
},
|
|
447
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`NodeQuotaForClusterExceeded`, 400] },
|
|
500
448
|
[_m],
|
|
501
449
|
[0],
|
|
502
450
|
];
|
|
@@ -505,11 +453,7 @@ export var NodeQuotaForCustomerExceededFault = [
|
|
|
505
453
|
-3,
|
|
506
454
|
n0,
|
|
507
455
|
_NQFCEFo,
|
|
508
|
-
{
|
|
509
|
-
[_e]: _c,
|
|
510
|
-
[_hE]: 400,
|
|
511
|
-
[_aQE]: [`NodeQuotaForCustomerExceeded`, 400],
|
|
512
|
-
},
|
|
456
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`NodeQuotaForCustomerExceeded`, 400] },
|
|
513
457
|
[_m],
|
|
514
458
|
[0],
|
|
515
459
|
];
|
|
@@ -529,11 +473,7 @@ export var ParameterGroupAlreadyExistsFault = [
|
|
|
529
473
|
-3,
|
|
530
474
|
n0,
|
|
531
475
|
_PGAEF,
|
|
532
|
-
{
|
|
533
|
-
[_e]: _c,
|
|
534
|
-
[_hE]: 400,
|
|
535
|
-
[_aQE]: [`ParameterGroupAlreadyExists`, 400],
|
|
536
|
-
},
|
|
476
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ParameterGroupAlreadyExists`, 400] },
|
|
537
477
|
[_m],
|
|
538
478
|
[0],
|
|
539
479
|
];
|
|
@@ -542,11 +482,7 @@ export var ParameterGroupNotFoundFault = [
|
|
|
542
482
|
-3,
|
|
543
483
|
n0,
|
|
544
484
|
_PGNFF,
|
|
545
|
-
{
|
|
546
|
-
[_e]: _c,
|
|
547
|
-
[_hE]: 404,
|
|
548
|
-
[_aQE]: [`ParameterGroupNotFound`, 404],
|
|
549
|
-
},
|
|
485
|
+
{ [_e]: _c, [_hE]: 404, [_aQE]: [`ParameterGroupNotFound`, 404] },
|
|
550
486
|
[_m],
|
|
551
487
|
[0],
|
|
552
488
|
];
|
|
@@ -555,11 +491,7 @@ export var ParameterGroupQuotaExceededFault = [
|
|
|
555
491
|
-3,
|
|
556
492
|
n0,
|
|
557
493
|
_PGQEF,
|
|
558
|
-
{
|
|
559
|
-
[_e]: _c,
|
|
560
|
-
[_hE]: 400,
|
|
561
|
-
[_aQE]: [`ParameterGroupQuotaExceeded`, 400],
|
|
562
|
-
},
|
|
494
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ParameterGroupQuotaExceeded`, 400] },
|
|
563
495
|
[_m],
|
|
564
496
|
[0],
|
|
565
497
|
];
|
|
@@ -573,11 +505,7 @@ export var ServiceLinkedRoleNotFoundFault = [
|
|
|
573
505
|
-3,
|
|
574
506
|
n0,
|
|
575
507
|
_SLRNFF,
|
|
576
|
-
{
|
|
577
|
-
[_e]: _c,
|
|
578
|
-
[_hE]: 400,
|
|
579
|
-
[_aQE]: [`ServiceLinkedRoleNotFoundFault`, 400],
|
|
580
|
-
},
|
|
508
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`ServiceLinkedRoleNotFoundFault`, 400] },
|
|
581
509
|
[_m],
|
|
582
510
|
[0],
|
|
583
511
|
];
|
|
@@ -586,11 +514,7 @@ export var ServiceQuotaExceededException = [
|
|
|
586
514
|
-3,
|
|
587
515
|
n0,
|
|
588
516
|
_SQEE,
|
|
589
|
-
{
|
|
590
|
-
[_e]: _c,
|
|
591
|
-
[_hE]: 402,
|
|
592
|
-
[_aQE]: [`ServiceQuotaExceeded`, 402],
|
|
593
|
-
},
|
|
517
|
+
{ [_e]: _c, [_hE]: 402, [_aQE]: [`ServiceQuotaExceeded`, 402] },
|
|
594
518
|
[],
|
|
595
519
|
[],
|
|
596
520
|
];
|
|
@@ -610,11 +534,7 @@ export var SubnetGroupAlreadyExistsFault = [
|
|
|
610
534
|
-3,
|
|
611
535
|
n0,
|
|
612
536
|
_SGAEF,
|
|
613
|
-
{
|
|
614
|
-
[_e]: _c,
|
|
615
|
-
[_hE]: 400,
|
|
616
|
-
[_aQE]: [`SubnetGroupAlreadyExists`, 400],
|
|
617
|
-
},
|
|
537
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`SubnetGroupAlreadyExists`, 400] },
|
|
618
538
|
[_m],
|
|
619
539
|
[0],
|
|
620
540
|
];
|
|
@@ -623,11 +543,7 @@ export var SubnetGroupInUseFault = [
|
|
|
623
543
|
-3,
|
|
624
544
|
n0,
|
|
625
545
|
_SGIUF,
|
|
626
|
-
{
|
|
627
|
-
[_e]: _c,
|
|
628
|
-
[_hE]: 400,
|
|
629
|
-
[_aQE]: [`SubnetGroupInUse`, 400],
|
|
630
|
-
},
|
|
546
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`SubnetGroupInUse`, 400] },
|
|
631
547
|
[_m],
|
|
632
548
|
[0],
|
|
633
549
|
];
|
|
@@ -636,11 +552,7 @@ export var SubnetGroupNotFoundFault = [
|
|
|
636
552
|
-3,
|
|
637
553
|
n0,
|
|
638
554
|
_SGNFF,
|
|
639
|
-
{
|
|
640
|
-
[_e]: _c,
|
|
641
|
-
[_hE]: 404,
|
|
642
|
-
[_aQE]: [`SubnetGroupNotFoundFault`, 404],
|
|
643
|
-
},
|
|
555
|
+
{ [_e]: _c, [_hE]: 404, [_aQE]: [`SubnetGroupNotFoundFault`, 404] },
|
|
644
556
|
[_m],
|
|
645
557
|
[0],
|
|
646
558
|
];
|
|
@@ -649,11 +561,7 @@ export var SubnetGroupQuotaExceededFault = [
|
|
|
649
561
|
-3,
|
|
650
562
|
n0,
|
|
651
563
|
_SGQEF,
|
|
652
|
-
{
|
|
653
|
-
[_e]: _c,
|
|
654
|
-
[_hE]: 400,
|
|
655
|
-
[_aQE]: [`SubnetGroupQuotaExceeded`, 400],
|
|
656
|
-
},
|
|
564
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`SubnetGroupQuotaExceeded`, 400] },
|
|
657
565
|
[_m],
|
|
658
566
|
[0],
|
|
659
567
|
];
|
|
@@ -662,11 +570,7 @@ export var SubnetInUse = [
|
|
|
662
570
|
-3,
|
|
663
571
|
n0,
|
|
664
572
|
_SIU,
|
|
665
|
-
{
|
|
666
|
-
[_e]: _c,
|
|
667
|
-
[_hE]: 400,
|
|
668
|
-
[_aQE]: [`SubnetInUse`, 400],
|
|
669
|
-
},
|
|
573
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`SubnetInUse`, 400] },
|
|
670
574
|
[_m],
|
|
671
575
|
[0],
|
|
672
576
|
];
|
|
@@ -675,11 +579,7 @@ export var SubnetNotAllowedFault = [
|
|
|
675
579
|
-3,
|
|
676
580
|
n0,
|
|
677
581
|
_SNAF,
|
|
678
|
-
{
|
|
679
|
-
[_e]: _c,
|
|
680
|
-
[_hE]: 400,
|
|
681
|
-
[_aQE]: [`SubnetNotAllowedFault`, 400],
|
|
682
|
-
},
|
|
582
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`SubnetNotAllowedFault`, 400] },
|
|
683
583
|
[_m],
|
|
684
584
|
[0],
|
|
685
585
|
];
|
|
@@ -688,11 +588,7 @@ export var SubnetQuotaExceededFault = [
|
|
|
688
588
|
-3,
|
|
689
589
|
n0,
|
|
690
590
|
_SQEF,
|
|
691
|
-
{
|
|
692
|
-
[_e]: _c,
|
|
693
|
-
[_hE]: 400,
|
|
694
|
-
[_aQE]: [`SubnetQuotaExceededFault`, 400],
|
|
695
|
-
},
|
|
591
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`SubnetQuotaExceededFault`, 400] },
|
|
696
592
|
[_m],
|
|
697
593
|
[0],
|
|
698
594
|
];
|
|
@@ -702,11 +598,7 @@ export var TagNotFoundFault = [
|
|
|
702
598
|
-3,
|
|
703
599
|
n0,
|
|
704
600
|
_TNFF,
|
|
705
|
-
{
|
|
706
|
-
[_e]: _c,
|
|
707
|
-
[_hE]: 404,
|
|
708
|
-
[_aQE]: [`TagNotFound`, 404],
|
|
709
|
-
},
|
|
601
|
+
{ [_e]: _c, [_hE]: 404, [_aQE]: [`TagNotFound`, 404] },
|
|
710
602
|
[_m],
|
|
711
603
|
[0],
|
|
712
604
|
];
|
|
@@ -715,11 +607,7 @@ export var TagQuotaPerResourceExceeded = [
|
|
|
715
607
|
-3,
|
|
716
608
|
n0,
|
|
717
609
|
_TQPRE,
|
|
718
|
-
{
|
|
719
|
-
[_e]: _c,
|
|
720
|
-
[_hE]: 400,
|
|
721
|
-
[_aQE]: [`TagQuotaPerResourceExceeded`, 400],
|
|
722
|
-
},
|
|
610
|
+
{ [_e]: _c, [_hE]: 400, [_aQE]: [`TagQuotaPerResourceExceeded`, 400] },
|
|
723
611
|
[_m],
|
|
724
612
|
[0],
|
|
725
613
|
];
|
package/dist-types/DAX.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
|
|
3
3
|
import { CreateParameterGroupCommandInput, CreateParameterGroupCommandOutput } from "./commands/CreateParameterGroupCommand";
|
|
4
4
|
import { CreateSubnetGroupCommandInput, CreateSubnetGroupCommandOutput } from "./commands/CreateSubnetGroupCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
|
|
11
11
|
import { CreateParameterGroupCommandInput, CreateParameterGroupCommandOutput } from "./commands/CreateParameterGroupCommand";
|
|
12
12
|
import { CreateSubnetGroupCommandInput, CreateSubnetGroupCommandOutput } from "./commands/CreateSubnetGroupCommand";
|
|
@@ -29,7 +29,7 @@ import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "./command
|
|
|
29
29
|
import { UpdateParameterGroupCommandInput, UpdateParameterGroupCommandOutput } from "./commands/UpdateParameterGroupCommand";
|
|
30
30
|
import { UpdateSubnetGroupCommandInput, UpdateSubnetGroupCommandOutput } from "./commands/UpdateSubnetGroupCommand";
|
|
31
31
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
32
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
32
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
33
33
|
export { __Client };
|
|
34
34
|
/**
|
|
35
35
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { DAXHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { DAXHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig } from "../DAXClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type DAXClientResolvedConfig } from "../DAXClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
-
import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
+
import type { CreateClusterRequest, CreateClusterResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
-
import { CreateParameterGroupRequest, CreateParameterGroupResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
+
import type { CreateParameterGroupRequest, CreateParameterGroupResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
-
import { CreateSubnetGroupRequest, CreateSubnetGroupResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
+
import type { CreateSubnetGroupRequest, CreateSubnetGroupResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
-
import { DecreaseReplicationFactorRequest, DecreaseReplicationFactorResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
+
import type { DecreaseReplicationFactorRequest, DecreaseReplicationFactorResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
-
import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
+
import type { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
-
import { DeleteParameterGroupRequest, DeleteParameterGroupResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
+
import type { DeleteParameterGroupRequest, DeleteParameterGroupResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
-
import { DeleteSubnetGroupRequest, DeleteSubnetGroupResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
+
import type { DeleteSubnetGroupRequest, DeleteSubnetGroupResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
-
import { DescribeClustersRequest, DescribeClustersResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
+
import type { DescribeClustersRequest, DescribeClustersResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
-
import { DescribeDefaultParametersRequest, DescribeDefaultParametersResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
+
import type { DescribeDefaultParametersRequest, DescribeDefaultParametersResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
-
import { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
+
import type { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
-
import { DescribeParameterGroupsRequest, DescribeParameterGroupsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
+
import type { DescribeParameterGroupsRequest, DescribeParameterGroupsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
-
import { DescribeParametersRequest, DescribeParametersResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
+
import type { DescribeParametersRequest, DescribeParametersResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
-
import { DescribeSubnetGroupsRequest, DescribeSubnetGroupsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
+
import type { DescribeSubnetGroupsRequest, DescribeSubnetGroupsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
-
import { IncreaseReplicationFactorRequest, IncreaseReplicationFactorResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
+
import type { IncreaseReplicationFactorRequest, IncreaseReplicationFactorResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
-
import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
+
import type { ListTagsRequest, ListTagsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
-
import { RebootNodeRequest, RebootNodeResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
+
import type { RebootNodeRequest, RebootNodeResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
+
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
+
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
-
import { UpdateClusterRequest, UpdateClusterResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
+
import type { UpdateClusterRequest, UpdateClusterResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
-
import { UpdateParameterGroupRequest, UpdateParameterGroupResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
|
|
4
|
+
import type { UpdateParameterGroupRequest, UpdateParameterGroupResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|