@aws-sdk/client-controltower 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.
Files changed (61) hide show
  1. package/dist-cjs/index.js +37 -171
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/ControlTowerClient.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 +37 -171
  8. package/dist-types/ControlTower.d.ts +1 -1
  9. package/dist-types/ControlTowerClient.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/CreateLandingZoneCommand.d.ts +3 -3
  13. package/dist-types/commands/DeleteLandingZoneCommand.d.ts +3 -3
  14. package/dist-types/commands/DisableBaselineCommand.d.ts +3 -3
  15. package/dist-types/commands/DisableControlCommand.d.ts +3 -3
  16. package/dist-types/commands/EnableBaselineCommand.d.ts +3 -3
  17. package/dist-types/commands/EnableControlCommand.d.ts +3 -3
  18. package/dist-types/commands/GetBaselineCommand.d.ts +3 -3
  19. package/dist-types/commands/GetBaselineOperationCommand.d.ts +3 -3
  20. package/dist-types/commands/GetControlOperationCommand.d.ts +3 -3
  21. package/dist-types/commands/GetEnabledBaselineCommand.d.ts +3 -3
  22. package/dist-types/commands/GetEnabledControlCommand.d.ts +3 -3
  23. package/dist-types/commands/GetLandingZoneCommand.d.ts +3 -3
  24. package/dist-types/commands/GetLandingZoneOperationCommand.d.ts +3 -3
  25. package/dist-types/commands/ListBaselinesCommand.d.ts +3 -3
  26. package/dist-types/commands/ListControlOperationsCommand.d.ts +3 -3
  27. package/dist-types/commands/ListEnabledBaselinesCommand.d.ts +3 -3
  28. package/dist-types/commands/ListEnabledControlsCommand.d.ts +3 -3
  29. package/dist-types/commands/ListLandingZoneOperationsCommand.d.ts +3 -3
  30. package/dist-types/commands/ListLandingZonesCommand.d.ts +3 -3
  31. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  32. package/dist-types/commands/ResetEnabledBaselineCommand.d.ts +3 -3
  33. package/dist-types/commands/ResetEnabledControlCommand.d.ts +3 -3
  34. package/dist-types/commands/ResetLandingZoneCommand.d.ts +3 -3
  35. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  36. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  37. package/dist-types/commands/UpdateEnabledBaselineCommand.d.ts +3 -3
  38. package/dist-types/commands/UpdateEnabledControlCommand.d.ts +3 -3
  39. package/dist-types/commands/UpdateLandingZoneCommand.d.ts +3 -3
  40. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  41. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  42. package/dist-types/extensionConfiguration.d.ts +4 -4
  43. package/dist-types/models/ControlTowerServiceException.d.ts +1 -1
  44. package/dist-types/models/errors.d.ts +1 -1
  45. package/dist-types/pagination/Interfaces.d.ts +1 -1
  46. package/dist-types/pagination/ListBaselinesPaginator.d.ts +1 -1
  47. package/dist-types/pagination/ListControlOperationsPaginator.d.ts +1 -1
  48. package/dist-types/pagination/ListEnabledBaselinesPaginator.d.ts +1 -1
  49. package/dist-types/pagination/ListEnabledControlsPaginator.d.ts +1 -1
  50. package/dist-types/pagination/ListLandingZoneOperationsPaginator.d.ts +1 -1
  51. package/dist-types/pagination/ListLandingZonesPaginator.d.ts +1 -1
  52. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  53. package/dist-types/runtimeConfig.d.ts +1 -1
  54. package/dist-types/runtimeConfig.native.d.ts +1 -1
  55. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  56. package/dist-types/runtimeExtensions.d.ts +1 -1
  57. package/dist-types/schemas/schemas_0.d.ts +1 -1
  58. package/dist-types/ts3.4/ControlTowerClient.d.ts +3 -3
  59. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  60. package/dist-types/ts3.4/models/ControlTowerServiceException.d.ts +1 -1
  61. package/package.json +13 -12
@@ -208,17 +208,7 @@ const n0 = "com.amazonaws.controltower";
208
208
  import { TypeRegistry } from "@smithy/core/schema";
209
209
  import { ControlTowerServiceException as __ControlTowerServiceException } from "../models/ControlTowerServiceException";
210
210
  import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
211
- export var AccessDeniedException = [
212
- -3,
213
- n0,
214
- _ADE,
215
- {
216
- [_e]: _c,
217
- [_hE]: 403,
218
- },
219
- [_m],
220
- [0],
221
- ];
211
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
222
212
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
223
213
  export var BaselineOperation = [
224
214
  3,
@@ -229,17 +219,7 @@ export var BaselineOperation = [
229
219
  [0, 0, 0, 5, 5, 0],
230
220
  ];
231
221
  export var BaselineSummary = [3, n0, _BS, 0, [_a, _n, _d], [0, 0, 0]];
232
- export var ConflictException = [
233
- -3,
234
- n0,
235
- _CE,
236
- {
237
- [_e]: _c,
238
- [_hE]: 409,
239
- },
240
- [_m],
241
- [0],
242
- ];
222
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
243
223
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
244
224
  export var ControlOperation = [
245
225
  3,
@@ -425,17 +405,7 @@ export var GetLandingZoneOperationOutput = [
425
405
  [() => LandingZoneOperationDetail],
426
406
  ];
427
407
  export var GetLandingZoneOutput = [3, n0, _GLZO, 0, [_lZ], [() => LandingZoneDetail]];
428
- export var InternalServerException = [
429
- -3,
430
- n0,
431
- _ISE,
432
- {
433
- [_e]: _se,
434
- [_hE]: 500,
435
- },
436
- [_m],
437
- [0],
438
- ];
408
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
439
409
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
440
410
  export var LandingZoneDetail = [
441
411
  3,
@@ -534,29 +504,9 @@ export var ResetEnabledControlInput = [3, n0, _RECI, 0, [_eCI], [0]];
534
504
  export var ResetEnabledControlOutput = [3, n0, _RECO, 0, [_oI], [0]];
535
505
  export var ResetLandingZoneInput = [3, n0, _RLZI, 0, [_lZI], [0]];
536
506
  export var ResetLandingZoneOutput = [3, n0, _RLZO, 0, [_oI], [0]];
537
- export var ResourceNotFoundException = [
538
- -3,
539
- n0,
540
- _RNFE,
541
- {
542
- [_e]: _c,
543
- [_hE]: 404,
544
- },
545
- [_m],
546
- [0],
547
- ];
507
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
548
508
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
549
- export var ServiceQuotaExceededException = [
550
- -3,
551
- n0,
552
- _SQEE,
553
- {
554
- [_e]: _c,
555
- [_hE]: 402,
556
- },
557
- [_m],
558
- [0],
559
- ];
509
+ export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
560
510
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
561
511
  export var TagResourceInput = [3, n0, _TRI, 0, [_rA, _t], [[0, 1], 128 | 0]];
562
512
  export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
@@ -564,22 +514,9 @@ export var ThrottlingException = [
564
514
  -3,
565
515
  n0,
566
516
  _TE,
567
- {
568
- [_e]: _c,
569
- [_hE]: 429,
570
- },
517
+ { [_e]: _c, [_hE]: 429 },
571
518
  [_m, _sC, _qC, _rAS],
572
- [
573
- 0,
574
- 0,
575
- 0,
576
- [
577
- 1,
578
- {
579
- [_hH]: _RA,
580
- },
581
- ],
582
- ],
519
+ [0, 0, 0, [1, { [_hH]: _RA }]],
583
520
  ];
584
521
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
585
522
  export var UntagResourceInput = [
@@ -590,12 +527,7 @@ export var UntagResourceInput = [
590
527
  [_rA, _tK],
591
528
  [
592
529
  [0, 1],
593
- [
594
- 64 | 0,
595
- {
596
- [_hQ]: _tK,
597
- },
598
- ],
530
+ [64 | 0, { [_hQ]: _tK }],
599
531
  ],
600
532
  ];
601
533
  export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
@@ -619,17 +551,7 @@ export var UpdateEnabledControlInput = [
619
551
  export var UpdateEnabledControlOutput = [3, n0, _UECO, 0, [_oI], [0]];
620
552
  export var UpdateLandingZoneInput = [3, n0, _ULZI, 0, [_v, _rT, _lZI, _ma], [0, 64 | 0, 0, 15]];
621
553
  export var UpdateLandingZoneOutput = [3, n0, _ULZO, 0, [_oI], [0]];
622
- export var ValidationException = [
623
- -3,
624
- n0,
625
- _VE,
626
- {
627
- [_e]: _c,
628
- [_hE]: 400,
629
- },
630
- [_m],
631
- [0],
632
- ];
554
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
633
555
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
634
556
  export var __Unit = "unit";
635
557
  export var ControlTowerServiceException = [-3, _sm, "ControlTowerServiceException", 0, [], []];
@@ -679,9 +601,7 @@ export var CreateLandingZone = [
679
601
  9,
680
602
  n0,
681
603
  _CLZ,
682
- {
683
- [_h]: ["POST", "/create-landingzone", 200],
684
- },
604
+ { [_h]: ["POST", "/create-landingzone", 200] },
685
605
  () => CreateLandingZoneInput,
686
606
  () => CreateLandingZoneOutput,
687
607
  ];
@@ -689,9 +609,7 @@ export var DeleteLandingZone = [
689
609
  9,
690
610
  n0,
691
611
  _DLZ,
692
- {
693
- [_h]: ["POST", "/delete-landingzone", 200],
694
- },
612
+ { [_h]: ["POST", "/delete-landingzone", 200] },
695
613
  () => DeleteLandingZoneInput,
696
614
  () => DeleteLandingZoneOutput,
697
615
  ];
@@ -699,9 +617,7 @@ export var DisableBaseline = [
699
617
  9,
700
618
  n0,
701
619
  _DB,
702
- {
703
- [_h]: ["POST", "/disable-baseline", 200],
704
- },
620
+ { [_h]: ["POST", "/disable-baseline", 200] },
705
621
  () => DisableBaselineInput,
706
622
  () => DisableBaselineOutput,
707
623
  ];
@@ -709,9 +625,7 @@ export var DisableControl = [
709
625
  9,
710
626
  n0,
711
627
  _DC,
712
- {
713
- [_h]: ["POST", "/disable-control", 200],
714
- },
628
+ { [_h]: ["POST", "/disable-control", 200] },
715
629
  () => DisableControlInput,
716
630
  () => DisableControlOutput,
717
631
  ];
@@ -719,9 +633,7 @@ export var EnableBaseline = [
719
633
  9,
720
634
  n0,
721
635
  _EBn,
722
- {
723
- [_h]: ["POST", "/enable-baseline", 200],
724
- },
636
+ { [_h]: ["POST", "/enable-baseline", 200] },
725
637
  () => EnableBaselineInput,
726
638
  () => EnableBaselineOutput,
727
639
  ];
@@ -729,9 +641,7 @@ export var EnableControl = [
729
641
  9,
730
642
  n0,
731
643
  _ECn,
732
- {
733
- [_h]: ["POST", "/enable-control", 200],
734
- },
644
+ { [_h]: ["POST", "/enable-control", 200] },
735
645
  () => EnableControlInput,
736
646
  () => EnableControlOutput,
737
647
  ];
@@ -739,9 +649,7 @@ export var GetBaseline = [
739
649
  9,
740
650
  n0,
741
651
  _GB,
742
- {
743
- [_h]: ["POST", "/get-baseline", 200],
744
- },
652
+ { [_h]: ["POST", "/get-baseline", 200] },
745
653
  () => GetBaselineInput,
746
654
  () => GetBaselineOutput,
747
655
  ];
@@ -749,9 +657,7 @@ export var GetBaselineOperation = [
749
657
  9,
750
658
  n0,
751
659
  _GBOe,
752
- {
753
- [_h]: ["POST", "/get-baseline-operation", 200],
754
- },
660
+ { [_h]: ["POST", "/get-baseline-operation", 200] },
755
661
  () => GetBaselineOperationInput,
756
662
  () => GetBaselineOperationOutput,
757
663
  ];
@@ -759,9 +665,7 @@ export var GetControlOperation = [
759
665
  9,
760
666
  n0,
761
667
  _GCO,
762
- {
763
- [_h]: ["POST", "/get-control-operation", 200],
764
- },
668
+ { [_h]: ["POST", "/get-control-operation", 200] },
765
669
  () => GetControlOperationInput,
766
670
  () => GetControlOperationOutput,
767
671
  ];
@@ -769,9 +673,7 @@ export var GetEnabledBaseline = [
769
673
  9,
770
674
  n0,
771
675
  _GEB,
772
- {
773
- [_h]: ["POST", "/get-enabled-baseline", 200],
774
- },
676
+ { [_h]: ["POST", "/get-enabled-baseline", 200] },
775
677
  () => GetEnabledBaselineInput,
776
678
  () => GetEnabledBaselineOutput,
777
679
  ];
@@ -779,9 +681,7 @@ export var GetEnabledControl = [
779
681
  9,
780
682
  n0,
781
683
  _GEC,
782
- {
783
- [_h]: ["POST", "/get-enabled-control", 200],
784
- },
684
+ { [_h]: ["POST", "/get-enabled-control", 200] },
785
685
  () => GetEnabledControlInput,
786
686
  () => GetEnabledControlOutput,
787
687
  ];
@@ -789,9 +689,7 @@ export var GetLandingZone = [
789
689
  9,
790
690
  n0,
791
691
  _GLZ,
792
- {
793
- [_h]: ["POST", "/get-landingzone", 200],
794
- },
692
+ { [_h]: ["POST", "/get-landingzone", 200] },
795
693
  () => GetLandingZoneInput,
796
694
  () => GetLandingZoneOutput,
797
695
  ];
@@ -799,9 +697,7 @@ export var GetLandingZoneOperation = [
799
697
  9,
800
698
  n0,
801
699
  _GLZOe,
802
- {
803
- [_h]: ["POST", "/get-landingzone-operation", 200],
804
- },
700
+ { [_h]: ["POST", "/get-landingzone-operation", 200] },
805
701
  () => GetLandingZoneOperationInput,
806
702
  () => GetLandingZoneOperationOutput,
807
703
  ];
@@ -809,9 +705,7 @@ export var ListBaselines = [
809
705
  9,
810
706
  n0,
811
707
  _LB,
812
- {
813
- [_h]: ["POST", "/list-baselines", 200],
814
- },
708
+ { [_h]: ["POST", "/list-baselines", 200] },
815
709
  () => ListBaselinesInput,
816
710
  () => ListBaselinesOutput,
817
711
  ];
@@ -819,9 +713,7 @@ export var ListControlOperations = [
819
713
  9,
820
714
  n0,
821
715
  _LCO,
822
- {
823
- [_h]: ["POST", "/list-control-operations", 200],
824
- },
716
+ { [_h]: ["POST", "/list-control-operations", 200] },
825
717
  () => ListControlOperationsInput,
826
718
  () => ListControlOperationsOutput,
827
719
  ];
@@ -829,9 +721,7 @@ export var ListEnabledBaselines = [
829
721
  9,
830
722
  n0,
831
723
  _LEB,
832
- {
833
- [_h]: ["POST", "/list-enabled-baselines", 200],
834
- },
724
+ { [_h]: ["POST", "/list-enabled-baselines", 200] },
835
725
  () => ListEnabledBaselinesInput,
836
726
  () => ListEnabledBaselinesOutput,
837
727
  ];
@@ -839,9 +729,7 @@ export var ListEnabledControls = [
839
729
  9,
840
730
  n0,
841
731
  _LEC,
842
- {
843
- [_h]: ["POST", "/list-enabled-controls", 200],
844
- },
732
+ { [_h]: ["POST", "/list-enabled-controls", 200] },
845
733
  () => ListEnabledControlsInput,
846
734
  () => ListEnabledControlsOutput,
847
735
  ];
@@ -849,9 +737,7 @@ export var ListLandingZoneOperations = [
849
737
  9,
850
738
  n0,
851
739
  _LLZOi,
852
- {
853
- [_h]: ["POST", "/list-landingzone-operations", 200],
854
- },
740
+ { [_h]: ["POST", "/list-landingzone-operations", 200] },
855
741
  () => ListLandingZoneOperationsInput,
856
742
  () => ListLandingZoneOperationsOutput,
857
743
  ];
@@ -859,9 +745,7 @@ export var ListLandingZones = [
859
745
  9,
860
746
  n0,
861
747
  _LLZ,
862
- {
863
- [_h]: ["POST", "/list-landingzones", 200],
864
- },
748
+ { [_h]: ["POST", "/list-landingzones", 200] },
865
749
  () => ListLandingZonesInput,
866
750
  () => ListLandingZonesOutput,
867
751
  ];
@@ -869,9 +753,7 @@ export var ListTagsForResource = [
869
753
  9,
870
754
  n0,
871
755
  _LTFR,
872
- {
873
- [_h]: ["GET", "/tags/{resourceArn}", 200],
874
- },
756
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] },
875
757
  () => ListTagsForResourceInput,
876
758
  () => ListTagsForResourceOutput,
877
759
  ];
@@ -879,9 +761,7 @@ export var ResetEnabledBaseline = [
879
761
  9,
880
762
  n0,
881
763
  _REB,
882
- {
883
- [_h]: ["POST", "/reset-enabled-baseline", 200],
884
- },
764
+ { [_h]: ["POST", "/reset-enabled-baseline", 200] },
885
765
  () => ResetEnabledBaselineInput,
886
766
  () => ResetEnabledBaselineOutput,
887
767
  ];
@@ -889,9 +769,7 @@ export var ResetEnabledControl = [
889
769
  9,
890
770
  n0,
891
771
  _REC,
892
- {
893
- [_h]: ["POST", "/reset-enabled-control", 200],
894
- },
772
+ { [_h]: ["POST", "/reset-enabled-control", 200] },
895
773
  () => ResetEnabledControlInput,
896
774
  () => ResetEnabledControlOutput,
897
775
  ];
@@ -899,9 +777,7 @@ export var ResetLandingZone = [
899
777
  9,
900
778
  n0,
901
779
  _RLZ,
902
- {
903
- [_h]: ["POST", "/reset-landingzone", 200],
904
- },
780
+ { [_h]: ["POST", "/reset-landingzone", 200] },
905
781
  () => ResetLandingZoneInput,
906
782
  () => ResetLandingZoneOutput,
907
783
  ];
@@ -909,9 +785,7 @@ export var TagResource = [
909
785
  9,
910
786
  n0,
911
787
  _TRa,
912
- {
913
- [_h]: ["POST", "/tags/{resourceArn}", 204],
914
- },
788
+ { [_h]: ["POST", "/tags/{resourceArn}", 204] },
915
789
  () => TagResourceInput,
916
790
  () => TagResourceOutput,
917
791
  ];
@@ -919,9 +793,7 @@ export var UntagResource = [
919
793
  9,
920
794
  n0,
921
795
  _UR,
922
- {
923
- [_h]: ["DELETE", "/tags/{resourceArn}", 204],
924
- },
796
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 204] },
925
797
  () => UntagResourceInput,
926
798
  () => UntagResourceOutput,
927
799
  ];
@@ -929,9 +801,7 @@ export var UpdateEnabledBaseline = [
929
801
  9,
930
802
  n0,
931
803
  _UEB,
932
- {
933
- [_h]: ["POST", "/update-enabled-baseline", 200],
934
- },
804
+ { [_h]: ["POST", "/update-enabled-baseline", 200] },
935
805
  () => UpdateEnabledBaselineInput,
936
806
  () => UpdateEnabledBaselineOutput,
937
807
  ];
@@ -939,9 +809,7 @@ export var UpdateEnabledControl = [
939
809
  9,
940
810
  n0,
941
811
  _UEC,
942
- {
943
- [_h]: ["POST", "/update-enabled-control", 200],
944
- },
812
+ { [_h]: ["POST", "/update-enabled-control", 200] },
945
813
  () => UpdateEnabledControlInput,
946
814
  () => UpdateEnabledControlOutput,
947
815
  ];
@@ -949,9 +817,7 @@ export var UpdateLandingZone = [
949
817
  9,
950
818
  n0,
951
819
  _ULZ,
952
- {
953
- [_h]: ["POST", "/update-landingzone", 200],
954
- },
820
+ { [_h]: ["POST", "/update-landingzone", 200] },
955
821
  () => UpdateLandingZoneInput,
956
822
  () => UpdateLandingZoneOutput,
957
823
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CreateLandingZoneCommandInput, CreateLandingZoneCommandOutput } from "./commands/CreateLandingZoneCommand";
3
3
  import { DeleteLandingZoneCommandInput, DeleteLandingZoneCommandOutput } from "./commands/DeleteLandingZoneCommand";
4
4
  import { DisableBaselineCommandInput, DisableBaselineCommandOutput } from "./commands/DisableBaselineCommand";
@@ -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 { CreateLandingZoneCommandInput, CreateLandingZoneCommandOutput } from "./commands/CreateLandingZoneCommand";
11
11
  import { DeleteLandingZoneCommandInput, DeleteLandingZoneCommandOutput } from "./commands/DeleteLandingZoneCommand";
12
12
  import { DisableBaselineCommandInput, DisableBaselineCommandOutput } from "./commands/DisableBaselineCommand";
@@ -36,7 +36,7 @@ import { UpdateEnabledBaselineCommandInput, UpdateEnabledBaselineCommandOutput }
36
36
  import { UpdateEnabledControlCommandInput, UpdateEnabledControlCommandOutput } from "./commands/UpdateEnabledControlCommand";
37
37
  import { UpdateLandingZoneCommandInput, UpdateLandingZoneCommandOutput } from "./commands/UpdateLandingZoneCommand";
38
38
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
39
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
39
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
40
40
  export { __Client };
41
41
  /**
42
42
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { ControlTowerHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { ControlTowerHttpAuthSchemeProvider } 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 { ControlTowerClientResolvedConfig } from "../ControlTowerClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type ControlTowerClientResolvedConfig } from "../ControlTowerClient";
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 { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
- import { CreateLandingZoneInput, CreateLandingZoneOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
+ import type { CreateLandingZoneInput, CreateLandingZoneOutput } 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 { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
- import { DeleteLandingZoneInput, DeleteLandingZoneOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
+ import type { DeleteLandingZoneInput, DeleteLandingZoneOutput } 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 { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
- import { DisableBaselineInput, DisableBaselineOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
+ import type { DisableBaselineInput, DisableBaselineOutput } 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 { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
- import { DisableControlInput, DisableControlOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
+ import type { DisableControlInput, DisableControlOutput } 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 { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
- import { EnableBaselineInput, EnableBaselineOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
+ import type { EnableBaselineInput, EnableBaselineOutput } 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 { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
- import { EnableControlInput, EnableControlOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
+ import type { EnableControlInput, EnableControlOutput } 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 { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
- import { GetBaselineInput, GetBaselineOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
+ import type { GetBaselineInput, GetBaselineOutput } 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 { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
- import { GetBaselineOperationInput, GetBaselineOperationOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
+ import type { GetBaselineOperationInput, GetBaselineOperationOutput } 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 { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
- import { GetControlOperationInput, GetControlOperationOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
+ import type { GetControlOperationInput, GetControlOperationOutput } 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 { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
- import { GetEnabledBaselineInput, GetEnabledBaselineOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
+ import type { GetEnabledBaselineInput, GetEnabledBaselineOutput } 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 { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
- import { GetEnabledControlInput, GetEnabledControlOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
+ import type { GetEnabledControlInput, GetEnabledControlOutput } 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 { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
- import { GetLandingZoneInput, GetLandingZoneOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
+ import type { GetLandingZoneInput, GetLandingZoneOutput } 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 { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
- import { GetLandingZoneOperationInput, GetLandingZoneOperationOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ControlTowerClient";
4
+ import type { GetLandingZoneOperationInput, GetLandingZoneOperationOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */