Skip to content

Commit 7008655

Browse files
author
awstools
committed
docs(client-b2bi): Documentation update to clarify the MappingTemplate definition.
1 parent 23bbcd2 commit 7008655

File tree

2 files changed

+14
-21
lines changed

2 files changed

+14
-21
lines changed

clients/client-b2bi/src/models/models_0.ts

+7-14
Original file line numberDiff line numberDiff line change
@@ -1719,8 +1719,7 @@ export interface TestMappingRequest {
17191719
inputFileContent: string | undefined;
17201720

17211721
/**
1722-
* <p>Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the
1723-
* correct set of objects.</p>
1722+
* <p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
17241723
* @public
17251724
*/
17261725
mappingTemplate: string | undefined;
@@ -1794,8 +1793,7 @@ export interface CreateTransformerRequest {
17941793
fileFormat: FileFormat | undefined;
17951794

17961795
/**
1797-
* <p>Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the
1798-
* correct set of objects.</p>
1796+
* <p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
17991797
* @public
18001798
*/
18011799
mappingTemplate: string | undefined;
@@ -1868,8 +1866,7 @@ export interface CreateTransformerResponse {
18681866
fileFormat: FileFormat | undefined;
18691867

18701868
/**
1871-
* <p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the
1872-
* correct set of objects.</p>
1869+
* <p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
18731870
* @public
18741871
*/
18751872
mappingTemplate: string | undefined;
@@ -1952,8 +1949,7 @@ export interface GetTransformerResponse {
19521949
fileFormat: FileFormat | undefined;
19531950

19541951
/**
1955-
* <p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the
1956-
* correct set of objects.</p>
1952+
* <p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
19571953
* @public
19581954
*/
19591955
mappingTemplate: string | undefined;
@@ -2035,8 +2031,7 @@ export interface TransformerSummary {
20352031
fileFormat: FileFormat | undefined;
20362032

20372033
/**
2038-
* <p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the
2039-
* correct set of objects.</p>
2034+
* <p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
20402035
* @public
20412036
*/
20422037
mappingTemplate: string | undefined;
@@ -2118,8 +2113,7 @@ export interface UpdateTransformerRequest {
21182113
fileFormat?: FileFormat;
21192114

21202115
/**
2121-
* <p>Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the
2122-
* correct set of objects.</p>
2116+
* <p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
21232117
* @public
21242118
*/
21252119
mappingTemplate?: string;
@@ -2172,8 +2166,7 @@ export interface UpdateTransformerResponse {
21722166
fileFormat: FileFormat | undefined;
21732167

21742168
/**
2175-
* <p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the
2176-
* correct set of objects.</p>
2169+
* <p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
21772170
* @public
21782171
*/
21792172
mappingTemplate: string | undefined;

codegen/sdk-codegen/aws-models/b2bi.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,7 @@
16301630
"mappingTemplate": {
16311631
"target": "com.amazonaws.b2bi#MappingTemplate",
16321632
"traits": {
1633-
"smithy.api#documentation": "<p>Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the\n correct set of objects.</p>",
1633+
"smithy.api#documentation": "<p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>",
16341634
"smithy.api#required": {}
16351635
}
16361636
},
@@ -1700,7 +1700,7 @@
17001700
"mappingTemplate": {
17011701
"target": "com.amazonaws.b2bi#MappingTemplate",
17021702
"traits": {
1703-
"smithy.api#documentation": "<p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the\n correct set of objects.</p>",
1703+
"smithy.api#documentation": "<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>",
17041704
"smithy.api#required": {}
17051705
}
17061706
},
@@ -2743,7 +2743,7 @@
27432743
"mappingTemplate": {
27442744
"target": "com.amazonaws.b2bi#MappingTemplate",
27452745
"traits": {
2746-
"smithy.api#documentation": "<p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the\n correct set of objects.</p>",
2746+
"smithy.api#documentation": "<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>",
27472747
"smithy.api#required": {}
27482748
}
27492749
},
@@ -4009,7 +4009,7 @@
40094009
"mappingTemplate": {
40104010
"target": "com.amazonaws.b2bi#MappingTemplate",
40114011
"traits": {
4012-
"smithy.api#documentation": "<p>Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the\n correct set of objects.</p>",
4012+
"smithy.api#documentation": "<p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>",
40134013
"smithy.api#required": {}
40144014
}
40154015
},
@@ -4311,7 +4311,7 @@
43114311
"mappingTemplate": {
43124312
"target": "com.amazonaws.b2bi#MappingTemplate",
43134313
"traits": {
4314-
"smithy.api#documentation": "<p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the\n correct set of objects.</p>",
4314+
"smithy.api#documentation": "<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>",
43154315
"smithy.api#required": {}
43164316
}
43174317
},
@@ -5073,7 +5073,7 @@
50735073
"mappingTemplate": {
50745074
"target": "com.amazonaws.b2bi#MappingTemplate",
50755075
"traits": {
5076-
"smithy.api#documentation": "<p>Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the\n correct set of objects.</p>"
5076+
"smithy.api#documentation": "<p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
50775077
}
50785078
},
50795079
"status": {
@@ -5133,7 +5133,7 @@
51335133
"mappingTemplate": {
51345134
"target": "com.amazonaws.b2bi#MappingTemplate",
51355135
"traits": {
5136-
"smithy.api#documentation": "<p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the\n correct set of objects.</p>",
5136+
"smithy.api#documentation": "<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>",
51375137
"smithy.api#required": {}
51385138
}
51395139
},

0 commit comments

Comments
 (0)