@aws-sdk/client-mediaconvert 3.651.1 → 3.655.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/dist-cjs/index.js +61 -6
- package/dist-es/models/models_0.js +19 -10
- package/dist-es/models/models_1.js +10 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +32 -0
- package/dist-types/commands/AssociateCertificateCommand.d.ts +11 -0
- package/dist-types/commands/CancelJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateJobCommand.d.ts +43 -0
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +43 -0
- package/dist-types/commands/CreatePresetCommand.d.ts +11 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +11 -0
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeletePresetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteQueueCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +11 -0
- package/dist-types/commands/GetJobCommand.d.ts +27 -0
- package/dist-types/commands/GetJobTemplateCommand.d.ts +27 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetPresetCommand.d.ts +11 -0
- package/dist-types/commands/GetQueueCommand.d.ts +11 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +27 -0
- package/dist-types/commands/ListJobsCommand.d.ts +27 -0
- package/dist-types/commands/ListPresetsCommand.d.ts +11 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListVersionsCommand.d.ts +11 -0
- package/dist-types/commands/PutPolicyCommand.d.ts +11 -0
- package/dist-types/commands/SearchJobsCommand.d.ts +27 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +43 -0
- package/dist-types/commands/UpdatePresetCommand.d.ts +11 -0
- package/dist-types/commands/UpdateQueueCommand.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +61 -62
- package/dist-types/models/models_1.d.ts +63 -110
- package/dist-types/models/models_2.d.ts +110 -1
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +12 -1
- package/dist-types/ts3.4/models/models_0.d.ts +29 -22
- package/dist-types/ts3.4/models/models_1.d.ts +28 -29
- package/dist-types/ts3.4/models/models_2.d.ts +28 -2
- package/package.json +35 -35
|
@@ -4948,6 +4948,57 @@ export declare const CmafInitializationVectorInManifest: {
|
|
|
4948
4948
|
* @public
|
|
4949
4949
|
*/
|
|
4950
4950
|
export type CmafInitializationVectorInManifest = (typeof CmafInitializationVectorInManifest)[keyof typeof CmafInitializationVectorInManifest];
|
|
4951
|
+
/**
|
|
4952
|
+
* @public
|
|
4953
|
+
* @enum
|
|
4954
|
+
*/
|
|
4955
|
+
export declare const PresetSpeke20Audio: {
|
|
4956
|
+
readonly PRESET_AUDIO_1: "PRESET_AUDIO_1";
|
|
4957
|
+
readonly PRESET_AUDIO_2: "PRESET_AUDIO_2";
|
|
4958
|
+
readonly PRESET_AUDIO_3: "PRESET_AUDIO_3";
|
|
4959
|
+
readonly SHARED: "SHARED";
|
|
4960
|
+
readonly UNENCRYPTED: "UNENCRYPTED";
|
|
4961
|
+
};
|
|
4962
|
+
/**
|
|
4963
|
+
* @public
|
|
4964
|
+
*/
|
|
4965
|
+
export type PresetSpeke20Audio = (typeof PresetSpeke20Audio)[keyof typeof PresetSpeke20Audio];
|
|
4966
|
+
/**
|
|
4967
|
+
* @public
|
|
4968
|
+
* @enum
|
|
4969
|
+
*/
|
|
4970
|
+
export declare const PresetSpeke20Video: {
|
|
4971
|
+
readonly PRESET_VIDEO_1: "PRESET_VIDEO_1";
|
|
4972
|
+
readonly PRESET_VIDEO_2: "PRESET_VIDEO_2";
|
|
4973
|
+
readonly PRESET_VIDEO_3: "PRESET_VIDEO_3";
|
|
4974
|
+
readonly PRESET_VIDEO_4: "PRESET_VIDEO_4";
|
|
4975
|
+
readonly PRESET_VIDEO_5: "PRESET_VIDEO_5";
|
|
4976
|
+
readonly PRESET_VIDEO_6: "PRESET_VIDEO_6";
|
|
4977
|
+
readonly PRESET_VIDEO_7: "PRESET_VIDEO_7";
|
|
4978
|
+
readonly PRESET_VIDEO_8: "PRESET_VIDEO_8";
|
|
4979
|
+
readonly SHARED: "SHARED";
|
|
4980
|
+
readonly UNENCRYPTED: "UNENCRYPTED";
|
|
4981
|
+
};
|
|
4982
|
+
/**
|
|
4983
|
+
* @public
|
|
4984
|
+
*/
|
|
4985
|
+
export type PresetSpeke20Video = (typeof PresetSpeke20Video)[keyof typeof PresetSpeke20Video];
|
|
4986
|
+
/**
|
|
4987
|
+
* Specify the SPEKE version, either v1.0 or v2.0, that MediaConvert uses when encrypting your output. For more information, see: https://docs.aws.amazon.com/speke/latest/documentation/speke-api-specification.html To use SPEKE v1.0: Leave blank. To use SPEKE v2.0: Specify a SPEKE v2.0 video preset and a SPEKE v2.0 audio preset.
|
|
4988
|
+
* @public
|
|
4989
|
+
*/
|
|
4990
|
+
export interface EncryptionContractConfiguration {
|
|
4991
|
+
/**
|
|
4992
|
+
* Specify which SPEKE version 2.0 audio preset MediaConvert uses to request content keys from your SPEKE server. For more information, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/drm-content-speke-v2-presets.html To encrypt to your audio outputs, choose from the following: Audio preset 1, Audio preset 2, or Audio preset 3. To encrypt your audio outputs, using the same content key for both your audio and video outputs: Choose Shared. When you do, you must also set SPEKE v2.0 video preset to Shared. To not encrypt your audio outputs: Choose Unencrypted. When you do, to encrypt your video outputs, you must also specify a SPEKE v2.0 video preset (other than Shared or Unencrypted).
|
|
4993
|
+
* @public
|
|
4994
|
+
*/
|
|
4995
|
+
SpekeAudioPreset?: PresetSpeke20Audio;
|
|
4996
|
+
/**
|
|
4997
|
+
* Specify which SPEKE version 2.0 video preset MediaConvert uses to request content keys from your SPEKE server. For more information, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/drm-content-speke-v2-presets.html To encrypt to your video outputs, choose from the following: Video preset 1, Video preset 2, Video preset 3, Video preset 4, Video preset 5, Video preset 6, Video preset 7, or Video preset 8. To encrypt your video outputs, using the same content key for both your video and audio outputs: Choose Shared. When you do, you must also set SPEKE v2.0 audio preset to Shared. To not encrypt your video outputs: Choose Unencrypted. When you do, to encrypt your audio outputs, you must also specify a SPEKE v2.0 audio preset (other than Shared or Unencrypted).
|
|
4998
|
+
* @public
|
|
4999
|
+
*/
|
|
5000
|
+
SpekeVideoPreset?: PresetSpeke20Video;
|
|
5001
|
+
}
|
|
4951
5002
|
/**
|
|
4952
5003
|
* If your output group type is CMAF, use these settings when doing DRM encryption with a SPEKE-compliant key provider. If your output group type is HLS, DASH, or Microsoft Smooth, use the SpekeKeyProvider settings instead.
|
|
4953
5004
|
* @public
|
|
@@ -4963,6 +5014,11 @@ export interface SpekeKeyProviderCmaf {
|
|
|
4963
5014
|
* @public
|
|
4964
5015
|
*/
|
|
4965
5016
|
DashSignaledSystemIds?: string[];
|
|
5017
|
+
/**
|
|
5018
|
+
* Specify the SPEKE version, either v1.0 or v2.0, that MediaConvert uses when encrypting your output. For more information, see: https://docs.aws.amazon.com/speke/latest/documentation/speke-api-specification.html To use SPEKE v1.0: Leave blank. To use SPEKE v2.0: Specify a SPEKE v2.0 video preset and a SPEKE v2.0 audio preset.
|
|
5019
|
+
* @public
|
|
5020
|
+
*/
|
|
5021
|
+
EncryptionContractConfiguration?: EncryptionContractConfiguration;
|
|
4966
5022
|
/**
|
|
4967
5023
|
* Specify the DRM system ID that you want signaled in the HLS manifest that MediaConvert creates as part of this CMAF package. The HLS manifest can currently signal only one system ID. For more information, see https://dashif.org/identifiers/content_protection/.
|
|
4968
5024
|
* @public
|
|
@@ -5451,6 +5507,11 @@ export interface SpekeKeyProvider {
|
|
|
5451
5507
|
* @public
|
|
5452
5508
|
*/
|
|
5453
5509
|
CertificateArn?: string;
|
|
5510
|
+
/**
|
|
5511
|
+
* Specify the SPEKE version, either v1.0 or v2.0, that MediaConvert uses when encrypting your output. For more information, see: https://docs.aws.amazon.com/speke/latest/documentation/speke-api-specification.html To use SPEKE v1.0: Leave blank. To use SPEKE v2.0: Specify a SPEKE v2.0 video preset and a SPEKE v2.0 audio preset.
|
|
5512
|
+
* @public
|
|
5513
|
+
*/
|
|
5514
|
+
EncryptionContractConfiguration?: EncryptionContractConfiguration;
|
|
5454
5515
|
/**
|
|
5455
5516
|
* Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.
|
|
5456
5517
|
* @public
|
|
@@ -6409,65 +6470,3 @@ export declare const OutputGroupType: {
|
|
|
6409
6470
|
* @public
|
|
6410
6471
|
*/
|
|
6411
6472
|
export type OutputGroupType = (typeof OutputGroupType)[keyof typeof OutputGroupType];
|
|
6412
|
-
/**
|
|
6413
|
-
* Output Group settings, including type
|
|
6414
|
-
* @public
|
|
6415
|
-
*/
|
|
6416
|
-
export interface OutputGroupSettings {
|
|
6417
|
-
/**
|
|
6418
|
-
* Settings related to your CMAF output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
|
|
6419
|
-
* @public
|
|
6420
|
-
*/
|
|
6421
|
-
CmafGroupSettings?: CmafGroupSettings;
|
|
6422
|
-
/**
|
|
6423
|
-
* Settings related to your DASH output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
|
|
6424
|
-
* @public
|
|
6425
|
-
*/
|
|
6426
|
-
DashIsoGroupSettings?: DashIsoGroupSettings;
|
|
6427
|
-
/**
|
|
6428
|
-
* Settings related to your File output group. MediaConvert uses this group of settings to generate a single standalone file, rather than a streaming package.
|
|
6429
|
-
* @public
|
|
6430
|
-
*/
|
|
6431
|
-
FileGroupSettings?: FileGroupSettings;
|
|
6432
|
-
/**
|
|
6433
|
-
* Settings related to your HLS output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
|
|
6434
|
-
* @public
|
|
6435
|
-
*/
|
|
6436
|
-
HlsGroupSettings?: HlsGroupSettings;
|
|
6437
|
-
/**
|
|
6438
|
-
* 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.
|
|
6439
|
-
* @public
|
|
6440
|
-
*/
|
|
6441
|
-
MsSmoothGroupSettings?: MsSmoothGroupSettings;
|
|
6442
|
-
/**
|
|
6443
|
-
* Type of output group (File group, Apple HLS, DASH ISO, Microsoft Smooth Streaming, CMAF)
|
|
6444
|
-
* @public
|
|
6445
|
-
*/
|
|
6446
|
-
Type?: OutputGroupType;
|
|
6447
|
-
}
|
|
6448
|
-
/**
|
|
6449
|
-
* @public
|
|
6450
|
-
* @enum
|
|
6451
|
-
*/
|
|
6452
|
-
export declare const CmfcAudioDuration: {
|
|
6453
|
-
readonly DEFAULT_CODEC_DURATION: "DEFAULT_CODEC_DURATION";
|
|
6454
|
-
readonly MATCH_VIDEO_DURATION: "MATCH_VIDEO_DURATION";
|
|
6455
|
-
};
|
|
6456
|
-
/**
|
|
6457
|
-
* @public
|
|
6458
|
-
*/
|
|
6459
|
-
export type CmfcAudioDuration = (typeof CmfcAudioDuration)[keyof typeof CmfcAudioDuration];
|
|
6460
|
-
/**
|
|
6461
|
-
* @public
|
|
6462
|
-
* @enum
|
|
6463
|
-
*/
|
|
6464
|
-
export declare const CmfcAudioTrackType: {
|
|
6465
|
-
readonly ALTERNATE_AUDIO_AUTO_SELECT: "ALTERNATE_AUDIO_AUTO_SELECT";
|
|
6466
|
-
readonly ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT";
|
|
6467
|
-
readonly ALTERNATE_AUDIO_NOT_AUTO_SELECT: "ALTERNATE_AUDIO_NOT_AUTO_SELECT";
|
|
6468
|
-
readonly AUDIO_ONLY_VARIANT_STREAM: "AUDIO_ONLY_VARIANT_STREAM";
|
|
6469
|
-
};
|
|
6470
|
-
/**
|
|
6471
|
-
* @public
|
|
6472
|
-
*/
|
|
6473
|
-
export type CmfcAudioTrackType = (typeof CmfcAudioTrackType)[keyof typeof CmfcAudioTrackType];
|
|
@@ -1,4 +1,66 @@
|
|
|
1
|
-
import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset,
|
|
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, OutputGroupType, QueueTransition, Rectangle } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* Output Group settings, including type
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface OutputGroupSettings {
|
|
7
|
+
/**
|
|
8
|
+
* Settings related to your CMAF output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
CmafGroupSettings?: CmafGroupSettings;
|
|
12
|
+
/**
|
|
13
|
+
* Settings related to your DASH output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
DashIsoGroupSettings?: DashIsoGroupSettings;
|
|
17
|
+
/**
|
|
18
|
+
* Settings related to your File output group. MediaConvert uses this group of settings to generate a single standalone file, rather than a streaming package.
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
FileGroupSettings?: FileGroupSettings;
|
|
22
|
+
/**
|
|
23
|
+
* Settings related to your HLS output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
HlsGroupSettings?: HlsGroupSettings;
|
|
27
|
+
/**
|
|
28
|
+
* 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.
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
MsSmoothGroupSettings?: MsSmoothGroupSettings;
|
|
32
|
+
/**
|
|
33
|
+
* Type of output group (File group, Apple HLS, DASH ISO, Microsoft Smooth Streaming, CMAF)
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
Type?: OutputGroupType;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* @public
|
|
40
|
+
* @enum
|
|
41
|
+
*/
|
|
42
|
+
export declare const CmfcAudioDuration: {
|
|
43
|
+
readonly DEFAULT_CODEC_DURATION: "DEFAULT_CODEC_DURATION";
|
|
44
|
+
readonly MATCH_VIDEO_DURATION: "MATCH_VIDEO_DURATION";
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
export type CmfcAudioDuration = (typeof CmfcAudioDuration)[keyof typeof CmfcAudioDuration];
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
* @enum
|
|
53
|
+
*/
|
|
54
|
+
export declare const CmfcAudioTrackType: {
|
|
55
|
+
readonly ALTERNATE_AUDIO_AUTO_SELECT: "ALTERNATE_AUDIO_AUTO_SELECT";
|
|
56
|
+
readonly ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT";
|
|
57
|
+
readonly ALTERNATE_AUDIO_NOT_AUTO_SELECT: "ALTERNATE_AUDIO_NOT_AUTO_SELECT";
|
|
58
|
+
readonly AUDIO_ONLY_VARIANT_STREAM: "AUDIO_ONLY_VARIANT_STREAM";
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
export type CmfcAudioTrackType = (typeof CmfcAudioTrackType)[keyof typeof CmfcAudioTrackType];
|
|
2
64
|
/**
|
|
3
65
|
* @public
|
|
4
66
|
* @enum
|
|
@@ -6251,112 +6313,3 @@ export declare const ReservationPlanStatus: {
|
|
|
6251
6313
|
* @public
|
|
6252
6314
|
*/
|
|
6253
6315
|
export type ReservationPlanStatus = (typeof ReservationPlanStatus)[keyof typeof ReservationPlanStatus];
|
|
6254
|
-
/**
|
|
6255
|
-
* Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.
|
|
6256
|
-
* @public
|
|
6257
|
-
*/
|
|
6258
|
-
export interface ReservationPlan {
|
|
6259
|
-
/**
|
|
6260
|
-
* The length of the term of your reserved queue pricing plan commitment.
|
|
6261
|
-
* @public
|
|
6262
|
-
*/
|
|
6263
|
-
Commitment?: Commitment;
|
|
6264
|
-
/**
|
|
6265
|
-
* The timestamp in epoch seconds for when the current pricing plan term for this reserved queue expires.
|
|
6266
|
-
* @public
|
|
6267
|
-
*/
|
|
6268
|
-
ExpiresAt?: Date;
|
|
6269
|
-
/**
|
|
6270
|
-
* The timestamp in epoch seconds for when you set up the current pricing plan for this reserved queue.
|
|
6271
|
-
* @public
|
|
6272
|
-
*/
|
|
6273
|
-
PurchasedAt?: Date;
|
|
6274
|
-
/**
|
|
6275
|
-
* Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW) or expires (EXPIRE) at the end of the term.
|
|
6276
|
-
* @public
|
|
6277
|
-
*/
|
|
6278
|
-
RenewalType?: RenewalType;
|
|
6279
|
-
/**
|
|
6280
|
-
* Specifies the number of reserved transcode slots (RTS) for this queue. The number of RTS determines how many jobs the queue can process in parallel; each RTS can process one job at a time. When you increase this number, you extend your existing commitment with a new 12-month commitment for a larger number of RTS. The new commitment begins when you purchase the additional capacity. You can't decrease the number of RTS in your reserved queue.
|
|
6281
|
-
* @public
|
|
6282
|
-
*/
|
|
6283
|
-
ReservedSlots?: number;
|
|
6284
|
-
/**
|
|
6285
|
-
* Specifies whether the pricing plan for your reserved queue is ACTIVE or EXPIRED.
|
|
6286
|
-
* @public
|
|
6287
|
-
*/
|
|
6288
|
-
Status?: ReservationPlanStatus;
|
|
6289
|
-
}
|
|
6290
|
-
/**
|
|
6291
|
-
* @public
|
|
6292
|
-
* @enum
|
|
6293
|
-
*/
|
|
6294
|
-
export declare const QueueStatus: {
|
|
6295
|
-
readonly ACTIVE: "ACTIVE";
|
|
6296
|
-
readonly PAUSED: "PAUSED";
|
|
6297
|
-
};
|
|
6298
|
-
/**
|
|
6299
|
-
* @public
|
|
6300
|
-
*/
|
|
6301
|
-
export type QueueStatus = (typeof QueueStatus)[keyof typeof QueueStatus];
|
|
6302
|
-
/**
|
|
6303
|
-
* You can use queues to manage the resources that are available to your AWS account for running multiple transcoding jobs at the same time. If you don't specify a queue, the service sends all jobs through the default queue. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html.
|
|
6304
|
-
* @public
|
|
6305
|
-
*/
|
|
6306
|
-
export interface Queue {
|
|
6307
|
-
/**
|
|
6308
|
-
* An identifier for this resource that is unique within all of AWS.
|
|
6309
|
-
* @public
|
|
6310
|
-
*/
|
|
6311
|
-
Arn?: string;
|
|
6312
|
-
/**
|
|
6313
|
-
* The timestamp in epoch seconds for when you created the queue.
|
|
6314
|
-
* @public
|
|
6315
|
-
*/
|
|
6316
|
-
CreatedAt?: Date;
|
|
6317
|
-
/**
|
|
6318
|
-
* An optional description that you create for each queue.
|
|
6319
|
-
* @public
|
|
6320
|
-
*/
|
|
6321
|
-
Description?: string;
|
|
6322
|
-
/**
|
|
6323
|
-
* The timestamp in epoch seconds for when you most recently updated the queue.
|
|
6324
|
-
* @public
|
|
6325
|
-
*/
|
|
6326
|
-
LastUpdated?: Date;
|
|
6327
|
-
/**
|
|
6328
|
-
* A name that you create for each queue. Each name must be unique within your account.
|
|
6329
|
-
* @public
|
|
6330
|
-
*/
|
|
6331
|
-
Name: string | undefined;
|
|
6332
|
-
/**
|
|
6333
|
-
* Specifies whether the pricing plan for the queue is on-demand or reserved. For on-demand, you pay per minute, billed in increments of .01 minute. For reserved, you pay for the transcoding capacity of the entire queue, regardless of how much or how little you use it. Reserved pricing requires a 12-month commitment.
|
|
6334
|
-
* @public
|
|
6335
|
-
*/
|
|
6336
|
-
PricingPlan?: PricingPlan;
|
|
6337
|
-
/**
|
|
6338
|
-
* The estimated number of jobs with a PROGRESSING status.
|
|
6339
|
-
* @public
|
|
6340
|
-
*/
|
|
6341
|
-
ProgressingJobsCount?: number;
|
|
6342
|
-
/**
|
|
6343
|
-
* Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.
|
|
6344
|
-
* @public
|
|
6345
|
-
*/
|
|
6346
|
-
ReservationPlan?: ReservationPlan;
|
|
6347
|
-
/**
|
|
6348
|
-
* Queues can be ACTIVE or PAUSED. If you pause a queue, the service won't begin processing jobs in that queue. Jobs that are running when you pause the queue continue to run until they finish or result in an error.
|
|
6349
|
-
* @public
|
|
6350
|
-
*/
|
|
6351
|
-
Status?: QueueStatus;
|
|
6352
|
-
/**
|
|
6353
|
-
* The estimated number of jobs with a SUBMITTED status.
|
|
6354
|
-
* @public
|
|
6355
|
-
*/
|
|
6356
|
-
SubmittedJobsCount?: number;
|
|
6357
|
-
/**
|
|
6358
|
-
* Specifies whether this on-demand queue is system or custom. System queues are built in. You can't modify or delete system queues. You can create and modify custom queues.
|
|
6359
|
-
* @public
|
|
6360
|
-
*/
|
|
6361
|
-
Type?: Type;
|
|
6362
|
-
}
|
|
@@ -1,7 +1,116 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
|
|
3
3
|
import { AccelerationSettings, BillingTagsSource, Endpoint, HopDestination } from "./models_0";
|
|
4
|
-
import { Commitment, Job, JobEngineVersion, JobSettings, JobStatus, JobTemplate, JobTemplateSettings, Preset, PresetSettings, PricingPlan,
|
|
4
|
+
import { Commitment, Job, JobEngineVersion, JobSettings, JobStatus, JobTemplate, JobTemplateSettings, Preset, PresetSettings, PricingPlan, RenewalType, ReservationPlanStatus, SimulateReservedQueue, StatusUpdateInterval, Type } from "./models_1";
|
|
5
|
+
/**
|
|
6
|
+
* Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface ReservationPlan {
|
|
10
|
+
/**
|
|
11
|
+
* The length of the term of your reserved queue pricing plan commitment.
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
Commitment?: Commitment;
|
|
15
|
+
/**
|
|
16
|
+
* The timestamp in epoch seconds for when the current pricing plan term for this reserved queue expires.
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
ExpiresAt?: Date;
|
|
20
|
+
/**
|
|
21
|
+
* The timestamp in epoch seconds for when you set up the current pricing plan for this reserved queue.
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
PurchasedAt?: Date;
|
|
25
|
+
/**
|
|
26
|
+
* Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW) or expires (EXPIRE) at the end of the term.
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
RenewalType?: RenewalType;
|
|
30
|
+
/**
|
|
31
|
+
* Specifies the number of reserved transcode slots (RTS) for this queue. The number of RTS determines how many jobs the queue can process in parallel; each RTS can process one job at a time. When you increase this number, you extend your existing commitment with a new 12-month commitment for a larger number of RTS. The new commitment begins when you purchase the additional capacity. You can't decrease the number of RTS in your reserved queue.
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
ReservedSlots?: number;
|
|
35
|
+
/**
|
|
36
|
+
* Specifies whether the pricing plan for your reserved queue is ACTIVE or EXPIRED.
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
Status?: ReservationPlanStatus;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
* @enum
|
|
44
|
+
*/
|
|
45
|
+
export declare const QueueStatus: {
|
|
46
|
+
readonly ACTIVE: "ACTIVE";
|
|
47
|
+
readonly PAUSED: "PAUSED";
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
export type QueueStatus = (typeof QueueStatus)[keyof typeof QueueStatus];
|
|
53
|
+
/**
|
|
54
|
+
* You can use queues to manage the resources that are available to your AWS account for running multiple transcoding jobs at the same time. If you don't specify a queue, the service sends all jobs through the default queue. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html.
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
export interface Queue {
|
|
58
|
+
/**
|
|
59
|
+
* An identifier for this resource that is unique within all of AWS.
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
Arn?: string;
|
|
63
|
+
/**
|
|
64
|
+
* The timestamp in epoch seconds for when you created the queue.
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
CreatedAt?: Date;
|
|
68
|
+
/**
|
|
69
|
+
* An optional description that you create for each queue.
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
Description?: string;
|
|
73
|
+
/**
|
|
74
|
+
* The timestamp in epoch seconds for when you most recently updated the queue.
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
LastUpdated?: Date;
|
|
78
|
+
/**
|
|
79
|
+
* A name that you create for each queue. Each name must be unique within your account.
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
Name: string | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* Specifies whether the pricing plan for the queue is on-demand or reserved. For on-demand, you pay per minute, billed in increments of .01 minute. For reserved, you pay for the transcoding capacity of the entire queue, regardless of how much or how little you use it. Reserved pricing requires a 12-month commitment.
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
PricingPlan?: PricingPlan;
|
|
88
|
+
/**
|
|
89
|
+
* The estimated number of jobs with a PROGRESSING status.
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
ProgressingJobsCount?: number;
|
|
93
|
+
/**
|
|
94
|
+
* Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
ReservationPlan?: ReservationPlan;
|
|
98
|
+
/**
|
|
99
|
+
* Queues can be ACTIVE or PAUSED. If you pause a queue, the service won't begin processing jobs in that queue. Jobs that are running when you pause the queue continue to run until they finish or result in an error.
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
Status?: QueueStatus;
|
|
103
|
+
/**
|
|
104
|
+
* The estimated number of jobs with a SUBMITTED status.
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
SubmittedJobsCount?: number;
|
|
108
|
+
/**
|
|
109
|
+
* Specifies whether this on-demand queue is system or custom. System queues are built in. You can't modify or delete system queues. You can create and modify custom queues.
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
Type?: Type;
|
|
113
|
+
}
|
|
5
114
|
/**
|
|
6
115
|
* @public
|
|
7
116
|
*/
|
|
@@ -37,4 +37,15 @@ declare const AssociateCertificateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssociateCertificateCommand extends AssociateCertificateCommand_base {
|
|
40
|
+
export declare class AssociateCertificateCommand extends AssociateCertificateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateCertificateRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateCertificateCommandInput;
|
|
48
|
+
output: AssociateCertificateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CancelJobCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CancelJobCommand extends CancelJobCommand_base {
|
|
36
|
+
export declare class CancelJobCommand extends CancelJobCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CancelJobRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CancelJobCommandInput;
|
|
44
|
+
output: CancelJobCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateJobCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateJobCommand extends CreateJobCommand_base {
|
|
36
|
+
export declare class CreateJobCommand extends CreateJobCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateJobRequest;
|
|
40
|
+
output: CreateJobResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateJobCommandInput;
|
|
44
|
+
output: CreateJobCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateJobTemplateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateJobTemplateCommand extends CreateJobTemplateCommand_base {
|
|
40
|
+
export declare class CreateJobTemplateCommand extends CreateJobTemplateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateJobTemplateRequest;
|
|
44
|
+
output: CreateJobTemplateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateJobTemplateCommandInput;
|
|
48
|
+
output: CreateJobTemplateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreatePresetCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreatePresetCommand extends CreatePresetCommand_base {
|
|
36
|
+
export declare class CreatePresetCommand extends CreatePresetCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreatePresetRequest;
|
|
40
|
+
output: CreatePresetResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreatePresetCommandInput;
|
|
44
|
+
output: CreatePresetCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateQueueCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateQueueCommand extends CreateQueueCommand_base {
|
|
36
|
+
export declare class CreateQueueCommand extends CreateQueueCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateQueueRequest;
|
|
40
|
+
output: CreateQueueResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateQueueCommandInput;
|
|
44
|
+
output: CreateQueueCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteJobTemplateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteJobTemplateCommand extends DeleteJobTemplateCommand_base {
|
|
40
|
+
export declare class DeleteJobTemplateCommand extends DeleteJobTemplateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteJobTemplateRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteJobTemplateCommandInput;
|
|
48
|
+
output: DeleteJobTemplateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeletePolicyCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
|
|
36
|
+
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: {};
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeletePolicyCommandInput;
|
|
44
|
+
output: DeletePolicyCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeletePresetCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeletePresetCommand extends DeletePresetCommand_base {
|
|
36
|
+
export declare class DeletePresetCommand extends DeletePresetCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeletePresetRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeletePresetCommandInput;
|
|
44
|
+
output: DeletePresetCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteQueueCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteQueueCommand extends DeleteQueueCommand_base {
|
|
36
|
+
export declare class DeleteQueueCommand extends DeleteQueueCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteQueueRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteQueueCommandInput;
|
|
44
|
+
output: DeleteQueueCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeEndpointsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
|
|
40
|
+
export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeEndpointsRequest;
|
|
44
|
+
output: DescribeEndpointsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeEndpointsCommandInput;
|
|
48
|
+
output: DescribeEndpointsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DisassociateCertificateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DisassociateCertificateCommand extends DisassociateCertificateCommand_base {
|
|
40
|
+
export declare class DisassociateCertificateCommand extends DisassociateCertificateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DisassociateCertificateRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisassociateCertificateCommandInput;
|
|
48
|
+
output: DisassociateCertificateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -27,4 +27,15 @@ declare const GetJobCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
|
-
export declare class GetJobCommand extends GetJobCommand_base {
|
|
30
|
+
export declare class GetJobCommand extends GetJobCommand_base {
|
|
31
|
+
protected static __types: {
|
|
32
|
+
api: {
|
|
33
|
+
input: GetJobRequest;
|
|
34
|
+
output: GetJobResponse;
|
|
35
|
+
};
|
|
36
|
+
sdk: {
|
|
37
|
+
input: GetJobCommandInput;
|
|
38
|
+
output: GetJobCommandOutput;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
}
|