|
496 | 496 | "smithy.api#sensitive": {}
|
497 | 497 | }
|
498 | 498 | },
|
| 499 | + "com.amazonaws.chime#ArtifactsConfiguration": { |
| 500 | + "type": "structure", |
| 501 | + "members": { |
| 502 | + "Audio": { |
| 503 | + "target": "com.amazonaws.chime#AudioArtifactsConfiguration", |
| 504 | + "traits": { |
| 505 | + "smithy.api#documentation": "<p>The configuration for the audio artifacts.</p>", |
| 506 | + "smithy.api#required": {} |
| 507 | + } |
| 508 | + }, |
| 509 | + "Video": { |
| 510 | + "target": "com.amazonaws.chime#VideoArtifactsConfiguration", |
| 511 | + "traits": { |
| 512 | + "smithy.api#documentation": "<p>The configuration for the video artifacts.</p>", |
| 513 | + "smithy.api#required": {} |
| 514 | + } |
| 515 | + }, |
| 516 | + "Content": { |
| 517 | + "target": "com.amazonaws.chime#ContentArtifactsConfiguration", |
| 518 | + "traits": { |
| 519 | + "smithy.api#documentation": "<p>The configuration for the content artifacts.</p>", |
| 520 | + "smithy.api#required": {} |
| 521 | + } |
| 522 | + } |
| 523 | + }, |
| 524 | + "traits": { |
| 525 | + "smithy.api#documentation": "<p>The configuration for the artifacts.</p>" |
| 526 | + } |
| 527 | + }, |
| 528 | + "com.amazonaws.chime#ArtifactsState": { |
| 529 | + "type": "string", |
| 530 | + "traits": { |
| 531 | + "smithy.api#enum": [ |
| 532 | + { |
| 533 | + "value": "Enabled", |
| 534 | + "name": "Enabled" |
| 535 | + }, |
| 536 | + { |
| 537 | + "value": "Disabled", |
| 538 | + "name": "Disabled" |
| 539 | + } |
| 540 | + ] |
| 541 | + } |
| 542 | + }, |
499 | 543 | "com.amazonaws.chime#AssociatePhoneNumberWithUser": {
|
500 | 544 | "type": "operation",
|
501 | 545 | "input": {
|
|
821 | 865 | "smithy.api#documentation": "<p>\nAn Amazon Chime SDK meeting attendee. Includes a unique \n<code>AttendeeId</code>\nand \n<code>JoinToken</code>\n. The \n<code>JoinToken</code>\nallows a client to authenticate and join as the specified attendee. The \n<code>JoinToken</code>\nexpires when the meeting ends or when \n<a>DeleteAttendee</a>\nis called. After that, the attendee is unable to join the meeting.\n</p>\n\n <p>We recommend securely transferring each <code>JoinToken</code> from your server application\n to the client so that no other client has access to the token except for the one\n authorized to represent the attendee.</p>"
|
822 | 866 | }
|
823 | 867 | },
|
| 868 | + "com.amazonaws.chime#AttendeeIdList": { |
| 869 | + "type": "list", |
| 870 | + "member": { |
| 871 | + "target": "com.amazonaws.chime#GuidString" |
| 872 | + }, |
| 873 | + "traits": { |
| 874 | + "smithy.api#length": { |
| 875 | + "min": 1 |
| 876 | + } |
| 877 | + } |
| 878 | + }, |
824 | 879 | "com.amazonaws.chime#AttendeeList": {
|
825 | 880 | "type": "list",
|
826 | 881 | "member": {
|
|
851 | 906 | }
|
852 | 907 | }
|
853 | 908 | },
|
| 909 | + "com.amazonaws.chime#AudioArtifactsConfiguration": { |
| 910 | + "type": "structure", |
| 911 | + "members": { |
| 912 | + "MuxType": { |
| 913 | + "target": "com.amazonaws.chime#AudioMuxType", |
| 914 | + "traits": { |
| 915 | + "smithy.api#documentation": "<p>The MUX type of the audio artifact configuration object.</p>", |
| 916 | + "smithy.api#required": {} |
| 917 | + } |
| 918 | + } |
| 919 | + }, |
| 920 | + "traits": { |
| 921 | + "smithy.api#documentation": "<p>The audio artifact configuration object.</p>" |
| 922 | + } |
| 923 | + }, |
| 924 | + "com.amazonaws.chime#AudioMuxType": { |
| 925 | + "type": "string", |
| 926 | + "traits": { |
| 927 | + "smithy.api#enum": [ |
| 928 | + { |
| 929 | + "value": "AudioOnly", |
| 930 | + "name": "AudioOnly" |
| 931 | + }, |
| 932 | + { |
| 933 | + "value": "AudioWithActiveSpeakerVideo", |
| 934 | + "name": "AudioWithActiveSpeakerVideo" |
| 935 | + } |
| 936 | + ] |
| 937 | + } |
| 938 | + }, |
854 | 939 | "com.amazonaws.chime#BadRequestException": {
|
855 | 940 | "type": "structure",
|
856 | 941 | "members": {
|
|
2245 | 2330 | "smithy.api#pattern": "^arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}$"
|
2246 | 2331 | }
|
2247 | 2332 | },
|
| 2333 | + "com.amazonaws.chime#ChimeSdkMeetingConfiguration": { |
| 2334 | + "type": "structure", |
| 2335 | + "members": { |
| 2336 | + "SourceConfiguration": { |
| 2337 | + "target": "com.amazonaws.chime#SourceConfiguration", |
| 2338 | + "traits": { |
| 2339 | + "smithy.api#documentation": "<p>The source configuration for a specified media capture pipline.</p>" |
| 2340 | + } |
| 2341 | + }, |
| 2342 | + "ArtifactsConfiguration": { |
| 2343 | + "target": "com.amazonaws.chime#ArtifactsConfiguration", |
| 2344 | + "traits": { |
| 2345 | + "smithy.api#documentation": "<p>The configuration for the artifacts in an Amazon Chime SDK meeting.</p>" |
| 2346 | + } |
| 2347 | + } |
| 2348 | + }, |
| 2349 | + "traits": { |
| 2350 | + "smithy.api#documentation": "<p>The configuration object of the Amazon Chime SDK meeting for a specified media capture pipeline. <code>SourceType</code> must be <code>ChimeSdkMeeting</code>.</p>" |
| 2351 | + } |
| 2352 | + }, |
2248 | 2353 | "com.amazonaws.chime#ClientRequestToken": {
|
2249 | 2354 | "type": "string",
|
2250 | 2355 | "traits": {
|
|
2283 | 2388 | "smithy.api#sensitive": {}
|
2284 | 2389 | }
|
2285 | 2390 | },
|
| 2391 | + "com.amazonaws.chime#ContentArtifactsConfiguration": { |
| 2392 | + "type": "structure", |
| 2393 | + "members": { |
| 2394 | + "State": { |
| 2395 | + "target": "com.amazonaws.chime#ArtifactsState", |
| 2396 | + "traits": { |
| 2397 | + "smithy.api#documentation": "<p>Indicates whether the content artifact is enabled or disabled.</p>", |
| 2398 | + "smithy.api#required": {} |
| 2399 | + } |
| 2400 | + }, |
| 2401 | + "MuxType": { |
| 2402 | + "target": "com.amazonaws.chime#ContentMuxType", |
| 2403 | + "traits": { |
| 2404 | + "smithy.api#documentation": "<p>The MUX type of the artifact configuration.</p>" |
| 2405 | + } |
| 2406 | + } |
| 2407 | + }, |
| 2408 | + "traits": { |
| 2409 | + "smithy.api#documentation": "<p>The content artifact object.</p>" |
| 2410 | + } |
| 2411 | + }, |
| 2412 | + "com.amazonaws.chime#ContentMuxType": { |
| 2413 | + "type": "string", |
| 2414 | + "traits": { |
| 2415 | + "smithy.api#enum": [ |
| 2416 | + { |
| 2417 | + "value": "ContentOnly", |
| 2418 | + "name": "ContentOnly" |
| 2419 | + } |
| 2420 | + ] |
| 2421 | + } |
| 2422 | + }, |
2286 | 2423 | "com.amazonaws.chime#ConversationRetentionSettings": {
|
2287 | 2424 | "type": "structure",
|
2288 | 2425 | "members": {
|
|
3344 | 3481 | "smithy.api#documentation": "<p>The token assigned to the client making the pipeline request.</p>",
|
3345 | 3482 | "smithy.api#idempotencyToken": {}
|
3346 | 3483 | }
|
| 3484 | + }, |
| 3485 | + "ChimeSdkMeetingConfiguration": { |
| 3486 | + "target": "com.amazonaws.chime#ChimeSdkMeetingConfiguration", |
| 3487 | + "traits": { |
| 3488 | + "smithy.api#documentation": "<p>The configuration for a specified media capture pipeline. <code>SourceType</code> must be <code>ChimeSdkMeeting</code>.</p>" |
| 3489 | + } |
3347 | 3490 | }
|
3348 | 3491 | }
|
3349 | 3492 | },
|
|
7313 | 7456 | "smithy.api#sensitive": {}
|
7314 | 7457 | }
|
7315 | 7458 | },
|
| 7459 | + "com.amazonaws.chime#ExternalUserIdList": { |
| 7460 | + "type": "list", |
| 7461 | + "member": { |
| 7462 | + "target": "com.amazonaws.chime#ExternalUserIdType" |
| 7463 | + }, |
| 7464 | + "traits": { |
| 7465 | + "smithy.api#length": { |
| 7466 | + "min": 1 |
| 7467 | + } |
| 7468 | + } |
| 7469 | + }, |
7316 | 7470 | "com.amazonaws.chime#ExternalUserIdType": {
|
7317 | 7471 | "type": "string",
|
7318 | 7472 | "traits": {
|
@@ -12489,10 +12643,16 @@
|
12489 | 12643 | "traits": {
|
12490 | 12644 | "smithy.api#documentation": "<p>The time at which the capture pipeline was updated, in ISO 8601 format.</p>"
|
12491 | 12645 | }
|
| 12646 | + }, |
| 12647 | + "ChimeSdkMeetingConfiguration": { |
| 12648 | + "target": "com.amazonaws.chime#ChimeSdkMeetingConfiguration", |
| 12649 | + "traits": { |
| 12650 | + "smithy.api#documentation": "<p>The configuration for a specified media capture pipeline. <code>SourceType</code> must be <code>ChimeSdkMeeting</code>.</p>" |
| 12651 | + } |
12492 | 12652 | }
|
12493 | 12653 | },
|
12494 | 12654 | "traits": {
|
12495 |
| - "smithy.api#documentation": "<p>A media capture pipeline object. A string consisting of an ID, source type, a source ARN, a sink type, and a sink ARN.</p>" |
| 12655 | + "smithy.api#documentation": "<p>A media capture pipeline object consisting of an ID, source type, source ARN, a sink type, a sink ARN, and a configuration object.</p>" |
12496 | 12656 | }
|
12497 | 12657 | },
|
12498 | 12658 | "com.amazonaws.chime#MediaCapturePipelineList": {
|
|
12598 | 12758 | "EventIngestionUrl": {
|
12599 | 12759 | "target": "com.amazonaws.chime#UriType",
|
12600 | 12760 | "traits": {
|
12601 |
| - "smithy.api#documentation": "<p>The URL of the S3 bucket used to store the captured media.</p>" |
| 12761 | + "smithy.api#documentation": "<p>The event ingestion URL.</p>" |
12602 | 12762 | }
|
12603 | 12763 | }
|
12604 | 12764 | },
|
|
15437 | 15597 | }
|
15438 | 15598 | }
|
15439 | 15599 | },
|
| 15600 | + "com.amazonaws.chime#SelectedVideoStreams": { |
| 15601 | + "type": "structure", |
| 15602 | + "members": { |
| 15603 | + "AttendeeIds": { |
| 15604 | + "target": "com.amazonaws.chime#AttendeeIdList", |
| 15605 | + "traits": { |
| 15606 | + "smithy.api#documentation": "<p>The attendee IDs of the streams selected for a media capture pipeline. </p>" |
| 15607 | + } |
| 15608 | + }, |
| 15609 | + "ExternalUserIds": { |
| 15610 | + "target": "com.amazonaws.chime#ExternalUserIdList", |
| 15611 | + "traits": { |
| 15612 | + "smithy.api#documentation": "<p>The external user IDs of the streams selected for a media capture pipeline.</p>" |
| 15613 | + } |
| 15614 | + } |
| 15615 | + }, |
| 15616 | + "traits": { |
| 15617 | + "smithy.api#documentation": "<p>The video streams to capture for a specified media capture pipeline. The total number of video streams can't exceed 25.</p>" |
| 15618 | + } |
| 15619 | + }, |
15440 | 15620 | "com.amazonaws.chime#SendChannelMessage": {
|
15441 | 15621 | "type": "operation",
|
15442 | 15622 | "input": {
|
|
15892 | 16072 | ]
|
15893 | 16073 | }
|
15894 | 16074 | },
|
| 16075 | + "com.amazonaws.chime#SourceConfiguration": { |
| 16076 | + "type": "structure", |
| 16077 | + "members": { |
| 16078 | + "SelectedVideoStreams": { |
| 16079 | + "target": "com.amazonaws.chime#SelectedVideoStreams", |
| 16080 | + "traits": { |
| 16081 | + "smithy.api#documentation": "<p>The selected video streams to capture for a specified media capture pipeline. The number of video streams can't exceed 25.</p>" |
| 16082 | + } |
| 16083 | + } |
| 16084 | + }, |
| 16085 | + "traits": { |
| 16086 | + "smithy.api#documentation": "<p>Source configuration for a specified media capture pipeline.</p>" |
| 16087 | + } |
| 16088 | + }, |
15895 | 16089 | "com.amazonaws.chime#StartMeetingTranscription": {
|
15896 | 16090 | "type": "operation",
|
15897 | 16091 | "input": {
|
@@ -18185,15 +18379,13 @@
|
18185 | 18379 | "BusinessCalling": {
|
18186 | 18380 | "target": "com.amazonaws.chime#BusinessCallingSettings",
|
18187 | 18381 | "traits": {
|
18188 |
| - "smithy.api#documentation": "<p>The Amazon Chime Business Calling settings.</p>", |
18189 |
| - "smithy.api#required": {} |
| 18382 | + "smithy.api#documentation": "<p>The Amazon Chime Business Calling settings.</p>" |
18190 | 18383 | }
|
18191 | 18384 | },
|
18192 | 18385 | "VoiceConnector": {
|
18193 | 18386 | "target": "com.amazonaws.chime#VoiceConnectorSettings",
|
18194 | 18387 | "traits": {
|
18195 |
| - "smithy.api#documentation": "<p>The Amazon Chime Voice Connector settings.</p>", |
18196 |
| - "smithy.api#required": {} |
| 18388 | + "smithy.api#documentation": "<p>The Amazon Chime Voice Connector settings.</p>" |
18197 | 18389 | }
|
18198 | 18390 | }
|
18199 | 18391 | }
|
|
18210 | 18402 | {
|
18211 | 18403 | "target": "com.amazonaws.chime#BadRequestException"
|
18212 | 18404 | },
|
| 18405 | + { |
| 18406 | + "target": "com.amazonaws.chime#ConflictException" |
| 18407 | + }, |
18213 | 18408 | {
|
18214 | 18409 | "target": "com.amazonaws.chime#ForbiddenException"
|
18215 | 18410 | },
|
|
19427 | 19622 | ]
|
19428 | 19623 | }
|
19429 | 19624 | },
|
| 19625 | + "com.amazonaws.chime#VideoArtifactsConfiguration": { |
| 19626 | + "type": "structure", |
| 19627 | + "members": { |
| 19628 | + "State": { |
| 19629 | + "target": "com.amazonaws.chime#ArtifactsState", |
| 19630 | + "traits": { |
| 19631 | + "smithy.api#documentation": "<p>Indicates whether the video artifact is enabled or disabled.</p>", |
| 19632 | + "smithy.api#required": {} |
| 19633 | + } |
| 19634 | + }, |
| 19635 | + "MuxType": { |
| 19636 | + "target": "com.amazonaws.chime#VideoMuxType", |
| 19637 | + "traits": { |
| 19638 | + "smithy.api#documentation": "<p>The MUX type of the video artifact configuration object.</p>" |
| 19639 | + } |
| 19640 | + } |
| 19641 | + }, |
| 19642 | + "traits": { |
| 19643 | + "smithy.api#documentation": "<p>The video artifact configuration object.</p>" |
| 19644 | + } |
| 19645 | + }, |
| 19646 | + "com.amazonaws.chime#VideoMuxType": { |
| 19647 | + "type": "string", |
| 19648 | + "traits": { |
| 19649 | + "smithy.api#enum": [ |
| 19650 | + { |
| 19651 | + "value": "VideoOnly", |
| 19652 | + "name": "VideoOnly" |
| 19653 | + } |
| 19654 | + ] |
| 19655 | + } |
| 19656 | + }, |
19430 | 19657 | "com.amazonaws.chime#VoiceConnector": {
|
19431 | 19658 | "type": "structure",
|
19432 | 19659 | "members": {
|
|
0 commit comments