Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Jan 18, 2024
1 parent 66a3576 commit fd4d99f
Show file tree
Hide file tree
Showing 50 changed files with 3,419 additions and 196 deletions.
11 changes: 7 additions & 4 deletions apis/b2bi/2022-06-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"output":{"shape":"ListTagsForResourceResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServerException"}
]
},
"ListTransformers":{
Expand Down Expand Up @@ -321,7 +322,8 @@
"errors":[
{"shape":"ValidationException"},
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServerException"}
]
},
"TestMapping":{
Expand Down Expand Up @@ -367,7 +369,8 @@
"input":{"shape":"UntagResourceRequest"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServerException"}
],
"idempotent":true
},
Expand Down Expand Up @@ -1226,7 +1229,7 @@
},
"TestMappingInputFileContent":{
"type":"string",
"max":200000,
"max":5000000,
"min":0
},
"TestMappingRequest":{
Expand Down
2 changes: 1 addition & 1 deletion apis/b2bi/2022-06-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"StartTransformerJob": "<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>",
"TagResource": "<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>",
"TestMapping": "<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>",
"TestParsing": "<p>Parses the input EDI (electronic data interchange) file.</p>",
"TestParsing": "<p>Parses the input EDI (electronic data interchange) file. The input file has a file size limit of 250 KB.</p>",
"UntagResource": "<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>",
"UpdateCapability": "<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>",
"UpdatePartnership": "<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>",
Expand Down
Loading

0 comments on commit fd4d99f

Please sign in to comment.