@aws-sdk/client-mediaconvert 3.53.0 → 3.55.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.
Files changed (66) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/MediaConvertClient.js +13 -13
  3. package/dist-cjs/commands/AssociateCertificateCommand.js +3 -3
  4. package/dist-cjs/commands/CancelJobCommand.js +3 -3
  5. package/dist-cjs/commands/CreateJobCommand.js +3 -3
  6. package/dist-cjs/commands/CreateJobTemplateCommand.js +3 -3
  7. package/dist-cjs/commands/CreatePresetCommand.js +3 -3
  8. package/dist-cjs/commands/CreateQueueCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteJobTemplateCommand.js +3 -3
  10. package/dist-cjs/commands/DeletePolicyCommand.js +3 -3
  11. package/dist-cjs/commands/DeletePresetCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteQueueCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeEndpointsCommand.js +3 -3
  14. package/dist-cjs/commands/DisassociateCertificateCommand.js +3 -3
  15. package/dist-cjs/commands/GetJobCommand.js +3 -3
  16. package/dist-cjs/commands/GetJobTemplateCommand.js +3 -3
  17. package/dist-cjs/commands/GetPolicyCommand.js +3 -3
  18. package/dist-cjs/commands/GetPresetCommand.js +3 -3
  19. package/dist-cjs/commands/GetQueueCommand.js +3 -3
  20. package/dist-cjs/commands/ListJobTemplatesCommand.js +3 -3
  21. package/dist-cjs/commands/ListJobsCommand.js +3 -3
  22. package/dist-cjs/commands/ListPresetsCommand.js +3 -3
  23. package/dist-cjs/commands/ListQueuesCommand.js +3 -3
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  25. package/dist-cjs/commands/PutPolicyCommand.js +3 -3
  26. package/dist-cjs/commands/TagResourceCommand.js +6 -6
  27. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  28. package/dist-cjs/commands/UpdateJobTemplateCommand.js +3 -3
  29. package/dist-cjs/commands/UpdatePresetCommand.js +3 -3
  30. package/dist-cjs/commands/UpdateQueueCommand.js +3 -3
  31. package/dist-cjs/endpoints.js +1 -1
  32. package/dist-cjs/models/models_0.js +13 -13
  33. package/dist-cjs/models/models_1.js +16 -18
  34. package/dist-cjs/models/models_2.js +13 -1
  35. package/dist-cjs/protocols/Aws_restJson1.js +984 -978
  36. package/dist-cjs/runtimeConfig.browser.js +4 -4
  37. package/dist-cjs/runtimeConfig.js +9 -9
  38. package/dist-cjs/runtimeConfig.native.js +1 -1
  39. package/dist-es/MediaConvert.js +28 -28
  40. package/dist-es/commands/TagResourceCommand.js +1 -1
  41. package/dist-es/models/models_0.js +10 -10
  42. package/dist-es/models/models_1.js +10 -8
  43. package/dist-es/models/models_2.js +8 -0
  44. package/dist-es/pagination/DescribeEndpointsPaginator.js +4 -4
  45. package/dist-es/pagination/ListJobTemplatesPaginator.js +4 -4
  46. package/dist-es/pagination/ListJobsPaginator.js +4 -4
  47. package/dist-es/pagination/ListPresetsPaginator.js +4 -4
  48. package/dist-es/pagination/ListQueuesPaginator.js +4 -4
  49. package/dist-es/protocols/Aws_restJson1.js +36 -32
  50. package/dist-types/MediaConvertClient.d.ts +2 -2
  51. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  52. package/dist-types/models/models_0.d.ts +22 -14
  53. package/dist-types/models/models_1.d.ts +17 -35
  54. package/dist-types/models/models_2.d.ts +26 -0
  55. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  56. package/dist-types/runtimeConfig.d.ts +1 -1
  57. package/dist-types/runtimeConfig.native.d.ts +3 -3
  58. package/dist-types/ts3.4/MediaConvertClient.d.ts +2 -2
  59. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/models/models_0.d.ts +12 -8
  61. package/dist-types/ts3.4/models/models_1.d.ts +9 -19
  62. package/dist-types/ts3.4/models/models_2.d.ts +18 -0
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  66. package/package.json +34 -34
@@ -14,7 +14,7 @@ export var serializeAws_restJson1AssociateCertificateCommand = function (input,
14
14
  headers = {
15
15
  "content-type": "application/json",
16
16
  };
17
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/certificates";
17
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/certificates";
18
18
  body = JSON.stringify(__assign({}, (input.Arn !== undefined && input.Arn !== null && { arn: input.Arn })));
19
19
  return [2, new __HttpRequest({
20
20
  protocol: protocol,
@@ -36,7 +36,7 @@ export var serializeAws_restJson1CancelJobCommand = function (input, context) {
36
36
  case 1:
37
37
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
38
38
  headers = {};
39
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/jobs/{Id}";
39
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/jobs/{Id}";
40
40
  if (input.Id !== undefined) {
41
41
  labelValue = input.Id;
42
42
  if (labelValue.length <= 0) {
@@ -70,7 +70,7 @@ export var serializeAws_restJson1CreateJobCommand = function (input, context) {
70
70
  headers = {
71
71
  "content-type": "application/json",
72
72
  };
73
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/jobs";
73
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/jobs";
74
74
  body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AccelerationSettings !== undefined &&
75
75
  input.AccelerationSettings !== null && {
76
76
  accelerationSettings: serializeAws_restJson1AccelerationSettings(input.AccelerationSettings, context),
@@ -108,7 +108,7 @@ export var serializeAws_restJson1CreateJobTemplateCommand = function (input, con
108
108
  headers = {
109
109
  "content-type": "application/json",
110
110
  };
111
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/jobTemplates";
111
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/jobTemplates";
112
112
  body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AccelerationSettings !== undefined &&
113
113
  input.AccelerationSettings !== null && {
114
114
  accelerationSettings: serializeAws_restJson1AccelerationSettings(input.AccelerationSettings, context),
@@ -141,7 +141,7 @@ export var serializeAws_restJson1CreatePresetCommand = function (input, context)
141
141
  headers = {
142
142
  "content-type": "application/json",
143
143
  };
144
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/presets";
144
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/presets";
145
145
  body = JSON.stringify(__assign(__assign(__assign(__assign(__assign({}, (input.Category !== undefined && input.Category !== null && { category: input.Category })), (input.Description !== undefined && input.Description !== null && { description: input.Description })), (input.Name !== undefined && input.Name !== null && { name: input.Name })), (input.Settings !== undefined &&
146
146
  input.Settings !== null && { settings: serializeAws_restJson1PresetSettings(input.Settings, context) })), (input.Tags !== undefined &&
147
147
  input.Tags !== null && { tags: serializeAws_restJson1__mapOf__string(input.Tags, context) })));
@@ -167,7 +167,7 @@ export var serializeAws_restJson1CreateQueueCommand = function (input, context)
167
167
  headers = {
168
168
  "content-type": "application/json",
169
169
  };
170
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/queues";
170
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/queues";
171
171
  body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Description !== undefined && input.Description !== null && { description: input.Description })), (input.Name !== undefined && input.Name !== null && { name: input.Name })), (input.PricingPlan !== undefined && input.PricingPlan !== null && { pricingPlan: input.PricingPlan })), (input.ReservationPlanSettings !== undefined &&
172
172
  input.ReservationPlanSettings !== null && {
173
173
  reservationPlanSettings: serializeAws_restJson1ReservationPlanSettings(input.ReservationPlanSettings, context),
@@ -193,7 +193,7 @@ export var serializeAws_restJson1DeleteJobTemplateCommand = function (input, con
193
193
  case 1:
194
194
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
195
195
  headers = {};
196
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/jobTemplates/{Name}";
196
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/jobTemplates/{Name}";
197
197
  if (input.Name !== undefined) {
198
198
  labelValue = input.Name;
199
199
  if (labelValue.length <= 0) {
@@ -226,7 +226,7 @@ export var serializeAws_restJson1DeletePolicyCommand = function (input, context)
226
226
  headers = {
227
227
  "content-type": "application/json",
228
228
  };
229
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/policy";
229
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/policy";
230
230
  body = "";
231
231
  return [2, new __HttpRequest({
232
232
  protocol: protocol,
@@ -248,7 +248,7 @@ export var serializeAws_restJson1DeletePresetCommand = function (input, context)
248
248
  case 1:
249
249
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
250
250
  headers = {};
251
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/presets/{Name}";
251
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/presets/{Name}";
252
252
  if (input.Name !== undefined) {
253
253
  labelValue = input.Name;
254
254
  if (labelValue.length <= 0) {
@@ -279,7 +279,7 @@ export var serializeAws_restJson1DeleteQueueCommand = function (input, context)
279
279
  case 1:
280
280
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
281
281
  headers = {};
282
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/queues/{Name}";
282
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/queues/{Name}";
283
283
  if (input.Name !== undefined) {
284
284
  labelValue = input.Name;
285
285
  if (labelValue.length <= 0) {
@@ -312,7 +312,7 @@ export var serializeAws_restJson1DescribeEndpointsCommand = function (input, con
312
312
  headers = {
313
313
  "content-type": "application/json",
314
314
  };
315
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/endpoints";
315
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/endpoints";
316
316
  body = JSON.stringify(__assign(__assign(__assign({}, (input.MaxResults !== undefined && input.MaxResults !== null && { maxResults: input.MaxResults })), (input.Mode !== undefined && input.Mode !== null && { mode: input.Mode })), (input.NextToken !== undefined && input.NextToken !== null && { nextToken: input.NextToken })));
317
317
  return [2, new __HttpRequest({
318
318
  protocol: protocol,
@@ -334,7 +334,7 @@ export var serializeAws_restJson1DisassociateCertificateCommand = function (inpu
334
334
  case 1:
335
335
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
336
336
  headers = {};
337
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/certificates/{Arn}";
337
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/certificates/{Arn}";
338
338
  if (input.Arn !== undefined) {
339
339
  labelValue = input.Arn;
340
340
  if (labelValue.length <= 0) {
@@ -365,7 +365,7 @@ export var serializeAws_restJson1GetJobCommand = function (input, context) { ret
365
365
  case 1:
366
366
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
367
367
  headers = {};
368
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/jobs/{Id}";
368
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/jobs/{Id}";
369
369
  if (input.Id !== undefined) {
370
370
  labelValue = input.Id;
371
371
  if (labelValue.length <= 0) {
@@ -396,7 +396,7 @@ export var serializeAws_restJson1GetJobTemplateCommand = function (input, contex
396
396
  case 1:
397
397
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
398
398
  headers = {};
399
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/jobTemplates/{Name}";
399
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/jobTemplates/{Name}";
400
400
  if (input.Name !== undefined) {
401
401
  labelValue = input.Name;
402
402
  if (labelValue.length <= 0) {
@@ -429,7 +429,7 @@ export var serializeAws_restJson1GetPolicyCommand = function (input, context) {
429
429
  headers = {
430
430
  "content-type": "application/json",
431
431
  };
432
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/policy";
432
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/policy";
433
433
  body = "";
434
434
  return [2, new __HttpRequest({
435
435
  protocol: protocol,
@@ -451,7 +451,7 @@ export var serializeAws_restJson1GetPresetCommand = function (input, context) {
451
451
  case 1:
452
452
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
453
453
  headers = {};
454
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/presets/{Name}";
454
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/presets/{Name}";
455
455
  if (input.Name !== undefined) {
456
456
  labelValue = input.Name;
457
457
  if (labelValue.length <= 0) {
@@ -482,7 +482,7 @@ export var serializeAws_restJson1GetQueueCommand = function (input, context) { r
482
482
  case 1:
483
483
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
484
484
  headers = {};
485
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/queues/{Name}";
485
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/queues/{Name}";
486
486
  if (input.Name !== undefined) {
487
487
  labelValue = input.Name;
488
488
  if (labelValue.length <= 0) {
@@ -513,7 +513,7 @@ export var serializeAws_restJson1ListJobsCommand = function (input, context) { r
513
513
  case 1:
514
514
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
515
515
  headers = {};
516
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/jobs";
516
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/jobs";
517
517
  query = __assign(__assign(__assign(__assign(__assign({}, (input.MaxResults !== undefined && { maxResults: input.MaxResults.toString() })), (input.NextToken !== undefined && { nextToken: input.NextToken })), (input.Order !== undefined && { order: input.Order })), (input.Queue !== undefined && { queue: input.Queue })), (input.Status !== undefined && { status: input.Status }));
518
518
  return [2, new __HttpRequest({
519
519
  protocol: protocol,
@@ -536,7 +536,7 @@ export var serializeAws_restJson1ListJobTemplatesCommand = function (input, cont
536
536
  case 1:
537
537
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
538
538
  headers = {};
539
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/jobTemplates";
539
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/jobTemplates";
540
540
  query = __assign(__assign(__assign(__assign(__assign({}, (input.Category !== undefined && { category: input.Category })), (input.ListBy !== undefined && { listBy: input.ListBy })), (input.MaxResults !== undefined && { maxResults: input.MaxResults.toString() })), (input.NextToken !== undefined && { nextToken: input.NextToken })), (input.Order !== undefined && { order: input.Order }));
541
541
  return [2, new __HttpRequest({
542
542
  protocol: protocol,
@@ -559,7 +559,7 @@ export var serializeAws_restJson1ListPresetsCommand = function (input, context)
559
559
  case 1:
560
560
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
561
561
  headers = {};
562
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/presets";
562
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/presets";
563
563
  query = __assign(__assign(__assign(__assign(__assign({}, (input.Category !== undefined && { category: input.Category })), (input.ListBy !== undefined && { listBy: input.ListBy })), (input.MaxResults !== undefined && { maxResults: input.MaxResults.toString() })), (input.NextToken !== undefined && { nextToken: input.NextToken })), (input.Order !== undefined && { order: input.Order }));
564
564
  return [2, new __HttpRequest({
565
565
  protocol: protocol,
@@ -582,7 +582,7 @@ export var serializeAws_restJson1ListQueuesCommand = function (input, context) {
582
582
  case 1:
583
583
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
584
584
  headers = {};
585
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/queues";
585
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/queues";
586
586
  query = __assign(__assign(__assign(__assign({}, (input.ListBy !== undefined && { listBy: input.ListBy })), (input.MaxResults !== undefined && { maxResults: input.MaxResults.toString() })), (input.NextToken !== undefined && { nextToken: input.NextToken })), (input.Order !== undefined && { order: input.Order }));
587
587
  return [2, new __HttpRequest({
588
588
  protocol: protocol,
@@ -605,7 +605,7 @@ export var serializeAws_restJson1ListTagsForResourceCommand = function (input, c
605
605
  case 1:
606
606
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
607
607
  headers = {};
608
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/tags/{Arn}";
608
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/tags/{Arn}";
609
609
  if (input.Arn !== undefined) {
610
610
  labelValue = input.Arn;
611
611
  if (labelValue.length <= 0) {
@@ -638,7 +638,7 @@ export var serializeAws_restJson1PutPolicyCommand = function (input, context) {
638
638
  headers = {
639
639
  "content-type": "application/json",
640
640
  };
641
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/policy";
641
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/policy";
642
642
  body = JSON.stringify(__assign({}, (input.Policy !== undefined &&
643
643
  input.Policy !== null && { policy: serializeAws_restJson1Policy(input.Policy, context) })));
644
644
  return [2, new __HttpRequest({
@@ -663,7 +663,7 @@ export var serializeAws_restJson1TagResourceCommand = function (input, context)
663
663
  headers = {
664
664
  "content-type": "application/json",
665
665
  };
666
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/tags";
666
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/tags";
667
667
  body = JSON.stringify(__assign(__assign({}, (input.Arn !== undefined && input.Arn !== null && { arn: input.Arn })), (input.Tags !== undefined &&
668
668
  input.Tags !== null && { tags: serializeAws_restJson1__mapOf__string(input.Tags, context) })));
669
669
  return [2, new __HttpRequest({
@@ -688,7 +688,7 @@ export var serializeAws_restJson1UntagResourceCommand = function (input, context
688
688
  headers = {
689
689
  "content-type": "application/json",
690
690
  };
691
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/tags/{Arn}";
691
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/tags/{Arn}";
692
692
  if (input.Arn !== undefined) {
693
693
  labelValue = input.Arn;
694
694
  if (labelValue.length <= 0) {
@@ -723,7 +723,7 @@ export var serializeAws_restJson1UpdateJobTemplateCommand = function (input, con
723
723
  headers = {
724
724
  "content-type": "application/json",
725
725
  };
726
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/jobTemplates/{Name}";
726
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/jobTemplates/{Name}";
727
727
  if (input.Name !== undefined) {
728
728
  labelValue = input.Name;
729
729
  if (labelValue.length <= 0) {
@@ -765,7 +765,7 @@ export var serializeAws_restJson1UpdatePresetCommand = function (input, context)
765
765
  headers = {
766
766
  "content-type": "application/json",
767
767
  };
768
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/presets/{Name}";
768
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/presets/{Name}";
769
769
  if (input.Name !== undefined) {
770
770
  labelValue = input.Name;
771
771
  if (labelValue.length <= 0) {
@@ -800,7 +800,7 @@ export var serializeAws_restJson1UpdateQueueCommand = function (input, context)
800
800
  headers = {
801
801
  "content-type": "application/json",
802
802
  };
803
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/queues/{Name}";
803
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/2017-08-29/queues/{Name}";
804
804
  if (input.Name !== undefined) {
805
805
  labelValue = input.Name;
806
806
  if (labelValue.length <= 0) {
@@ -3958,7 +3958,7 @@ var serializeAws_restJson1HlsEncryptionSettings = function (input, context) {
3958
3958
  })), (input.Type !== undefined && input.Type !== null && { type: input.Type }));
3959
3959
  };
3960
3960
  var serializeAws_restJson1HlsGroupSettings = function (input, context) {
3961
- return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AdMarkers !== undefined &&
3961
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AdMarkers !== undefined &&
3962
3962
  input.AdMarkers !== null && { adMarkers: serializeAws_restJson1__listOfHlsAdMarkers(input.AdMarkers, context) })), (input.AdditionalManifests !== undefined &&
3963
3963
  input.AdditionalManifests !== null && {
3964
3964
  additionalManifests: serializeAws_restJson1__listOfHlsAdditionalManifest(input.AdditionalManifests, context),
@@ -3967,7 +3967,8 @@ var serializeAws_restJson1HlsGroupSettings = function (input, context) {
3967
3967
  input.CaptionLanguageMappings !== null && {
3968
3968
  captionLanguageMappings: serializeAws_restJson1__listOfHlsCaptionLanguageMapping(input.CaptionLanguageMappings, context),
3969
3969
  })), (input.CaptionLanguageSetting !== undefined &&
3970
- input.CaptionLanguageSetting !== null && { captionLanguageSetting: input.CaptionLanguageSetting })), (input.ClientCache !== undefined && input.ClientCache !== null && { clientCache: input.ClientCache })), (input.CodecSpecification !== undefined &&
3970
+ input.CaptionLanguageSetting !== null && { captionLanguageSetting: input.CaptionLanguageSetting })), (input.CaptionSegmentLengthControl !== undefined &&
3971
+ input.CaptionSegmentLengthControl !== null && { captionSegmentLengthControl: input.CaptionSegmentLengthControl })), (input.ClientCache !== undefined && input.ClientCache !== null && { clientCache: input.ClientCache })), (input.CodecSpecification !== undefined &&
3971
3972
  input.CodecSpecification !== null && { codecSpecification: input.CodecSpecification })), (input.Destination !== undefined && input.Destination !== null && { destination: input.Destination })), (input.DestinationSettings !== undefined &&
3972
3973
  input.DestinationSettings !== null && {
3973
3974
  destinationSettings: serializeAws_restJson1DestinationSettings(input.DestinationSettings, context),
@@ -4621,8 +4622,9 @@ var serializeAws_restJson1VideoPreprocessor = function (input, context) {
4621
4622
  }));
4622
4623
  };
4623
4624
  var serializeAws_restJson1VideoSelector = function (input, context) {
4624
- return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AlphaBehavior !== undefined && input.AlphaBehavior !== null && { alphaBehavior: input.AlphaBehavior })), (input.ColorSpace !== undefined && input.ColorSpace !== null && { colorSpace: input.ColorSpace })), (input.ColorSpaceUsage !== undefined &&
4625
- input.ColorSpaceUsage !== null && { colorSpaceUsage: input.ColorSpaceUsage })), (input.Hdr10Metadata !== undefined &&
4625
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AlphaBehavior !== undefined && input.AlphaBehavior !== null && { alphaBehavior: input.AlphaBehavior })), (input.ColorSpace !== undefined && input.ColorSpace !== null && { colorSpace: input.ColorSpace })), (input.ColorSpaceUsage !== undefined &&
4626
+ input.ColorSpaceUsage !== null && { colorSpaceUsage: input.ColorSpaceUsage })), (input.EmbeddedTimecodeOverride !== undefined &&
4627
+ input.EmbeddedTimecodeOverride !== null && { embeddedTimecodeOverride: input.EmbeddedTimecodeOverride })), (input.Hdr10Metadata !== undefined &&
4626
4628
  input.Hdr10Metadata !== null && {
4627
4629
  hdr10Metadata: serializeAws_restJson1Hdr10Metadata(input.Hdr10Metadata, context),
4628
4630
  })), (input.Pid !== undefined && input.Pid !== null && { pid: input.Pid })), (input.ProgramNumber !== undefined && input.ProgramNumber !== null && { programNumber: input.ProgramNumber })), (input.Rotate !== undefined && input.Rotate !== null && { rotate: input.Rotate })), (input.SampleRange !== undefined && input.SampleRange !== null && { sampleRange: input.SampleRange }));
@@ -6054,6 +6056,7 @@ var deserializeAws_restJson1HlsGroupSettings = function (output, context) {
6054
6056
  ? deserializeAws_restJson1__listOfHlsCaptionLanguageMapping(output.captionLanguageMappings, context)
6055
6057
  : undefined,
6056
6058
  CaptionLanguageSetting: __expectString(output.captionLanguageSetting),
6059
+ CaptionSegmentLengthControl: __expectString(output.captionSegmentLengthControl),
6057
6060
  ClientCache: __expectString(output.clientCache),
6058
6061
  CodecSpecification: __expectString(output.codecSpecification),
6059
6062
  Destination: __expectString(output.destination),
@@ -7200,6 +7203,7 @@ var deserializeAws_restJson1VideoSelector = function (output, context) {
7200
7203
  AlphaBehavior: __expectString(output.alphaBehavior),
7201
7204
  ColorSpace: __expectString(output.colorSpace),
7202
7205
  ColorSpaceUsage: __expectString(output.colorSpaceUsage),
7206
+ EmbeddedTimecodeOverride: __expectString(output.embeddedTimecodeOverride),
7203
7207
  Hdr10Metadata: output.hdr10Metadata !== undefined && output.hdr10Metadata !== null
7204
7208
  ? deserializeAws_restJson1Hdr10Metadata(output.hdr10Metadata, context)
7205
7209
  : undefined,
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
5
5
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
7
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
8
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { AssociateCertificateCommandInput, AssociateCertificateCommandOutput } from "./commands/AssociateCertificateCommand";
10
10
  import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand";
11
11
  import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
@@ -56,7 +56,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
56
56
  * A function that can calculate the length of a request body.
57
57
  * @internal
58
58
  */
59
- bodyLengthChecker?: (body: any) => number | undefined;
59
+ bodyLengthChecker?: __BodyLengthCalculator;
60
60
  /**
61
61
  * A function that converts a stream into an array of bytes.
62
62
  * @internal
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
4
- import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
4
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_2";
5
5
  export interface TagResourceCommandInput extends TagResourceRequest {
6
6
  }
7
7
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
@@ -1488,7 +1488,7 @@ export declare enum ImscStylePassthrough {
1488
1488
  */
1489
1489
  export interface ImscDestinationSettings {
1490
1490
  /**
1491
- * Specify whether to flag this caption track as accessibility in your HLS/CMAF parent manifest. When you choose ENABLED, MediaConvert includes the parameters CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES" in the EXT-X-MEDIA entry for this track. When you keep the default choice, DISABLED, MediaConvert leaves this parameter out.
1491
+ * Set Accessibility subtitles (Accessibility) to Enabled (ENABLED) if the ISMC or WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing. When you enable this feature, MediaConvert adds the following attributes under EXT-X-MEDIA in the HLS or CMAF manifest for this track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES". Keep the default value, Disabled (DISABLED), if the captions track is not intended to provide such accessibility. MediaConvert will not add the above attributes.
1492
1492
  */
1493
1493
  Accessibility?: ImscAccessibilitySubs | string;
1494
1494
  /**
@@ -1601,7 +1601,7 @@ export declare enum WebvttStylePassthrough {
1601
1601
  */
1602
1602
  export interface WebvttDestinationSettings {
1603
1603
  /**
1604
- * Specify whether to flag this caption track as accessibility in your HLS/CMAF parent manifest. When you choose ENABLED, MediaConvert includes the parameters CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES" in the EXT-X-MEDIA entry for this track. When you keep the default choice, DISABLED, MediaConvert leaves this parameter out.
1604
+ * Set Accessibility subtitles (Accessibility) to Enabled (ENABLED) if the ISMC or WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing. When you enable this feature, MediaConvert adds the following attributes under EXT-X-MEDIA in the HLS or CMAF manifest for this track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES". Keep the default value, Disabled (DISABLED), if the captions track is not intended to provide such accessibility. MediaConvert will not add the above attributes.
1605
1605
  */
1606
1606
  Accessibility?: WebvttAccessibilitySubs | string;
1607
1607
  /**
@@ -1855,7 +1855,7 @@ export declare namespace HopDestination {
1855
1855
  */
1856
1856
  export interface Id3Insertion {
1857
1857
  /**
1858
- * Use ID3 tag (Id3) to provide a tag value in base64-encode format.
1858
+ * Use ID3 tag (Id3) to provide a fully formed ID3 tag in base64-encode format.
1859
1859
  */
1860
1860
  Id3?: string;
1861
1861
  /**
@@ -2435,6 +2435,10 @@ export declare enum ColorSpaceUsage {
2435
2435
  FALLBACK = "FALLBACK",
2436
2436
  FORCE = "FORCE"
2437
2437
  }
2438
+ export declare enum EmbeddedTimecodeOverride {
2439
+ NONE = "NONE",
2440
+ USE_MDPM = "USE_MDPM"
2441
+ }
2438
2442
  /**
2439
2443
  * Use these settings to specify static color calibration metadata, as defined by SMPTE ST 2086. These values don't affect the pixel values that are encoded in the video stream. They are intended to help the downstream video player display content in a way that reflects the intentions of the the content creator.
2440
2444
  */
@@ -2522,6 +2526,10 @@ export interface VideoSelector {
2522
2526
  * There are two sources for color metadata, the input file and the job input settings Color space (ColorSpace) and HDR master display information settings(Hdr10Metadata). The Color space usage setting determines which takes precedence. Choose Force (FORCE) to use color metadata from the input job settings. If you don't specify values for those settings, the service defaults to using metadata from your input. FALLBACK - Choose Fallback (FALLBACK) to use color metadata from the source when it is present. If there's no color metadata in your input file, the service defaults to using values you specify in the input settings.
2523
2527
  */
2524
2528
  ColorSpaceUsage?: ColorSpaceUsage | string;
2529
+ /**
2530
+ * Set Embedded timecode override (embeddedTimecodeOverride) to Use MDPM (USE_MDPM) when your AVCHD input contains timecode tag data in the Modified Digital Video Pack Metadata (MDPM). When you do, we recommend you also set Timecode source (inputTimecodeSource) to Embedded (EMBEDDED). Leave Embedded timecode override blank, or set to None (NONE), when your input does not contain MDPM timecode.
2531
+ */
2532
+ EmbeddedTimecodeOverride?: EmbeddedTimecodeOverride | string;
2525
2533
  /**
2526
2534
  * Use these settings to provide HDR 10 metadata that is missing or inaccurate in your input video. Appropriate values vary depending on the input video and must be provided by a color grader. The color grader generates these values during the HDR 10 mastering process. The valid range for each of these settings is 0 to 50,000. Each increment represents 0.00002 in CIE1931 color coordinate. Related settings - When you specify these values, you must also set Color space (ColorSpace) to HDR 10 (HDR10). To specify whether the the values you specify here take precedence over the values in the metadata of your input file, set Color space usage (ColorSpaceUsage). To specify whether color metadata is included in an output, set Color metadata (ColorMetadata). For more information about MediaConvert HDR jobs, see https://docs.aws.amazon.com/console/mediaconvert/hdr.
2527
2535
  */
@@ -3861,6 +3869,10 @@ export declare enum HlsCaptionLanguageSetting {
3861
3869
  NONE = "NONE",
3862
3870
  OMIT = "OMIT"
3863
3871
  }
3872
+ export declare enum HlsCaptionSegmentLengthControl {
3873
+ LARGE_SEGMENTS = "LARGE_SEGMENTS",
3874
+ MATCH_VIDEO = "MATCH_VIDEO"
3875
+ }
3864
3876
  export declare enum HlsClientCache {
3865
3877
  DISABLED = "DISABLED",
3866
3878
  ENABLED = "ENABLED"
@@ -4038,6 +4050,10 @@ export interface HlsGroupSettings {
4038
4050
  * Applies only to 608 Embedded output captions. Insert: Include CLOSED-CAPTIONS lines in the manifest. Specify at least one language in the CC1 Language Code field. One CLOSED-CAPTION line is added for each Language Code you specify. Make sure to specify the languages in the order in which they appear in the original source (if the source is embedded format) or the order of the caption selectors (if the source is other than embedded). Otherwise, languages in the manifest will not match up properly with the output captions. None: Include CLOSED-CAPTIONS=NONE line in the manifest. Omit: Omit any CLOSED-CAPTIONS line from the manifest.
4039
4051
  */
4040
4052
  CaptionLanguageSetting?: HlsCaptionLanguageSetting | string;
4053
+ /**
4054
+ * Set Caption segment length control (CaptionSegmentLengthControl) to Match video (MATCH_VIDEO) to create caption segments that align with the video segments from the first video output in this output group. For example, if the video segments are 2 seconds long, your WebVTT segments will also be 2 seconds long. Keep the default setting, Large segments (LARGE_SEGMENTS) to create caption segments that are 300 seconds long.
4055
+ */
4056
+ CaptionSegmentLengthControl?: HlsCaptionSegmentLengthControl | string;
4041
4057
  /**
4042
4058
  * Disable this setting only when your workflow requires the #EXT-X-ALLOW-CACHE:no tag. Otherwise, keep the default value Enabled (ENABLED) and control caching in your video distribution set up. For example, use the Cache-Control http header.
4043
4059
  */
@@ -4123,11 +4139,11 @@ export interface HlsGroupSettings {
4123
4139
  */
4124
4140
  TargetDurationCompatibilityMode?: HlsTargetDurationCompatibilityMode | string;
4125
4141
  /**
4126
- * Indicates ID3 frame that has the timecode.
4142
+ * Specify the type of the ID3 frame (timedMetadataId3Frame) to use for ID3 timestamps (timedMetadataId3Period) in your output. To include ID3 timestamps: Specify PRIV (PRIV) or TDRL (TDRL) and set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH). To exclude ID3 timestamps: Set ID3 timestamp frame type to None (NONE).
4127
4143
  */
4128
4144
  TimedMetadataId3Frame?: HlsTimedMetadataId3Frame | string;
4129
4145
  /**
4130
- * Timed Metadata interval in seconds.
4146
+ * Specify the interval in seconds to write ID3 timestamps in your output. The first timestamp starts at the output timecode and date, and increases incrementally with each ID3 timestamp. To use the default interval of 10 seconds: Leave blank. To include this metadata in your output: Set ID3 timestamp frame type (timedMetadataId3Frame) to PRIV (PRIV) or TDRL (TDRL), and set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
4131
4147
  */
4132
4148
  TimedMetadataId3Period?: number;
4133
4149
  /**
@@ -4338,7 +4354,7 @@ export interface CmfcSettings {
4338
4354
  */
4339
4355
  Scte35Source?: CmfcScte35Source | string;
4340
4356
  /**
4341
- * Applies to CMAF outputs. Use this setting to specify whether the service inserts the ID3 timed metadata from the input in this output.
4357
+ * To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH). Specify this ID3 metadata in Custom ID3 metadata inserter (timedMetadataInsertion). MediaConvert writes each instance of ID3 metadata in a separate Event Message (eMSG) box. To exclude this ID3 metadata: Set ID3 metadata to None (NONE) or leave blank.
4342
4358
  */
4343
4359
  TimedMetadata?: CmfcTimedMetadata | string;
4344
4360
  }
@@ -4701,11 +4717,3 @@ export declare enum M3u8NielsenId3 {
4701
4717
  INSERT = "INSERT",
4702
4718
  NONE = "NONE"
4703
4719
  }
4704
- export declare enum M3u8PcrControl {
4705
- CONFIGURED_PCR_PERIOD = "CONFIGURED_PCR_PERIOD",
4706
- PCR_EVERY_PES_PACKET = "PCR_EVERY_PES_PACKET"
4707
- }
4708
- export declare enum M3u8Scte35Source {
4709
- NONE = "NONE",
4710
- PASSTHROUGH = "PASSTHROUGH"
4711
- }
@@ -1,6 +1,14 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
3
- import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset, CmfcAudioDuration, CmfcSettings, ContainerType, Endpoint, EsamSettings, ExtendedDataServices, F4vSettings, Hdr10Metadata, HopDestination, Id3Insertion, ImageInserter, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, M2tsSettings, M3u8AudioDuration, M3u8DataPtsControl, M3u8NielsenId3, M3u8PcrControl, M3u8Scte35Source, MotionImageInserter, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail, OutputGroupSettings, QueueTransition, Rectangle } from "./models_0";
3
+ import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset, CmfcAudioDuration, CmfcSettings, ContainerType, Endpoint, EsamSettings, ExtendedDataServices, F4vSettings, Hdr10Metadata, HopDestination, Id3Insertion, ImageInserter, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, M2tsSettings, M3u8AudioDuration, M3u8DataPtsControl, M3u8NielsenId3, MotionImageInserter, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail, OutputGroupSettings, QueueTransition, Rectangle } from "./models_0";
4
+ export declare enum M3u8PcrControl {
5
+ CONFIGURED_PCR_PERIOD = "CONFIGURED_PCR_PERIOD",
6
+ PCR_EVERY_PES_PACKET = "PCR_EVERY_PES_PACKET"
7
+ }
8
+ export declare enum M3u8Scte35Source {
9
+ NONE = "NONE",
10
+ PASSTHROUGH = "PASSTHROUGH"
11
+ }
4
12
  export declare enum TimedMetadata {
5
13
  NONE = "NONE",
6
14
  PASSTHROUGH = "PASSTHROUGH"
@@ -70,11 +78,11 @@ export interface M3u8Settings {
70
78
  */
71
79
  Scte35Source?: M3u8Scte35Source | string;
72
80
  /**
73
- * Applies to HLS outputs. Use this setting to specify whether the service inserts the ID3 timed metadata from the input in this output.
81
+ * Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH) to include ID3 metadata in this output. This includes ID3 metadata from the following features: ID3 timestamp period (timedMetadataId3Period), and Custom ID3 metadata inserter (timedMetadataInsertion). To exclude this ID3 metadata in this output: set ID3 metadata to None (NONE) or leave blank.
74
82
  */
75
83
  TimedMetadata?: TimedMetadata | string;
76
84
  /**
77
- * Packet Identifier (PID) of the timed metadata stream in the transport stream.
85
+ * Packet Identifier (PID) of the ID3 metadata stream in the transport stream.
78
86
  */
79
87
  TimedMetadataPid?: number;
80
88
  /**
@@ -239,7 +247,7 @@ export interface MpdSettings {
239
247
  */
240
248
  Scte35Source?: MpdScte35Source | string;
241
249
  /**
242
- * Applies to DASH outputs. Use this setting to specify whether the service inserts the ID3 timed metadata from the input in this output.
250
+ * To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH). Specify this ID3 metadata in Custom ID3 metadata inserter (timedMetadataInsertion). MediaConvert writes each instance of ID3 metadata in a separate Event Message (eMSG) box. To exclude this ID3 metadata: Set ID3 metadata to None (NONE) or leave blank.
243
251
  */
244
252
  TimedMetadata?: MpdTimedMetadata | string;
245
253
  }
@@ -2530,11 +2538,11 @@ export interface NoiseReducerTemporalFilterSettings {
2530
2538
  */
2531
2539
  AggressiveMode?: number;
2532
2540
  /**
2533
- * When you set Noise reducer (noiseReducer) to Temporal (TEMPORAL), the sharpness of your output is reduced. You can optionally use Post temporal sharpening (PostTemporalSharpening) to apply sharpening to the edges of your output. The default behavior, Auto (AUTO), allows the transcoder to determine whether to apply sharpening, depending on your input type and quality. When you set Post temporal sharpening to Enabled (ENABLED), specify how much sharpening is applied using Post temporal sharpening strength (PostTemporalSharpeningStrength). Set Post temporal sharpening to Disabled (DISABLED) to not apply sharpening.
2541
+ * When you set Noise reducer (noiseReducer) to Temporal (TEMPORAL), the bandwidth and sharpness of your output is reduced. You can optionally use Post temporal sharpening (postTemporalSharpening) to apply sharpening to the edges of your output. Note that Post temporal sharpening will also make the bandwidth reduction from the Noise reducer smaller. The default behavior, Auto (AUTO), allows the transcoder to determine whether to apply sharpening, depending on your input type and quality. When you set Post temporal sharpening to Enabled (ENABLED), specify how much sharpening is applied using Post temporal sharpening strength (postTemporalSharpeningStrength). Set Post temporal sharpening to Disabled (DISABLED) to not apply sharpening.
2534
2542
  */
2535
2543
  PostTemporalSharpening?: NoiseFilterPostTemporalSharpening | string;
2536
2544
  /**
2537
- * Use Post temporal sharpening strength (PostTemporalSharpeningStrength) to define the amount of sharpening the transcoder applies to your output. Set Post temporal sharpening strength to Low (LOW), or leave blank, to apply a low amount of sharpening. Set Post temporal sharpening strength to Medium (MEDIUM) to apply medium amount of sharpening. Set Post temporal sharpening strength to High (HIGH) to apply a high amount of sharpening.
2545
+ * Use Post temporal sharpening strength (postTemporalSharpeningStrength) to define the amount of sharpening the transcoder applies to your output. Set Post temporal sharpening strength to Low (LOW), Medium (MEDIUM), or High (HIGH) to indicate the amount of sharpening.
2538
2546
  */
2539
2547
  PostTemporalSharpeningStrength?: NoiseFilterPostTemporalSharpeningStrength | string;
2540
2548
  /**
@@ -2883,7 +2891,7 @@ export declare namespace TimecodeConfig {
2883
2891
  const filterSensitiveLog: (obj: TimecodeConfig) => any;
2884
2892
  }
2885
2893
  /**
2886
- * Enable Timed metadata insertion (TimedMetadataInsertion) to include ID3 tags in any HLS outputs. To include timed metadata, you must enable it here, enable it in each output container, and specify tags and timecodes in ID3 insertion (Id3Insertion) objects.
2894
+ * Insert user-defined custom ID3 metadata (id3) at timecodes (timecode) that you specify. In each output that you want to include this metadata, you must set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
2887
2895
  */
2888
2896
  export interface TimedMetadataInsertion {
2889
2897
  /**
@@ -2946,7 +2954,7 @@ export interface JobSettings {
2946
2954
  */
2947
2955
  TimecodeConfig?: TimecodeConfig;
2948
2956
  /**
2949
- * Enable Timed metadata insertion (TimedMetadataInsertion) to include ID3 tags in any HLS outputs. To include timed metadata, you must enable it here, enable it in each output container, and specify tags and timecodes in ID3 insertion (Id3Insertion) objects.
2957
+ * Insert user-defined custom ID3 metadata (id3) at timecodes (timecode) that you specify. In each output that you want to include this metadata, you must set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
2950
2958
  */
2951
2959
  TimedMetadataInsertion?: TimedMetadataInsertion;
2952
2960
  }
@@ -3169,7 +3177,7 @@ export interface JobTemplateSettings {
3169
3177
  */
3170
3178
  TimecodeConfig?: TimecodeConfig;
3171
3179
  /**
3172
- * Enable Timed metadata insertion (TimedMetadataInsertion) to include ID3 tags in any HLS outputs. To include timed metadata, you must enable it here, enable it in each output container, and specify tags and timecodes in ID3 insertion (Id3Insertion) objects.
3180
+ * Insert user-defined custom ID3 metadata (id3) at timecodes (timecode) that you specify. In each output that you want to include this metadata, you must set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
3173
3181
  */
3174
3182
  TimedMetadataInsertion?: TimedMetadataInsertion;
3175
3183
  }
@@ -4327,29 +4335,3 @@ export declare namespace PutPolicyResponse {
4327
4335
  */
4328
4336
  const filterSensitiveLog: (obj: PutPolicyResponse) => any;
4329
4337
  }
4330
- export interface TagResourceRequest {
4331
- /**
4332
- * The Amazon Resource Name (ARN) of the resource that you want to tag. To get the ARN, send a GET request with the resource name.
4333
- */
4334
- Arn: string | undefined;
4335
- /**
4336
- * The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.
4337
- */
4338
- Tags: {
4339
- [key: string]: string;
4340
- } | undefined;
4341
- }
4342
- export declare namespace TagResourceRequest {
4343
- /**
4344
- * @internal
4345
- */
4346
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
4347
- }
4348
- export interface TagResourceResponse {
4349
- }
4350
- export declare namespace TagResourceResponse {
4351
- /**
4352
- * @internal
4353
- */
4354
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
4355
- }
@@ -1,5 +1,31 @@
1
1
  import { AccelerationSettings, HopDestination } from "./models_0";
2
2
  import { JobTemplate, JobTemplateSettings, Preset, PresetSettings, Queue, QueueStatus, ReservationPlanSettings, StatusUpdateInterval } from "./models_1";
3
+ export interface TagResourceRequest {
4
+ /**
5
+ * The Amazon Resource Name (ARN) of the resource that you want to tag. To get the ARN, send a GET request with the resource name.
6
+ */
7
+ Arn: string | undefined;
8
+ /**
9
+ * The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.
10
+ */
11
+ Tags: {
12
+ [key: string]: string;
13
+ } | undefined;
14
+ }
15
+ export declare namespace TagResourceRequest {
16
+ /**
17
+ * @internal
18
+ */
19
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
20
+ }
21
+ export interface TagResourceResponse {
22
+ }
23
+ export declare namespace TagResourceResponse {
24
+ /**
25
+ * @internal
26
+ */
27
+ const filterSensitiveLog: (obj: TagResourceResponse) => any;
28
+ }
3
29
  export interface UntagResourceRequest {
4
30
  /**
5
31
  * The Amazon Resource Name (ARN) of the resource that you want to remove tags from. To get the ARN, send a GET request with the resource name.
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
8
8
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
9
  base64Decoder: import("@aws-sdk/types").Decoder;
10
10
  base64Encoder: import("@aws-sdk/types").Encoder;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
13
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
14
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;