Skip to content

Commit 35b7471

Browse files
author
AWS
committed
AWS B2B Data Interchange Update: Documentation update to clarify the MappingTemplate definition.
1 parent 9a84cc4 commit 35b7471

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
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": "Documentation update to clarify the MappingTemplate definition."
6+
}

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@
844844
},
845845
"mappingTemplate":{
846846
"shape":"MappingTemplate",
847-
"documentation":"<p>Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>"
847+
"documentation":"<p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
848848
},
849849
"ediType":{
850850
"shape":"EdiType",
@@ -896,7 +896,7 @@
896896
},
897897
"mappingTemplate":{
898898
"shape":"MappingTemplate",
899-
"documentation":"<p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>"
899+
"documentation":"<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
900900
},
901901
"status":{
902902
"shape":"TransformerStatus",
@@ -1278,7 +1278,7 @@
12781278
},
12791279
"mappingTemplate":{
12801280
"shape":"MappingTemplate",
1281-
"documentation":"<p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>"
1281+
"documentation":"<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
12821282
},
12831283
"status":{
12841284
"shape":"TransformerStatus",
@@ -1792,7 +1792,7 @@
17921792
},
17931793
"mappingTemplate":{
17941794
"shape":"MappingTemplate",
1795-
"documentation":"<p>Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>"
1795+
"documentation":"<p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
17961796
},
17971797
"fileFormat":{
17981798
"shape":"FileFormat",
@@ -1924,7 +1924,7 @@
19241924
},
19251925
"mappingTemplate":{
19261926
"shape":"MappingTemplate",
1927-
"documentation":"<p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>"
1927+
"documentation":"<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
19281928
},
19291929
"status":{
19301930
"shape":"TransformerStatus",
@@ -2199,7 +2199,7 @@
21992199
},
22002200
"mappingTemplate":{
22012201
"shape":"MappingTemplate",
2202-
"documentation":"<p>Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>"
2202+
"documentation":"<p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
22032203
},
22042204
"status":{
22052205
"shape":"TransformerStatus",
@@ -2247,7 +2247,7 @@
22472247
},
22482248
"mappingTemplate":{
22492249
"shape":"MappingTemplate",
2250-
"documentation":"<p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>"
2250+
"documentation":"<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
22512251
},
22522252
"status":{
22532253
"shape":"TransformerStatus",

0 commit comments

Comments
 (0)