Skip to content

Commit 75cc21e

Browse files
author
AWS
committed
AWS B2B Data Interchange Update: Documentation updates for AWS B2B Data Interchange
1 parent 9ef9f7f commit 75cc21e

File tree

2 files changed

+35
-29
lines changed

2 files changed

+35
-29
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 updates for AWS B2B Data Interchange"
6+
}

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

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{"shape":"ServiceQuotaExceededException"},
3232
{"shape":"InternalServerException"}
3333
],
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>",
3535
"idempotent":true
3636
},
3737
"CreatePartnership":{
@@ -51,7 +51,7 @@
5151
{"shape":"ServiceQuotaExceededException"},
5252
{"shape":"InternalServerException"}
5353
],
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>",
5555
"idempotent":true
5656
},
5757
"CreateProfile":{
@@ -71,7 +71,7 @@
7171
{"shape":"ServiceQuotaExceededException"},
7272
{"shape":"InternalServerException"}
7373
],
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>",
7575
"idempotent":true
7676
},
7777
"CreateTransformer":{
@@ -91,7 +91,7 @@
9191
{"shape":"ServiceQuotaExceededException"},
9292
{"shape":"InternalServerException"}
9393
],
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>",
9595
"idempotent":true
9696
},
9797
"DeleteCapability":{
@@ -109,7 +109,7 @@
109109
{"shape":"ResourceNotFoundException"},
110110
{"shape":"InternalServerException"}
111111
],
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>",
113113
"idempotent":true
114114
},
115115
"DeletePartnership":{
@@ -127,7 +127,7 @@
127127
{"shape":"ResourceNotFoundException"},
128128
{"shape":"InternalServerException"}
129129
],
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>",
131131
"idempotent":true
132132
},
133133
"DeleteProfile":{
@@ -145,7 +145,7 @@
145145
{"shape":"ResourceNotFoundException"},
146146
{"shape":"InternalServerException"}
147147
],
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>",
149149
"idempotent":true
150150
},
151151
"DeleteTransformer":{
@@ -163,7 +163,7 @@
163163
{"shape":"ResourceNotFoundException"},
164164
{"shape":"InternalServerException"}
165165
],
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>",
167167
"idempotent":true
168168
},
169169
"GetCapability":{
@@ -181,7 +181,7 @@
181181
{"shape":"ResourceNotFoundException"},
182182
{"shape":"InternalServerException"}
183183
],
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>"
185185
},
186186
"GetPartnership":{
187187
"name":"GetPartnership",
@@ -198,7 +198,7 @@
198198
{"shape":"ResourceNotFoundException"},
199199
{"shape":"InternalServerException"}
200200
],
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>"
202202
},
203203
"GetProfile":{
204204
"name":"GetProfile",
@@ -215,7 +215,7 @@
215215
{"shape":"ResourceNotFoundException"},
216216
{"shape":"InternalServerException"}
217217
],
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>"
219219
},
220220
"GetTransformer":{
221221
"name":"GetTransformer",
@@ -232,7 +232,7 @@
232232
{"shape":"ResourceNotFoundException"},
233233
{"shape":"InternalServerException"}
234234
],
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>"
236236
},
237237
"GetTransformerJob":{
238238
"name":"GetTransformerJob",
@@ -259,7 +259,7 @@
259259
},
260260
"input":{"shape":"ListCapabilitiesRequest"},
261261
"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>"
263263
},
264264
"ListPartnerships":{
265265
"name":"ListPartnerships",
@@ -276,7 +276,7 @@
276276
{"shape":"ResourceNotFoundException"},
277277
{"shape":"InternalServerException"}
278278
],
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>"
280280
},
281281
"ListProfiles":{
282282
"name":"ListProfiles",
@@ -286,7 +286,7 @@
286286
},
287287
"input":{"shape":"ListProfilesRequest"},
288288
"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>"
290290
},
291291
"ListTagsForResource":{
292292
"name":"ListTagsForResource",
@@ -310,7 +310,7 @@
310310
},
311311
"input":{"shape":"ListTransformersRequest"},
312312
"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>"
314314
},
315315
"StartTransformerJob":{
316316
"name":"StartTransformerJob",
@@ -327,7 +327,7 @@
327327
{"shape":"ResourceNotFoundException"},
328328
{"shape":"InternalServerException"}
329329
],
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>",
331331
"idempotent":true
332332
},
333333
"TagResource":{
@@ -359,7 +359,7 @@
359359
{"shape":"ResourceNotFoundException"},
360360
{"shape":"InternalServerException"}
361361
],
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>",
363363
"idempotent":true
364364
},
365365
"TestParsing":{
@@ -411,7 +411,7 @@
411411
{"shape":"ServiceQuotaExceededException"},
412412
{"shape":"InternalServerException"}
413413
],
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>",
415415
"idempotent":true
416416
},
417417
"UpdatePartnership":{
@@ -431,7 +431,7 @@
431431
{"shape":"ServiceQuotaExceededException"},
432432
{"shape":"InternalServerException"}
433433
],
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>",
435435
"idempotent":true
436436
},
437437
"UpdateProfile":{
@@ -451,7 +451,7 @@
451451
{"shape":"ServiceQuotaExceededException"},
452452
{"shape":"InternalServerException"}
453453
],
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>",
455455
"idempotent":true
456456
},
457457
"UpdateTransformer":{
@@ -471,7 +471,7 @@
471471
{"shape":"ServiceQuotaExceededException"},
472472
{"shape":"InternalServerException"}
473473
],
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>",
475475
"idempotent":true
476476
}
477477
},
@@ -508,7 +508,7 @@
508508
"documentation":"<p>An EDI (electronic data interchange) configuration object.</p>"
509509
}
510510
},
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>",
512512
"union":true
513513
},
514514
"CapabilityId":{
@@ -556,7 +556,7 @@
556556
"documentation":"<p>Returns a timestamp that identifies the most recent date and time that the capability was modified.</p>"
557557
}
558558
},
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>"
560560
},
561561
"CapabilityType":{
562562
"type":"string",
@@ -1543,7 +1543,7 @@
15431543
"documentation":"<p>Returns a timestamp that identifies the most recent date and time that the partnership was modified.</p>"
15441544
}
15451545
},
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>"
15471547
},
15481548
"Phone":{
15491549
"type":"string",
@@ -1605,7 +1605,7 @@
16051605
"documentation":"<p>Returns the timestamp that identifies the most recent date and time that the profile was modified.</p>"
16061606
}
16071607
},
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>"
16091609
},
16101610
"ResourceArn":{
16111611
"type":"string",
@@ -1785,7 +1785,7 @@
17851785
"members":{
17861786
"inputFileContent":{
17871787
"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>"
17891789
},
17901790
"mappingTemplate":{
17911791
"shape":"MappingTemplate",
@@ -1944,7 +1944,7 @@
19441944
"documentation":"<p>Returns a timestamp representing the date and time for the most recent change for the transformer object.</p>"
19451945
}
19461946
},
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>"
19481948
},
19491949
"UntagResourceRequest":{
19501950
"type":"structure",
@@ -2289,7 +2289,7 @@
22892289
"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>"
22902290
}
22912291
},
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>"
22932293
},
22942294
"X12TransactionSet":{
22952295
"type":"string",

0 commit comments

Comments
 (0)