Skip to content

Commit 438fd26

Browse files
author
AWS
committed
AWS B2B Data Interchange Update: Increasing TestMapping inputFileContent file size limit to 5MB and adding file size limit 250KB for TestParsing input file. This release also includes exposing InternalServerException for Tag APIs.
1 parent 9937b32 commit 438fd26

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
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": "Increasing TestMapping inputFileContent file size limit to 5MB and adding file size limit 250KB for TestParsing input file. This release also includes exposing InternalServerException for Tag APIs."
6+
}

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@
298298
"output":{"shape":"ListTagsForResourceResponse"},
299299
"errors":[
300300
{"shape":"ValidationException"},
301-
{"shape":"ResourceNotFoundException"}
301+
{"shape":"ResourceNotFoundException"},
302+
{"shape":"InternalServerException"}
302303
],
303304
"documentation":"<p>Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The resource can be a capability, partnership, profile, or transformer.</p>"
304305
},
@@ -340,7 +341,8 @@
340341
"errors":[
341342
{"shape":"ValidationException"},
342343
{"shape":"ThrottlingException"},
343-
{"shape":"ResourceNotFoundException"}
344+
{"shape":"ResourceNotFoundException"},
345+
{"shape":"InternalServerException"}
344346
],
345347
"documentation":"<p>Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN). Resources are capability, partnership, profile, transformers and other entities.</p> <p>There is no response returned from this call.</p>"
346348
},
@@ -377,7 +379,7 @@
377379
{"shape":"ResourceNotFoundException"},
378380
{"shape":"InternalServerException"}
379381
],
380-
"documentation":"<p>Parses the input EDI (electronic data interchange) file.</p>",
382+
"documentation":"<p>Parses the input EDI (electronic data interchange) file. The input file has a file size limit of 250 KB.</p>",
381383
"idempotent":true
382384
},
383385
"UntagResource":{
@@ -389,7 +391,8 @@
389391
"input":{"shape":"UntagResourceRequest"},
390392
"errors":[
391393
{"shape":"ValidationException"},
392-
{"shape":"ResourceNotFoundException"}
394+
{"shape":"ResourceNotFoundException"},
395+
{"shape":"InternalServerException"}
393396
],
394397
"documentation":"<p>Detaches a key-value pair from the specified resource, as identified by its Amazon Resource Name (ARN). Resources are capability, partnership, profile, transformers and other entities.</p>",
395398
"idempotent":true
@@ -1772,7 +1775,7 @@
17721775
},
17731776
"TestMappingInputFileContent":{
17741777
"type":"string",
1775-
"max":200000,
1778+
"max":5000000,
17761779
"min":0
17771780
},
17781781
"TestMappingRequest":{

0 commit comments

Comments
 (0)