@aws-sdk/client-resource-explorer-2 3.943.0 → 3.947.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/dist-cjs/index.js +41 -176
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/ResourceExplorer2Client.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +41 -176
  8. package/dist-types/ResourceExplorer2.d.ts +1 -1
  9. package/dist-types/ResourceExplorer2Client.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AssociateDefaultViewCommand.d.ts +3 -3
  13. package/dist-types/commands/BatchGetViewCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateIndexCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateResourceExplorerSetupCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateViewCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteIndexCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteResourceExplorerSetupCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteViewCommand.d.ts +3 -3
  20. package/dist-types/commands/DisassociateDefaultViewCommand.d.ts +2 -2
  21. package/dist-types/commands/GetAccountLevelServiceConfigurationCommand.d.ts +3 -3
  22. package/dist-types/commands/GetDefaultViewCommand.d.ts +3 -3
  23. package/dist-types/commands/GetIndexCommand.d.ts +3 -3
  24. package/dist-types/commands/GetManagedViewCommand.d.ts +3 -3
  25. package/dist-types/commands/GetResourceExplorerSetupCommand.d.ts +3 -3
  26. package/dist-types/commands/GetServiceIndexCommand.d.ts +3 -3
  27. package/dist-types/commands/GetServiceViewCommand.d.ts +3 -3
  28. package/dist-types/commands/GetViewCommand.d.ts +3 -3
  29. package/dist-types/commands/ListIndexesCommand.d.ts +3 -3
  30. package/dist-types/commands/ListIndexesForMembersCommand.d.ts +3 -3
  31. package/dist-types/commands/ListManagedViewsCommand.d.ts +3 -3
  32. package/dist-types/commands/ListResourcesCommand.d.ts +3 -3
  33. package/dist-types/commands/ListServiceIndexesCommand.d.ts +3 -3
  34. package/dist-types/commands/ListServiceViewsCommand.d.ts +3 -3
  35. package/dist-types/commands/ListStreamingAccessForServicesCommand.d.ts +3 -3
  36. package/dist-types/commands/ListSupportedResourceTypesCommand.d.ts +3 -3
  37. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  38. package/dist-types/commands/ListViewsCommand.d.ts +3 -3
  39. package/dist-types/commands/SearchCommand.d.ts +3 -3
  40. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  41. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  42. package/dist-types/commands/UpdateIndexTypeCommand.d.ts +3 -3
  43. package/dist-types/commands/UpdateViewCommand.d.ts +3 -3
  44. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  45. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  46. package/dist-types/extensionConfiguration.d.ts +4 -4
  47. package/dist-types/models/ResourceExplorer2ServiceException.d.ts +1 -1
  48. package/dist-types/models/errors.d.ts +1 -1
  49. package/dist-types/pagination/GetResourceExplorerSetupPaginator.d.ts +1 -1
  50. package/dist-types/pagination/Interfaces.d.ts +1 -1
  51. package/dist-types/pagination/ListIndexesForMembersPaginator.d.ts +1 -1
  52. package/dist-types/pagination/ListIndexesPaginator.d.ts +1 -1
  53. package/dist-types/pagination/ListManagedViewsPaginator.d.ts +1 -1
  54. package/dist-types/pagination/ListResourcesPaginator.d.ts +1 -1
  55. package/dist-types/pagination/ListServiceIndexesPaginator.d.ts +1 -1
  56. package/dist-types/pagination/ListServiceViewsPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListStreamingAccessForServicesPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListSupportedResourceTypesPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListViewsPaginator.d.ts +1 -1
  60. package/dist-types/pagination/SearchPaginator.d.ts +1 -1
  61. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  62. package/dist-types/runtimeConfig.d.ts +1 -1
  63. package/dist-types/runtimeConfig.native.d.ts +1 -1
  64. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  65. package/dist-types/runtimeExtensions.d.ts +1 -1
  66. package/dist-types/schemas/schemas_0.d.ts +1 -1
  67. package/dist-types/ts3.4/ResourceExplorer2Client.d.ts +3 -3
  68. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  69. package/dist-types/ts3.4/models/ResourceExplorer2ServiceException.d.ts +1 -1
  70. package/package.json +13 -12
@@ -206,17 +206,7 @@ import { TypeRegistry } from "@smithy/core/schema";
206
206
  import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, UnauthorizedException as __UnauthorizedException, ValidationException as __ValidationException, } from "../models/errors";
207
207
  import { ResourceExplorer2ServiceException as __ResourceExplorer2ServiceException } from "../models/ResourceExplorer2ServiceException";
208
208
  export var QueryString = [0, n0, _QS, 8, 0];
209
- export var AccessDeniedException = [
210
- -3,
211
- n0,
212
- _ADE,
213
- {
214
- [_e]: _c,
215
- [_hE]: 403,
216
- },
217
- [_M],
218
- [0],
219
- ];
209
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
220
210
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
221
211
  export var AssociateDefaultViewInput = [3, n0, _ADVI, 0, [_VA], [0]];
222
212
  export var AssociateDefaultViewOutput = [3, n0, _ADVO, 0, [_VA], [0]];
@@ -230,17 +220,7 @@ export var BatchGetViewOutput = [
230
220
  [_V, _E],
231
221
  [[() => ViewList, 0], () => BatchGetViewErrors],
232
222
  ];
233
- export var ConflictException = [
234
- -3,
235
- n0,
236
- _CE,
237
- {
238
- [_e]: _c,
239
- [_hE]: 409,
240
- },
241
- [_M],
242
- [0],
243
- ];
223
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
244
224
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
245
225
  export var CreateIndexInput = [
246
226
  3,
@@ -325,17 +305,7 @@ export var GetViewOutput = [
325
305
  export var IncludedProperty = [3, n0, _IPn, 0, [_N], [0]];
326
306
  export var Index = [3, n0, _I, 0, [_Re, _A, _Ty], [0, 0, 0]];
327
307
  export var IndexStatus = [3, n0, _IS, 0, [_St, _I, _ED], [0, () => Index, () => ErrorDetails]];
328
- export var InternalServerException = [
329
- -3,
330
- n0,
331
- _ISE,
332
- {
333
- [_e]: _s,
334
- [_hE]: 500,
335
- },
336
- [_M],
337
- [0],
338
- ];
308
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
339
309
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
340
310
  export var ListIndexesForMembersInput = [3, n0, _LIFMI, 0, [_AIL, _MR, _NT], [64 | 0, 1, 0]];
341
311
  export var ListIndexesForMembersOutput = [
@@ -412,17 +382,7 @@ export var Resource = [
412
382
  [0, 0, 0, 0, 0, 5, () => ResourcePropertyList],
413
383
  ];
414
384
  export var ResourceCount = [3, n0, _RC, 0, [_TR, _Co], [1, 2]];
415
- export var ResourceNotFoundException = [
416
- -3,
417
- n0,
418
- _RNFE,
419
- {
420
- [_e]: _c,
421
- [_hE]: 404,
422
- },
423
- [_M],
424
- [0],
425
- ];
385
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
426
386
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
427
387
  export var ResourceProperty = [3, n0, _RPe, 0, [_N, _LRA, _D], [0, 5, 15]];
428
388
  export var SearchFilter = [3, n0, _SF, 8, [_FS], [0]];
@@ -446,10 +406,7 @@ export var ServiceQuotaExceededException = [
446
406
  -3,
447
407
  n0,
448
408
  _SQEE,
449
- {
450
- [_e]: _c,
451
- [_hE]: 402,
452
- },
409
+ { [_e]: _c, [_hE]: 402 },
453
410
  [_M, _N, _Va],
454
411
  [0, 0, 0],
455
412
  ];
@@ -476,29 +433,9 @@ export var TagResourceInput = [
476
433
  ],
477
434
  ];
478
435
  export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
479
- export var ThrottlingException = [
480
- -3,
481
- n0,
482
- _TE,
483
- {
484
- [_e]: _c,
485
- [_hE]: 429,
486
- },
487
- [_M],
488
- [0],
489
- ];
436
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
490
437
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
491
- export var UnauthorizedException = [
492
- -3,
493
- n0,
494
- _UE,
495
- {
496
- [_e]: _c,
497
- [_hE]: 401,
498
- },
499
- [_M],
500
- [0],
501
- ];
438
+ export var UnauthorizedException = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
502
439
  TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
503
440
  export var UntagResourceInput = [
504
441
  3,
@@ -508,12 +445,7 @@ export var UntagResourceInput = [
508
445
  [_rA, _tK],
509
446
  [
510
447
  [0, 1],
511
- [
512
- () => StringList,
513
- {
514
- [_hQ]: _tK,
515
- },
516
- ],
448
+ [() => StringList, { [_hQ]: _tK }],
517
449
  ],
518
450
  ];
519
451
  export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
@@ -532,10 +464,7 @@ export var ValidationException = [
532
464
  -3,
533
465
  n0,
534
466
  _VE,
535
- {
536
- [_e]: _c,
537
- [_hE]: 400,
538
- },
467
+ { [_e]: _c, [_hE]: 400 },
539
468
  [_M, _FL],
540
469
  [0, () => ValidationExceptionFieldList],
541
470
  ];
@@ -589,9 +518,7 @@ export var AssociateDefaultView = [
589
518
  9,
590
519
  n0,
591
520
  _ADV,
592
- {
593
- [_h]: ["POST", "/AssociateDefaultView", 200],
594
- },
521
+ { [_h]: ["POST", "/AssociateDefaultView", 200] },
595
522
  () => AssociateDefaultViewInput,
596
523
  () => AssociateDefaultViewOutput,
597
524
  ];
@@ -599,9 +526,7 @@ export var BatchGetView = [
599
526
  9,
600
527
  n0,
601
528
  _BGV,
602
- {
603
- [_h]: ["POST", "/BatchGetView", 200],
604
- },
529
+ { [_h]: ["POST", "/BatchGetView", 200] },
605
530
  () => BatchGetViewInput,
606
531
  () => BatchGetViewOutput,
607
532
  ];
@@ -609,9 +534,7 @@ export var CreateIndex = [
609
534
  9,
610
535
  n0,
611
536
  _CI,
612
- {
613
- [_h]: ["POST", "/CreateIndex", 200],
614
- },
537
+ { [_h]: ["POST", "/CreateIndex", 200] },
615
538
  () => CreateIndexInput,
616
539
  () => CreateIndexOutput,
617
540
  ];
@@ -619,9 +542,7 @@ export var CreateResourceExplorerSetup = [
619
542
  9,
620
543
  n0,
621
544
  _CRES,
622
- {
623
- [_h]: ["POST", "/CreateResourceExplorerSetup", 200],
624
- },
545
+ { [_h]: ["POST", "/CreateResourceExplorerSetup", 200] },
625
546
  () => CreateResourceExplorerSetupInput,
626
547
  () => CreateResourceExplorerSetupOutput,
627
548
  ];
@@ -629,9 +550,7 @@ export var CreateView = [
629
550
  9,
630
551
  n0,
631
552
  _CV,
632
- {
633
- [_h]: ["POST", "/CreateView", 200],
634
- },
553
+ { [_h]: ["POST", "/CreateView", 200] },
635
554
  () => CreateViewInput,
636
555
  () => CreateViewOutput,
637
556
  ];
@@ -639,9 +558,7 @@ export var DeleteIndex = [
639
558
  9,
640
559
  n0,
641
560
  _DI,
642
- {
643
- [_h]: ["POST", "/DeleteIndex", 200],
644
- },
561
+ { [_h]: ["POST", "/DeleteIndex", 200] },
645
562
  () => DeleteIndexInput,
646
563
  () => DeleteIndexOutput,
647
564
  ];
@@ -649,9 +566,7 @@ export var DeleteResourceExplorerSetup = [
649
566
  9,
650
567
  n0,
651
568
  _DRES,
652
- {
653
- [_h]: ["POST", "/DeleteResourceExplorerSetup", 200],
654
- },
569
+ { [_h]: ["POST", "/DeleteResourceExplorerSetup", 200] },
655
570
  () => DeleteResourceExplorerSetupInput,
656
571
  () => DeleteResourceExplorerSetupOutput,
657
572
  ];
@@ -659,9 +574,7 @@ export var DeleteView = [
659
574
  9,
660
575
  n0,
661
576
  _DV,
662
- {
663
- [_h]: ["POST", "/DeleteView", 200],
664
- },
577
+ { [_h]: ["POST", "/DeleteView", 200] },
665
578
  () => DeleteViewInput,
666
579
  () => DeleteViewOutput,
667
580
  ];
@@ -669,9 +582,7 @@ export var DisassociateDefaultView = [
669
582
  9,
670
583
  n0,
671
584
  _DDV,
672
- {
673
- [_h]: ["POST", "/DisassociateDefaultView", 200],
674
- },
585
+ { [_h]: ["POST", "/DisassociateDefaultView", 200] },
675
586
  () => __Unit,
676
587
  () => __Unit,
677
588
  ];
@@ -679,9 +590,7 @@ export var GetAccountLevelServiceConfiguration = [
679
590
  9,
680
591
  n0,
681
592
  _GALSC,
682
- {
683
- [_h]: ["POST", "/GetAccountLevelServiceConfiguration", 200],
684
- },
593
+ { [_h]: ["POST", "/GetAccountLevelServiceConfiguration", 200] },
685
594
  () => __Unit,
686
595
  () => GetAccountLevelServiceConfigurationOutput,
687
596
  ];
@@ -689,9 +598,7 @@ export var GetDefaultView = [
689
598
  9,
690
599
  n0,
691
600
  _GDV,
692
- {
693
- [_h]: ["POST", "/GetDefaultView", 200],
694
- },
601
+ { [_h]: ["POST", "/GetDefaultView", 200] },
695
602
  () => __Unit,
696
603
  () => GetDefaultViewOutput,
697
604
  ];
@@ -699,9 +606,7 @@ export var GetIndex = [
699
606
  9,
700
607
  n0,
701
608
  _GI,
702
- {
703
- [_h]: ["POST", "/GetIndex", 200],
704
- },
609
+ { [_h]: ["POST", "/GetIndex", 200] },
705
610
  () => __Unit,
706
611
  () => GetIndexOutput,
707
612
  ];
@@ -709,9 +614,7 @@ export var GetManagedView = [
709
614
  9,
710
615
  n0,
711
616
  _GMV,
712
- {
713
- [_h]: ["POST", "/GetManagedView", 200],
714
- },
617
+ { [_h]: ["POST", "/GetManagedView", 200] },
715
618
  () => GetManagedViewInput,
716
619
  () => GetManagedViewOutput,
717
620
  ];
@@ -719,9 +622,7 @@ export var GetResourceExplorerSetup = [
719
622
  9,
720
623
  n0,
721
624
  _GRES,
722
- {
723
- [_h]: ["POST", "/GetResourceExplorerSetup", 200],
724
- },
625
+ { [_h]: ["POST", "/GetResourceExplorerSetup", 200] },
725
626
  () => GetResourceExplorerSetupInput,
726
627
  () => GetResourceExplorerSetupOutput,
727
628
  ];
@@ -729,9 +630,7 @@ export var GetServiceIndex = [
729
630
  9,
730
631
  n0,
731
632
  _GSI,
732
- {
733
- [_h]: ["POST", "/GetServiceIndex", 200],
734
- },
633
+ { [_h]: ["POST", "/GetServiceIndex", 200] },
735
634
  () => __Unit,
736
635
  () => GetServiceIndexOutput,
737
636
  ];
@@ -739,9 +638,7 @@ export var GetServiceView = [
739
638
  9,
740
639
  n0,
741
640
  _GSV,
742
- {
743
- [_h]: ["POST", "/GetServiceView", 200],
744
- },
641
+ { [_h]: ["POST", "/GetServiceView", 200] },
745
642
  () => GetServiceViewInput,
746
643
  () => GetServiceViewOutput,
747
644
  ];
@@ -749,9 +646,7 @@ export var GetView = [
749
646
  9,
750
647
  n0,
751
648
  _GV,
752
- {
753
- [_h]: ["POST", "/GetView", 200],
754
- },
649
+ { [_h]: ["POST", "/GetView", 200] },
755
650
  () => GetViewInput,
756
651
  () => GetViewOutput,
757
652
  ];
@@ -759,9 +654,7 @@ export var ListIndexes = [
759
654
  9,
760
655
  n0,
761
656
  _LI,
762
- {
763
- [_h]: ["POST", "/ListIndexes", 200],
764
- },
657
+ { [_h]: ["POST", "/ListIndexes", 200] },
765
658
  () => ListIndexesInput,
766
659
  () => ListIndexesOutput,
767
660
  ];
@@ -769,9 +662,7 @@ export var ListIndexesForMembers = [
769
662
  9,
770
663
  n0,
771
664
  _LIFM,
772
- {
773
- [_h]: ["POST", "/ListIndexesForMembers", 200],
774
- },
665
+ { [_h]: ["POST", "/ListIndexesForMembers", 200] },
775
666
  () => ListIndexesForMembersInput,
776
667
  () => ListIndexesForMembersOutput,
777
668
  ];
@@ -779,9 +670,7 @@ export var ListManagedViews = [
779
670
  9,
780
671
  n0,
781
672
  _LMV,
782
- {
783
- [_h]: ["POST", "/ListManagedViews", 200],
784
- },
673
+ { [_h]: ["POST", "/ListManagedViews", 200] },
785
674
  () => ListManagedViewsInput,
786
675
  () => ListManagedViewsOutput,
787
676
  ];
@@ -789,9 +678,7 @@ export var ListResources = [
789
678
  9,
790
679
  n0,
791
680
  _LR,
792
- {
793
- [_h]: ["POST", "/ListResources", 200],
794
- },
681
+ { [_h]: ["POST", "/ListResources", 200] },
795
682
  () => ListResourcesInput,
796
683
  () => ListResourcesOutput,
797
684
  ];
@@ -799,9 +686,7 @@ export var ListServiceIndexes = [
799
686
  9,
800
687
  n0,
801
688
  _LSI,
802
- {
803
- [_h]: ["POST", "/ListServiceIndexes", 200],
804
- },
689
+ { [_h]: ["POST", "/ListServiceIndexes", 200] },
805
690
  () => ListServiceIndexesInput,
806
691
  () => ListServiceIndexesOutput,
807
692
  ];
@@ -809,9 +694,7 @@ export var ListServiceViews = [
809
694
  9,
810
695
  n0,
811
696
  _LSV,
812
- {
813
- [_h]: ["POST", "/ListServiceViews", 200],
814
- },
697
+ { [_h]: ["POST", "/ListServiceViews", 200] },
815
698
  () => ListServiceViewsInput,
816
699
  () => ListServiceViewsOutput,
817
700
  ];
@@ -819,9 +702,7 @@ export var ListStreamingAccessForServices = [
819
702
  9,
820
703
  n0,
821
704
  _LSAFS,
822
- {
823
- [_h]: ["POST", "/ListStreamingAccessForServices", 200],
824
- },
705
+ { [_h]: ["POST", "/ListStreamingAccessForServices", 200] },
825
706
  () => ListStreamingAccessForServicesInput,
826
707
  () => ListStreamingAccessForServicesOutput,
827
708
  ];
@@ -829,9 +710,7 @@ export var ListSupportedResourceTypes = [
829
710
  9,
830
711
  n0,
831
712
  _LSRT,
832
- {
833
- [_h]: ["POST", "/ListSupportedResourceTypes", 200],
834
- },
713
+ { [_h]: ["POST", "/ListSupportedResourceTypes", 200] },
835
714
  () => ListSupportedResourceTypesInput,
836
715
  () => ListSupportedResourceTypesOutput,
837
716
  ];
@@ -839,9 +718,7 @@ export var ListTagsForResource = [
839
718
  9,
840
719
  n0,
841
720
  _LTFR,
842
- {
843
- [_h]: ["GET", "/tags/{resourceArn}", 200],
844
- },
721
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] },
845
722
  () => ListTagsForResourceInput,
846
723
  () => ListTagsForResourceOutput,
847
724
  ];
@@ -849,9 +726,7 @@ export var ListViews = [
849
726
  9,
850
727
  n0,
851
728
  _LV,
852
- {
853
- [_h]: ["POST", "/ListViews", 200],
854
- },
729
+ { [_h]: ["POST", "/ListViews", 200] },
855
730
  () => ListViewsInput,
856
731
  () => ListViewsOutput,
857
732
  ];
@@ -859,9 +734,7 @@ export var Search = [
859
734
  9,
860
735
  n0,
861
736
  _Sea,
862
- {
863
- [_h]: ["POST", "/Search", 200],
864
- },
737
+ { [_h]: ["POST", "/Search", 200] },
865
738
  () => SearchInput,
866
739
  () => SearchOutput,
867
740
  ];
@@ -869,9 +742,7 @@ export var TagResource = [
869
742
  9,
870
743
  n0,
871
744
  _TRa,
872
- {
873
- [_h]: ["POST", "/tags/{resourceArn}", 200],
874
- },
745
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] },
875
746
  () => TagResourceInput,
876
747
  () => TagResourceOutput,
877
748
  ];
@@ -879,9 +750,7 @@ export var UntagResource = [
879
750
  9,
880
751
  n0,
881
752
  _UR,
882
- {
883
- [_h]: ["DELETE", "/tags/{resourceArn}", 200],
884
- },
753
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
885
754
  () => UntagResourceInput,
886
755
  () => UntagResourceOutput,
887
756
  ];
@@ -889,9 +758,7 @@ export var UpdateIndexType = [
889
758
  9,
890
759
  n0,
891
760
  _UIT,
892
- {
893
- [_h]: ["POST", "/UpdateIndexType", 200],
894
- },
761
+ { [_h]: ["POST", "/UpdateIndexType", 200] },
895
762
  () => UpdateIndexTypeInput,
896
763
  () => UpdateIndexTypeOutput,
897
764
  ];
@@ -899,9 +766,7 @@ export var UpdateView = [
899
766
  9,
900
767
  n0,
901
768
  _UV,
902
- {
903
- [_h]: ["POST", "/UpdateView", 200],
904
- },
769
+ { [_h]: ["POST", "/UpdateView", 200] },
905
770
  () => UpdateViewInput,
906
771
  () => UpdateViewOutput,
907
772
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { AssociateDefaultViewCommandInput, AssociateDefaultViewCommandOutput } from "./commands/AssociateDefaultViewCommand";
3
3
  import { BatchGetViewCommandInput, BatchGetViewCommandOutput } from "./commands/BatchGetViewCommand";
4
4
  import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
@@ -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 { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
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 { AssociateDefaultViewCommandInput, AssociateDefaultViewCommandOutput } from "./commands/AssociateDefaultViewCommand";
11
11
  import { BatchGetViewCommandInput, BatchGetViewCommandOutput } from "./commands/BatchGetViewCommand";
12
12
  import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
@@ -40,7 +40,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
40
40
  import { UpdateIndexTypeCommandInput, UpdateIndexTypeCommandOutput } from "./commands/UpdateIndexTypeCommand";
41
41
  import { UpdateViewCommandInput, UpdateViewCommandOutput } from "./commands/UpdateViewCommand";
42
42
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
43
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
43
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
44
44
  export { __Client };
45
45
  /**
46
46
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { ResourceExplorer2HttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { ResourceExplorer2HttpAuthSchemeProvider } 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 { ResourceExplorer2ClientResolvedConfig } from "../ResourceExplorer2Client";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type ResourceExplorer2ClientResolvedConfig } from "../ResourceExplorer2Client";
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 { AssociateDefaultViewInput, AssociateDefaultViewOutput } from "../models/models_0";
4
- import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AssociateDefaultViewInput, AssociateDefaultViewOutput } from "../models/models_0";
4
+ import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
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 { BatchGetViewInput, BatchGetViewOutput } from "../models/models_0";
4
- import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { BatchGetViewInput, BatchGetViewOutput } from "../models/models_0";
4
+ import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
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 { CreateIndexInput, CreateIndexOutput } from "../models/models_0";
4
- import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateIndexInput, CreateIndexOutput } from "../models/models_0";
4
+ import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
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 { CreateResourceExplorerSetupInput, CreateResourceExplorerSetupOutput } from "../models/models_0";
4
- import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateResourceExplorerSetupInput, CreateResourceExplorerSetupOutput } from "../models/models_0";
4
+ import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
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 { CreateViewInput, CreateViewOutput } from "../models/models_0";
4
- import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateViewInput, CreateViewOutput } from "../models/models_0";
4
+ import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
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 { DeleteIndexInput, DeleteIndexOutput } from "../models/models_0";
4
- import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteIndexInput, DeleteIndexOutput } from "../models/models_0";
4
+ import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
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 { DeleteResourceExplorerSetupInput, DeleteResourceExplorerSetupOutput } from "../models/models_0";
4
- import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteResourceExplorerSetupInput, DeleteResourceExplorerSetupOutput } from "../models/models_0";
4
+ import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
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 { DeleteViewInput, DeleteViewOutput } from "../models/models_0";
4
- import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteViewInput, DeleteViewOutput } from "../models/models_0";
4
+ import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
4
4
  /**
5
5
  * @public
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 { GetAccountLevelServiceConfigurationOutput } from "../models/models_0";
4
- import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetAccountLevelServiceConfigurationOutput } from "../models/models_0";
4
+ import type { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceExplorer2Client";
5
5
  /**
6
6
  * @public
7
7
  */