Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed May 7, 2024
1 parent 7a654f5 commit 9e70bfa
Show file tree
Hide file tree
Showing 4 changed files with 589 additions and 136 deletions.
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 @@ -1642,7 +1642,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 @@ -1712,7 +1712,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 @@ -2762,7 +2762,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 @@ -4034,7 +4034,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 @@ -4338,7 +4338,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 @@ -5118,7 +5118,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 @@ -5178,7 +5178,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 9e70bfa

Please sign in to comment.