|
2883 | 2883 | },
|
2884 | 2884 | "documentation": "Ancillary Source Settings"
|
2885 | 2885 | },
|
| 2886 | + "ArchiveCdnSettings": { |
| 2887 | + "type": "structure", |
| 2888 | + "members": { |
| 2889 | + "ArchiveS3Settings": { |
| 2890 | + "shape": "ArchiveS3Settings", |
| 2891 | + "locationName": "archiveS3Settings" |
| 2892 | + } |
| 2893 | + }, |
| 2894 | + "documentation": "Archive Cdn Settings" |
| 2895 | + }, |
2886 | 2896 | "ArchiveContainerSettings": {
|
2887 | 2897 | "type": "structure",
|
2888 | 2898 | "members": {
|
|
2900 | 2910 | "ArchiveGroupSettings": {
|
2901 | 2911 | "type": "structure",
|
2902 | 2912 | "members": {
|
| 2913 | + "ArchiveCdnSettings": { |
| 2914 | + "shape": "ArchiveCdnSettings", |
| 2915 | + "locationName": "archiveCdnSettings", |
| 2916 | + "documentation": "Parameters that control interactions with the CDN." |
| 2917 | + }, |
2903 | 2918 | "Destination": {
|
2904 | 2919 | "shape": "OutputLocationRef",
|
2905 | 2920 | "locationName": "destination",
|
|
2940 | 2955 | "ContainerSettings"
|
2941 | 2956 | ]
|
2942 | 2957 | },
|
| 2958 | + "ArchiveS3LogUploads": { |
| 2959 | + "type": "string", |
| 2960 | + "documentation": "Archive S3 Log Uploads", |
| 2961 | + "enum": [ |
| 2962 | + "DISABLED", |
| 2963 | + "ENABLED" |
| 2964 | + ] |
| 2965 | + }, |
| 2966 | + "ArchiveS3Settings": { |
| 2967 | + "type": "structure", |
| 2968 | + "members": { |
| 2969 | + "CannedAcl": { |
| 2970 | + "shape": "S3CannedAcl", |
| 2971 | + "locationName": "cannedAcl", |
| 2972 | + "documentation": "Specify the canned ACL to apply to each S3 request. Defaults to none." |
| 2973 | + } |
| 2974 | + }, |
| 2975 | + "documentation": "Archive S3 Settings" |
| 2976 | + }, |
2943 | 2977 | "AribDestinationSettings": {
|
2944 | 2978 | "type": "structure",
|
2945 | 2979 | "members": {
|
|
4116 | 4150 | "CaptionChannel"
|
4117 | 4151 | ]
|
4118 | 4152 | },
|
| 4153 | + "CaptionRectangle": { |
| 4154 | + "type": "structure", |
| 4155 | + "members": { |
| 4156 | + "Height": { |
| 4157 | + "shape": "__doubleMin0Max100", |
| 4158 | + "locationName": "height", |
| 4159 | + "documentation": "See the description in leftOffset.\nFor height, specify the entire height of the rectangle as a percentage of the underlying frame height. For example, \\\"80\\\" means the rectangle height is 80% of the underlying frame height. The topOffset and rectangleHeight must add up to 100% or less.\nThis field corresponds to tts:extent - Y in the TTML standard." |
| 4160 | + }, |
| 4161 | + "LeftOffset": { |
| 4162 | + "shape": "__doubleMin0Max100", |
| 4163 | + "locationName": "leftOffset", |
| 4164 | + "documentation": "Applies only if you plan to convert these source captions to EBU-TT-D or TTML in an output. (Make sure to leave the default if you don't have either of these formats in the output.) You can define a display rectangle for the captions that is smaller than the underlying video frame. You define the rectangle by specifying the position of the left edge, top edge, bottom edge, and right edge of the rectangle, all within the underlying video frame. The units for the measurements are percentages.\nIf you specify a value for one of these fields, you must specify a value for all of them.\nFor leftOffset, specify the position of the left edge of the rectangle, as a percentage of the underlying frame width, and relative to the left edge of the frame. For example, \\\"10\\\" means the measurement is 10% of the underlying frame width. The rectangle left edge starts at that position from the left edge of the frame.\nThis field corresponds to tts:origin - X in the TTML standard." |
| 4165 | + }, |
| 4166 | + "TopOffset": { |
| 4167 | + "shape": "__doubleMin0Max100", |
| 4168 | + "locationName": "topOffset", |
| 4169 | + "documentation": "See the description in leftOffset.\nFor topOffset, specify the position of the top edge of the rectangle, as a percentage of the underlying frame height, and relative to the top edge of the frame. For example, \\\"10\\\" means the measurement is 10% of the underlying frame height. The rectangle top edge starts at that position from the top edge of the frame.\nThis field corresponds to tts:origin - Y in the TTML standard." |
| 4170 | + }, |
| 4171 | + "Width": { |
| 4172 | + "shape": "__doubleMin0Max100", |
| 4173 | + "locationName": "width", |
| 4174 | + "documentation": "See the description in leftOffset.\nFor width, specify the entire width of the rectangle as a percentage of the underlying frame width. For example, \\\"80\\\" means the rectangle width is 80% of the underlying frame width. The leftOffset and rectangleWidth must add up to 100% or less.\nThis field corresponds to tts:extent - X in the TTML standard." |
| 4175 | + } |
| 4176 | + }, |
| 4177 | + "documentation": "Caption Rectangle", |
| 4178 | + "required": [ |
| 4179 | + "TopOffset", |
| 4180 | + "Height", |
| 4181 | + "Width", |
| 4182 | + "LeftOffset" |
| 4183 | + ] |
| 4184 | + }, |
4119 | 4185 | "CaptionSelector": {
|
4120 | 4186 | "type": "structure",
|
4121 | 4187 | "members": {
|
|
6689 | 6755 | "EbuTtDDestinationSettings": {
|
6690 | 6756 | "type": "structure",
|
6691 | 6757 | "members": {
|
| 6758 | + "CopyrightHolder": { |
| 6759 | + "shape": "__stringMax1000", |
| 6760 | + "locationName": "copyrightHolder", |
| 6761 | + "documentation": "Applies only if you plan to convert these source captions to EBU-TT-D or TTML in an output. Complete this field if you want to include the name of the copyright holder in the copyright metadata tag in the TTML" |
| 6762 | + }, |
6692 | 6763 | "FillLineGap": {
|
6693 | 6764 | "shape": "EbuTtDFillLineGapControl",
|
6694 | 6765 | "locationName": "fillLineGap",
|
|
7037 | 7108 | },
|
7038 | 7109 | "documentation": "Placeholder documentation for ForbiddenException"
|
7039 | 7110 | },
|
| 7111 | + "FrameCaptureCdnSettings": { |
| 7112 | + "type": "structure", |
| 7113 | + "members": { |
| 7114 | + "FrameCaptureS3Settings": { |
| 7115 | + "shape": "FrameCaptureS3Settings", |
| 7116 | + "locationName": "frameCaptureS3Settings" |
| 7117 | + } |
| 7118 | + }, |
| 7119 | + "documentation": "Frame Capture Cdn Settings" |
| 7120 | + }, |
7040 | 7121 | "FrameCaptureGroupSettings": {
|
7041 | 7122 | "type": "structure",
|
7042 | 7123 | "members": {
|
7043 | 7124 | "Destination": {
|
7044 | 7125 | "shape": "OutputLocationRef",
|
7045 | 7126 | "locationName": "destination",
|
7046 | 7127 | "documentation": "The destination for the frame capture files. Either the URI for an Amazon S3 bucket and object, plus a file name prefix (for example, s3ssl://sportsDelivery/highlights/20180820/curling-) or the URI for a MediaStore container, plus a file name prefix (for example, mediastoressl://sportsDelivery/20180820/curling-). The final file names consist of the prefix from the destination field (for example, \"curling-\") + name modifier + the counter (5 digits, starting from 00001) + extension (which is always .jpg). For example, curling-low.00001.jpg"
|
| 7128 | + }, |
| 7129 | + "FrameCaptureCdnSettings": { |
| 7130 | + "shape": "FrameCaptureCdnSettings", |
| 7131 | + "locationName": "frameCaptureCdnSettings", |
| 7132 | + "documentation": "Parameters that control interactions with the CDN." |
7047 | 7133 | }
|
7048 | 7134 | },
|
7049 | 7135 | "documentation": "Frame Capture Group Settings",
|
|
7076 | 7162 | },
|
7077 | 7163 | "documentation": "Frame Capture Output Settings"
|
7078 | 7164 | },
|
| 7165 | + "FrameCaptureS3LogUploads": { |
| 7166 | + "type": "string", |
| 7167 | + "documentation": "Frame Capture S3 Log Uploads", |
| 7168 | + "enum": [ |
| 7169 | + "DISABLED", |
| 7170 | + "ENABLED" |
| 7171 | + ] |
| 7172 | + }, |
| 7173 | + "FrameCaptureS3Settings": { |
| 7174 | + "type": "structure", |
| 7175 | + "members": { |
| 7176 | + "CannedAcl": { |
| 7177 | + "shape": "S3CannedAcl", |
| 7178 | + "locationName": "cannedAcl", |
| 7179 | + "documentation": "Specify the canned ACL to apply to each S3 request. Defaults to none." |
| 7180 | + } |
| 7181 | + }, |
| 7182 | + "documentation": "Frame Capture S3 Settings" |
| 7183 | + }, |
7079 | 7184 | "FrameCaptureSettings": {
|
7080 | 7185 | "type": "structure",
|
7081 | 7186 | "members": {
|
|
7537 | 7642 | "Softness": {
|
7538 | 7643 | "shape": "__integerMin0Max128",
|
7539 | 7644 | "locationName": "softness",
|
7540 |
| - "documentation": "Softness. Selects quantizer matrix, larger values reduce high-frequency content in the encoded image." |
| 7645 | + "documentation": "Softness. Selects quantizer matrix, larger values reduce high-frequency content in the encoded image. If not set to zero, must be greater than 15." |
7541 | 7646 | },
|
7542 | 7647 | "SpatialAq": {
|
7543 | 7648 | "shape": "H264SpatialAq",
|
|
8040 | 8145 | "shape": "HlsMediaStoreSettings",
|
8041 | 8146 | "locationName": "hlsMediaStoreSettings"
|
8042 | 8147 | },
|
| 8148 | + "HlsS3Settings": { |
| 8149 | + "shape": "HlsS3Settings", |
| 8150 | + "locationName": "hlsS3Settings" |
| 8151 | + }, |
8043 | 8152 | "HlsWebdavSettings": {
|
8044 | 8153 | "shape": "HlsWebdavSettings",
|
8045 | 8154 | "locationName": "hlsWebdavSettings"
|
|
8502 | 8611 | "ENABLED"
|
8503 | 8612 | ]
|
8504 | 8613 | },
|
| 8614 | + "HlsS3LogUploads": { |
| 8615 | + "type": "string", |
| 8616 | + "documentation": "Hls S3 Log Uploads", |
| 8617 | + "enum": [ |
| 8618 | + "DISABLED", |
| 8619 | + "ENABLED" |
| 8620 | + ] |
| 8621 | + }, |
| 8622 | + "HlsS3Settings": { |
| 8623 | + "type": "structure", |
| 8624 | + "members": { |
| 8625 | + "CannedAcl": { |
| 8626 | + "shape": "S3CannedAcl", |
| 8627 | + "locationName": "cannedAcl", |
| 8628 | + "documentation": "Specify the canned ACL to apply to each S3 request. Defaults to none." |
| 8629 | + } |
| 8630 | + }, |
| 8631 | + "documentation": "Hls S3 Settings" |
| 8632 | + }, |
8505 | 8633 | "HlsSegmentationMode": {
|
8506 | 8634 | "type": "string",
|
8507 | 8635 | "documentation": "Hls Segmentation Mode",
|
|
12596 | 12724 | "Destination"
|
12597 | 12725 | ]
|
12598 | 12726 | },
|
| 12727 | + "S3CannedAcl": { |
| 12728 | + "type": "string", |
| 12729 | + "documentation": "S3 Canned Acl", |
| 12730 | + "enum": [ |
| 12731 | + "AUTHENTICATED_READ", |
| 12732 | + "BUCKET_OWNER_FULL_CONTROL", |
| 12733 | + "BUCKET_OWNER_READ", |
| 12734 | + "PUBLIC_READ" |
| 12735 | + ] |
| 12736 | + }, |
12599 | 12737 | "ScheduleAction": {
|
12600 | 12738 | "type": "structure",
|
12601 | 12739 | "members": {
|
|
13657 | 13795 | "TeletextSourceSettings": {
|
13658 | 13796 | "type": "structure",
|
13659 | 13797 | "members": {
|
| 13798 | + "OutputRectangle": { |
| 13799 | + "shape": "CaptionRectangle", |
| 13800 | + "locationName": "outputRectangle", |
| 13801 | + "documentation": "Optionally defines a region where TTML style captions will be displayed" |
| 13802 | + }, |
13660 | 13803 | "PageNumber": {
|
13661 | 13804 | "shape": "__string",
|
13662 | 13805 | "locationName": "pageNumber",
|
|
14844 | 14987 | "type": "double",
|
14845 | 14988 | "documentation": "Placeholder documentation for __doubleMin0Max1"
|
14846 | 14989 | },
|
| 14990 | + "__doubleMin0Max100": { |
| 14991 | + "type": "double", |
| 14992 | + "documentation": "Placeholder documentation for __doubleMin0Max100" |
| 14993 | + }, |
14847 | 14994 | "__doubleMin1": {
|
14848 | 14995 | "type": "double",
|
14849 | 14996 | "documentation": "Placeholder documentation for __doubleMin1"
|
|
15519 | 15666 | "type": "string",
|
15520 | 15667 | "documentation": "Placeholder documentation for __string"
|
15521 | 15668 | },
|
| 15669 | + "__stringMax1000": { |
| 15670 | + "type": "string", |
| 15671 | + "max": 1000, |
| 15672 | + "documentation": "Placeholder documentation for __stringMax1000" |
| 15673 | + }, |
15522 | 15674 | "__stringMax256": {
|
15523 | 15675 | "type": "string",
|
15524 | 15676 | "max": 256,
|
|
0 commit comments