@aws-sdk/client-mediaconvert 3.50.0 → 3.53.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 (63) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/MediaConvertServiceException.js +11 -0
  4. package/dist-cjs/models/models_1.js +87 -2
  5. package/dist-cjs/protocols/Aws_restJson1.js +390 -1366
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/MediaConvertServiceException.js +12 -0
  8. package/dist-es/models/models_1.js +80 -1
  9. package/dist-es/protocols/Aws_restJson1.js +771 -1485
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/MediaConvertServiceException.d.ts +10 -0
  12. package/dist-types/models/models_1.d.ts +44 -19
  13. package/dist-types/ts3.4/MediaConvert.d.ts +145 -0
  14. package/dist-types/ts3.4/MediaConvertClient.d.ts +101 -0
  15. package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/index.d.ts +28 -0
  44. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  45. package/dist-types/ts3.4/index.d.ts +6 -0
  46. package/dist-types/ts3.4/models/MediaConvertServiceException.d.ts +6 -0
  47. package/dist-types/ts3.4/models/index.d.ts +3 -0
  48. package/dist-types/ts3.4/models/models_0.d.ts +3100 -0
  49. package/dist-types/ts3.4/models/models_1.d.ts +2845 -0
  50. package/dist-types/ts3.4/models/models_2.d.ts +94 -0
  51. package/dist-types/ts3.4/pagination/DescribeEndpointsPaginator.d.ts +4 -0
  52. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  53. package/dist-types/ts3.4/pagination/ListJobTemplatesPaginator.d.ts +4 -0
  54. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +4 -0
  55. package/dist-types/ts3.4/pagination/ListPresetsPaginator.d.ts +4 -0
  56. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +4 -0
  57. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  58. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +86 -0
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  63. package/package.json +33 -33
package/dist-es/index.js CHANGED
@@ -3,3 +3,4 @@ export * from "./MediaConvertClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { MediaConvertServiceException } from "./models/MediaConvertServiceException";
@@ -0,0 +1,12 @@
1
+ import { __extends } from "tslib";
2
+ import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
+ var MediaConvertServiceException = (function (_super) {
4
+ __extends(MediaConvertServiceException, _super);
5
+ function MediaConvertServiceException(options) {
6
+ var _this = _super.call(this, options) || this;
7
+ Object.setPrototypeOf(_this, MediaConvertServiceException.prototype);
8
+ return _this;
9
+ }
10
+ return MediaConvertServiceException;
11
+ }(__ServiceException));
12
+ export { MediaConvertServiceException };
@@ -1,4 +1,5 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
+ import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
2
3
  export var TimedMetadata;
3
4
  (function (TimedMetadata) {
4
5
  TimedMetadata["NONE"] = "NONE";
@@ -1310,6 +1311,84 @@ export var AssociateCertificateResponse;
1310
1311
  (function (AssociateCertificateResponse) {
1311
1312
  AssociateCertificateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1312
1313
  })(AssociateCertificateResponse || (AssociateCertificateResponse = {}));
1314
+ var BadRequestException = (function (_super) {
1315
+ __extends(BadRequestException, _super);
1316
+ function BadRequestException(opts) {
1317
+ var _this = _super.call(this, __assign({ name: "BadRequestException", $fault: "client" }, opts)) || this;
1318
+ _this.name = "BadRequestException";
1319
+ _this.$fault = "client";
1320
+ Object.setPrototypeOf(_this, BadRequestException.prototype);
1321
+ _this.Message = opts.Message;
1322
+ return _this;
1323
+ }
1324
+ return BadRequestException;
1325
+ }(__BaseException));
1326
+ export { BadRequestException };
1327
+ var ConflictException = (function (_super) {
1328
+ __extends(ConflictException, _super);
1329
+ function ConflictException(opts) {
1330
+ var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
1331
+ _this.name = "ConflictException";
1332
+ _this.$fault = "client";
1333
+ Object.setPrototypeOf(_this, ConflictException.prototype);
1334
+ _this.Message = opts.Message;
1335
+ return _this;
1336
+ }
1337
+ return ConflictException;
1338
+ }(__BaseException));
1339
+ export { ConflictException };
1340
+ var ForbiddenException = (function (_super) {
1341
+ __extends(ForbiddenException, _super);
1342
+ function ForbiddenException(opts) {
1343
+ var _this = _super.call(this, __assign({ name: "ForbiddenException", $fault: "client" }, opts)) || this;
1344
+ _this.name = "ForbiddenException";
1345
+ _this.$fault = "client";
1346
+ Object.setPrototypeOf(_this, ForbiddenException.prototype);
1347
+ _this.Message = opts.Message;
1348
+ return _this;
1349
+ }
1350
+ return ForbiddenException;
1351
+ }(__BaseException));
1352
+ export { ForbiddenException };
1353
+ var InternalServerErrorException = (function (_super) {
1354
+ __extends(InternalServerErrorException, _super);
1355
+ function InternalServerErrorException(opts) {
1356
+ var _this = _super.call(this, __assign({ name: "InternalServerErrorException", $fault: "server" }, opts)) || this;
1357
+ _this.name = "InternalServerErrorException";
1358
+ _this.$fault = "server";
1359
+ Object.setPrototypeOf(_this, InternalServerErrorException.prototype);
1360
+ _this.Message = opts.Message;
1361
+ return _this;
1362
+ }
1363
+ return InternalServerErrorException;
1364
+ }(__BaseException));
1365
+ export { InternalServerErrorException };
1366
+ var NotFoundException = (function (_super) {
1367
+ __extends(NotFoundException, _super);
1368
+ function NotFoundException(opts) {
1369
+ var _this = _super.call(this, __assign({ name: "NotFoundException", $fault: "client" }, opts)) || this;
1370
+ _this.name = "NotFoundException";
1371
+ _this.$fault = "client";
1372
+ Object.setPrototypeOf(_this, NotFoundException.prototype);
1373
+ _this.Message = opts.Message;
1374
+ return _this;
1375
+ }
1376
+ return NotFoundException;
1377
+ }(__BaseException));
1378
+ export { NotFoundException };
1379
+ var TooManyRequestsException = (function (_super) {
1380
+ __extends(TooManyRequestsException, _super);
1381
+ function TooManyRequestsException(opts) {
1382
+ var _this = _super.call(this, __assign({ name: "TooManyRequestsException", $fault: "client" }, opts)) || this;
1383
+ _this.name = "TooManyRequestsException";
1384
+ _this.$fault = "client";
1385
+ Object.setPrototypeOf(_this, TooManyRequestsException.prototype);
1386
+ _this.Message = opts.Message;
1387
+ return _this;
1388
+ }
1389
+ return TooManyRequestsException;
1390
+ }(__BaseException));
1391
+ export { TooManyRequestsException };
1313
1392
  export var CancelJobRequest;
1314
1393
  (function (CancelJobRequest) {
1315
1394
  CancelJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };