@aws-sdk/client-mediaconvert 3.649.0 → 3.651.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 (75) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +2747 -2661
  3. package/dist-es/MediaConvert.js +2 -0
  4. package/dist-es/commands/AssociateCertificateCommand.js +1 -3
  5. package/dist-es/commands/CancelJobCommand.js +1 -3
  6. package/dist-es/commands/CreateJobCommand.js +1 -3
  7. package/dist-es/commands/CreateJobTemplateCommand.js +1 -3
  8. package/dist-es/commands/CreatePresetCommand.js +1 -3
  9. package/dist-es/commands/CreateQueueCommand.js +1 -3
  10. package/dist-es/commands/DeleteJobTemplateCommand.js +1 -3
  11. package/dist-es/commands/DeletePolicyCommand.js +1 -3
  12. package/dist-es/commands/DeletePresetCommand.js +1 -3
  13. package/dist-es/commands/DeleteQueueCommand.js +1 -3
  14. package/dist-es/commands/DescribeEndpointsCommand.js +1 -3
  15. package/dist-es/commands/DisassociateCertificateCommand.js +1 -3
  16. package/dist-es/commands/GetJobCommand.js +1 -3
  17. package/dist-es/commands/GetJobTemplateCommand.js +1 -3
  18. package/dist-es/commands/GetPolicyCommand.js +1 -3
  19. package/dist-es/commands/GetPresetCommand.js +1 -3
  20. package/dist-es/commands/GetQueueCommand.js +1 -3
  21. package/dist-es/commands/ListJobTemplatesCommand.js +1 -3
  22. package/dist-es/commands/ListJobsCommand.js +1 -3
  23. package/dist-es/commands/ListPresetsCommand.js +1 -3
  24. package/dist-es/commands/ListQueuesCommand.js +1 -3
  25. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  26. package/dist-es/commands/ListVersionsCommand.js +22 -0
  27. package/dist-es/commands/PutPolicyCommand.js +1 -3
  28. package/dist-es/commands/SearchJobsCommand.js +1 -3
  29. package/dist-es/commands/TagResourceCommand.js +1 -3
  30. package/dist-es/commands/UntagResourceCommand.js +1 -3
  31. package/dist-es/commands/UpdateJobTemplateCommand.js +1 -3
  32. package/dist-es/commands/UpdatePresetCommand.js +1 -3
  33. package/dist-es/commands/UpdateQueueCommand.js +1 -3
  34. package/dist-es/commands/index.js +1 -0
  35. package/dist-es/models/models_0.js +13 -20
  36. package/dist-es/models/models_1.js +25 -66
  37. package/dist-es/models/models_2.js +65 -0
  38. package/dist-es/pagination/ListVersionsPaginator.js +4 -0
  39. package/dist-es/pagination/index.js +1 -0
  40. package/dist-es/protocols/Aws_restJson1.js +102 -2
  41. package/dist-types/MediaConvert.d.ts +8 -0
  42. package/dist-types/MediaConvertClient.d.ts +3 -2
  43. package/dist-types/commands/AssociateCertificateCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateJobCommand.d.ts +53 -4
  45. package/dist-types/commands/CreateJobTemplateCommand.d.ts +50 -4
  46. package/dist-types/commands/CreatePresetCommand.d.ts +4 -2
  47. package/dist-types/commands/GetJobCommand.d.ts +27 -2
  48. package/dist-types/commands/GetJobTemplateCommand.d.ts +25 -2
  49. package/dist-types/commands/GetPresetCommand.d.ts +2 -1
  50. package/dist-types/commands/ListJobTemplatesCommand.d.ts +25 -2
  51. package/dist-types/commands/ListJobsCommand.d.ts +27 -2
  52. package/dist-types/commands/ListPresetsCommand.d.ts +2 -1
  53. package/dist-types/commands/ListVersionsCommand.d.ts +85 -0
  54. package/dist-types/commands/SearchJobsCommand.d.ts +27 -2
  55. package/dist-types/commands/UpdateJobTemplateCommand.d.ts +50 -4
  56. package/dist-types/commands/UpdatePresetCommand.d.ts +4 -2
  57. package/dist-types/commands/index.d.ts +1 -0
  58. package/dist-types/models/models_0.d.ts +118 -68
  59. package/dist-types/models/models_1.d.ts +108 -86
  60. package/dist-types/models/models_2.d.ts +116 -1
  61. package/dist-types/pagination/ListVersionsPaginator.d.ts +7 -0
  62. package/dist-types/pagination/index.d.ts +1 -0
  63. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  64. package/dist-types/ts3.4/MediaConvert.d.ts +18 -0
  65. package/dist-types/ts3.4/MediaConvertClient.d.ts +6 -0
  66. package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +36 -0
  68. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  69. package/dist-types/ts3.4/models/models_0.d.ts +35 -30
  70. package/dist-types/ts3.4/models/models_1.d.ts +44 -45
  71. package/dist-types/ts3.4/models/models_2.d.ts +48 -0
  72. package/dist-types/ts3.4/pagination/ListVersionsPaginator.d.ts +11 -0
  73. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  74. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  75. package/package.json +4 -4
@@ -21,6 +21,7 @@ import { ListJobTemplatesCommand, } from "./commands/ListJobTemplatesCommand";
21
21
  import { ListPresetsCommand } from "./commands/ListPresetsCommand";
22
22
  import { ListQueuesCommand } from "./commands/ListQueuesCommand";
23
23
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
24
+ import { ListVersionsCommand, } from "./commands/ListVersionsCommand";
24
25
  import { PutPolicyCommand } from "./commands/PutPolicyCommand";
25
26
  import { SearchJobsCommand } from "./commands/SearchJobsCommand";
26
27
  import { TagResourceCommand } from "./commands/TagResourceCommand";
@@ -52,6 +53,7 @@ const commands = {
52
53
  ListPresetsCommand,
53
54
  ListQueuesCommand,
54
55
  ListTagsForResourceCommand,
56
+ ListVersionsCommand,
55
57
  PutPolicyCommand,
56
58
  SearchJobsCommand,
57
59
  TagResourceCommand,
@@ -6,9 +6,7 @@ import { de_AssociateCertificateCommand, se_AssociateCertificateCommand } from "
6
6
  export { $Command };
7
7
  export class AssociateCertificateCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CancelJobCommand, se_CancelJobCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class CancelJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateJobCommand, se_CreateJobCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class CreateJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateJobTemplateCommand, se_CreateJobTemplateCommand } from "../pro
6
6
  export { $Command };
7
7
  export class CreateJobTemplateCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreatePresetCommand, se_CreatePresetCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class CreatePresetCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateQueueCommand, se_CreateQueueCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class CreateQueueCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteJobTemplateCommand, se_DeleteJobTemplateCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DeleteJobTemplateCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeletePolicyCommand, se_DeletePolicyCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DeletePolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeletePresetCommand, se_DeletePresetCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DeletePresetCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteQueueCommand, se_DeleteQueueCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class DeleteQueueCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeEndpointsCommand, se_DescribeEndpointsCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DescribeEndpointsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DisassociateCertificateCommand, se_DisassociateCertificateCommand }
6
6
  export { $Command };
7
7
  export class DisassociateCertificateCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetJobCommand, se_GetJobCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
7
  export class GetJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetJobTemplateCommand, se_GetJobTemplateCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class GetJobTemplateCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class GetPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetPresetCommand, se_GetPresetCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class GetPresetCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetQueueCommand, se_GetQueueCommand } from "../protocols/Aws_restJso
6
6
  export { $Command };
7
7
  export class GetQueueCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListJobTemplatesCommand, se_ListJobTemplatesCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListJobTemplatesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_restJso
6
6
  export { $Command };
7
7
  export class ListJobsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListPresetsCommand, se_ListPresetsCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class ListPresetsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListQueuesCommand, se_ListQueuesCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class ListQueuesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListVersionsCommand, se_ListVersionsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListVersionsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("MediaConvert", "ListVersions", {})
17
+ .n("MediaConvertClient", "ListVersionsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListVersionsCommand)
20
+ .de(de_ListVersionsCommand)
21
+ .build() {
22
+ }
@@ -6,9 +6,7 @@ import { de_PutPolicyCommand, se_PutPolicyCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class PutPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_SearchJobsCommand, se_SearchJobsCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class SearchJobsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateJobTemplateCommand, se_UpdateJobTemplateCommand } from "../pro
6
6
  export { $Command };
7
7
  export class UpdateJobTemplateCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdatePresetCommand, se_UpdatePresetCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class UpdatePresetCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateQueueCommand, se_UpdateQueueCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class UpdateQueueCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -20,6 +20,7 @@ export * from "./ListJobsCommand";
20
20
  export * from "./ListPresetsCommand";
21
21
  export * from "./ListQueuesCommand";
22
22
  export * from "./ListTagsForResourceCommand";
23
+ export * from "./ListVersionsCommand";
23
24
  export * from "./PutPolicyCommand";
24
25
  export * from "./SearchJobsCommand";
25
26
  export * from "./TagResourceCommand";
@@ -694,6 +694,7 @@ export const AdvancedInputFilterSharpen = {
694
694
  export const AudioDurationCorrection = {
695
695
  AUTO: "AUTO",
696
696
  DISABLED: "DISABLED",
697
+ FORCE: "FORCE",
697
698
  FRAME: "FRAME",
698
699
  TRACK: "TRACK",
699
700
  };
@@ -723,6 +724,10 @@ export const EmbeddedTerminateCaptions = {
723
724
  DISABLED: "DISABLED",
724
725
  END_OF_INPUT: "END_OF_INPUT",
725
726
  };
727
+ export const CaptionSourceByteRateLimit = {
728
+ DISABLED: "DISABLED",
729
+ ENABLED: "ENABLED",
730
+ };
726
731
  export const FileSourceConvert608To708 = {
727
732
  DISABLED: "DISABLED",
728
733
  UPCONVERT: "UPCONVERT",
@@ -782,6 +787,14 @@ export const InputTimecodeSource = {
782
787
  SPECIFIEDSTART: "SPECIFIEDSTART",
783
788
  ZEROBASED: "ZEROBASED",
784
789
  };
790
+ export const VideoOverlayUnit = {
791
+ PERCENTAGE: "PERCENTAGE",
792
+ PIXELS: "PIXELS",
793
+ };
794
+ export const VideoOverlayPlayBackMode = {
795
+ ONCE: "ONCE",
796
+ REPEAT: "REPEAT",
797
+ };
785
798
  export const AlphaBehavior = {
786
799
  DISCARD: "DISCARD",
787
800
  REMAP_TO_LUMA: "REMAP_TO_LUMA",
@@ -1138,23 +1151,3 @@ export const CmfcAudioTrackType = {
1138
1151
  ALTERNATE_AUDIO_NOT_AUTO_SELECT: "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
1139
1152
  AUDIO_ONLY_VARIANT_STREAM: "AUDIO_ONLY_VARIANT_STREAM",
1140
1153
  };
1141
- export const CmfcDescriptiveVideoServiceFlag = {
1142
- DONT_FLAG: "DONT_FLAG",
1143
- FLAG: "FLAG",
1144
- };
1145
- export const CmfcIFrameOnlyManifest = {
1146
- EXCLUDE: "EXCLUDE",
1147
- INCLUDE: "INCLUDE",
1148
- };
1149
- export const CmfcKlvMetadata = {
1150
- NONE: "NONE",
1151
- PASSTHROUGH: "PASSTHROUGH",
1152
- };
1153
- export const CmfcManifestMetadataSignaling = {
1154
- DISABLED: "DISABLED",
1155
- ENABLED: "ENABLED",
1156
- };
1157
- export const CmfcScte35Esam = {
1158
- INSERT: "INSERT",
1159
- NONE: "NONE",
1160
- };
@@ -1,4 +1,23 @@
1
- import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
1
+ export const CmfcDescriptiveVideoServiceFlag = {
2
+ DONT_FLAG: "DONT_FLAG",
3
+ FLAG: "FLAG",
4
+ };
5
+ export const CmfcIFrameOnlyManifest = {
6
+ EXCLUDE: "EXCLUDE",
7
+ INCLUDE: "INCLUDE",
8
+ };
9
+ export const CmfcKlvMetadata = {
10
+ NONE: "NONE",
11
+ PASSTHROUGH: "PASSTHROUGH",
12
+ };
13
+ export const CmfcManifestMetadataSignaling = {
14
+ DISABLED: "DISABLED",
15
+ ENABLED: "ENABLED",
16
+ };
17
+ export const CmfcScte35Esam = {
18
+ INSERT: "INSERT",
19
+ NONE: "NONE",
20
+ };
2
21
  export const CmfcScte35Source = {
3
22
  NONE: "NONE",
4
23
  PASSTHROUGH: "PASSTHROUGH",
@@ -21,6 +40,7 @@ export const ContainerType = {
21
40
  MP4: "MP4",
22
41
  MPD: "MPD",
23
42
  MXF: "MXF",
43
+ OGG: "OGG",
24
44
  RAW: "RAW",
25
45
  WEBM: "WEBM",
26
46
  Y4M: "Y4M",
@@ -439,6 +459,10 @@ export const H264RepeatPps = {
439
459
  DISABLED: "DISABLED",
440
460
  ENABLED: "ENABLED",
441
461
  };
462
+ export const H264SaliencyAwareEncoding = {
463
+ DISABLED: "DISABLED",
464
+ PREFERRED: "PREFERRED",
465
+ };
442
466
  export const H264ScanTypeConversionMode = {
443
467
  INTERLACED: "INTERLACED",
444
468
  INTERLACED_OPTIMIZE: "INTERLACED_OPTIMIZE",
@@ -1109,68 +1133,3 @@ export const QueueStatus = {
1109
1133
  ACTIVE: "ACTIVE",
1110
1134
  PAUSED: "PAUSED",
1111
1135
  };
1112
- export class BadRequestException extends __BaseException {
1113
- constructor(opts) {
1114
- super({
1115
- name: "BadRequestException",
1116
- $fault: "client",
1117
- ...opts,
1118
- });
1119
- this.name = "BadRequestException";
1120
- this.$fault = "client";
1121
- Object.setPrototypeOf(this, BadRequestException.prototype);
1122
- this.Message = opts.Message;
1123
- }
1124
- }
1125
- export class ConflictException extends __BaseException {
1126
- constructor(opts) {
1127
- super({
1128
- name: "ConflictException",
1129
- $fault: "client",
1130
- ...opts,
1131
- });
1132
- this.name = "ConflictException";
1133
- this.$fault = "client";
1134
- Object.setPrototypeOf(this, ConflictException.prototype);
1135
- this.Message = opts.Message;
1136
- }
1137
- }
1138
- export class ForbiddenException extends __BaseException {
1139
- constructor(opts) {
1140
- super({
1141
- name: "ForbiddenException",
1142
- $fault: "client",
1143
- ...opts,
1144
- });
1145
- this.name = "ForbiddenException";
1146
- this.$fault = "client";
1147
- Object.setPrototypeOf(this, ForbiddenException.prototype);
1148
- this.Message = opts.Message;
1149
- }
1150
- }
1151
- export class InternalServerErrorException extends __BaseException {
1152
- constructor(opts) {
1153
- super({
1154
- name: "InternalServerErrorException",
1155
- $fault: "server",
1156
- ...opts,
1157
- });
1158
- this.name = "InternalServerErrorException";
1159
- this.$fault = "server";
1160
- Object.setPrototypeOf(this, InternalServerErrorException.prototype);
1161
- this.Message = opts.Message;
1162
- }
1163
- }
1164
- export class NotFoundException extends __BaseException {
1165
- constructor(opts) {
1166
- super({
1167
- name: "NotFoundException",
1168
- $fault: "client",
1169
- ...opts,
1170
- });
1171
- this.name = "NotFoundException";
1172
- this.$fault = "client";
1173
- Object.setPrototypeOf(this, NotFoundException.prototype);
1174
- this.Message = opts.Message;
1175
- }
1176
- }
@@ -1,4 +1,69 @@
1
1
  import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
2
+ export class BadRequestException extends __BaseException {
3
+ constructor(opts) {
4
+ super({
5
+ name: "BadRequestException",
6
+ $fault: "client",
7
+ ...opts,
8
+ });
9
+ this.name = "BadRequestException";
10
+ this.$fault = "client";
11
+ Object.setPrototypeOf(this, BadRequestException.prototype);
12
+ this.Message = opts.Message;
13
+ }
14
+ }
15
+ export class ConflictException extends __BaseException {
16
+ constructor(opts) {
17
+ super({
18
+ name: "ConflictException",
19
+ $fault: "client",
20
+ ...opts,
21
+ });
22
+ this.name = "ConflictException";
23
+ this.$fault = "client";
24
+ Object.setPrototypeOf(this, ConflictException.prototype);
25
+ this.Message = opts.Message;
26
+ }
27
+ }
28
+ export class ForbiddenException extends __BaseException {
29
+ constructor(opts) {
30
+ super({
31
+ name: "ForbiddenException",
32
+ $fault: "client",
33
+ ...opts,
34
+ });
35
+ this.name = "ForbiddenException";
36
+ this.$fault = "client";
37
+ Object.setPrototypeOf(this, ForbiddenException.prototype);
38
+ this.Message = opts.Message;
39
+ }
40
+ }
41
+ export class InternalServerErrorException extends __BaseException {
42
+ constructor(opts) {
43
+ super({
44
+ name: "InternalServerErrorException",
45
+ $fault: "server",
46
+ ...opts,
47
+ });
48
+ this.name = "InternalServerErrorException";
49
+ this.$fault = "server";
50
+ Object.setPrototypeOf(this, InternalServerErrorException.prototype);
51
+ this.Message = opts.Message;
52
+ }
53
+ }
54
+ export class NotFoundException extends __BaseException {
55
+ constructor(opts) {
56
+ super({
57
+ name: "NotFoundException",
58
+ $fault: "client",
59
+ ...opts,
60
+ });
61
+ this.name = "NotFoundException";
62
+ this.$fault = "client";
63
+ Object.setPrototypeOf(this, NotFoundException.prototype);
64
+ this.Message = opts.Message;
65
+ }
66
+ }
2
67
  export class TooManyRequestsException extends __BaseException {
3
68
  constructor(opts) {
4
69
  super({
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListVersionsCommand, } from "../commands/ListVersionsCommand";
3
+ import { MediaConvertClient } from "../MediaConvertClient";
4
+ export const paginateListVersions = createPaginator(MediaConvertClient, ListVersionsCommand, "NextToken", "NextToken", "MaxResults");
@@ -4,4 +4,5 @@ export * from "./ListJobTemplatesPaginator";
4
4
  export * from "./ListJobsPaginator";
5
5
  export * from "./ListPresetsPaginator";
6
6
  export * from "./ListQueuesPaginator";
7
+ export * from "./ListVersionsPaginator";
7
8
  export * from "./SearchJobsPaginator";