@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
package/dist-cjs/index.js CHANGED
@@ -450,17 +450,7 @@ const _uA = "updatedAt";
450
450
  const _uS = "updateStatus";
451
451
  const _v = "value";
452
452
  const n0 = "com.amazonaws.securitylake";
453
- var AccessDeniedException = [
454
- -3,
455
- n0,
456
- _ADE,
457
- {
458
- [_e]: _c,
459
- [_hE]: 403,
460
- },
461
- [_m, _eC],
462
- [0, 0],
463
- ];
453
+ var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m, _eC], [0, 0]];
464
454
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
465
455
  var AwsIdentity = [3, n0, _AI, 0, [_p, _eI], [0, 0]];
466
456
  var AwsLogSourceConfiguration = [
@@ -472,29 +462,9 @@ var AwsLogSourceConfiguration = [
472
462
  [64 | 0, 64 | 0, 0, 0],
473
463
  ];
474
464
  var AwsLogSourceResource = [3, n0, _ALSR, 0, [_sN, _sV], [0, 0]];
475
- var BadRequestException = [
476
- -3,
477
- n0,
478
- _BRE,
479
- {
480
- [_e]: _c,
481
- [_hE]: 400,
482
- },
483
- [_m],
484
- [0],
485
- ];
465
+ var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
486
466
  schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
487
- var ConflictException = [
488
- -3,
489
- n0,
490
- _CE,
491
- {
492
- [_e]: _c,
493
- [_hE]: 409,
494
- },
495
- [_m, _rN, _rT],
496
- [0, 0, 0],
497
- ];
467
+ var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rN, _rT], [0, 0, 0]];
498
468
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
499
469
  var CreateAwsLogSourceRequest = [
500
470
  3,
@@ -671,12 +641,7 @@ var DeleteCustomLogSourceRequest = [
671
641
  [_sN, _sV],
672
642
  [
673
643
  [0, 1],
674
- [
675
- 0,
676
- {
677
- [_hQ]: _sV,
678
- },
679
- ],
644
+ [0, { [_hQ]: _sV }],
680
645
  ],
681
646
  ];
682
647
  var DeleteCustomLogSourceResponse = [3, n0, _DCLSRe, 0, [], []];
@@ -736,17 +701,7 @@ var HttpsNotificationConfiguration = [
736
701
  [_en, _aAKN, _aAKV, _hM, _tRA],
737
702
  [0, 0, 0, 0, 0],
738
703
  ];
739
- var InternalServerException = [
740
- -3,
741
- n0,
742
- _ISE,
743
- {
744
- [_e]: _se,
745
- [_hE]: 500,
746
- },
747
- [_m],
748
- [0],
749
- ];
704
+ var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
750
705
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
751
706
  var ListDataLakeExceptionsRequest = [3, n0, _LDLER, 0, [_r, _mR, _nT], [64 | 0, 1, 0]];
752
707
  var ListDataLakeExceptionsResponse = [
@@ -757,21 +712,7 @@ var ListDataLakeExceptionsResponse = [
757
712
  [_exc, _nT],
758
713
  [() => DataLakeExceptionList, 0],
759
714
  ];
760
- var ListDataLakesRequest = [
761
- 3,
762
- n0,
763
- _LDLR,
764
- 0,
765
- [_r],
766
- [
767
- [
768
- 64 | 0,
769
- {
770
- [_hQ]: _r,
771
- },
772
- ],
773
- ],
774
- ];
715
+ var ListDataLakesRequest = [3, n0, _LDLR, 0, [_r], [[64 | 0, { [_hQ]: _r }]]];
775
716
  var ListDataLakesResponse = [3, n0, _LDLRi, 0, [_dL], [() => DataLakeResourceList]];
776
717
  var ListLogSourcesRequest = [
777
718
  3,
@@ -789,18 +730,8 @@ var ListSubscribersRequest = [
789
730
  0,
790
731
  [_nT, _mR],
791
732
  [
792
- [
793
- 0,
794
- {
795
- [_hQ]: _nT,
796
- },
797
- ],
798
- [
799
- 1,
800
- {
801
- [_hQ]: _mR,
802
- },
803
- ],
733
+ [0, { [_hQ]: _nT }],
734
+ [1, { [_hQ]: _mR }],
804
735
  ],
805
736
  ];
806
737
  var ListSubscribersResponse = [
@@ -820,10 +751,7 @@ var ResourceNotFoundException = [
820
751
  -3,
821
752
  n0,
822
753
  _RNFE,
823
- {
824
- [_e]: _c,
825
- [_hE]: 404,
826
- },
754
+ { [_e]: _c, [_hE]: 404 },
827
755
  [_m, _rN, _rT],
828
756
  [0, 0, 0],
829
757
  ];
@@ -844,22 +772,9 @@ var ThrottlingException = [
844
772
  -3,
845
773
  n0,
846
774
  _TE,
847
- {
848
- [_e]: _c,
849
- [_hE]: 429,
850
- },
775
+ { [_e]: _c, [_hE]: 429 },
851
776
  [_m, _sCe, _qC, _rAS],
852
- [
853
- 0,
854
- 0,
855
- 0,
856
- [
857
- 1,
858
- {
859
- [_hH]: _RA,
860
- },
861
- ],
862
- ],
777
+ [0, 0, 0, [1, { [_hH]: _RA }]],
863
778
  ];
864
779
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
865
780
  var UntagResourceRequest = [
@@ -870,12 +785,7 @@ var UntagResourceRequest = [
870
785
  [_rAe, _tK],
871
786
  [
872
787
  [0, 1],
873
- [
874
- 64 | 0,
875
- {
876
- [_hQ]: _tK,
877
- },
878
- ],
788
+ [64 | 0, { [_hQ]: _tK }],
879
789
  ],
880
790
  ];
881
791
  var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -956,9 +866,7 @@ var CreateAwsLogSource = [
956
866
  9,
957
867
  n0,
958
868
  _CALS,
959
- {
960
- [_h]: ["POST", "/v1/datalake/logsources/aws", 200],
961
- },
869
+ { [_h]: ["POST", "/v1/datalake/logsources/aws", 200] },
962
870
  () => CreateAwsLogSourceRequest,
963
871
  () => CreateAwsLogSourceResponse,
964
872
  ];
@@ -966,9 +874,7 @@ var CreateCustomLogSource = [
966
874
  9,
967
875
  n0,
968
876
  _CCLS,
969
- {
970
- [_h]: ["POST", "/v1/datalake/logsources/custom", 200],
971
- },
877
+ { [_h]: ["POST", "/v1/datalake/logsources/custom", 200] },
972
878
  () => CreateCustomLogSourceRequest,
973
879
  () => CreateCustomLogSourceResponse,
974
880
  ];
@@ -976,9 +882,7 @@ var CreateDataLake = [
976
882
  9,
977
883
  n0,
978
884
  _CDL,
979
- {
980
- [_h]: ["POST", "/v1/datalake", 200],
981
- },
885
+ { [_h]: ["POST", "/v1/datalake", 200] },
982
886
  () => CreateDataLakeRequest,
983
887
  () => CreateDataLakeResponse,
984
888
  ];
@@ -986,9 +890,7 @@ var CreateDataLakeExceptionSubscription = [
986
890
  9,
987
891
  n0,
988
892
  _CDLES,
989
- {
990
- [_h]: ["POST", "/v1/datalake/exceptions/subscription", 200],
991
- },
893
+ { [_h]: ["POST", "/v1/datalake/exceptions/subscription", 200] },
992
894
  () => CreateDataLakeExceptionSubscriptionRequest,
993
895
  () => CreateDataLakeExceptionSubscriptionResponse,
994
896
  ];
@@ -996,9 +898,7 @@ var CreateDataLakeOrganizationConfiguration = [
996
898
  9,
997
899
  n0,
998
900
  _CDLOC,
999
- {
1000
- [_h]: ["POST", "/v1/datalake/organization/configuration", 200],
1001
- },
901
+ { [_h]: ["POST", "/v1/datalake/organization/configuration", 200] },
1002
902
  () => CreateDataLakeOrganizationConfigurationRequest,
1003
903
  () => CreateDataLakeOrganizationConfigurationResponse,
1004
904
  ];
@@ -1006,9 +906,7 @@ var CreateSubscriber = [
1006
906
  9,
1007
907
  n0,
1008
908
  _CS,
1009
- {
1010
- [_h]: ["POST", "/v1/subscribers", 200],
1011
- },
909
+ { [_h]: ["POST", "/v1/subscribers", 200] },
1012
910
  () => CreateSubscriberRequest,
1013
911
  () => CreateSubscriberResponse,
1014
912
  ];
@@ -1016,9 +914,7 @@ var CreateSubscriberNotification = [
1016
914
  9,
1017
915
  n0,
1018
916
  _CSN,
1019
- {
1020
- [_h]: ["POST", "/v1/subscribers/{subscriberId}/notification", 200],
1021
- },
917
+ { [_h]: ["POST", "/v1/subscribers/{subscriberId}/notification", 200] },
1022
918
  () => CreateSubscriberNotificationRequest,
1023
919
  () => CreateSubscriberNotificationResponse,
1024
920
  ];
@@ -1026,9 +922,7 @@ var DeleteAwsLogSource = [
1026
922
  9,
1027
923
  n0,
1028
924
  _DALS,
1029
- {
1030
- [_h]: ["POST", "/v1/datalake/logsources/aws/delete", 200],
1031
- },
925
+ { [_h]: ["POST", "/v1/datalake/logsources/aws/delete", 200] },
1032
926
  () => DeleteAwsLogSourceRequest,
1033
927
  () => DeleteAwsLogSourceResponse,
1034
928
  ];
@@ -1036,9 +930,7 @@ var DeleteCustomLogSource = [
1036
930
  9,
1037
931
  n0,
1038
932
  _DCLS,
1039
- {
1040
- [_h]: ["DELETE", "/v1/datalake/logsources/custom/{sourceName}", 200],
1041
- },
933
+ { [_h]: ["DELETE", "/v1/datalake/logsources/custom/{sourceName}", 200] },
1042
934
  () => DeleteCustomLogSourceRequest,
1043
935
  () => DeleteCustomLogSourceResponse,
1044
936
  ];
@@ -1046,9 +938,7 @@ var DeleteDataLake = [
1046
938
  9,
1047
939
  n0,
1048
940
  _DDL,
1049
- {
1050
- [_h]: ["POST", "/v1/datalake/delete", 200],
1051
- },
941
+ { [_h]: ["POST", "/v1/datalake/delete", 200] },
1052
942
  () => DeleteDataLakeRequest,
1053
943
  () => DeleteDataLakeResponse,
1054
944
  ];
@@ -1056,9 +946,7 @@ var DeleteDataLakeExceptionSubscription = [
1056
946
  9,
1057
947
  n0,
1058
948
  _DDLES,
1059
- {
1060
- [_h]: ["DELETE", "/v1/datalake/exceptions/subscription", 200],
1061
- },
949
+ { [_h]: ["DELETE", "/v1/datalake/exceptions/subscription", 200] },
1062
950
  () => DeleteDataLakeExceptionSubscriptionRequest,
1063
951
  () => DeleteDataLakeExceptionSubscriptionResponse,
1064
952
  ];
@@ -1066,9 +954,7 @@ var DeleteDataLakeOrganizationConfiguration = [
1066
954
  9,
1067
955
  n0,
1068
956
  _DDLOC,
1069
- {
1070
- [_h]: ["POST", "/v1/datalake/organization/configuration/delete", 200],
1071
- },
957
+ { [_h]: ["POST", "/v1/datalake/organization/configuration/delete", 200] },
1072
958
  () => DeleteDataLakeOrganizationConfigurationRequest,
1073
959
  () => DeleteDataLakeOrganizationConfigurationResponse,
1074
960
  ];
@@ -1076,9 +962,7 @@ var DeleteSubscriber = [
1076
962
  9,
1077
963
  n0,
1078
964
  _DS,
1079
- {
1080
- [_h]: ["DELETE", "/v1/subscribers/{subscriberId}", 200],
1081
- },
965
+ { [_h]: ["DELETE", "/v1/subscribers/{subscriberId}", 200] },
1082
966
  () => DeleteSubscriberRequest,
1083
967
  () => DeleteSubscriberResponse,
1084
968
  ];
@@ -1086,9 +970,7 @@ var DeleteSubscriberNotification = [
1086
970
  9,
1087
971
  n0,
1088
972
  _DSN,
1089
- {
1090
- [_h]: ["DELETE", "/v1/subscribers/{subscriberId}/notification", 200],
1091
- },
973
+ { [_h]: ["DELETE", "/v1/subscribers/{subscriberId}/notification", 200] },
1092
974
  () => DeleteSubscriberNotificationRequest,
1093
975
  () => DeleteSubscriberNotificationResponse,
1094
976
  ];
@@ -1096,9 +978,7 @@ var DeregisterDataLakeDelegatedAdministrator = [
1096
978
  9,
1097
979
  n0,
1098
980
  _DDLDA,
1099
- {
1100
- [_h]: ["DELETE", "/v1/datalake/delegate", 200],
1101
- },
981
+ { [_h]: ["DELETE", "/v1/datalake/delegate", 200] },
1102
982
  () => DeregisterDataLakeDelegatedAdministratorRequest,
1103
983
  () => DeregisterDataLakeDelegatedAdministratorResponse,
1104
984
  ];
@@ -1106,9 +986,7 @@ var GetDataLakeExceptionSubscription = [
1106
986
  9,
1107
987
  n0,
1108
988
  _GDLES,
1109
- {
1110
- [_h]: ["GET", "/v1/datalake/exceptions/subscription", 200],
1111
- },
989
+ { [_h]: ["GET", "/v1/datalake/exceptions/subscription", 200] },
1112
990
  () => GetDataLakeExceptionSubscriptionRequest,
1113
991
  () => GetDataLakeExceptionSubscriptionResponse,
1114
992
  ];
@@ -1116,9 +994,7 @@ var GetDataLakeOrganizationConfiguration = [
1116
994
  9,
1117
995
  n0,
1118
996
  _GDLOC,
1119
- {
1120
- [_h]: ["GET", "/v1/datalake/organization/configuration", 200],
1121
- },
997
+ { [_h]: ["GET", "/v1/datalake/organization/configuration", 200] },
1122
998
  () => GetDataLakeOrganizationConfigurationRequest,
1123
999
  () => GetDataLakeOrganizationConfigurationResponse,
1124
1000
  ];
@@ -1126,9 +1002,7 @@ var GetDataLakeSources = [
1126
1002
  9,
1127
1003
  n0,
1128
1004
  _GDLS,
1129
- {
1130
- [_h]: ["POST", "/v1/datalake/sources", 200],
1131
- },
1005
+ { [_h]: ["POST", "/v1/datalake/sources", 200] },
1132
1006
  () => GetDataLakeSourcesRequest,
1133
1007
  () => GetDataLakeSourcesResponse,
1134
1008
  ];
@@ -1136,9 +1010,7 @@ var GetSubscriber = [
1136
1010
  9,
1137
1011
  n0,
1138
1012
  _GS,
1139
- {
1140
- [_h]: ["GET", "/v1/subscribers/{subscriberId}", 200],
1141
- },
1013
+ { [_h]: ["GET", "/v1/subscribers/{subscriberId}", 200] },
1142
1014
  () => GetSubscriberRequest,
1143
1015
  () => GetSubscriberResponse,
1144
1016
  ];
@@ -1146,9 +1018,7 @@ var ListDataLakeExceptions = [
1146
1018
  9,
1147
1019
  n0,
1148
1020
  _LDLE,
1149
- {
1150
- [_h]: ["POST", "/v1/datalake/exceptions", 200],
1151
- },
1021
+ { [_h]: ["POST", "/v1/datalake/exceptions", 200] },
1152
1022
  () => ListDataLakeExceptionsRequest,
1153
1023
  () => ListDataLakeExceptionsResponse,
1154
1024
  ];
@@ -1156,9 +1026,7 @@ var ListDataLakes = [
1156
1026
  9,
1157
1027
  n0,
1158
1028
  _LDL,
1159
- {
1160
- [_h]: ["GET", "/v1/datalakes", 200],
1161
- },
1029
+ { [_h]: ["GET", "/v1/datalakes", 200] },
1162
1030
  () => ListDataLakesRequest,
1163
1031
  () => ListDataLakesResponse,
1164
1032
  ];
@@ -1166,9 +1034,7 @@ var ListLogSources = [
1166
1034
  9,
1167
1035
  n0,
1168
1036
  _LLS,
1169
- {
1170
- [_h]: ["POST", "/v1/datalake/logsources/list", 200],
1171
- },
1037
+ { [_h]: ["POST", "/v1/datalake/logsources/list", 200] },
1172
1038
  () => ListLogSourcesRequest,
1173
1039
  () => ListLogSourcesResponse,
1174
1040
  ];
@@ -1176,9 +1042,7 @@ var ListSubscribers = [
1176
1042
  9,
1177
1043
  n0,
1178
1044
  _LSi,
1179
- {
1180
- [_h]: ["GET", "/v1/subscribers", 200],
1181
- },
1045
+ { [_h]: ["GET", "/v1/subscribers", 200] },
1182
1046
  () => ListSubscribersRequest,
1183
1047
  () => ListSubscribersResponse,
1184
1048
  ];
@@ -1186,9 +1050,7 @@ var ListTagsForResource = [
1186
1050
  9,
1187
1051
  n0,
1188
1052
  _LTFR,
1189
- {
1190
- [_h]: ["GET", "/v1/tags/{resourceArn}", 200],
1191
- },
1053
+ { [_h]: ["GET", "/v1/tags/{resourceArn}", 200] },
1192
1054
  () => ListTagsForResourceRequest,
1193
1055
  () => ListTagsForResourceResponse,
1194
1056
  ];
@@ -1196,9 +1058,7 @@ var RegisterDataLakeDelegatedAdministrator = [
1196
1058
  9,
1197
1059
  n0,
1198
1060
  _RDLDA,
1199
- {
1200
- [_h]: ["POST", "/v1/datalake/delegate", 200],
1201
- },
1061
+ { [_h]: ["POST", "/v1/datalake/delegate", 200] },
1202
1062
  () => RegisterDataLakeDelegatedAdministratorRequest,
1203
1063
  () => RegisterDataLakeDelegatedAdministratorResponse,
1204
1064
  ];
@@ -1206,9 +1066,7 @@ var TagResource = [
1206
1066
  9,
1207
1067
  n0,
1208
1068
  _TR,
1209
- {
1210
- [_h]: ["POST", "/v1/tags/{resourceArn}", 200],
1211
- },
1069
+ { [_h]: ["POST", "/v1/tags/{resourceArn}", 200] },
1212
1070
  () => TagResourceRequest,
1213
1071
  () => TagResourceResponse,
1214
1072
  ];
@@ -1216,9 +1074,7 @@ var UntagResource = [
1216
1074
  9,
1217
1075
  n0,
1218
1076
  _UR,
1219
- {
1220
- [_h]: ["DELETE", "/v1/tags/{resourceArn}", 200],
1221
- },
1077
+ { [_h]: ["DELETE", "/v1/tags/{resourceArn}", 200] },
1222
1078
  () => UntagResourceRequest,
1223
1079
  () => UntagResourceResponse,
1224
1080
  ];
@@ -1226,9 +1082,7 @@ var UpdateDataLake = [
1226
1082
  9,
1227
1083
  n0,
1228
1084
  _UDL,
1229
- {
1230
- [_h]: ["PUT", "/v1/datalake", 200],
1231
- },
1085
+ { [_h]: ["PUT", "/v1/datalake", 200] },
1232
1086
  () => UpdateDataLakeRequest,
1233
1087
  () => UpdateDataLakeResponse,
1234
1088
  ];
@@ -1236,9 +1090,7 @@ var UpdateDataLakeExceptionSubscription = [
1236
1090
  9,
1237
1091
  n0,
1238
1092
  _UDLES,
1239
- {
1240
- [_h]: ["PUT", "/v1/datalake/exceptions/subscription", 200],
1241
- },
1093
+ { [_h]: ["PUT", "/v1/datalake/exceptions/subscription", 200] },
1242
1094
  () => UpdateDataLakeExceptionSubscriptionRequest,
1243
1095
  () => UpdateDataLakeExceptionSubscriptionResponse,
1244
1096
  ];
@@ -1246,9 +1098,7 @@ var UpdateSubscriber = [
1246
1098
  9,
1247
1099
  n0,
1248
1100
  _US,
1249
- {
1250
- [_h]: ["PUT", "/v1/subscribers/{subscriberId}", 200],
1251
- },
1101
+ { [_h]: ["PUT", "/v1/subscribers/{subscriberId}", 200] },
1252
1102
  () => UpdateSubscriberRequest,
1253
1103
  () => UpdateSubscriberResponse,
1254
1104
  ];
@@ -1256,9 +1106,7 @@ var UpdateSubscriberNotification = [
1256
1106
  9,
1257
1107
  n0,
1258
1108
  _USN,
1259
- {
1260
- [_h]: ["PUT", "/v1/subscribers/{subscriberId}/notification", 200],
1261
- },
1109
+ { [_h]: ["PUT", "/v1/subscribers/{subscriberId}/notification", 200] },
1262
1110
  () => UpdateSubscriberNotificationRequest,
1263
1111
  () => UpdateSubscriberNotificationResponse,
1264
1112
  ];
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
8
  const config_resolver_1 = require("@smithy/config-resolver");
9
9
  const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
10
  const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const smithy_client_1 = require("@smithy/smithy-client");
11
12
  const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
13
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
12
14
  const util_retry_1 = require("@smithy/util-retry");
13
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@smithy/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
11
11
  const middleware_retry_1 = require("@smithy/middleware-retry");
12
12
  const node_config_provider_1 = require("@smithy/node-config-provider");
13
13
  const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
14
15
  const util_body_length_node_1 = require("@smithy/util-body-length-node");
16
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
15
17
  const util_retry_1 = require("@smithy/util-retry");
16
18
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@smithy/smithy-client");
18
- const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
- const smithy_client_2 = require("@smithy/smithy-client");
20
19
  const getRuntimeConfig = (config) => {
21
- (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
20
+ (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
22
21
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
23
22
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
23
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
7
  import { getSchemaSerdePlugin } from "@smithy/core/schema";
8
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
9
- import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
10
- import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
9
+ import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
10
+ import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
11
11
  import { Client as __Client, } from "@smithy/smithy-client";
12
12
  import { defaultSecurityLakeHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
13
13
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
4
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
5
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
6
  import { invalidProvider } from "@smithy/invalid-dependency";
7
+ import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
7
8
  import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
8
10
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
9
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
10
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
11
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
12
12
  export const getRuntimeConfig = (config) => {
13
13
  const defaultsMode = resolveDefaultsModeConfig(config);
14
14
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
8
8
  import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
10
11
  import { calculateBodyLength } from "@smithy/util-body-length-node";
12
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
11
13
  import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
12
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
14
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
15
- import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
16
15
  export const getRuntimeConfig = (config) => {
17
16
  emitWarningIfUnsupportedVersion(process.version);
18
17
  const defaultsMode = resolveDefaultsModeConfig(config);