aws-sdk 2.993.0 → 2.994.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 +7 -1
- package/README.md +1 -1
- package/apis/appsync-2017-07-25.min.json +97 -77
- package/apis/mediaconvert-2017-08-29.min.json +194 -83
- package/apis/ssm-2014-11-06.min.json +105 -100
- package/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/clients/appsync.d.ts +35 -13
- package/clients/mediaconvert.d.ts +154 -17
- package/clients/ssm.d.ts +40 -19
- package/dist/aws-sdk-core-react-native.js +4 -4
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +116 -106
- package/dist/aws-sdk.min.js +17 -17
- package/lib/config.js +1 -1
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +1 -1
- package/lib/http_request.d.ts +1 -1
- package/lib/signers/v4.js +1 -1
- package/package.json +1 -1
package/clients/appsync.d.ts
CHANGED
|
@@ -343,7 +343,7 @@ declare class AppSync extends Service {
|
|
|
343
343
|
declare namespace AppSync {
|
|
344
344
|
export interface AdditionalAuthenticationProvider {
|
|
345
345
|
/**
|
|
346
|
-
* The authentication type: API key, Identity and Access Management, OIDC,
|
|
346
|
+
* The authentication type: API key, Identity and Access Management, OIDC, Amazon Cognito user pools, or Amazon Web Services Lambda.
|
|
347
347
|
*/
|
|
348
348
|
authenticationType?: AuthenticationType;
|
|
349
349
|
/**
|
|
@@ -355,7 +355,7 @@ declare namespace AppSync {
|
|
|
355
355
|
*/
|
|
356
356
|
userPoolConfig?: CognitoUserPoolConfig;
|
|
357
357
|
/**
|
|
358
|
-
* Configuration for
|
|
358
|
+
* Configuration for Amazon Web Services Lambda function authorization.
|
|
359
359
|
*/
|
|
360
360
|
lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
|
|
361
361
|
}
|
|
@@ -542,9 +542,13 @@ declare namespace AppSync {
|
|
|
542
542
|
*/
|
|
543
543
|
lambdaConfig?: LambdaDataSourceConfig;
|
|
544
544
|
/**
|
|
545
|
-
* Amazon
|
|
545
|
+
* Amazon OpenSearch Service settings. As of September 2021, Amazon Elasticsearch service is Amazon OpenSearch Service. This configuration is deprecated. For new data sources, use CreateDataSourceRequest$openSearchServiceConfig to create an OpenSearch data source.
|
|
546
546
|
*/
|
|
547
547
|
elasticsearchConfig?: ElasticsearchDataSourceConfig;
|
|
548
|
+
/**
|
|
549
|
+
* Amazon OpenSearch Service settings.
|
|
550
|
+
*/
|
|
551
|
+
openSearchServiceConfig?: OpenSearchServiceDataSourceConfig;
|
|
548
552
|
/**
|
|
549
553
|
* HTTP endpoint settings.
|
|
550
554
|
*/
|
|
@@ -607,7 +611,7 @@ declare namespace AppSync {
|
|
|
607
611
|
*/
|
|
608
612
|
logConfig?: LogConfig;
|
|
609
613
|
/**
|
|
610
|
-
* The authentication type: API key, Identity and Access Management, OIDC,
|
|
614
|
+
* The authentication type: API key, Identity and Access Management, OIDC, Amazon Cognito user pools, or Amazon Web Services Lambda.
|
|
611
615
|
*/
|
|
612
616
|
authenticationType: AuthenticationType;
|
|
613
617
|
/**
|
|
@@ -631,7 +635,7 @@ declare namespace AppSync {
|
|
|
631
635
|
*/
|
|
632
636
|
xrayEnabled?: Boolean;
|
|
633
637
|
/**
|
|
634
|
-
* Configuration for
|
|
638
|
+
* Configuration for Amazon Web Services Lambda function authorization.
|
|
635
639
|
*/
|
|
636
640
|
lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
|
|
637
641
|
}
|
|
@@ -723,7 +727,7 @@ declare namespace AppSync {
|
|
|
723
727
|
*/
|
|
724
728
|
description?: String;
|
|
725
729
|
/**
|
|
726
|
-
* The type of the data source. AMAZON_DYNAMODB: The data source is an Amazon DynamoDB table. AMAZON_ELASTICSEARCH: The data source is an Amazon
|
|
730
|
+
* The type of the data source. AWS_LAMBDA: The data source is an Amazon Web Services Lambda function. AMAZON_DYNAMODB: The data source is an Amazon DynamoDB table. AMAZON_ELASTICSEARCH: The data source is an Amazon OpenSearch Service domain. AMAZON_OPENSEARCH_SERVICE: The data source is an Amazon OpenSearch Service domain. NONE: There is no data source. This type is used when you wish to invoke a GraphQL operation without connecting to a data source, such as performing data transformation with resolvers or triggering a subscription to be invoked from a mutation. HTTP: The data source is an HTTP endpoint. RELATIONAL_DATABASE: The data source is a relational database.
|
|
727
731
|
*/
|
|
728
732
|
type?: DataSourceType;
|
|
729
733
|
/**
|
|
@@ -739,9 +743,13 @@ declare namespace AppSync {
|
|
|
739
743
|
*/
|
|
740
744
|
lambdaConfig?: LambdaDataSourceConfig;
|
|
741
745
|
/**
|
|
742
|
-
* Amazon
|
|
746
|
+
* Amazon OpenSearch Service settings.
|
|
743
747
|
*/
|
|
744
748
|
elasticsearchConfig?: ElasticsearchDataSourceConfig;
|
|
749
|
+
/**
|
|
750
|
+
* Amazon OpenSearch Service settings.
|
|
751
|
+
*/
|
|
752
|
+
openSearchServiceConfig?: OpenSearchServiceDataSourceConfig;
|
|
745
753
|
/**
|
|
746
754
|
* HTTP endpoint settings.
|
|
747
755
|
*/
|
|
@@ -751,7 +759,7 @@ declare namespace AppSync {
|
|
|
751
759
|
*/
|
|
752
760
|
relationalDatabaseConfig?: RelationalDatabaseDataSourceConfig;
|
|
753
761
|
}
|
|
754
|
-
export type DataSourceType = "AWS_LAMBDA"|"AMAZON_DYNAMODB"|"AMAZON_ELASTICSEARCH"|"NONE"|"HTTP"|"RELATIONAL_DATABASE"|string;
|
|
762
|
+
export type DataSourceType = "AWS_LAMBDA"|"AMAZON_DYNAMODB"|"AMAZON_ELASTICSEARCH"|"NONE"|"HTTP"|"RELATIONAL_DATABASE"|"AMAZON_OPENSEARCH_SERVICE"|string;
|
|
755
763
|
export type DataSources = DataSource[];
|
|
756
764
|
export type DefaultAction = "ALLOW"|"DENY"|string;
|
|
757
765
|
export interface DeleteApiCacheRequest {
|
|
@@ -1108,7 +1116,7 @@ declare namespace AppSync {
|
|
|
1108
1116
|
*/
|
|
1109
1117
|
wafWebAclArn?: String;
|
|
1110
1118
|
/**
|
|
1111
|
-
*
|
|
1119
|
+
* Configuration for Amazon Web Services Lambda function authorization.
|
|
1112
1120
|
*/
|
|
1113
1121
|
lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
|
|
1114
1122
|
}
|
|
@@ -1129,11 +1137,11 @@ declare namespace AppSync {
|
|
|
1129
1137
|
*/
|
|
1130
1138
|
authorizerResultTtlInSeconds?: TTL;
|
|
1131
1139
|
/**
|
|
1132
|
-
* The ARN of the
|
|
1140
|
+
* The ARN of the Lambda function to be called for authorization. This may be a standard Lambda ARN, a version ARN (.../v3) or alias ARN. Note: This Lambda function must have the following resource-based policy assigned to it. When configuring Lambda authorizers in the Console, this is done for you. To do so with the Amazon Web Services CLI, run the following: aws lambda add-permission --function-name "arn:aws:lambda:us-east-2:111122223333:function:my-function" --statement-id "appsync" --principal appsync.amazonaws.com --action lambda:InvokeFunction
|
|
1133
1141
|
*/
|
|
1134
1142
|
authorizerUri: String;
|
|
1135
1143
|
/**
|
|
1136
|
-
* A regular expression for validation of tokens before the Lambda
|
|
1144
|
+
* A regular expression for validation of tokens before the Lambda function is called.
|
|
1137
1145
|
*/
|
|
1138
1146
|
identityValidationExpression?: String;
|
|
1139
1147
|
}
|
|
@@ -1373,6 +1381,16 @@ declare namespace AppSync {
|
|
|
1373
1381
|
*/
|
|
1374
1382
|
authTTL?: Long;
|
|
1375
1383
|
}
|
|
1384
|
+
export interface OpenSearchServiceDataSourceConfig {
|
|
1385
|
+
/**
|
|
1386
|
+
* The endpoint.
|
|
1387
|
+
*/
|
|
1388
|
+
endpoint: String;
|
|
1389
|
+
/**
|
|
1390
|
+
* The Amazon Web Services Region.
|
|
1391
|
+
*/
|
|
1392
|
+
awsRegion: String;
|
|
1393
|
+
}
|
|
1376
1394
|
export type OutputType = "SDL"|"JSON"|string;
|
|
1377
1395
|
export type PaginationToken = string;
|
|
1378
1396
|
export interface PipelineConfig {
|
|
@@ -1623,9 +1641,13 @@ declare namespace AppSync {
|
|
|
1623
1641
|
*/
|
|
1624
1642
|
lambdaConfig?: LambdaDataSourceConfig;
|
|
1625
1643
|
/**
|
|
1626
|
-
* The new Elasticsearch Service configuration.
|
|
1644
|
+
* The new OpenSearch configuration. As of September 2021, Amazon Elasticsearch service is Amazon OpenSearch Service. This configuration is deprecated. Instead, use UpdateDataSourceRequest$openSearchServiceConfig to update an OpenSearch data source.
|
|
1627
1645
|
*/
|
|
1628
1646
|
elasticsearchConfig?: ElasticsearchDataSourceConfig;
|
|
1647
|
+
/**
|
|
1648
|
+
* The new OpenSearch configuration.
|
|
1649
|
+
*/
|
|
1650
|
+
openSearchServiceConfig?: OpenSearchServiceDataSourceConfig;
|
|
1629
1651
|
/**
|
|
1630
1652
|
* The new HTTP endpoint configuration.
|
|
1631
1653
|
*/
|
|
@@ -1716,7 +1738,7 @@ declare namespace AppSync {
|
|
|
1716
1738
|
*/
|
|
1717
1739
|
xrayEnabled?: Boolean;
|
|
1718
1740
|
/**
|
|
1719
|
-
* Configuration for
|
|
1741
|
+
* Configuration for Amazon Web Services Lambda function authorization.
|
|
1720
1742
|
*/
|
|
1721
1743
|
lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
|
|
1722
1744
|
}
|
|
@@ -690,11 +690,16 @@ declare namespace MediaConvert {
|
|
|
690
690
|
QualityTuningLevel?: AvcIntraUhdQualityTuningLevel;
|
|
691
691
|
}
|
|
692
692
|
export type BillingTagsSource = "QUEUE"|"PRESET"|"JOB_TEMPLATE"|"JOB"|string;
|
|
693
|
+
export type BurnInSubtitleStylePassthrough = "ENABLED"|"DISABLED"|string;
|
|
693
694
|
export interface BurninDestinationSettings {
|
|
694
695
|
/**
|
|
695
696
|
* If no explicit x_position or y_position is provided, setting alignment to centered will place the captions at the bottom center of the output. Similarly, setting a left alignment will align 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. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
|
|
696
697
|
*/
|
|
697
698
|
Alignment?: BurninSubtitleAlignment;
|
|
699
|
+
/**
|
|
700
|
+
* Ignore this setting unless your input captions are STL, any type of 608, teletext, or TTML, and your output captions are burned in. Specify how the service applies the color specified in the setting Font color (BurninSubtitleFontColor). By default, this color is white. When you choose WHITE_TEXT_ONLY, the service uses the specified font color only for text that is white in the input. When you choose ALL_TEXT, the service uses the specified font color for all output captions text. If you leave both settings at their default value, your output font color is the same as your input font color.
|
|
701
|
+
*/
|
|
702
|
+
ApplyFontColor?: BurninSubtitleApplyFontColor;
|
|
698
703
|
/**
|
|
699
704
|
* Specifies the color of the rectangle behind the captions.
|
|
700
705
|
All burn-in and DVB-Sub font settings must match.
|
|
@@ -704,6 +709,10 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
704
709
|
* Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Leaving this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
|
|
705
710
|
*/
|
|
706
711
|
BackgroundOpacity?: __integerMin0Max255;
|
|
712
|
+
/**
|
|
713
|
+
* 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 keep the default value, Best match (BEST_MATCH), 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.
|
|
714
|
+
*/
|
|
715
|
+
FallbackFont?: BurninSubtitleFallbackFont;
|
|
707
716
|
/**
|
|
708
717
|
* Specifies the color of the burned-in captions. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
|
|
709
718
|
*/
|
|
@@ -726,6 +735,10 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
726
735
|
* A positive integer indicates the exact font size in points. Set to 0 for automatic font size selection. All burn-in and DVB-Sub font settings must match.
|
|
727
736
|
*/
|
|
728
737
|
FontSize?: __integerMin0Max96;
|
|
738
|
+
/**
|
|
739
|
+
* Ignore this setting unless your BurninSubtitleFontColor setting is HEX. Format is six or eight hexidecimal digits, representing the red, green, and blue components, with the two extra digits used for an optional alpha value. 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.
|
|
740
|
+
*/
|
|
741
|
+
HexFontColor?: __stringMin6Max8Pattern09aFAF609aFAF2;
|
|
729
742
|
/**
|
|
730
743
|
* Specifies font outline color. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
|
|
731
744
|
*/
|
|
@@ -751,6 +764,10 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
751
764
|
* Specifies 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. All burn-in and DVB-Sub font settings must match.
|
|
752
765
|
*/
|
|
753
766
|
ShadowYOffset?: __integerMinNegative2147483648Max2147483647;
|
|
767
|
+
/**
|
|
768
|
+
* Ignore this setting unless your output captions are burned in. Choose which set of style and position values the service applies to your output captions. When you choose ENABLED, the service uses the input style and position information from your input. When you choose DISABLED, the service uses any style values that you specify in your output settings. If you don't specify values, the service uses default style and position values. When you choose DISABLED, the service ignores all style and position values from your input.
|
|
769
|
+
*/
|
|
770
|
+
StylePassthrough?: BurnInSubtitleStylePassthrough;
|
|
754
771
|
/**
|
|
755
772
|
* Only applies to jobs with input captions in Teletext or STL formats. Specify whether the spacing between letters in your captions is set by the captions grid or varies depending on letter width. Choose fixed grid to conform to the spacing specified in the captions file more accurately. Choose proportional to make the text easier to read if the captions are closed caption.
|
|
756
773
|
*/
|
|
@@ -764,12 +781,14 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
764
781
|
*/
|
|
765
782
|
YPosition?: __integerMin0Max2147483647;
|
|
766
783
|
}
|
|
767
|
-
export type BurninSubtitleAlignment = "CENTERED"|"LEFT"|string;
|
|
768
|
-
export type
|
|
769
|
-
export type
|
|
770
|
-
export type
|
|
771
|
-
export type
|
|
772
|
-
export type
|
|
784
|
+
export type BurninSubtitleAlignment = "CENTERED"|"LEFT"|"AUTO"|string;
|
|
785
|
+
export type BurninSubtitleApplyFontColor = "WHITE_TEXT_ONLY"|"ALL_TEXT"|string;
|
|
786
|
+
export type BurninSubtitleBackgroundColor = "NONE"|"BLACK"|"WHITE"|"AUTO"|string;
|
|
787
|
+
export type BurninSubtitleFallbackFont = "BEST_MATCH"|"MONOSPACED_SANSSERIF"|"MONOSPACED_SERIF"|"PROPORTIONAL_SANSSERIF"|"PROPORTIONAL_SERIF"|string;
|
|
788
|
+
export type BurninSubtitleFontColor = "WHITE"|"BLACK"|"YELLOW"|"RED"|"GREEN"|"BLUE"|"HEX"|"AUTO"|string;
|
|
789
|
+
export type BurninSubtitleOutlineColor = "BLACK"|"WHITE"|"YELLOW"|"RED"|"GREEN"|"BLUE"|"AUTO"|string;
|
|
790
|
+
export type BurninSubtitleShadowColor = "NONE"|"BLACK"|"WHITE"|"AUTO"|string;
|
|
791
|
+
export type BurninSubtitleTeletextSpacing = "FIXED_GRID"|"PROPORTIONAL"|"AUTO"|string;
|
|
773
792
|
export interface CancelJobRequest {
|
|
774
793
|
/**
|
|
775
794
|
* The Job ID of the job to be cancelled.
|
|
@@ -1002,6 +1021,10 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
1002
1021
|
* Specify whether MediaConvert generates images for trick play. Keep the default value, None (NONE), to not generate any images. Choose Thumbnail (THUMBNAIL) to generate tiled thumbnails. Choose Thumbnail and full frame (THUMBNAIL_AND_FULLFRAME) to generate tiled thumbnails and full-resolution images of single frames. When you enable Write HLS manifest (WriteHlsManifest), MediaConvert creates a child manifest for each set of images that you generate and adds corresponding entries to the parent manifest. When you enable Write DASH manifest (WriteDashManifest), MediaConvert adds an entry in the .mpd manifest for each set of images that you generate. A common application for these images is Roku trick mode. The thumbnails and full-frame images that MediaConvert creates with this feature are compatible with this Roku specification: https://developer.roku.com/docs/developer-program/media-playback/trick-mode/hls-and-dash.md
|
|
1003
1022
|
*/
|
|
1004
1023
|
ImageBasedTrickPlay?: CmafImageBasedTrickPlay;
|
|
1024
|
+
/**
|
|
1025
|
+
* Tile and thumbnail settings applicable when imageBasedTrickPlay is ADVANCED
|
|
1026
|
+
*/
|
|
1027
|
+
ImageBasedTrickPlaySettings?: CmafImageBasedTrickPlaySettings;
|
|
1005
1028
|
/**
|
|
1006
1029
|
* When set to GZIP, compresses HLS playlist.
|
|
1007
1030
|
*/
|
|
@@ -1059,8 +1082,35 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
1059
1082
|
*/
|
|
1060
1083
|
WriteSegmentTimelineInRepresentation?: CmafWriteSegmentTimelineInRepresentation;
|
|
1061
1084
|
}
|
|
1062
|
-
export type CmafImageBasedTrickPlay = "NONE"|"THUMBNAIL"|"THUMBNAIL_AND_FULLFRAME"|string;
|
|
1085
|
+
export type CmafImageBasedTrickPlay = "NONE"|"THUMBNAIL"|"THUMBNAIL_AND_FULLFRAME"|"ADVANCED"|string;
|
|
1086
|
+
export interface CmafImageBasedTrickPlaySettings {
|
|
1087
|
+
/**
|
|
1088
|
+
* The cadence MediaConvert follows for generating thumbnails. If set to FOLLOW_IFRAME, MediaConvert generates thumbnails for each IDR frame in the output (matching the GOP cadence). If set to FOLLOW_CUSTOM, MediaConvert generates thumbnails according to the interval you specify in thumbnailInterval.
|
|
1089
|
+
*/
|
|
1090
|
+
IntervalCadence?: CmafIntervalCadence;
|
|
1091
|
+
/**
|
|
1092
|
+
* Height of each thumbnail within each tile image, in pixels. Leave blank to maintain aspect ratio with thumbnail width. If following the aspect ratio would lead to a total tile height greater than 4096, then the job will be rejected. Must be divisible by 2.
|
|
1093
|
+
*/
|
|
1094
|
+
ThumbnailHeight?: __integerMin2Max4096;
|
|
1095
|
+
/**
|
|
1096
|
+
* Enter the interval, in seconds, that MediaConvert uses to generate thumbnails. If the interval you enter doesn't align with the output frame rate, MediaConvert automatically rounds the interval to align with the output frame rate. For example, if the output frame rate is 29.97 frames per second and you enter 5, MediaConvert uses a 150 frame interval to generate thumbnails.
|
|
1097
|
+
*/
|
|
1098
|
+
ThumbnailInterval?: __doubleMin0Max2147483647;
|
|
1099
|
+
/**
|
|
1100
|
+
* Width of each thumbnail within each tile image, in pixels. Default is 312. Must be divisible by 8.
|
|
1101
|
+
*/
|
|
1102
|
+
ThumbnailWidth?: __integerMin8Max4096;
|
|
1103
|
+
/**
|
|
1104
|
+
* Number of thumbnails in each column of a tile image. Set a value between 2 and 2048. Must be divisible by 2.
|
|
1105
|
+
*/
|
|
1106
|
+
TileHeight?: __integerMin1Max2048;
|
|
1107
|
+
/**
|
|
1108
|
+
* Number of thumbnails in each row of a tile image. Set a value between 1 and 512.
|
|
1109
|
+
*/
|
|
1110
|
+
TileWidth?: __integerMin1Max512;
|
|
1111
|
+
}
|
|
1063
1112
|
export type CmafInitializationVectorInManifest = "INCLUDE"|"EXCLUDE"|string;
|
|
1113
|
+
export type CmafIntervalCadence = "FOLLOW_IFRAME"|"FOLLOW_CUSTOM"|string;
|
|
1064
1114
|
export type CmafKeyProviderType = "SPEKE"|"STATIC_KEY"|string;
|
|
1065
1115
|
export type CmafManifestCompression = "GZIP"|"NONE"|string;
|
|
1066
1116
|
export type CmafManifestDurationFormat = "FLOATING_POINT"|"INTEGER"|string;
|
|
@@ -1414,6 +1464,10 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
1414
1464
|
* Specify whether MediaConvert generates images for trick play. Keep the default value, None (NONE), to not generate any images. Choose Thumbnail (THUMBNAIL) to generate tiled thumbnails. Choose Thumbnail and full frame (THUMBNAIL_AND_FULLFRAME) to generate tiled thumbnails and full-resolution images of single frames. MediaConvert adds an entry in the .mpd manifest for each set of images that you generate. A common application for these images is Roku trick mode. The thumbnails and full-frame images that MediaConvert creates with this feature are compatible with this Roku specification: https://developer.roku.com/docs/developer-program/media-playback/trick-mode/hls-and-dash.md
|
|
1415
1465
|
*/
|
|
1416
1466
|
ImageBasedTrickPlay?: DashIsoImageBasedTrickPlay;
|
|
1467
|
+
/**
|
|
1468
|
+
* Tile and thumbnail settings applicable when imageBasedTrickPlay is ADVANCED
|
|
1469
|
+
*/
|
|
1470
|
+
ImageBasedTrickPlaySettings?: DashIsoImageBasedTrickPlaySettings;
|
|
1417
1471
|
/**
|
|
1418
1472
|
* Minimum time of initially buffered media that is needed to ensure smooth playout.
|
|
1419
1473
|
*/
|
|
@@ -1448,7 +1502,34 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
1448
1502
|
WriteSegmentTimelineInRepresentation?: DashIsoWriteSegmentTimelineInRepresentation;
|
|
1449
1503
|
}
|
|
1450
1504
|
export type DashIsoHbbtvCompliance = "HBBTV_1_5"|"NONE"|string;
|
|
1451
|
-
export type DashIsoImageBasedTrickPlay = "NONE"|"THUMBNAIL"|"THUMBNAIL_AND_FULLFRAME"|string;
|
|
1505
|
+
export type DashIsoImageBasedTrickPlay = "NONE"|"THUMBNAIL"|"THUMBNAIL_AND_FULLFRAME"|"ADVANCED"|string;
|
|
1506
|
+
export interface DashIsoImageBasedTrickPlaySettings {
|
|
1507
|
+
/**
|
|
1508
|
+
* The cadence MediaConvert follows for generating thumbnails. If set to FOLLOW_IFRAME, MediaConvert generates thumbnails for each IDR frame in the output (matching the GOP cadence). If set to FOLLOW_CUSTOM, MediaConvert generates thumbnails according to the interval you specify in thumbnailInterval.
|
|
1509
|
+
*/
|
|
1510
|
+
IntervalCadence?: DashIsoIntervalCadence;
|
|
1511
|
+
/**
|
|
1512
|
+
* Height of each thumbnail within each tile image, in pixels. Leave blank to maintain aspect ratio with thumbnail width. If following the aspect ratio would lead to a total tile height greater than 4096, then the job will be rejected. Must be divisible by 2.
|
|
1513
|
+
*/
|
|
1514
|
+
ThumbnailHeight?: __integerMin1Max4096;
|
|
1515
|
+
/**
|
|
1516
|
+
* Enter the interval, in seconds, that MediaConvert uses to generate thumbnails. If the interval you enter doesn't align with the output frame rate, MediaConvert automatically rounds the interval to align with the output frame rate. For example, if the output frame rate is 29.97 frames per second and you enter 5, MediaConvert uses a 150 frame interval to generate thumbnails.
|
|
1517
|
+
*/
|
|
1518
|
+
ThumbnailInterval?: __doubleMin0Max2147483647;
|
|
1519
|
+
/**
|
|
1520
|
+
* Width of each thumbnail within each tile image, in pixels. Default is 312. Must be divisible by 8.
|
|
1521
|
+
*/
|
|
1522
|
+
ThumbnailWidth?: __integerMin8Max4096;
|
|
1523
|
+
/**
|
|
1524
|
+
* Number of thumbnails in each column of a tile image. Set a value between 2 and 2048. Must be divisible by 2.
|
|
1525
|
+
*/
|
|
1526
|
+
TileHeight?: __integerMin1Max2048;
|
|
1527
|
+
/**
|
|
1528
|
+
* Number of thumbnails in each row of a tile image. Set a value between 1 and 512.
|
|
1529
|
+
*/
|
|
1530
|
+
TileWidth?: __integerMin1Max512;
|
|
1531
|
+
}
|
|
1532
|
+
export type DashIsoIntervalCadence = "FOLLOW_IFRAME"|"FOLLOW_CUSTOM"|string;
|
|
1452
1533
|
export type DashIsoMpdProfile = "MAIN_PROFILE"|"ON_DEMAND_PROFILE"|string;
|
|
1453
1534
|
export type DashIsoPlaybackDeviceCompatibility = "CENC_V1"|"UNENCRYPTED_SEI"|string;
|
|
1454
1535
|
export type DashIsoPtsOffsetHandlingForBFrames = "ZERO_BASED"|"MATCH_INITIAL_PTS"|string;
|
|
@@ -1600,6 +1681,10 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
1600
1681
|
* If no explicit x_position or y_position is provided, setting alignment to centered will place the captions at the bottom center of the output. Similarly, setting a left alignment will align 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. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
|
|
1601
1682
|
*/
|
|
1602
1683
|
Alignment?: DvbSubtitleAlignment;
|
|
1684
|
+
/**
|
|
1685
|
+
* Ignore this setting unless your input captions are STL, any type of 608, teletext, or TTML, and your output captions are DVB-SUB. Specify how the service applies the color specified in the setting Font color (DvbSubtitleFontColor). By default, this color is white. When you choose WHITE_TEXT_ONLY, the service uses the specified font color only for text that is white in the input. When you choose ALL_TEXT, the service uses the specified font color for all output captions text. If you leave both settings at their default value, your output font color is the same as your input font color.
|
|
1686
|
+
*/
|
|
1687
|
+
ApplyFontColor?: DvbSubtitleApplyFontColor;
|
|
1603
1688
|
/**
|
|
1604
1689
|
* Specifies the color of the rectangle behind the captions.
|
|
1605
1690
|
All burn-in and DVB-Sub font settings must match.
|
|
@@ -1621,6 +1706,10 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
1621
1706
|
* Use this setting, along with DDS x-coordinate (ddsXCoordinate), to specify the upper left corner of the display definition segment (DDS) display window. With this setting, specify the distance, in pixels, between the top of the frame and the top of the DDS display window. Keep the default value, 0, to have MediaConvert automatically choose this offset. Related setting: When you use this setting, you must set DDS handling (ddsHandling) to a value other than None (NONE). MediaConvert uses these values to determine whether to write page position data to the DDS or to the page composition segment (PCS). All burn-in and DVB-Sub font settings must match.
|
|
1622
1707
|
*/
|
|
1623
1708
|
DdsYCoordinate?: __integerMin0Max2147483647;
|
|
1709
|
+
/**
|
|
1710
|
+
* 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 keep the default value, Best match (BEST_MATCH), 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.
|
|
1711
|
+
*/
|
|
1712
|
+
FallbackFont?: DvbSubSubtitleFallbackFont;
|
|
1624
1713
|
/**
|
|
1625
1714
|
* Specifies the color of the DVB-SUB captions. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
|
|
1626
1715
|
*/
|
|
@@ -1647,6 +1736,10 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
1647
1736
|
* Specify the height, in pixels, of this set of DVB-Sub captions. The default value is 576 pixels. Related setting: When you use this setting, you must set DDS handling (ddsHandling) to a value other than None (NONE). All burn-in and DVB-Sub font settings must match.
|
|
1648
1737
|
*/
|
|
1649
1738
|
Height?: __integerMin1Max2147483647;
|
|
1739
|
+
/**
|
|
1740
|
+
* Ignore this setting unless your DvbSubtitleFontColor setting is HEX. Format is six or eight hexidecimal digits, representing the red, green, and blue components, with the two extra digits used for an optional alpha value. 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.
|
|
1741
|
+
*/
|
|
1742
|
+
HexFontColor?: __stringMin6Max8Pattern09aFAF609aFAF2;
|
|
1650
1743
|
/**
|
|
1651
1744
|
* Specifies font outline color. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.
|
|
1652
1745
|
*/
|
|
@@ -1672,6 +1765,10 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
1672
1765
|
* Specifies 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. All burn-in and DVB-Sub font settings must match.
|
|
1673
1766
|
*/
|
|
1674
1767
|
ShadowYOffset?: __integerMinNegative2147483648Max2147483647;
|
|
1768
|
+
/**
|
|
1769
|
+
* Choose which set of style and position values the service applies to your output captions. When you choose ENABLED, the service uses the input style and position information from your input. When you choose DISABLED, the service uses any style values that you specify in your output settings. If you don't specify values, the service uses default style and position values. When you choose DISABLED, the service ignores all style and position values from your input.
|
|
1770
|
+
*/
|
|
1771
|
+
StylePassthrough?: DvbSubtitleStylePassthrough;
|
|
1675
1772
|
/**
|
|
1676
1773
|
* Specify whether your DVB subtitles are standard or for hearing impaired. Choose hearing impaired if your subtitles include audio descriptions and dialogue. Choose standard if your subtitles include only dialogue.
|
|
1677
1774
|
*/
|
|
@@ -1699,12 +1796,15 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
1699
1796
|
*/
|
|
1700
1797
|
Pid?: __integerMin1Max2147483647;
|
|
1701
1798
|
}
|
|
1702
|
-
export type
|
|
1703
|
-
export type
|
|
1704
|
-
export type
|
|
1705
|
-
export type
|
|
1706
|
-
export type
|
|
1707
|
-
export type
|
|
1799
|
+
export type DvbSubSubtitleFallbackFont = "BEST_MATCH"|"MONOSPACED_SANSSERIF"|"MONOSPACED_SERIF"|"PROPORTIONAL_SANSSERIF"|"PROPORTIONAL_SERIF"|string;
|
|
1800
|
+
export type DvbSubtitleAlignment = "CENTERED"|"LEFT"|"AUTO"|string;
|
|
1801
|
+
export type DvbSubtitleApplyFontColor = "WHITE_TEXT_ONLY"|"ALL_TEXT"|string;
|
|
1802
|
+
export type DvbSubtitleBackgroundColor = "NONE"|"BLACK"|"WHITE"|"AUTO"|string;
|
|
1803
|
+
export type DvbSubtitleFontColor = "WHITE"|"BLACK"|"YELLOW"|"RED"|"GREEN"|"BLUE"|"HEX"|"AUTO"|string;
|
|
1804
|
+
export type DvbSubtitleOutlineColor = "BLACK"|"WHITE"|"YELLOW"|"RED"|"GREEN"|"BLUE"|"AUTO"|string;
|
|
1805
|
+
export type DvbSubtitleShadowColor = "NONE"|"BLACK"|"WHITE"|"AUTO"|string;
|
|
1806
|
+
export type DvbSubtitleStylePassthrough = "ENABLED"|"DISABLED"|string;
|
|
1807
|
+
export type DvbSubtitleTeletextSpacing = "FIXED_GRID"|"PROPORTIONAL"|"AUTO"|string;
|
|
1708
1808
|
export type DvbSubtitlingType = "HEARING_IMPAIRED"|"STANDARD"|string;
|
|
1709
1809
|
export interface DvbTdtSettings {
|
|
1710
1810
|
/**
|
|
@@ -2650,6 +2750,10 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
2650
2750
|
* Specify whether MediaConvert generates images for trick play. Keep the default value, None (NONE), to not generate any images. Choose Thumbnail (THUMBNAIL) to generate tiled thumbnails. Choose Thumbnail and full frame (THUMBNAIL_AND_FULLFRAME) to generate tiled thumbnails and full-resolution images of single frames. MediaConvert creates a child manifest for each set of images that you generate and adds corresponding entries to the parent manifest. A common application for these images is Roku trick mode. The thumbnails and full-frame images that MediaConvert creates with this feature are compatible with this Roku specification: https://developer.roku.com/docs/developer-program/media-playback/trick-mode/hls-and-dash.md
|
|
2651
2751
|
*/
|
|
2652
2752
|
ImageBasedTrickPlay?: HlsImageBasedTrickPlay;
|
|
2753
|
+
/**
|
|
2754
|
+
* Tile and thumbnail settings applicable when imageBasedTrickPlay is ADVANCED
|
|
2755
|
+
*/
|
|
2756
|
+
ImageBasedTrickPlaySettings?: HlsImageBasedTrickPlaySettings;
|
|
2653
2757
|
/**
|
|
2654
2758
|
* When set to GZIP, compresses HLS playlist.
|
|
2655
2759
|
*/
|
|
@@ -2716,8 +2820,35 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
2716
2820
|
TimestampDeltaMilliseconds?: __integerMinNegative2147483648Max2147483647;
|
|
2717
2821
|
}
|
|
2718
2822
|
export type HlsIFrameOnlyManifest = "INCLUDE"|"EXCLUDE"|string;
|
|
2719
|
-
export type HlsImageBasedTrickPlay = "NONE"|"THUMBNAIL"|"THUMBNAIL_AND_FULLFRAME"|string;
|
|
2823
|
+
export type HlsImageBasedTrickPlay = "NONE"|"THUMBNAIL"|"THUMBNAIL_AND_FULLFRAME"|"ADVANCED"|string;
|
|
2824
|
+
export interface HlsImageBasedTrickPlaySettings {
|
|
2825
|
+
/**
|
|
2826
|
+
* The cadence MediaConvert follows for generating thumbnails. If set to FOLLOW_IFRAME, MediaConvert generates thumbnails for each IDR frame in the output (matching the GOP cadence). If set to FOLLOW_CUSTOM, MediaConvert generates thumbnails according to the interval you specify in thumbnailInterval.
|
|
2827
|
+
*/
|
|
2828
|
+
IntervalCadence?: HlsIntervalCadence;
|
|
2829
|
+
/**
|
|
2830
|
+
* Height of each thumbnail within each tile image, in pixels. Leave blank to maintain aspect ratio with thumbnail width. If following the aspect ratio would lead to a total tile height greater than 4096, then the job will be rejected. Must be divisible by 2.
|
|
2831
|
+
*/
|
|
2832
|
+
ThumbnailHeight?: __integerMin2Max4096;
|
|
2833
|
+
/**
|
|
2834
|
+
* Enter the interval, in seconds, that MediaConvert uses to generate thumbnails. If the interval you enter doesn't align with the output frame rate, MediaConvert automatically rounds the interval to align with the output frame rate. For example, if the output frame rate is 29.97 frames per second and you enter 5, MediaConvert uses a 150 frame interval to generate thumbnails.
|
|
2835
|
+
*/
|
|
2836
|
+
ThumbnailInterval?: __doubleMin0Max2147483647;
|
|
2837
|
+
/**
|
|
2838
|
+
* Width of each thumbnail within each tile image, in pixels. Default is 312. Must be divisible by 8.
|
|
2839
|
+
*/
|
|
2840
|
+
ThumbnailWidth?: __integerMin8Max4096;
|
|
2841
|
+
/**
|
|
2842
|
+
* Number of thumbnails in each column of a tile image. Set a value between 2 and 2048. Must be divisible by 2.
|
|
2843
|
+
*/
|
|
2844
|
+
TileHeight?: __integerMin1Max2048;
|
|
2845
|
+
/**
|
|
2846
|
+
* Number of thumbnails in each row of a tile image. Set a value between 1 and 512.
|
|
2847
|
+
*/
|
|
2848
|
+
TileWidth?: __integerMin1Max512;
|
|
2849
|
+
}
|
|
2720
2850
|
export type HlsInitializationVectorInManifest = "INCLUDE"|"EXCLUDE"|string;
|
|
2851
|
+
export type HlsIntervalCadence = "FOLLOW_IFRAME"|"FOLLOW_CUSTOM"|string;
|
|
2721
2852
|
export type HlsKeyProviderType = "SPEKE"|"STATIC_KEY"|string;
|
|
2722
2853
|
export type HlsManifestCompression = "GZIP"|"NONE"|string;
|
|
2723
2854
|
export type HlsManifestDurationFormat = "FLOATING_POINT"|"INTEGER"|string;
|
|
@@ -3171,7 +3302,7 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
3171
3302
|
*/
|
|
3172
3303
|
Esam?: EsamSettings;
|
|
3173
3304
|
/**
|
|
3174
|
-
*
|
|
3305
|
+
* If your source content has EIA-608 Line 21 Data Services, enable this feature to specify what MediaConvert does with the Extended Data Services (XDS) packets. You can choose to pass through XDS packets, or remove them from the output. For more information about XDS, see EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.
|
|
3175
3306
|
*/
|
|
3176
3307
|
ExtendedDataServices?: ExtendedDataServices;
|
|
3177
3308
|
/**
|
|
@@ -3277,7 +3408,7 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
3277
3408
|
*/
|
|
3278
3409
|
Esam?: EsamSettings;
|
|
3279
3410
|
/**
|
|
3280
|
-
*
|
|
3411
|
+
* If your source content has EIA-608 Line 21 Data Services, enable this feature to specify what MediaConvert does with the Extended Data Services (XDS) packets. You can choose to pass through XDS packets, or remove them from the output. For more information about XDS, see EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.
|
|
3281
3412
|
*/
|
|
3282
3413
|
ExtendedDataServices?: ExtendedDataServices;
|
|
3283
3414
|
/**
|
|
@@ -5650,11 +5781,14 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
5650
5781
|
export type __integerMin1Max17895697 = number;
|
|
5651
5782
|
export type __integerMin1Max2 = number;
|
|
5652
5783
|
export type __integerMin1Max20 = number;
|
|
5784
|
+
export type __integerMin1Max2048 = number;
|
|
5653
5785
|
export type __integerMin1Max2147483640 = number;
|
|
5654
5786
|
export type __integerMin1Max2147483647 = number;
|
|
5655
5787
|
export type __integerMin1Max31 = number;
|
|
5656
5788
|
export type __integerMin1Max32 = number;
|
|
5657
5789
|
export type __integerMin1Max4 = number;
|
|
5790
|
+
export type __integerMin1Max4096 = number;
|
|
5791
|
+
export type __integerMin1Max512 = number;
|
|
5658
5792
|
export type __integerMin1Max6 = number;
|
|
5659
5793
|
export type __integerMin1Max60000 = number;
|
|
5660
5794
|
export type __integerMin1Max64 = number;
|
|
@@ -5663,6 +5797,7 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
5663
5797
|
export type __integerMin25Max10000 = number;
|
|
5664
5798
|
export type __integerMin25Max2000 = number;
|
|
5665
5799
|
export type __integerMin2Max2147483647 = number;
|
|
5800
|
+
export type __integerMin2Max4096 = number;
|
|
5666
5801
|
export type __integerMin32000Max192000 = number;
|
|
5667
5802
|
export type __integerMin32000Max384000 = number;
|
|
5668
5803
|
export type __integerMin32000Max48000 = number;
|
|
@@ -5677,6 +5812,7 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
5677
5812
|
export type __integerMin8000Max192000 = number;
|
|
5678
5813
|
export type __integerMin8000Max96000 = number;
|
|
5679
5814
|
export type __integerMin8Max12 = number;
|
|
5815
|
+
export type __integerMin8Max4096 = number;
|
|
5680
5816
|
export type __integerMin96Max600 = number;
|
|
5681
5817
|
export type __integerMinNegative1000Max1000 = number;
|
|
5682
5818
|
export type __integerMinNegative180Max180 = number;
|
|
@@ -5748,6 +5884,7 @@ All burn-in and DVB-Sub font settings must match.
|
|
|
5748
5884
|
export type __stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12 = string;
|
|
5749
5885
|
export type __stringMin3Max3Pattern1809aFAF09aEAE = string;
|
|
5750
5886
|
export type __stringMin3Max3PatternAZaZ3 = string;
|
|
5887
|
+
export type __stringMin6Max8Pattern09aFAF609aFAF2 = string;
|
|
5751
5888
|
export type __stringMin9Max19PatternAZ26EastWestCentralNorthSouthEastWest1912 = string;
|
|
5752
5889
|
export type __stringPattern = string;
|
|
5753
5890
|
export type __stringPattern010920405090509092 = string;
|