|
28 | 28 | "shape": "BadRequestException"
|
29 | 29 | },
|
30 | 30 | {
|
31 |
| - "shape": "UnauthorizedException" |
| 31 | + "shape": "ForbiddenException" |
32 | 32 | },
|
33 | 33 | {
|
34 |
| - "shape": "ServiceUnavailableException" |
| 34 | + "shape": "NotFoundException" |
35 | 35 | },
|
36 | 36 | {
|
37 |
| - "shape": "NotFoundException" |
| 37 | + "shape": "UnauthorizedException" |
38 | 38 | },
|
39 | 39 | {
|
40 |
| - "shape": "ForbiddenException" |
| 40 | + "shape": "UnprocessableEntityException" |
41 | 41 | },
|
42 | 42 | {
|
43 | 43 | "shape": "LimitExceededException"
|
| 44 | + }, |
| 45 | + { |
| 46 | + "shape": "ServiceUnavailableException" |
| 47 | + }, |
| 48 | + { |
| 49 | + "shape": "ServiceFailureException" |
| 50 | + }, |
| 51 | + { |
| 52 | + "shape": "ThrottlingException" |
44 | 53 | }
|
45 | 54 | ],
|
46 | 55 | "documentation": "<p>Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p>"
|
|
64 | 73 | {
|
65 | 74 | "shape": "ForbiddenException"
|
66 | 75 | },
|
| 76 | + { |
| 77 | + "shape": "NotFoundException" |
| 78 | + }, |
67 | 79 | {
|
68 | 80 | "shape": "UnauthorizedException"
|
69 | 81 | },
|
70 | 82 | {
|
71 | 83 | "shape": "UnprocessableEntityException"
|
72 | 84 | },
|
| 85 | + { |
| 86 | + "shape": "LimitExceededException" |
| 87 | + }, |
73 | 88 | {
|
74 | 89 | "shape": "ServiceUnavailableException"
|
75 | 90 | },
|
76 | 91 | {
|
77 |
| - "shape": "NotFoundException" |
| 92 | + "shape": "ServiceFailureException" |
78 | 93 | },
|
79 | 94 | {
|
80 |
| - "shape": "LimitExceededException" |
| 95 | + "shape": "ThrottlingException" |
81 | 96 | }
|
82 | 97 | ],
|
83 | 98 | "documentation": "<p> Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>. </p>"
|
|
99 | 114 | "shape": "BadRequestException"
|
100 | 115 | },
|
101 | 116 | {
|
102 |
| - "shape": "ServiceUnavailableException" |
| 117 | + "shape": "ForbiddenException" |
103 | 118 | },
|
104 | 119 | {
|
105 | 120 | "shape": "UnauthorizedException"
|
106 | 121 | },
|
| 122 | + { |
| 123 | + "shape": "ThrottlingException" |
| 124 | + }, |
| 125 | + { |
| 126 | + "shape": "ServiceFailureException" |
| 127 | + }, |
| 128 | + { |
| 129 | + "shape": "ServiceUnavailableException" |
| 130 | + }, |
107 | 131 | {
|
108 | 132 | "shape": "LimitExceededException"
|
109 | 133 | }
|
|
127 | 151 | "shape": "BadRequestException"
|
128 | 152 | },
|
129 | 153 | {
|
130 |
| - "shape": "ServiceUnavailableException" |
| 154 | + "shape": "ForbiddenException" |
131 | 155 | },
|
132 | 156 | {
|
133 | 157 | "shape": "UnauthorizedException"
|
134 | 158 | },
|
| 159 | + { |
| 160 | + "shape": "ThrottlingException" |
| 161 | + }, |
| 162 | + { |
| 163 | + "shape": "ServiceFailureException" |
| 164 | + }, |
| 165 | + { |
| 166 | + "shape": "ServiceUnavailableException" |
| 167 | + }, |
135 | 168 | {
|
136 | 169 | "shape": "LimitExceededException"
|
137 | 170 | }
|
|
149 | 182 | "shape": "DeleteAttendeeRequest"
|
150 | 183 | },
|
151 | 184 | "errors": [
|
| 185 | + { |
| 186 | + "shape": "BadRequestException" |
| 187 | + }, |
152 | 188 | {
|
153 | 189 | "shape": "ForbiddenException"
|
154 | 190 | },
|
155 | 191 | {
|
156 | 192 | "shape": "NotFoundException"
|
| 193 | + }, |
| 194 | + { |
| 195 | + "shape": "UnauthorizedException" |
| 196 | + }, |
| 197 | + { |
| 198 | + "shape": "ServiceUnavailableException" |
| 199 | + }, |
| 200 | + { |
| 201 | + "shape": "ServiceFailureException" |
| 202 | + }, |
| 203 | + { |
| 204 | + "shape": "ThrottlingException" |
157 | 205 | }
|
158 | 206 | ],
|
159 | 207 | "documentation": "<p>Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their <code>JoinToken</code>. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p>"
|
|
174 | 222 | },
|
175 | 223 | {
|
176 | 224 | "shape": "ForbiddenException"
|
| 225 | + }, |
| 226 | + { |
| 227 | + "shape": "UnauthorizedException" |
| 228 | + }, |
| 229 | + { |
| 230 | + "shape": "NotFoundException" |
| 231 | + }, |
| 232 | + { |
| 233 | + "shape": "ServiceUnavailableException" |
| 234 | + }, |
| 235 | + { |
| 236 | + "shape": "ServiceFailureException" |
| 237 | + }, |
| 238 | + { |
| 239 | + "shape": "ThrottlingException" |
177 | 240 | }
|
178 | 241 | ],
|
179 | 242 | "documentation": "<p>Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p>"
|
|
194 | 257 | {
|
195 | 258 | "shape": "BadRequestException"
|
196 | 259 | },
|
| 260 | + { |
| 261 | + "shape": "ForbiddenException" |
| 262 | + }, |
197 | 263 | {
|
198 | 264 | "shape": "NotFoundException"
|
199 | 265 | },
|
200 | 266 | {
|
201 |
| - "shape": "ForbiddenException" |
| 267 | + "shape": "UnauthorizedException" |
| 268 | + }, |
| 269 | + { |
| 270 | + "shape": "ServiceUnavailableException" |
| 271 | + }, |
| 272 | + { |
| 273 | + "shape": "ServiceFailureException" |
| 274 | + }, |
| 275 | + { |
| 276 | + "shape": "ThrottlingException" |
202 | 277 | }
|
203 | 278 | ],
|
204 | 279 | "documentation": "<p> Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>. </p>"
|
|
224 | 299 | },
|
225 | 300 | {
|
226 | 301 | "shape": "ForbiddenException"
|
| 302 | + }, |
| 303 | + { |
| 304 | + "shape": "UnauthorizedException" |
| 305 | + }, |
| 306 | + { |
| 307 | + "shape": "ServiceUnavailableException" |
| 308 | + }, |
| 309 | + { |
| 310 | + "shape": "ServiceFailureException" |
| 311 | + }, |
| 312 | + { |
| 313 | + "shape": "ThrottlingException" |
227 | 314 | }
|
228 | 315 | ],
|
229 | 316 | "documentation": "<p>Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p>"
|
|
245 | 332 | {
|
246 | 333 | "shape": "BadRequestException"
|
247 | 334 | },
|
| 335 | + { |
| 336 | + "shape": "ForbiddenException" |
| 337 | + }, |
248 | 338 | {
|
249 | 339 | "shape": "NotFoundException"
|
250 | 340 | },
|
251 | 341 | {
|
252 |
| - "shape": "ForbiddenException" |
| 342 | + "shape": "UnauthorizedException" |
| 343 | + }, |
| 344 | + { |
| 345 | + "shape": "ServiceUnavailableException" |
| 346 | + }, |
| 347 | + { |
| 348 | + "shape": "ServiceFailureException" |
| 349 | + }, |
| 350 | + { |
| 351 | + "shape": "ThrottlingException" |
253 | 352 | }
|
254 | 353 | ],
|
255 | 354 | "documentation": "<p> Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>. </p>"
|
|
283 | 382 | {
|
284 | 383 | "shape": "UnprocessableEntityException"
|
285 | 384 | },
|
| 385 | + { |
| 386 | + "shape": "ThrottlingException" |
| 387 | + }, |
286 | 388 | {
|
287 | 389 | "shape": "ServiceUnavailableException"
|
| 390 | + }, |
| 391 | + { |
| 392 | + "shape": "ServiceFailureException" |
288 | 393 | }
|
289 | 394 | ],
|
290 | 395 | "documentation": "<p>Starts transcription for the specified <code>meetingId</code>.</p>"
|
|
315 | 420 | {
|
316 | 421 | "shape": "UnprocessableEntityException"
|
317 | 422 | },
|
| 423 | + { |
| 424 | + "shape": "ThrottlingException" |
| 425 | + }, |
318 | 426 | {
|
319 | 427 | "shape": "ServiceUnavailableException"
|
| 428 | + }, |
| 429 | + { |
| 430 | + "shape": "ServiceFailureException" |
320 | 431 | }
|
321 | 432 | ],
|
322 | 433 | "documentation": "<p>Stops transcription for the specified <code>meetingId</code>.</p>"
|
|
0 commit comments