Skip to content

Commit

Permalink
docs(client-b2bi): Documentation update to clarify the MappingTemplat…
Browse files Browse the repository at this point in the history
…e definition.
  • Loading branch information
awstools committed May 7, 2024
1 parent 23bbcd2 commit 7008655
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 21 deletions.
21 changes: 7 additions & 14 deletions clients/client-b2bi/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1719,8 +1719,7 @@ export interface TestMappingRequest {
inputFileContent: string | undefined;

/**
* <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>
* <p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
* @public
*/
mappingTemplate: string | undefined;
Expand Down Expand Up @@ -1794,8 +1793,7 @@ export interface CreateTransformerRequest {
fileFormat: FileFormat | undefined;

/**
* <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>
* <p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
* @public
*/
mappingTemplate: string | undefined;
Expand Down Expand Up @@ -1868,8 +1866,7 @@ export interface CreateTransformerResponse {
fileFormat: FileFormat | undefined;

/**
* <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>
* <p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
* @public
*/
mappingTemplate: string | undefined;
Expand Down Expand Up @@ -1952,8 +1949,7 @@ export interface GetTransformerResponse {
fileFormat: FileFormat | undefined;

/**
* <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>
* <p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
* @public
*/
mappingTemplate: string | undefined;
Expand Down Expand Up @@ -2035,8 +2031,7 @@ export interface TransformerSummary {
fileFormat: FileFormat | undefined;

/**
* <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>
* <p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
* @public
*/
mappingTemplate: string | undefined;
Expand Down Expand Up @@ -2118,8 +2113,7 @@ export interface UpdateTransformerRequest {
fileFormat?: FileFormat;

/**
* <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>
* <p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
* @public
*/
mappingTemplate?: string;
Expand Down Expand Up @@ -2172,8 +2166,7 @@ export interface UpdateTransformerResponse {
fileFormat: FileFormat | undefined;

/**
* <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>
* <p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>
* @public
*/
mappingTemplate: string | undefined;
Expand Down
14 changes: 7 additions & 7 deletions codegen/sdk-codegen/aws-models/b2bi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,7 @@
"mappingTemplate": {
"target": "com.amazonaws.b2bi#MappingTemplate",
"traits": {
"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>",
"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>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -1700,7 +1700,7 @@
"mappingTemplate": {
"target": "com.amazonaws.b2bi#MappingTemplate",
"traits": {
"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>",
"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>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -2743,7 +2743,7 @@
"mappingTemplate": {
"target": "com.amazonaws.b2bi#MappingTemplate",
"traits": {
"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>",
"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>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -4009,7 +4009,7 @@
"mappingTemplate": {
"target": "com.amazonaws.b2bi#MappingTemplate",
"traits": {
"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>",
"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>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -4311,7 +4311,7 @@
"mappingTemplate": {
"target": "com.amazonaws.b2bi#MappingTemplate",
"traits": {
"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>",
"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>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -5073,7 +5073,7 @@
"mappingTemplate": {
"target": "com.amazonaws.b2bi#MappingTemplate",
"traits": {
"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>"
"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>"
}
},
"status": {
Expand Down Expand Up @@ -5133,7 +5133,7 @@
"mappingTemplate": {
"target": "com.amazonaws.b2bi#MappingTemplate",
"traits": {
"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>",
"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>",
"smithy.api#required": {}
}
},
Expand Down

0 comments on commit 7008655

Please sign in to comment.