Skip to content

Commit 076acb8

Browse files
author
AWS
committed
AWS B2B Data Interchange Update: Added exceptions to B2Bi List operations and ConflictException to B2Bi StartTransformerJob operation. Also made capabilities field explicitly required when creating a Partnership.
1 parent 168e940 commit 076acb8

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
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": "Added exceptions to B2Bi List operations and ConflictException to B2Bi StartTransformerJob operation. Also made capabilities field explicitly required when creating a Partnership."
6+
}

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
"version":"2.0",
33
"metadata":{
44
"apiVersion":"2022-06-23",
5+
"auth":["aws.auth#sigv4"],
56
"endpointPrefix":"b2bi",
67
"jsonVersion":"1.0",
78
"protocol":"json",
9+
"protocols":["json"],
810
"serviceAbbreviation":"AWS B2BI",
911
"serviceFullName":"AWS B2B Data Interchange",
1012
"serviceId":"b2bi",
@@ -259,6 +261,12 @@
259261
},
260262
"input":{"shape":"ListCapabilitiesRequest"},
261263
"output":{"shape":"ListCapabilitiesResponse"},
264+
"errors":[
265+
{"shape":"AccessDeniedException"},
266+
{"shape":"ValidationException"},
267+
{"shape":"ThrottlingException"},
268+
{"shape":"InternalServerException"}
269+
],
262270
"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>"
263271
},
264272
"ListPartnerships":{
@@ -286,6 +294,12 @@
286294
},
287295
"input":{"shape":"ListProfilesRequest"},
288296
"output":{"shape":"ListProfilesResponse"},
297+
"errors":[
298+
{"shape":"AccessDeniedException"},
299+
{"shape":"ValidationException"},
300+
{"shape":"ThrottlingException"},
301+
{"shape":"InternalServerException"}
302+
],
289303
"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>"
290304
},
291305
"ListTagsForResource":{
@@ -311,6 +325,12 @@
311325
},
312326
"input":{"shape":"ListTransformersRequest"},
313327
"output":{"shape":"ListTransformersResponse"},
328+
"errors":[
329+
{"shape":"AccessDeniedException"},
330+
{"shape":"ValidationException"},
331+
{"shape":"ThrottlingException"},
332+
{"shape":"InternalServerException"}
333+
],
314334
"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>"
315335
},
316336
"StartTransformerJob":{
@@ -322,6 +342,7 @@
322342
"input":{"shape":"StartTransformerJobRequest"},
323343
"output":{"shape":"StartTransformerJobResponse"},
324344
"errors":[
345+
{"shape":"ConflictException"},
325346
{"shape":"AccessDeniedException"},
326347
{"shape":"ValidationException"},
327348
{"shape":"ThrottlingException"},
@@ -655,7 +676,8 @@
655676
"required":[
656677
"profileId",
657678
"name",
658-
"email"
679+
"email",
680+
"capabilities"
659681
],
660682
"members":{
661683
"profileId":{

0 commit comments

Comments
 (0)