@aws-sdk/client-b2bi 3.934.0 → 3.936.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.
@@ -1,531 +1 @@
1
- import { B2biServiceException as __BaseException } from "./B2biServiceException";
2
- export class AccessDeniedException extends __BaseException {
3
- name = "AccessDeniedException";
4
- $fault = "client";
5
- constructor(opts) {
6
- super({
7
- name: "AccessDeniedException",
8
- $fault: "client",
9
- ...opts,
10
- });
11
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
- }
13
- }
14
- export const X12SplitBy = {
15
- NONE: "NONE",
16
- TRANSACTION: "TRANSACTION",
17
- };
18
- export const ElementRequirement = {
19
- MANDATORY: "MANDATORY",
20
- OPTIONAL: "OPTIONAL",
21
- };
22
- export class ConflictException extends __BaseException {
23
- name = "ConflictException";
24
- $fault = "client";
25
- constructor(opts) {
26
- super({
27
- name: "ConflictException",
28
- $fault: "client",
29
- ...opts,
30
- });
31
- Object.setPrototypeOf(this, ConflictException.prototype);
32
- }
33
- }
34
- export const CapabilityDirection = {
35
- INBOUND: "INBOUND",
36
- OUTBOUND: "OUTBOUND",
37
- };
38
- export const X12TransactionSet = {
39
- X12_100: "X12_100",
40
- X12_101: "X12_101",
41
- X12_102: "X12_102",
42
- X12_103: "X12_103",
43
- X12_104: "X12_104",
44
- X12_105: "X12_105",
45
- X12_106: "X12_106",
46
- X12_107: "X12_107",
47
- X12_108: "X12_108",
48
- X12_109: "X12_109",
49
- X12_110: "X12_110",
50
- X12_111: "X12_111",
51
- X12_112: "X12_112",
52
- X12_113: "X12_113",
53
- X12_120: "X12_120",
54
- X12_121: "X12_121",
55
- X12_124: "X12_124",
56
- X12_125: "X12_125",
57
- X12_126: "X12_126",
58
- X12_127: "X12_127",
59
- X12_128: "X12_128",
60
- X12_129: "X12_129",
61
- X12_130: "X12_130",
62
- X12_131: "X12_131",
63
- X12_132: "X12_132",
64
- X12_133: "X12_133",
65
- X12_135: "X12_135",
66
- X12_138: "X12_138",
67
- X12_139: "X12_139",
68
- X12_140: "X12_140",
69
- X12_141: "X12_141",
70
- X12_142: "X12_142",
71
- X12_143: "X12_143",
72
- X12_144: "X12_144",
73
- X12_146: "X12_146",
74
- X12_147: "X12_147",
75
- X12_148: "X12_148",
76
- X12_149: "X12_149",
77
- X12_150: "X12_150",
78
- X12_151: "X12_151",
79
- X12_152: "X12_152",
80
- X12_153: "X12_153",
81
- X12_154: "X12_154",
82
- X12_155: "X12_155",
83
- X12_157: "X12_157",
84
- X12_158: "X12_158",
85
- X12_159: "X12_159",
86
- X12_160: "X12_160",
87
- X12_161: "X12_161",
88
- X12_163: "X12_163",
89
- X12_170: "X12_170",
90
- X12_175: "X12_175",
91
- X12_176: "X12_176",
92
- X12_179: "X12_179",
93
- X12_180: "X12_180",
94
- X12_185: "X12_185",
95
- X12_186: "X12_186",
96
- X12_187: "X12_187",
97
- X12_188: "X12_188",
98
- X12_189: "X12_189",
99
- X12_190: "X12_190",
100
- X12_191: "X12_191",
101
- X12_194: "X12_194",
102
- X12_195: "X12_195",
103
- X12_196: "X12_196",
104
- X12_197: "X12_197",
105
- X12_198: "X12_198",
106
- X12_199: "X12_199",
107
- X12_200: "X12_200",
108
- X12_201: "X12_201",
109
- X12_202: "X12_202",
110
- X12_203: "X12_203",
111
- X12_204: "X12_204",
112
- X12_205: "X12_205",
113
- X12_206: "X12_206",
114
- X12_210: "X12_210",
115
- X12_211: "X12_211",
116
- X12_212: "X12_212",
117
- X12_213: "X12_213",
118
- X12_214: "X12_214",
119
- X12_215: "X12_215",
120
- X12_216: "X12_216",
121
- X12_217: "X12_217",
122
- X12_218: "X12_218",
123
- X12_219: "X12_219",
124
- X12_220: "X12_220",
125
- X12_222: "X12_222",
126
- X12_223: "X12_223",
127
- X12_224: "X12_224",
128
- X12_225: "X12_225",
129
- X12_227: "X12_227",
130
- X12_228: "X12_228",
131
- X12_240: "X12_240",
132
- X12_242: "X12_242",
133
- X12_244: "X12_244",
134
- X12_245: "X12_245",
135
- X12_248: "X12_248",
136
- X12_249: "X12_249",
137
- X12_250: "X12_250",
138
- X12_251: "X12_251",
139
- X12_252: "X12_252",
140
- X12_255: "X12_255",
141
- X12_256: "X12_256",
142
- X12_259: "X12_259",
143
- X12_260: "X12_260",
144
- X12_261: "X12_261",
145
- X12_262: "X12_262",
146
- X12_263: "X12_263",
147
- X12_264: "X12_264",
148
- X12_265: "X12_265",
149
- X12_266: "X12_266",
150
- X12_267: "X12_267",
151
- X12_268: "X12_268",
152
- X12_269: "X12_269",
153
- X12_270: "X12_270",
154
- X12_270_X279: "X12_270_X279",
155
- X12_271: "X12_271",
156
- X12_271_X279: "X12_271_X279",
157
- X12_272: "X12_272",
158
- X12_273: "X12_273",
159
- X12_274: "X12_274",
160
- X12_275: "X12_275",
161
- X12_275_X210: "X12_275_X210",
162
- X12_275_X211: "X12_275_X211",
163
- X12_276: "X12_276",
164
- X12_276_X212: "X12_276_X212",
165
- X12_277: "X12_277",
166
- X12_277_X212: "X12_277_X212",
167
- X12_277_X214: "X12_277_X214",
168
- X12_277_X364: "X12_277_X364",
169
- X12_278: "X12_278",
170
- X12_278_X217: "X12_278_X217",
171
- X12_280: "X12_280",
172
- X12_283: "X12_283",
173
- X12_284: "X12_284",
174
- X12_285: "X12_285",
175
- X12_286: "X12_286",
176
- X12_288: "X12_288",
177
- X12_290: "X12_290",
178
- X12_300: "X12_300",
179
- X12_301: "X12_301",
180
- X12_303: "X12_303",
181
- X12_304: "X12_304",
182
- X12_309: "X12_309",
183
- X12_310: "X12_310",
184
- X12_311: "X12_311",
185
- X12_312: "X12_312",
186
- X12_313: "X12_313",
187
- X12_315: "X12_315",
188
- X12_317: "X12_317",
189
- X12_319: "X12_319",
190
- X12_322: "X12_322",
191
- X12_323: "X12_323",
192
- X12_324: "X12_324",
193
- X12_325: "X12_325",
194
- X12_326: "X12_326",
195
- X12_350: "X12_350",
196
- X12_352: "X12_352",
197
- X12_353: "X12_353",
198
- X12_354: "X12_354",
199
- X12_355: "X12_355",
200
- X12_356: "X12_356",
201
- X12_357: "X12_357",
202
- X12_358: "X12_358",
203
- X12_361: "X12_361",
204
- X12_362: "X12_362",
205
- X12_404: "X12_404",
206
- X12_410: "X12_410",
207
- X12_412: "X12_412",
208
- X12_414: "X12_414",
209
- X12_417: "X12_417",
210
- X12_418: "X12_418",
211
- X12_419: "X12_419",
212
- X12_420: "X12_420",
213
- X12_421: "X12_421",
214
- X12_422: "X12_422",
215
- X12_423: "X12_423",
216
- X12_424: "X12_424",
217
- X12_425: "X12_425",
218
- X12_426: "X12_426",
219
- X12_429: "X12_429",
220
- X12_431: "X12_431",
221
- X12_432: "X12_432",
222
- X12_433: "X12_433",
223
- X12_434: "X12_434",
224
- X12_435: "X12_435",
225
- X12_436: "X12_436",
226
- X12_437: "X12_437",
227
- X12_440: "X12_440",
228
- X12_451: "X12_451",
229
- X12_452: "X12_452",
230
- X12_453: "X12_453",
231
- X12_455: "X12_455",
232
- X12_456: "X12_456",
233
- X12_460: "X12_460",
234
- X12_463: "X12_463",
235
- X12_466: "X12_466",
236
- X12_468: "X12_468",
237
- X12_470: "X12_470",
238
- X12_475: "X12_475",
239
- X12_485: "X12_485",
240
- X12_486: "X12_486",
241
- X12_490: "X12_490",
242
- X12_492: "X12_492",
243
- X12_494: "X12_494",
244
- X12_500: "X12_500",
245
- X12_501: "X12_501",
246
- X12_503: "X12_503",
247
- X12_504: "X12_504",
248
- X12_511: "X12_511",
249
- X12_517: "X12_517",
250
- X12_521: "X12_521",
251
- X12_527: "X12_527",
252
- X12_536: "X12_536",
253
- X12_540: "X12_540",
254
- X12_561: "X12_561",
255
- X12_567: "X12_567",
256
- X12_568: "X12_568",
257
- X12_601: "X12_601",
258
- X12_602: "X12_602",
259
- X12_620: "X12_620",
260
- X12_625: "X12_625",
261
- X12_650: "X12_650",
262
- X12_715: "X12_715",
263
- X12_753: "X12_753",
264
- X12_754: "X12_754",
265
- X12_805: "X12_805",
266
- X12_806: "X12_806",
267
- X12_810: "X12_810",
268
- X12_811: "X12_811",
269
- X12_812: "X12_812",
270
- X12_813: "X12_813",
271
- X12_814: "X12_814",
272
- X12_815: "X12_815",
273
- X12_816: "X12_816",
274
- X12_818: "X12_818",
275
- X12_819: "X12_819",
276
- X12_820: "X12_820",
277
- X12_820_X218: "X12_820_X218",
278
- X12_820_X306: "X12_820_X306",
279
- X12_821: "X12_821",
280
- X12_822: "X12_822",
281
- X12_823: "X12_823",
282
- X12_824: "X12_824",
283
- X12_824_X186: "X12_824_X186",
284
- X12_826: "X12_826",
285
- X12_827: "X12_827",
286
- X12_828: "X12_828",
287
- X12_829: "X12_829",
288
- X12_830: "X12_830",
289
- X12_831: "X12_831",
290
- X12_832: "X12_832",
291
- X12_833: "X12_833",
292
- X12_834: "X12_834",
293
- X12_834_X220: "X12_834_X220",
294
- X12_834_X307: "X12_834_X307",
295
- X12_834_X318: "X12_834_X318",
296
- X12_835: "X12_835",
297
- X12_835_X221: "X12_835_X221",
298
- X12_836: "X12_836",
299
- X12_837: "X12_837",
300
- X12_837_X222: "X12_837_X222",
301
- X12_837_X223: "X12_837_X223",
302
- X12_837_X224: "X12_837_X224",
303
- X12_837_X291: "X12_837_X291",
304
- X12_837_X292: "X12_837_X292",
305
- X12_837_X298: "X12_837_X298",
306
- X12_838: "X12_838",
307
- X12_839: "X12_839",
308
- X12_840: "X12_840",
309
- X12_841: "X12_841",
310
- X12_842: "X12_842",
311
- X12_843: "X12_843",
312
- X12_844: "X12_844",
313
- X12_845: "X12_845",
314
- X12_846: "X12_846",
315
- X12_847: "X12_847",
316
- X12_848: "X12_848",
317
- X12_849: "X12_849",
318
- X12_850: "X12_850",
319
- X12_851: "X12_851",
320
- X12_852: "X12_852",
321
- X12_853: "X12_853",
322
- X12_854: "X12_854",
323
- X12_855: "X12_855",
324
- X12_856: "X12_856",
325
- X12_857: "X12_857",
326
- X12_858: "X12_858",
327
- X12_859: "X12_859",
328
- X12_860: "X12_860",
329
- X12_861: "X12_861",
330
- X12_862: "X12_862",
331
- X12_863: "X12_863",
332
- X12_864: "X12_864",
333
- X12_865: "X12_865",
334
- X12_866: "X12_866",
335
- X12_867: "X12_867",
336
- X12_868: "X12_868",
337
- X12_869: "X12_869",
338
- X12_870: "X12_870",
339
- X12_871: "X12_871",
340
- X12_872: "X12_872",
341
- X12_873: "X12_873",
342
- X12_874: "X12_874",
343
- X12_875: "X12_875",
344
- X12_876: "X12_876",
345
- X12_877: "X12_877",
346
- X12_878: "X12_878",
347
- X12_879: "X12_879",
348
- X12_880: "X12_880",
349
- X12_881: "X12_881",
350
- X12_882: "X12_882",
351
- X12_883: "X12_883",
352
- X12_884: "X12_884",
353
- X12_885: "X12_885",
354
- X12_886: "X12_886",
355
- X12_887: "X12_887",
356
- X12_888: "X12_888",
357
- X12_889: "X12_889",
358
- X12_891: "X12_891",
359
- X12_893: "X12_893",
360
- X12_894: "X12_894",
361
- X12_895: "X12_895",
362
- X12_896: "X12_896",
363
- X12_920: "X12_920",
364
- X12_924: "X12_924",
365
- X12_925: "X12_925",
366
- X12_926: "X12_926",
367
- X12_928: "X12_928",
368
- X12_940: "X12_940",
369
- X12_943: "X12_943",
370
- X12_944: "X12_944",
371
- X12_945: "X12_945",
372
- X12_947: "X12_947",
373
- X12_980: "X12_980",
374
- X12_990: "X12_990",
375
- X12_993: "X12_993",
376
- X12_996: "X12_996",
377
- X12_997: "X12_997",
378
- X12_998: "X12_998",
379
- X12_999: "X12_999",
380
- X12_999_X231: "X12_999_X231",
381
- };
382
- export const X12Version = {
383
- VERSION_4010: "VERSION_4010",
384
- VERSION_4030: "VERSION_4030",
385
- VERSION_4050: "VERSION_4050",
386
- VERSION_4060: "VERSION_4060",
387
- VERSION_5010: "VERSION_5010",
388
- VERSION_5010_HIPAA: "VERSION_5010_HIPAA",
389
- };
390
- export const CapabilityType = {
391
- EDI: "edi",
392
- };
393
- export class InternalServerException extends __BaseException {
394
- name = "InternalServerException";
395
- $fault = "server";
396
- $retryable = {};
397
- retryAfterSeconds;
398
- constructor(opts) {
399
- super({
400
- name: "InternalServerException",
401
- $fault: "server",
402
- ...opts,
403
- });
404
- Object.setPrototypeOf(this, InternalServerException.prototype);
405
- this.retryAfterSeconds = opts.retryAfterSeconds;
406
- }
407
- }
408
- export class ResourceNotFoundException extends __BaseException {
409
- name = "ResourceNotFoundException";
410
- $fault = "client";
411
- constructor(opts) {
412
- super({
413
- name: "ResourceNotFoundException",
414
- $fault: "client",
415
- ...opts,
416
- });
417
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
418
- }
419
- }
420
- export class ServiceQuotaExceededException extends __BaseException {
421
- name = "ServiceQuotaExceededException";
422
- $fault = "client";
423
- resourceId;
424
- resourceType;
425
- serviceCode;
426
- quotaCode;
427
- constructor(opts) {
428
- super({
429
- name: "ServiceQuotaExceededException",
430
- $fault: "client",
431
- ...opts,
432
- });
433
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
434
- this.resourceId = opts.resourceId;
435
- this.resourceType = opts.resourceType;
436
- this.serviceCode = opts.serviceCode;
437
- this.quotaCode = opts.quotaCode;
438
- }
439
- }
440
- export class ThrottlingException extends __BaseException {
441
- name = "ThrottlingException";
442
- $fault = "client";
443
- $retryable = {};
444
- retryAfterSeconds;
445
- constructor(opts) {
446
- super({
447
- name: "ThrottlingException",
448
- $fault: "client",
449
- ...opts,
450
- });
451
- Object.setPrototypeOf(this, ThrottlingException.prototype);
452
- this.retryAfterSeconds = opts.retryAfterSeconds;
453
- }
454
- }
455
- export class ValidationException extends __BaseException {
456
- name = "ValidationException";
457
- $fault = "client";
458
- Message;
459
- constructor(opts) {
460
- super({
461
- name: "ValidationException",
462
- $fault: "client",
463
- ...opts,
464
- });
465
- Object.setPrototypeOf(this, ValidationException.prototype);
466
- this.Message = opts.Message;
467
- }
468
- }
469
- export const MappingType = {
470
- JSONATA: "JSONATA",
471
- XSLT: "XSLT",
472
- };
473
- export const TransformerJobStatus = {
474
- FAILED: "failed",
475
- RUNNING: "running",
476
- SUCCEEDED: "succeeded",
477
- };
478
- export const X12FunctionalAcknowledgment = {
479
- DO_NOT_GENERATE: "DO_NOT_GENERATE",
480
- GENERATE_ALL_SEGMENTS: "GENERATE_ALL_SEGMENTS",
481
- GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP: "GENERATE_WITHOUT_TRANSACTION_SET_RESPONSE_LOOP",
482
- };
483
- export const X12TechnicalAcknowledgment = {
484
- DO_NOT_GENERATE: "DO_NOT_GENERATE",
485
- GENERATE_ALL_SEGMENTS: "GENERATE_ALL_SEGMENTS",
486
- };
487
- export const X12GS05TimeFormat = {
488
- HHMM: "HHMM",
489
- HHMMSS: "HHMMSS",
490
- HHMMSSDD: "HHMMSSDD",
491
- };
492
- export const LineTerminator = {
493
- CR: "CR",
494
- CRLF: "CRLF",
495
- LF: "LF",
496
- };
497
- export const WrapFormat = {
498
- LINE_LENGTH: "LINE_LENGTH",
499
- ONE_LINE: "ONE_LINE",
500
- SEGMENT: "SEGMENT",
501
- };
502
- export const Logging = {
503
- DISABLED: "DISABLED",
504
- ENABLED: "ENABLED",
505
- };
506
- export const ConversionSourceFormat = {
507
- JSON: "JSON",
508
- XML: "XML",
509
- };
510
- export const ConversionTargetFormat = {
511
- X12: "X12",
512
- };
513
- export const FileFormat = {
514
- JSON: "JSON",
515
- NOT_USED: "NOT_USED",
516
- XML: "XML",
517
- };
518
- export const FromFormat = {
519
- X12: "X12",
520
- };
521
- export const MappingTemplateLanguage = {
522
- JSONATA: "JSONATA",
523
- XSLT: "XSLT",
524
- };
525
- export const ToFormat = {
526
- X12: "X12",
527
- };
528
- export const TransformerStatus = {
529
- ACTIVE: "active",
530
- INACTIVE: "inactive",
531
- };
1
+ export {};
@@ -289,7 +289,7 @@ const _xD = "x12Details";
289
289
  const n0 = "com.amazonaws.b2bi";
290
290
  import { TypeRegistry } from "@smithy/core/schema";
291
291
  import { B2biServiceException as __B2biServiceException } from "../models/B2biServiceException";
292
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
292
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
293
293
  export var Email = [0, n0, _E, 8, 0];
294
294
  export var Phone = [0, n0, _P, 8, 0];
295
295
  export var AccessDeniedException = [
@@ -11,5 +11,7 @@ export type { B2biExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./pagination";
13
13
  export * from "./waiters";
14
- export * from "./models";
14
+ export * from "./models/enums";
15
+ export * from "./models/errors";
16
+ export type * from "./models/models_0";
15
17
  export { B2biServiceException } from "./models/B2biServiceException";