|
2 | 2 | "version":"2.0", |
3 | 3 | "metadata":{ |
4 | 4 | "apiVersion":"2023-09-30", |
| 5 | + "auth":["aws.auth#sigv4"], |
5 | 6 | "endpointPrefix":"bedrock-runtime", |
6 | | - "jsonVersion":"1.1", |
7 | 7 | "protocol":"rest-json", |
| 8 | + "protocols":["rest-json"], |
8 | 9 | "serviceFullName":"Amazon Bedrock Runtime", |
9 | 10 | "serviceId":"Bedrock Runtime", |
10 | 11 | "signatureVersion":"v4", |
|
45 | 46 | {"shape":"ThrottlingException"}, |
46 | 47 | {"shape":"ModelTimeoutException"}, |
47 | 48 | {"shape":"InternalServerException"}, |
| 49 | + {"shape":"ServiceUnavailableException"}, |
48 | 50 | {"shape":"ValidationException"}, |
49 | 51 | {"shape":"ModelNotReadyException"}, |
50 | 52 | {"shape":"ModelErrorException"} |
|
65 | 67 | {"shape":"ThrottlingException"}, |
66 | 68 | {"shape":"ModelTimeoutException"}, |
67 | 69 | {"shape":"InternalServerException"}, |
| 70 | + {"shape":"ServiceUnavailableException"}, |
68 | 71 | {"shape":"ValidationException"}, |
69 | 72 | {"shape":"ModelNotReadyException"}, |
70 | 73 | {"shape":"ModelErrorException"} |
|
85 | 88 | {"shape":"ThrottlingException"}, |
86 | 89 | {"shape":"ModelTimeoutException"}, |
87 | 90 | {"shape":"InternalServerException"}, |
| 91 | + {"shape":"ServiceUnavailableException"}, |
88 | 92 | {"shape":"ValidationException"}, |
89 | 93 | {"shape":"ModelNotReadyException"}, |
90 | 94 | {"shape":"ServiceQuotaExceededException"}, |
|
106 | 110 | {"shape":"ThrottlingException"}, |
107 | 111 | {"shape":"ModelTimeoutException"}, |
108 | 112 | {"shape":"InternalServerException"}, |
| 113 | + {"shape":"ServiceUnavailableException"}, |
109 | 114 | {"shape":"ModelStreamErrorException"}, |
110 | 115 | {"shape":"ValidationException"}, |
111 | 116 | {"shape":"ModelNotReadyException"}, |
|
351 | 356 | "internalServerException":{"shape":"InternalServerException"}, |
352 | 357 | "modelStreamErrorException":{"shape":"ModelStreamErrorException"}, |
353 | 358 | "validationException":{"shape":"ValidationException"}, |
354 | | - "throttlingException":{"shape":"ThrottlingException"} |
| 359 | + "throttlingException":{"shape":"ThrottlingException"}, |
| 360 | + "serviceUnavailableException":{"shape":"ServiceUnavailableException"} |
355 | 361 | }, |
356 | 362 | "eventstream":true |
357 | 363 | }, |
|
1256 | 1262 | "modelStreamErrorException":{"shape":"ModelStreamErrorException"}, |
1257 | 1263 | "validationException":{"shape":"ValidationException"}, |
1258 | 1264 | "throttlingException":{"shape":"ThrottlingException"}, |
1259 | | - "modelTimeoutException":{"shape":"ModelTimeoutException"} |
| 1265 | + "modelTimeoutException":{"shape":"ModelTimeoutException"}, |
| 1266 | + "serviceUnavailableException":{"shape":"ServiceUnavailableException"} |
1260 | 1267 | }, |
1261 | 1268 | "eventstream":true |
1262 | 1269 | }, |
|
1271 | 1278 | }, |
1272 | 1279 | "exception":true |
1273 | 1280 | }, |
| 1281 | + "ServiceUnavailableException":{ |
| 1282 | + "type":"structure", |
| 1283 | + "members":{ |
| 1284 | + "message":{"shape":"NonBlankString"} |
| 1285 | + }, |
| 1286 | + "error":{"httpStatusCode":503}, |
| 1287 | + "exception":true, |
| 1288 | + "fault":true |
| 1289 | + }, |
1274 | 1290 | "SpecificToolChoice":{ |
1275 | 1291 | "type":"structure", |
1276 | 1292 | "required":["name"], |
|
0 commit comments