@aws-sdk/client-supplychain 3.943.0 → 3.947.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +51 -257
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/SupplyChainClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +51 -258
- package/dist-types/SupplyChain.d.ts +1 -1
- package/dist-types/SupplyChainClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateBillOfMaterialsImportJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateDataIntegrationFlowCommand.d.ts +3 -3
- package/dist-types/commands/CreateDataLakeDatasetCommand.d.ts +3 -3
- package/dist-types/commands/CreateDataLakeNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/CreateInstanceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDataIntegrationFlowCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDataLakeDatasetCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDataLakeNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/DeleteInstanceCommand.d.ts +3 -3
- package/dist-types/commands/GetBillOfMaterialsImportJobCommand.d.ts +3 -3
- package/dist-types/commands/GetDataIntegrationEventCommand.d.ts +3 -3
- package/dist-types/commands/GetDataIntegrationFlowCommand.d.ts +3 -3
- package/dist-types/commands/GetDataIntegrationFlowExecutionCommand.d.ts +3 -3
- package/dist-types/commands/GetDataLakeDatasetCommand.d.ts +3 -3
- package/dist-types/commands/GetDataLakeNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/GetInstanceCommand.d.ts +3 -3
- package/dist-types/commands/ListDataIntegrationEventsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataIntegrationFlowExecutionsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataIntegrationFlowsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataLakeDatasetsCommand.d.ts +3 -3
- package/dist-types/commands/ListDataLakeNamespacesCommand.d.ts +3 -3
- package/dist-types/commands/ListInstancesCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/SendDataIntegrationEventCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDataIntegrationFlowCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDataLakeDatasetCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDataLakeNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateInstanceCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/SupplyChainServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListDataIntegrationEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataIntegrationFlowExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataIntegrationFlowsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataLakeDatasetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataLakeNamespacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInstancesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -2
- package/dist-types/ts3.4/SupplyChainClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/SupplyChainServiceException.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
- 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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
863
|
-
|
|
864
|
-
|
|
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,19 +860,8 @@ 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
|
-
export var __Unit = "unit";
|
|
1016
865
|
export var SupplyChainServiceException = [-3, _sm, "SupplyChainServiceException", 0, [], []];
|
|
1017
866
|
TypeRegistry.for(_sm).registerError(SupplyChainServiceException, __SupplyChainServiceException);
|
|
1018
867
|
export var DataIntegrationEventList = [1, n0, _DIEL, 0, () => DataIntegrationEvent];
|
|
@@ -1052,9 +901,7 @@ export var CreateBillOfMaterialsImportJob = [
|
|
|
1052
901
|
9,
|
|
1053
902
|
n0,
|
|
1054
903
|
_CBOMIJ,
|
|
1055
|
-
{
|
|
1056
|
-
[_h]: ["POST", "/api/configuration/instances/{instanceId}/bill-of-materials-import-jobs", 200],
|
|
1057
|
-
},
|
|
904
|
+
{ [_h]: ["POST", "/api/configuration/instances/{instanceId}/bill-of-materials-import-jobs", 200] },
|
|
1058
905
|
() => CreateBillOfMaterialsImportJobRequest,
|
|
1059
906
|
() => CreateBillOfMaterialsImportJobResponse,
|
|
1060
907
|
];
|
|
@@ -1062,9 +909,7 @@ export var CreateDataIntegrationFlow = [
|
|
|
1062
909
|
9,
|
|
1063
910
|
n0,
|
|
1064
911
|
_CDIF,
|
|
1065
|
-
{
|
|
1066
|
-
[_h]: ["PUT", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200],
|
|
1067
|
-
},
|
|
912
|
+
{ [_h]: ["PUT", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200] },
|
|
1068
913
|
() => CreateDataIntegrationFlowRequest,
|
|
1069
914
|
() => CreateDataIntegrationFlowResponse,
|
|
1070
915
|
];
|
|
@@ -1072,9 +917,7 @@ export var CreateDataLakeDataset = [
|
|
|
1072
917
|
9,
|
|
1073
918
|
n0,
|
|
1074
919
|
_CDLD,
|
|
1075
|
-
{
|
|
1076
|
-
[_h]: ["PUT", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200],
|
|
1077
|
-
},
|
|
920
|
+
{ [_h]: ["PUT", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200] },
|
|
1078
921
|
() => CreateDataLakeDatasetRequest,
|
|
1079
922
|
() => CreateDataLakeDatasetResponse,
|
|
1080
923
|
];
|
|
@@ -1082,9 +925,7 @@ export var CreateDataLakeNamespace = [
|
|
|
1082
925
|
9,
|
|
1083
926
|
n0,
|
|
1084
927
|
_CDLN,
|
|
1085
|
-
{
|
|
1086
|
-
[_h]: ["PUT", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200],
|
|
1087
|
-
},
|
|
928
|
+
{ [_h]: ["PUT", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200] },
|
|
1088
929
|
() => CreateDataLakeNamespaceRequest,
|
|
1089
930
|
() => CreateDataLakeNamespaceResponse,
|
|
1090
931
|
];
|
|
@@ -1092,9 +933,7 @@ export var CreateInstance = [
|
|
|
1092
933
|
9,
|
|
1093
934
|
n0,
|
|
1094
935
|
_CI,
|
|
1095
|
-
{
|
|
1096
|
-
[_h]: ["POST", "/api/instance", 200],
|
|
1097
|
-
},
|
|
936
|
+
{ [_h]: ["POST", "/api/instance", 200] },
|
|
1098
937
|
() => CreateInstanceRequest,
|
|
1099
938
|
() => CreateInstanceResponse,
|
|
1100
939
|
];
|
|
@@ -1102,9 +941,7 @@ export var DeleteDataIntegrationFlow = [
|
|
|
1102
941
|
9,
|
|
1103
942
|
n0,
|
|
1104
943
|
_DDIF,
|
|
1105
|
-
{
|
|
1106
|
-
[_h]: ["DELETE", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200],
|
|
1107
|
-
},
|
|
944
|
+
{ [_h]: ["DELETE", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200] },
|
|
1108
945
|
() => DeleteDataIntegrationFlowRequest,
|
|
1109
946
|
() => DeleteDataIntegrationFlowResponse,
|
|
1110
947
|
];
|
|
@@ -1112,9 +949,7 @@ export var DeleteDataLakeDataset = [
|
|
|
1112
949
|
9,
|
|
1113
950
|
n0,
|
|
1114
951
|
_DDLD,
|
|
1115
|
-
{
|
|
1116
|
-
[_h]: ["DELETE", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200],
|
|
1117
|
-
},
|
|
952
|
+
{ [_h]: ["DELETE", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200] },
|
|
1118
953
|
() => DeleteDataLakeDatasetRequest,
|
|
1119
954
|
() => DeleteDataLakeDatasetResponse,
|
|
1120
955
|
];
|
|
@@ -1122,9 +957,7 @@ export var DeleteDataLakeNamespace = [
|
|
|
1122
957
|
9,
|
|
1123
958
|
n0,
|
|
1124
959
|
_DDLN,
|
|
1125
|
-
{
|
|
1126
|
-
[_h]: ["DELETE", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200],
|
|
1127
|
-
},
|
|
960
|
+
{ [_h]: ["DELETE", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200] },
|
|
1128
961
|
() => DeleteDataLakeNamespaceRequest,
|
|
1129
962
|
() => DeleteDataLakeNamespaceResponse,
|
|
1130
963
|
];
|
|
@@ -1132,9 +965,7 @@ export var DeleteInstance = [
|
|
|
1132
965
|
9,
|
|
1133
966
|
n0,
|
|
1134
967
|
_DI,
|
|
1135
|
-
{
|
|
1136
|
-
[_h]: ["DELETE", "/api/instance/{instanceId}", 200],
|
|
1137
|
-
},
|
|
968
|
+
{ [_h]: ["DELETE", "/api/instance/{instanceId}", 200] },
|
|
1138
969
|
() => DeleteInstanceRequest,
|
|
1139
970
|
() => DeleteInstanceResponse,
|
|
1140
971
|
];
|
|
@@ -1142,9 +973,7 @@ export var GetBillOfMaterialsImportJob = [
|
|
|
1142
973
|
9,
|
|
1143
974
|
n0,
|
|
1144
975
|
_GBOMIJ,
|
|
1145
|
-
{
|
|
1146
|
-
[_h]: ["GET", "/api/configuration/instances/{instanceId}/bill-of-materials-import-jobs/{jobId}", 200],
|
|
1147
|
-
},
|
|
976
|
+
{ [_h]: ["GET", "/api/configuration/instances/{instanceId}/bill-of-materials-import-jobs/{jobId}", 200] },
|
|
1148
977
|
() => GetBillOfMaterialsImportJobRequest,
|
|
1149
978
|
() => GetBillOfMaterialsImportJobResponse,
|
|
1150
979
|
];
|
|
@@ -1152,9 +981,7 @@ export var GetDataIntegrationEvent = [
|
|
|
1152
981
|
9,
|
|
1153
982
|
n0,
|
|
1154
983
|
_GDIE,
|
|
1155
|
-
{
|
|
1156
|
-
[_h]: ["GET", "/api-data/data-integration/instance/{instanceId}/data-integration-events/{eventId}", 200],
|
|
1157
|
-
},
|
|
984
|
+
{ [_h]: ["GET", "/api-data/data-integration/instance/{instanceId}/data-integration-events/{eventId}", 200] },
|
|
1158
985
|
() => GetDataIntegrationEventRequest,
|
|
1159
986
|
() => GetDataIntegrationEventResponse,
|
|
1160
987
|
];
|
|
@@ -1162,9 +989,7 @@ export var GetDataIntegrationFlow = [
|
|
|
1162
989
|
9,
|
|
1163
990
|
n0,
|
|
1164
991
|
_GDIF,
|
|
1165
|
-
{
|
|
1166
|
-
[_h]: ["GET", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200],
|
|
1167
|
-
},
|
|
992
|
+
{ [_h]: ["GET", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200] },
|
|
1168
993
|
() => GetDataIntegrationFlowRequest,
|
|
1169
994
|
() => GetDataIntegrationFlowResponse,
|
|
1170
995
|
];
|
|
@@ -1186,9 +1011,7 @@ export var GetDataLakeDataset = [
|
|
|
1186
1011
|
9,
|
|
1187
1012
|
n0,
|
|
1188
1013
|
_GDLD,
|
|
1189
|
-
{
|
|
1190
|
-
[_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200],
|
|
1191
|
-
},
|
|
1014
|
+
{ [_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200] },
|
|
1192
1015
|
() => GetDataLakeDatasetRequest,
|
|
1193
1016
|
() => GetDataLakeDatasetResponse,
|
|
1194
1017
|
];
|
|
@@ -1196,9 +1019,7 @@ export var GetDataLakeNamespace = [
|
|
|
1196
1019
|
9,
|
|
1197
1020
|
n0,
|
|
1198
1021
|
_GDLN,
|
|
1199
|
-
{
|
|
1200
|
-
[_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200],
|
|
1201
|
-
},
|
|
1022
|
+
{ [_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200] },
|
|
1202
1023
|
() => GetDataLakeNamespaceRequest,
|
|
1203
1024
|
() => GetDataLakeNamespaceResponse,
|
|
1204
1025
|
];
|
|
@@ -1206,9 +1027,7 @@ export var GetInstance = [
|
|
|
1206
1027
|
9,
|
|
1207
1028
|
n0,
|
|
1208
1029
|
_GI,
|
|
1209
|
-
{
|
|
1210
|
-
[_h]: ["GET", "/api/instance/{instanceId}", 200],
|
|
1211
|
-
},
|
|
1030
|
+
{ [_h]: ["GET", "/api/instance/{instanceId}", 200] },
|
|
1212
1031
|
() => GetInstanceRequest,
|
|
1213
1032
|
() => GetInstanceResponse,
|
|
1214
1033
|
];
|
|
@@ -1216,9 +1035,7 @@ export var ListDataIntegrationEvents = [
|
|
|
1216
1035
|
9,
|
|
1217
1036
|
n0,
|
|
1218
1037
|
_LDIE,
|
|
1219
|
-
{
|
|
1220
|
-
[_h]: ["GET", "/api-data/data-integration/instance/{instanceId}/data-integration-events", 200],
|
|
1221
|
-
},
|
|
1038
|
+
{ [_h]: ["GET", "/api-data/data-integration/instance/{instanceId}/data-integration-events", 200] },
|
|
1222
1039
|
() => ListDataIntegrationEventsRequest,
|
|
1223
1040
|
() => ListDataIntegrationEventsResponse,
|
|
1224
1041
|
];
|
|
@@ -1236,9 +1053,7 @@ export var ListDataIntegrationFlows = [
|
|
|
1236
1053
|
9,
|
|
1237
1054
|
n0,
|
|
1238
1055
|
_LDIF,
|
|
1239
|
-
{
|
|
1240
|
-
[_h]: ["GET", "/api/data-integration/instance/{instanceId}/data-integration-flows", 200],
|
|
1241
|
-
},
|
|
1056
|
+
{ [_h]: ["GET", "/api/data-integration/instance/{instanceId}/data-integration-flows", 200] },
|
|
1242
1057
|
() => ListDataIntegrationFlowsRequest,
|
|
1243
1058
|
() => ListDataIntegrationFlowsResponse,
|
|
1244
1059
|
];
|
|
@@ -1246,9 +1061,7 @@ export var ListDataLakeDatasets = [
|
|
|
1246
1061
|
9,
|
|
1247
1062
|
n0,
|
|
1248
1063
|
_LDLD,
|
|
1249
|
-
{
|
|
1250
|
-
[_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets", 200],
|
|
1251
|
-
},
|
|
1064
|
+
{ [_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets", 200] },
|
|
1252
1065
|
() => ListDataLakeDatasetsRequest,
|
|
1253
1066
|
() => ListDataLakeDatasetsResponse,
|
|
1254
1067
|
];
|
|
@@ -1256,9 +1069,7 @@ export var ListDataLakeNamespaces = [
|
|
|
1256
1069
|
9,
|
|
1257
1070
|
n0,
|
|
1258
1071
|
_LDLN,
|
|
1259
|
-
{
|
|
1260
|
-
[_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces", 200],
|
|
1261
|
-
},
|
|
1072
|
+
{ [_h]: ["GET", "/api/datalake/instance/{instanceId}/namespaces", 200] },
|
|
1262
1073
|
() => ListDataLakeNamespacesRequest,
|
|
1263
1074
|
() => ListDataLakeNamespacesResponse,
|
|
1264
1075
|
];
|
|
@@ -1266,9 +1077,7 @@ export var ListInstances = [
|
|
|
1266
1077
|
9,
|
|
1267
1078
|
n0,
|
|
1268
1079
|
_LI,
|
|
1269
|
-
{
|
|
1270
|
-
[_h]: ["GET", "/api/instance", 200],
|
|
1271
|
-
},
|
|
1080
|
+
{ [_h]: ["GET", "/api/instance", 200] },
|
|
1272
1081
|
() => ListInstancesRequest,
|
|
1273
1082
|
() => ListInstancesResponse,
|
|
1274
1083
|
];
|
|
@@ -1276,9 +1085,7 @@ export var ListTagsForResource = [
|
|
|
1276
1085
|
9,
|
|
1277
1086
|
n0,
|
|
1278
1087
|
_LTFR,
|
|
1279
|
-
{
|
|
1280
|
-
[_h]: ["GET", "/api/tags/{resourceArn}", 200],
|
|
1281
|
-
},
|
|
1088
|
+
{ [_h]: ["GET", "/api/tags/{resourceArn}", 200] },
|
|
1282
1089
|
() => ListTagsForResourceRequest,
|
|
1283
1090
|
() => ListTagsForResourceResponse,
|
|
1284
1091
|
];
|
|
@@ -1286,9 +1093,7 @@ export var SendDataIntegrationEvent = [
|
|
|
1286
1093
|
9,
|
|
1287
1094
|
n0,
|
|
1288
1095
|
_SDIE,
|
|
1289
|
-
{
|
|
1290
|
-
[_h]: ["POST", "/api-data/data-integration/instance/{instanceId}/data-integration-events", 200],
|
|
1291
|
-
},
|
|
1096
|
+
{ [_h]: ["POST", "/api-data/data-integration/instance/{instanceId}/data-integration-events", 200] },
|
|
1292
1097
|
() => SendDataIntegrationEventRequest,
|
|
1293
1098
|
() => SendDataIntegrationEventResponse,
|
|
1294
1099
|
];
|
|
@@ -1296,9 +1101,7 @@ export var TagResource = [
|
|
|
1296
1101
|
9,
|
|
1297
1102
|
n0,
|
|
1298
1103
|
_TR,
|
|
1299
|
-
{
|
|
1300
|
-
[_h]: ["POST", "/api/tags/{resourceArn}", 200],
|
|
1301
|
-
},
|
|
1104
|
+
{ [_h]: ["POST", "/api/tags/{resourceArn}", 200] },
|
|
1302
1105
|
() => TagResourceRequest,
|
|
1303
1106
|
() => TagResourceResponse,
|
|
1304
1107
|
];
|
|
@@ -1306,9 +1109,7 @@ export var UntagResource = [
|
|
|
1306
1109
|
9,
|
|
1307
1110
|
n0,
|
|
1308
1111
|
_UR,
|
|
1309
|
-
{
|
|
1310
|
-
[_h]: ["DELETE", "/api/tags/{resourceArn}", 200],
|
|
1311
|
-
},
|
|
1112
|
+
{ [_h]: ["DELETE", "/api/tags/{resourceArn}", 200] },
|
|
1312
1113
|
() => UntagResourceRequest,
|
|
1313
1114
|
() => UntagResourceResponse,
|
|
1314
1115
|
];
|
|
@@ -1316,9 +1117,7 @@ export var UpdateDataIntegrationFlow = [
|
|
|
1316
1117
|
9,
|
|
1317
1118
|
n0,
|
|
1318
1119
|
_UDIF,
|
|
1319
|
-
{
|
|
1320
|
-
[_h]: ["PATCH", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200],
|
|
1321
|
-
},
|
|
1120
|
+
{ [_h]: ["PATCH", "/api/data-integration/instance/{instanceId}/data-integration-flows/{name}", 200] },
|
|
1322
1121
|
() => UpdateDataIntegrationFlowRequest,
|
|
1323
1122
|
() => UpdateDataIntegrationFlowResponse,
|
|
1324
1123
|
];
|
|
@@ -1326,9 +1125,7 @@ export var UpdateDataLakeDataset = [
|
|
|
1326
1125
|
9,
|
|
1327
1126
|
n0,
|
|
1328
1127
|
_UDLD,
|
|
1329
|
-
{
|
|
1330
|
-
[_h]: ["PATCH", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200],
|
|
1331
|
-
},
|
|
1128
|
+
{ [_h]: ["PATCH", "/api/datalake/instance/{instanceId}/namespaces/{namespace}/datasets/{name}", 200] },
|
|
1332
1129
|
() => UpdateDataLakeDatasetRequest,
|
|
1333
1130
|
() => UpdateDataLakeDatasetResponse,
|
|
1334
1131
|
];
|
|
@@ -1336,9 +1133,7 @@ export var UpdateDataLakeNamespace = [
|
|
|
1336
1133
|
9,
|
|
1337
1134
|
n0,
|
|
1338
1135
|
_UDLN,
|
|
1339
|
-
{
|
|
1340
|
-
[_h]: ["PATCH", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200],
|
|
1341
|
-
},
|
|
1136
|
+
{ [_h]: ["PATCH", "/api/datalake/instance/{instanceId}/namespaces/{name}", 200] },
|
|
1342
1137
|
() => UpdateDataLakeNamespaceRequest,
|
|
1343
1138
|
() => UpdateDataLakeNamespaceResponse,
|
|
1344
1139
|
];
|
|
@@ -1346,9 +1141,7 @@ export var UpdateInstance = [
|
|
|
1346
1141
|
9,
|
|
1347
1142
|
n0,
|
|
1348
1143
|
_UI,
|
|
1349
|
-
{
|
|
1350
|
-
[_h]: ["PATCH", "/api/instance/{instanceId}", 200],
|
|
1351
|
-
},
|
|
1144
|
+
{ [_h]: ["PATCH", "/api/instance/{instanceId}", 200] },
|
|
1352
1145
|
() => UpdateInstanceRequest,
|
|
1353
1146
|
() => UpdateInstanceResponse,
|
|
1354
1147
|
];
|
|
@@ -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 {
|
|
8
|
-
import {
|
|
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
|
|
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
|
*/
|