@aws-sdk/client-securitylake 3.943.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 (62) hide show
  1. package/dist-cjs/index.js +43 -195
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/SecurityLakeClient.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 +43 -195
  8. package/dist-types/SecurityLake.d.ts +1 -1
  9. package/dist-types/SecurityLakeClient.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/CreateAwsLogSourceCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateCustomLogSourceCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateDataLakeCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateDataLakeExceptionSubscriptionCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateDataLakeOrganizationConfigurationCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateSubscriberCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateSubscriberNotificationCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteAwsLogSourceCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteCustomLogSourceCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteDataLakeCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteDataLakeExceptionSubscriptionCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteDataLakeOrganizationConfigurationCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteSubscriberCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteSubscriberNotificationCommand.d.ts +3 -3
  26. package/dist-types/commands/DeregisterDataLakeDelegatedAdministratorCommand.d.ts +3 -3
  27. package/dist-types/commands/GetDataLakeExceptionSubscriptionCommand.d.ts +3 -3
  28. package/dist-types/commands/GetDataLakeOrganizationConfigurationCommand.d.ts +3 -3
  29. package/dist-types/commands/GetDataLakeSourcesCommand.d.ts +3 -3
  30. package/dist-types/commands/GetSubscriberCommand.d.ts +3 -3
  31. package/dist-types/commands/ListDataLakeExceptionsCommand.d.ts +3 -3
  32. package/dist-types/commands/ListDataLakesCommand.d.ts +3 -3
  33. package/dist-types/commands/ListLogSourcesCommand.d.ts +3 -3
  34. package/dist-types/commands/ListSubscribersCommand.d.ts +3 -3
  35. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  36. package/dist-types/commands/RegisterDataLakeDelegatedAdministratorCommand.d.ts +3 -3
  37. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  38. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  39. package/dist-types/commands/UpdateDataLakeCommand.d.ts +3 -3
  40. package/dist-types/commands/UpdateDataLakeExceptionSubscriptionCommand.d.ts +3 -3
  41. package/dist-types/commands/UpdateSubscriberCommand.d.ts +3 -3
  42. package/dist-types/commands/UpdateSubscriberNotificationCommand.d.ts +3 -3
  43. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  44. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  45. package/dist-types/extensionConfiguration.d.ts +4 -4
  46. package/dist-types/models/SecurityLakeServiceException.d.ts +1 -1
  47. package/dist-types/models/errors.d.ts +1 -1
  48. package/dist-types/pagination/GetDataLakeSourcesPaginator.d.ts +1 -1
  49. package/dist-types/pagination/Interfaces.d.ts +1 -1
  50. package/dist-types/pagination/ListDataLakeExceptionsPaginator.d.ts +1 -1
  51. package/dist-types/pagination/ListLogSourcesPaginator.d.ts +1 -1
  52. package/dist-types/pagination/ListSubscribersPaginator.d.ts +1 -1
  53. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  54. package/dist-types/runtimeConfig.d.ts +1 -1
  55. package/dist-types/runtimeConfig.native.d.ts +1 -1
  56. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  57. package/dist-types/runtimeExtensions.d.ts +1 -1
  58. package/dist-types/schemas/schemas_0.d.ts +1 -1
  59. package/dist-types/ts3.4/SecurityLakeClient.d.ts +3 -3
  60. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  61. package/dist-types/ts3.4/models/SecurityLakeServiceException.d.ts +1 -1
  62. package/package.json +13 -12
@@ -241,17 +241,7 @@ const n0 = "com.amazonaws.securitylake";
241
241
  import { TypeRegistry } from "@smithy/core/schema";
242
242
  import { AccessDeniedException as __AccessDeniedException, BadRequestException as __BadRequestException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, } from "../models/errors";
243
243
  import { SecurityLakeServiceException as __SecurityLakeServiceException } from "../models/SecurityLakeServiceException";
244
- export var AccessDeniedException = [
245
- -3,
246
- n0,
247
- _ADE,
248
- {
249
- [_e]: _c,
250
- [_hE]: 403,
251
- },
252
- [_m, _eC],
253
- [0, 0],
254
- ];
244
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m, _eC], [0, 0]];
255
245
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
256
246
  export var AwsIdentity = [3, n0, _AI, 0, [_p, _eI], [0, 0]];
257
247
  export var AwsLogSourceConfiguration = [
@@ -263,29 +253,9 @@ export var AwsLogSourceConfiguration = [
263
253
  [64 | 0, 64 | 0, 0, 0],
264
254
  ];
265
255
  export var AwsLogSourceResource = [3, n0, _ALSR, 0, [_sN, _sV], [0, 0]];
266
- export var BadRequestException = [
267
- -3,
268
- n0,
269
- _BRE,
270
- {
271
- [_e]: _c,
272
- [_hE]: 400,
273
- },
274
- [_m],
275
- [0],
276
- ];
256
+ export var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
277
257
  TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
278
- export var ConflictException = [
279
- -3,
280
- n0,
281
- _CE,
282
- {
283
- [_e]: _c,
284
- [_hE]: 409,
285
- },
286
- [_m, _rN, _rT],
287
- [0, 0, 0],
288
- ];
258
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rN, _rT], [0, 0, 0]];
289
259
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
290
260
  export var CreateAwsLogSourceRequest = [
291
261
  3,
@@ -462,12 +432,7 @@ export var DeleteCustomLogSourceRequest = [
462
432
  [_sN, _sV],
463
433
  [
464
434
  [0, 1],
465
- [
466
- 0,
467
- {
468
- [_hQ]: _sV,
469
- },
470
- ],
435
+ [0, { [_hQ]: _sV }],
471
436
  ],
472
437
  ];
473
438
  export var DeleteCustomLogSourceResponse = [3, n0, _DCLSRe, 0, [], []];
@@ -527,17 +492,7 @@ export var HttpsNotificationConfiguration = [
527
492
  [_en, _aAKN, _aAKV, _hM, _tRA],
528
493
  [0, 0, 0, 0, 0],
529
494
  ];
530
- export var InternalServerException = [
531
- -3,
532
- n0,
533
- _ISE,
534
- {
535
- [_e]: _se,
536
- [_hE]: 500,
537
- },
538
- [_m],
539
- [0],
540
- ];
495
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
541
496
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
542
497
  export var ListDataLakeExceptionsRequest = [3, n0, _LDLER, 0, [_r, _mR, _nT], [64 | 0, 1, 0]];
543
498
  export var ListDataLakeExceptionsResponse = [
@@ -548,21 +503,7 @@ export var ListDataLakeExceptionsResponse = [
548
503
  [_exc, _nT],
549
504
  [() => DataLakeExceptionList, 0],
550
505
  ];
551
- export var ListDataLakesRequest = [
552
- 3,
553
- n0,
554
- _LDLR,
555
- 0,
556
- [_r],
557
- [
558
- [
559
- 64 | 0,
560
- {
561
- [_hQ]: _r,
562
- },
563
- ],
564
- ],
565
- ];
506
+ export var ListDataLakesRequest = [3, n0, _LDLR, 0, [_r], [[64 | 0, { [_hQ]: _r }]]];
566
507
  export var ListDataLakesResponse = [3, n0, _LDLRi, 0, [_dL], [() => DataLakeResourceList]];
567
508
  export var ListLogSourcesRequest = [
568
509
  3,
@@ -580,18 +521,8 @@ export var ListSubscribersRequest = [
580
521
  0,
581
522
  [_nT, _mR],
582
523
  [
583
- [
584
- 0,
585
- {
586
- [_hQ]: _nT,
587
- },
588
- ],
589
- [
590
- 1,
591
- {
592
- [_hQ]: _mR,
593
- },
594
- ],
524
+ [0, { [_hQ]: _nT }],
525
+ [1, { [_hQ]: _mR }],
595
526
  ],
596
527
  ];
597
528
  export var ListSubscribersResponse = [
@@ -611,10 +542,7 @@ export var ResourceNotFoundException = [
611
542
  -3,
612
543
  n0,
613
544
  _RNFE,
614
- {
615
- [_e]: _c,
616
- [_hE]: 404,
617
- },
545
+ { [_e]: _c, [_hE]: 404 },
618
546
  [_m, _rN, _rT],
619
547
  [0, 0, 0],
620
548
  ];
@@ -635,22 +563,9 @@ export var ThrottlingException = [
635
563
  -3,
636
564
  n0,
637
565
  _TE,
638
- {
639
- [_e]: _c,
640
- [_hE]: 429,
641
- },
566
+ { [_e]: _c, [_hE]: 429 },
642
567
  [_m, _sCe, _qC, _rAS],
643
- [
644
- 0,
645
- 0,
646
- 0,
647
- [
648
- 1,
649
- {
650
- [_hH]: _RA,
651
- },
652
- ],
653
- ],
568
+ [0, 0, 0, [1, { [_hH]: _RA }]],
654
569
  ];
655
570
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
656
571
  export var UntagResourceRequest = [
@@ -661,12 +576,7 @@ export var UntagResourceRequest = [
661
576
  [_rAe, _tK],
662
577
  [
663
578
  [0, 1],
664
- [
665
- 64 | 0,
666
- {
667
- [_hQ]: _tK,
668
- },
669
- ],
579
+ [64 | 0, { [_hQ]: _tK }],
670
580
  ],
671
581
  ];
672
582
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -753,9 +663,7 @@ export var CreateAwsLogSource = [
753
663
  9,
754
664
  n0,
755
665
  _CALS,
756
- {
757
- [_h]: ["POST", "/v1/datalake/logsources/aws", 200],
758
- },
666
+ { [_h]: ["POST", "/v1/datalake/logsources/aws", 200] },
759
667
  () => CreateAwsLogSourceRequest,
760
668
  () => CreateAwsLogSourceResponse,
761
669
  ];
@@ -763,9 +671,7 @@ export var CreateCustomLogSource = [
763
671
  9,
764
672
  n0,
765
673
  _CCLS,
766
- {
767
- [_h]: ["POST", "/v1/datalake/logsources/custom", 200],
768
- },
674
+ { [_h]: ["POST", "/v1/datalake/logsources/custom", 200] },
769
675
  () => CreateCustomLogSourceRequest,
770
676
  () => CreateCustomLogSourceResponse,
771
677
  ];
@@ -773,9 +679,7 @@ export var CreateDataLake = [
773
679
  9,
774
680
  n0,
775
681
  _CDL,
776
- {
777
- [_h]: ["POST", "/v1/datalake", 200],
778
- },
682
+ { [_h]: ["POST", "/v1/datalake", 200] },
779
683
  () => CreateDataLakeRequest,
780
684
  () => CreateDataLakeResponse,
781
685
  ];
@@ -783,9 +687,7 @@ export var CreateDataLakeExceptionSubscription = [
783
687
  9,
784
688
  n0,
785
689
  _CDLES,
786
- {
787
- [_h]: ["POST", "/v1/datalake/exceptions/subscription", 200],
788
- },
690
+ { [_h]: ["POST", "/v1/datalake/exceptions/subscription", 200] },
789
691
  () => CreateDataLakeExceptionSubscriptionRequest,
790
692
  () => CreateDataLakeExceptionSubscriptionResponse,
791
693
  ];
@@ -793,9 +695,7 @@ export var CreateDataLakeOrganizationConfiguration = [
793
695
  9,
794
696
  n0,
795
697
  _CDLOC,
796
- {
797
- [_h]: ["POST", "/v1/datalake/organization/configuration", 200],
798
- },
698
+ { [_h]: ["POST", "/v1/datalake/organization/configuration", 200] },
799
699
  () => CreateDataLakeOrganizationConfigurationRequest,
800
700
  () => CreateDataLakeOrganizationConfigurationResponse,
801
701
  ];
@@ -803,9 +703,7 @@ export var CreateSubscriber = [
803
703
  9,
804
704
  n0,
805
705
  _CS,
806
- {
807
- [_h]: ["POST", "/v1/subscribers", 200],
808
- },
706
+ { [_h]: ["POST", "/v1/subscribers", 200] },
809
707
  () => CreateSubscriberRequest,
810
708
  () => CreateSubscriberResponse,
811
709
  ];
@@ -813,9 +711,7 @@ export var CreateSubscriberNotification = [
813
711
  9,
814
712
  n0,
815
713
  _CSN,
816
- {
817
- [_h]: ["POST", "/v1/subscribers/{subscriberId}/notification", 200],
818
- },
714
+ { [_h]: ["POST", "/v1/subscribers/{subscriberId}/notification", 200] },
819
715
  () => CreateSubscriberNotificationRequest,
820
716
  () => CreateSubscriberNotificationResponse,
821
717
  ];
@@ -823,9 +719,7 @@ export var DeleteAwsLogSource = [
823
719
  9,
824
720
  n0,
825
721
  _DALS,
826
- {
827
- [_h]: ["POST", "/v1/datalake/logsources/aws/delete", 200],
828
- },
722
+ { [_h]: ["POST", "/v1/datalake/logsources/aws/delete", 200] },
829
723
  () => DeleteAwsLogSourceRequest,
830
724
  () => DeleteAwsLogSourceResponse,
831
725
  ];
@@ -833,9 +727,7 @@ export var DeleteCustomLogSource = [
833
727
  9,
834
728
  n0,
835
729
  _DCLS,
836
- {
837
- [_h]: ["DELETE", "/v1/datalake/logsources/custom/{sourceName}", 200],
838
- },
730
+ { [_h]: ["DELETE", "/v1/datalake/logsources/custom/{sourceName}", 200] },
839
731
  () => DeleteCustomLogSourceRequest,
840
732
  () => DeleteCustomLogSourceResponse,
841
733
  ];
@@ -843,9 +735,7 @@ export var DeleteDataLake = [
843
735
  9,
844
736
  n0,
845
737
  _DDL,
846
- {
847
- [_h]: ["POST", "/v1/datalake/delete", 200],
848
- },
738
+ { [_h]: ["POST", "/v1/datalake/delete", 200] },
849
739
  () => DeleteDataLakeRequest,
850
740
  () => DeleteDataLakeResponse,
851
741
  ];
@@ -853,9 +743,7 @@ export var DeleteDataLakeExceptionSubscription = [
853
743
  9,
854
744
  n0,
855
745
  _DDLES,
856
- {
857
- [_h]: ["DELETE", "/v1/datalake/exceptions/subscription", 200],
858
- },
746
+ { [_h]: ["DELETE", "/v1/datalake/exceptions/subscription", 200] },
859
747
  () => DeleteDataLakeExceptionSubscriptionRequest,
860
748
  () => DeleteDataLakeExceptionSubscriptionResponse,
861
749
  ];
@@ -863,9 +751,7 @@ export var DeleteDataLakeOrganizationConfiguration = [
863
751
  9,
864
752
  n0,
865
753
  _DDLOC,
866
- {
867
- [_h]: ["POST", "/v1/datalake/organization/configuration/delete", 200],
868
- },
754
+ { [_h]: ["POST", "/v1/datalake/organization/configuration/delete", 200] },
869
755
  () => DeleteDataLakeOrganizationConfigurationRequest,
870
756
  () => DeleteDataLakeOrganizationConfigurationResponse,
871
757
  ];
@@ -873,9 +759,7 @@ export var DeleteSubscriber = [
873
759
  9,
874
760
  n0,
875
761
  _DS,
876
- {
877
- [_h]: ["DELETE", "/v1/subscribers/{subscriberId}", 200],
878
- },
762
+ { [_h]: ["DELETE", "/v1/subscribers/{subscriberId}", 200] },
879
763
  () => DeleteSubscriberRequest,
880
764
  () => DeleteSubscriberResponse,
881
765
  ];
@@ -883,9 +767,7 @@ export var DeleteSubscriberNotification = [
883
767
  9,
884
768
  n0,
885
769
  _DSN,
886
- {
887
- [_h]: ["DELETE", "/v1/subscribers/{subscriberId}/notification", 200],
888
- },
770
+ { [_h]: ["DELETE", "/v1/subscribers/{subscriberId}/notification", 200] },
889
771
  () => DeleteSubscriberNotificationRequest,
890
772
  () => DeleteSubscriberNotificationResponse,
891
773
  ];
@@ -893,9 +775,7 @@ export var DeregisterDataLakeDelegatedAdministrator = [
893
775
  9,
894
776
  n0,
895
777
  _DDLDA,
896
- {
897
- [_h]: ["DELETE", "/v1/datalake/delegate", 200],
898
- },
778
+ { [_h]: ["DELETE", "/v1/datalake/delegate", 200] },
899
779
  () => DeregisterDataLakeDelegatedAdministratorRequest,
900
780
  () => DeregisterDataLakeDelegatedAdministratorResponse,
901
781
  ];
@@ -903,9 +783,7 @@ export var GetDataLakeExceptionSubscription = [
903
783
  9,
904
784
  n0,
905
785
  _GDLES,
906
- {
907
- [_h]: ["GET", "/v1/datalake/exceptions/subscription", 200],
908
- },
786
+ { [_h]: ["GET", "/v1/datalake/exceptions/subscription", 200] },
909
787
  () => GetDataLakeExceptionSubscriptionRequest,
910
788
  () => GetDataLakeExceptionSubscriptionResponse,
911
789
  ];
@@ -913,9 +791,7 @@ export var GetDataLakeOrganizationConfiguration = [
913
791
  9,
914
792
  n0,
915
793
  _GDLOC,
916
- {
917
- [_h]: ["GET", "/v1/datalake/organization/configuration", 200],
918
- },
794
+ { [_h]: ["GET", "/v1/datalake/organization/configuration", 200] },
919
795
  () => GetDataLakeOrganizationConfigurationRequest,
920
796
  () => GetDataLakeOrganizationConfigurationResponse,
921
797
  ];
@@ -923,9 +799,7 @@ export var GetDataLakeSources = [
923
799
  9,
924
800
  n0,
925
801
  _GDLS,
926
- {
927
- [_h]: ["POST", "/v1/datalake/sources", 200],
928
- },
802
+ { [_h]: ["POST", "/v1/datalake/sources", 200] },
929
803
  () => GetDataLakeSourcesRequest,
930
804
  () => GetDataLakeSourcesResponse,
931
805
  ];
@@ -933,9 +807,7 @@ export var GetSubscriber = [
933
807
  9,
934
808
  n0,
935
809
  _GS,
936
- {
937
- [_h]: ["GET", "/v1/subscribers/{subscriberId}", 200],
938
- },
810
+ { [_h]: ["GET", "/v1/subscribers/{subscriberId}", 200] },
939
811
  () => GetSubscriberRequest,
940
812
  () => GetSubscriberResponse,
941
813
  ];
@@ -943,9 +815,7 @@ export var ListDataLakeExceptions = [
943
815
  9,
944
816
  n0,
945
817
  _LDLE,
946
- {
947
- [_h]: ["POST", "/v1/datalake/exceptions", 200],
948
- },
818
+ { [_h]: ["POST", "/v1/datalake/exceptions", 200] },
949
819
  () => ListDataLakeExceptionsRequest,
950
820
  () => ListDataLakeExceptionsResponse,
951
821
  ];
@@ -953,9 +823,7 @@ export var ListDataLakes = [
953
823
  9,
954
824
  n0,
955
825
  _LDL,
956
- {
957
- [_h]: ["GET", "/v1/datalakes", 200],
958
- },
826
+ { [_h]: ["GET", "/v1/datalakes", 200] },
959
827
  () => ListDataLakesRequest,
960
828
  () => ListDataLakesResponse,
961
829
  ];
@@ -963,9 +831,7 @@ export var ListLogSources = [
963
831
  9,
964
832
  n0,
965
833
  _LLS,
966
- {
967
- [_h]: ["POST", "/v1/datalake/logsources/list", 200],
968
- },
834
+ { [_h]: ["POST", "/v1/datalake/logsources/list", 200] },
969
835
  () => ListLogSourcesRequest,
970
836
  () => ListLogSourcesResponse,
971
837
  ];
@@ -973,9 +839,7 @@ export var ListSubscribers = [
973
839
  9,
974
840
  n0,
975
841
  _LSi,
976
- {
977
- [_h]: ["GET", "/v1/subscribers", 200],
978
- },
842
+ { [_h]: ["GET", "/v1/subscribers", 200] },
979
843
  () => ListSubscribersRequest,
980
844
  () => ListSubscribersResponse,
981
845
  ];
@@ -983,9 +847,7 @@ export var ListTagsForResource = [
983
847
  9,
984
848
  n0,
985
849
  _LTFR,
986
- {
987
- [_h]: ["GET", "/v1/tags/{resourceArn}", 200],
988
- },
850
+ { [_h]: ["GET", "/v1/tags/{resourceArn}", 200] },
989
851
  () => ListTagsForResourceRequest,
990
852
  () => ListTagsForResourceResponse,
991
853
  ];
@@ -993,9 +855,7 @@ export var RegisterDataLakeDelegatedAdministrator = [
993
855
  9,
994
856
  n0,
995
857
  _RDLDA,
996
- {
997
- [_h]: ["POST", "/v1/datalake/delegate", 200],
998
- },
858
+ { [_h]: ["POST", "/v1/datalake/delegate", 200] },
999
859
  () => RegisterDataLakeDelegatedAdministratorRequest,
1000
860
  () => RegisterDataLakeDelegatedAdministratorResponse,
1001
861
  ];
@@ -1003,9 +863,7 @@ export var TagResource = [
1003
863
  9,
1004
864
  n0,
1005
865
  _TR,
1006
- {
1007
- [_h]: ["POST", "/v1/tags/{resourceArn}", 200],
1008
- },
866
+ { [_h]: ["POST", "/v1/tags/{resourceArn}", 200] },
1009
867
  () => TagResourceRequest,
1010
868
  () => TagResourceResponse,
1011
869
  ];
@@ -1013,9 +871,7 @@ export var UntagResource = [
1013
871
  9,
1014
872
  n0,
1015
873
  _UR,
1016
- {
1017
- [_h]: ["DELETE", "/v1/tags/{resourceArn}", 200],
1018
- },
874
+ { [_h]: ["DELETE", "/v1/tags/{resourceArn}", 200] },
1019
875
  () => UntagResourceRequest,
1020
876
  () => UntagResourceResponse,
1021
877
  ];
@@ -1023,9 +879,7 @@ export var UpdateDataLake = [
1023
879
  9,
1024
880
  n0,
1025
881
  _UDL,
1026
- {
1027
- [_h]: ["PUT", "/v1/datalake", 200],
1028
- },
882
+ { [_h]: ["PUT", "/v1/datalake", 200] },
1029
883
  () => UpdateDataLakeRequest,
1030
884
  () => UpdateDataLakeResponse,
1031
885
  ];
@@ -1033,9 +887,7 @@ export var UpdateDataLakeExceptionSubscription = [
1033
887
  9,
1034
888
  n0,
1035
889
  _UDLES,
1036
- {
1037
- [_h]: ["PUT", "/v1/datalake/exceptions/subscription", 200],
1038
- },
890
+ { [_h]: ["PUT", "/v1/datalake/exceptions/subscription", 200] },
1039
891
  () => UpdateDataLakeExceptionSubscriptionRequest,
1040
892
  () => UpdateDataLakeExceptionSubscriptionResponse,
1041
893
  ];
@@ -1043,9 +895,7 @@ export var UpdateSubscriber = [
1043
895
  9,
1044
896
  n0,
1045
897
  _US,
1046
- {
1047
- [_h]: ["PUT", "/v1/subscribers/{subscriberId}", 200],
1048
- },
898
+ { [_h]: ["PUT", "/v1/subscribers/{subscriberId}", 200] },
1049
899
  () => UpdateSubscriberRequest,
1050
900
  () => UpdateSubscriberResponse,
1051
901
  ];
@@ -1053,9 +903,7 @@ export var UpdateSubscriberNotification = [
1053
903
  9,
1054
904
  n0,
1055
905
  _USN,
1056
- {
1057
- [_h]: ["PUT", "/v1/subscribers/{subscriberId}/notification", 200],
1058
- },
906
+ { [_h]: ["PUT", "/v1/subscribers/{subscriberId}/notification", 200] },
1059
907
  () => UpdateSubscriberNotificationRequest,
1060
908
  () => UpdateSubscriberNotificationResponse,
1061
909
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CreateAwsLogSourceCommandInput, CreateAwsLogSourceCommandOutput } from "./commands/CreateAwsLogSourceCommand";
3
3
  import { CreateCustomLogSourceCommandInput, CreateCustomLogSourceCommandOutput } from "./commands/CreateCustomLogSourceCommand";
4
4
  import { CreateDataLakeCommandInput, CreateDataLakeCommandOutput } from "./commands/CreateDataLakeCommand";
@@ -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 { CreateAwsLogSourceCommandInput, CreateAwsLogSourceCommandOutput } from "./commands/CreateAwsLogSourceCommand";
11
11
  import { CreateCustomLogSourceCommandInput, CreateCustomLogSourceCommandOutput } from "./commands/CreateCustomLogSourceCommand";
12
12
  import { CreateDataLakeCommandInput, CreateDataLakeCommandOutput } from "./commands/CreateDataLakeCommand";
@@ -39,7 +39,7 @@ import { UpdateDataLakeExceptionSubscriptionCommandInput, UpdateDataLakeExceptio
39
39
  import { UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput } from "./commands/UpdateSubscriberCommand";
40
40
  import { UpdateSubscriberNotificationCommandInput, UpdateSubscriberNotificationCommandOutput } from "./commands/UpdateSubscriberNotificationCommand";
41
41
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
42
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
42
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
43
43
  export { __Client };
44
44
  /**
45
45
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { SecurityLakeHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { SecurityLakeHttpAuthSchemeProvider } 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 { SecurityLakeClientResolvedConfig } from "../SecurityLakeClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type SecurityLakeClientResolvedConfig } from "../SecurityLakeClient";
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 { CreateAwsLogSourceRequest, CreateAwsLogSourceResponse } from "../models/models_0";
4
- import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateAwsLogSourceRequest, CreateAwsLogSourceResponse } from "../models/models_0";
4
+ import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
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 { CreateCustomLogSourceRequest, CreateCustomLogSourceResponse } from "../models/models_0";
4
- import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateCustomLogSourceRequest, CreateCustomLogSourceResponse } from "../models/models_0";
4
+ import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
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 { CreateDataLakeRequest, CreateDataLakeResponse } from "../models/models_0";
4
- import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateDataLakeRequest, CreateDataLakeResponse } from "../models/models_0";
4
+ import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
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 { CreateDataLakeExceptionSubscriptionRequest, CreateDataLakeExceptionSubscriptionResponse } from "../models/models_0";
4
- import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateDataLakeExceptionSubscriptionRequest, CreateDataLakeExceptionSubscriptionResponse } from "../models/models_0";
4
+ import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
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 { CreateDataLakeOrganizationConfigurationRequest, CreateDataLakeOrganizationConfigurationResponse } from "../models/models_0";
4
- import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateDataLakeOrganizationConfigurationRequest, CreateDataLakeOrganizationConfigurationResponse } from "../models/models_0";
4
+ import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
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 { CreateSubscriberRequest, CreateSubscriberResponse } from "../models/models_0";
4
- import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateSubscriberRequest, CreateSubscriberResponse } from "../models/models_0";
4
+ import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
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 { CreateSubscriberNotificationRequest, CreateSubscriberNotificationResponse } from "../models/models_0";
4
- import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateSubscriberNotificationRequest, CreateSubscriberNotificationResponse } from "../models/models_0";
4
+ import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
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 { DeleteAwsLogSourceRequest, DeleteAwsLogSourceResponse } from "../models/models_0";
4
- import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteAwsLogSourceRequest, DeleteAwsLogSourceResponse } from "../models/models_0";
4
+ import type { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient";
5
5
  /**
6
6
  * @public
7
7
  */