|
31 | 31 | {"shape":"ServiceQuotaExceededException"},
|
32 | 32 | {"shape":"InternalServerException"}
|
33 | 33 | ],
|
34 |
| - "documentation":"<p>Instantiates a capability based on the specified parameters. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.</p>", |
| 34 | + "documentation":"<p>Instantiates a capability based on the specified parameters. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>", |
35 | 35 | "idempotent":true
|
36 | 36 | },
|
37 | 37 | "CreatePartnership":{
|
|
51 | 51 | {"shape":"ServiceQuotaExceededException"},
|
52 | 52 | {"shape":"InternalServerException"}
|
53 | 53 | ],
|
54 |
| - "documentation":"<p>Creates a partnership between a customer and a trading partner, based on the supplied parameters. Partnerships link trading partners with your profile and a specific transformer, so that the EDI (electronic data interchange) documents that they upload to Amazon S3 can be processed according to their specifications.</p>", |
| 54 | + "documentation":"<p>Creates a partnership between a customer and a trading partner, based on the supplied parameters. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.</p>", |
55 | 55 | "idempotent":true
|
56 | 56 | },
|
57 | 57 | "CreateProfile":{
|
|
71 | 71 | {"shape":"ServiceQuotaExceededException"},
|
72 | 72 | {"shape":"InternalServerException"}
|
73 | 73 | ],
|
74 |
| - "documentation":"<p>Creates a customer profile. You can have up to five customer profiles, each representing a distinct private network. Profiles contain basic information about you and your business.</p>", |
| 74 | + "documentation":"<p>Creates a customer profile. You can have up to five customer profiles, each representing a distinct private network. A profile is the mechanism used to create the concept of a private network.</p>", |
75 | 75 | "idempotent":true
|
76 | 76 | },
|
77 | 77 | "CreateTransformer":{
|
|
91 | 91 | {"shape":"ServiceQuotaExceededException"},
|
92 | 92 | {"shape":"InternalServerException"}
|
93 | 93 | ],
|
94 |
| - "documentation":"<p>Creates a transformer. Transformers describe how to process the incoming EDI (electronic data interchange) documents, and extract the necessary information.</p>", |
| 94 | + "documentation":"<p>Creates a transformer. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.</p>", |
95 | 95 | "idempotent":true
|
96 | 96 | },
|
97 | 97 | "DeleteCapability":{
|
|
109 | 109 | {"shape":"ResourceNotFoundException"},
|
110 | 110 | {"shape":"InternalServerException"}
|
111 | 111 | ],
|
112 |
| - "documentation":"<p>Deletes the specified capability. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.</p>", |
| 112 | + "documentation":"<p>Deletes the specified capability. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>", |
113 | 113 | "idempotent":true
|
114 | 114 | },
|
115 | 115 | "DeletePartnership":{
|
|
127 | 127 | {"shape":"ResourceNotFoundException"},
|
128 | 128 | {"shape":"InternalServerException"}
|
129 | 129 | ],
|
130 |
| - "documentation":"<p>Deletes the specified partnership. Partnerships link trading partners with your profile and a specific transformer, so that the EDI (electronic data interchange) documents that they upload to Amazon S3 can be processed according to their specifications.</p>", |
| 130 | + "documentation":"<p>Deletes the specified partnership. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.</p>", |
131 | 131 | "idempotent":true
|
132 | 132 | },
|
133 | 133 | "DeleteProfile":{
|
|
145 | 145 | {"shape":"ResourceNotFoundException"},
|
146 | 146 | {"shape":"InternalServerException"}
|
147 | 147 | ],
|
148 |
| - "documentation":"<p>Deletes the specified profile. Profiles contain basic information about you and your business.</p>", |
| 148 | + "documentation":"<p>Deletes the specified profile. A profile is the mechanism used to create the concept of a private network.</p>", |
149 | 149 | "idempotent":true
|
150 | 150 | },
|
151 | 151 | "DeleteTransformer":{
|
|
163 | 163 | {"shape":"ResourceNotFoundException"},
|
164 | 164 | {"shape":"InternalServerException"}
|
165 | 165 | ],
|
166 |
| - "documentation":"<p>Deletes the specified transformer. Transformers describe how to process the incoming EDI (electronic data interchange) documents, and extract the necessary information.</p>", |
| 166 | + "documentation":"<p>Deletes the specified transformer. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.</p>", |
167 | 167 | "idempotent":true
|
168 | 168 | },
|
169 | 169 | "GetCapability":{
|
|
181 | 181 | {"shape":"ResourceNotFoundException"},
|
182 | 182 | {"shape":"InternalServerException"}
|
183 | 183 | ],
|
184 |
| - "documentation":"<p>Retrieves the details for the specified capability. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.</p>" |
| 184 | + "documentation":"<p>Retrieves the details for the specified capability. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>" |
185 | 185 | },
|
186 | 186 | "GetPartnership":{
|
187 | 187 | "name":"GetPartnership",
|
|
198 | 198 | {"shape":"ResourceNotFoundException"},
|
199 | 199 | {"shape":"InternalServerException"}
|
200 | 200 | ],
|
201 |
| - "documentation":"<p>Retrieves the details for a partnership, based on the partner and profile IDs specified. Partnerships link trading partners with your profile and a specific transformer, so that the EDI (electronic data interchange) documents that they upload to Amazon S3 can be processed according to their specifications.</p>" |
| 201 | + "documentation":"<p>Retrieves the details for a partnership, based on the partner and profile IDs specified. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.</p>" |
202 | 202 | },
|
203 | 203 | "GetProfile":{
|
204 | 204 | "name":"GetProfile",
|
|
215 | 215 | {"shape":"ResourceNotFoundException"},
|
216 | 216 | {"shape":"InternalServerException"}
|
217 | 217 | ],
|
218 |
| - "documentation":"<p>Retrieves the details for the profile specified by the profile ID. Profiles contain basic information about you and your business.</p>" |
| 218 | + "documentation":"<p>Retrieves the details for the profile specified by the profile ID. A profile is the mechanism used to create the concept of a private network.</p>" |
219 | 219 | },
|
220 | 220 | "GetTransformer":{
|
221 | 221 | "name":"GetTransformer",
|
|
232 | 232 | {"shape":"ResourceNotFoundException"},
|
233 | 233 | {"shape":"InternalServerException"}
|
234 | 234 | ],
|
235 |
| - "documentation":"<p>Retrieves the details for the transformer specified by the transformer ID. Transformers describe how to process the incoming EDI (electronic data interchange) documents, and extract the necessary information.</p>" |
| 235 | + "documentation":"<p>Retrieves the details for the transformer specified by the transformer ID. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.</p>" |
236 | 236 | },
|
237 | 237 | "GetTransformerJob":{
|
238 | 238 | "name":"GetTransformerJob",
|
|
259 | 259 | },
|
260 | 260 | "input":{"shape":"ListCapabilitiesRequest"},
|
261 | 261 | "output":{"shape":"ListCapabilitiesResponse"},
|
262 |
| - "documentation":"<p>Lists the capabilities associated with your Amazon Web Services account for your current or specified region. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.</p>" |
| 262 | + "documentation":"<p>Lists the capabilities associated with your Amazon Web Services account for your current or specified region. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>" |
263 | 263 | },
|
264 | 264 | "ListPartnerships":{
|
265 | 265 | "name":"ListPartnerships",
|
|
276 | 276 | {"shape":"ResourceNotFoundException"},
|
277 | 277 | {"shape":"InternalServerException"}
|
278 | 278 | ],
|
279 |
| - "documentation":"<p>Lists the partnerships associated with your Amazon Web Services account for your current or specified region. Partnerships link trading partners with your profile and a specific transformer, so that the EDI (electronic data interchange) documents that they upload to Amazon S3 can be processed according to their specifications.</p>" |
| 279 | + "documentation":"<p>Lists the partnerships associated with your Amazon Web Services account for your current or specified region. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.</p>" |
280 | 280 | },
|
281 | 281 | "ListProfiles":{
|
282 | 282 | "name":"ListProfiles",
|
|
286 | 286 | },
|
287 | 287 | "input":{"shape":"ListProfilesRequest"},
|
288 | 288 | "output":{"shape":"ListProfilesResponse"},
|
289 |
| - "documentation":"<p>Lists the profiles associated with your Amazon Web Services account for your current or specified region. Profiles contain basic information about you and your business.</p>" |
| 289 | + "documentation":"<p>Lists the profiles associated with your Amazon Web Services account for your current or specified region. A profile is the mechanism used to create the concept of a private network.</p>" |
290 | 290 | },
|
291 | 291 | "ListTagsForResource":{
|
292 | 292 | "name":"ListTagsForResource",
|
|
310 | 310 | },
|
311 | 311 | "input":{"shape":"ListTransformersRequest"},
|
312 | 312 | "output":{"shape":"ListTransformersResponse"},
|
313 |
| - "documentation":"<p>Lists the available transformers. Transformers describe how to process the incoming EDI (electronic data interchange) documents, and extract the necessary information.</p>" |
| 313 | + "documentation":"<p>Lists the available transformers. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.</p>" |
314 | 314 | },
|
315 | 315 | "StartTransformerJob":{
|
316 | 316 | "name":"StartTransformerJob",
|
|
327 | 327 | {"shape":"ResourceNotFoundException"},
|
328 | 328 | {"shape":"InternalServerException"}
|
329 | 329 | ],
|
330 |
| - "documentation":"<p>Runs a job, using a transformer, to parse input EDI (electronic data interchange) file into the output structures used by Amazon Web Services B2BI Data Interchange.</p>", |
| 330 | + "documentation":"<p>Runs a job, using a transformer, to parse input EDI (electronic data interchange) file into the output structures used by Amazon Web Services B2BI Data Interchange.</p> <p>If you only want to transform EDI (electronic data interchange) documents, you don't need to create profiles, partnerships or capabilities. Just create and configure a transformer, and then run the <code>StartTransformerJob</code> API to process your files.</p>", |
331 | 331 | "idempotent":true
|
332 | 332 | },
|
333 | 333 | "TagResource":{
|
|
359 | 359 | {"shape":"ResourceNotFoundException"},
|
360 | 360 | {"shape":"InternalServerException"}
|
361 | 361 | ],
|
362 |
| - "documentation":"<p>Maps the input file according to the provided template file.</p>", |
| 362 | + "documentation":"<p>Maps the input file according to the provided template file. The API call downloads the file contents from the Amazon S3 location, and passes the contents in as a string, to the <code>inputFileContent</code> parameter.</p>", |
363 | 363 | "idempotent":true
|
364 | 364 | },
|
365 | 365 | "TestParsing":{
|
|
411 | 411 | {"shape":"ServiceQuotaExceededException"},
|
412 | 412 | {"shape":"InternalServerException"}
|
413 | 413 | ],
|
414 |
| - "documentation":"<p>Updates some of the parameters for a capability, based on the specified parameters. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.</p>", |
| 414 | + "documentation":"<p>Updates some of the parameters for a capability, based on the specified parameters. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>", |
415 | 415 | "idempotent":true
|
416 | 416 | },
|
417 | 417 | "UpdatePartnership":{
|
|
431 | 431 | {"shape":"ServiceQuotaExceededException"},
|
432 | 432 | {"shape":"InternalServerException"}
|
433 | 433 | ],
|
434 |
| - "documentation":"<p>Updates some of the parameters for a partnership between a customer and trading partner. Partnerships link trading partners with your profile and a specific transformer, so that the EDI (electronic data interchange) documents that they upload to Amazon S3 can be processed according to their specifications.</p>", |
| 434 | + "documentation":"<p>Updates some of the parameters for a partnership between a customer and trading partner. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.</p>", |
435 | 435 | "idempotent":true
|
436 | 436 | },
|
437 | 437 | "UpdateProfile":{
|
|
451 | 451 | {"shape":"ServiceQuotaExceededException"},
|
452 | 452 | {"shape":"InternalServerException"}
|
453 | 453 | ],
|
454 |
| - "documentation":"<p>Updates the specified parameters for a profile. Profiles contain basic information about you and your business.</p>", |
| 454 | + "documentation":"<p>Updates the specified parameters for a profile. A profile is the mechanism used to create the concept of a private network.</p>", |
455 | 455 | "idempotent":true
|
456 | 456 | },
|
457 | 457 | "UpdateTransformer":{
|
|
471 | 471 | {"shape":"ServiceQuotaExceededException"},
|
472 | 472 | {"shape":"InternalServerException"}
|
473 | 473 | ],
|
474 |
| - "documentation":"<p>Updates the specified parameters for a transformer. Transformers describe how to process the incoming EDI (electronic data interchange) documents, and extract the necessary information.</p>", |
| 474 | + "documentation":"<p>Updates the specified parameters for a transformer. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.</p>", |
475 | 475 | "idempotent":true
|
476 | 476 | }
|
477 | 477 | },
|
|
508 | 508 | "documentation":"<p>An EDI (electronic data interchange) configuration object.</p>"
|
509 | 509 | }
|
510 | 510 | },
|
511 |
| - "documentation":"<p>A capability object. Currently, only EDI (electronic data interchange) capabilities are supported. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.</p>", |
| 511 | + "documentation":"<p>A capability object. Currently, only EDI (electronic data interchange) capabilities are supported. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>", |
512 | 512 | "union":true
|
513 | 513 | },
|
514 | 514 | "CapabilityId":{
|
|
556 | 556 | "documentation":"<p>Returns a timestamp that identifies the most recent date and time that the capability was modified.</p>"
|
557 | 557 | }
|
558 | 558 | },
|
559 |
| - "documentation":"<p>Returns the capability summary details. Capabilities contain the information necessary to process incoming EDI (electronic data interchange) documents.</p>" |
| 559 | + "documentation":"<p>Returns the capability summary details. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.</p>" |
560 | 560 | },
|
561 | 561 | "CapabilityType":{
|
562 | 562 | "type":"string",
|
|
1543 | 1543 | "documentation":"<p>Returns a timestamp that identifies the most recent date and time that the partnership was modified.</p>"
|
1544 | 1544 | }
|
1545 | 1545 | },
|
1546 |
| - "documentation":"<p>A structure that contains the details for a partnership. Partnerships link trading partners with your profile and a specific transformer, so that the EDI (electronic data interchange) documents that they upload to Amazon S3 can be processed according to their specifications.</p>" |
| 1546 | + "documentation":"<p>A structure that contains the details for a partnership. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities.</p>" |
1547 | 1547 | },
|
1548 | 1548 | "Phone":{
|
1549 | 1549 | "type":"string",
|
|
1605 | 1605 | "documentation":"<p>Returns the timestamp that identifies the most recent date and time that the profile was modified.</p>"
|
1606 | 1606 | }
|
1607 | 1607 | },
|
1608 |
| - "documentation":"<p>Contains the details for a profile. Profiles contain basic information about you and your business.</p>" |
| 1608 | + "documentation":"<p>Contains the details for a profile. A profile is the mechanism used to create the concept of a private network.</p>" |
1609 | 1609 | },
|
1610 | 1610 | "ResourceArn":{
|
1611 | 1611 | "type":"string",
|
|
1785 | 1785 | "members":{
|
1786 | 1786 | "inputFileContent":{
|
1787 | 1787 | "shape":"TestMappingInputFileContent",
|
1788 |
| - "documentation":"<p>Specify the EDI (electronic data interchange) file that is used as input for the transform.</p>" |
| 1788 | + "documentation":"<p>Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for the transform.</p>" |
1789 | 1789 | },
|
1790 | 1790 | "mappingTemplate":{
|
1791 | 1791 | "shape":"MappingTemplate",
|
|
1944 | 1944 | "documentation":"<p>Returns a timestamp representing the date and time for the most recent change for the transformer object.</p>"
|
1945 | 1945 | }
|
1946 | 1946 | },
|
1947 |
| - "documentation":"<p>Contains the details for a transformer object. Transformers describe how to process the incoming EDI (electronic data interchange) documents, and extract the necessary information.</p>" |
| 1947 | + "documentation":"<p>Contains the details for a transformer object. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.</p>" |
1948 | 1948 | },
|
1949 | 1949 | "UntagResourceRequest":{
|
1950 | 1950 | "type":"structure",
|
|
2289 | 2289 | "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>"
|
2290 | 2290 | }
|
2291 | 2291 | },
|
2292 |
| - "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>" |
| 2292 | + "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>" |
2293 | 2293 | },
|
2294 | 2294 | "X12TransactionSet":{
|
2295 | 2295 | "type":"string",
|
|
0 commit comments