aws-sdk 2.1008.0 → 2.1012.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +43 -37
- package/apis/chime-sdk-messaging-2021-05-15.min.json +601 -88
- package/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
- package/apis/dataexchange-2017-07-25.min.json +65 -13
- package/apis/directconnect-2012-10-25.min.json +119 -35
- package/apis/glue-2017-03-31.min.json +341 -339
- package/apis/ivs-2020-07-14.min.json +127 -100
- package/apis/ivs-2020-07-14.paginators.json +4 -14
- package/apis/mediaconvert-2017-08-29.min.json +137 -134
- package/apis/mediapackage-2017-10-12.min.json +4 -0
- package/apis/mediapackage-vod-2018-11-07.min.json +4 -0
- package/apis/metadata.json +3 -0
- package/apis/panorama-2019-07-24.examples.json +5 -0
- package/apis/panorama-2019-07-24.min.json +1622 -0
- package/apis/panorama-2019-07-24.paginators.json +49 -0
- package/apis/quicksight-2018-04-01.min.json +237 -159
- package/apis/securityhub-2018-10-26.min.json +282 -137
- package/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/appflow.d.ts +8 -0
- package/clients/chimesdkmessaging.d.ts +475 -2
- package/clients/dataexchange.d.ts +110 -20
- package/clients/directconnect.d.ts +186 -49
- package/clients/efs.d.ts +10 -10
- package/clients/glue.d.ts +11 -2
- package/clients/ivs.d.ts +158 -133
- package/clients/mediaconvert.d.ts +57 -58
- package/clients/mediapackage.d.ts +4 -0
- package/clients/mediapackagevod.d.ts +4 -0
- package/clients/panorama.d.ts +1926 -0
- package/clients/panorama.js +18 -0
- package/clients/quicksight.d.ts +158 -75
- package/clients/securityhub.d.ts +161 -2
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +55 -18
- package/dist/aws-sdk.js +125 -38
- package/dist/aws-sdk.min.js +68 -68
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -717,91 +717,87 @@ declare namespace MediaConvert {
|
|
|
717
717
|
export type BurnInSubtitleStylePassthrough = "ENABLED"|"DISABLED"|string;
|
|
718
718
|
export interface BurninDestinationSettings {
|
|
719
719
|
/**
|
|
720
|
-
* If no explicit x_position
|
|
720
|
+
* Specify the alignment of your captions. If no explicit x_position is provided, setting alignment to centered will placethe captions at the bottom center of the output. Similarly, setting a left alignment willalign captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates.
|
|
721
721
|
*/
|
|
722
722
|
Alignment?: BurninSubtitleAlignment;
|
|
723
723
|
/**
|
|
724
|
-
* Ignore this setting unless
|
|
724
|
+
* Ignore this setting unless Style passthrough (StylePassthrough) is set to Enabled and Font color (FontColor) set to Black, Yellow, Red, Green, Blue, or Hex. Use Apply font color (ApplyFontColor) for additional font color controls. When you choose White text only (WHITE_TEXT_ONLY), or leave blank, your font color setting only applies to white text in your input captions. For example, if your font color setting is Yellow, and your input captions have red and white text, your output captions will have red and yellow text. When you choose ALL_TEXT, your font color setting applies to all of your output captions text.
|
|
725
725
|
*/
|
|
726
726
|
ApplyFontColor?: BurninSubtitleApplyFontColor;
|
|
727
727
|
/**
|
|
728
|
-
*
|
|
729
|
-
All burn-in and DVB-Sub font settings must match.
|
|
728
|
+
* Specify the color of the rectangle behind the captions. Leave background color (BackgroundColor) blank and set Style passthrough (StylePassthrough) to enabled to use the background color data from your input captions, if present. Within your job settings, all of your DVB-Sub settings must be identical.
|
|
730
729
|
*/
|
|
731
730
|
BackgroundColor?: BurninSubtitleBackgroundColor;
|
|
732
731
|
/**
|
|
733
|
-
*
|
|
732
|
+
* Specify the opacity of the background rectangle. Enter a value from 0 to 255, where 0 is transparent and 255 is opaque. If Style passthrough (StylePassthrough) is set to enabled, leave blank to pass through the background style information in your input captions to your output captions. If Style passthrough is set to disabled, leave blank to use a value of 0 and remove all backgrounds from your output captions.
|
|
734
733
|
*/
|
|
735
734
|
BackgroundOpacity?: __integerMin0Max255;
|
|
736
735
|
/**
|
|
737
|
-
* Specify the font that you want the service to use for your burn in captions when your input captions specify a font that MediaConvert doesn't support. When you
|
|
736
|
+
* Specify the font that you want the service to use for your burn in captions when your input captions specify a font that MediaConvert doesn't support. When you set Fallback font (FallbackFont) to best match (BEST_MATCH), or leave blank, MediaConvert uses a supported font that most closely matches the font that your input captions specify. When there are multiple unsupported fonts in your input captions, MediaConvert matches each font with the supported font that matches best. When you explicitly choose a replacement font, MediaConvert uses that font to replace all unsupported fonts from your input.
|
|
738
737
|
*/
|
|
739
738
|
FallbackFont?: BurninSubtitleFallbackFont;
|
|
740
739
|
/**
|
|
741
|
-
*
|
|
740
|
+
* Specify the color of the burned-in captions text. Leave Font color (FontColor) blank and set Style passthrough (StylePassthrough) to enabled to use the font color data from your input captions, if present.
|
|
742
741
|
*/
|
|
743
742
|
FontColor?: BurninSubtitleFontColor;
|
|
744
743
|
/**
|
|
745
|
-
*
|
|
746
|
-
All burn-in and DVB-Sub font settings must match.
|
|
744
|
+
* Specify the opacity of the burned-in captions. 255 is opaque; 0 is transparent.
|
|
747
745
|
*/
|
|
748
746
|
FontOpacity?: __integerMin0Max255;
|
|
749
747
|
/**
|
|
750
|
-
* Font resolution in DPI (dots per inch)
|
|
751
|
-
All burn-in and DVB-Sub font settings must match.
|
|
748
|
+
* Specify the Font resolution (FontResolution) in DPI (dots per inch).
|
|
752
749
|
*/
|
|
753
750
|
FontResolution?: __integerMin96Max600;
|
|
754
751
|
/**
|
|
755
|
-
*
|
|
752
|
+
* Set Font script (FontScript) to Automatically determined (AUTOMATIC), or leave blank, to automatically determine the font script in your input captions. Otherwise, set to Simplified Chinese (HANS) or Traditional Chinese (HANT) if your input font script uses Simplified or Traditional Chinese.
|
|
756
753
|
*/
|
|
757
754
|
FontScript?: FontScript;
|
|
758
755
|
/**
|
|
759
|
-
*
|
|
756
|
+
* Specify the Font size (FontSize) in pixels. Must be a positive integer. Set to 0, or leave blank, for automatic font size.
|
|
760
757
|
*/
|
|
761
758
|
FontSize?: __integerMin0Max96;
|
|
762
759
|
/**
|
|
763
|
-
* Ignore this setting unless your
|
|
760
|
+
* Ignore this setting unless your Font color is set to Hex. Enter either six or eight hexidecimal digits, representing red, green, and blue, with two optional extra digits for alpha. For example a value of 1122AABB is a red value of 0x11, a green value of 0x22, a blue value of 0xAA, and an alpha value of 0xBB.
|
|
764
761
|
*/
|
|
765
762
|
HexFontColor?: __stringMin6Max8Pattern09aFAF609aFAF2;
|
|
766
763
|
/**
|
|
767
|
-
*
|
|
764
|
+
* Specify font outline color. Leave Outline color (OutlineColor) blank and set Style passthrough (StylePassthrough) to enabled to use the font outline color data from your input captions, if present.
|
|
768
765
|
*/
|
|
769
766
|
OutlineColor?: BurninSubtitleOutlineColor;
|
|
770
767
|
/**
|
|
771
|
-
*
|
|
768
|
+
* Specify the Outline size (OutlineSize) of the caption text, in pixels. Leave Outline size blank and set Style passthrough (StylePassthrough) to enabled to use the outline size data from your input captions, if present.
|
|
772
769
|
*/
|
|
773
770
|
OutlineSize?: __integerMin0Max10;
|
|
774
771
|
/**
|
|
775
|
-
*
|
|
776
|
-
All burn-in and DVB-Sub font settings must match.
|
|
772
|
+
* Specify the color of the shadow cast by the captions. Leave Shadow color (ShadowColor) blank and set Style passthrough (StylePassthrough) to enabled to use the shadow color data from your input captions, if present.
|
|
777
773
|
*/
|
|
778
774
|
ShadowColor?: BurninSubtitleShadowColor;
|
|
779
775
|
/**
|
|
780
|
-
*
|
|
776
|
+
* Specify the opacity of the shadow. Enter a value from 0 to 255, where 0 is transparent and 255 is opaque. If Style passthrough (StylePassthrough) is set to Enabled, leave Shadow opacity (ShadowOpacity) blank to pass through the shadow style information in your input captions to your output captions. If Style passthrough is set to disabled, leave blank to use a value of 0 and remove all shadows from your output captions.
|
|
781
777
|
*/
|
|
782
778
|
ShadowOpacity?: __integerMin0Max255;
|
|
783
779
|
/**
|
|
784
|
-
*
|
|
780
|
+
* Specify the horizontal offset of the shadow, relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left.
|
|
785
781
|
*/
|
|
786
782
|
ShadowXOffset?: __integerMinNegative2147483648Max2147483647;
|
|
787
783
|
/**
|
|
788
|
-
*
|
|
784
|
+
* Specify the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. Leave Shadow y-offset (ShadowYOffset) blank and set Style passthrough (StylePassthrough) to enabled to use the shadow y-offset data from your input captions, if present.
|
|
789
785
|
*/
|
|
790
786
|
ShadowYOffset?: __integerMinNegative2147483648Max2147483647;
|
|
791
787
|
/**
|
|
792
|
-
*
|
|
788
|
+
* Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use default settings: white text with black outlining, bottom-center positioning, and automatic sizing. Whether you set Style passthrough to enabled or not, you can also choose to manually override any of the individual style and position settings.
|
|
793
789
|
*/
|
|
794
790
|
StylePassthrough?: BurnInSubtitleStylePassthrough;
|
|
795
791
|
/**
|
|
796
|
-
*
|
|
792
|
+
* Specify whether the text spacing (TeletextSpacing) in your captions is set by the captions grid, or varies depending on letter width. Choose fixed grid (FIXED_GRID) to conform to the spacing specified in the captions file more accurately. Choose proportional (PROPORTIONAL) to make the text easier to read for closed captions.
|
|
797
793
|
*/
|
|
798
794
|
TeletextSpacing?: BurninSubtitleTeletextSpacing;
|
|
799
795
|
/**
|
|
800
|
-
*
|
|
796
|
+
* Specify the horizontal position (XPosition) of the captions, relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit x_position is provided, the horizontal caption position will be determined by the alignment parameter.
|
|
801
797
|
*/
|
|
802
798
|
XPosition?: __integerMin0Max2147483647;
|
|
803
799
|
/**
|
|
804
|
-
*
|
|
800
|
+
* Specify the vertical position (YPosition) of the captions, relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit y_position is provided, the caption will be positioned towards the bottom of the output.
|
|
805
801
|
*/
|
|
806
802
|
YPosition?: __integerMin0Max2147483647;
|
|
807
803
|
}
|
|
@@ -863,7 +859,7 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
863
859
|
}
|
|
864
860
|
export interface CaptionDestinationSettings {
|
|
865
861
|
/**
|
|
866
|
-
*
|
|
862
|
+
* Burn-in is a captions delivery method, rather than a captions format. Burn-in writes the captions directly on your video frames, replacing pixels of video content with the captions. Set up burn-in captions in the same output as your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/burn-in-output-captions.html. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to BURN_IN.
|
|
867
863
|
*/
|
|
868
864
|
BurninDestinationSettings?: BurninDestinationSettings;
|
|
869
865
|
/**
|
|
@@ -887,7 +883,7 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
887
883
|
*/
|
|
888
884
|
SccDestinationSettings?: SccDestinationSettings;
|
|
889
885
|
/**
|
|
890
|
-
* SRT
|
|
886
|
+
* Settings related to SRT captions. SRT is a sidecar format that holds captions in a file that is separate from the video container. Set up sidecar captions in the same output group, but different output from your video. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to SRT.
|
|
891
887
|
*/
|
|
892
888
|
SrtDestinationSettings?: SrtDestinationSettings;
|
|
893
889
|
/**
|
|
@@ -899,7 +895,7 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
899
895
|
*/
|
|
900
896
|
TtmlDestinationSettings?: TtmlDestinationSettings;
|
|
901
897
|
/**
|
|
902
|
-
*
|
|
898
|
+
* Settings related to WebVTT captions. WebVTT is a sidecar format that holds captions in a file that is separate from the video container. Set up sidecar captions in the same output group, but different output from your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to WebVTT.
|
|
903
899
|
*/
|
|
904
900
|
WebvttDestinationSettings?: WebvttDestinationSettings;
|
|
905
901
|
}
|
|
@@ -1706,20 +1702,19 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
1706
1702
|
}
|
|
1707
1703
|
export interface DvbSubDestinationSettings {
|
|
1708
1704
|
/**
|
|
1709
|
-
* If no explicit x_position
|
|
1705
|
+
* Specify the alignment of your captions. If no explicit x_position is provided, setting alignment to centered will placethe captions at the bottom center of the output. Similarly, setting a left alignment willalign captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates. Within your job settings, all of your DVB-Sub settings must be identical.
|
|
1710
1706
|
*/
|
|
1711
1707
|
Alignment?: DvbSubtitleAlignment;
|
|
1712
1708
|
/**
|
|
1713
|
-
* Ignore this setting unless
|
|
1709
|
+
* Ignore this setting unless Style Passthrough (StylePassthrough) is set to Enabled and Font color (FontColor) set to Black, Yellow, Red, Green, Blue, or Hex. Use Apply font color (ApplyFontColor) for additional font color controls. When you choose White text only (WHITE_TEXT_ONLY), or leave blank, your font color setting only applies to white text in your input captions. For example, if your font color setting is Yellow, and your input captions have red and white text, your output captions will have red and yellow text. When you choose ALL_TEXT, your font color setting applies to all of your output captions text.
|
|
1714
1710
|
*/
|
|
1715
1711
|
ApplyFontColor?: DvbSubtitleApplyFontColor;
|
|
1716
1712
|
/**
|
|
1717
|
-
*
|
|
1718
|
-
All burn-in and DVB-Sub font settings must match.
|
|
1713
|
+
* Specify the color of the rectangle behind the captions. Leave background color (BackgroundColor) blank and set Style passthrough (StylePassthrough) to enabled to use the background color data from your input captions, if present.
|
|
1719
1714
|
*/
|
|
1720
1715
|
BackgroundColor?: DvbSubtitleBackgroundColor;
|
|
1721
1716
|
/**
|
|
1722
|
-
*
|
|
1717
|
+
* Specify the opacity of the background rectangle. Enter a value from 0 to 255, where 0 is transparent and 255 is opaque. If Style passthrough (StylePassthrough) is set to enabled, leave blank to pass through the background style information in your input captions to your output captions. If Style passthrough is set to disabled, leave blank to use a value of 0 and remove all backgrounds from your output captions. Within your job settings, all of your DVB-Sub settings must be identical.
|
|
1723
1718
|
*/
|
|
1724
1719
|
BackgroundOpacity?: __integerMin0Max255;
|
|
1725
1720
|
/**
|
|
@@ -1735,29 +1730,29 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
1735
1730
|
*/
|
|
1736
1731
|
DdsYCoordinate?: __integerMin0Max2147483647;
|
|
1737
1732
|
/**
|
|
1738
|
-
* Specify the font that you want the service to use for your burn in captions when your input captions specify a font that MediaConvert doesn't support. When you
|
|
1733
|
+
* Specify the font that you want the service to use for your burn in captions when your input captions specify a font that MediaConvert doesn't support. When you set Fallback font (FallbackFont) to best match (BEST_MATCH), or leave blank, MediaConvert uses a supported font that most closely matches the font that your input captions specify. When there are multiple unsupported fonts in your input captions, MediaConvert matches each font with the supported font that matches best. When you explicitly choose a replacement font, MediaConvert uses that font to replace all unsupported fonts from your input.
|
|
1739
1734
|
*/
|
|
1740
1735
|
FallbackFont?: DvbSubSubtitleFallbackFont;
|
|
1741
1736
|
/**
|
|
1742
|
-
*
|
|
1737
|
+
* Specify the color of the captions text. Leave Font color (FontColor) blank and set Style passthrough (StylePassthrough) to enabled to use the font color data from your input captions, if present. Within your job settings, all of your DVB-Sub settings must be identical.
|
|
1743
1738
|
*/
|
|
1744
1739
|
FontColor?: DvbSubtitleFontColor;
|
|
1745
1740
|
/**
|
|
1746
|
-
*
|
|
1747
|
-
|
|
1741
|
+
* Specify the opacity of the burned-in captions. 255 is opaque; 0 is transparent.
|
|
1742
|
+
Within your job settings, all of your DVB-Sub settings must be identical.
|
|
1748
1743
|
*/
|
|
1749
1744
|
FontOpacity?: __integerMin0Max255;
|
|
1750
1745
|
/**
|
|
1751
|
-
* Font resolution in DPI (dots per inch)
|
|
1752
|
-
|
|
1746
|
+
* Specify the Font resolution (FontResolution) in DPI (dots per inch).
|
|
1747
|
+
Within your job settings, all of your DVB-Sub settings must be identical.
|
|
1753
1748
|
*/
|
|
1754
1749
|
FontResolution?: __integerMin96Max600;
|
|
1755
1750
|
/**
|
|
1756
|
-
*
|
|
1751
|
+
* Set Font script (FontScript) to Automatically determined (AUTOMATIC), or leave blank, to automatically determine the font script in your input captions. Otherwise, set to Simplified Chinese (HANS) or Traditional Chinese (HANT) if your input font script uses Simplified or Traditional Chinese. Within your job settings, all of your DVB-Sub settings must be identical.
|
|
1757
1752
|
*/
|
|
1758
1753
|
FontScript?: FontScript;
|
|
1759
1754
|
/**
|
|
1760
|
-
*
|
|
1755
|
+
* Specify the Font size (FontSize) in pixels. Must be a positive integer. Set to 0, or leave blank, for automatic font size. Within your job settings, all of your DVB-Sub settings must be identical.
|
|
1761
1756
|
*/
|
|
1762
1757
|
FontSize?: __integerMin0Max96;
|
|
1763
1758
|
/**
|
|
@@ -1765,36 +1760,35 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
1765
1760
|
*/
|
|
1766
1761
|
Height?: __integerMin1Max2147483647;
|
|
1767
1762
|
/**
|
|
1768
|
-
* Ignore this setting unless your
|
|
1763
|
+
* Ignore this setting unless your Font color is set to Hex. Enter either six or eight hexidecimal digits, representing red, green, and blue, with two optional extra digits for alpha. For example a value of 1122AABB is a red value of 0x11, a green value of 0x22, a blue value of 0xAA, and an alpha value of 0xBB.
|
|
1769
1764
|
*/
|
|
1770
1765
|
HexFontColor?: __stringMin6Max8Pattern09aFAF609aFAF2;
|
|
1771
1766
|
/**
|
|
1772
|
-
*
|
|
1767
|
+
* Specify font outline color. Leave Outline color (OutlineColor) blank and set Style passthrough (StylePassthrough) to enabled to use the font outline color data from your input captions, if present. Within your job settings, all of your DVB-Sub settings must be identical.
|
|
1773
1768
|
*/
|
|
1774
1769
|
OutlineColor?: DvbSubtitleOutlineColor;
|
|
1775
1770
|
/**
|
|
1776
|
-
*
|
|
1771
|
+
* Specify the Outline size (OutlineSize) of the caption text, in pixels. Leave Outline size blank and set Style passthrough (StylePassthrough) to enabled to use the outline size data from your input captions, if present. Within your job settings, all of your DVB-Sub settings must be identical.
|
|
1777
1772
|
*/
|
|
1778
1773
|
OutlineSize?: __integerMin0Max10;
|
|
1779
1774
|
/**
|
|
1780
|
-
*
|
|
1781
|
-
All burn-in and DVB-Sub font settings must match.
|
|
1775
|
+
* Specify the color of the shadow cast by the captions. Leave Shadow color (ShadowColor) blank and set Style passthrough (StylePassthrough) to enabled to use the shadow color data from your input captions, if present. Within your job settings, all of your DVB-Sub settings must be identical.
|
|
1782
1776
|
*/
|
|
1783
1777
|
ShadowColor?: DvbSubtitleShadowColor;
|
|
1784
1778
|
/**
|
|
1785
|
-
*
|
|
1779
|
+
* Specify the opacity of the shadow. Enter a value from 0 to 255, where 0 is transparent and 255 is opaque. If Style passthrough (StylePassthrough) is set to Enabled, leave Shadow opacity (ShadowOpacity) blank to pass through the shadow style information in your input captions to your output captions. If Style passthrough is set to disabled, leave blank to use a value of 0 and remove all shadows from your output captions. Within your job settings, all of your DVB-Sub settings must be identical.
|
|
1786
1780
|
*/
|
|
1787
1781
|
ShadowOpacity?: __integerMin0Max255;
|
|
1788
1782
|
/**
|
|
1789
|
-
*
|
|
1783
|
+
* Specify the horizontal offset of the shadow, relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. Within your job settings, all of your DVB-Sub settings must be identical.
|
|
1790
1784
|
*/
|
|
1791
1785
|
ShadowXOffset?: __integerMinNegative2147483648Max2147483647;
|
|
1792
1786
|
/**
|
|
1793
|
-
*
|
|
1787
|
+
* Specify the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. Leave Shadow y-offset (ShadowYOffset) blank and set Style passthrough (StylePassthrough) to enabled to use the shadow y-offset data from your input captions, if present. Within your job settings, all of your DVB-Sub settings must be identical.
|
|
1794
1788
|
*/
|
|
1795
1789
|
ShadowYOffset?: __integerMinNegative2147483648Max2147483647;
|
|
1796
1790
|
/**
|
|
1797
|
-
*
|
|
1791
|
+
* Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use default settings: white text with black outlining, bottom-center positioning, and automatic sizing. Whether you set Style passthrough to enabled or not, you can also choose to manually override any of the individual style and position settings.
|
|
1798
1792
|
*/
|
|
1799
1793
|
StylePassthrough?: DvbSubtitleStylePassthrough;
|
|
1800
1794
|
/**
|
|
@@ -1802,7 +1796,7 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
1802
1796
|
*/
|
|
1803
1797
|
SubtitlingType?: DvbSubtitlingType;
|
|
1804
1798
|
/**
|
|
1805
|
-
*
|
|
1799
|
+
* Specify whether the Text spacing (TextSpacing) in your captions is set by the captions grid, or varies depending on letter width. Choose fixed grid (FIXED_GRID) to conform to the spacing specified in the captions file more accurately. Choose proportional (PROPORTIONAL) to make the text easier to read for closed captions. Within your job settings, all of your DVB-Sub settings must be identical.
|
|
1806
1800
|
*/
|
|
1807
1801
|
TeletextSpacing?: DvbSubtitleTeletextSpacing;
|
|
1808
1802
|
/**
|
|
@@ -1810,11 +1804,11 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
1810
1804
|
*/
|
|
1811
1805
|
Width?: __integerMin1Max2147483647;
|
|
1812
1806
|
/**
|
|
1813
|
-
*
|
|
1807
|
+
* Specify the horizontal position (XPosition) of the captions, relative to the left side of the outputin pixels. A value of 10 would result in the captions starting 10 pixels from the left ofthe output. If no explicit x_position is provided, the horizontal caption position will bedetermined by the alignment parameter. Within your job settings, all of your DVB-Sub settings must be identical.
|
|
1814
1808
|
*/
|
|
1815
1809
|
XPosition?: __integerMin0Max2147483647;
|
|
1816
1810
|
/**
|
|
1817
|
-
*
|
|
1811
|
+
* Specify the vertical position (YPosition) of the captions, relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit y_position is provided, the caption will be positioned towards the bottom of the output. Within your job settings, all of your DVB-Sub settings must be identical.
|
|
1818
1812
|
*/
|
|
1819
1813
|
YPosition?: __integerMin0Max2147483647;
|
|
1820
1814
|
}
|
|
@@ -2117,7 +2111,7 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
2117
2111
|
*/
|
|
2118
2112
|
Convert608To708?: FileSourceConvert608To708;
|
|
2119
2113
|
/**
|
|
2120
|
-
* Ignore this setting unless your input captions format is SCC. To have the service compensate for differing frame rates between your input captions and input video, specify the frame rate of the captions file. Specify this value as a fraction,
|
|
2114
|
+
* Ignore this setting unless your input captions format is SCC. To have the service compensate for differing frame rates between your input captions and input video, specify the frame rate of the captions file. Specify this value as a fraction. When you work directly in your JSON job specification, use the settings framerateNumerator and framerateDenominator. For example, you might specify 24 / 1 for 24 fps, 25 / 1 for 25 fps, 24000 / 1001 for 23.976 fps, or 30000 / 1001 for 29.97 fps.
|
|
2121
2115
|
*/
|
|
2122
2116
|
Framerate?: CaptionSourceFramerate;
|
|
2123
2117
|
/**
|
|
@@ -2125,10 +2119,15 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
2125
2119
|
*/
|
|
2126
2120
|
SourceFile?: __stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTT;
|
|
2127
2121
|
/**
|
|
2128
|
-
*
|
|
2122
|
+
* Optional. Use this setting when you need to adjust the sync between your sidecar captions and your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/time-delta-use-cases.html. Enter a positive or negative number to modify the times in the captions file. For example, type 15 to add 15 seconds to all the times in the captions file. Type -5 to subtract 5 seconds from the times in the captions file. You can optionally specify your time delta in milliseconds instead of seconds. When you do so, set the related setting, Time delta units (TimeDeltaUnits) to Milliseconds (MILLISECONDS). Note that, when you specify a time delta for timecode-based caption sources, such as SCC and STL, and your time delta isn't a multiple of the input frame rate, MediaConvert snaps the captions to the nearest frame. For example, when your input video frame rate is 25 fps and you specify 1010ms for time delta, MediaConvert delays your captions by 1000 ms.
|
|
2129
2123
|
*/
|
|
2130
2124
|
TimeDelta?: __integerMinNegative2147483648Max2147483647;
|
|
2125
|
+
/**
|
|
2126
|
+
* When you use the setting Time delta (TimeDelta) to adjust the sync between your sidecar captions and your video, use this setting to specify the units for the delta that you specify. When you don't specify a value for Time delta units (TimeDeltaUnits), MediaConvert uses seconds by default.
|
|
2127
|
+
*/
|
|
2128
|
+
TimeDeltaUnits?: FileSourceTimeDeltaUnits;
|
|
2131
2129
|
}
|
|
2130
|
+
export type FileSourceTimeDeltaUnits = "SECONDS"|"MILLISECONDS"|string;
|
|
2132
2131
|
export type FontScript = "AUTOMATIC"|"HANS"|"HANT"|string;
|
|
2133
2132
|
export interface FrameCaptureSettings {
|
|
2134
2133
|
/**
|
|
@@ -4973,7 +4972,7 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
4973
4972
|
}
|
|
4974
4973
|
export interface SrtDestinationSettings {
|
|
4975
4974
|
/**
|
|
4976
|
-
*
|
|
4975
|
+
* Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use simplified output captions.
|
|
4977
4976
|
*/
|
|
4978
4977
|
StylePassthrough?: SrtStylePassthrough;
|
|
4979
4978
|
}
|
|
@@ -5432,7 +5431,7 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
5432
5431
|
*/
|
|
5433
5432
|
Rotate?: InputRotate;
|
|
5434
5433
|
/**
|
|
5435
|
-
*
|
|
5434
|
+
* If the sample range metadata in your input video is accurate, or if you don't know about sample range, keep the default value, Follow (FOLLOW), for this setting. When you do, the service automatically detects your input sample range. If your input video has metadata indicating the wrong sample range, specify the accurate sample range here. When you do, MediaConvert ignores any sample range information in the input metadata. Regardless of whether MediaConvert uses the input sample range or the sample range that you specify, MediaConvert uses the sample range for transcoding and also writes it to the output metadata.
|
|
5436
5435
|
*/
|
|
5437
5436
|
SampleRange?: InputSampleRange;
|
|
5438
5437
|
}
|
|
@@ -5591,7 +5590,7 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
5591
5590
|
}
|
|
5592
5591
|
export interface WebvttDestinationSettings {
|
|
5593
5592
|
/**
|
|
5594
|
-
*
|
|
5593
|
+
* Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use simplified output captions.
|
|
5595
5594
|
*/
|
|
5596
5595
|
StylePassthrough?: WebvttStylePassthrough;
|
|
5597
5596
|
}
|
|
@@ -913,6 +913,10 @@ that is greater than 0.
|
|
|
913
913
|
AdTriggers?: AdTriggers;
|
|
914
914
|
AdsOnDeliveryRestrictions?: AdsOnDeliveryRestrictions;
|
|
915
915
|
Encryption?: HlsEncryption;
|
|
916
|
+
/**
|
|
917
|
+
* When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
|
|
918
|
+
*/
|
|
919
|
+
IncludeDvbSubtitles?: __boolean;
|
|
916
920
|
/**
|
|
917
921
|
* When enabled, an I-Frame only stream will be included in the output.
|
|
918
922
|
*/
|
|
@@ -601,6 +601,10 @@ it will be passed through to HLS output.
|
|
|
601
601
|
* A list of HLS manifest configurations.
|
|
602
602
|
*/
|
|
603
603
|
HlsManifests: __listOfHlsManifest;
|
|
604
|
+
/**
|
|
605
|
+
* When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
|
|
606
|
+
*/
|
|
607
|
+
IncludeDvbSubtitles?: __boolean;
|
|
604
608
|
/**
|
|
605
609
|
* Duration (in seconds) of each fragment. Actual fragments will be
|
|
606
610
|
rounded to the nearest multiple of the source fragment duration.
|