@aws-sdk/client-b2bi 3.987.0 → 3.988.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 +49 -1214
- package/dist-cjs/models/B2biServiceException.js +12 -0
- package/dist-cjs/models/errors.js +111 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +952 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +58 -52
- package/dist-types/schemas/schemas_0.d.ts +14 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -7
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultB2biHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2022-06-23",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsJson1_0Protocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.b2bi",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2022-06-23",
|
|
30
32
|
serviceTarget: "B2BI",
|
|
31
33
|
},
|
|
@@ -75,8 +75,8 @@ const _LTFRR = "ListTagsForResourceRequest";
|
|
|
75
75
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
76
76
|
const _LTR = "ListTransformersRequest";
|
|
77
77
|
const _LTRi = "ListTransformersResponse";
|
|
78
|
-
const _M = "
|
|
79
|
-
const
|
|
78
|
+
const _M = "Message";
|
|
79
|
+
const _Ma = "Mapping";
|
|
80
80
|
const _OC = "OutputConversion";
|
|
81
81
|
const _OEO = "OutboundEdiOptions";
|
|
82
82
|
const _OSFS = "OutputSampleFileSource";
|
|
@@ -247,7 +247,7 @@ const _rIQ = "receiverIdQualifier";
|
|
|
247
247
|
const _rIe = "receiverId";
|
|
248
248
|
const _rS = "repetitionSeparator";
|
|
249
249
|
const _rT = "resourceType";
|
|
250
|
-
const _s = "
|
|
250
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.b2bi";
|
|
251
251
|
const _sB = "splitBy";
|
|
252
252
|
const _sC = "serviceCode";
|
|
253
253
|
const _sD = "sampleDocument";
|
|
@@ -260,8 +260,8 @@ const _sO = "splitOptions";
|
|
|
260
260
|
const _sT = "segmentTerminator";
|
|
261
261
|
const _sTSCN = "startingTransactionSetControlNumber";
|
|
262
262
|
const _se = "server";
|
|
263
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.b2bi";
|
|
264
263
|
const _so = "source";
|
|
264
|
+
const _st = "status";
|
|
265
265
|
const _t = "type";
|
|
266
266
|
const _tA = "transformerArn";
|
|
267
267
|
const _tAe = "technicalAcknowledgment";
|
|
@@ -290,14 +290,58 @@ const n0 = "com.amazonaws.b2bi";
|
|
|
290
290
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
291
291
|
import { B2biServiceException } from "../models/B2biServiceException";
|
|
292
292
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
293
|
-
|
|
294
|
-
var
|
|
293
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
294
|
+
export var B2biServiceException$ = [-3, _s, "B2biServiceException", 0, [], []];
|
|
295
|
+
_s_registry.registerError(B2biServiceException$, B2biServiceException);
|
|
296
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
295
297
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
296
298
|
{ [_e]: _c, [_hE]: 403 },
|
|
297
299
|
[_m],
|
|
298
300
|
[0], 1
|
|
299
301
|
];
|
|
300
|
-
|
|
302
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
303
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
304
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
305
|
+
[_m],
|
|
306
|
+
[0], 1
|
|
307
|
+
];
|
|
308
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
309
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
310
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
311
|
+
[_m, _rAS],
|
|
312
|
+
[0, [1, { [_hH]: _RA }]], 1
|
|
313
|
+
];
|
|
314
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
315
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
316
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
317
|
+
[_m],
|
|
318
|
+
[0], 1
|
|
319
|
+
];
|
|
320
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
321
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
322
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
323
|
+
[_m, _rI, _rT, _sC, _qC],
|
|
324
|
+
[0, 0, 0, 0, 0], 5
|
|
325
|
+
];
|
|
326
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
327
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
328
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
329
|
+
[_m, _rAS],
|
|
330
|
+
[0, [1, { [_hH]: _RA }]], 1
|
|
331
|
+
];
|
|
332
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
333
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
334
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
335
|
+
[_M],
|
|
336
|
+
[0], 1
|
|
337
|
+
];
|
|
338
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
339
|
+
export const errorTypeRegistries = [
|
|
340
|
+
_s_registry,
|
|
341
|
+
n0_registry,
|
|
342
|
+
];
|
|
343
|
+
var Email = [0, n0, _E, 8, 0];
|
|
344
|
+
var Phone = [0, n0, _P, 8, 0];
|
|
301
345
|
export var AdvancedOptions$ = [3, n0, _AO,
|
|
302
346
|
0,
|
|
303
347
|
[_x],
|
|
@@ -313,12 +357,6 @@ export var CapabilitySummary$ = [3, n0, _CS,
|
|
|
313
357
|
[_cI, _n, _t, _cA, _mA],
|
|
314
358
|
[0, 0, 0, 5, 5], 4
|
|
315
359
|
];
|
|
316
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
317
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
318
|
-
[_m],
|
|
319
|
-
[0], 1
|
|
320
|
-
];
|
|
321
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
322
360
|
export var ConversionSource$ = [3, n0, _CSo,
|
|
323
361
|
0,
|
|
324
362
|
[_fF, _iF],
|
|
@@ -376,7 +414,7 @@ export var CreateTransformerRequest$ = [3, n0, _CTR,
|
|
|
376
414
|
];
|
|
377
415
|
export var CreateTransformerResponse$ = [3, n0, _CTRr,
|
|
378
416
|
0,
|
|
379
|
-
[_tI, _tA, _n,
|
|
417
|
+
[_tI, _tA, _n, _st, _cA, _fF, _mTa, _eT, _sD, _iC, _ma, _oC, _sDa],
|
|
380
418
|
[0, 0, 0, 0, 5, 0, 0, () => EdiType$, 0, () => InputConversion$, () => Mapping$, () => OutputConversion$, () => SampleDocuments$], 5
|
|
381
419
|
];
|
|
382
420
|
export var DeleteCapabilityRequest$ = [3, n0, _DCR,
|
|
@@ -451,7 +489,7 @@ export var GetTransformerJobRequest$ = [3, n0, _GTJR,
|
|
|
451
489
|
];
|
|
452
490
|
export var GetTransformerJobResponse$ = [3, n0, _GTJRe,
|
|
453
491
|
0,
|
|
454
|
-
[
|
|
492
|
+
[_st, _oF, _m],
|
|
455
493
|
[0, () => S3LocationList, 0], 1
|
|
456
494
|
];
|
|
457
495
|
export var GetTransformerRequest$ = [3, n0, _GTR,
|
|
@@ -461,7 +499,7 @@ export var GetTransformerRequest$ = [3, n0, _GTR,
|
|
|
461
499
|
];
|
|
462
500
|
export var GetTransformerResponse$ = [3, n0, _GTRe,
|
|
463
501
|
0,
|
|
464
|
-
[_tI, _tA, _n,
|
|
502
|
+
[_tI, _tA, _n, _st, _cA, _mA, _fF, _mTa, _eT, _sD, _iC, _ma, _oC, _sDa],
|
|
465
503
|
[0, 0, 0, 0, 5, 5, 0, 0, () => EdiType$, 0, () => InputConversion$, () => Mapping$, () => OutputConversion$, () => SampleDocuments$], 5
|
|
466
504
|
];
|
|
467
505
|
export var InboundEdiOptions$ = [3, n0, _IEO,
|
|
@@ -474,12 +512,6 @@ export var InputConversion$ = [3, n0, _IC,
|
|
|
474
512
|
[_fFr, _fO, _aO],
|
|
475
513
|
[0, () => FormatOptions$, () => AdvancedOptions$], 1
|
|
476
514
|
];
|
|
477
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
478
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
479
|
-
[_m, _rAS],
|
|
480
|
-
[0, [1, { [_hH]: _RA }]], 1
|
|
481
|
-
];
|
|
482
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
483
515
|
export var ListCapabilitiesRequest$ = [3, n0, _LCR,
|
|
484
516
|
0,
|
|
485
517
|
[_nT, _mR],
|
|
@@ -530,7 +562,7 @@ export var ListTransformersResponse$ = [3, n0, _LTRi,
|
|
|
530
562
|
[_tr, _nT],
|
|
531
563
|
[() => TransformerList, 0], 1
|
|
532
564
|
];
|
|
533
|
-
export var Mapping$ = [3, n0,
|
|
565
|
+
export var Mapping$ = [3, n0, _Ma,
|
|
534
566
|
0,
|
|
535
567
|
[_tL, _te],
|
|
536
568
|
[0, 0], 1
|
|
@@ -550,12 +582,6 @@ export var ProfileSummary$ = [3, n0, _PSr,
|
|
|
550
582
|
[_pI, _n, _bN, _cA, _l, _lGN, _mA],
|
|
551
583
|
[0, 0, 0, 5, 0, 0, 5], 4
|
|
552
584
|
];
|
|
553
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
554
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
555
|
-
[_m],
|
|
556
|
-
[0], 1
|
|
557
|
-
];
|
|
558
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
559
585
|
export var S3Location$ = [3, n0, _SL,
|
|
560
586
|
0,
|
|
561
587
|
[_bNu, _k],
|
|
@@ -571,12 +597,6 @@ export var SampleDocuments$ = [3, n0, _SD,
|
|
|
571
597
|
[_bNu, _ke],
|
|
572
598
|
[0, () => KeyList], 2
|
|
573
599
|
];
|
|
574
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
575
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
576
|
-
[_m, _rI, _rT, _sC, _qC],
|
|
577
|
-
[0, 0, 0, 0, 0], 5
|
|
578
|
-
];
|
|
579
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
580
600
|
export var StartTransformerJobRequest$ = [3, n0, _STJR,
|
|
581
601
|
0,
|
|
582
602
|
[_iF, _oL, _tI, _cT],
|
|
@@ -627,15 +647,9 @@ export var TestParsingResponse$ = [3, n0, _TPRe,
|
|
|
627
647
|
[_pFC, _pSFC, _vM],
|
|
628
648
|
[0, 64 | 0, 64 | 0], 1
|
|
629
649
|
];
|
|
630
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
631
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
632
|
-
[_m, _rAS],
|
|
633
|
-
[0, [1, { [_hH]: _RA }]], 1
|
|
634
|
-
];
|
|
635
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
636
650
|
export var TransformerSummary$ = [3, n0, _TS,
|
|
637
651
|
0,
|
|
638
|
-
[_tI, _n,
|
|
652
|
+
[_tI, _n, _st, _cA, _mA, _fF, _mTa, _eT, _sD, _iC, _ma, _oC, _sDa],
|
|
639
653
|
[0, 0, 0, 5, 5, 0, 0, () => EdiType$, 0, () => InputConversion$, () => Mapping$, () => OutputConversion$, () => SampleDocuments$], 4
|
|
640
654
|
];
|
|
641
655
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
@@ -675,20 +689,14 @@ export var UpdateProfileResponse$ = [3, n0, _UPRpda,
|
|
|
675
689
|
];
|
|
676
690
|
export var UpdateTransformerRequest$ = [3, n0, _UTR,
|
|
677
691
|
0,
|
|
678
|
-
[_tI, _n,
|
|
692
|
+
[_tI, _n, _st, _fF, _mTa, _eT, _sD, _iC, _ma, _oC, _sDa],
|
|
679
693
|
[[0, 1], 0, 0, 0, 0, () => EdiType$, 0, () => InputConversion$, () => Mapping$, () => OutputConversion$, () => SampleDocuments$], 1
|
|
680
694
|
];
|
|
681
695
|
export var UpdateTransformerResponse$ = [3, n0, _UTRp,
|
|
682
696
|
0,
|
|
683
|
-
[_tI, _tA, _n,
|
|
697
|
+
[_tI, _tA, _n, _st, _cA, _mA, _fF, _mTa, _eT, _sD, _iC, _ma, _oC, _sDa],
|
|
684
698
|
[0, 0, 0, 0, 5, 5, 0, 0, () => EdiType$, 0, () => InputConversion$, () => Mapping$, () => OutputConversion$, () => SampleDocuments$], 6
|
|
685
699
|
];
|
|
686
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
687
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
688
|
-
[_Me],
|
|
689
|
-
[0], 1
|
|
690
|
-
];
|
|
691
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
692
700
|
export var WrapOptions$ = [3, n0, _WO,
|
|
693
701
|
0,
|
|
694
702
|
[_wB, _lT, _lL],
|
|
@@ -770,8 +778,6 @@ export var X12ValidationOptions$ = [3, n0, _XVO,
|
|
|
770
778
|
[() => X12ValidationRules]
|
|
771
779
|
];
|
|
772
780
|
var __Unit = "unit";
|
|
773
|
-
export var B2biServiceException$ = [-3, _sm, "B2biServiceException", 0, [], []];
|
|
774
|
-
TypeRegistry.for(_sm).registerError(B2biServiceException$, B2biServiceException);
|
|
775
781
|
var CapabilityList = [1, n0, _CL,
|
|
776
782
|
0, () => CapabilitySummary$
|
|
777
783
|
];
|
|
@@ -1,9 +1,22 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var B2biServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
10
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
11
|
+
/**
|
|
12
|
+
* TypeRegistry instances containing modeled errors.
|
|
13
|
+
* @internal
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
17
|
export declare var AdvancedOptions$: StaticStructureSchema;
|
|
4
18
|
export declare var CapabilityOptions$: StaticStructureSchema;
|
|
5
19
|
export declare var CapabilitySummary$: StaticStructureSchema;
|
|
6
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
7
20
|
export declare var ConversionSource$: StaticStructureSchema;
|
|
8
21
|
export declare var ConversionTarget$: StaticStructureSchema;
|
|
9
22
|
export declare var CreateCapabilityRequest$: StaticStructureSchema;
|
|
@@ -35,7 +48,6 @@ export declare var GetTransformerRequest$: StaticStructureSchema;
|
|
|
35
48
|
export declare var GetTransformerResponse$: StaticStructureSchema;
|
|
36
49
|
export declare var InboundEdiOptions$: StaticStructureSchema;
|
|
37
50
|
export declare var InputConversion$: StaticStructureSchema;
|
|
38
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
39
51
|
export declare var ListCapabilitiesRequest$: StaticStructureSchema;
|
|
40
52
|
export declare var ListCapabilitiesResponse$: StaticStructureSchema;
|
|
41
53
|
export declare var ListPartnershipsRequest$: StaticStructureSchema;
|
|
@@ -50,11 +62,9 @@ export declare var Mapping$: StaticStructureSchema;
|
|
|
50
62
|
export declare var OutputConversion$: StaticStructureSchema;
|
|
51
63
|
export declare var PartnershipSummary$: StaticStructureSchema;
|
|
52
64
|
export declare var ProfileSummary$: StaticStructureSchema;
|
|
53
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
54
65
|
export declare var S3Location$: StaticStructureSchema;
|
|
55
66
|
export declare var SampleDocumentKeys$: StaticStructureSchema;
|
|
56
67
|
export declare var SampleDocuments$: StaticStructureSchema;
|
|
57
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
58
68
|
export declare var StartTransformerJobRequest$: StaticStructureSchema;
|
|
59
69
|
export declare var StartTransformerJobResponse$: StaticStructureSchema;
|
|
60
70
|
export declare var Tag$: StaticStructureSchema;
|
|
@@ -65,7 +75,6 @@ export declare var TestMappingRequest$: StaticStructureSchema;
|
|
|
65
75
|
export declare var TestMappingResponse$: StaticStructureSchema;
|
|
66
76
|
export declare var TestParsingRequest$: StaticStructureSchema;
|
|
67
77
|
export declare var TestParsingResponse$: StaticStructureSchema;
|
|
68
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
69
78
|
export declare var TransformerSummary$: StaticStructureSchema;
|
|
70
79
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
71
80
|
export declare var UpdateCapabilityRequest$: StaticStructureSchema;
|
|
@@ -76,7 +85,6 @@ export declare var UpdateProfileRequest$: StaticStructureSchema;
|
|
|
76
85
|
export declare var UpdateProfileResponse$: StaticStructureSchema;
|
|
77
86
|
export declare var UpdateTransformerRequest$: StaticStructureSchema;
|
|
78
87
|
export declare var UpdateTransformerResponse$: StaticStructureSchema;
|
|
79
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
80
88
|
export declare var WrapOptions$: StaticStructureSchema;
|
|
81
89
|
export declare var X12AcknowledgmentOptions$: StaticStructureSchema;
|
|
82
90
|
export declare var X12AdvancedOptions$: StaticStructureSchema;
|
|
@@ -93,7 +101,6 @@ export declare var X12InterchangeControlHeaders$: StaticStructureSchema;
|
|
|
93
101
|
export declare var X12OutboundEdiHeaders$: StaticStructureSchema;
|
|
94
102
|
export declare var X12SplitOptions$: StaticStructureSchema;
|
|
95
103
|
export declare var X12ValidationOptions$: StaticStructureSchema;
|
|
96
|
-
export declare var B2biServiceException$: StaticErrorSchema;
|
|
97
104
|
export declare var CapabilityConfiguration$: StaticUnionSchema;
|
|
98
105
|
export declare var ConversionTargetFormatDetails$: StaticUnionSchema;
|
|
99
106
|
export declare var EdiType$: StaticUnionSchema;
|
|
@@ -1,14 +1,22 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var B2biServiceException$: StaticErrorSchema;
|
|
7
9
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
13
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
14
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
15
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
8
17
|
export declare var AdvancedOptions$: StaticStructureSchema;
|
|
9
18
|
export declare var CapabilityOptions$: StaticStructureSchema;
|
|
10
19
|
export declare var CapabilitySummary$: StaticStructureSchema;
|
|
11
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
12
20
|
export declare var ConversionSource$: StaticStructureSchema;
|
|
13
21
|
export declare var ConversionTarget$: StaticStructureSchema;
|
|
14
22
|
export declare var CreateCapabilityRequest$: StaticStructureSchema;
|
|
@@ -40,7 +48,6 @@ export declare var GetTransformerRequest$: StaticStructureSchema;
|
|
|
40
48
|
export declare var GetTransformerResponse$: StaticStructureSchema;
|
|
41
49
|
export declare var InboundEdiOptions$: StaticStructureSchema;
|
|
42
50
|
export declare var InputConversion$: StaticStructureSchema;
|
|
43
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
44
51
|
export declare var ListCapabilitiesRequest$: StaticStructureSchema;
|
|
45
52
|
export declare var ListCapabilitiesResponse$: StaticStructureSchema;
|
|
46
53
|
export declare var ListPartnershipsRequest$: StaticStructureSchema;
|
|
@@ -55,11 +62,9 @@ export declare var Mapping$: StaticStructureSchema;
|
|
|
55
62
|
export declare var OutputConversion$: StaticStructureSchema;
|
|
56
63
|
export declare var PartnershipSummary$: StaticStructureSchema;
|
|
57
64
|
export declare var ProfileSummary$: StaticStructureSchema;
|
|
58
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
59
65
|
export declare var S3Location$: StaticStructureSchema;
|
|
60
66
|
export declare var SampleDocumentKeys$: StaticStructureSchema;
|
|
61
67
|
export declare var SampleDocuments$: StaticStructureSchema;
|
|
62
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
63
68
|
export declare var StartTransformerJobRequest$: StaticStructureSchema;
|
|
64
69
|
export declare var StartTransformerJobResponse$: StaticStructureSchema;
|
|
65
70
|
export declare var Tag$: StaticStructureSchema;
|
|
@@ -70,7 +75,6 @@ export declare var TestMappingRequest$: StaticStructureSchema;
|
|
|
70
75
|
export declare var TestMappingResponse$: StaticStructureSchema;
|
|
71
76
|
export declare var TestParsingRequest$: StaticStructureSchema;
|
|
72
77
|
export declare var TestParsingResponse$: StaticStructureSchema;
|
|
73
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
74
78
|
export declare var TransformerSummary$: StaticStructureSchema;
|
|
75
79
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
76
80
|
export declare var UpdateCapabilityRequest$: StaticStructureSchema;
|
|
@@ -81,7 +85,6 @@ export declare var UpdateProfileRequest$: StaticStructureSchema;
|
|
|
81
85
|
export declare var UpdateProfileResponse$: StaticStructureSchema;
|
|
82
86
|
export declare var UpdateTransformerRequest$: StaticStructureSchema;
|
|
83
87
|
export declare var UpdateTransformerResponse$: StaticStructureSchema;
|
|
84
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
85
88
|
export declare var WrapOptions$: StaticStructureSchema;
|
|
86
89
|
export declare var X12AcknowledgmentOptions$: StaticStructureSchema;
|
|
87
90
|
export declare var X12AdvancedOptions$: StaticStructureSchema;
|
|
@@ -98,7 +101,6 @@ export declare var X12InterchangeControlHeaders$: StaticStructureSchema;
|
|
|
98
101
|
export declare var X12OutboundEdiHeaders$: StaticStructureSchema;
|
|
99
102
|
export declare var X12SplitOptions$: StaticStructureSchema;
|
|
100
103
|
export declare var X12ValidationOptions$: StaticStructureSchema;
|
|
101
|
-
export declare var B2biServiceException$: StaticErrorSchema;
|
|
102
104
|
export declare var CapabilityConfiguration$: StaticUnionSchema;
|
|
103
105
|
export declare var ConversionTargetFormatDetails$: StaticUnionSchema;
|
|
104
106
|
export declare var EdiType$: StaticUnionSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-b2bi",
|
|
3
3
|
"description": "AWS SDK for JavaScript B2bi Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-b2bi",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|