|
2 | 2 | "version":"2.0", |
3 | 3 | "metadata":{ |
4 | 4 | "apiVersion":"2022-06-23", |
| 5 | + "auth":["aws.auth#sigv4"], |
5 | 6 | "endpointPrefix":"b2bi", |
6 | 7 | "jsonVersion":"1.0", |
7 | 8 | "protocol":"json", |
| 9 | + "protocols":["json"], |
8 | 10 | "serviceAbbreviation":"AWS B2BI", |
9 | 11 | "serviceFullName":"AWS B2B Data Interchange", |
10 | 12 | "serviceId":"b2bi", |
|
259 | 261 | }, |
260 | 262 | "input":{"shape":"ListCapabilitiesRequest"}, |
261 | 263 | "output":{"shape":"ListCapabilitiesResponse"}, |
| 264 | + "errors":[ |
| 265 | + {"shape":"AccessDeniedException"}, |
| 266 | + {"shape":"ValidationException"}, |
| 267 | + {"shape":"ThrottlingException"}, |
| 268 | + {"shape":"InternalServerException"} |
| 269 | + ], |
262 | 270 | "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 | 271 | }, |
264 | 272 | "ListPartnerships":{ |
|
286 | 294 | }, |
287 | 295 | "input":{"shape":"ListProfilesRequest"}, |
288 | 296 | "output":{"shape":"ListProfilesResponse"}, |
| 297 | + "errors":[ |
| 298 | + {"shape":"AccessDeniedException"}, |
| 299 | + {"shape":"ValidationException"}, |
| 300 | + {"shape":"ThrottlingException"}, |
| 301 | + {"shape":"InternalServerException"} |
| 302 | + ], |
289 | 303 | "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 | 304 | }, |
291 | 305 | "ListTagsForResource":{ |
|
311 | 325 | }, |
312 | 326 | "input":{"shape":"ListTransformersRequest"}, |
313 | 327 | "output":{"shape":"ListTransformersResponse"}, |
| 328 | + "errors":[ |
| 329 | + {"shape":"AccessDeniedException"}, |
| 330 | + {"shape":"ValidationException"}, |
| 331 | + {"shape":"ThrottlingException"}, |
| 332 | + {"shape":"InternalServerException"} |
| 333 | + ], |
314 | 334 | "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>" |
315 | 335 | }, |
316 | 336 | "StartTransformerJob":{ |
|
322 | 342 | "input":{"shape":"StartTransformerJobRequest"}, |
323 | 343 | "output":{"shape":"StartTransformerJobResponse"}, |
324 | 344 | "errors":[ |
| 345 | + {"shape":"ConflictException"}, |
325 | 346 | {"shape":"AccessDeniedException"}, |
326 | 347 | {"shape":"ValidationException"}, |
327 | 348 | {"shape":"ThrottlingException"}, |
|
655 | 676 | "required":[ |
656 | 677 | "profileId", |
657 | 678 | "name", |
658 | | - "email" |
| 679 | + "email", |
| 680 | + "capabilities" |
659 | 681 | ], |
660 | 682 | "members":{ |
661 | 683 | "profileId":{ |
|
0 commit comments