@aws-sdk/client-mediaconvert 3.315.0 → 3.319.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.
@@ -49,7 +49,7 @@ export const se_CreateJobCommand = async (input, context) => {
49
49
  body = JSON.stringify(take(input, {
50
50
  accelerationSettings: [, (_) => se_AccelerationSettings(_, context), `AccelerationSettings`],
51
51
  billingTagsSource: [, , `BillingTagsSource`],
52
- clientRequestToken: [, (_) => _ ?? generateIdempotencyToken(), `ClientRequestToken`],
52
+ clientRequestToken: [true, (_) => _ ?? generateIdempotencyToken(), `ClientRequestToken`],
53
53
  hopDestinations: [, (_) => se___listOfHopDestination(_, context), `HopDestinations`],
54
54
  jobTemplate: [, , `JobTemplate`],
55
55
  priority: [, , `Priority`],
@@ -2176,6 +2176,12 @@ const se_AccelerationSettings = (input, context) => {
2176
2176
  mode: [, , `Mode`],
2177
2177
  });
2178
2178
  };
2179
+ const se_AdvancedInputFilterSettings = (input, context) => {
2180
+ return take(input, {
2181
+ addTexture: [, , `AddTexture`],
2182
+ sharpening: [, , `Sharpening`],
2183
+ });
2184
+ };
2179
2185
  const se_AiffSettings = (input, context) => {
2180
2186
  return take(input, {
2181
2187
  bitDepth: [, , `BitDepth`],
@@ -2777,6 +2783,7 @@ const se_FileGroupSettings = (input, context) => {
2777
2783
  const se_FileSourceSettings = (input, context) => {
2778
2784
  return take(input, {
2779
2785
  convert608To708: [, , `Convert608To708`],
2786
+ convertPaintToPop: [, , `ConvertPaintToPop`],
2780
2787
  framerate: [, (_) => se_CaptionSourceFramerate(_, context), `Framerate`],
2781
2788
  sourceFile: [, , `SourceFile`],
2782
2789
  timeDelta: [, , `TimeDelta`],
@@ -3043,6 +3050,8 @@ const se_ImscDestinationSettings = (input, context) => {
3043
3050
  };
3044
3051
  const se_Input = (input, context) => {
3045
3052
  return take(input, {
3053
+ advancedInputFilter: [, , `AdvancedInputFilter`],
3054
+ advancedInputFilterSettings: [, (_) => se_AdvancedInputFilterSettings(_, context), `AdvancedInputFilterSettings`],
3046
3055
  audioSelectorGroups: [, (_) => se___mapOfAudioSelectorGroup(_, context), `AudioSelectorGroups`],
3047
3056
  audioSelectors: [, (_) => se___mapOfAudioSelector(_, context), `AudioSelectors`],
3048
3057
  captionSelectors: [, (_) => se___mapOfCaptionSelector(_, context), `CaptionSelectors`],
@@ -3083,6 +3092,8 @@ const se_InputDecryptionSettings = (input, context) => {
3083
3092
  };
3084
3093
  const se_InputTemplate = (input, context) => {
3085
3094
  return take(input, {
3095
+ advancedInputFilter: [, , `AdvancedInputFilter`],
3096
+ advancedInputFilterSettings: [, (_) => se_AdvancedInputFilterSettings(_, context), `AdvancedInputFilterSettings`],
3086
3097
  audioSelectorGroups: [, (_) => se___mapOfAudioSelectorGroup(_, context), `AudioSelectorGroups`],
3087
3098
  audioSelectors: [, (_) => se___mapOfAudioSelector(_, context), `AudioSelectors`],
3088
3099
  captionSelectors: [, (_) => se___mapOfCaptionSelector(_, context), `CaptionSelectors`],
@@ -4167,6 +4178,12 @@ const de_AccelerationSettings = (output, context) => {
4167
4178
  Mode: [, __expectString, `mode`],
4168
4179
  });
4169
4180
  };
4181
+ const de_AdvancedInputFilterSettings = (output, context) => {
4182
+ return take(output, {
4183
+ AddTexture: [, __expectString, `addTexture`],
4184
+ Sharpening: [, __expectString, `sharpening`],
4185
+ });
4186
+ };
4170
4187
  const de_AiffSettings = (output, context) => {
4171
4188
  return take(output, {
4172
4189
  BitDepth: [, __expectInt32, `bitDepth`],
@@ -4773,6 +4790,7 @@ const de_FileGroupSettings = (output, context) => {
4773
4790
  const de_FileSourceSettings = (output, context) => {
4774
4791
  return take(output, {
4775
4792
  Convert608To708: [, __expectString, `convert608To708`],
4793
+ ConvertPaintToPop: [, __expectString, `convertPaintToPop`],
4776
4794
  Framerate: (_) => [, de_CaptionSourceFramerate(_, context), `framerate`],
4777
4795
  SourceFile: [, __expectString, `sourceFile`],
4778
4796
  TimeDelta: [, __expectInt32, `timeDelta`],
@@ -5039,6 +5057,8 @@ const de_ImscDestinationSettings = (output, context) => {
5039
5057
  };
5040
5058
  const de_Input = (output, context) => {
5041
5059
  return take(output, {
5060
+ AdvancedInputFilter: [, __expectString, `advancedInputFilter`],
5061
+ AdvancedInputFilterSettings: (_) => [, de_AdvancedInputFilterSettings(_, context), `advancedInputFilterSettings`],
5042
5062
  AudioSelectorGroups: (_) => [, de___mapOfAudioSelectorGroup(_, context), `audioSelectorGroups`],
5043
5063
  AudioSelectors: (_) => [, de___mapOfAudioSelector(_, context), `audioSelectors`],
5044
5064
  CaptionSelectors: (_) => [, de___mapOfCaptionSelector(_, context), `captionSelectors`],
@@ -5079,6 +5099,8 @@ const de_InputDecryptionSettings = (output, context) => {
5079
5099
  };
5080
5100
  const de_InputTemplate = (output, context) => {
5081
5101
  return take(output, {
5102
+ AdvancedInputFilter: [, __expectString, `advancedInputFilter`],
5103
+ AdvancedInputFilterSettings: (_) => [, de_AdvancedInputFilterSettings(_, context), `advancedInputFilterSettings`],
5082
5104
  AudioSelectorGroups: (_) => [, de___mapOfAudioSelectorGroup(_, context), `audioSelectorGroups`],
5083
5105
  AudioSelectors: (_) => [, de___mapOfAudioSelector(_, context), `audioSelectors`],
5084
5106
  CaptionSelectors: (_) => [, de___mapOfCaptionSelector(_, context), `captionSelectors`],
@@ -28,205 +28,179 @@ import { UpdateJobTemplateCommandInput, UpdateJobTemplateCommandOutput } from ".
28
28
  import { UpdatePresetCommandInput, UpdatePresetCommandOutput } from "./commands/UpdatePresetCommand";
29
29
  import { UpdateQueueCommandInput, UpdateQueueCommandOutput } from "./commands/UpdateQueueCommand";
30
30
  import { MediaConvertClient } from "./MediaConvertClient";
31
- /**
32
- * @public
33
- * AWS Elemental MediaConvert
34
- */
35
- export declare class MediaConvert extends MediaConvertClient {
31
+ export interface MediaConvert {
36
32
  /**
37
- * @public
38
- * Associates an AWS Certificate Manager (ACM) Amazon Resource Name (ARN) with AWS Elemental MediaConvert.
33
+ * @see {@link AssociateCertificateCommand}
39
34
  */
40
35
  associateCertificate(args: AssociateCertificateCommandInput, options?: __HttpHandlerOptions): Promise<AssociateCertificateCommandOutput>;
41
36
  associateCertificate(args: AssociateCertificateCommandInput, cb: (err: any, data?: AssociateCertificateCommandOutput) => void): void;
42
37
  associateCertificate(args: AssociateCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateCertificateCommandOutput) => void): void;
43
38
  /**
44
- * @public
45
- * Permanently cancel a job. Once you have canceled a job, you can't start it again.
39
+ * @see {@link CancelJobCommand}
46
40
  */
47
41
  cancelJob(args: CancelJobCommandInput, options?: __HttpHandlerOptions): Promise<CancelJobCommandOutput>;
48
42
  cancelJob(args: CancelJobCommandInput, cb: (err: any, data?: CancelJobCommandOutput) => void): void;
49
43
  cancelJob(args: CancelJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelJobCommandOutput) => void): void;
50
44
  /**
51
- * @public
52
- * Create a new transcoding job. For information about jobs and job settings, see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
45
+ * @see {@link CreateJobCommand}
53
46
  */
54
47
  createJob(args: CreateJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateJobCommandOutput>;
55
48
  createJob(args: CreateJobCommandInput, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
56
49
  createJob(args: CreateJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
57
50
  /**
58
- * @public
59
- * Create a new job template. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
51
+ * @see {@link CreateJobTemplateCommand}
60
52
  */
61
53
  createJobTemplate(args: CreateJobTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateJobTemplateCommandOutput>;
62
54
  createJobTemplate(args: CreateJobTemplateCommandInput, cb: (err: any, data?: CreateJobTemplateCommandOutput) => void): void;
63
55
  createJobTemplate(args: CreateJobTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateJobTemplateCommandOutput) => void): void;
64
56
  /**
65
- * @public
66
- * Create a new preset. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
57
+ * @see {@link CreatePresetCommand}
67
58
  */
68
59
  createPreset(args: CreatePresetCommandInput, options?: __HttpHandlerOptions): Promise<CreatePresetCommandOutput>;
69
60
  createPreset(args: CreatePresetCommandInput, cb: (err: any, data?: CreatePresetCommandOutput) => void): void;
70
61
  createPreset(args: CreatePresetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePresetCommandOutput) => void): void;
71
62
  /**
72
- * @public
73
- * Create a new transcoding queue. For information about queues, see Working With Queues in the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html
63
+ * @see {@link CreateQueueCommand}
74
64
  */
75
65
  createQueue(args: CreateQueueCommandInput, options?: __HttpHandlerOptions): Promise<CreateQueueCommandOutput>;
76
66
  createQueue(args: CreateQueueCommandInput, cb: (err: any, data?: CreateQueueCommandOutput) => void): void;
77
67
  createQueue(args: CreateQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateQueueCommandOutput) => void): void;
78
68
  /**
79
- * @public
80
- * Permanently delete a job template you have created.
69
+ * @see {@link DeleteJobTemplateCommand}
81
70
  */
82
71
  deleteJobTemplate(args: DeleteJobTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteJobTemplateCommandOutput>;
83
72
  deleteJobTemplate(args: DeleteJobTemplateCommandInput, cb: (err: any, data?: DeleteJobTemplateCommandOutput) => void): void;
84
73
  deleteJobTemplate(args: DeleteJobTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteJobTemplateCommandOutput) => void): void;
85
74
  /**
86
- * @public
87
- * Permanently delete a policy that you created.
75
+ * @see {@link DeletePolicyCommand}
88
76
  */
89
77
  deletePolicy(args: DeletePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeletePolicyCommandOutput>;
90
78
  deletePolicy(args: DeletePolicyCommandInput, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
91
79
  deletePolicy(args: DeletePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
92
80
  /**
93
- * @public
94
- * Permanently delete a preset you have created.
81
+ * @see {@link DeletePresetCommand}
95
82
  */
96
83
  deletePreset(args: DeletePresetCommandInput, options?: __HttpHandlerOptions): Promise<DeletePresetCommandOutput>;
97
84
  deletePreset(args: DeletePresetCommandInput, cb: (err: any, data?: DeletePresetCommandOutput) => void): void;
98
85
  deletePreset(args: DeletePresetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePresetCommandOutput) => void): void;
99
86
  /**
100
- * @public
101
- * Permanently delete a queue you have created.
87
+ * @see {@link DeleteQueueCommand}
102
88
  */
103
89
  deleteQueue(args: DeleteQueueCommandInput, options?: __HttpHandlerOptions): Promise<DeleteQueueCommandOutput>;
104
90
  deleteQueue(args: DeleteQueueCommandInput, cb: (err: any, data?: DeleteQueueCommandOutput) => void): void;
105
91
  deleteQueue(args: DeleteQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteQueueCommandOutput) => void): void;
106
92
  /**
107
- * @public
108
- * Send an request with an empty body to the regional API endpoint to get your account API endpoint.
93
+ * @see {@link DescribeEndpointsCommand}
109
94
  */
110
95
  describeEndpoints(args: DescribeEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEndpointsCommandOutput>;
111
96
  describeEndpoints(args: DescribeEndpointsCommandInput, cb: (err: any, data?: DescribeEndpointsCommandOutput) => void): void;
112
97
  describeEndpoints(args: DescribeEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointsCommandOutput) => void): void;
113
98
  /**
114
- * @public
115
- * Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource.
99
+ * @see {@link DisassociateCertificateCommand}
116
100
  */
117
101
  disassociateCertificate(args: DisassociateCertificateCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateCertificateCommandOutput>;
118
102
  disassociateCertificate(args: DisassociateCertificateCommandInput, cb: (err: any, data?: DisassociateCertificateCommandOutput) => void): void;
119
103
  disassociateCertificate(args: DisassociateCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateCertificateCommandOutput) => void): void;
120
104
  /**
121
- * @public
122
- * Retrieve the JSON for a specific completed transcoding job.
105
+ * @see {@link GetJobCommand}
123
106
  */
124
107
  getJob(args: GetJobCommandInput, options?: __HttpHandlerOptions): Promise<GetJobCommandOutput>;
125
108
  getJob(args: GetJobCommandInput, cb: (err: any, data?: GetJobCommandOutput) => void): void;
126
109
  getJob(args: GetJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobCommandOutput) => void): void;
127
110
  /**
128
- * @public
129
- * Retrieve the JSON for a specific job template.
111
+ * @see {@link GetJobTemplateCommand}
130
112
  */
131
113
  getJobTemplate(args: GetJobTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetJobTemplateCommandOutput>;
132
114
  getJobTemplate(args: GetJobTemplateCommandInput, cb: (err: any, data?: GetJobTemplateCommandOutput) => void): void;
133
115
  getJobTemplate(args: GetJobTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobTemplateCommandOutput) => void): void;
134
116
  /**
135
- * @public
136
- * Retrieve the JSON for your policy.
117
+ * @see {@link GetPolicyCommand}
137
118
  */
138
119
  getPolicy(args: GetPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetPolicyCommandOutput>;
139
120
  getPolicy(args: GetPolicyCommandInput, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
140
121
  getPolicy(args: GetPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
141
122
  /**
142
- * @public
143
- * Retrieve the JSON for a specific preset.
123
+ * @see {@link GetPresetCommand}
144
124
  */
145
125
  getPreset(args: GetPresetCommandInput, options?: __HttpHandlerOptions): Promise<GetPresetCommandOutput>;
146
126
  getPreset(args: GetPresetCommandInput, cb: (err: any, data?: GetPresetCommandOutput) => void): void;
147
127
  getPreset(args: GetPresetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPresetCommandOutput) => void): void;
148
128
  /**
149
- * @public
150
- * Retrieve the JSON for a specific queue.
129
+ * @see {@link GetQueueCommand}
151
130
  */
152
131
  getQueue(args: GetQueueCommandInput, options?: __HttpHandlerOptions): Promise<GetQueueCommandOutput>;
153
132
  getQueue(args: GetQueueCommandInput, cb: (err: any, data?: GetQueueCommandOutput) => void): void;
154
133
  getQueue(args: GetQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetQueueCommandOutput) => void): void;
155
134
  /**
156
- * @public
157
- * Retrieve a JSON array of up to twenty of your most recently created jobs. This array includes in-process, completed, and errored jobs. This will return the jobs themselves, not just a list of the jobs. To retrieve the twenty next most recent jobs, use the nextToken string returned with the array.
135
+ * @see {@link ListJobsCommand}
158
136
  */
159
137
  listJobs(args: ListJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListJobsCommandOutput>;
160
138
  listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
161
139
  listJobs(args: ListJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
162
140
  /**
163
- * @public
164
- * Retrieve a JSON array of up to twenty of your job templates. This will return the templates themselves, not just a list of them. To retrieve the next twenty templates, use the nextToken string returned with the array
141
+ * @see {@link ListJobTemplatesCommand}
165
142
  */
166
143
  listJobTemplates(args: ListJobTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListJobTemplatesCommandOutput>;
167
144
  listJobTemplates(args: ListJobTemplatesCommandInput, cb: (err: any, data?: ListJobTemplatesCommandOutput) => void): void;
168
145
  listJobTemplates(args: ListJobTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobTemplatesCommandOutput) => void): void;
169
146
  /**
170
- * @public
171
- * Retrieve a JSON array of up to twenty of your presets. This will return the presets themselves, not just a list of them. To retrieve the next twenty presets, use the nextToken string returned with the array.
147
+ * @see {@link ListPresetsCommand}
172
148
  */
173
149
  listPresets(args: ListPresetsCommandInput, options?: __HttpHandlerOptions): Promise<ListPresetsCommandOutput>;
174
150
  listPresets(args: ListPresetsCommandInput, cb: (err: any, data?: ListPresetsCommandOutput) => void): void;
175
151
  listPresets(args: ListPresetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPresetsCommandOutput) => void): void;
176
152
  /**
177
- * @public
178
- * Retrieve a JSON array of up to twenty of your queues. This will return the queues themselves, not just a list of them. To retrieve the next twenty queues, use the nextToken string returned with the array.
153
+ * @see {@link ListQueuesCommand}
179
154
  */
180
155
  listQueues(args: ListQueuesCommandInput, options?: __HttpHandlerOptions): Promise<ListQueuesCommandOutput>;
181
156
  listQueues(args: ListQueuesCommandInput, cb: (err: any, data?: ListQueuesCommandOutput) => void): void;
182
157
  listQueues(args: ListQueuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQueuesCommandOutput) => void): void;
183
158
  /**
184
- * @public
185
- * Retrieve the tags for a MediaConvert resource.
159
+ * @see {@link ListTagsForResourceCommand}
186
160
  */
187
161
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
188
162
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
189
163
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
190
164
  /**
191
- * @public
192
- * Create or change your policy. For more information about policies, see the user guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
165
+ * @see {@link PutPolicyCommand}
193
166
  */
194
167
  putPolicy(args: PutPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutPolicyCommandOutput>;
195
168
  putPolicy(args: PutPolicyCommandInput, cb: (err: any, data?: PutPolicyCommandOutput) => void): void;
196
169
  putPolicy(args: PutPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPolicyCommandOutput) => void): void;
197
170
  /**
198
- * @public
199
- * Add tags to a MediaConvert queue, preset, or job template. For information about tagging, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-resources.html
171
+ * @see {@link TagResourceCommand}
200
172
  */
201
173
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
202
174
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
203
175
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
204
176
  /**
205
- * @public
206
- * Remove tags from a MediaConvert queue, preset, or job template. For information about tagging, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-resources.html
177
+ * @see {@link UntagResourceCommand}
207
178
  */
208
179
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
209
180
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
210
181
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
211
182
  /**
212
- * @public
213
- * Modify one of your existing job templates.
183
+ * @see {@link UpdateJobTemplateCommand}
214
184
  */
215
185
  updateJobTemplate(args: UpdateJobTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateJobTemplateCommandOutput>;
216
186
  updateJobTemplate(args: UpdateJobTemplateCommandInput, cb: (err: any, data?: UpdateJobTemplateCommandOutput) => void): void;
217
187
  updateJobTemplate(args: UpdateJobTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateJobTemplateCommandOutput) => void): void;
218
188
  /**
219
- * @public
220
- * Modify one of your existing presets.
189
+ * @see {@link UpdatePresetCommand}
221
190
  */
222
191
  updatePreset(args: UpdatePresetCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePresetCommandOutput>;
223
192
  updatePreset(args: UpdatePresetCommandInput, cb: (err: any, data?: UpdatePresetCommandOutput) => void): void;
224
193
  updatePreset(args: UpdatePresetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePresetCommandOutput) => void): void;
225
194
  /**
226
- * @public
227
- * Modify one of your existing queues.
195
+ * @see {@link UpdateQueueCommand}
228
196
  */
229
197
  updateQueue(args: UpdateQueueCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQueueCommandOutput>;
230
198
  updateQueue(args: UpdateQueueCommandInput, cb: (err: any, data?: UpdateQueueCommandOutput) => void): void;
231
199
  updateQueue(args: UpdateQueueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQueueCommandOutput) => void): void;
232
200
  }
201
+ /**
202
+ * @public
203
+ * AWS Elemental MediaConvert
204
+ */
205
+ export declare class MediaConvert extends MediaConvertClient implements MediaConvert {
206
+ }
@@ -63,6 +63,11 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
63
63
  * },
64
64
  * Inputs: [ // __listOfInput
65
65
  * { // Input
66
+ * AdvancedInputFilter: "ENABLED" || "DISABLED",
67
+ * AdvancedInputFilterSettings: { // AdvancedInputFilterSettings
68
+ * AddTexture: "ENABLED" || "DISABLED",
69
+ * Sharpening: "OFF" || "LOW" || "HIGH",
70
+ * },
66
71
  * AudioSelectorGroups: { // __mapOfAudioSelectorGroup
67
72
  * "<keys>": { // AudioSelectorGroup
68
73
  * AudioSelectorNames: [ // __listOf__stringMin1
@@ -130,6 +135,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
130
135
  * },
131
136
  * FileSourceSettings: { // FileSourceSettings
132
137
  * Convert608To708: "UPCONVERT" || "DISABLED",
138
+ * ConvertPaintToPop: "ENABLED" || "DISABLED",
133
139
  * Framerate: { // CaptionSourceFramerate
134
140
  * FramerateDenominator: Number("int"),
135
141
  * FramerateNumerator: Number("int"),
@@ -1019,7 +1025,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
1019
1025
  * SlowPal: "DISABLED" || "ENABLED",
1020
1026
  * Telecine: "NONE" || "HARD",
1021
1027
  * },
1022
- * Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
1028
+ * Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
1023
1029
  * FrameCaptureSettings: { // FrameCaptureSettings
1024
1030
  * FramerateDenominator: Number("int"),
1025
1031
  * FramerateNumerator: Number("int"),
@@ -1311,7 +1317,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
1311
1317
  * SdrReferenceWhiteLevel: Number("int"),
1312
1318
  * },
1313
1319
  * Deinterlacer: { // Deinterlacer
1314
- * Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER",
1320
+ * Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER" || "LINEAR_INTERPOLATION",
1315
1321
  * Control: "FORCE_ALL_FRAMES" || "NORMAL",
1316
1322
  * Mode: "DEINTERLACE" || "INVERSE_TELECINE" || "ADAPTIVE",
1317
1323
  * },
@@ -62,6 +62,11 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
62
62
  * },
63
63
  * Inputs: [ // __listOfInputTemplate
64
64
  * { // InputTemplate
65
+ * AdvancedInputFilter: "ENABLED" || "DISABLED",
66
+ * AdvancedInputFilterSettings: { // AdvancedInputFilterSettings
67
+ * AddTexture: "ENABLED" || "DISABLED",
68
+ * Sharpening: "OFF" || "LOW" || "HIGH",
69
+ * },
65
70
  * AudioSelectorGroups: { // __mapOfAudioSelectorGroup
66
71
  * "<keys>": { // AudioSelectorGroup
67
72
  * AudioSelectorNames: [ // __listOf__stringMin1
@@ -129,6 +134,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
129
134
  * },
130
135
  * FileSourceSettings: { // FileSourceSettings
131
136
  * Convert608To708: "UPCONVERT" || "DISABLED",
137
+ * ConvertPaintToPop: "ENABLED" || "DISABLED",
132
138
  * Framerate: { // CaptionSourceFramerate
133
139
  * FramerateDenominator: Number("int"),
134
140
  * FramerateNumerator: Number("int"),
@@ -1005,7 +1011,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
1005
1011
  * SlowPal: "DISABLED" || "ENABLED",
1006
1012
  * Telecine: "NONE" || "HARD",
1007
1013
  * },
1008
- * Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
1014
+ * Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
1009
1015
  * FrameCaptureSettings: { // FrameCaptureSettings
1010
1016
  * FramerateDenominator: Number("int"),
1011
1017
  * FramerateNumerator: Number("int"),
@@ -1297,7 +1303,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
1297
1303
  * SdrReferenceWhiteLevel: Number("int"),
1298
1304
  * },
1299
1305
  * Deinterlacer: { // Deinterlacer
1300
- * Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER",
1306
+ * Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER" || "LINEAR_INTERPOLATION",
1301
1307
  * Control: "FORCE_ALL_FRAMES" || "NORMAL",
1302
1308
  * Mode: "DEINTERLACE" || "INVERSE_TELECINE" || "ADAPTIVE",
1303
1309
  * },
@@ -435,7 +435,7 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad
435
435
  * SlowPal: "DISABLED" || "ENABLED",
436
436
  * Telecine: "NONE" || "HARD",
437
437
  * },
438
- * Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
438
+ * Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
439
439
  * FrameCaptureSettings: { // FrameCaptureSettings
440
440
  * FramerateDenominator: Number("int"),
441
441
  * FramerateNumerator: Number("int"),
@@ -727,7 +727,7 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad
727
727
  * SdrReferenceWhiteLevel: Number("int"),
728
728
  * },
729
729
  * Deinterlacer: { // Deinterlacer
730
- * Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER",
730
+ * Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER" || "LINEAR_INTERPOLATION",
731
731
  * Control: "FORCE_ALL_FRAMES" || "NORMAL",
732
732
  * Mode: "DEINTERLACE" || "INVERSE_TELECINE" || "ADAPTIVE",
733
733
  * },
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
- import { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_1";
5
+ import { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_2";
6
6
  /**
7
7
  * @public
8
8
  *
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
- import { DisassociateCertificateRequest, DisassociateCertificateResponse } from "../models/models_1";
5
+ import { DisassociateCertificateRequest, DisassociateCertificateResponse } from "../models/models_2";
6
6
  /**
7
7
  * @public
8
8
  *
@@ -62,6 +62,11 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
62
62
  * },
63
63
  * Inputs: [ // __listOfInputTemplate
64
64
  * { // InputTemplate
65
+ * AdvancedInputFilter: "ENABLED" || "DISABLED",
66
+ * AdvancedInputFilterSettings: { // AdvancedInputFilterSettings
67
+ * AddTexture: "ENABLED" || "DISABLED",
68
+ * Sharpening: "OFF" || "LOW" || "HIGH",
69
+ * },
65
70
  * AudioSelectorGroups: { // __mapOfAudioSelectorGroup
66
71
  * "<keys>": { // AudioSelectorGroup
67
72
  * AudioSelectorNames: [ // __listOf__stringMin1
@@ -129,6 +134,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
129
134
  * },
130
135
  * FileSourceSettings: { // FileSourceSettings
131
136
  * Convert608To708: "UPCONVERT" || "DISABLED",
137
+ * ConvertPaintToPop: "ENABLED" || "DISABLED",
132
138
  * Framerate: { // CaptionSourceFramerate
133
139
  * FramerateDenominator: Number("int"),
134
140
  * FramerateNumerator: Number("int"),
@@ -1005,7 +1011,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
1005
1011
  * SlowPal: "DISABLED" || "ENABLED",
1006
1012
  * Telecine: "NONE" || "HARD",
1007
1013
  * },
1008
- * Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
1014
+ * Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
1009
1015
  * FrameCaptureSettings: { // FrameCaptureSettings
1010
1016
  * FramerateDenominator: Number("int"),
1011
1017
  * FramerateNumerator: Number("int"),
@@ -1297,7 +1303,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
1297
1303
  * SdrReferenceWhiteLevel: Number("int"),
1298
1304
  * },
1299
1305
  * Deinterlacer: { // Deinterlacer
1300
- * Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER",
1306
+ * Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER" || "LINEAR_INTERPOLATION",
1301
1307
  * Control: "FORCE_ALL_FRAMES" || "NORMAL",
1302
1308
  * Mode: "DEINTERLACE" || "INVERSE_TELECINE" || "ADAPTIVE",
1303
1309
  * },
@@ -435,7 +435,7 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
435
435
  * SlowPal: "DISABLED" || "ENABLED",
436
436
  * Telecine: "NONE" || "HARD",
437
437
  * },
438
- * Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
438
+ * Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "VC3" || "VP8" || "VP9" || "XAVC",
439
439
  * FrameCaptureSettings: { // FrameCaptureSettings
440
440
  * FramerateDenominator: Number("int"),
441
441
  * FramerateNumerator: Number("int"),
@@ -727,7 +727,7 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
727
727
  * SdrReferenceWhiteLevel: Number("int"),
728
728
  * },
729
729
  * Deinterlacer: { // Deinterlacer
730
- * Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER",
730
+ * Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER" || "LINEAR_INTERPOLATION",
731
731
  * Control: "FORCE_ALL_FRAMES" || "NORMAL",
732
732
  * Mode: "DEINTERLACE" || "INVERSE_TELECINE" || "ADAPTIVE",
733
733
  * },