aws-sdk 2.1362.0 → 2.1364.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 +11 -1
- package/README.md +3 -1
- package/apis/connect-2017-08-08.min.json +239 -199
- package/apis/ec2-2016-11-15.min.json +1234 -1215
- package/apis/fms-2018-01-01.min.json +245 -95
- package/apis/fms-2018-01-01.paginators.json +12 -0
- package/apis/mediaconvert-2017-08-29.min.json +183 -155
- package/clients/codecatalyst.d.ts +11 -11
- package/clients/connect.d.ts +59 -1
- package/clients/ec2.d.ts +140 -115
- package/clients/ecs.d.ts +2 -2
- package/clients/fms.d.ts +225 -21
- package/clients/mediaconvert.d.ts +67 -33
- package/clients/rekognition.d.ts +4 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +1476 -1417
- package/dist/aws-sdk.min.js +79 -79
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -339,6 +339,19 @@ declare namespace MediaConvert { | |
| 339 339 | 
             
                Mode: AccelerationMode;
         | 
| 340 340 | 
             
              }
         | 
| 341 341 | 
             
              export type AccelerationStatus = "NOT_APPLICABLE"|"IN_PROGRESS"|"ACCELERATED"|"NOT_ACCELERATED"|string;
         | 
| 342 | 
            +
              export type AdvancedInputFilter = "ENABLED"|"DISABLED"|string;
         | 
| 343 | 
            +
              export type AdvancedInputFilterAddTexture = "ENABLED"|"DISABLED"|string;
         | 
| 344 | 
            +
              export interface AdvancedInputFilterSettings {
         | 
| 345 | 
            +
                /**
         | 
| 346 | 
            +
                 * Add texture and detail to areas of your input video content that were lost after applying the Advanced input filter. To adaptively add texture and reduce softness: Choose Enabled. To not add any texture: Keep the default value, Disabled. We recommend that you choose Disabled for input video content that doesn't have texture, including screen recordings, computer graphics, or cartoons.
         | 
| 347 | 
            +
                 */
         | 
| 348 | 
            +
                AddTexture?: AdvancedInputFilterAddTexture;
         | 
| 349 | 
            +
                /**
         | 
| 350 | 
            +
                 * Optionally specify the amount of sharpening to apply when you use the Advanced input filter. Sharpening adds contrast to the edges of your video content and can reduce softness. To apply no sharpening: Keep the default value, Off. To apply a minimal amount of sharpening choose Low, or for the maximum choose High.
         | 
| 351 | 
            +
                 */
         | 
| 352 | 
            +
                Sharpening?: AdvancedInputFilterSharpen;
         | 
| 353 | 
            +
              }
         | 
| 354 | 
            +
              export type AdvancedInputFilterSharpen = "OFF"|"LOW"|"HIGH"|string;
         | 
| 342 355 | 
             
              export type AfdSignaling = "NONE"|"AUTO"|"FIXED"|string;
         | 
| 343 356 | 
             
              export interface AiffSettings {
         | 
| 344 357 | 
             
                /**
         | 
| @@ -527,9 +540,9 @@ declare namespace MediaConvert { | |
| 527 540 | 
             
                 */
         | 
| 528 541 | 
             
                TargetLkfs?: __doubleMinNegative59Max0;
         | 
| 529 542 | 
             
                /**
         | 
| 530 | 
            -
                 * Specify the True-peak limiter threshold in decibels relative to full scale (dBFS). The peak inter-audio sample loudness in your output will be limited to the value that you specify, without affecting the overall target LKFS. Enter a value from 0 to - | 
| 543 | 
            +
                 * Specify the True-peak limiter threshold in decibels relative to full scale (dBFS). The peak inter-audio sample loudness in your output will be limited to the value that you specify, without affecting the overall target LKFS. Enter a value from 0 to -8. Leave blank to use the default value 0.
         | 
| 531 544 | 
             
                 */
         | 
| 532 | 
            -
                TruePeakLimiterThreshold?:  | 
| 545 | 
            +
                TruePeakLimiterThreshold?: __doubleMinNegative8Max0;
         | 
| 533 546 | 
             
              }
         | 
| 534 547 | 
             
              export interface AudioSelector {
         | 
| 535 548 | 
             
                /**
         | 
| @@ -664,7 +677,7 @@ declare namespace MediaConvert { | |
| 664 677 | 
             
                 */
         | 
| 665 678 | 
             
                FramerateControl?: Av1FramerateControl;
         | 
| 666 679 | 
             
                /**
         | 
| 667 | 
            -
                 * Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.  | 
| 680 | 
            +
                 * Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.
         | 
| 668 681 | 
             
                 */
         | 
| 669 682 | 
             
                FramerateConversionAlgorithm?: Av1FramerateConversionAlgorithm;
         | 
| 670 683 | 
             
                /**
         | 
| @@ -730,7 +743,7 @@ declare namespace MediaConvert { | |
| 730 743 | 
             
                 */
         | 
| 731 744 | 
             
                FramerateControl?: AvcIntraFramerateControl;
         | 
| 732 745 | 
             
                /**
         | 
| 733 | 
            -
                 * Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.  | 
| 746 | 
            +
                 * Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.
         | 
| 734 747 | 
             
                 */
         | 
| 735 748 | 
             
                FramerateConversionAlgorithm?: AvcIntraFramerateConversionAlgorithm;
         | 
| 736 749 | 
             
                /**
         | 
| @@ -769,7 +782,7 @@ declare namespace MediaConvert { | |
| 769 782 | 
             
              }
         | 
| 770 783 | 
             
              export interface BandwidthReductionFilter {
         | 
| 771 784 | 
             
                /**
         | 
| 772 | 
            -
                 * Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter. | 
| 785 | 
            +
                 * Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter. Sharpening adds contrast to the edges of your video content and can reduce softness. Keep the default value Off to apply no sharpening. Set Sharpening strength to Low to apply a minimal amount of sharpening, or High to apply a maximum amount of sharpening.
         | 
| 773 786 | 
             
                 */
         | 
| 774 787 | 
             
                Sharpening?: BandwidthReductionFilterSharpening;
         | 
| 775 788 | 
             
                /**
         | 
| @@ -980,6 +993,7 @@ declare namespace MediaConvert { | |
| 980 993 | 
             
                 */
         | 
| 981 994 | 
             
                SourceSettings?: CaptionSourceSettings;
         | 
| 982 995 | 
             
              }
         | 
| 996 | 
            +
              export type CaptionSourceConvertPaintOnToPopOn = "ENABLED"|"DISABLED"|string;
         | 
| 983 997 | 
             
              export interface CaptionSourceFramerate {
         | 
| 984 998 | 
             
                /**
         | 
| 985 999 | 
             
                 * Specify the denominator of the fraction that represents the frame rate for the setting Caption source frame rate (CaptionSourceFramerate). Use this setting along with the setting Framerate numerator (framerateNumerator).
         | 
| @@ -1718,10 +1732,10 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa | |
| 1718 1732 | 
             
              export type DashIsoWriteSegmentTimelineInRepresentation = "ENABLED"|"DISABLED"|string;
         | 
| 1719 1733 | 
             
              export type DashManifestStyle = "BASIC"|"COMPACT"|"DISTINCT"|string;
         | 
| 1720 1734 | 
             
              export type DecryptionMode = "AES_CTR"|"AES_CBC"|"AES_GCM"|string;
         | 
| 1721 | 
            -
              export type DeinterlaceAlgorithm = "INTERPOLATE"|"INTERPOLATE_TICKER"|"BLEND"|"BLEND_TICKER"|string;
         | 
| 1735 | 
            +
              export type DeinterlaceAlgorithm = "INTERPOLATE"|"INTERPOLATE_TICKER"|"BLEND"|"BLEND_TICKER"|"LINEAR_INTERPOLATION"|string;
         | 
| 1722 1736 | 
             
              export interface Deinterlacer {
         | 
| 1723 1737 | 
             
                /**
         | 
| 1724 | 
            -
                 * Only applies when you set  | 
| 1738 | 
            +
                 * Only applies when you set Deinterlace mode to Deinterlace or Adaptive. Interpolate produces sharper pictures, while blend produces smoother motion. If your source file includes a ticker, such as a scrolling headline at the bottom of the frame: Choose Interpolate ticker or Blend ticker. To apply field doubling: Choose Linear interpolation. Note that Linear interpolation may introduce video artifacts into your output.
         | 
| 1725 1739 | 
             
                 */
         | 
| 1726 1740 | 
             
                Algorithm?: DeinterlaceAlgorithm;
         | 
| 1727 1741 | 
             
                /**
         | 
| @@ -2277,6 +2291,10 @@ Within your job settings, all of your DVB-Sub settings must be identical. | |
| 2277 2291 | 
             
                 * Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you choose Upconvert (UPCONVERT), MediaConvert includes the captions data in two ways: it passes the 608 data through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.
         | 
| 2278 2292 | 
             
                 */
         | 
| 2279 2293 | 
             
                Convert608To708?: FileSourceConvert608To708;
         | 
| 2294 | 
            +
                /**
         | 
| 2295 | 
            +
                 * Choose the presentation style of your input SCC captions. To use the same presentation style as your input: Keep the default value, Disabled. To convert paint-on captions to pop-on: Choose Enabled. We also recommend that you choose Enabled if you notice additional repeated lines in your output captions.
         | 
| 2296 | 
            +
                 */
         | 
| 2297 | 
            +
                ConvertPaintToPop?: CaptionSourceConvertPaintOnToPopOn;
         | 
| 2280 2298 | 
             
                /**
         | 
| 2281 2299 | 
             
                 * 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.
         | 
| 2282 2300 | 
             
                 */
         | 
| @@ -2434,7 +2452,7 @@ Within your job settings, all of your DVB-Sub settings must be identical. | |
| 2434 2452 | 
             
                 */
         | 
| 2435 2453 | 
             
                CodecProfile?: H264CodecProfile;
         | 
| 2436 2454 | 
             
                /**
         | 
| 2437 | 
            -
                 *  | 
| 2455 | 
            +
                 * Specify whether to allow the number of B-frames in your output GOP structure to vary or not depending on your input video content. To improve the subjective video quality of your output that has high-motion content: Leave blank or keep the default value Adaptive. MediaConvert will use fewer B-frames for high-motion video content than low-motion content. The maximum number of B- frames is limited by the value that you choose for B-frames between reference frames. To use the same number B-frames for all types of content: Choose Static.
         | 
| 2438 2456 | 
             
                 */
         | 
| 2439 2457 | 
             
                DynamicSubGop?: H264DynamicSubGop;
         | 
| 2440 2458 | 
             
                /**
         | 
| @@ -2454,7 +2472,7 @@ Within your job settings, all of your DVB-Sub settings must be identical. | |
| 2454 2472 | 
             
                 */
         | 
| 2455 2473 | 
             
                FramerateControl?: H264FramerateControl;
         | 
| 2456 2474 | 
             
                /**
         | 
| 2457 | 
            -
                 * Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.  | 
| 2475 | 
            +
                 * Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.
         | 
| 2458 2476 | 
             
                 */
         | 
| 2459 2477 | 
             
                FramerateConversionAlgorithm?: H264FramerateConversionAlgorithm;
         | 
| 2460 2478 | 
             
                /**
         | 
| @@ -2466,7 +2484,7 @@ Within your job settings, all of your DVB-Sub settings must be identical. | |
| 2466 2484 | 
             
                 */
         | 
| 2467 2485 | 
             
                FramerateNumerator?: __integerMin1Max2147483647;
         | 
| 2468 2486 | 
             
                /**
         | 
| 2469 | 
            -
                 *  | 
| 2487 | 
            +
                 * Specify whether to allow B-frames to be referenced by other frame types. To use reference B-frames when your GOP structure has 1 or more B-frames: Leave blank or keep the default value Enabled. We recommend that you choose Enabled to help improve the video quality of your output relative to its bitrate. To not use reference B-frames: Choose Disabled.
         | 
| 2470 2488 | 
             
                 */
         | 
| 2471 2489 | 
             
                GopBReference?: H264GopBReference;
         | 
| 2472 2490 | 
             
                /**
         | 
| @@ -2506,7 +2524,7 @@ Within your job settings, all of your DVB-Sub settings must be identical. | |
| 2506 2524 | 
             
                 */
         | 
| 2507 2525 | 
             
                MinIInterval?: __integerMin0Max30;
         | 
| 2508 2526 | 
             
                /**
         | 
| 2509 | 
            -
                 *  | 
| 2527 | 
            +
                 * Specify the number of B-frames between reference frames in this output. For the best video quality: Leave blank. MediaConvert automatically determines the number of B-frames to use based on the characteristics of your input video. To manually specify the number of B-frames between reference frames: Enter an integer from 0 to 7.
         | 
| 2510 2528 | 
             
                 */
         | 
| 2511 2529 | 
             
                NumberBFramesBetweenReferenceFrames?: __integerMin0Max7;
         | 
| 2512 2530 | 
             
                /**
         | 
| @@ -2526,7 +2544,7 @@ Within your job settings, all of your DVB-Sub settings must be identical. | |
| 2526 2544 | 
             
                 */
         | 
| 2527 2545 | 
             
                ParNumerator?: __integerMin1Max2147483647;
         | 
| 2528 2546 | 
             
                /**
         | 
| 2529 | 
            -
                 *  | 
| 2547 | 
            +
                 * The Quality tuning level you choose represents a trade-off between the encoding speed of your job and the output video quality. For the fastest encoding speed at the cost of video quality: Choose Single pass. For a good balance between encoding speed and video quality: Leave blank or keep the default value Single pass HQ. For the best video quality, at the cost of encoding speed: Choose Multi pass HQ. MediaConvert performs an analysis pass on your input followed by an encoding pass. Outputs that use this feature incur pro-tier pricing.
         | 
| 2530 2548 | 
             
                 */
         | 
| 2531 2549 | 
             
                QualityTuningLevel?: H264QualityTuningLevel;
         | 
| 2532 2550 | 
             
                /**
         | 
| @@ -2641,7 +2659,7 @@ Within your job settings, all of your DVB-Sub settings must be identical. | |
| 2641 2659 | 
             
                 */
         | 
| 2642 2660 | 
             
                CodecProfile?: H265CodecProfile;
         | 
| 2643 2661 | 
             
                /**
         | 
| 2644 | 
            -
                 *  | 
| 2662 | 
            +
                 * Specify whether to allow the number of B-frames in your output GOP structure to vary or not depending on your input video content. To improve the subjective video quality of your output that has high-motion content: Leave blank or keep the default value Adaptive. MediaConvert will use fewer B-frames for high-motion video content than low-motion content. The maximum number of B- frames is limited by the value that you choose for B-frames between reference frames. To use the same number B-frames for all types of content: Choose Static.
         | 
| 2645 2663 | 
             
                 */
         | 
| 2646 2664 | 
             
                DynamicSubGop?: H265DynamicSubGop;
         | 
| 2647 2665 | 
             
                /**
         | 
| @@ -2653,7 +2671,7 @@ Within your job settings, all of your DVB-Sub settings must be identical. | |
| 2653 2671 | 
             
                 */
         | 
| 2654 2672 | 
             
                FramerateControl?: H265FramerateControl;
         | 
| 2655 2673 | 
             
                /**
         | 
| 2656 | 
            -
                 * Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.  | 
| 2674 | 
            +
                 * Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.
         | 
| 2657 2675 | 
             
                 */
         | 
| 2658 2676 | 
             
                FramerateConversionAlgorithm?: H265FramerateConversionAlgorithm;
         | 
| 2659 2677 | 
             
                /**
         | 
| @@ -2665,7 +2683,7 @@ Within your job settings, all of your DVB-Sub settings must be identical. | |
| 2665 2683 | 
             
                 */
         | 
| 2666 2684 | 
             
                FramerateNumerator?: __integerMin1Max2147483647;
         | 
| 2667 2685 | 
             
                /**
         | 
| 2668 | 
            -
                 *  | 
| 2686 | 
            +
                 * Specify whether to allow B-frames to be referenced by other frame types. To use reference B-frames when your GOP structure has 1 or more B-frames: Leave blank or keep the default value Enabled. We recommend that you choose Enabled to help improve the video quality of your output relative to its bitrate. To not use reference B-frames: Choose Disabled.
         | 
| 2669 2687 | 
             
                 */
         | 
| 2670 2688 | 
             
                GopBReference?: H265GopBReference;
         | 
| 2671 2689 | 
             
                /**
         | 
| @@ -2705,7 +2723,7 @@ Within your job settings, all of your DVB-Sub settings must be identical. | |
| 2705 2723 | 
             
                 */
         | 
| 2706 2724 | 
             
                MinIInterval?: __integerMin0Max30;
         | 
| 2707 2725 | 
             
                /**
         | 
| 2708 | 
            -
                 * Specify the number of B-frames  | 
| 2726 | 
            +
                 * Specify the number of B-frames between reference frames in this output. For the best video quality: Leave blank. MediaConvert automatically determines the number of B-frames to use based on the characteristics of your input video. To manually specify the number of B-frames between reference frames: Enter an integer from 0 to 7.
         | 
| 2709 2727 | 
             
                 */
         | 
| 2710 2728 | 
             
                NumberBFramesBetweenReferenceFrames?: __integerMin0Max7;
         | 
| 2711 2729 | 
             
                /**
         | 
| @@ -3171,7 +3189,7 @@ Within your job settings, all of your DVB-Sub settings must be identical. | |
| 3171 3189 | 
             
              export type ImscAccessibilitySubs = "DISABLED"|"ENABLED"|string;
         | 
| 3172 3190 | 
             
              export interface ImscDestinationSettings {
         | 
| 3173 3191 | 
             
                /**
         | 
| 3174 | 
            -
                 *  | 
| 3192 | 
            +
                 * If the IMSC captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set Accessibility subtitles to Enabled. When you do, MediaConvert adds accessibility attributes to your output HLS or DASH manifest. For HLS manifests, MediaConvert adds the following accessibility attributes under EXT-X-MEDIA for this track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES". For DASH manifests, MediaConvert adds the following in the adaptation set for this track: . If the captions track is not intended to provide such accessibility: Keep the default value, Disabled. When you do, for DASH manifests, MediaConvert instead adds the following in the adaptation set for this track: .
         | 
| 3175 3193 | 
             
                 */
         | 
| 3176 3194 | 
             
                Accessibility?: ImscAccessibilitySubs;
         | 
| 3177 3195 | 
             
                /**
         | 
| @@ -3181,6 +3199,14 @@ Within your job settings, all of your DVB-Sub settings must be identical. | |
| 3181 3199 | 
             
              }
         | 
| 3182 3200 | 
             
              export type ImscStylePassthrough = "ENABLED"|"DISABLED"|string;
         | 
| 3183 3201 | 
             
              export interface Input {
         | 
| 3202 | 
            +
                /**
         | 
| 3203 | 
            +
                 * Use to remove noise, blocking, blurriness, or ringing from your input as a pre-filter step before encoding. The Advanced input filter removes more types of compression artifacts and is an improvement when compared to basic Deblock and Denoise filters. To remove video compression artifacts from your input and improve the video quality: Choose Enabled. Additionally, this filter can help increase the video quality of your output relative to its bitrate, since noisy inputs are more complex and require more bits to encode. To help restore loss of detail after applying the filter, you can optionally add texture or sharpening as an additional step.Jobs that use this feature incur pro-tier pricing. To not apply advanced input filtering: Choose Disabled. Note that you can still apply basic filtering with Deblock and Denoise.
         | 
| 3204 | 
            +
                 */
         | 
| 3205 | 
            +
                AdvancedInputFilter?: AdvancedInputFilter;
         | 
| 3206 | 
            +
                /**
         | 
| 3207 | 
            +
                 * Optional settings for Advanced input filter when you set Advanced input filter to Enabled.
         | 
| 3208 | 
            +
                 */
         | 
| 3209 | 
            +
                AdvancedInputFilterSettings?: AdvancedInputFilterSettings;
         | 
| 3184 3210 | 
             
                /**
         | 
| 3185 3211 | 
             
                 * Use audio selector groups to combine multiple sidecar audio inputs so that you can assign them to a single output audio tab (AudioDescription). Note that, if you're working with embedded audio, it's simpler to assign multiple input tracks into a single audio selector rather than use an audio selector group.
         | 
| 3186 3212 | 
             
                 */
         | 
| @@ -3218,11 +3244,11 @@ Within your job settings, all of your DVB-Sub settings must be identical. | |
| 3218 3244 | 
             
                 */
         | 
| 3219 3245 | 
             
                FileInput?: __stringPatternS3Https;
         | 
| 3220 3246 | 
             
                /**
         | 
| 3221 | 
            -
                 * Specify  | 
| 3247 | 
            +
                 * Specify whether to apply input filtering to improve the video quality of your input. To apply filtering depending on your input type and quality: Choose Auto. To apply no filtering: Choose Disable. To apply filtering regardless of your input type and quality: Choose Force. When you do, you must also specify a value for Filter strength.
         | 
| 3222 3248 | 
             
                 */
         | 
| 3223 3249 | 
             
                FilterEnable?: InputFilterEnable;
         | 
| 3224 3250 | 
             
                /**
         | 
| 3225 | 
            -
                 *  | 
| 3251 | 
            +
                 * Specify the strength of the input filter. To apply an automatic amount of filtering based the compression artifacts measured in your input: We recommend that you leave Filter strength blank and set Filter enable to Auto. To manually apply filtering: Enter a value from 1 to 5, where 1 is the least amount of filtering and 5 is the most. The value that you enter applies to the strength of the Deblock or Denoise filters, or to the strength of the Advanced input filter.
         | 
| 3226 3252 | 
             
                 */
         | 
| 3227 3253 | 
             
                FilterStrength?: __integerMin0Max5;
         | 
| 3228 3254 | 
             
                /**
         | 
| @@ -3307,6 +3333,14 @@ Within your job settings, all of your DVB-Sub settings must be identical. | |
| 3307 3333 | 
             
              export type InputSampleRange = "FOLLOW"|"FULL_RANGE"|"LIMITED_RANGE"|string;
         | 
| 3308 3334 | 
             
              export type InputScanType = "AUTO"|"PSF"|string;
         | 
| 3309 3335 | 
             
              export interface InputTemplate {
         | 
| 3336 | 
            +
                /**
         | 
| 3337 | 
            +
                 * Use to remove noise, blocking, blurriness, or ringing from your input as a pre-filter step before encoding. The Advanced input filter removes more types of compression artifacts and is an improvement when compared to basic Deblock and Denoise filters. To remove video compression artifacts from your input and improve the video quality: Choose Enabled. Additionally, this filter can help increase the video quality of your output relative to its bitrate, since noisy inputs are more complex and require more bits to encode. To help restore loss of detail after applying the filter, you can optionally add texture or sharpening as an additional step.Jobs that use this feature incur pro-tier pricing. To not apply advanced input filtering: Choose Disabled. Note that you can still apply basic filtering with Deblock and Denoise.
         | 
| 3338 | 
            +
                 */
         | 
| 3339 | 
            +
                AdvancedInputFilter?: AdvancedInputFilter;
         | 
| 3340 | 
            +
                /**
         | 
| 3341 | 
            +
                 * Optional settings for Advanced input filter when you set Advanced input filter to Enabled.
         | 
| 3342 | 
            +
                 */
         | 
| 3343 | 
            +
                AdvancedInputFilterSettings?: AdvancedInputFilterSettings;
         | 
| 3310 3344 | 
             
                /**
         | 
| 3311 3345 | 
             
                 * Use audio selector groups to combine multiple sidecar audio inputs so that you can assign them to a single output audio tab (AudioDescription). Note that, if you're working with embedded audio, it's simpler to assign multiple input tracks into a single audio selector rather than use an audio selector group.
         | 
| 3312 3346 | 
             
                 */
         | 
| @@ -3336,11 +3370,11 @@ Within your job settings, all of your DVB-Sub settings must be identical. | |
| 3336 3370 | 
             
                 */
         | 
| 3337 3371 | 
             
                DolbyVisionMetadataXml?: __stringMin14PatternS3XmlXMLHttpsXmlXML;
         | 
| 3338 3372 | 
             
                /**
         | 
| 3339 | 
            -
                 * Specify  | 
| 3373 | 
            +
                 * Specify whether to apply input filtering to improve the video quality of your input. To apply filtering depending on your input type and quality: Choose Auto. To apply no filtering: Choose Disable. To apply filtering regardless of your input type and quality: Choose Force. When you do, you must also specify a value for Filter strength.
         | 
| 3340 3374 | 
             
                 */
         | 
| 3341 3375 | 
             
                FilterEnable?: InputFilterEnable;
         | 
| 3342 3376 | 
             
                /**
         | 
| 3343 | 
            -
                 *  | 
| 3377 | 
            +
                 * Specify the strength of the input filter. To apply an automatic amount of filtering based the compression artifacts measured in your input: We recommend that you leave Filter strength blank and set Filter enable to Auto. To manually apply filtering: Enter a value from 1 to 5, where 1 is the least amount of filtering and 5 is the most. The value that you enter applies to the strength of the Deblock or Denoise filters, or to the strength of the Advanced input filter.
         | 
| 3344 3378 | 
             
                 */
         | 
| 3345 3379 | 
             
                FilterStrength?: __integerMin0Max5;
         | 
| 3346 3380 | 
             
                /**
         | 
| @@ -3734,7 +3768,7 @@ Within your job settings, all of your DVB-Sub settings must be identical. | |
| 3734 3768 | 
             
                /**
         | 
| 3735 3769 | 
             
                 * Provide the HTTPS endpoint to the Kantar server. You should get this endpoint from Kantar.
         | 
| 3736 3770 | 
             
                 */
         | 
| 3737 | 
            -
                KantarServerUrl?:  | 
| 3771 | 
            +
                KantarServerUrl?: __stringPatternHttpsKantarmediaComFr;
         | 
| 3738 3772 | 
             
                /**
         | 
| 3739 3773 | 
             
                 * Optional. Specify the Amazon S3 bucket where you want MediaConvert to store your Kantar watermark XML logs. When you don't specify a bucket, MediaConvert doesn't save these logs. Note that your MediaConvert service role must provide access to this location. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html
         | 
| 3740 3774 | 
             
                 */
         | 
| @@ -4422,7 +4456,7 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa | |
| 4422 4456 | 
             
                 */
         | 
| 4423 4457 | 
             
                FramerateControl?: Mpeg2FramerateControl;
         | 
| 4424 4458 | 
             
                /**
         | 
| 4425 | 
            -
                 * Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.  | 
| 4459 | 
            +
                 * Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.
         | 
| 4426 4460 | 
             
                 */
         | 
| 4427 4461 | 
             
                FramerateConversionAlgorithm?: Mpeg2FramerateConversionAlgorithm;
         | 
| 4428 4462 | 
             
                /**
         | 
| @@ -4982,7 +5016,7 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa | |
| 4982 5016 | 
             
                 */
         | 
| 4983 5017 | 
             
                FramerateControl?: ProresFramerateControl;
         | 
| 4984 5018 | 
             
                /**
         | 
| 4985 | 
            -
                 * Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.  | 
| 5019 | 
            +
                 * Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.
         | 
| 4986 5020 | 
             
                 */
         | 
| 4987 5021 | 
             
                FramerateConversionAlgorithm?: ProresFramerateConversionAlgorithm;
         | 
| 4988 5022 | 
             
                /**
         | 
| @@ -5507,7 +5541,7 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa | |
| 5507 5541 | 
             
                 */
         | 
| 5508 5542 | 
             
                FramerateControl?: Vc3FramerateControl;
         | 
| 5509 5543 | 
             
                /**
         | 
| 5510 | 
            -
                 * Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.  | 
| 5544 | 
            +
                 * Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.
         | 
| 5511 5545 | 
             
                 */
         | 
| 5512 5546 | 
             
                FramerateConversionAlgorithm?: Vc3FramerateConversionAlgorithm;
         | 
| 5513 5547 | 
             
                /**
         | 
| @@ -5542,7 +5576,7 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa | |
| 5542 5576 | 
             
              export type Vc3SlowPal = "DISABLED"|"ENABLED"|string;
         | 
| 5543 5577 | 
             
              export type Vc3Telecine = "NONE"|"HARD"|string;
         | 
| 5544 5578 | 
             
              export type VchipAction = "PASSTHROUGH"|"STRIP"|string;
         | 
| 5545 | 
            -
              export type VideoCodec = "AV1"|"AVC_INTRA"|"FRAME_CAPTURE"|"H_264"|"H_265"|"MPEG2"|"PRORES"|"VC3"|"VP8"|"VP9"|"XAVC"|string;
         | 
| 5579 | 
            +
              export type VideoCodec = "AV1"|"AVC_INTRA"|"FRAME_CAPTURE"|"H_264"|"H_265"|"MPEG2"|"PASSTHROUGH"|"PRORES"|"VC3"|"VP8"|"VP9"|"XAVC"|string;
         | 
| 5546 5580 | 
             
              export interface VideoCodecSettings {
         | 
| 5547 5581 | 
             
                /**
         | 
| 5548 5582 | 
             
                 * Required when you set Codec, under VideoDescription>CodecSettings to the value AV1.
         | 
| @@ -5553,7 +5587,7 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa | |
| 5553 5587 | 
             
                 */
         | 
| 5554 5588 | 
             
                AvcIntraSettings?: AvcIntraSettings;
         | 
| 5555 5589 | 
             
                /**
         | 
| 5556 | 
            -
                 * Specifies the video codec. This must be equal to one of the enum values defined by the object VideoCodec.
         | 
| 5590 | 
            +
                 * Specifies the video codec. This must be equal to one of the enum values defined by the object VideoCodec. To passthrough the video stream of your input JPEG2000, VC-3, AVC-INTRA or Apple ProRes  video without any video encoding: Choose Passthrough. If you have multiple input videos, note that they must have identical encoding attributes. When you choose Passthrough, your output container must be MXF or QuickTime MOV.
         | 
| 5557 5591 | 
             
                 */
         | 
| 5558 5592 | 
             
                Codec?: VideoCodec;
         | 
| 5559 5593 | 
             
                /**
         | 
| @@ -5776,7 +5810,7 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa | |
| 5776 5810 | 
             
                 */
         | 
| 5777 5811 | 
             
                FramerateControl?: Vp8FramerateControl;
         | 
| 5778 5812 | 
             
                /**
         | 
| 5779 | 
            -
                 * Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.  | 
| 5813 | 
            +
                 * Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.
         | 
| 5780 5814 | 
             
                 */
         | 
| 5781 5815 | 
             
                FramerateConversionAlgorithm?: Vp8FramerateConversionAlgorithm;
         | 
| 5782 5816 | 
             
                /**
         | 
| @@ -5835,7 +5869,7 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa | |
| 5835 5869 | 
             
                 */
         | 
| 5836 5870 | 
             
                FramerateControl?: Vp9FramerateControl;
         | 
| 5837 5871 | 
             
                /**
         | 
| 5838 | 
            -
                 * Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.  | 
| 5872 | 
            +
                 * Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.
         | 
| 5839 5873 | 
             
                 */
         | 
| 5840 5874 | 
             
                FramerateConversionAlgorithm?: Vp9FramerateConversionAlgorithm;
         | 
| 5841 5875 | 
             
                /**
         | 
| @@ -5912,7 +5946,7 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa | |
| 5912 5946 | 
             
              export type WebvttAccessibilitySubs = "DISABLED"|"ENABLED"|string;
         | 
| 5913 5947 | 
             
              export interface WebvttDestinationSettings {
         | 
| 5914 5948 | 
             
                /**
         | 
| 5915 | 
            -
                 *  | 
| 5949 | 
            +
                 * If the WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set Accessibility subtitles to Enabled. When you do, MediaConvert adds accessibility attributes to your output HLS or DASH manifest. For HLS manifests, MediaConvert adds the following accessibility attributes under EXT-X-MEDIA for this track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES". For DASH manifests, MediaConvert adds the following in the adaptation set for this track: . If the captions track is not intended to provide such accessibility: Keep the default value, Disabled. When you do, for DASH manifests, MediaConvert instead adds the following in the adaptation set for this track: .
         | 
| 5916 5950 | 
             
                 */
         | 
| 5917 5951 | 
             
                Accessibility?: WebvttAccessibilitySubs;
         | 
| 5918 5952 | 
             
                /**
         | 
| @@ -6056,7 +6090,7 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa | |
| 6056 6090 | 
             
                 */
         | 
| 6057 6091 | 
             
                FramerateControl?: XavcFramerateControl;
         | 
| 6058 6092 | 
             
                /**
         | 
| 6059 | 
            -
                 * Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate.  | 
| 6093 | 
            +
                 * Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.
         | 
| 6060 6094 | 
             
                 */
         | 
| 6061 6095 | 
             
                FramerateConversionAlgorithm?: XavcFramerateConversionAlgorithm;
         | 
| 6062 6096 | 
             
                /**
         | 
| @@ -6114,12 +6148,12 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa | |
| 6114 6148 | 
             
              export type __doubleMin0 = number;
         | 
| 6115 6149 | 
             
              export type __doubleMin0Max1 = number;
         | 
| 6116 6150 | 
             
              export type __doubleMin0Max2147483647 = number;
         | 
| 6117 | 
            -
              export type __doubleMinNegative20Max0 = number;
         | 
| 6118 6151 | 
             
              export type __doubleMinNegative59Max0 = number;
         | 
| 6119 6152 | 
             
              export type __doubleMinNegative60Max3 = number;
         | 
| 6120 6153 | 
             
              export type __doubleMinNegative60Max6 = number;
         | 
| 6121 6154 | 
             
              export type __doubleMinNegative60MaxNegative1 = number;
         | 
| 6122 6155 | 
             
              export type __doubleMinNegative6Max3 = number;
         | 
| 6156 | 
            +
              export type __doubleMinNegative8Max0 = number;
         | 
| 6123 6157 | 
             
              export type __integer = number;
         | 
| 6124 6158 | 
             
              export type __integerMin0Max0 = number;
         | 
| 6125 6159 | 
             
              export type __integerMin0Max1 = number;
         | 
| @@ -6300,7 +6334,7 @@ When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Pa | |
| 6300 6334 | 
             
              export type __stringPatternArnAwsUsGovCnKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912MrkAFAF0932 = string;
         | 
| 6301 6335 | 
             
              export type __stringPatternDD = string;
         | 
| 6302 6336 | 
             
              export type __stringPatternHttps = string;
         | 
| 6303 | 
            -
              export type  | 
| 6337 | 
            +
              export type __stringPatternHttpsKantarmediaComFr = string;
         | 
| 6304 6338 | 
             
              export type __stringPatternIdentityAZaZ26AZaZ09163 = string;
         | 
| 6305 6339 | 
             
              export type __stringPatternS3 = string;
         | 
| 6306 6340 | 
             
              export type __stringPatternS3ASSETMAPXml = string;
         | 
    
        package/clients/rekognition.d.ts
    CHANGED
    
    | @@ -45,11 +45,11 @@ declare class Rekognition extends Service { | |
| 45 45 | 
             
               */
         | 
| 46 46 | 
             
              createDataset(callback?: (err: AWSError, data: Rekognition.Types.CreateDatasetResponse) => void): Request<Rekognition.Types.CreateDatasetResponse, AWSError>;
         | 
| 47 47 | 
             
              /**
         | 
| 48 | 
            -
               * This API operation initiates a Face Liveness session. It returns a SessionId, which you can use to start streaming Face Liveness video and get the results for a Face Liveness session. You can use the OutputConfig option in the Settings parameter to provide an Amazon S3 bucket location. The Amazon S3 bucket stores reference images and audit images. You can use AuditImagesLimit to limit of audit images returned. This number is between 0 and 4. By default, it is set to 0. The limit is best effort and based on the duration of the selfie-video. 
         | 
| 48 | 
            +
               * This API operation initiates a Face Liveness session. It returns a SessionId, which you can use to start streaming Face Liveness video and get the results for a Face Liveness session. You can use the OutputConfig option in the Settings parameter to provide an Amazon S3 bucket location. The Amazon S3 bucket stores reference images and audit images. You can use AuditImagesLimit to limit the number of audit images returned. This number is between 0 and 4. By default, it is set to 0. The limit is best effort and based on the duration of the selfie-video. 
         | 
| 49 49 | 
             
               */
         | 
| 50 50 | 
             
              createFaceLivenessSession(params: Rekognition.Types.CreateFaceLivenessSessionRequest, callback?: (err: AWSError, data: Rekognition.Types.CreateFaceLivenessSessionResponse) => void): Request<Rekognition.Types.CreateFaceLivenessSessionResponse, AWSError>;
         | 
| 51 51 | 
             
              /**
         | 
| 52 | 
            -
               * This API operation initiates a Face Liveness session. It returns a SessionId, which you can use to start streaming Face Liveness video and get the results for a Face Liveness session. You can use the OutputConfig option in the Settings parameter to provide an Amazon S3 bucket location. The Amazon S3 bucket stores reference images and audit images. You can use AuditImagesLimit to limit of audit images returned. This number is between 0 and 4. By default, it is set to 0. The limit is best effort and based on the duration of the selfie-video. 
         | 
| 52 | 
            +
               * This API operation initiates a Face Liveness session. It returns a SessionId, which you can use to start streaming Face Liveness video and get the results for a Face Liveness session. You can use the OutputConfig option in the Settings parameter to provide an Amazon S3 bucket location. The Amazon S3 bucket stores reference images and audit images. You can use AuditImagesLimit to limit the number of audit images returned. This number is between 0 and 4. By default, it is set to 0. The limit is best effort and based on the duration of the selfie-video. 
         | 
| 53 53 | 
             
               */
         | 
| 54 54 | 
             
              createFaceLivenessSession(callback?: (err: AWSError, data: Rekognition.Types.CreateFaceLivenessSessionResponse) => void): Request<Rekognition.Types.CreateFaceLivenessSessionResponse, AWSError>;
         | 
| 55 55 | 
             
              /**
         | 
| @@ -2756,13 +2756,13 @@ declare namespace Rekognition { | |
| 2756 2756 | 
             
                 */
         | 
| 2757 2757 | 
             
                S3Bucket: S3Bucket;
         | 
| 2758 2758 | 
             
                /**
         | 
| 2759 | 
            -
                 * The prefix  | 
| 2759 | 
            +
                 * The prefix prepended to the output files for the Face Liveness session results.
         | 
| 2760 2760 | 
             
                 */
         | 
| 2761 2761 | 
             
                S3KeyPrefix?: LivenessS3KeyPrefix;
         | 
| 2762 2762 | 
             
              }
         | 
| 2763 2763 | 
             
              export type LivenessS3KeyPrefix = string;
         | 
| 2764 2764 | 
             
              export type LivenessSessionId = string;
         | 
| 2765 | 
            -
              export type LivenessSessionStatus = "CREATED"|"IN_PROGRESS"|"SUCCEEDED"|"FAILED"|string;
         | 
| 2765 | 
            +
              export type LivenessSessionStatus = "CREATED"|"IN_PROGRESS"|"SUCCEEDED"|"FAILED"|"EXPIRED"|string;
         | 
| 2766 2766 | 
             
              export type MaxDurationInSecondsULong = number;
         | 
| 2767 2767 | 
             
              export type MaxFaces = number;
         | 
| 2768 2768 | 
             
              export type MaxFacesToIndex = number;
         |