Skip to content

Commit 860998d

Browse files
author
AWS
committed
AWS B2B Data Interchange Update: Supporting new EDI X12 transaction sets for X12 versions 4010, 4030, and 5010.
1 parent 074e10e commit 860998d

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS B2B Data Interchange",
4+
"contributor": "",
5+
"description": "Supporting new EDI X12 transaction sets for X12 versions 4010, 4030, and 5010."
6+
}

services/b2bi/src/main/resources/codegen-resources/service-2.json

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,7 +2289,7 @@
22892289
},
22902290
"version":{
22912291
"shape":"X12Version",
2292-
"documentation":"<p>Returns the version to use for the specified X12 transaction set. Supported versions are <code>4010</code>, <code>4030</code>, and <code>5010</code>.</p>"
2292+
"documentation":"<p>Returns the version to use for the specified X12 transaction set. <pre><code> &lt;/p&gt; </code></pre>"
22932293
}
22942294
},
22952295
"documentation":"<p>A structure that contains the X12 transaction set and version. The X12 structure is used when the system transforms an EDI (electronic data interchange) file.</p> <note> <p>If an EDI input file contains more than one transaction, each transaction must have the same transaction set and version, for example 214/4010. If not, the transformer cannot parse the file.</p> </note>"
@@ -2301,27 +2301,54 @@
23012301
"X12_180",
23022302
"X12_204",
23032303
"X12_210",
2304+
"X12_211",
23042305
"X12_214",
23052306
"X12_215",
2307+
"X12_259",
2308+
"X12_260",
2309+
"X12_266",
2310+
"X12_269",
2311+
"X12_270",
2312+
"X12_271",
2313+
"X12_274",
2314+
"X12_275",
2315+
"X12_276",
2316+
"X12_277",
2317+
"X12_278",
23062318
"X12_310",
23072319
"X12_315",
23082320
"X12_322",
23092321
"X12_404",
23102322
"X12_410",
2323+
"X12_417",
2324+
"X12_421",
2325+
"X12_426",
2326+
"X12_810",
23112327
"X12_820",
23122328
"X12_824",
23132329
"X12_830",
2330+
"X12_832",
2331+
"X12_834",
2332+
"X12_835",
2333+
"X12_837",
2334+
"X12_844",
23142335
"X12_846",
2336+
"X12_849",
23152337
"X12_850",
23162338
"X12_852",
23172339
"X12_855",
23182340
"X12_856",
23192341
"X12_860",
23202342
"X12_861",
23212343
"X12_864",
2344+
"X12_865",
2345+
"X12_869",
2346+
"X12_870",
23222347
"X12_940",
2348+
"X12_945",
23232349
"X12_990",
2324-
"X12_997"
2350+
"X12_997",
2351+
"X12_999"
23252352
]
23262353
},
23272354
"X12Version":{

0 commit comments

Comments
 (0)