@aws-sdk/client-supplychain 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 (63) hide show
  1. package/dist-cjs/index.js +51 -257
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/SupplyChainClient.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 +51 -257
  8. package/dist-types/SupplyChain.d.ts +1 -1
  9. package/dist-types/SupplyChainClient.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/CreateBillOfMaterialsImportJobCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateDataIntegrationFlowCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateDataLakeDatasetCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateDataLakeNamespaceCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateInstanceCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteDataIntegrationFlowCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteDataLakeDatasetCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteDataLakeNamespaceCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteInstanceCommand.d.ts +3 -3
  21. package/dist-types/commands/GetBillOfMaterialsImportJobCommand.d.ts +3 -3
  22. package/dist-types/commands/GetDataIntegrationEventCommand.d.ts +3 -3
  23. package/dist-types/commands/GetDataIntegrationFlowCommand.d.ts +3 -3
  24. package/dist-types/commands/GetDataIntegrationFlowExecutionCommand.d.ts +3 -3
  25. package/dist-types/commands/GetDataLakeDatasetCommand.d.ts +3 -3
  26. package/dist-types/commands/GetDataLakeNamespaceCommand.d.ts +3 -3
  27. package/dist-types/commands/GetInstanceCommand.d.ts +3 -3
  28. package/dist-types/commands/ListDataIntegrationEventsCommand.d.ts +3 -3
  29. package/dist-types/commands/ListDataIntegrationFlowExecutionsCommand.d.ts +3 -3
  30. package/dist-types/commands/ListDataIntegrationFlowsCommand.d.ts +3 -3
  31. package/dist-types/commands/ListDataLakeDatasetsCommand.d.ts +3 -3
  32. package/dist-types/commands/ListDataLakeNamespacesCommand.d.ts +3 -3
  33. package/dist-types/commands/ListInstancesCommand.d.ts +3 -3
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  35. package/dist-types/commands/SendDataIntegrationEventCommand.d.ts +3 -3
  36. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  37. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  38. package/dist-types/commands/UpdateDataIntegrationFlowCommand.d.ts +3 -3
  39. package/dist-types/commands/UpdateDataLakeDatasetCommand.d.ts +3 -3
  40. package/dist-types/commands/UpdateDataLakeNamespaceCommand.d.ts +3 -3
  41. package/dist-types/commands/UpdateInstanceCommand.d.ts +3 -3
  42. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  43. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  44. package/dist-types/extensionConfiguration.d.ts +4 -4
  45. package/dist-types/models/SupplyChainServiceException.d.ts +1 -1
  46. package/dist-types/models/errors.d.ts +1 -1
  47. package/dist-types/pagination/Interfaces.d.ts +1 -1
  48. package/dist-types/pagination/ListDataIntegrationEventsPaginator.d.ts +1 -1
  49. package/dist-types/pagination/ListDataIntegrationFlowExecutionsPaginator.d.ts +1 -1
  50. package/dist-types/pagination/ListDataIntegrationFlowsPaginator.d.ts +1 -1
  51. package/dist-types/pagination/ListDataLakeDatasetsPaginator.d.ts +1 -1
  52. package/dist-types/pagination/ListDataLakeNamespacesPaginator.d.ts +1 -1
  53. package/dist-types/pagination/ListInstancesPaginator.d.ts +1 -1
  54. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  55. package/dist-types/runtimeConfig.d.ts +1 -1
  56. package/dist-types/runtimeConfig.native.d.ts +1 -1
  57. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  58. package/dist-types/runtimeExtensions.d.ts +1 -1
  59. package/dist-types/schemas/schemas_0.d.ts +1 -1
  60. package/dist-types/ts3.4/SupplyChainClient.d.ts +3 -3
  61. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  62. package/dist-types/ts3.4/models/SupplyChainServiceException.d.ts +1 -1
  63. package/package.json +13 -12
@@ -239,17 +239,7 @@ import { AccessDeniedException as __AccessDeniedException, ConflictException as
239
239
  import { SupplyChainServiceException as __SupplyChainServiceException } from "../models/SupplyChainServiceException";
240
240
  export var DataIntegrationEventData = [0, n0, _DIED, 8, 0];
241
241
  export var DataIntegrationFlowSQLQuery = [0, n0, _DIFSQLQ, 8, 0];
242
- export var AccessDeniedException = [
243
- -3,
244
- n0,
245
- _ADE,
246
- {
247
- [_e]: _c,
248
- [_hE]: 403,
249
- },
250
- [_m],
251
- [0],
252
- ];
242
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
253
243
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
254
244
  export var BillOfMaterialsImportJob = [
255
245
  3,
@@ -259,17 +249,7 @@ export var BillOfMaterialsImportJob = [
259
249
  [_iI, _jI, _s, _su, _m],
260
250
  [0, 0, 0, 0, 0],
261
251
  ];
262
- export var ConflictException = [
263
- -3,
264
- n0,
265
- _CE,
266
- {
267
- [_e]: _c,
268
- [_hE]: 409,
269
- },
270
- [_m],
271
- [0],
272
- ];
252
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
273
253
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
274
254
  export var CreateBillOfMaterialsImportJobRequest = [
275
255
  3,
@@ -681,17 +661,7 @@ export var Instance = [
681
661
  [_iI, _aAI, _st, _eM, _wADD, _cTr, _lMT, _iN, _iD, _kKA, _vN],
682
662
  [0, 0, 0, 0, 0, 4, 4, 0, 0, 0, 1],
683
663
  ];
684
- export var InternalServerException = [
685
- -3,
686
- n0,
687
- _ISE,
688
- {
689
- [_e]: _se,
690
- [_hE]: 500,
691
- },
692
- [_m],
693
- [0],
694
- ];
664
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
695
665
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
696
666
  export var ListDataIntegrationEventsRequest = [
697
667
  3,
@@ -701,24 +671,9 @@ export var ListDataIntegrationEventsRequest = [
701
671
  [_iI, _eT, _nT, _mR],
702
672
  [
703
673
  [0, 1],
704
- [
705
- 0,
706
- {
707
- [_hQ]: _eT,
708
- },
709
- ],
710
- [
711
- 0,
712
- {
713
- [_hQ]: _nT,
714
- },
715
- ],
716
- [
717
- 1,
718
- {
719
- [_hQ]: _mR,
720
- },
721
- ],
674
+ [0, { [_hQ]: _eT }],
675
+ [0, { [_hQ]: _nT }],
676
+ [1, { [_hQ]: _mR }],
722
677
  ],
723
678
  ];
724
679
  export var ListDataIntegrationEventsResponse = [
@@ -738,18 +693,8 @@ export var ListDataIntegrationFlowExecutionsRequest = [
738
693
  [
739
694
  [0, 1],
740
695
  [0, 1],
741
- [
742
- 0,
743
- {
744
- [_hQ]: _nT,
745
- },
746
- ],
747
- [
748
- 1,
749
- {
750
- [_hQ]: _mR,
751
- },
752
- ],
696
+ [0, { [_hQ]: _nT }],
697
+ [1, { [_hQ]: _mR }],
753
698
  ],
754
699
  ];
755
700
  export var ListDataIntegrationFlowExecutionsResponse = [
@@ -768,18 +713,8 @@ export var ListDataIntegrationFlowsRequest = [
768
713
  [_iI, _nT, _mR],
769
714
  [
770
715
  [0, 1],
771
- [
772
- 0,
773
- {
774
- [_hQ]: _nT,
775
- },
776
- ],
777
- [
778
- 1,
779
- {
780
- [_hQ]: _mR,
781
- },
782
- ],
716
+ [0, { [_hQ]: _nT }],
717
+ [1, { [_hQ]: _mR }],
783
718
  ],
784
719
  ];
785
720
  export var ListDataIntegrationFlowsResponse = [
@@ -799,18 +734,8 @@ export var ListDataLakeDatasetsRequest = [
799
734
  [
800
735
  [0, 1],
801
736
  [0, 1],
802
- [
803
- 0,
804
- {
805
- [_hQ]: _nT,
806
- },
807
- ],
808
- [
809
- 1,
810
- {
811
- [_hQ]: _mR,
812
- },
813
- ],
737
+ [0, { [_hQ]: _nT }],
738
+ [1, { [_hQ]: _mR }],
814
739
  ],
815
740
  ];
816
741
  export var ListDataLakeDatasetsResponse = [
@@ -829,18 +754,8 @@ export var ListDataLakeNamespacesRequest = [
829
754
  [_iI, _nT, _mR],
830
755
  [
831
756
  [0, 1],
832
- [
833
- 0,
834
- {
835
- [_hQ]: _nT,
836
- },
837
- ],
838
- [
839
- 1,
840
- {
841
- [_hQ]: _mR,
842
- },
843
- ],
757
+ [0, { [_hQ]: _nT }],
758
+ [1, { [_hQ]: _mR }],
844
759
  ],
845
760
  ];
846
761
  export var ListDataLakeNamespacesResponse = [
@@ -858,46 +773,16 @@ export var ListInstancesRequest = [
858
773
  0,
859
774
  [_nT, _mR, _iNF, _iSF],
860
775
  [
861
- [
862
- 0,
863
- {
864
- [_hQ]: _nT,
865
- },
866
- ],
867
- [
868
- 1,
869
- {
870
- [_hQ]: _mR,
871
- },
872
- ],
873
- [
874
- 64 | 0,
875
- {
876
- [_hQ]: _iNF,
877
- },
878
- ],
879
- [
880
- 64 | 0,
881
- {
882
- [_hQ]: _iSF,
883
- },
884
- ],
776
+ [0, { [_hQ]: _nT }],
777
+ [1, { [_hQ]: _mR }],
778
+ [64 | 0, { [_hQ]: _iNF }],
779
+ [64 | 0, { [_hQ]: _iSF }],
885
780
  ],
886
781
  ];
887
782
  export var ListInstancesResponse = [3, n0, _LIRi, 0, [_in, _nT], [() => InstanceList, 0]];
888
783
  export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
889
784
  export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_tag], [128 | 0]];
890
- export var ResourceNotFoundException = [
891
- -3,
892
- n0,
893
- _RNFE,
894
- {
895
- [_e]: _c,
896
- [_hE]: 404,
897
- },
898
- [_m],
899
- [0],
900
- ];
785
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
901
786
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
902
787
  export var SendDataIntegrationEventRequest = [
903
788
  3,
@@ -908,31 +793,11 @@ export var SendDataIntegrationEventRequest = [
908
793
  [[0, 1], 0, [() => DataIntegrationEventData, 0], 0, 7, [0, 4], () => DataIntegrationEventDatasetTargetConfiguration],
909
794
  ];
910
795
  export var SendDataIntegrationEventResponse = [3, n0, _SDIERe, 0, [_eI], [0]];
911
- export var ServiceQuotaExceededException = [
912
- -3,
913
- n0,
914
- _SQEE,
915
- {
916
- [_e]: _c,
917
- [_hE]: 402,
918
- },
919
- [_m],
920
- [0],
921
- ];
796
+ export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
922
797
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
923
798
  export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _tag], [[0, 1], 128 | 0]];
924
799
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
925
- export var ThrottlingException = [
926
- -3,
927
- n0,
928
- _TE,
929
- {
930
- [_e]: _c,
931
- [_hE]: 429,
932
- },
933
- [_m],
934
- [0],
935
- ];
800
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
936
801
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
937
802
  export var UntagResourceRequest = [
938
803
  3,
@@ -942,12 +807,7 @@ export var UntagResourceRequest = [
942
807
  [_rA, _tK],
943
808
  [
944
809
  [0, 1],
945
- [
946
- 64 | 0,
947
- {
948
- [_hQ]: _tK,
949
- },
950
- ],
810
+ [64 | 0, { [_hQ]: _tK }],
951
811
  ],
952
812
  ];
953
813
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -1000,17 +860,7 @@ export var UpdateDataLakeNamespaceResponse = [
1000
860
  ];
1001
861
  export var UpdateInstanceRequest = [3, n0, _UIR, 0, [_iI, _iN, _iD], [[0, 1], 0, 0]];
1002
862
  export var UpdateInstanceResponse = [3, n0, _UIRp, 0, [_i], [() => Instance]];
1003
- export var ValidationException = [
1004
- -3,
1005
- n0,
1006
- _VE,
1007
- {
1008
- [_e]: _c,
1009
- [_hE]: 400,
1010
- },
1011
- [_m],
1012
- [0],
1013
- ];
863
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1014
864
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1015
865
  export var __Unit = "unit";
1016
866
  export var SupplyChainServiceException = [-3, _sm, "SupplyChainServiceException", 0, [], []];
@@ -1052,9 +902,7 @@ export var CreateBillOfMaterialsImportJob = [
1052
902
  9,
1053
903
  n0,
1054
904
  _CBOMIJ,
1055
- {
1056
- [_h]: ["POST", "/api/configuration/instances/{instanceId}/bill-of-materials-import-jobs", 200],
1057
- },
905
+ { [_h]: ["POST", "/api/configuration/instances/{instanceId}/bill-of-materials-import-jobs", 200] },
1058
906
  () => CreateBillOfMaterialsImportJobRequest,
1059
907
  () => CreateBillOfMaterialsImportJobResponse,
1060
908
  ];
@@ -1062,9 +910,7 @@ export var CreateDataIntegrationFlow = [
1062
910
  9,
1063
911
  n0,
1064
912
  _CDIF,
1065
- {
1066
- [_h]: ["PUT", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200],
1067
- },
913
+ { [_h]: ["PUT", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200] },
1068
914
  () => CreateDataIntegrationFlowRequest,
1069
915
  () => CreateDataIntegrationFlowResponse,
1070
916
  ];
@@ -1072,9 +918,7 @@ export var CreateDataLakeDataset = [
1072
918
  9,
1073
919
  n0,
1074
920
  _CDLD,
1075
- {
1076
- [_h]: ["PUT", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200],
1077
- },
921
+ { [_h]: ["PUT", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200] },
1078
922
  () => CreateDataLakeDatasetRequest,
1079
923
  () => CreateDataLakeDatasetResponse,
1080
924
  ];
@@ -1082,9 +926,7 @@ export var CreateDataLakeNamespace = [
1082
926
  9,
1083
927
  n0,
1084
928
  _CDLN,
1085
- {
1086
- [_h]: ["PUT", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200],
1087
- },
929
+ { [_h]: ["PUT", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200] },
1088
930
  () => CreateDataLakeNamespaceRequest,
1089
931
  () => CreateDataLakeNamespaceResponse,
1090
932
  ];
@@ -1092,9 +934,7 @@ export var CreateInstance = [
1092
934
  9,
1093
935
  n0,
1094
936
  _CI,
1095
- {
1096
- [_h]: ["POST", "/api/instance", 200],
1097
- },
937
+ { [_h]: ["POST", "/api/instance", 200] },
1098
938
  () => CreateInstanceRequest,
1099
939
  () => CreateInstanceResponse,
1100
940
  ];
@@ -1102,9 +942,7 @@ export var DeleteDataIntegrationFlow = [
1102
942
  9,
1103
943
  n0,
1104
944
  _DDIF,
1105
- {
1106
- [_h]: ["DELETE", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200],
1107
- },
945
+ { [_h]: ["DELETE", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200] },
1108
946
  () => DeleteDataIntegrationFlowRequest,
1109
947
  () => DeleteDataIntegrationFlowResponse,
1110
948
  ];
@@ -1112,9 +950,7 @@ export var DeleteDataLakeDataset = [
1112
950
  9,
1113
951
  n0,
1114
952
  _DDLD,
1115
- {
1116
- [_h]: ["DELETE", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200],
1117
- },
953
+ { [_h]: ["DELETE", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200] },
1118
954
  () => DeleteDataLakeDatasetRequest,
1119
955
  () => DeleteDataLakeDatasetResponse,
1120
956
  ];
@@ -1122,9 +958,7 @@ export var DeleteDataLakeNamespace = [
1122
958
  9,
1123
959
  n0,
1124
960
  _DDLN,
1125
- {
1126
- [_h]: ["DELETE", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200],
1127
- },
961
+ { [_h]: ["DELETE", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200] },
1128
962
  () => DeleteDataLakeNamespaceRequest,
1129
963
  () => DeleteDataLakeNamespaceResponse,
1130
964
  ];
@@ -1132,9 +966,7 @@ export var DeleteInstance = [
1132
966
  9,
1133
967
  n0,
1134
968
  _DI,
1135
- {
1136
- [_h]: ["DELETE", "/api/instance/{instanceId}", 200],
1137
- },
969
+ { [_h]: ["DELETE", "/api/instance/{instanceId}", 200] },
1138
970
  () => DeleteInstanceRequest,
1139
971
  () => DeleteInstanceResponse,
1140
972
  ];
@@ -1142,9 +974,7 @@ export var GetBillOfMaterialsImportJob = [
1142
974
  9,
1143
975
  n0,
1144
976
  _GBOMIJ,
1145
- {
1146
- [_h]: ["GET", "/api/configuration/instances/{instanceId}/bill-of-materials-import-jobs/{jobId}", 200],
1147
- },
977
+ { [_h]: ["GET", "/api/configuration/instances/{instanceId}/bill-of-materials-import-jobs/{jobId}", 200] },
1148
978
  () => GetBillOfMaterialsImportJobRequest,
1149
979
  () => GetBillOfMaterialsImportJobResponse,
1150
980
  ];
@@ -1152,9 +982,7 @@ export var GetDataIntegrationEvent = [
1152
982
  9,
1153
983
  n0,
1154
984
  _GDIE,
1155
- {
1156
- [_h]: ["GET", "/api-data/data-integration/instance/{instanceId}/data-integration-events/{eventId}", 200],
1157
- },
985
+ { [_h]: ["GET", "/api-data/data-integration/instance/{instanceId}/data-integration-events/{eventId}", 200] },
1158
986
  () => GetDataIntegrationEventRequest,
1159
987
  () => GetDataIntegrationEventResponse,
1160
988
  ];
@@ -1162,9 +990,7 @@ export var GetDataIntegrationFlow = [
1162
990
  9,
1163
991
  n0,
1164
992
  _GDIF,
1165
- {
1166
- [_h]: ["GET", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200],
1167
- },
993
+ { [_h]: ["GET", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200] },
1168
994
  () => GetDataIntegrationFlowRequest,
1169
995
  () => GetDataIntegrationFlowResponse,
1170
996
  ];
@@ -1186,9 +1012,7 @@ export var GetDataLakeDataset = [
1186
1012
  9,
1187
1013
  n0,
1188
1014
  _GDLD,
1189
- {
1190
- [_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200],
1191
- },
1015
+ { [_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200] },
1192
1016
  () => GetDataLakeDatasetRequest,
1193
1017
  () => GetDataLakeDatasetResponse,
1194
1018
  ];
@@ -1196,9 +1020,7 @@ export var GetDataLakeNamespace = [
1196
1020
  9,
1197
1021
  n0,
1198
1022
  _GDLN,
1199
- {
1200
- [_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200],
1201
- },
1023
+ { [_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200] },
1202
1024
  () => GetDataLakeNamespaceRequest,
1203
1025
  () => GetDataLakeNamespaceResponse,
1204
1026
  ];
@@ -1206,9 +1028,7 @@ export var GetInstance = [
1206
1028
  9,
1207
1029
  n0,
1208
1030
  _GI,
1209
- {
1210
- [_h]: ["GET", "/api/instance/{instanceId}", 200],
1211
- },
1031
+ { [_h]: ["GET", "/api/instance/{instanceId}", 200] },
1212
1032
  () => GetInstanceRequest,
1213
1033
  () => GetInstanceResponse,
1214
1034
  ];
@@ -1216,9 +1036,7 @@ export var ListDataIntegrationEvents = [
1216
1036
  9,
1217
1037
  n0,
1218
1038
  _LDIE,
1219
- {
1220
- [_h]: ["GET", "/api-data/data-integration/instance/{instanceId}/data-integration-events", 200],
1221
- },
1039
+ { [_h]: ["GET", "/api-data/data-integration/instance/{instanceId}/data-integration-events", 200] },
1222
1040
  () => ListDataIntegrationEventsRequest,
1223
1041
  () => ListDataIntegrationEventsResponse,
1224
1042
  ];
@@ -1236,9 +1054,7 @@ export var ListDataIntegrationFlows = [
1236
1054
  9,
1237
1055
  n0,
1238
1056
  _LDIF,
1239
- {
1240
- [_h]: ["GET", "/api/data-integration/instance/{instanceId}/data-integration-flows", 200],
1241
- },
1057
+ { [_h]: ["GET", "/api/data-integration/instance/{instanceId}/data-integration-flows", 200] },
1242
1058
  () => ListDataIntegrationFlowsRequest,
1243
1059
  () => ListDataIntegrationFlowsResponse,
1244
1060
  ];
@@ -1246,9 +1062,7 @@ export var ListDataLakeDatasets = [
1246
1062
  9,
1247
1063
  n0,
1248
1064
  _LDLD,
1249
- {
1250
- [_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets", 200],
1251
- },
1065
+ { [_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets", 200] },
1252
1066
  () => ListDataLakeDatasetsRequest,
1253
1067
  () => ListDataLakeDatasetsResponse,
1254
1068
  ];
@@ -1256,9 +1070,7 @@ export var ListDataLakeNamespaces = [
1256
1070
  9,
1257
1071
  n0,
1258
1072
  _LDLN,
1259
- {
1260
- [_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces", 200],
1261
- },
1073
+ { [_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces", 200] },
1262
1074
  () => ListDataLakeNamespacesRequest,
1263
1075
  () => ListDataLakeNamespacesResponse,
1264
1076
  ];
@@ -1266,9 +1078,7 @@ export var ListInstances = [
1266
1078
  9,
1267
1079
  n0,
1268
1080
  _LI,
1269
- {
1270
- [_h]: ["GET", "/api/instance", 200],
1271
- },
1081
+ { [_h]: ["GET", "/api/instance", 200] },
1272
1082
  () => ListInstancesRequest,
1273
1083
  () => ListInstancesResponse,
1274
1084
  ];
@@ -1276,9 +1086,7 @@ export var ListTagsForResource = [
1276
1086
  9,
1277
1087
  n0,
1278
1088
  _LTFR,
1279
- {
1280
- [_h]: ["GET", "/api/tags/{resourceArn}", 200],
1281
- },
1089
+ { [_h]: ["GET", "/api/tags/{resourceArn}", 200] },
1282
1090
  () => ListTagsForResourceRequest,
1283
1091
  () => ListTagsForResourceResponse,
1284
1092
  ];
@@ -1286,9 +1094,7 @@ export var SendDataIntegrationEvent = [
1286
1094
  9,
1287
1095
  n0,
1288
1096
  _SDIE,
1289
- {
1290
- [_h]: ["POST", "/api-data/data-integration/instance/{instanceId}/data-integration-events", 200],
1291
- },
1097
+ { [_h]: ["POST", "/api-data/data-integration/instance/{instanceId}/data-integration-events", 200] },
1292
1098
  () => SendDataIntegrationEventRequest,
1293
1099
  () => SendDataIntegrationEventResponse,
1294
1100
  ];
@@ -1296,9 +1102,7 @@ export var TagResource = [
1296
1102
  9,
1297
1103
  n0,
1298
1104
  _TR,
1299
- {
1300
- [_h]: ["POST", "/api/tags/{resourceArn}", 200],
1301
- },
1105
+ { [_h]: ["POST", "/api/tags/{resourceArn}", 200] },
1302
1106
  () => TagResourceRequest,
1303
1107
  () => TagResourceResponse,
1304
1108
  ];
@@ -1306,9 +1110,7 @@ export var UntagResource = [
1306
1110
  9,
1307
1111
  n0,
1308
1112
  _UR,
1309
- {
1310
- [_h]: ["DELETE", "/api/tags/{resourceArn}", 200],
1311
- },
1113
+ { [_h]: ["DELETE", "/api/tags/{resourceArn}", 200] },
1312
1114
  () => UntagResourceRequest,
1313
1115
  () => UntagResourceResponse,
1314
1116
  ];
@@ -1316,9 +1118,7 @@ export var UpdateDataIntegrationFlow = [
1316
1118
  9,
1317
1119
  n0,
1318
1120
  _UDIF,
1319
- {
1320
- [_h]: ["PATCH", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200],
1321
- },
1121
+ { [_h]: ["PATCH", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200] },
1322
1122
  () => UpdateDataIntegrationFlowRequest,
1323
1123
  () => UpdateDataIntegrationFlowResponse,
1324
1124
  ];
@@ -1326,9 +1126,7 @@ export var UpdateDataLakeDataset = [
1326
1126
  9,
1327
1127
  n0,
1328
1128
  _UDLD,
1329
- {
1330
- [_h]: ["PATCH", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200],
1331
- },
1129
+ { [_h]: ["PATCH", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200] },
1332
1130
  () => UpdateDataLakeDatasetRequest,
1333
1131
  () => UpdateDataLakeDatasetResponse,
1334
1132
  ];
@@ -1336,9 +1134,7 @@ export var UpdateDataLakeNamespace = [
1336
1134
  9,
1337
1135
  n0,
1338
1136
  _UDLN,
1339
- {
1340
- [_h]: ["PATCH", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200],
1341
- },
1137
+ { [_h]: ["PATCH", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200] },
1342
1138
  () => UpdateDataLakeNamespaceRequest,
1343
1139
  () => UpdateDataLakeNamespaceResponse,
1344
1140
  ];
@@ -1346,9 +1142,7 @@ export var UpdateInstance = [
1346
1142
  9,
1347
1143
  n0,
1348
1144
  _UI,
1349
- {
1350
- [_h]: ["PATCH", "/api/instance/{instanceId}", 200],
1351
- },
1145
+ { [_h]: ["PATCH", "/api/instance/{instanceId}", 200] },
1352
1146
  () => UpdateInstanceRequest,
1353
1147
  () => UpdateInstanceResponse,
1354
1148
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CreateBillOfMaterialsImportJobCommandInput, CreateBillOfMaterialsImportJobCommandOutput } from "./commands/CreateBillOfMaterialsImportJobCommand";
3
3
  import { CreateDataIntegrationFlowCommandInput, CreateDataIntegrationFlowCommandOutput } from "./commands/CreateDataIntegrationFlowCommand";
4
4
  import { CreateDataLakeDatasetCommandInput, CreateDataLakeDatasetCommandOutput } from "./commands/CreateDataLakeDatasetCommand";
@@ -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 { CreateBillOfMaterialsImportJobCommandInput, CreateBillOfMaterialsImportJobCommandOutput } from "./commands/CreateBillOfMaterialsImportJobCommand";
11
11
  import { CreateDataIntegrationFlowCommandInput, CreateDataIntegrationFlowCommandOutput } from "./commands/CreateDataIntegrationFlowCommand";
12
12
  import { CreateDataLakeDatasetCommandInput, CreateDataLakeDatasetCommandOutput } from "./commands/CreateDataLakeDatasetCommand";
@@ -38,7 +38,7 @@ import { UpdateDataLakeDatasetCommandInput, UpdateDataLakeDatasetCommandOutput }
38
38
  import { UpdateDataLakeNamespaceCommandInput, UpdateDataLakeNamespaceCommandOutput } from "./commands/UpdateDataLakeNamespaceCommand";
39
39
  import { UpdateInstanceCommandInput, UpdateInstanceCommandOutput } from "./commands/UpdateInstanceCommand";
40
40
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
41
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
41
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
42
42
  export { __Client };
43
43
  /**
44
44
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { SupplyChainHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { SupplyChainHttpAuthSchemeProvider } 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 { SupplyChainClientResolvedConfig } from "../SupplyChainClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type SupplyChainClientResolvedConfig } from "../SupplyChainClient";
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 { CreateBillOfMaterialsImportJobRequest, CreateBillOfMaterialsImportJobResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateBillOfMaterialsImportJobRequest, CreateBillOfMaterialsImportJobResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
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 { CreateDataIntegrationFlowRequest, CreateDataIntegrationFlowResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateDataIntegrationFlowRequest, CreateDataIntegrationFlowResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
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 { CreateDataLakeDatasetRequest, CreateDataLakeDatasetResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateDataLakeDatasetRequest, CreateDataLakeDatasetResponse } from "../models/models_0";
4
+ import type { ServiceInputTypes, ServiceOutputTypes, SupplyChainClientResolvedConfig } from "../SupplyChainClient";
5
5
  /**
6
6
  * @public
7
7
  */