@aws-sdk/client-mediaconvert 3.731.1 → 3.736.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.
@@ -245,6 +245,15 @@ declare const ListJobsCommand_base: {
245
245
  * // },
246
246
  * // DenoiseFilter: "ENABLED" || "DISABLED",
247
247
  * // DolbyVisionMetadataXml: "STRING_VALUE",
248
+ * // DynamicAudioSelectors: { // __mapOfDynamicAudioSelector
249
+ * // "<keys>": { // DynamicAudioSelector
250
+ * // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME" || "FORCE",
251
+ * // ExternalAudioFileInput: "STRING_VALUE",
252
+ * // LanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
253
+ * // Offset: Number("int"),
254
+ * // SelectorType: "ALL_TRACKS" || "LANGUAGE_CODE",
255
+ * // },
256
+ * // },
248
257
  * // FileInput: "STRING_VALUE",
249
258
  * // FilterEnable: "AUTO" || "DISABLE" || "FORCE",
250
259
  * // FilterStrength: Number("int"),
@@ -1259,6 +1268,7 @@ declare const ListJobsCommand_base: {
1259
1268
  * // Bitrate: Number("int"),
1260
1269
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
1261
1270
  * // CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
1271
+ * // Deblocking: "ENABLED" || "DISABLED",
1262
1272
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
1263
1273
  * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
1264
1274
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -554,6 +554,7 @@ declare const ListPresetsCommand_base: {
554
554
  * // Bitrate: Number("int"),
555
555
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
556
556
  * // CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
557
+ * // Deblocking: "ENABLED" || "DISABLED",
557
558
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
558
559
  * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
559
560
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -246,6 +246,15 @@ declare const SearchJobsCommand_base: {
246
246
  * // },
247
247
  * // DenoiseFilter: "ENABLED" || "DISABLED",
248
248
  * // DolbyVisionMetadataXml: "STRING_VALUE",
249
+ * // DynamicAudioSelectors: { // __mapOfDynamicAudioSelector
250
+ * // "<keys>": { // DynamicAudioSelector
251
+ * // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME" || "FORCE",
252
+ * // ExternalAudioFileInput: "STRING_VALUE",
253
+ * // LanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
254
+ * // Offset: Number("int"),
255
+ * // SelectorType: "ALL_TRACKS" || "LANGUAGE_CODE",
256
+ * // },
257
+ * // },
249
258
  * // FileInput: "STRING_VALUE",
250
259
  * // FilterEnable: "AUTO" || "DISABLE" || "FORCE",
251
260
  * // FilterStrength: Number("int"),
@@ -1260,6 +1269,7 @@ declare const SearchJobsCommand_base: {
1260
1269
  * // Bitrate: Number("int"),
1261
1270
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
1262
1271
  * // CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
1272
+ * // Deblocking: "ENABLED" || "DISABLED",
1263
1273
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
1264
1274
  * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
1265
1275
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -188,6 +188,15 @@ declare const UpdateJobTemplateCommand_base: {
188
188
  * DeblockFilter: "ENABLED" || "DISABLED",
189
189
  * DenoiseFilter: "ENABLED" || "DISABLED",
190
190
  * DolbyVisionMetadataXml: "STRING_VALUE",
191
+ * DynamicAudioSelectors: { // __mapOfDynamicAudioSelector
192
+ * "<keys>": { // DynamicAudioSelector
193
+ * AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME" || "FORCE",
194
+ * ExternalAudioFileInput: "STRING_VALUE",
195
+ * LanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
196
+ * Offset: Number("int"),
197
+ * SelectorType: "ALL_TRACKS" || "LANGUAGE_CODE",
198
+ * },
199
+ * },
191
200
  * FilterEnable: "AUTO" || "DISABLE" || "FORCE",
192
201
  * FilterStrength: Number("int"),
193
202
  * ImageInserter: { // ImageInserter
@@ -1191,6 +1200,7 @@ declare const UpdateJobTemplateCommand_base: {
1191
1200
  * Bitrate: Number("int"),
1192
1201
  * CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
1193
1202
  * CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
1203
+ * Deblocking: "ENABLED" || "DISABLED",
1194
1204
  * DynamicSubGop: "ADAPTIVE" || "STATIC",
1195
1205
  * EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
1196
1206
  * FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -1683,6 +1693,15 @@ declare const UpdateJobTemplateCommand_base: {
1683
1693
  * // DeblockFilter: "ENABLED" || "DISABLED",
1684
1694
  * // DenoiseFilter: "ENABLED" || "DISABLED",
1685
1695
  * // DolbyVisionMetadataXml: "STRING_VALUE",
1696
+ * // DynamicAudioSelectors: { // __mapOfDynamicAudioSelector
1697
+ * // "<keys>": { // DynamicAudioSelector
1698
+ * // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME" || "FORCE",
1699
+ * // ExternalAudioFileInput: "STRING_VALUE",
1700
+ * // LanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
1701
+ * // Offset: Number("int"),
1702
+ * // SelectorType: "ALL_TRACKS" || "LANGUAGE_CODE",
1703
+ * // },
1704
+ * // },
1686
1705
  * // FilterEnable: "AUTO" || "DISABLE" || "FORCE",
1687
1706
  * // FilterStrength: Number("int"),
1688
1707
  * // ImageInserter: { // ImageInserter
@@ -2686,6 +2705,7 @@ declare const UpdateJobTemplateCommand_base: {
2686
2705
  * // Bitrate: Number("int"),
2687
2706
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
2688
2707
  * // CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
2708
+ * // Deblocking: "ENABLED" || "DISABLED",
2689
2709
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
2690
2710
  * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
2691
2711
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -539,6 +539,7 @@ declare const UpdatePresetCommand_base: {
539
539
  * Bitrate: Number("int"),
540
540
  * CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
541
541
  * CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
542
+ * Deblocking: "ENABLED" || "DISABLED",
542
543
  * DynamicSubGop: "ADAPTIVE" || "STATIC",
543
544
  * EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
544
545
  * FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -1363,6 +1364,7 @@ declare const UpdatePresetCommand_base: {
1363
1364
  * // Bitrate: Number("int"),
1364
1365
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
1365
1366
  * // CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
1367
+ * // Deblocking: "ENABLED" || "DISABLED",
1366
1368
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
1367
1369
  * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
1368
1370
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -2980,7 +2980,7 @@ export interface AudioSelector {
2980
2980
  */
2981
2981
  DefaultSelection?: AudioDefaultSelection | undefined;
2982
2982
  /**
2983
- * Specifies audio data from an external file source.
2983
+ * Specify the S3, HTTP, or HTTPS URL for your external audio file input.
2984
2984
  * @public
2985
2985
  */
2986
2986
  ExternalAudioFileInput?: string | undefined;
@@ -2990,12 +2990,14 @@ export interface AudioSelector {
2990
2990
  */
2991
2991
  HlsRenditionGroupSettings?: HlsRenditionGroupSettings | undefined;
2992
2992
  /**
2993
- * Selects a specific language code from within an audio source.
2993
+ * Specify the language to select from your audio input. In the MediaConvert console choose from a list of languages. In your JSON job settings choose from an ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php
2994
2994
  * @public
2995
2995
  */
2996
2996
  LanguageCode?: LanguageCode | undefined;
2997
2997
  /**
2998
- * Specifies a time delta in milliseconds to offset the audio from the input video.
2998
+ * Specify a time delta, in milliseconds, to offset the audio from the input video.
2999
+ * To specify no offset: Keep the default value, 0.
3000
+ * To specify an offset: Enter an integer from -2147483648 to 2147483647
2999
3001
  * @public
3000
3002
  */
3001
3003
  Offset?: number | undefined;
@@ -3459,6 +3461,51 @@ export declare const InputDenoiseFilter: {
3459
3461
  * @public
3460
3462
  */
3461
3463
  export type InputDenoiseFilter = (typeof InputDenoiseFilter)[keyof typeof InputDenoiseFilter];
3464
+ /**
3465
+ * @public
3466
+ * @enum
3467
+ */
3468
+ export declare const DynamicAudioSelectorType: {
3469
+ readonly ALL_TRACKS: "ALL_TRACKS";
3470
+ readonly LANGUAGE_CODE: "LANGUAGE_CODE";
3471
+ };
3472
+ /**
3473
+ * @public
3474
+ */
3475
+ export type DynamicAudioSelectorType = (typeof DynamicAudioSelectorType)[keyof typeof DynamicAudioSelectorType];
3476
+ /**
3477
+ * Use Dynamic audio selectors when you do not know the track layout of your source when you submit your job, but want to select multiple audio tracks. When you include an audio track in your output and specify this Dynamic audio selector as the Audio source, MediaConvert creates an output audio track for each dynamically selected track. Note that when you include a Dynamic audio selector for two or more inputs, each input must have the same number of audio tracks and audio channels.
3478
+ * @public
3479
+ */
3480
+ export interface DynamicAudioSelector {
3481
+ /**
3482
+ * Apply audio timing corrections to help synchronize audio and video in your output. To apply timing corrections, your input must meet the following requirements: * Container: MP4, or MOV, with an accurate time-to-sample (STTS) table. * Audio track: AAC. Choose from the following audio timing correction settings: * Disabled (Default): Apply no correction. * Auto: Recommended for most inputs. MediaConvert analyzes the audio timing in your input and determines which correction setting to use, if needed. * Track: Adjust the duration of each audio frame by a constant amount to align the audio track length with STTS duration. Track-level correction does not affect pitch, and is recommended for tonal audio content such as music. * Frame: Adjust the duration of each audio frame by a variable amount to align audio frames with STTS timestamps. No corrections are made to already-aligned frames. Frame-level correction may affect the pitch of corrected frames, and is recommended for atonal audio content such as speech or percussion. * Force: Apply audio duration correction, either Track or Frame depending on your input, regardless of the accuracy of your input's STTS table. Your output audio and video may not be aligned or it may contain audio artifacts.
3483
+ * @public
3484
+ */
3485
+ AudioDurationCorrection?: AudioDurationCorrection | undefined;
3486
+ /**
3487
+ * Specify the S3, HTTP, or HTTPS URL for your external audio file input.
3488
+ * @public
3489
+ */
3490
+ ExternalAudioFileInput?: string | undefined;
3491
+ /**
3492
+ * Specify the language to select from your audio input. In the MediaConvert console choose from a list of languages. In your JSON job settings choose from an ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php
3493
+ * @public
3494
+ */
3495
+ LanguageCode?: LanguageCode | undefined;
3496
+ /**
3497
+ * Specify a time delta, in milliseconds, to offset the audio from the input video.
3498
+ * To specify no offset: Keep the default value, 0.
3499
+ * To specify an offset: Enter an integer from -2147483648 to 2147483647
3500
+ * @public
3501
+ */
3502
+ Offset?: number | undefined;
3503
+ /**
3504
+ * Specify which audio tracks to dynamically select from your source. To select all audio tracks: Keep the default value, All tracks. To select all audio tracks with a specific language code: Choose Language code. When you do, you must also specify a language code under the Language code setting. If there is no matching Language code in your source, then no track will be selected.
3505
+ * @public
3506
+ */
3507
+ SelectorType?: DynamicAudioSelectorType | undefined;
3508
+ }
3462
3509
  /**
3463
3510
  * @public
3464
3511
  * @enum
@@ -4053,6 +4100,11 @@ export interface Input {
4053
4100
  * @public
4054
4101
  */
4055
4102
  DolbyVisionMetadataXml?: string | undefined;
4103
+ /**
4104
+ * Use Dynamic audio selectors when you do not know the track layout of your source when you submit your job, but want to select multiple audio tracks. When you include an audio track in your output and specify this Dynamic audio selector as the Audio source, MediaConvert creates an output audio track for each dynamically selected track. Note that when you include a Dynamic audio selector for two or more inputs, each input must have the same number of audio tracks and audio channels.
4105
+ * @public
4106
+ */
4107
+ DynamicAudioSelectors?: Record<string, DynamicAudioSelector> | undefined;
4056
4108
  /**
4057
4109
  * Specify the source file for your transcoding job. You can use multiple inputs in a single job. The service concatenates these inputs, in the order that you specify them in the job, to create the outputs. If your input format is IMF, specify your input by providing the path to your CPL. For example, "s3://bucket/vf/cpl.xml". If the CPL is in an incomplete IMP, make sure to use *Supplemental IMPs* to specify any supplemental IMPs that contain assets referenced by the CPL.
4058
4110
  * @public
@@ -4181,6 +4233,11 @@ export interface InputTemplate {
4181
4233
  * @public
4182
4234
  */
4183
4235
  DolbyVisionMetadataXml?: string | undefined;
4236
+ /**
4237
+ * Use Dynamic audio selectors when you do not know the track layout of your source when you submit your job, but want to select multiple audio tracks. When you include an audio track in your output and specify this Dynamic audio selector as the Audio source, MediaConvert creates an output audio track for each dynamically selected track. Note that when you include a Dynamic audio selector for two or more inputs, each input must have the same number of audio tracks and audio channels.
4238
+ * @public
4239
+ */
4240
+ DynamicAudioSelectors?: Record<string, DynamicAudioSelector> | undefined;
4184
4241
  /**
4185
4242
  * 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.
4186
4243
  * @public
@@ -6414,61 +6471,3 @@ export declare const MsSmoothFragmentLengthControl: {
6414
6471
  * @public
6415
6472
  */
6416
6473
  export type MsSmoothFragmentLengthControl = (typeof MsSmoothFragmentLengthControl)[keyof typeof MsSmoothFragmentLengthControl];
6417
- /**
6418
- * @public
6419
- * @enum
6420
- */
6421
- export declare const MsSmoothManifestEncoding: {
6422
- readonly UTF16: "UTF16";
6423
- readonly UTF8: "UTF8";
6424
- };
6425
- /**
6426
- * @public
6427
- */
6428
- export type MsSmoothManifestEncoding = (typeof MsSmoothManifestEncoding)[keyof typeof MsSmoothManifestEncoding];
6429
- /**
6430
- * Settings related to your Microsoft Smooth Streaming output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
6431
- * @public
6432
- */
6433
- export interface MsSmoothGroupSettings {
6434
- /**
6435
- * By default, the service creates one .ism Microsoft Smooth Streaming manifest for each Microsoft Smooth Streaming output group in your job. This default manifest references every output in the output group. To create additional manifests that reference a subset of the outputs in the output group, specify a list of them here.
6436
- * @public
6437
- */
6438
- AdditionalManifests?: MsSmoothAdditionalManifest[] | undefined;
6439
- /**
6440
- * COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group into a single audio stream.
6441
- * @public
6442
- */
6443
- AudioDeduplication?: MsSmoothAudioDeduplication | undefined;
6444
- /**
6445
- * Use Destination to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file.
6446
- * @public
6447
- */
6448
- Destination?: string | undefined;
6449
- /**
6450
- * Settings associated with the destination. Will vary based on the type of destination
6451
- * @public
6452
- */
6453
- DestinationSettings?: DestinationSettings | undefined;
6454
- /**
6455
- * If you are using DRM, set DRM System to specify the value SpekeKeyProvider.
6456
- * @public
6457
- */
6458
- Encryption?: MsSmoothEncryptionSettings | undefined;
6459
- /**
6460
- * Specify how you want MediaConvert to determine the fragment length. Choose Exact to have the encoder use the exact length that you specify with the setting Fragment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.
6461
- * @public
6462
- */
6463
- FragmentLength?: number | undefined;
6464
- /**
6465
- * Specify how you want MediaConvert to determine the fragment length. Choose Exact to have the encoder use the exact length that you specify with the setting Fragment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.
6466
- * @public
6467
- */
6468
- FragmentLengthControl?: MsSmoothFragmentLengthControl | undefined;
6469
- /**
6470
- * Use Manifest encoding to specify the encoding format for the server and client manifest. Valid options are utf8 and utf16.
6471
- * @public
6472
- */
6473
- ManifestEncoding?: MsSmoothManifestEncoding | undefined;
6474
- }
@@ -1,4 +1,62 @@
1
- import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset, CmafGroupSettings, ColorConversion3DLUTSetting, DashIsoGroupSettings, EsamSettings, ExtendedDataServices, FileGroupSettings, Hdr10Metadata, HlsGroupSettings, HopDestination, Id3Insertion, ImageInserter, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, MotionImageInserter, MsSmoothGroupSettings, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail, QueueTransition, Rectangle } from "./models_0";
1
+ import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CmafGroupSettings, ColorConversion3DLUTSetting, DashIsoGroupSettings, DestinationSettings, EsamSettings, ExtendedDataServices, FileGroupSettings, Hdr10Metadata, HlsGroupSettings, HopDestination, Id3Insertion, ImageInserter, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, MotionImageInserter, MsSmoothAdditionalManifest, MsSmoothAudioDeduplication, MsSmoothEncryptionSettings, MsSmoothFragmentLengthControl, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail, QueueTransition, Rectangle } from "./models_0";
2
+ /**
3
+ * @public
4
+ * @enum
5
+ */
6
+ export declare const MsSmoothManifestEncoding: {
7
+ readonly UTF16: "UTF16";
8
+ readonly UTF8: "UTF8";
9
+ };
10
+ /**
11
+ * @public
12
+ */
13
+ export type MsSmoothManifestEncoding = (typeof MsSmoothManifestEncoding)[keyof typeof MsSmoothManifestEncoding];
14
+ /**
15
+ * Settings related to your Microsoft Smooth Streaming output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
16
+ * @public
17
+ */
18
+ export interface MsSmoothGroupSettings {
19
+ /**
20
+ * By default, the service creates one .ism Microsoft Smooth Streaming manifest for each Microsoft Smooth Streaming output group in your job. This default manifest references every output in the output group. To create additional manifests that reference a subset of the outputs in the output group, specify a list of them here.
21
+ * @public
22
+ */
23
+ AdditionalManifests?: MsSmoothAdditionalManifest[] | undefined;
24
+ /**
25
+ * COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group into a single audio stream.
26
+ * @public
27
+ */
28
+ AudioDeduplication?: MsSmoothAudioDeduplication | undefined;
29
+ /**
30
+ * Use Destination to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file.
31
+ * @public
32
+ */
33
+ Destination?: string | undefined;
34
+ /**
35
+ * Settings associated with the destination. Will vary based on the type of destination
36
+ * @public
37
+ */
38
+ DestinationSettings?: DestinationSettings | undefined;
39
+ /**
40
+ * If you are using DRM, set DRM System to specify the value SpekeKeyProvider.
41
+ * @public
42
+ */
43
+ Encryption?: MsSmoothEncryptionSettings | undefined;
44
+ /**
45
+ * Specify how you want MediaConvert to determine the fragment length. Choose Exact to have the encoder use the exact length that you specify with the setting Fragment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.
46
+ * @public
47
+ */
48
+ FragmentLength?: number | undefined;
49
+ /**
50
+ * Specify how you want MediaConvert to determine the fragment length. Choose Exact to have the encoder use the exact length that you specify with the setting Fragment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.
51
+ * @public
52
+ */
53
+ FragmentLengthControl?: MsSmoothFragmentLengthControl | undefined;
54
+ /**
55
+ * Use Manifest encoding to specify the encoding format for the server and client manifest. Valid options are utf8 and utf16.
56
+ * @public
57
+ */
58
+ ManifestEncoding?: MsSmoothManifestEncoding | undefined;
59
+ }
2
60
  /**
3
61
  * @public
4
62
  * @enum
@@ -2700,6 +2758,18 @@ export declare const H265CodecProfile: {
2700
2758
  * @public
2701
2759
  */
2702
2760
  export type H265CodecProfile = (typeof H265CodecProfile)[keyof typeof H265CodecProfile];
2761
+ /**
2762
+ * @public
2763
+ * @enum
2764
+ */
2765
+ export declare const H265Deblocking: {
2766
+ readonly DISABLED: "DISABLED";
2767
+ readonly ENABLED: "ENABLED";
2768
+ };
2769
+ /**
2770
+ * @public
2771
+ */
2772
+ export type H265Deblocking = (typeof H265Deblocking)[keyof typeof H265Deblocking];
2703
2773
  /**
2704
2774
  * @public
2705
2775
  * @enum
@@ -3030,6 +3100,11 @@ export interface H265Settings {
3030
3100
  * @public
3031
3101
  */
3032
3102
  CodecProfile?: H265CodecProfile | undefined;
3103
+ /**
3104
+ * Use Deblocking to improve the video quality of your output by smoothing the edges of macroblock artifacts created during video compression. To reduce blocking artifacts at block boundaries, and improve overall video quality: Keep the default value, Enabled. To not apply any deblocking: Choose Disabled. Visible block edge artifacts might appear in the output, especially at lower bitrates.
3105
+ * @public
3106
+ */
3107
+ Deblocking?: H265Deblocking | undefined;
3033
3108
  /**
3034
3109
  * 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.
3035
3110
  * @public
@@ -5783,7 +5858,7 @@ export interface JobSettings {
5783
5858
  */
5784
5859
  ExtendedDataServices?: ExtendedDataServices | undefined;
5785
5860
  /**
5786
- * Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable "Follow source" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.
5861
+ * Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable "Follow source" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.
5787
5862
  * @public
5788
5863
  */
5789
5864
  FollowSource?: number | undefined;
@@ -6115,7 +6190,7 @@ export interface JobTemplateSettings {
6115
6190
  */
6116
6191
  ExtendedDataServices?: ExtendedDataServices | undefined;
6117
6192
  /**
6118
- * Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable "Follow source" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.
6193
+ * Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable "Follow source" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.
6119
6194
  * @public
6120
6195
  */
6121
6196
  FollowSource?: number | undefined;
@@ -6243,87 +6318,3 @@ export interface JobTemplate {
6243
6318
  */
6244
6319
  Type?: Type | undefined;
6245
6320
  }
6246
- /**
6247
- * Settings for preset
6248
- * @public
6249
- */
6250
- export interface PresetSettings {
6251
- /**
6252
- * Contains groups of audio encoding settings organized by audio codec. Include one instance of per output. Can contain multiple groups of encoding settings.
6253
- * @public
6254
- */
6255
- AudioDescriptions?: AudioDescription[] | undefined;
6256
- /**
6257
- * This object holds groups of settings related to captions for one output. For each output that has captions, include one instance of CaptionDescriptions.
6258
- * @public
6259
- */
6260
- CaptionDescriptions?: CaptionDescriptionPreset[] | undefined;
6261
- /**
6262
- * Container specific settings.
6263
- * @public
6264
- */
6265
- ContainerSettings?: ContainerSettings | undefined;
6266
- /**
6267
- * VideoDescription contains a group of video encoding settings. The specific video settings depend on the video codec that you choose for the property codec. Include one instance of VideoDescription per output.
6268
- * @public
6269
- */
6270
- VideoDescription?: VideoDescription | undefined;
6271
- }
6272
- /**
6273
- * A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
6274
- * @public
6275
- */
6276
- export interface Preset {
6277
- /**
6278
- * An identifier for this resource that is unique within all of AWS.
6279
- * @public
6280
- */
6281
- Arn?: string | undefined;
6282
- /**
6283
- * An optional category you create to organize your presets.
6284
- * @public
6285
- */
6286
- Category?: string | undefined;
6287
- /**
6288
- * The timestamp in epoch seconds for preset creation.
6289
- * @public
6290
- */
6291
- CreatedAt?: Date | undefined;
6292
- /**
6293
- * An optional description you create for each preset.
6294
- * @public
6295
- */
6296
- Description?: string | undefined;
6297
- /**
6298
- * The timestamp in epoch seconds when the preset was last updated.
6299
- * @public
6300
- */
6301
- LastUpdated?: Date | undefined;
6302
- /**
6303
- * A name you create for each preset. Each name must be unique within your account.
6304
- * @public
6305
- */
6306
- Name: string | undefined;
6307
- /**
6308
- * Settings for preset
6309
- * @public
6310
- */
6311
- Settings: PresetSettings | undefined;
6312
- /**
6313
- * A preset can be of two types: system or custom. System or built-in preset can't be modified or deleted by the user.
6314
- * @public
6315
- */
6316
- Type?: Type | undefined;
6317
- }
6318
- /**
6319
- * @public
6320
- * @enum
6321
- */
6322
- export declare const PricingPlan: {
6323
- readonly ON_DEMAND: "ON_DEMAND";
6324
- readonly RESERVED: "RESERVED";
6325
- };
6326
- /**
6327
- * @public
6328
- */
6329
- export type PricingPlan = (typeof PricingPlan)[keyof typeof PricingPlan];
@@ -1,7 +1,91 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
3
- import { AccelerationSettings, BillingTagsSource, Endpoint, HopDestination } from "./models_0";
4
- import { Job, JobEngineVersion, JobSettings, JobStatus, JobTemplate, JobTemplateSettings, Preset, PresetSettings, PricingPlan, SimulateReservedQueue, StatusUpdateInterval, Type } from "./models_1";
3
+ import { AccelerationSettings, AudioDescription, BillingTagsSource, CaptionDescriptionPreset, Endpoint, HopDestination } from "./models_0";
4
+ import { ContainerSettings, Job, JobEngineVersion, JobSettings, JobStatus, JobTemplate, JobTemplateSettings, SimulateReservedQueue, StatusUpdateInterval, Type, VideoDescription } from "./models_1";
5
+ /**
6
+ * Settings for preset
7
+ * @public
8
+ */
9
+ export interface PresetSettings {
10
+ /**
11
+ * Contains groups of audio encoding settings organized by audio codec. Include one instance of per output. Can contain multiple groups of encoding settings.
12
+ * @public
13
+ */
14
+ AudioDescriptions?: AudioDescription[] | undefined;
15
+ /**
16
+ * This object holds groups of settings related to captions for one output. For each output that has captions, include one instance of CaptionDescriptions.
17
+ * @public
18
+ */
19
+ CaptionDescriptions?: CaptionDescriptionPreset[] | undefined;
20
+ /**
21
+ * Container specific settings.
22
+ * @public
23
+ */
24
+ ContainerSettings?: ContainerSettings | undefined;
25
+ /**
26
+ * VideoDescription contains a group of video encoding settings. The specific video settings depend on the video codec that you choose for the property codec. Include one instance of VideoDescription per output.
27
+ * @public
28
+ */
29
+ VideoDescription?: VideoDescription | undefined;
30
+ }
31
+ /**
32
+ * A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
33
+ * @public
34
+ */
35
+ export interface Preset {
36
+ /**
37
+ * An identifier for this resource that is unique within all of AWS.
38
+ * @public
39
+ */
40
+ Arn?: string | undefined;
41
+ /**
42
+ * An optional category you create to organize your presets.
43
+ * @public
44
+ */
45
+ Category?: string | undefined;
46
+ /**
47
+ * The timestamp in epoch seconds for preset creation.
48
+ * @public
49
+ */
50
+ CreatedAt?: Date | undefined;
51
+ /**
52
+ * An optional description you create for each preset.
53
+ * @public
54
+ */
55
+ Description?: string | undefined;
56
+ /**
57
+ * The timestamp in epoch seconds when the preset was last updated.
58
+ * @public
59
+ */
60
+ LastUpdated?: Date | undefined;
61
+ /**
62
+ * A name you create for each preset. Each name must be unique within your account.
63
+ * @public
64
+ */
65
+ Name: string | undefined;
66
+ /**
67
+ * Settings for preset
68
+ * @public
69
+ */
70
+ Settings: PresetSettings | undefined;
71
+ /**
72
+ * A preset can be of two types: system or custom. System or built-in preset can't be modified or deleted by the user.
73
+ * @public
74
+ */
75
+ Type?: Type | undefined;
76
+ }
77
+ /**
78
+ * @public
79
+ * @enum
80
+ */
81
+ export declare const PricingPlan: {
82
+ readonly ON_DEMAND: "ON_DEMAND";
83
+ readonly RESERVED: "RESERVED";
84
+ };
85
+ /**
86
+ * @public
87
+ */
88
+ export type PricingPlan = (typeof PricingPlan)[keyof typeof PricingPlan];
5
89
  /**
6
90
  * @public
7
91
  * @enum