|
1033 | 1033 | }
|
1034 | 1034 | }
|
1035 | 1035 | },
|
| 1036 | + "com.amazonaws.mediaconnect#AudioMonitoringSetting": { |
| 1037 | + "type": "structure", |
| 1038 | + "members": { |
| 1039 | + "SilentAudio": { |
| 1040 | + "target": "com.amazonaws.mediaconnect#SilentAudio", |
| 1041 | + "traits": { |
| 1042 | + "smithy.api#documentation": "Detects periods of silence.", |
| 1043 | + "smithy.api#jsonName": "silentAudio" |
| 1044 | + } |
| 1045 | + } |
| 1046 | + }, |
| 1047 | + "traits": { |
| 1048 | + "smithy.api#documentation": "Specifies the configuration for audio stream metrics monitoring." |
| 1049 | + } |
| 1050 | + }, |
1036 | 1051 | "com.amazonaws.mediaconnect#BadRequestException": {
|
1037 | 1052 | "type": "structure",
|
1038 | 1053 | "members": {
|
|
1052 | 1067 | "smithy.api#httpError": 400
|
1053 | 1068 | }
|
1054 | 1069 | },
|
| 1070 | + "com.amazonaws.mediaconnect#BlackFrames": { |
| 1071 | + "type": "structure", |
| 1072 | + "members": { |
| 1073 | + "State": { |
| 1074 | + "target": "com.amazonaws.mediaconnect#State", |
| 1075 | + "traits": { |
| 1076 | + "smithy.api#documentation": "Indicates whether the BlackFrames metric is enabled or disabled.", |
| 1077 | + "smithy.api#jsonName": "state" |
| 1078 | + } |
| 1079 | + }, |
| 1080 | + "ThresholdSeconds": { |
| 1081 | + "target": "com.amazonaws.mediaconnect#__integer", |
| 1082 | + "traits": { |
| 1083 | + "smithy.api#documentation": "Specifies the number of consecutive seconds of black frames that triggers an event or alert.", |
| 1084 | + "smithy.api#jsonName": "thresholdSeconds" |
| 1085 | + } |
| 1086 | + } |
| 1087 | + }, |
| 1088 | + "traits": { |
| 1089 | + "smithy.api#documentation": "Configures settings for the BlackFrames metric." |
| 1090 | + } |
| 1091 | + }, |
1055 | 1092 | "com.amazonaws.mediaconnect#Bridge": {
|
1056 | 1093 | "type": "structure",
|
1057 | 1094 | "members": {
|
|
1546 | 1583 | }
|
1547 | 1584 | }
|
1548 | 1585 | },
|
| 1586 | + "com.amazonaws.mediaconnect#ContentQualityAnalysisState": { |
| 1587 | + "type": "enum", |
| 1588 | + "members": { |
| 1589 | + "ENABLED": { |
| 1590 | + "target": "smithy.api#Unit", |
| 1591 | + "traits": { |
| 1592 | + "smithy.api#enumValue": "ENABLED" |
| 1593 | + } |
| 1594 | + }, |
| 1595 | + "DISABLED": { |
| 1596 | + "target": "smithy.api#Unit", |
| 1597 | + "traits": { |
| 1598 | + "smithy.api#enumValue": "DISABLED" |
| 1599 | + } |
| 1600 | + } |
| 1601 | + } |
| 1602 | + }, |
1549 | 1603 | "com.amazonaws.mediaconnect#CreateBridge": {
|
1550 | 1604 | "type": "operation",
|
1551 | 1605 | "input": {
|
|
3691 | 3745 | "smithy.api#documentation": "The frame resolution used by the video stream."
|
3692 | 3746 | }
|
3693 | 3747 | },
|
| 3748 | + "com.amazonaws.mediaconnect#FrozenFrames": { |
| 3749 | + "type": "structure", |
| 3750 | + "members": { |
| 3751 | + "State": { |
| 3752 | + "target": "com.amazonaws.mediaconnect#State", |
| 3753 | + "traits": { |
| 3754 | + "smithy.api#documentation": "Indicates whether the FrozenFrames metric is enabled or disabled.", |
| 3755 | + "smithy.api#jsonName": "state" |
| 3756 | + } |
| 3757 | + }, |
| 3758 | + "ThresholdSeconds": { |
| 3759 | + "target": "com.amazonaws.mediaconnect#__integer", |
| 3760 | + "traits": { |
| 3761 | + "smithy.api#documentation": "Specifies the number of consecutive seconds of a static image that triggers an event or alert.", |
| 3762 | + "smithy.api#jsonName": "thresholdSeconds" |
| 3763 | + } |
| 3764 | + } |
| 3765 | + }, |
| 3766 | + "traits": { |
| 3767 | + "smithy.api#documentation": "Configures settings for the FrozenFrames metric." |
| 3768 | + } |
| 3769 | + }, |
3694 | 3770 | "com.amazonaws.mediaconnect#Gateway": {
|
3695 | 3771 | "type": "structure",
|
3696 | 3772 | "members": {
|
|
6600 | 6676 | "smithy.api#documentation": "The state of thumbnail monitoring.",
|
6601 | 6677 | "smithy.api#jsonName": "thumbnailState"
|
6602 | 6678 | }
|
| 6679 | + }, |
| 6680 | + "AudioMonitoringSettings": { |
| 6681 | + "target": "com.amazonaws.mediaconnect#__listOfAudioMonitoringSetting", |
| 6682 | + "traits": { |
| 6683 | + "smithy.api#documentation": "Contains the settings for audio stream metrics monitoring.", |
| 6684 | + "smithy.api#jsonName": "audioMonitoringSettings" |
| 6685 | + } |
| 6686 | + }, |
| 6687 | + "ContentQualityAnalysisState": { |
| 6688 | + "target": "com.amazonaws.mediaconnect#ContentQualityAnalysisState", |
| 6689 | + "traits": { |
| 6690 | + "smithy.api#documentation": "Indicates whether content quality analysis is enabled or disabled.", |
| 6691 | + "smithy.api#jsonName": "contentQualityAnalysisState" |
| 6692 | + } |
| 6693 | + }, |
| 6694 | + "VideoMonitoringSettings": { |
| 6695 | + "target": "com.amazonaws.mediaconnect#__listOfVideoMonitoringSetting", |
| 6696 | + "traits": { |
| 6697 | + "smithy.api#documentation": "Contains the settings for video stream metrics monitoring.", |
| 6698 | + "smithy.api#jsonName": "videoMonitoringSettings" |
| 6699 | + } |
6603 | 6700 | }
|
6604 | 6701 | },
|
6605 | 6702 | "traits": {
|
|
8067 | 8164 | "smithy.api#documentation": "The settings for the source of the flow."
|
8068 | 8165 | }
|
8069 | 8166 | },
|
| 8167 | + "com.amazonaws.mediaconnect#SilentAudio": { |
| 8168 | + "type": "structure", |
| 8169 | + "members": { |
| 8170 | + "State": { |
| 8171 | + "target": "com.amazonaws.mediaconnect#State", |
| 8172 | + "traits": { |
| 8173 | + "smithy.api#documentation": "Indicates whether the SilentAudio metric is enabled or disabled.", |
| 8174 | + "smithy.api#jsonName": "state" |
| 8175 | + } |
| 8176 | + }, |
| 8177 | + "ThresholdSeconds": { |
| 8178 | + "target": "com.amazonaws.mediaconnect#__integer", |
| 8179 | + "traits": { |
| 8180 | + "smithy.api#documentation": "Specifies the number of consecutive seconds of silence that triggers an event or alert.", |
| 8181 | + "smithy.api#jsonName": "thresholdSeconds" |
| 8182 | + } |
| 8183 | + } |
| 8184 | + }, |
| 8185 | + "traits": { |
| 8186 | + "smithy.api#documentation": "Configures settings for the SilentAudio metric." |
| 8187 | + } |
| 8188 | + }, |
8070 | 8189 | "com.amazonaws.mediaconnect#Source": {
|
8071 | 8190 | "type": "structure",
|
8072 | 8191 | "members": {
|
|
10404 | 10523 | "smithy.api#documentation": "Update maintenance setting for a flow"
|
10405 | 10524 | }
|
10406 | 10525 | },
|
| 10526 | + "com.amazonaws.mediaconnect#VideoMonitoringSetting": { |
| 10527 | + "type": "structure", |
| 10528 | + "members": { |
| 10529 | + "BlackFrames": { |
| 10530 | + "target": "com.amazonaws.mediaconnect#BlackFrames", |
| 10531 | + "traits": { |
| 10532 | + "smithy.api#documentation": "Detects video frames that are black.", |
| 10533 | + "smithy.api#jsonName": "blackFrames" |
| 10534 | + } |
| 10535 | + }, |
| 10536 | + "FrozenFrames": { |
| 10537 | + "target": "com.amazonaws.mediaconnect#FrozenFrames", |
| 10538 | + "traits": { |
| 10539 | + "smithy.api#documentation": "Detects video frames that have not changed.", |
| 10540 | + "smithy.api#jsonName": "frozenFrames" |
| 10541 | + } |
| 10542 | + } |
| 10543 | + }, |
| 10544 | + "traits": { |
| 10545 | + "smithy.api#documentation": "Specifies the configuration for video stream metrics monitoring." |
| 10546 | + } |
| 10547 | + }, |
10407 | 10548 | "com.amazonaws.mediaconnect#VpcInterface": {
|
10408 | 10549 | "type": "structure",
|
10409 | 10550 | "members": {
|
|
10565 | 10706 | "target": "com.amazonaws.mediaconnect#AddOutputRequest"
|
10566 | 10707 | }
|
10567 | 10708 | },
|
| 10709 | + "com.amazonaws.mediaconnect#__listOfAudioMonitoringSetting": { |
| 10710 | + "type": "list", |
| 10711 | + "member": { |
| 10712 | + "target": "com.amazonaws.mediaconnect#AudioMonitoringSetting" |
| 10713 | + } |
| 10714 | + }, |
10568 | 10715 | "com.amazonaws.mediaconnect#__listOfBridgeOutput": {
|
10569 | 10716 | "type": "list",
|
10570 | 10717 | "member": {
|
|
10727 | 10874 | "target": "com.amazonaws.mediaconnect#TransportStreamProgram"
|
10728 | 10875 | }
|
10729 | 10876 | },
|
| 10877 | + "com.amazonaws.mediaconnect#__listOfVideoMonitoringSetting": { |
| 10878 | + "type": "list", |
| 10879 | + "member": { |
| 10880 | + "target": "com.amazonaws.mediaconnect#VideoMonitoringSetting" |
| 10881 | + } |
| 10882 | + }, |
10730 | 10883 | "com.amazonaws.mediaconnect#__listOfVpcInterface": {
|
10731 | 10884 | "type": "list",
|
10732 | 10885 | "member": {
|
|
0 commit comments