1{ 2 "version":"2.0", 3 "metadata":{ 4 "apiVersion":"2021-07-15", 5 "endpointPrefix":"meetings-chime", 6 "protocol":"rest-json", 7 "serviceFullName":"Amazon Chime SDK Meetings", 8 "serviceId":"Chime SDK Meetings", 9 "signatureVersion":"v4", 10 "signingName":"chime", 11 "uid":"chime-sdk-meetings-2021-07-15" 12 }, 13 "operations":{ 14 "BatchCreateAttendee":{ 15 "name":"BatchCreateAttendee", 16 "http":{ 17 "method":"POST", 18 "requestUri":"/meetings/{MeetingId}/attendees?operation=batch-create" 19 }, 20 "input":{"shape":"BatchCreateAttendeeRequest"}, 21 "output":{"shape":"BatchCreateAttendeeResponse"}, 22 "errors":[ 23 {"shape":"BadRequestException"}, 24 {"shape":"ForbiddenException"}, 25 {"shape":"NotFoundException"}, 26 {"shape":"UnauthorizedException"}, 27 {"shape":"UnprocessableEntityException"}, 28 {"shape":"LimitExceededException"}, 29 {"shape":"ServiceUnavailableException"}, 30 {"shape":"ServiceFailureException"}, 31 {"shape":"ThrottlingException"} 32 ], 33 "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>" 34 }, 35 "BatchUpdateAttendeeCapabilitiesExcept":{ 36 "name":"BatchUpdateAttendeeCapabilitiesExcept", 37 "http":{ 38 "method":"PUT", 39 "requestUri":"/meetings/{MeetingId}/attendees/capabilities?operation=batch-update-except", 40 "responseCode":200 41 }, 42 "input":{"shape":"BatchUpdateAttendeeCapabilitiesExceptRequest"}, 43 "errors":[ 44 {"shape":"BadRequestException"}, 45 {"shape":"ConflictException"}, 46 {"shape":"UnauthorizedException"}, 47 {"shape":"NotFoundException"}, 48 {"shape":"ForbiddenException"}, 49 {"shape":"ServiceUnavailableException"}, 50 {"shape":"ServiceFailureException"}, 51 {"shape":"ThrottlingException"} 52 ], 53 "documentation":"<p>Updates <code>AttendeeCapabilities</code> except the capabilities listed in an <code>ExcludedAttendeeIds</code> table.</p> <note> <p>You use the capabilities with a set of values that control what the capabilities can do, such as <code>SendReceive</code> data. For more information about those values, see .</p> </note> <p>When using capabilities, be aware of these corner cases:</p> <ul> <li> <p>If you specify <code>MeetingFeatures:Video:MaxResolution:None</code> when you create a meeting, all API requests that include <code>SendReceive</code>, <code>Send</code>, or <code>Receive</code> for <code>AttendeeCapabilities:Video</code> will be rejected with <code>ValidationError 400</code>.</p> </li> <li> <p>If you specify <code>MeetingFeatures:Content:MaxResolution:None</code> when you create a meeting, all API requests that include <code>SendReceive</code>, <code>Send</code>, or <code>Receive</code> for <code>AttendeeCapabilities:Content</code> will be rejected with <code>ValidationError 400</code>.</p> </li> <li> <p>You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code> unless you also set <code>video</code> capabilities to <code>SendReceive</code> or <code>Receive</code>. If you don't set the <code>video</code> capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your <code>video</code> capability to receive and you set your <code>content</code> capability to not receive.</p> </li> <li> <p>When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants.</p> </li> <li> <p>When you change a <code>video</code> or <code>content</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if the attendee turned on their video or content streams, remote attendees can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.</p> </li> </ul>" 54 }, 55 "CreateAttendee":{ 56 "name":"CreateAttendee", 57 "http":{ 58 "method":"POST", 59 "requestUri":"/meetings/{MeetingId}/attendees" 60 }, 61 "input":{"shape":"CreateAttendeeRequest"}, 62 "output":{"shape":"CreateAttendeeResponse"}, 63 "errors":[ 64 {"shape":"BadRequestException"}, 65 {"shape":"ForbiddenException"}, 66 {"shape":"NotFoundException"}, 67 {"shape":"UnauthorizedException"}, 68 {"shape":"UnprocessableEntityException"}, 69 {"shape":"LimitExceededException"}, 70 {"shape":"ServiceUnavailableException"}, 71 {"shape":"ServiceFailureException"}, 72 {"shape":"ThrottlingException"} 73 ], 74 "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>" 75 }, 76 "CreateMeeting":{ 77 "name":"CreateMeeting", 78 "http":{ 79 "method":"POST", 80 "requestUri":"/meetings" 81 }, 82 "input":{"shape":"CreateMeetingRequest"}, 83 "output":{"shape":"CreateMeetingResponse"}, 84 "errors":[ 85 {"shape":"BadRequestException"}, 86 {"shape":"ConflictException"}, 87 {"shape":"ForbiddenException"}, 88 {"shape":"UnauthorizedException"}, 89 {"shape":"ThrottlingException"}, 90 {"shape":"ServiceFailureException"}, 91 {"shape":"ServiceUnavailableException"}, 92 {"shape":"LimitExceededException"} 93 ], 94 "documentation":"<p>Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html\">Amazon Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. 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>" 95 }, 96 "CreateMeetingWithAttendees":{ 97 "name":"CreateMeetingWithAttendees", 98 "http":{ 99 "method":"POST", 100 "requestUri":"/meetings?operation=create-attendees" 101 }, 102 "input":{"shape":"CreateMeetingWithAttendeesRequest"}, 103 "output":{"shape":"CreateMeetingWithAttendeesResponse"}, 104 "errors":[ 105 {"shape":"BadRequestException"}, 106 {"shape":"ConflictException"}, 107 {"shape":"ForbiddenException"}, 108 {"shape":"UnauthorizedException"}, 109 {"shape":"ThrottlingException"}, 110 {"shape":"ServiceFailureException"}, 111 {"shape":"ServiceUnavailableException"}, 112 {"shape":"LimitExceededException"} 113 ], 114 "documentation":"<p> Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html\">Amazon Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. 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>" 115 }, 116 "DeleteAttendee":{ 117 "name":"DeleteAttendee", 118 "http":{ 119 "method":"DELETE", 120 "requestUri":"/meetings/{MeetingId}/attendees/{AttendeeId}", 121 "responseCode":204 122 }, 123 "input":{"shape":"DeleteAttendeeRequest"}, 124 "errors":[ 125 {"shape":"BadRequestException"}, 126 {"shape":"ForbiddenException"}, 127 {"shape":"NotFoundException"}, 128 {"shape":"UnauthorizedException"}, 129 {"shape":"ServiceUnavailableException"}, 130 {"shape":"ServiceFailureException"}, 131 {"shape":"ThrottlingException"} 132 ], 133 "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>" 134 }, 135 "DeleteMeeting":{ 136 "name":"DeleteMeeting", 137 "http":{ 138 "method":"DELETE", 139 "requestUri":"/meetings/{MeetingId}", 140 "responseCode":204 141 }, 142 "input":{"shape":"DeleteMeetingRequest"}, 143 "errors":[ 144 {"shape":"BadRequestException"}, 145 {"shape":"ForbiddenException"}, 146 {"shape":"UnauthorizedException"}, 147 {"shape":"NotFoundException"}, 148 {"shape":"ServiceUnavailableException"}, 149 {"shape":"ServiceFailureException"}, 150 {"shape":"ThrottlingException"} 151 ], 152 "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>" 153 }, 154 "GetAttendee":{ 155 "name":"GetAttendee", 156 "http":{ 157 "method":"GET", 158 "requestUri":"/meetings/{MeetingId}/attendees/{AttendeeId}" 159 }, 160 "input":{"shape":"GetAttendeeRequest"}, 161 "output":{"shape":"GetAttendeeResponse"}, 162 "errors":[ 163 {"shape":"BadRequestException"}, 164 {"shape":"ForbiddenException"}, 165 {"shape":"NotFoundException"}, 166 {"shape":"UnauthorizedException"}, 167 {"shape":"ServiceUnavailableException"}, 168 {"shape":"ServiceFailureException"}, 169 {"shape":"ThrottlingException"} 170 ], 171 "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>" 172 }, 173 "GetMeeting":{ 174 "name":"GetMeeting", 175 "http":{ 176 "method":"GET", 177 "requestUri":"/meetings/{MeetingId}" 178 }, 179 "input":{"shape":"GetMeetingRequest"}, 180 "output":{"shape":"GetMeetingResponse"}, 181 "errors":[ 182 {"shape":"NotFoundException"}, 183 {"shape":"BadRequestException"}, 184 {"shape":"ForbiddenException"}, 185 {"shape":"UnauthorizedException"}, 186 {"shape":"ServiceUnavailableException"}, 187 {"shape":"ServiceFailureException"}, 188 {"shape":"ThrottlingException"} 189 ], 190 "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>" 191 }, 192 "ListAttendees":{ 193 "name":"ListAttendees", 194 "http":{ 195 "method":"GET", 196 "requestUri":"/meetings/{MeetingId}/attendees", 197 "responseCode":200 198 }, 199 "input":{"shape":"ListAttendeesRequest"}, 200 "output":{"shape":"ListAttendeesResponse"}, 201 "errors":[ 202 {"shape":"BadRequestException"}, 203 {"shape":"ForbiddenException"}, 204 {"shape":"NotFoundException"}, 205 {"shape":"UnauthorizedException"}, 206 {"shape":"ServiceUnavailableException"}, 207 {"shape":"ServiceFailureException"}, 208 {"shape":"ThrottlingException"} 209 ], 210 "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>" 211 }, 212 "ListTagsForResource":{ 213 "name":"ListTagsForResource", 214 "http":{ 215 "method":"GET", 216 "requestUri":"/tags", 217 "responseCode":200 218 }, 219 "input":{"shape":"ListTagsForResourceRequest"}, 220 "output":{"shape":"ListTagsForResourceResponse"}, 221 "errors":[ 222 {"shape":"BadRequestException"}, 223 {"shape":"ForbiddenException"}, 224 {"shape":"UnauthorizedException"}, 225 {"shape":"LimitExceededException"}, 226 {"shape":"ServiceUnavailableException"}, 227 {"shape":"ServiceFailureException"}, 228 {"shape":"ThrottlingException"}, 229 {"shape":"ResourceNotFoundException"} 230 ], 231 "documentation":"<p>Returns a list of the tags available for the specified resource.</p>" 232 }, 233 "StartMeetingTranscription":{ 234 "name":"StartMeetingTranscription", 235 "http":{ 236 "method":"POST", 237 "requestUri":"/meetings/{MeetingId}/transcription?operation=start", 238 "responseCode":200 239 }, 240 "input":{"shape":"StartMeetingTranscriptionRequest"}, 241 "errors":[ 242 {"shape":"NotFoundException"}, 243 {"shape":"ForbiddenException"}, 244 {"shape":"BadRequestException"}, 245 {"shape":"UnauthorizedException"}, 246 {"shape":"LimitExceededException"}, 247 {"shape":"UnprocessableEntityException"}, 248 {"shape":"ThrottlingException"}, 249 {"shape":"ServiceUnavailableException"}, 250 {"shape":"ServiceFailureException"} 251 ], 252 "documentation":"<p>Starts transcription for the specified <code>meetingId</code>. For more information, refer to <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html\"> Using Amazon Chime SDK live transcription </a> in the <i>Amazon Chime SDK Developer Guide</i>.</p> <p>If you specify an invalid configuration, a <code>TranscriptFailed</code> event will be sent with the contents of the <code>BadRequestException</code> generated by Amazon Transcribe. For more information on each parameter and which combinations are valid, refer to the <a href=\"https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html\">StartStreamTranscription</a> API in the <i>Amazon Transcribe Developer Guide</i>.</p> <note> <p>By default, Amazon Transcribe may use and store audio content processed by the service to develop and improve Amazon Web Services AI/ML services as further described in section 50 of the <a href=\"https://aws.amazon.com/service-terms/\">Amazon Web Services Service Terms</a>. Using Amazon Transcribe may be subject to federal and state laws or regulations regarding the recording or interception of electronic communications. It is your and your end users’ responsibility to comply with all applicable laws regarding the recording, including properly notifying all participants in a recorded session or communication that the session or communication is being recorded, and obtaining all necessary consents. You can opt out from Amazon Web Services using audio content to develop and improve AWS AI/ML services by configuring an AI services opt out policy using Amazon Web Services Organizations.</p> </note>" 253 }, 254 "StopMeetingTranscription":{ 255 "name":"StopMeetingTranscription", 256 "http":{ 257 "method":"POST", 258 "requestUri":"/meetings/{MeetingId}/transcription?operation=stop", 259 "responseCode":200 260 }, 261 "input":{"shape":"StopMeetingTranscriptionRequest"}, 262 "errors":[ 263 {"shape":"ForbiddenException"}, 264 {"shape":"NotFoundException"}, 265 {"shape":"BadRequestException"}, 266 {"shape":"UnauthorizedException"}, 267 {"shape":"UnprocessableEntityException"}, 268 {"shape":"ThrottlingException"}, 269 {"shape":"ServiceUnavailableException"}, 270 {"shape":"ServiceFailureException"} 271 ], 272 "documentation":"<p>Stops transcription for the specified <code>meetingId</code>. For more information, refer to <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-transcription.html\"> Using Amazon Chime SDK live transcription </a> in the <i>Amazon Chime SDK Developer Guide</i>.</p> <important> <p>By default, Amazon Transcribe may use and store audio content processed by the service to develop and improve Amazon Web Services AI/ML services as further described in section 50 of the <a href=\"https://aws.amazon.com/service-terms/\">Amazon Web Services Service Terms</a>. Using Amazon Transcribe may be subject to federal and state laws or regulations regarding the recording or interception of electronic communications. It is your and your end users’ responsibility to comply with all applicable laws regarding the recording, including properly notifying all participants in a recorded session or communication that the session or communication is being recorded, and obtaining all necessary consents. You can opt out from Amazon Web Services using audio content to develop and improve Amazon Web Services AI/ML services by configuring an AI services opt out policy using Amazon Web Services Organizations.</p> </important>" 273 }, 274 "TagResource":{ 275 "name":"TagResource", 276 "http":{ 277 "method":"POST", 278 "requestUri":"/tags?operation=tag-resource", 279 "responseCode":204 280 }, 281 "input":{"shape":"TagResourceRequest"}, 282 "output":{"shape":"TagResourceResponse"}, 283 "errors":[ 284 {"shape":"BadRequestException"}, 285 {"shape":"ForbiddenException"}, 286 {"shape":"UnauthorizedException"}, 287 {"shape":"LimitExceededException"}, 288 {"shape":"ServiceUnavailableException"}, 289 {"shape":"ServiceFailureException"}, 290 {"shape":"ThrottlingException"}, 291 {"shape":"ResourceNotFoundException"}, 292 {"shape":"TooManyTagsException"} 293 ], 294 "documentation":"<p>The resource that supports tags.</p>" 295 }, 296 "UntagResource":{ 297 "name":"UntagResource", 298 "http":{ 299 "method":"POST", 300 "requestUri":"/tags?operation=untag-resource", 301 "responseCode":204 302 }, 303 "input":{"shape":"UntagResourceRequest"}, 304 "output":{"shape":"UntagResourceResponse"}, 305 "errors":[ 306 {"shape":"BadRequestException"}, 307 {"shape":"ForbiddenException"}, 308 {"shape":"UnauthorizedException"}, 309 {"shape":"LimitExceededException"}, 310 {"shape":"ServiceUnavailableException"}, 311 {"shape":"ServiceFailureException"}, 312 {"shape":"ThrottlingException"}, 313 {"shape":"ResourceNotFoundException"} 314 ], 315 "documentation":"<p>Removes the specified tags from the specified resources. When you specify a tag key, the action removes both that key and its associated value. The operation succeeds even if you attempt to remove tags from a resource that were already removed. Note the following:</p> <ul> <li> <p>To remove tags from a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for removing tags. For more information, see the documentation for the service whose resource you want to untag.</p> </li> <li> <p>You can only tag resources that are located in the specified Amazon Web Services Region for the calling Amazon Web Services account.</p> </li> </ul> <p> <b>Minimum permissions</b> </p> <p>In addition to the <code>tag:UntagResources</code> permission required by this operation, you must also have the remove tags permission defined by the service that created the resource. For example, to remove the tags from an Amazon EC2 instance using the <code>UntagResources</code> operation, you must have both of the following permissions:</p> <p> <code>tag:UntagResource</code> </p> <p> <code>ChimeSDKMeetings:DeleteTags</code> </p>" 316 }, 317 "UpdateAttendeeCapabilities":{ 318 "name":"UpdateAttendeeCapabilities", 319 "http":{ 320 "method":"PUT", 321 "requestUri":"/meetings/{MeetingId}/attendees/{AttendeeId}/capabilities" 322 }, 323 "input":{"shape":"UpdateAttendeeCapabilitiesRequest"}, 324 "output":{"shape":"UpdateAttendeeCapabilitiesResponse"}, 325 "errors":[ 326 {"shape":"BadRequestException"}, 327 {"shape":"ConflictException"}, 328 {"shape":"UnauthorizedException"}, 329 {"shape":"NotFoundException"}, 330 {"shape":"ForbiddenException"}, 331 {"shape":"ServiceUnavailableException"}, 332 {"shape":"ServiceFailureException"}, 333 {"shape":"ThrottlingException"} 334 ], 335 "documentation":"<p>The capabilities that you want to update.</p> <note> <p>You use the capabilities with a set of values that control what the capabilities can do, such as <code>SendReceive</code> data. For more information about those values, see .</p> </note> <p>When using capabilities, be aware of these corner cases:</p> <ul> <li> <p>If you specify <code>MeetingFeatures:Video:MaxResolution:None</code> when you create a meeting, all API requests that include <code>SendReceive</code>, <code>Send</code>, or <code>Receive</code> for <code>AttendeeCapabilities:Video</code> will be rejected with <code>ValidationError 400</code>.</p> </li> <li> <p>If you specify <code>MeetingFeatures:Content:MaxResolution:None</code> when you create a meeting, all API requests that include <code>SendReceive</code>, <code>Send</code>, or <code>Receive</code> for <code>AttendeeCapabilities:Content</code> will be rejected with <code>ValidationError 400</code>.</p> </li> <li> <p>You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code> unless you also set <code>video</code> capabilities to <code>SendReceive</code> or <code>Receive</code>. If you don't set the <code>video</code> capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your <code>video</code> capability to receive and you set your <code>content</code> capability to not receive.</p> </li> <li> <p>When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants.</p> </li> <li> <p>When you change a <code>video</code> or <code>content</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if the attendee turned on their video or content streams, remote attendees can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.</p> </li> </ul>" 336 } 337 }, 338 "shapes":{ 339 "AmazonResourceName":{ 340 "type":"string", 341 "max":1011, 342 "min":1, 343 "pattern":"^arn:.*" 344 }, 345 "Arn":{ 346 "type":"string", 347 "max":1024, 348 "min":1, 349 "pattern":"^arn[\\/\\:\\-\\_\\.a-zA-Z0-9]+$", 350 "sensitive":true 351 }, 352 "Attendee":{ 353 "type":"structure", 354 "members":{ 355 "ExternalUserId":{ 356 "shape":"ExternalUserId", 357 "documentation":"<p>The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.</p> <p>Pattern: <code>[-_&@+=,(){}\\[\\]\\/«».:|'\"#a-zA-Z0-9À-ÿ\\s]*</code> </p> <p>Values that begin with <code>aws:</code> are reserved. You can't configure a value that uses this prefix. Case insensitive.</p>" 358 }, 359 "AttendeeId":{ 360 "shape":"GuidString", 361 "documentation":"<p>The Amazon Chime SDK attendee ID.</p>" 362 }, 363 "JoinToken":{ 364 "shape":"JoinTokenString", 365 "documentation":"<p>The join token used by the Amazon Chime SDK attendee.</p>" 366 }, 367 "Capabilities":{ 368 "shape":"AttendeeCapabilities", 369 "documentation":"<p>The capabilities assigned to an attendee: audio, video, or content.</p> <note> <p>You use the capabilities with a set of values that control what the capabilities can do, such as <code>SendReceive</code> data. For more information about those values, see .</p> </note> <p>When using capabilities, be aware of these corner cases:</p> <ul> <li> <p>If you specify <code>MeetingFeatures:Video:MaxResolution:None</code> when you create a meeting, all API requests that include <code>SendReceive</code>, <code>Send</code>, or <code>Receive</code> for <code>AttendeeCapabilities:Video</code> will be rejected with <code>ValidationError 400</code>.</p> </li> <li> <p>If you specify <code>MeetingFeatures:Content:MaxResolution:None</code> when you create a meeting, all API requests that include <code>SendReceive</code>, <code>Send</code>, or <code>Receive</code> for <code>AttendeeCapabilities:Content</code> will be rejected with <code>ValidationError 400</code>.</p> </li> <li> <p>You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code> unless you also set <code>video</code> capabilities to <code>SendReceive</code> or <code>Receive</code>. If you don't set the <code>video</code> capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your <code>video</code> capability to receive and you set your <code>content</code> capability to not receive.</p> </li> <li> <p>When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants.</p> </li> <li> <p>When you change a <code>video</code> or <code>content</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if the attendee turned on their video or content streams, remote attendees can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.</p> </li> </ul>" 370 } 371 }, 372 "documentation":"<p>An Amazon Chime SDK meeting attendee. Includes a unique <code>AttendeeId</code> and <code>JoinToken</code>. The <code>JoinToken</code> allows a client to authenticate and join as the specified attendee. The <code>JoinToken</code> expires when the meeting ends, or when <a>DeleteAttendee</a> is called. After that, the attendee is unable to join the meeting. </p> <p>We recommend securely transferring each <code>JoinToken</code> from your server application to the client so that no other client has access to the token except for the one authorized to represent the attendee.</p>" 373 }, 374 "AttendeeCapabilities":{ 375 "type":"structure", 376 "required":[ 377 "Audio", 378 "Video", 379 "Content" 380 ], 381 "members":{ 382 "Audio":{ 383 "shape":"MediaCapabilities", 384 "documentation":"<p>The audio capability assigned to an attendee.</p>" 385 }, 386 "Video":{ 387 "shape":"MediaCapabilities", 388 "documentation":"<p>The video capability assigned to an attendee.</p>" 389 }, 390 "Content":{ 391 "shape":"MediaCapabilities", 392 "documentation":"<p>The content capability assigned to an attendee.</p>" 393 } 394 }, 395 "documentation":"<p>The media capabilities of an attendee: audio, video, or content.</p> <note> <p>You use the capabilities with a set of values that control what the capabilities can do, such as <code>SendReceive</code> data. For more information, refer to and .</p> </note> <p>When using capabilities, be aware of these corner cases:</p> <ul> <li> <p>If you specify <code>MeetingFeatures:Video:MaxResolution:None</code> when you create a meeting, all API requests that include <code>SendReceive</code>, <code>Send</code>, or <code>Receive</code> for <code>AttendeeCapabilities:Video</code> will be rejected with <code>ValidationError 400</code>.</p> </li> <li> <p>If you specify <code>MeetingFeatures:Content:MaxResolution:None</code> when you create a meeting, all API requests that include <code>SendReceive</code>, <code>Send</code>, or <code>Receive</code> for <code>AttendeeCapabilities:Content</code> will be rejected with <code>ValidationError 400</code>.</p> </li> <li> <p>You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code> unless you also set <code>video</code> capabilities to <code>SendReceive</code> or <code>Receive</code>. If you don't set the <code>video</code> capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your <code>video</code> capability to receive and you set your <code>content</code> capability to not receive.</p> </li> <li> <p>When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and an attendee unmutes their microphone, audio flows from the attendee to the other meeting participants.</p> </li> <li> <p>When you change a <code>video</code> or <code>content</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and the attendee turns on their video or content streams, remote attendees can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.</p> </li> </ul>" 396 }, 397 "AttendeeFeatures":{ 398 "type":"structure", 399 "members":{ 400 "MaxCount":{ 401 "shape":"AttendeeMax", 402 "documentation":"<p>The maximum number of attendees allowed into the meeting.</p>" 403 } 404 }, 405 "documentation":"<p>Lists the maximum number of attendees allowed into the meeting.</p> <note> <p>If you specify <code>FHD</code> for <code>MeetingFeatures:Video:MaxResolution</code>, or if you specify <code>UHD</code> for <code>MeetingFeatures:Content:MaxResolution</code>, the maximum number of attendees changes from the default of <code>250</code> to <code>25</code>.</p> </note>" 406 }, 407 "AttendeeIdItem":{ 408 "type":"structure", 409 "required":["AttendeeId"], 410 "members":{ 411 "AttendeeId":{ 412 "shape":"GuidString", 413 "documentation":"<p>A list of one or more attendee IDs.</p>" 414 } 415 }, 416 "documentation":"<p>A structure that contains one or more attendee IDs.</p>" 417 }, 418 "AttendeeIdsList":{ 419 "type":"list", 420 "member":{"shape":"AttendeeIdItem"}, 421 "max":250, 422 "min":1 423 }, 424 "AttendeeList":{ 425 "type":"list", 426 "member":{"shape":"Attendee"} 427 }, 428 "AttendeeMax":{ 429 "type":"integer", 430 "max":250, 431 "min":1 432 }, 433 "AudioFeatures":{ 434 "type":"structure", 435 "members":{ 436 "EchoReduction":{ 437 "shape":"MeetingFeatureStatus", 438 "documentation":"<p>Makes echo reduction available to clients who connect to the meeting.</p>" 439 } 440 }, 441 "documentation":"<p>An optional category of meeting features that contains audio-specific configurations, such as operating parameters for Amazon Voice Focus. </p>" 442 }, 443 "BadRequestException":{ 444 "type":"structure", 445 "members":{ 446 "Code":{"shape":"String"}, 447 "Message":{"shape":"String"}, 448 "RequestId":{ 449 "shape":"String", 450 "documentation":"<p>The request id associated with the call responsible for the exception.</p>" 451 } 452 }, 453 "documentation":"<p>The input parameters don't match the service's restrictions.</p>", 454 "error":{"httpStatusCode":400}, 455 "exception":true 456 }, 457 "BatchCreateAttendeeErrorList":{ 458 "type":"list", 459 "member":{"shape":"CreateAttendeeError"} 460 }, 461 "BatchCreateAttendeeRequest":{ 462 "type":"structure", 463 "required":[ 464 "MeetingId", 465 "Attendees" 466 ], 467 "members":{ 468 "MeetingId":{ 469 "shape":"GuidString", 470 "documentation":"<p>The Amazon Chime SDK ID of the meeting to which you're adding attendees.</p>", 471 "location":"uri", 472 "locationName":"MeetingId" 473 }, 474 "Attendees":{ 475 "shape":"CreateAttendeeRequestItemList", 476 "documentation":"<p>The attendee information, including attendees' IDs and join tokens.</p>" 477 } 478 } 479 }, 480 "BatchCreateAttendeeResponse":{ 481 "type":"structure", 482 "members":{ 483 "Attendees":{ 484 "shape":"AttendeeList", 485 "documentation":"<p>The attendee information, including attendees' IDs and join tokens.</p>" 486 }, 487 "Errors":{ 488 "shape":"BatchCreateAttendeeErrorList", 489 "documentation":"<p>If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.</p>" 490 } 491 } 492 }, 493 "BatchUpdateAttendeeCapabilitiesExceptRequest":{ 494 "type":"structure", 495 "required":[ 496 "MeetingId", 497 "ExcludedAttendeeIds", 498 "Capabilities" 499 ], 500 "members":{ 501 "MeetingId":{ 502 "shape":"GuidString", 503 "documentation":"<p>The ID of the meeting associated with the update request.</p>", 504 "location":"uri", 505 "locationName":"MeetingId" 506 }, 507 "ExcludedAttendeeIds":{ 508 "shape":"AttendeeIdsList", 509 "documentation":"<p>The <code>AttendeeIDs</code> that you want to exclude from one or more capabilities.</p>" 510 }, 511 "Capabilities":{ 512 "shape":"AttendeeCapabilities", 513 "documentation":"<p>The capabilities (<code>audio</code>, <code>video</code>, or <code>content</code>) that you want to update.</p>" 514 } 515 } 516 }, 517 "Boolean":{"type":"boolean"}, 518 "ClientRequestToken":{ 519 "type":"string", 520 "max":64, 521 "min":2, 522 "pattern":"[-_a-zA-Z0-9]*", 523 "sensitive":true 524 }, 525 "ConflictException":{ 526 "type":"structure", 527 "members":{ 528 "Code":{"shape":"String"}, 529 "Message":{"shape":"String"}, 530 "RequestId":{ 531 "shape":"String", 532 "documentation":"<p>The ID of the request involved in the conflict.</p>" 533 } 534 }, 535 "documentation":"<p>Multiple instances of the same request have been made simultaneously.</p>", 536 "error":{"httpStatusCode":409}, 537 "exception":true 538 }, 539 "ContentFeatures":{ 540 "type":"structure", 541 "members":{ 542 "MaxResolution":{ 543 "shape":"ContentResolution", 544 "documentation":"<p>The maximum resolution for the meeting content.</p> <note> <p>Defaults to <code>FHD</code>. To use <code>UHD</code>, you must also provide a <code>MeetingFeatures:Attendee:MaxCount</code> value and override the default size limit of 250 attendees.</p> </note>" 545 } 546 }, 547 "documentation":"<p>Lists the content (screen share) features for the meeting. Applies to all attendees.</p> <note> <p>If you specify <code>MeetingFeatures:Content:MaxResolution:None</code> when you create a meeting, all API requests that include <code>SendReceive</code>, <code>Send</code>, or <code>Receive</code> for <code>AttendeeCapabilities:Content</code> will be rejected with <code>ValidationError 400</code>.</p> </note>" 548 }, 549 "ContentResolution":{ 550 "type":"string", 551 "enum":[ 552 "None", 553 "FHD", 554 "UHD" 555 ] 556 }, 557 "CreateAttendeeError":{ 558 "type":"structure", 559 "members":{ 560 "ExternalUserId":{ 561 "shape":"ExternalUserId", 562 "documentation":"<p>The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.</p> <p>Pattern: <code>[-_&@+=,(){}\\[\\]\\/«».:|'\"#a-zA-Z0-9À-ÿ\\s]*</code> </p> <p>Values that begin with <code>aws:</code> are reserved. You can't configure a value that uses this prefix. Case insensitive.</p>" 563 }, 564 "ErrorCode":{ 565 "shape":"String", 566 "documentation":"<p>The error code.</p>" 567 }, 568 "ErrorMessage":{ 569 "shape":"String", 570 "documentation":"<p>The error message.</p>" 571 } 572 }, 573 "documentation":"<p>The list of errors returned when errors are encountered during the BatchCreateAttendee and CreateAttendee actions. This includes external user IDs, error codes, and error messages.</p>" 574 }, 575 "CreateAttendeeRequest":{ 576 "type":"structure", 577 "required":[ 578 "MeetingId", 579 "ExternalUserId" 580 ], 581 "members":{ 582 "MeetingId":{ 583 "shape":"GuidString", 584 "documentation":"<p>The unique ID of the meeting.</p>", 585 "location":"uri", 586 "locationName":"MeetingId" 587 }, 588 "ExternalUserId":{ 589 "shape":"ExternalUserId", 590 "documentation":"<p>The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.</p> <p>Pattern: <code>[-_&@+=,(){}\\[\\]\\/«».:|'\"#a-zA-Z0-9À-ÿ\\s]*</code> </p> <p>Values that begin with <code>aws:</code> are reserved. You can't configure a value that uses this prefix.</p>" 591 }, 592 "Capabilities":{ 593 "shape":"AttendeeCapabilities", 594 "documentation":"<p>The capabilities (<code>audio</code>, <code>video</code>, or <code>content</code>) that you want to grant an attendee. If you don't specify capabilities, all users have send and receive capabilities on all media channels by default.</p> <note> <p>You use the capabilities with a set of values that control what the capabilities can do, such as <code>SendReceive</code> data. For more information about those values, see .</p> </note> <p>When using capabilities, be aware of these corner cases:</p> <ul> <li> <p>If you specify <code>MeetingFeatures:Video:MaxResolution:None</code> when you create a meeting, all API requests that include <code>SendReceive</code>, <code>Send</code>, or <code>Receive</code> for <code>AttendeeCapabilities:Video</code> will be rejected with <code>ValidationError 400</code>.</p> </li> <li> <p>If you specify <code>MeetingFeatures:Content:MaxResolution:None</code> when you create a meeting, all API requests that include <code>SendReceive</code>, <code>Send</code>, or <code>Receive</code> for <code>AttendeeCapabilities:Content</code> will be rejected with <code>ValidationError 400</code>.</p> </li> <li> <p>You can't set <code>content</code> capabilities to <code>SendReceive</code> or <code>Receive</code> unless you also set <code>video</code> capabilities to <code>SendReceive</code> or <code>Receive</code>. If you don't set the <code>video</code> capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your <code>video</code> capability to receive and you set your <code>content</code> capability to not receive.</p> </li> <li> <p>When you change an <code>audio</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants.</p> </li> <li> <p>When you change a <code>video</code> or <code>content</code> capability from <code>None</code> or <code>Receive</code> to <code>Send</code> or <code>SendReceive</code> , and if the attendee turned on their video or content streams, remote attendees can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.</p> </li> </ul>" 595 } 596 } 597 }, 598 "CreateAttendeeRequestItem":{ 599 "type":"structure", 600 "required":["ExternalUserId"], 601 "members":{ 602 "ExternalUserId":{ 603 "shape":"ExternalUserId", 604 "documentation":"<p>The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.</p> <p>Pattern: <code>[-_&@+=,(){}\\[\\]\\/«».:|'\"#a-zA-Z0-9À-ÿ\\s]*</code> </p> <p>Values that begin with <code>aws:</code> are reserved. You can't configure a value that uses this prefix. Case insensitive.</p>" 605 }, 606 "Capabilities":{ 607 "shape":"AttendeeCapabilities", 608 "documentation":"<p>A list of one or more capabilities.</p>" 609 } 610 }, 611 "documentation":"<p>The Amazon Chime SDK attendee fields to create, used with the BatchCreateAttendee action.</p>" 612 }, 613 "CreateAttendeeRequestItemList":{ 614 "type":"list", 615 "member":{"shape":"CreateAttendeeRequestItem"}, 616 "max":100, 617 "min":1 618 }, 619 "CreateAttendeeResponse":{ 620 "type":"structure", 621 "members":{ 622 "Attendee":{ 623 "shape":"Attendee", 624 "documentation":"<p>The attendee information, including attendee ID and join token.</p>" 625 } 626 } 627 }, 628 "CreateMeetingRequest":{ 629 "type":"structure", 630 "required":[ 631 "ClientRequestToken", 632 "MediaRegion", 633 "ExternalMeetingId" 634 ], 635 "members":{ 636 "ClientRequestToken":{ 637 "shape":"ClientRequestToken", 638 "documentation":"<p>The unique identifier for the client request. Use a different token for different meetings.</p>", 639 "idempotencyToken":true 640 }, 641 "MediaRegion":{ 642 "shape":"MediaRegion", 643 "documentation":"<p>The Region in which to create the meeting.</p> <p> Available values: <code>af-south-1</code>, <code>ap-northeast-1</code>, <code>ap-northeast-2</code>, <code>ap-south-1</code>, <code>ap-southeast-1</code>, <code>ap-southeast-2</code>, <code>ca-central-1</code>, <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>, <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>, <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>, <code>us-west-1</code>, <code>us-west-2</code>. </p> <p>Available values in Amazon Web Services GovCloud (US) Regions: <code>us-gov-east-1</code>, <code>us-gov-west-1</code>.</p>" 644 }, 645 "MeetingHostId":{ 646 "shape":"ExternalUserId", 647 "documentation":"<p>Reserved.</p>" 648 }, 649 "ExternalMeetingId":{ 650 "shape":"ExternalMeetingId", 651 "documentation":"<p>The external meeting ID.</p> <p>Pattern: <code>[-_&@+=,(){}\\[\\]\\/«».:|'\"#a-zA-Z0-9À-ÿ\\s]*</code> </p> <p>Values that begin with <code>aws:</code> are reserved. You can't configure a value that uses this prefix. Case insensitive.</p>" 652 }, 653 "NotificationsConfiguration":{ 654 "shape":"NotificationsConfiguration", 655 "documentation":"<p>The configuration for resource targets to receive notifications when meeting and attendee events occur.</p>" 656 }, 657 "MeetingFeatures":{ 658 "shape":"MeetingFeaturesConfiguration", 659 "documentation":"<p>Lists the audio and video features enabled for a meeting, such as echo reduction.</p>" 660 }, 661 "PrimaryMeetingId":{ 662 "shape":"PrimaryMeetingId", 663 "documentation":"<p>When specified, replicates the media from the primary meeting to the new meeting.</p>" 664 }, 665 "TenantIds":{ 666 "shape":"TenantIdList", 667 "documentation":"<p>A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users.</p>" 668 }, 669 "Tags":{ 670 "shape":"TagList", 671 "documentation":"<p>Applies one or more tags to an Amazon Chime SDK meeting. Note the following:</p> <ul> <li> <p>Not all resources have tags. For a list of services with resources that support tagging using this operation, see <a href=\"https://docs.aws.amazon.com/resourcegroupstagging/latest/APIReference/supported-services.html\">Services that support the Resource Groups Tagging API</a>. If the resource doesn't yet support this operation, the resource's service might support tagging using its own API operations. For more information, refer to the documentation for that service.</p> </li> <li> <p>Each resource can have up to 50 tags. For other limits, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html#tag-conventions\">Tag Naming and Usage Conventions</a> in the <i>AWS General Reference</i>.</p> </li> <li> <p>You can only tag resources that are located in the specified Amazon Web Services Region for the Amazon Web Services account.</p> </li> <li> <p>To add tags to a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for adding tags. For more information, see the documentation for each service.</p> </li> </ul> <important> <p>Do not store personally identifiable information (PII) or other confidential or sensitive information in tags. We use tags to provide you with billing and administration services. Tags are not intended to be used for private or sensitive data.</p> </important> <p> <b>Minimum permissions</b> </p> <p>In addition to the <code>tag:TagResources</code> permission required by this operation, you must also have the tagging permission defined by the service that created the resource. For example, to tag a <code>ChimeSDKMeetings</code> instance using the <code>TagResources</code> operation, you must have both of the following permissions:</p> <p> <code>tag:TagResources</code> </p> <p> <code>ChimeSDKMeetings:CreateTags</code> </p> <note> <p>Some services might have specific requirements for tagging some resources. For example, to tag an Amazon S3 bucket, you must also have the <code>s3:GetBucketTagging</code> permission. If the expected minimum permissions don't work, check the documentation for that service's tagging APIs for more information.</p> </note>" 672 } 673 } 674 }, 675 "CreateMeetingResponse":{ 676 "type":"structure", 677 "members":{ 678 "Meeting":{ 679 "shape":"Meeting", 680 "documentation":"<p>The meeting information, including the meeting ID and <code>MediaPlacement</code>.</p>" 681 } 682 } 683 }, 684 "CreateMeetingWithAttendeesRequest":{ 685 "type":"structure", 686 "required":[ 687 "ClientRequestToken", 688 "MediaRegion", 689 "ExternalMeetingId", 690 "Attendees" 691 ], 692 "members":{ 693 "ClientRequestToken":{ 694 "shape":"ClientRequestToken", 695 "documentation":"<p>The unique identifier for the client request. Use a different token for different meetings.</p>", 696 "idempotencyToken":true 697 }, 698 "MediaRegion":{ 699 "shape":"MediaRegion", 700 "documentation":"<p>The Region in which to create the meeting.</p> <p> Available values: <code>af-south-1</code>, <code>ap-northeast-1</code>, <code>ap-northeast-2</code>, <code>ap-south-1</code>, <code>ap-southeast-1</code>, <code>ap-southeast-2</code>, <code>ca-central-1</code>, <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>, <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>, <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>, <code>us-west-1</code>, <code>us-west-2</code>. </p> <p>Available values in Amazon Web Services GovCloud (US) Regions: <code>us-gov-east-1</code>, <code>us-gov-west-1</code>.</p>" 701 }, 702 "MeetingHostId":{ 703 "shape":"ExternalUserId", 704 "documentation":"<p>Reserved.</p>" 705 }, 706 "ExternalMeetingId":{ 707 "shape":"ExternalMeetingId", 708 "documentation":"<p>The external meeting ID.</p> <p>Pattern: <code>[-_&@+=,(){}\\[\\]\\/«».:|'\"#a-zA-Z0-9À-ÿ\\s]*</code> </p> <p>Values that begin with <code>aws:</code> are reserved. You can't configure a value that uses this prefix. Case insensitive.</p>" 709 }, 710 "MeetingFeatures":{ 711 "shape":"MeetingFeaturesConfiguration", 712 "documentation":"<p>Lists the audio and video features enabled for a meeting, such as echo reduction.</p>" 713 }, 714 "NotificationsConfiguration":{ 715 "shape":"NotificationsConfiguration", 716 "documentation":"<p>The configuration for resource targets to receive notifications when meeting and attendee events occur.</p>" 717 }, 718 "Attendees":{ 719 "shape":"CreateMeetingWithAttendeesRequestItemList", 720 "documentation":"<p>The attendee information, including attendees' IDs and join tokens.</p>" 721 }, 722 "PrimaryMeetingId":{ 723 "shape":"PrimaryMeetingId", 724 "documentation":"<p>When specified, replicates the media from the primary meeting to the new meeting.</p>" 725 }, 726 "TenantIds":{ 727 "shape":"TenantIdList", 728 "documentation":"<p>A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users.</p>" 729 }, 730 "Tags":{ 731 "shape":"TagList", 732 "documentation":"<p>The tags in the request.</p>" 733 } 734 } 735 }, 736 "CreateMeetingWithAttendeesRequestItemList":{ 737 "type":"list", 738 "member":{"shape":"CreateAttendeeRequestItem"}, 739 "max":20, 740 "min":1 741 }, 742 "CreateMeetingWithAttendeesResponse":{ 743 "type":"structure", 744 "members":{ 745 "Meeting":{ 746 "shape":"Meeting", 747 "documentation":"<p>The meeting information, including the meeting ID and <code>MediaPlacement</code>.</p>" 748 }, 749 "Attendees":{ 750 "shape":"AttendeeList", 751 "documentation":"<p>The attendee information, including attendees' IDs and join tokens.</p>" 752 }, 753 "Errors":{ 754 "shape":"BatchCreateAttendeeErrorList", 755 "documentation":"<p>If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.</p>" 756 } 757 } 758 }, 759 "DeleteAttendeeRequest":{ 760 "type":"structure", 761 "required":[ 762 "MeetingId", 763 "AttendeeId" 764 ], 765 "members":{ 766 "MeetingId":{ 767 "shape":"GuidString", 768 "documentation":"<p>The Amazon Chime SDK meeting ID.</p>", 769 "location":"uri", 770 "locationName":"MeetingId" 771 }, 772 "AttendeeId":{ 773 "shape":"GuidString", 774 "documentation":"<p>The Amazon Chime SDK attendee ID.</p>", 775 "location":"uri", 776 "locationName":"AttendeeId" 777 } 778 } 779 }, 780 "DeleteMeetingRequest":{ 781 "type":"structure", 782 "required":["MeetingId"], 783 "members":{ 784 "MeetingId":{ 785 "shape":"GuidString", 786 "documentation":"<p>The Amazon Chime SDK meeting ID.</p>", 787 "location":"uri", 788 "locationName":"MeetingId" 789 } 790 } 791 }, 792 "EngineTranscribeMedicalSettings":{ 793 "type":"structure", 794 "required":[ 795 "LanguageCode", 796 "Specialty", 797 "Type" 798 ], 799 "members":{ 800 "LanguageCode":{ 801 "shape":"TranscribeMedicalLanguageCode", 802 "documentation":"<p>The language code specified for the Amazon Transcribe Medical engine.</p>" 803 }, 804 "Specialty":{ 805 "shape":"TranscribeMedicalSpecialty", 806 "documentation":"<p>The specialty specified for the Amazon Transcribe Medical engine.</p>" 807 }, 808 "Type":{ 809 "shape":"TranscribeMedicalType", 810 "documentation":"<p>The type of transcription.</p>" 811 }, 812 "VocabularyName":{ 813 "shape":"String", 814 "documentation":"<p>The name of the vocabulary passed to Amazon Transcribe Medical.</p>" 815 }, 816 "Region":{ 817 "shape":"TranscribeMedicalRegion", 818 "documentation":"<p>The Amazon Web Services Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region. </p>" 819 }, 820 "ContentIdentificationType":{ 821 "shape":"TranscribeMedicalContentIdentificationType", 822 "documentation":"<p>Set this field to <code>PHI</code> to identify personal health information in the transcription output.</p>" 823 } 824 }, 825 "documentation":"<p>Settings specific to the Amazon Transcribe Medical engine.</p>" 826 }, 827 "EngineTranscribeSettings":{ 828 "type":"structure", 829 "members":{ 830 "LanguageCode":{ 831 "shape":"TranscribeLanguageCode", 832 "documentation":"<p>Specify the language code that represents the language spoken.</p> <p>If you're unsure of the language spoken in your audio, consider using <code>IdentifyLanguage</code> to enable automatic language identification.</p>" 833 }, 834 "VocabularyFilterMethod":{ 835 "shape":"TranscribeVocabularyFilterMethod", 836 "documentation":"<p>Specify how you want your vocabulary filter applied to your transcript.</p> <p>To replace words with <code>***</code>, choose <code>mask</code>.</p> <p>To delete words, choose <code>remove</code>.</p> <p>To flag words without changing them, choose <code>tag</code>.</p>" 837 }, 838 "VocabularyFilterName":{ 839 "shape":"String", 840 "documentation":"<p>Specify the name of the custom vocabulary filter that you want to use when processing your transcription. Note that vocabulary filter names are case sensitive. </p> <p>If you use Amazon Transcribe in multiple Regions, the vocabulary filter must be available in Amazon Transcribe in each Region.</p> <p>If you include <code>IdentifyLanguage</code> and want to use one or more vocabulary filters with your transcription, use the <code>VocabularyFilterNames</code> parameter instead.</p>" 841 }, 842 "VocabularyName":{ 843 "shape":"String", 844 "documentation":"<p>Specify the name of the custom vocabulary that you want to use when processing your transcription. Note that vocabulary names are case sensitive.</p> <p>If you use Amazon Transcribe multiple Regions, the vocabulary must be available in Amazon Transcribe in each Region.</p> <p>If you include <code>IdentifyLanguage</code> and want to use one or more custom vocabularies with your transcription, use the <code>VocabularyNames</code> parameter instead.</p>" 845 }, 846 "Region":{ 847 "shape":"TranscribeRegion", 848 "documentation":"<p>The Amazon Web Services Region in which to use Amazon Transcribe.</p> <p>If you don't specify a Region, then the <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html\">MediaRegion</a> of the meeting is used. However, if Amazon Transcribe is not available in the <code>MediaRegion</code>, then a <code>TranscriptFailed</code> event is sent.</p> <p>Use <code>auto</code> to use Amazon Transcribe in a Region near the meeting’s <code>MediaRegion</code>. For more information, refer to <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/dg/transcription-options.html#choose-region\">Choosing a transcription Region</a> in the <i>Amazon Chime SDK Developer Guide</i>.</p>" 849 }, 850 "EnablePartialResultsStabilization":{ 851 "shape":"Boolean", 852 "documentation":"<p>Enables partial result stabilization for your transcription. Partial result stabilization can reduce latency in your output, but may impact accuracy.</p>" 853 }, 854 "PartialResultsStability":{ 855 "shape":"TranscribePartialResultsStability", 856 "documentation":"<p>Specify the level of stability to use when you enable partial results stabilization (<code>EnablePartialResultsStabilization</code>).</p> <p>Low stability provides the highest accuracy. High stability transcribes faster, but with slightly lower accuracy.</p>" 857 }, 858 "ContentIdentificationType":{ 859 "shape":"TranscribeContentIdentificationType", 860 "documentation":"<p>Labels all personally identifiable information (PII) identified in your transcript. If you don't include <code>PiiEntityTypes</code>, all PII is identified.</p> <note> <p>You can’t set <code>ContentIdentificationType</code> and <code>ContentRedactionType</code>.</p> </note>" 861 }, 862 "ContentRedactionType":{ 863 "shape":"TranscribeContentRedactionType", 864 "documentation":"<p>Content redaction is performed at the segment level. If you don't include <code>PiiEntityTypes</code>, all PII is redacted.</p> <note> <p>You can’t set <code>ContentRedactionType</code> and <code>ContentIdentificationType</code>.</p> </note>" 865 }, 866 "PiiEntityTypes":{ 867 "shape":"TranscribePiiEntityTypes", 868 "documentation":"<p>Specify which types of personally identifiable information (PII) you want to redact in your transcript. You can include as many types as you'd like, or you can select <code>ALL</code>.</p> <p>Values must be comma-separated and can include: <code>ADDRESS</code>, <code>BANK_ACCOUNT_NUMBER</code>, <code>BANK_ROUTING</code>, <code>CREDIT_DEBIT_CVV</code>, <code>CREDIT_DEBIT_EXPIRY</code> <code>CREDIT_DEBIT_NUMBER</code>, <code>EMAIL</code>,<code>NAME</code>, <code>PHONE</code>, <code>PIN</code>, <code>SSN</code>, or <code>ALL</code>.</p> <p>Note that if you include <code>PiiEntityTypes</code>, you must also include <code>ContentIdentificationType</code> or <code>ContentRedactionType</code>.</p> <p>If you include <code>ContentRedactionType</code> or <code>ContentIdentificationType</code>, but do not include PiiEntityTypes, all PII is redacted or identified.</p>" 869 }, 870 "LanguageModelName":{ 871 "shape":"TranscribeLanguageModelName", 872 "documentation":"<p>Specify the name of the custom language model that you want to use when processing your transcription. Note that language model names are case sensitive.</p> <p>The language of the specified language model must match the language code. If the languages don't match, the custom language model isn't applied. There are no errors or warnings associated with a language mismatch.</p> <p>If you use Amazon Transcribe in multiple Regions, the custom language model must be available in Amazon Transcribe in each Region.</p>" 873 }, 874 "IdentifyLanguage":{ 875 "shape":"Boolean", 876 "documentation":"<p>Enables automatic language identification for your transcription.</p> <p>If you include <code>IdentifyLanguage</code>, you can optionally use <code>LanguageOptions</code> to include a list of language codes that you think may be present in your audio stream. Including language options can improve transcription accuracy.</p> <p>You can also use <code>PreferredLanguage</code> to include a preferred language. Doing so can help Amazon Transcribe identify the language faster.</p> <p>You must include either <code>LanguageCode</code> or <code>IdentifyLanguage</code>.</p> <p>Language identification can't be combined with custom language models or redaction.</p>" 877 }, 878 "LanguageOptions":{ 879 "shape":"TranscribeLanguageOptions", 880 "documentation":"<p>Specify two or more language codes that represent the languages you think may be present in your media; including more than five is not recommended. If you're unsure what languages are present, do not include this parameter.</p> <p>Including language options can improve the accuracy of language identification.</p> <p>If you include <code>LanguageOptions</code>, you must also include <code>IdentifyLanguage</code>.</p> <important> <p>You can only include one language dialect per language. For example, you cannot include <code>en-US</code> and <code>en-AU</code>.</p> </important>" 881 }, 882 "PreferredLanguage":{ 883 "shape":"TranscribeLanguageCode", 884 "documentation":"<p>Specify a preferred language from the subset of languages codes you specified in <code>LanguageOptions</code>.</p> <p>You can only use this parameter if you include <code>IdentifyLanguage</code> and <code>LanguageOptions</code>.</p>" 885 }, 886 "VocabularyNames":{ 887 "shape":"TranscribeVocabularyNamesOrFilterNamesString", 888 "documentation":"<p>Specify the names of the custom vocabularies that you want to use when processing your transcription. Note that vocabulary names are case sensitive.</p> <p>If you use Amazon Transcribe in multiple Regions, the vocabulary must be available in Amazon Transcribe in each Region.</p> <p>If you don't include <code>IdentifyLanguage</code> and want to use a custom vocabulary with your transcription, use the <code>VocabularyName</code> parameter instead.</p>" 889 }, 890 "VocabularyFilterNames":{ 891 "shape":"TranscribeVocabularyNamesOrFilterNamesString", 892 "documentation":"<p>Specify the names of the custom vocabulary filters that you want to use when processing your transcription. Note that vocabulary filter names are case sensitive.</p> <p>If you use Amazon Transcribe in multiple Regions, the vocabulary filter must be available in Amazon Transcribe in each Region.</p> <p> If you're <i>not</i> including <code>IdentifyLanguage</code> and want to use a custom vocabulary filter with your transcription, use the <code>VocabularyFilterName</code> parameter instead.</p>" 893 } 894 }, 895 "documentation":"<p>Settings specific for Amazon Transcribe as the live transcription engine. </p> <p>If you specify an invalid combination of parameters, a <code>TranscriptFailed</code> event will be sent with the contents of the <code>BadRequestException</code> generated by Amazon Transcribe. For more information on each parameter and which combinations are valid, refer to the <a href=\"https://docs.aws.amazon.com/transcribe/latest/APIReference/API_streaming_StartStreamTranscription.html\">StartStreamTranscription</a> API in the <i>Amazon Transcribe Developer Guide</i>.</p>" 896 }, 897 "ExternalMeetingId":{ 898 "type":"string", 899 "max":64, 900 "min":2, 901 "sensitive":true 902 }, 903 "ExternalUserId":{ 904 "type":"string", 905 "max":64, 906 "min":2, 907 "sensitive":true 908 }, 909 "ForbiddenException":{ 910 "type":"structure", 911 "members":{ 912 "Code":{"shape":"String"}, 913 "Message":{"shape":"String"}, 914 "RequestId":{ 915 "shape":"String", 916 "documentation":"<p>The request id associated with the call responsible for the exception.</p>" 917 } 918 }, 919 "documentation":"<p>The client is permanently forbidden from making the request.</p>", 920 "error":{"httpStatusCode":403}, 921 "exception":true 922 }, 923 "GetAttendeeRequest":{ 924 "type":"structure", 925 "required":[ 926 "MeetingId", 927 "AttendeeId" 928 ], 929 "members":{ 930 "MeetingId":{ 931 "shape":"GuidString", 932 "documentation":"<p>The Amazon Chime SDK meeting ID.</p>", 933 "location":"uri", 934 "locationName":"MeetingId" 935 }, 936 "AttendeeId":{ 937 "shape":"GuidString", 938 "documentation":"<p>The Amazon Chime SDK attendee ID.</p>", 939 "location":"uri", 940 "locationName":"AttendeeId" 941 } 942 } 943 }, 944 "GetAttendeeResponse":{ 945 "type":"structure", 946 "members":{ 947 "Attendee":{ 948 "shape":"Attendee", 949 "documentation":"<p>The Amazon Chime SDK attendee information.</p>" 950 } 951 } 952 }, 953 "GetMeetingRequest":{ 954 "type":"structure", 955 "required":["MeetingId"], 956 "members":{ 957 "MeetingId":{ 958 "shape":"GuidString", 959 "documentation":"<p>The Amazon Chime SDK meeting ID.</p>", 960 "location":"uri", 961 "locationName":"MeetingId" 962 } 963 } 964 }, 965 "GetMeetingResponse":{ 966 "type":"structure", 967 "members":{ 968 "Meeting":{ 969 "shape":"Meeting", 970 "documentation":"<p>The Amazon Chime SDK meeting information.</p>" 971 } 972 } 973 }, 974 "GuidString":{ 975 "type":"string", 976 "pattern":"[a-fA-F0-9]{8}(?:-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}" 977 }, 978 "JoinTokenString":{ 979 "type":"string", 980 "max":2048, 981 "min":2, 982 "sensitive":true 983 }, 984 "LimitExceededException":{ 985 "type":"structure", 986 "members":{ 987 "Code":{"shape":"String"}, 988 "Message":{"shape":"String"}, 989 "RequestId":{ 990 "shape":"String", 991 "documentation":"<p>The request id associated with the call responsible for the exception.</p>" 992 } 993 }, 994 "documentation":"<p>The request exceeds the resource limit.</p>", 995 "error":{"httpStatusCode":400}, 996 "exception":true 997 }, 998 "ListAttendeesRequest":{ 999 "type":"structure", 1000 "required":["MeetingId"], 1001 "members":{ 1002 "MeetingId":{ 1003 "shape":"GuidString", 1004 "documentation":"<p>The Amazon Chime SDK meeting ID.</p>", 1005 "location":"uri", 1006 "locationName":"MeetingId" 1007 }, 1008 "NextToken":{ 1009 "shape":"String", 1010 "documentation":"<p>The token to use to retrieve the next page of results.</p>", 1011 "location":"querystring", 1012 "locationName":"next-token" 1013 }, 1014 "MaxResults":{ 1015 "shape":"ResultMax", 1016 "documentation":"<p>The maximum number of results to return in a single call.</p>", 1017 "location":"querystring", 1018 "locationName":"max-results" 1019 } 1020 } 1021 }, 1022 "ListAttendeesResponse":{ 1023 "type":"structure", 1024 "members":{ 1025 "Attendees":{ 1026 "shape":"AttendeeList", 1027 "documentation":"<p>The Amazon Chime SDK attendee information.</p>" 1028 }, 1029 "NextToken":{ 1030 "shape":"String", 1031 "documentation":"<p>The token to use to retrieve the next page of results.</p>" 1032 } 1033 } 1034 }, 1035 "ListTagsForResourceRequest":{ 1036 "type":"structure", 1037 "required":["ResourceARN"], 1038 "members":{ 1039 "ResourceARN":{ 1040 "shape":"AmazonResourceName", 1041 "documentation":"<p>The ARN of the resource.</p>", 1042 "location":"querystring", 1043 "locationName":"arn" 1044 } 1045 } 1046 }, 1047 "ListTagsForResourceResponse":{ 1048 "type":"structure", 1049 "members":{ 1050 "Tags":{ 1051 "shape":"TagList", 1052 "documentation":"<p>The tags requested for the specified resource.</p>" 1053 } 1054 } 1055 }, 1056 "MediaCapabilities":{ 1057 "type":"string", 1058 "enum":[ 1059 "SendReceive", 1060 "Send", 1061 "Receive", 1062 "None" 1063 ] 1064 }, 1065 "MediaPlacement":{ 1066 "type":"structure", 1067 "members":{ 1068 "AudioHostUrl":{ 1069 "shape":"String", 1070 "documentation":"<p>The audio host URL.</p>" 1071 }, 1072 "AudioFallbackUrl":{ 1073 "shape":"String", 1074 "documentation":"<p>The audio fallback URL.</p>" 1075 }, 1076 "SignalingUrl":{ 1077 "shape":"String", 1078 "documentation":"<p>The signaling URL.</p>" 1079 }, 1080 "TurnControlUrl":{ 1081 "shape":"String", 1082 "documentation":"<p>The turn control URL.</p> <important> <p> <b>This parameter is deprecated and no longer used by the Amazon Chime SDK.</b> </p> </important>" 1083 }, 1084 "ScreenDataUrl":{ 1085 "shape":"String", 1086 "documentation":"<p>The screen data URL.</p> <important> <p> <b>This parameter is deprecated and no longer used by the Amazon Chime SDK.</b> </p> </important>" 1087 }, 1088 "ScreenViewingUrl":{ 1089 "shape":"String", 1090 "documentation":"<p>The screen viewing URL.</p> <important> <p> <b>This parameter is deprecated and no longer used by the Amazon Chime SDK.</b> </p> </important>" 1091 }, 1092 "ScreenSharingUrl":{ 1093 "shape":"String", 1094 "documentation":"<p>The screen sharing URL.</p> <important> <p> <b>This parameter is deprecated and no longer used by the Amazon Chime SDK.</b> </p> </important>" 1095 }, 1096 "EventIngestionUrl":{ 1097 "shape":"String", 1098 "documentation":"<p>The event ingestion URL.</p>" 1099 } 1100 }, 1101 "documentation":"<p>A set of endpoints used by clients to connect to the media service group for an Amazon Chime SDK meeting.</p>" 1102 }, 1103 "MediaRegion":{ 1104 "type":"string", 1105 "max":64, 1106 "min":2 1107 }, 1108 "Meeting":{ 1109 "type":"structure", 1110 "members":{ 1111 "MeetingId":{ 1112 "shape":"GuidString", 1113 "documentation":"<p>The Amazon Chime SDK meeting ID.</p>" 1114 }, 1115 "MeetingHostId":{ 1116 "shape":"ExternalUserId", 1117 "documentation":"<p>Reserved.</p>" 1118 }, 1119 "ExternalMeetingId":{ 1120 "shape":"ExternalMeetingId", 1121 "documentation":"<p>The external meeting ID.</p> <p>Pattern: <code>[-_&@+=,(){}\\[\\]\\/«».:|'\"#a-zA-Z0-9À-ÿ\\s]*</code> </p> <p>Values that begin with <code>aws:</code> are reserved. You can't configure a value that uses this prefix. Case insensitive.</p>" 1122 }, 1123 "MediaRegion":{ 1124 "shape":"MediaRegion", 1125 "documentation":"<p>The Region in which you create the meeting. Available values: <code>af-south-1</code>, <code>ap-northeast-1</code>, <code>ap-northeast-2</code>, <code>ap-south-1</code>, <code>ap-southeast-1</code>, <code>ap-southeast-2</code>, <code>ca-central-1</code>, <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>, <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>, <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>, <code>us-west-1</code>, <code>us-west-2</code>.</p> <p>Available values in Amazon Web Services GovCloud (US) Regions: <code>us-gov-east-1</code>, <code>us-gov-west-1</code>.</p>" 1126 }, 1127 "MediaPlacement":{ 1128 "shape":"MediaPlacement", 1129 "documentation":"<p>The media placement for the meeting.</p>" 1130 }, 1131 "MeetingFeatures":{ 1132 "shape":"MeetingFeaturesConfiguration", 1133 "documentation":"<p>The features available to a meeting, such as echo reduction.</p>" 1134 }, 1135 "PrimaryMeetingId":{ 1136 "shape":"PrimaryMeetingId", 1137 "documentation":"<p>When specified, replicates the media from the primary meeting to this meeting.</p>" 1138 }, 1139 "TenantIds":{ 1140 "shape":"TenantIdList", 1141 "documentation":"<p>Array of strings.</p>" 1142 }, 1143 "MeetingArn":{ 1144 "shape":"AmazonResourceName", 1145 "documentation":"<p>The ARN of the meeting.</p>" 1146 } 1147 }, 1148 "documentation":"<p>A meeting created using the Amazon Chime SDK.</p>" 1149 }, 1150 "MeetingFeatureStatus":{ 1151 "type":"string", 1152 "enum":[ 1153 "AVAILABLE", 1154 "UNAVAILABLE" 1155 ] 1156 }, 1157 "MeetingFeaturesConfiguration":{ 1158 "type":"structure", 1159 "members":{ 1160 "Audio":{ 1161 "shape":"AudioFeatures", 1162 "documentation":"<p>The configuration settings for the audio features available to a meeting.</p>" 1163 }, 1164 "Video":{ 1165 "shape":"VideoFeatures", 1166 "documentation":"<p>The configuration settings for the video features available to a meeting.</p>" 1167 }, 1168 "Content":{ 1169 "shape":"ContentFeatures", 1170 "documentation":"<p>The configuration settings for the content features available to a meeting.</p>" 1171 }, 1172 "Attendee":{ 1173 "shape":"AttendeeFeatures", 1174 "documentation":"<p>The configuration settings for the attendee features available to a meeting.</p>" 1175 } 1176 }, 1177 "documentation":"<p>The configuration settings of the features available to a meeting.</p>" 1178 }, 1179 "NotFoundException":{ 1180 "type":"structure", 1181 "members":{ 1182 "Code":{"shape":"String"}, 1183 "Message":{"shape":"String"}, 1184 "RequestId":{ 1185 "shape":"String", 1186 "documentation":"<p>The request ID associated with the call responsible for the exception.</p>" 1187 } 1188 }, 1189 "documentation":"<p>One or more of the resources in the request does not exist in the system.</p>", 1190 "error":{"httpStatusCode":404}, 1191 "exception":true 1192 }, 1193 "NotificationsConfiguration":{ 1194 "type":"structure", 1195 "members":{ 1196 "LambdaFunctionArn":{ 1197 "shape":"Arn", 1198 "documentation":"<p>The ARN of the Amazon Web Services Lambda function in the notifications configuration.</p>" 1199 }, 1200 "SnsTopicArn":{ 1201 "shape":"Arn", 1202 "documentation":"<p>The ARN of the SNS topic.</p>" 1203 }, 1204 "SqsQueueArn":{ 1205 "shape":"Arn", 1206 "documentation":"<p>The ARN of the SQS queue.</p>" 1207 } 1208 }, 1209 "documentation":"<p>The configuration for resource targets to receive notifications when meeting and attendee events occur.</p>" 1210 }, 1211 "PrimaryMeetingId":{ 1212 "type":"string", 1213 "max":64, 1214 "min":2 1215 }, 1216 "ResourceNotFoundException":{ 1217 "type":"structure", 1218 "members":{ 1219 "Code":{"shape":"String"}, 1220 "Message":{"shape":"String"}, 1221 "RequestId":{ 1222 "shape":"String", 1223 "documentation":"<p>The ID of the resource that couldn't be found.</p>" 1224 }, 1225 "ResourceName":{ 1226 "shape":"AmazonResourceName", 1227 "documentation":"<p>The name of the resource that couldn't be found.</p>" 1228 } 1229 }, 1230 "documentation":"<p>The resource that you want to tag couldn't be found.</p>", 1231 "error":{"httpStatusCode":404}, 1232 "exception":true 1233 }, 1234 "ResultMax":{ 1235 "type":"integer", 1236 "max":100, 1237 "min":1 1238 }, 1239 "RetryAfterSeconds":{"type":"string"}, 1240 "ServiceFailureException":{ 1241 "type":"structure", 1242 "members":{ 1243 "Code":{"shape":"String"}, 1244 "Message":{"shape":"String"}, 1245 "RequestId":{ 1246 "shape":"String", 1247 "documentation":"<p>The ID of the failed request.</p>" 1248 } 1249 }, 1250 "documentation":"<p>The service encountered an unexpected error.</p>", 1251 "error":{"httpStatusCode":500}, 1252 "exception":true, 1253 "fault":true 1254 }, 1255 "ServiceUnavailableException":{ 1256 "type":"structure", 1257 "members":{ 1258 "Code":{"shape":"String"}, 1259 "Message":{"shape":"String"}, 1260 "RequestId":{ 1261 "shape":"String", 1262 "documentation":"<p>The request id associated with the call responsible for the exception.</p>" 1263 }, 1264 "RetryAfterSeconds":{ 1265 "shape":"RetryAfterSeconds", 1266 "documentation":"<p>The number of seconds the caller should wait before retrying.</p>", 1267 "location":"header", 1268 "locationName":"Retry-After" 1269 } 1270 }, 1271 "documentation":"<p>The service is currently unavailable.</p>", 1272 "error":{"httpStatusCode":503}, 1273 "exception":true, 1274 "fault":true 1275 }, 1276 "StartMeetingTranscriptionRequest":{ 1277 "type":"structure", 1278 "required":[ 1279 "MeetingId", 1280 "TranscriptionConfiguration" 1281 ], 1282 "members":{ 1283 "MeetingId":{ 1284 "shape":"GuidString", 1285 "documentation":"<p>The unique ID of the meeting being transcribed.</p>", 1286 "location":"uri", 1287 "locationName":"MeetingId" 1288 }, 1289 "TranscriptionConfiguration":{ 1290 "shape":"TranscriptionConfiguration", 1291 "documentation":"<p>The configuration for the current transcription operation. Must contain <code>EngineTranscribeSettings</code> or <code>EngineTranscribeMedicalSettings</code>.</p>" 1292 } 1293 } 1294 }, 1295 "StopMeetingTranscriptionRequest":{ 1296 "type":"structure", 1297 "required":["MeetingId"], 1298 "members":{ 1299 "MeetingId":{ 1300 "shape":"GuidString", 1301 "documentation":"<p>The unique ID of the meeting for which you stop transcription.</p>", 1302 "location":"uri", 1303 "locationName":"MeetingId" 1304 } 1305 } 1306 }, 1307 "String":{ 1308 "type":"string", 1309 "max":4096 1310 }, 1311 "Tag":{ 1312 "type":"structure", 1313 "required":[ 1314 "Key", 1315 "Value" 1316 ], 1317 "members":{ 1318 "Key":{ 1319 "shape":"TagKey", 1320 "documentation":"<p>The tag's key.</p>" 1321 }, 1322 "Value":{ 1323 "shape":"TagValue", 1324 "documentation":"<p>The tag's value.</p>" 1325 } 1326 }, 1327 "documentation":"<p>A key-value pair that you define.</p>" 1328 }, 1329 "TagKey":{ 1330 "type":"string", 1331 "max":128, 1332 "min":1, 1333 "pattern":"^[a-zA-Z+-=._:/]+$" 1334 }, 1335 "TagKeyList":{ 1336 "type":"list", 1337 "member":{"shape":"TagKey"}, 1338 "max":50, 1339 "min":0 1340 }, 1341 "TagList":{ 1342 "type":"list", 1343 "member":{"shape":"Tag"}, 1344 "max":50, 1345 "min":0 1346 }, 1347 "TagResourceRequest":{ 1348 "type":"structure", 1349 "required":[ 1350 "ResourceARN", 1351 "Tags" 1352 ], 1353 "members":{ 1354 "ResourceARN":{ 1355 "shape":"AmazonResourceName", 1356 "documentation":"<p>The ARN of the resource.</p>" 1357 }, 1358 "Tags":{ 1359 "shape":"TagList", 1360 "documentation":"<p>Lists the requested tags.</p>" 1361 } 1362 } 1363 }, 1364 "TagResourceResponse":{ 1365 "type":"structure", 1366 "members":{ 1367 } 1368 }, 1369 "TagValue":{ 1370 "type":"string", 1371 "max":256, 1372 "min":0, 1373 "pattern":"[\\s\\w+-=\\.:/@]*" 1374 }, 1375 "TenantId":{ 1376 "type":"string", 1377 "max":256, 1378 "min":2, 1379 "pattern":"^(?!.*?(.)\\1{3})[-_!@#$a-zA-Z0-9]*$" 1380 }, 1381 "TenantIdList":{ 1382 "type":"list", 1383 "member":{"shape":"TenantId"}, 1384 "max":5, 1385 "min":1 1386 }, 1387 "ThrottlingException":{ 1388 "type":"structure", 1389 "members":{ 1390 "Code":{"shape":"String"}, 1391 "Message":{"shape":"String"}, 1392 "RequestId":{ 1393 "shape":"String", 1394 "documentation":"<p>The ID of the request that exceeded the throttling limit.</p>" 1395 } 1396 }, 1397 "documentation":"<p>The number of customer requests exceeds the request rate limit.</p>", 1398 "error":{"httpStatusCode":429}, 1399 "exception":true 1400 }, 1401 "TooManyTagsException":{ 1402 "type":"structure", 1403 "members":{ 1404 "Code":{"shape":"String"}, 1405 "Message":{"shape":"String"}, 1406 "RequestId":{ 1407 "shape":"String", 1408 "documentation":"<p>The ID of the request that contains too many tags.</p>" 1409 }, 1410 "ResourceName":{ 1411 "shape":"AmazonResourceName", 1412 "documentation":"<p>The name of the resource that received too many tags.</p>" 1413 } 1414 }, 1415 "documentation":"<p>Too many tags were added to the specified resource.</p>", 1416 "error":{"httpStatusCode":400}, 1417 "exception":true 1418 }, 1419 "TranscribeContentIdentificationType":{ 1420 "type":"string", 1421 "enum":["PII"] 1422 }, 1423 "TranscribeContentRedactionType":{ 1424 "type":"string", 1425 "enum":["PII"] 1426 }, 1427 "TranscribeLanguageCode":{ 1428 "type":"string", 1429 "enum":[ 1430 "en-US", 1431 "en-GB", 1432 "es-US", 1433 "fr-CA", 1434 "fr-FR", 1435 "en-AU", 1436 "it-IT", 1437 "de-DE", 1438 "pt-BR", 1439 "ja-JP", 1440 "ko-KR", 1441 "zh-CN", 1442 "th-TH", 1443 "hi-IN" 1444 ] 1445 }, 1446 "TranscribeLanguageModelName":{ 1447 "type":"string", 1448 "max":200, 1449 "min":1, 1450 "pattern":"^[0-9a-zA-Z._-]+" 1451 }, 1452 "TranscribeLanguageOptions":{ 1453 "type":"string", 1454 "max":200, 1455 "min":1, 1456 "pattern":"^[a-zA-Z-,]+" 1457 }, 1458 "TranscribeMedicalContentIdentificationType":{ 1459 "type":"string", 1460 "enum":["PHI"] 1461 }, 1462 "TranscribeMedicalLanguageCode":{ 1463 "type":"string", 1464 "enum":["en-US"] 1465 }, 1466 "TranscribeMedicalRegion":{ 1467 "type":"string", 1468 "enum":[ 1469 "us-east-1", 1470 "us-east-2", 1471 "us-west-2", 1472 "ap-southeast-2", 1473 "ca-central-1", 1474 "eu-west-1", 1475 "auto" 1476 ] 1477 }, 1478 "TranscribeMedicalSpecialty":{ 1479 "type":"string", 1480 "enum":[ 1481 "PRIMARYCARE", 1482 "CARDIOLOGY", 1483 "NEUROLOGY", 1484 "ONCOLOGY", 1485 "RADIOLOGY", 1486 "UROLOGY" 1487 ] 1488 }, 1489 "TranscribeMedicalType":{ 1490 "type":"string", 1491 "enum":[ 1492 "CONVERSATION", 1493 "DICTATION" 1494 ] 1495 }, 1496 "TranscribePartialResultsStability":{ 1497 "type":"string", 1498 "enum":[ 1499 "low", 1500 "medium", 1501 "high" 1502 ] 1503 }, 1504 "TranscribePiiEntityTypes":{ 1505 "type":"string", 1506 "max":300, 1507 "min":1, 1508 "pattern":"^[A-Z_, ]+" 1509 }, 1510 "TranscribeRegion":{ 1511 "type":"string", 1512 "enum":[ 1513 "us-east-2", 1514 "us-east-1", 1515 "us-west-2", 1516 "ap-northeast-2", 1517 "ap-southeast-2", 1518 "ap-northeast-1", 1519 "ca-central-1", 1520 "eu-central-1", 1521 "eu-west-1", 1522 "eu-west-2", 1523 "sa-east-1", 1524 "auto", 1525 "us-gov-west-1" 1526 ] 1527 }, 1528 "TranscribeVocabularyFilterMethod":{ 1529 "type":"string", 1530 "enum":[ 1531 "remove", 1532 "mask", 1533 "tag" 1534 ] 1535 }, 1536 "TranscribeVocabularyNamesOrFilterNamesString":{ 1537 "type":"string", 1538 "max":3000, 1539 "min":1, 1540 "pattern":"^[a-zA-Z0-9,-._]+" 1541 }, 1542 "TranscriptionConfiguration":{ 1543 "type":"structure", 1544 "members":{ 1545 "EngineTranscribeSettings":{ 1546 "shape":"EngineTranscribeSettings", 1547 "documentation":"<p>The transcription configuration settings passed to Amazon Transcribe.</p>" 1548 }, 1549 "EngineTranscribeMedicalSettings":{ 1550 "shape":"EngineTranscribeMedicalSettings", 1551 "documentation":"<p>The transcription configuration settings passed to Amazon Transcribe Medical.</p>" 1552 } 1553 }, 1554 "documentation":"<p>The configuration for the current transcription operation. Must contain <code>EngineTranscribeSettings</code> or <code>EngineTranscribeMedicalSettings</code>.</p>" 1555 }, 1556 "UnauthorizedException":{ 1557 "type":"structure", 1558 "members":{ 1559 "Code":{"shape":"String"}, 1560 "Message":{"shape":"String"}, 1561 "RequestId":{ 1562 "shape":"String", 1563 "documentation":"<p>The request id associated with the call responsible for the exception.</p>" 1564 } 1565 }, 1566 "documentation":"<p>The user isn't authorized to request a resource.</p>", 1567 "error":{"httpStatusCode":401}, 1568 "exception":true 1569 }, 1570 "UnprocessableEntityException":{ 1571 "type":"structure", 1572 "members":{ 1573 "Code":{"shape":"String"}, 1574 "Message":{"shape":"String"}, 1575 "RequestId":{ 1576 "shape":"String", 1577 "documentation":"<p>The request id associated with the call responsible for the exception.</p>" 1578 } 1579 }, 1580 "documentation":"<p>The request was well-formed but was unable to be followed due to semantic errors.</p>", 1581 "error":{"httpStatusCode":422}, 1582 "exception":true 1583 }, 1584 "UntagResourceRequest":{ 1585 "type":"structure", 1586 "required":[ 1587 "ResourceARN", 1588 "TagKeys" 1589 ], 1590 "members":{ 1591 "ResourceARN":{ 1592 "shape":"AmazonResourceName", 1593 "documentation":"<p>The ARN of the resource that you're removing tags from.</p>" 1594 }, 1595 "TagKeys":{ 1596 "shape":"TagKeyList", 1597 "documentation":"<p>The tag keys being removed from the resources.</p>" 1598 } 1599 } 1600 }, 1601 "UntagResourceResponse":{ 1602 "type":"structure", 1603 "members":{ 1604 } 1605 }, 1606 "UpdateAttendeeCapabilitiesRequest":{ 1607 "type":"structure", 1608 "required":[ 1609 "MeetingId", 1610 "AttendeeId", 1611 "Capabilities" 1612 ], 1613 "members":{ 1614 "MeetingId":{ 1615 "shape":"GuidString", 1616 "documentation":"<p>The ID of the meeting associated with the update request.</p>", 1617 "location":"uri", 1618 "locationName":"MeetingId" 1619 }, 1620 "AttendeeId":{ 1621 "shape":"GuidString", 1622 "documentation":"<p>The ID of the attendee associated with the update request.</p>", 1623 "location":"uri", 1624 "locationName":"AttendeeId" 1625 }, 1626 "Capabilities":{ 1627 "shape":"AttendeeCapabilities", 1628 "documentation":"<p>The capabilities that you want to update.</p>" 1629 } 1630 } 1631 }, 1632 "UpdateAttendeeCapabilitiesResponse":{ 1633 "type":"structure", 1634 "members":{ 1635 "Attendee":{ 1636 "shape":"Attendee", 1637 "documentation":"<p>The updated attendee data.</p>" 1638 } 1639 } 1640 }, 1641 "VideoFeatures":{ 1642 "type":"structure", 1643 "members":{ 1644 "MaxResolution":{ 1645 "shape":"VideoResolution", 1646 "documentation":"<p>The maximum video resolution for the meeting. Applies to all attendees.</p> <note> <p>Defaults to <code>HD</code>. To use <code>FHD</code>, you must also provide a <code>MeetingFeatures:Attendee:MaxCount</code> value and override the default size limit of 250 attendees.</p> </note>" 1647 } 1648 }, 1649 "documentation":"<p>The video features set for the meeting. Applies to all attendees.</p> <note> <p>If you specify <code>MeetingFeatures:Video:MaxResolution:None</code> when you create a meeting, all API requests that include <code>SendReceive</code>, <code>Send</code>, or <code>Receive</code> for <code>AttendeeCapabilities:Video</code> will be rejected with <code>ValidationError 400</code>.</p> </note>" 1650 }, 1651 "VideoResolution":{ 1652 "type":"string", 1653 "enum":[ 1654 "None", 1655 "HD", 1656 "FHD" 1657 ] 1658 } 1659 }, 1660 "documentation":"<p>The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the Amazon Web Services Regions for meetings, create and manage users, and send and receive meeting notifications. For more information about the meeting APIs, see <a href=\"https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html\">Amazon Chime SDK meetings</a>.</p>" 1661} 1662