@bitmovin/api-sdk 1.106.0 → 1.109.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 (79) hide show
  1. package/README.md +1 -1
  2. package/dist/account/organizations/OrganizationsApi.d.ts +1 -1
  3. package/dist/account/organizations/OrganizationsApi.js +1 -1
  4. package/dist/bitmovin-api-sdk.browser.js +672 -2
  5. package/dist/bitmovin-api-sdk.browser.js.map +1 -1
  6. package/dist/bitmovin-api-sdk.browser.min.js +2 -2
  7. package/dist/common/RestClient.js +1 -1
  8. package/dist/encoding/simple/jobs/JobsApi.d.ts +2 -0
  9. package/dist/encoding/simple/jobs/JobsApi.js +2 -0
  10. package/dist/encoding/simple/jobs/JobsApi.js.map +1 -1
  11. package/dist/encoding/simple/jobs/live/LiveApi.d.ts +27 -0
  12. package/dist/encoding/simple/jobs/live/LiveApi.js +58 -0
  13. package/dist/encoding/simple/jobs/live/LiveApi.js.map +1 -0
  14. package/dist/models/AdAnalyticsAttribute.d.ts +5 -0
  15. package/dist/models/AdAnalyticsAttribute.js +5 -0
  16. package/dist/models/AdAnalyticsAttribute.js.map +1 -1
  17. package/dist/models/AnalyticsAdsImpressionSample.d.ts +30 -0
  18. package/dist/models/AnalyticsAdsImpressionSample.js +5 -0
  19. package/dist/models/AnalyticsAdsImpressionSample.js.map +1 -1
  20. package/dist/models/AnalyticsAttribute.d.ts +5 -0
  21. package/dist/models/AnalyticsAttribute.js +5 -0
  22. package/dist/models/AnalyticsAttribute.js.map +1 -1
  23. package/dist/models/AnalyticsImpressionSample.d.ts +30 -0
  24. package/dist/models/AnalyticsImpressionSample.js +5 -0
  25. package/dist/models/AnalyticsImpressionSample.js.map +1 -1
  26. package/dist/models/AnalyticsLicenseCustomDataFieldLabels.d.ts +30 -0
  27. package/dist/models/AnalyticsLicenseCustomDataFieldLabels.js +5 -0
  28. package/dist/models/AnalyticsLicenseCustomDataFieldLabels.js.map +1 -1
  29. package/dist/models/SimpleEncodingLiveCloudRegion.d.ts +13 -0
  30. package/dist/models/SimpleEncodingLiveCloudRegion.js +18 -0
  31. package/dist/models/SimpleEncodingLiveCloudRegion.js.map +1 -0
  32. package/dist/models/SimpleEncodingLiveInputAspectRatio.d.ts +12 -0
  33. package/dist/models/SimpleEncodingLiveInputAspectRatio.js +17 -0
  34. package/dist/models/SimpleEncodingLiveInputAspectRatio.js.map +1 -0
  35. package/dist/models/SimpleEncodingLiveJobAccessKeyCredentials.d.ts +21 -0
  36. package/dist/models/SimpleEncodingLiveJobAccessKeyCredentials.js +38 -0
  37. package/dist/models/SimpleEncodingLiveJobAccessKeyCredentials.js.map +1 -0
  38. package/dist/models/SimpleEncodingLiveJobAzureCredentials.d.ts +15 -0
  39. package/dist/models/SimpleEncodingLiveJobAzureCredentials.js +37 -0
  40. package/dist/models/SimpleEncodingLiveJobAzureCredentials.js.map +1 -0
  41. package/dist/models/SimpleEncodingLiveJobCredentials.d.ts +8 -0
  42. package/dist/models/SimpleEncodingLiveJobCredentials.js +18 -0
  43. package/dist/models/SimpleEncodingLiveJobCredentials.js.map +1 -0
  44. package/dist/models/SimpleEncodingLiveJobGcsServiceAccountCredentials.d.ts +15 -0
  45. package/dist/models/SimpleEncodingLiveJobGcsServiceAccountCredentials.js +37 -0
  46. package/dist/models/SimpleEncodingLiveJobGcsServiceAccountCredentials.js.map +1 -0
  47. package/dist/models/SimpleEncodingLiveJobInput.d.ts +22 -0
  48. package/dist/models/SimpleEncodingLiveJobInput.js +21 -0
  49. package/dist/models/SimpleEncodingLiveJobInput.js.map +1 -0
  50. package/dist/models/SimpleEncodingLiveJobInputType.d.ts +9 -0
  51. package/dist/models/SimpleEncodingLiveJobInputType.js +14 -0
  52. package/dist/models/SimpleEncodingLiveJobInputType.js.map +1 -0
  53. package/dist/models/SimpleEncodingLiveJobRequest.d.ts +34 -0
  54. package/dist/models/SimpleEncodingLiveJobRequest.js +25 -0
  55. package/dist/models/SimpleEncodingLiveJobRequest.js.map +1 -0
  56. package/dist/models/SimpleEncodingLiveJobResponse.d.ts +83 -0
  57. package/dist/models/SimpleEncodingLiveJobResponse.js +34 -0
  58. package/dist/models/SimpleEncodingLiveJobResponse.js.map +1 -0
  59. package/dist/models/SimpleEncodingLiveJobS3RoleBasedCredentials.d.ts +21 -0
  60. package/dist/models/SimpleEncodingLiveJobS3RoleBasedCredentials.js +38 -0
  61. package/dist/models/SimpleEncodingLiveJobS3RoleBasedCredentials.js.map +1 -0
  62. package/dist/models/SimpleEncodingLiveJobStatus.d.ts +15 -0
  63. package/dist/models/SimpleEncodingLiveJobStatus.js +20 -0
  64. package/dist/models/SimpleEncodingLiveJobStatus.js.map +1 -0
  65. package/dist/models/SimpleEncodingLiveJobUrlOutput.d.ts +34 -0
  66. package/dist/models/SimpleEncodingLiveJobUrlOutput.js +24 -0
  67. package/dist/models/SimpleEncodingLiveJobUrlOutput.js.map +1 -0
  68. package/dist/models/SimpleEncodingLiveJobUsernamePasswordCredentials.d.ts +21 -0
  69. package/dist/models/SimpleEncodingLiveJobUsernamePasswordCredentials.js +38 -0
  70. package/dist/models/SimpleEncodingLiveJobUsernamePasswordCredentials.js.map +1 -0
  71. package/dist/models/SimpleEncodingLiveMaxResolution.d.ts +10 -0
  72. package/dist/models/SimpleEncodingLiveMaxResolution.js +15 -0
  73. package/dist/models/SimpleEncodingLiveMaxResolution.js.map +1 -0
  74. package/dist/models/SimpleEncodingVodJobUrlInput.d.ts +1 -1
  75. package/dist/models/SimpleEncodingVodJobUrlOutput.d.ts +2 -2
  76. package/dist/models/index.d.ts +15 -0
  77. package/dist/models/index.js +15 -0
  78. package/dist/models/index.js.map +1 -1
  79. package/package.json +1 -1
@@ -2537,7 +2537,7 @@ var OrganizationsApi = /** @class */ (function (_super) {
2537
2537
  }
2538
2538
  /**
2539
2539
  * @summary Add Organization
2540
- * @param {Organization} organization Orgnaization Details
2540
+ * @param {Organization} organization Organization Details
2541
2541
  * @throws {BitmovinError}
2542
2542
  * @memberof OrganizationsApi
2543
2543
  */
@@ -6974,7 +6974,7 @@ var HeaderHandler = /** @class */ (function (_super) {
6974
6974
  var headers = {
6975
6975
  'X-Api-Key': apiKey,
6976
6976
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
6977
- 'X-Api-Client-Version': '1.106.0',
6977
+ 'X-Api-Client-Version': '1.109.0',
6978
6978
  'Content-Type': 'application/json'
6979
6979
  };
6980
6980
  if (tenantOrgId) {
@@ -51381,6 +51381,7 @@ var __extends = (this && this.__extends) || (function () {
51381
51381
  Object.defineProperty(exports, "__esModule", { value: true });
51382
51382
  var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/BaseAPI.ts");
51383
51383
  var VodApi_1 = __webpack_require__(/*! ./vod/VodApi */ "./encoding/simple/jobs/vod/VodApi.ts");
51384
+ var LiveApi_1 = __webpack_require__(/*! ./live/LiveApi */ "./encoding/simple/jobs/live/LiveApi.ts");
51384
51385
  /**
51385
51386
  * JobsApi - object-oriented interface
51386
51387
  * @export
@@ -51392,6 +51393,7 @@ var JobsApi = /** @class */ (function (_super) {
51392
51393
  function JobsApi(configuration) {
51393
51394
  var _this = _super.call(this, configuration) || this;
51394
51395
  _this.vod = new VodApi_1.default(configuration);
51396
+ _this.live = new LiveApi_1.default(configuration);
51395
51397
  return _this;
51396
51398
  }
51397
51399
  return JobsApi;
@@ -51399,6 +51401,75 @@ var JobsApi = /** @class */ (function (_super) {
51399
51401
  exports.default = JobsApi;
51400
51402
 
51401
51403
 
51404
+ /***/ }),
51405
+
51406
+ /***/ "./encoding/simple/jobs/live/LiveApi.ts":
51407
+ /*!**********************************************!*\
51408
+ !*** ./encoding/simple/jobs/live/LiveApi.ts ***!
51409
+ \**********************************************/
51410
+ /*! no static exports found */
51411
+ /***/ (function(module, exports, __webpack_require__) {
51412
+
51413
+ "use strict";
51414
+
51415
+ var __extends = (this && this.__extends) || (function () {
51416
+ var extendStatics = function (d, b) {
51417
+ extendStatics = Object.setPrototypeOf ||
51418
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
51419
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
51420
+ return extendStatics(d, b);
51421
+ };
51422
+ return function (d, b) {
51423
+ extendStatics(d, b);
51424
+ function __() { this.constructor = d; }
51425
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
51426
+ };
51427
+ })();
51428
+ Object.defineProperty(exports, "__esModule", { value: true });
51429
+ var BaseAPI_1 = __webpack_require__(/*! ../../../../common/BaseAPI */ "./common/BaseAPI.ts");
51430
+ var Mapper_1 = __webpack_require__(/*! ../../../../common/Mapper */ "./common/Mapper.ts");
51431
+ var SimpleEncodingLiveJobResponse_1 = __webpack_require__(/*! ../../../../models/SimpleEncodingLiveJobResponse */ "./models/SimpleEncodingLiveJobResponse.ts");
51432
+ /**
51433
+ * LiveApi - object-oriented interface
51434
+ * @export
51435
+ * @class LiveApi
51436
+ * @extends {BaseAPI}
51437
+ */
51438
+ var LiveApi = /** @class */ (function (_super) {
51439
+ __extends(LiveApi, _super);
51440
+ function LiveApi(configuration) {
51441
+ return _super.call(this, configuration) || this;
51442
+ }
51443
+ /**
51444
+ * @summary Create a Simple Encoding Live Job
51445
+ * @param {SimpleEncodingLiveJobRequest} simpleEncodingLiveJobRequest The Simple Encoding Live Job to be created.
51446
+ * @throws {BitmovinError}
51447
+ * @memberof LiveApi
51448
+ */
51449
+ LiveApi.prototype.create = function (simpleEncodingLiveJobRequest) {
51450
+ return this.restClient.post('/encoding/simple/jobs/live', {}, simpleEncodingLiveJobRequest).then(function (response) {
51451
+ return Mapper_1.map(response, SimpleEncodingLiveJobResponse_1.default);
51452
+ });
51453
+ };
51454
+ /**
51455
+ * @summary Simple Encoding Live Job details
51456
+ * @param {string} simpleEncodingJobId Id of the Simple Encoding Live Job
51457
+ * @throws {BitmovinError}
51458
+ * @memberof LiveApi
51459
+ */
51460
+ LiveApi.prototype.get = function (simpleEncodingJobId) {
51461
+ var pathParamMap = {
51462
+ simple_encoding_job_id: simpleEncodingJobId
51463
+ };
51464
+ return this.restClient.get('/encoding/simple/jobs/live/{simple_encoding_job_id}', pathParamMap).then(function (response) {
51465
+ return Mapper_1.map(response, SimpleEncodingLiveJobResponse_1.default);
51466
+ });
51467
+ };
51468
+ return LiveApi;
51469
+ }(BaseAPI_1.BaseAPI));
51470
+ exports.default = LiveApi;
51471
+
51472
+
51402
51473
  /***/ }),
51403
51474
 
51404
51475
  /***/ "./encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.ts":
@@ -54145,6 +54216,11 @@ var AdAnalyticsAttribute;
54145
54216
  AdAnalyticsAttribute["CUSTOM_DATA_23"] = "CUSTOM_DATA_23";
54146
54217
  AdAnalyticsAttribute["CUSTOM_DATA_24"] = "CUSTOM_DATA_24";
54147
54218
  AdAnalyticsAttribute["CUSTOM_DATA_25"] = "CUSTOM_DATA_25";
54219
+ AdAnalyticsAttribute["CUSTOM_DATA_26"] = "CUSTOM_DATA_26";
54220
+ AdAnalyticsAttribute["CUSTOM_DATA_27"] = "CUSTOM_DATA_27";
54221
+ AdAnalyticsAttribute["CUSTOM_DATA_28"] = "CUSTOM_DATA_28";
54222
+ AdAnalyticsAttribute["CUSTOM_DATA_29"] = "CUSTOM_DATA_29";
54223
+ AdAnalyticsAttribute["CUSTOM_DATA_30"] = "CUSTOM_DATA_30";
54148
54224
  AdAnalyticsAttribute["CUSTOM_USER_ID"] = "CUSTOM_USER_ID";
54149
54225
  AdAnalyticsAttribute["DAY"] = "DAY";
54150
54226
  AdAnalyticsAttribute["DEAL_ID"] = "DEAL_ID";
@@ -55838,6 +55914,11 @@ var AnalyticsAdsImpressionSample = /** @class */ (function () {
55838
55914
  this.customData23 = Mapper_1.map(obj.customData23);
55839
55915
  this.customData24 = Mapper_1.map(obj.customData24);
55840
55916
  this.customData25 = Mapper_1.map(obj.customData25);
55917
+ this.customData26 = Mapper_1.map(obj.customData26);
55918
+ this.customData27 = Mapper_1.map(obj.customData27);
55919
+ this.customData28 = Mapper_1.map(obj.customData28);
55920
+ this.customData29 = Mapper_1.map(obj.customData29);
55921
+ this.customData30 = Mapper_1.map(obj.customData30);
55841
55922
  this.customUserId = Mapper_1.map(obj.customUserId);
55842
55923
  this.dealId = Mapper_1.map(obj.dealId);
55843
55924
  this.deviceClass = Mapper_1.map(obj.deviceClass);
@@ -55997,6 +56078,11 @@ var AnalyticsAttribute;
55997
56078
  AnalyticsAttribute["CUSTOM_DATA_23"] = "CUSTOM_DATA_23";
55998
56079
  AnalyticsAttribute["CUSTOM_DATA_24"] = "CUSTOM_DATA_24";
55999
56080
  AnalyticsAttribute["CUSTOM_DATA_25"] = "CUSTOM_DATA_25";
56081
+ AnalyticsAttribute["CUSTOM_DATA_26"] = "CUSTOM_DATA_26";
56082
+ AnalyticsAttribute["CUSTOM_DATA_27"] = "CUSTOM_DATA_27";
56083
+ AnalyticsAttribute["CUSTOM_DATA_28"] = "CUSTOM_DATA_28";
56084
+ AnalyticsAttribute["CUSTOM_DATA_29"] = "CUSTOM_DATA_29";
56085
+ AnalyticsAttribute["CUSTOM_DATA_30"] = "CUSTOM_DATA_30";
56000
56086
  AnalyticsAttribute["CUSTOM_USER_ID"] = "CUSTOM_USER_ID";
56001
56087
  AnalyticsAttribute["DAY"] = "DAY";
56002
56088
  AnalyticsAttribute["DEVICE_CLASS"] = "DEVICE_CLASS";
@@ -57121,6 +57207,11 @@ var AnalyticsImpressionSample = /** @class */ (function () {
57121
57207
  this.customData23 = Mapper_1.map(obj.customData23);
57122
57208
  this.customData24 = Mapper_1.map(obj.customData24);
57123
57209
  this.customData25 = Mapper_1.map(obj.customData25);
57210
+ this.customData26 = Mapper_1.map(obj.customData26);
57211
+ this.customData27 = Mapper_1.map(obj.customData27);
57212
+ this.customData28 = Mapper_1.map(obj.customData28);
57213
+ this.customData29 = Mapper_1.map(obj.customData29);
57214
+ this.customData30 = Mapper_1.map(obj.customData30);
57124
57215
  this.deviceClass = Mapper_1.map(obj.deviceClass);
57125
57216
  this.deviceType = Mapper_1.map(obj.deviceType);
57126
57217
  this.domain = Mapper_1.map(obj.domain);
@@ -57635,6 +57726,11 @@ var AnalyticsLicenseCustomDataFieldLabels = /** @class */ (function () {
57635
57726
  this.customData23 = Mapper_1.map(obj.customData23);
57636
57727
  this.customData24 = Mapper_1.map(obj.customData24);
57637
57728
  this.customData25 = Mapper_1.map(obj.customData25);
57729
+ this.customData26 = Mapper_1.map(obj.customData26);
57730
+ this.customData27 = Mapper_1.map(obj.customData27);
57731
+ this.customData28 = Mapper_1.map(obj.customData28);
57732
+ this.customData29 = Mapper_1.map(obj.customData29);
57733
+ this.customData30 = Mapper_1.map(obj.customData30);
57638
57734
  }
57639
57735
  return AnalyticsLicenseCustomDataFieldLabels;
57640
57736
  }());
@@ -78659,6 +78755,565 @@ var SignatureType;
78659
78755
  exports.default = SignatureType;
78660
78756
 
78661
78757
 
78758
+ /***/ }),
78759
+
78760
+ /***/ "./models/SimpleEncodingLiveCloudRegion.ts":
78761
+ /*!*************************************************!*\
78762
+ !*** ./models/SimpleEncodingLiveCloudRegion.ts ***!
78763
+ \*************************************************/
78764
+ /*! no static exports found */
78765
+ /***/ (function(module, exports, __webpack_require__) {
78766
+
78767
+ "use strict";
78768
+
78769
+ Object.defineProperty(exports, "__esModule", { value: true });
78770
+ exports.SimpleEncodingLiveCloudRegion = void 0;
78771
+ /**
78772
+ * @export
78773
+ * @enum {string}
78774
+ */
78775
+ var SimpleEncodingLiveCloudRegion;
78776
+ (function (SimpleEncodingLiveCloudRegion) {
78777
+ SimpleEncodingLiveCloudRegion["NORTH_AMERICA"] = "NORTH_AMERICA";
78778
+ SimpleEncodingLiveCloudRegion["SOUTH_AMERICA"] = "SOUTH_AMERICA";
78779
+ SimpleEncodingLiveCloudRegion["EUROPE"] = "EUROPE";
78780
+ SimpleEncodingLiveCloudRegion["AFRICA"] = "AFRICA";
78781
+ SimpleEncodingLiveCloudRegion["ASIA"] = "ASIA";
78782
+ SimpleEncodingLiveCloudRegion["AUSTRALIA"] = "AUSTRALIA";
78783
+ })(SimpleEncodingLiveCloudRegion = exports.SimpleEncodingLiveCloudRegion || (exports.SimpleEncodingLiveCloudRegion = {}));
78784
+ exports.default = SimpleEncodingLiveCloudRegion;
78785
+
78786
+
78787
+ /***/ }),
78788
+
78789
+ /***/ "./models/SimpleEncodingLiveInputAspectRatio.ts":
78790
+ /*!******************************************************!*\
78791
+ !*** ./models/SimpleEncodingLiveInputAspectRatio.ts ***!
78792
+ \******************************************************/
78793
+ /*! no static exports found */
78794
+ /***/ (function(module, exports, __webpack_require__) {
78795
+
78796
+ "use strict";
78797
+
78798
+ Object.defineProperty(exports, "__esModule", { value: true });
78799
+ exports.SimpleEncodingLiveInputAspectRatio = void 0;
78800
+ /**
78801
+ * @export
78802
+ * @enum {string}
78803
+ */
78804
+ var SimpleEncodingLiveInputAspectRatio;
78805
+ (function (SimpleEncodingLiveInputAspectRatio) {
78806
+ SimpleEncodingLiveInputAspectRatio["WIDE_16_9"] = "WIDE_16_9";
78807
+ SimpleEncodingLiveInputAspectRatio["WIDE_16_10"] = "WIDE_16_10";
78808
+ SimpleEncodingLiveInputAspectRatio["VERTICAL_9_16"] = "VERTICAL_9_16";
78809
+ SimpleEncodingLiveInputAspectRatio["STANDARD_4_3"] = "STANDARD_4_3";
78810
+ SimpleEncodingLiveInputAspectRatio["ULTRA_WIDE_21_9"] = "ULTRA_WIDE_21_9";
78811
+ })(SimpleEncodingLiveInputAspectRatio = exports.SimpleEncodingLiveInputAspectRatio || (exports.SimpleEncodingLiveInputAspectRatio = {}));
78812
+ exports.default = SimpleEncodingLiveInputAspectRatio;
78813
+
78814
+
78815
+ /***/ }),
78816
+
78817
+ /***/ "./models/SimpleEncodingLiveJobAccessKeyCredentials.ts":
78818
+ /*!*************************************************************!*\
78819
+ !*** ./models/SimpleEncodingLiveJobAccessKeyCredentials.ts ***!
78820
+ \*************************************************************/
78821
+ /*! no static exports found */
78822
+ /***/ (function(module, exports, __webpack_require__) {
78823
+
78824
+ "use strict";
78825
+
78826
+ var __extends = (this && this.__extends) || (function () {
78827
+ var extendStatics = function (d, b) {
78828
+ extendStatics = Object.setPrototypeOf ||
78829
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
78830
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
78831
+ return extendStatics(d, b);
78832
+ };
78833
+ return function (d, b) {
78834
+ extendStatics(d, b);
78835
+ function __() { this.constructor = d; }
78836
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
78837
+ };
78838
+ })();
78839
+ Object.defineProperty(exports, "__esModule", { value: true });
78840
+ exports.SimpleEncodingLiveJobAccessKeyCredentials = void 0;
78841
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
78842
+ var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
78843
+ /**
78844
+ * @export
78845
+ * @class SimpleEncodingLiveJobAccessKeyCredentials
78846
+ */
78847
+ var SimpleEncodingLiveJobAccessKeyCredentials = /** @class */ (function (_super) {
78848
+ __extends(SimpleEncodingLiveJobAccessKeyCredentials, _super);
78849
+ function SimpleEncodingLiveJobAccessKeyCredentials(obj) {
78850
+ var _this = _super.call(this, obj) || this;
78851
+ if (!obj) {
78852
+ return _this;
78853
+ }
78854
+ _this.accessKey = Mapper_1.map(obj.accessKey);
78855
+ _this.secretKey = Mapper_1.map(obj.secretKey);
78856
+ return _this;
78857
+ }
78858
+ return SimpleEncodingLiveJobAccessKeyCredentials;
78859
+ }(SimpleEncodingLiveJobCredentials_1.default));
78860
+ exports.SimpleEncodingLiveJobAccessKeyCredentials = SimpleEncodingLiveJobAccessKeyCredentials;
78861
+ exports.default = SimpleEncodingLiveJobAccessKeyCredentials;
78862
+
78863
+
78864
+ /***/ }),
78865
+
78866
+ /***/ "./models/SimpleEncodingLiveJobAzureCredentials.ts":
78867
+ /*!*********************************************************!*\
78868
+ !*** ./models/SimpleEncodingLiveJobAzureCredentials.ts ***!
78869
+ \*********************************************************/
78870
+ /*! no static exports found */
78871
+ /***/ (function(module, exports, __webpack_require__) {
78872
+
78873
+ "use strict";
78874
+
78875
+ var __extends = (this && this.__extends) || (function () {
78876
+ var extendStatics = function (d, b) {
78877
+ extendStatics = Object.setPrototypeOf ||
78878
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
78879
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
78880
+ return extendStatics(d, b);
78881
+ };
78882
+ return function (d, b) {
78883
+ extendStatics(d, b);
78884
+ function __() { this.constructor = d; }
78885
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
78886
+ };
78887
+ })();
78888
+ Object.defineProperty(exports, "__esModule", { value: true });
78889
+ exports.SimpleEncodingLiveJobAzureCredentials = void 0;
78890
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
78891
+ var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
78892
+ /**
78893
+ * @export
78894
+ * @class SimpleEncodingLiveJobAzureCredentials
78895
+ */
78896
+ var SimpleEncodingLiveJobAzureCredentials = /** @class */ (function (_super) {
78897
+ __extends(SimpleEncodingLiveJobAzureCredentials, _super);
78898
+ function SimpleEncodingLiveJobAzureCredentials(obj) {
78899
+ var _this = _super.call(this, obj) || this;
78900
+ if (!obj) {
78901
+ return _this;
78902
+ }
78903
+ _this.key = Mapper_1.map(obj.key);
78904
+ return _this;
78905
+ }
78906
+ return SimpleEncodingLiveJobAzureCredentials;
78907
+ }(SimpleEncodingLiveJobCredentials_1.default));
78908
+ exports.SimpleEncodingLiveJobAzureCredentials = SimpleEncodingLiveJobAzureCredentials;
78909
+ exports.default = SimpleEncodingLiveJobAzureCredentials;
78910
+
78911
+
78912
+ /***/ }),
78913
+
78914
+ /***/ "./models/SimpleEncodingLiveJobCredentials.ts":
78915
+ /*!****************************************************!*\
78916
+ !*** ./models/SimpleEncodingLiveJobCredentials.ts ***!
78917
+ \****************************************************/
78918
+ /*! no static exports found */
78919
+ /***/ (function(module, exports, __webpack_require__) {
78920
+
78921
+ "use strict";
78922
+
78923
+ Object.defineProperty(exports, "__esModule", { value: true });
78924
+ exports.SimpleEncodingLiveJobCredentials = void 0;
78925
+ /**
78926
+ * @export
78927
+ * @class SimpleEncodingLiveJobCredentials
78928
+ */
78929
+ var SimpleEncodingLiveJobCredentials = /** @class */ (function () {
78930
+ function SimpleEncodingLiveJobCredentials(obj) {
78931
+ if (!obj) {
78932
+ return;
78933
+ }
78934
+ }
78935
+ return SimpleEncodingLiveJobCredentials;
78936
+ }());
78937
+ exports.SimpleEncodingLiveJobCredentials = SimpleEncodingLiveJobCredentials;
78938
+ exports.default = SimpleEncodingLiveJobCredentials;
78939
+
78940
+
78941
+ /***/ }),
78942
+
78943
+ /***/ "./models/SimpleEncodingLiveJobGcsServiceAccountCredentials.ts":
78944
+ /*!*********************************************************************!*\
78945
+ !*** ./models/SimpleEncodingLiveJobGcsServiceAccountCredentials.ts ***!
78946
+ \*********************************************************************/
78947
+ /*! no static exports found */
78948
+ /***/ (function(module, exports, __webpack_require__) {
78949
+
78950
+ "use strict";
78951
+
78952
+ var __extends = (this && this.__extends) || (function () {
78953
+ var extendStatics = function (d, b) {
78954
+ extendStatics = Object.setPrototypeOf ||
78955
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
78956
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
78957
+ return extendStatics(d, b);
78958
+ };
78959
+ return function (d, b) {
78960
+ extendStatics(d, b);
78961
+ function __() { this.constructor = d; }
78962
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
78963
+ };
78964
+ })();
78965
+ Object.defineProperty(exports, "__esModule", { value: true });
78966
+ exports.SimpleEncodingLiveJobGcsServiceAccountCredentials = void 0;
78967
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
78968
+ var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
78969
+ /**
78970
+ * @export
78971
+ * @class SimpleEncodingLiveJobGcsServiceAccountCredentials
78972
+ */
78973
+ var SimpleEncodingLiveJobGcsServiceAccountCredentials = /** @class */ (function (_super) {
78974
+ __extends(SimpleEncodingLiveJobGcsServiceAccountCredentials, _super);
78975
+ function SimpleEncodingLiveJobGcsServiceAccountCredentials(obj) {
78976
+ var _this = _super.call(this, obj) || this;
78977
+ if (!obj) {
78978
+ return _this;
78979
+ }
78980
+ _this.serviceAccountCredentials = Mapper_1.map(obj.serviceAccountCredentials);
78981
+ return _this;
78982
+ }
78983
+ return SimpleEncodingLiveJobGcsServiceAccountCredentials;
78984
+ }(SimpleEncodingLiveJobCredentials_1.default));
78985
+ exports.SimpleEncodingLiveJobGcsServiceAccountCredentials = SimpleEncodingLiveJobGcsServiceAccountCredentials;
78986
+ exports.default = SimpleEncodingLiveJobGcsServiceAccountCredentials;
78987
+
78988
+
78989
+ /***/ }),
78990
+
78991
+ /***/ "./models/SimpleEncodingLiveJobInput.ts":
78992
+ /*!**********************************************!*\
78993
+ !*** ./models/SimpleEncodingLiveJobInput.ts ***!
78994
+ \**********************************************/
78995
+ /*! no static exports found */
78996
+ /***/ (function(module, exports, __webpack_require__) {
78997
+
78998
+ "use strict";
78999
+
79000
+ Object.defineProperty(exports, "__esModule", { value: true });
79001
+ exports.SimpleEncodingLiveJobInput = void 0;
79002
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
79003
+ /**
79004
+ * @export
79005
+ * @class SimpleEncodingLiveJobInput
79006
+ */
79007
+ var SimpleEncodingLiveJobInput = /** @class */ (function () {
79008
+ function SimpleEncodingLiveJobInput(obj) {
79009
+ if (!obj) {
79010
+ return;
79011
+ }
79012
+ this.inputType = Mapper_1.map(obj.inputType);
79013
+ this.inputAspectRatio = Mapper_1.map(obj.inputAspectRatio);
79014
+ }
79015
+ return SimpleEncodingLiveJobInput;
79016
+ }());
79017
+ exports.SimpleEncodingLiveJobInput = SimpleEncodingLiveJobInput;
79018
+ exports.default = SimpleEncodingLiveJobInput;
79019
+
79020
+
79021
+ /***/ }),
79022
+
79023
+ /***/ "./models/SimpleEncodingLiveJobInputType.ts":
79024
+ /*!**************************************************!*\
79025
+ !*** ./models/SimpleEncodingLiveJobInputType.ts ***!
79026
+ \**************************************************/
79027
+ /*! no static exports found */
79028
+ /***/ (function(module, exports, __webpack_require__) {
79029
+
79030
+ "use strict";
79031
+
79032
+ Object.defineProperty(exports, "__esModule", { value: true });
79033
+ exports.SimpleEncodingLiveJobInputType = void 0;
79034
+ /**
79035
+ * @export
79036
+ * @enum {string}
79037
+ */
79038
+ var SimpleEncodingLiveJobInputType;
79039
+ (function (SimpleEncodingLiveJobInputType) {
79040
+ SimpleEncodingLiveJobInputType["RTMP"] = "RTMP";
79041
+ SimpleEncodingLiveJobInputType["SRT_LISTENER"] = "SRT_LISTENER";
79042
+ })(SimpleEncodingLiveJobInputType = exports.SimpleEncodingLiveJobInputType || (exports.SimpleEncodingLiveJobInputType = {}));
79043
+ exports.default = SimpleEncodingLiveJobInputType;
79044
+
79045
+
79046
+ /***/ }),
79047
+
79048
+ /***/ "./models/SimpleEncodingLiveJobRequest.ts":
79049
+ /*!************************************************!*\
79050
+ !*** ./models/SimpleEncodingLiveJobRequest.ts ***!
79051
+ \************************************************/
79052
+ /*! no static exports found */
79053
+ /***/ (function(module, exports, __webpack_require__) {
79054
+
79055
+ "use strict";
79056
+
79057
+ Object.defineProperty(exports, "__esModule", { value: true });
79058
+ exports.SimpleEncodingLiveJobRequest = void 0;
79059
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
79060
+ var SimpleEncodingLiveJobInput_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobInput */ "./models/SimpleEncodingLiveJobInput.ts");
79061
+ var SimpleEncodingLiveJobUrlOutput_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobUrlOutput */ "./models/SimpleEncodingLiveJobUrlOutput.ts");
79062
+ /**
79063
+ * @export
79064
+ * @class SimpleEncodingLiveJobRequest
79065
+ */
79066
+ var SimpleEncodingLiveJobRequest = /** @class */ (function () {
79067
+ function SimpleEncodingLiveJobRequest(obj) {
79068
+ if (!obj) {
79069
+ return;
79070
+ }
79071
+ this.input = Mapper_1.map(obj.input, SimpleEncodingLiveJobInput_1.default);
79072
+ this.outputs = Mapper_1.mapArray(obj.outputs, SimpleEncodingLiveJobUrlOutput_1.default);
79073
+ this.cloudRegion = Mapper_1.map(obj.cloudRegion);
79074
+ this.name = Mapper_1.map(obj.name);
79075
+ }
79076
+ return SimpleEncodingLiveJobRequest;
79077
+ }());
79078
+ exports.SimpleEncodingLiveJobRequest = SimpleEncodingLiveJobRequest;
79079
+ exports.default = SimpleEncodingLiveJobRequest;
79080
+
79081
+
79082
+ /***/ }),
79083
+
79084
+ /***/ "./models/SimpleEncodingLiveJobResponse.ts":
79085
+ /*!*************************************************!*\
79086
+ !*** ./models/SimpleEncodingLiveJobResponse.ts ***!
79087
+ \*************************************************/
79088
+ /*! no static exports found */
79089
+ /***/ (function(module, exports, __webpack_require__) {
79090
+
79091
+ "use strict";
79092
+
79093
+ Object.defineProperty(exports, "__esModule", { value: true });
79094
+ exports.SimpleEncodingLiveJobResponse = void 0;
79095
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
79096
+ var SimpleEncodingLiveJobInput_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobInput */ "./models/SimpleEncodingLiveJobInput.ts");
79097
+ var SimpleEncodingLiveJobUrlOutput_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobUrlOutput */ "./models/SimpleEncodingLiveJobUrlOutput.ts");
79098
+ var SimpleEncodingVodJobErrors_1 = __webpack_require__(/*! ./SimpleEncodingVodJobErrors */ "./models/SimpleEncodingVodJobErrors.ts");
79099
+ /**
79100
+ * @export
79101
+ * @class SimpleEncodingLiveJobResponse
79102
+ */
79103
+ var SimpleEncodingLiveJobResponse = /** @class */ (function () {
79104
+ function SimpleEncodingLiveJobResponse(obj) {
79105
+ if (!obj) {
79106
+ return;
79107
+ }
79108
+ this.id = Mapper_1.map(obj.id);
79109
+ this.status = Mapper_1.map(obj.status);
79110
+ this.encodingId = Mapper_1.map(obj.encodingId);
79111
+ this.encoderIp = Mapper_1.map(obj.encoderIp);
79112
+ this.streamKey = Mapper_1.map(obj.streamKey);
79113
+ this.input = Mapper_1.map(obj.input, SimpleEncodingLiveJobInput_1.default);
79114
+ this.outputs = Mapper_1.mapArray(obj.outputs, SimpleEncodingLiveJobUrlOutput_1.default);
79115
+ this.errors = Mapper_1.mapArray(obj.errors, SimpleEncodingVodJobErrors_1.default);
79116
+ this.createdAt = Mapper_1.map(obj.createdAt, Date);
79117
+ this.modifiedAt = Mapper_1.map(obj.modifiedAt, Date);
79118
+ this.name = Mapper_1.map(obj.name);
79119
+ this.cloudRegion = Mapper_1.map(obj.cloudRegion);
79120
+ }
79121
+ return SimpleEncodingLiveJobResponse;
79122
+ }());
79123
+ exports.SimpleEncodingLiveJobResponse = SimpleEncodingLiveJobResponse;
79124
+ exports.default = SimpleEncodingLiveJobResponse;
79125
+
79126
+
79127
+ /***/ }),
79128
+
79129
+ /***/ "./models/SimpleEncodingLiveJobS3RoleBasedCredentials.ts":
79130
+ /*!***************************************************************!*\
79131
+ !*** ./models/SimpleEncodingLiveJobS3RoleBasedCredentials.ts ***!
79132
+ \***************************************************************/
79133
+ /*! no static exports found */
79134
+ /***/ (function(module, exports, __webpack_require__) {
79135
+
79136
+ "use strict";
79137
+
79138
+ var __extends = (this && this.__extends) || (function () {
79139
+ var extendStatics = function (d, b) {
79140
+ extendStatics = Object.setPrototypeOf ||
79141
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
79142
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
79143
+ return extendStatics(d, b);
79144
+ };
79145
+ return function (d, b) {
79146
+ extendStatics(d, b);
79147
+ function __() { this.constructor = d; }
79148
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
79149
+ };
79150
+ })();
79151
+ Object.defineProperty(exports, "__esModule", { value: true });
79152
+ exports.SimpleEncodingLiveJobS3RoleBasedCredentials = void 0;
79153
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
79154
+ var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
79155
+ /**
79156
+ * @export
79157
+ * @class SimpleEncodingLiveJobS3RoleBasedCredentials
79158
+ */
79159
+ var SimpleEncodingLiveJobS3RoleBasedCredentials = /** @class */ (function (_super) {
79160
+ __extends(SimpleEncodingLiveJobS3RoleBasedCredentials, _super);
79161
+ function SimpleEncodingLiveJobS3RoleBasedCredentials(obj) {
79162
+ var _this = _super.call(this, obj) || this;
79163
+ if (!obj) {
79164
+ return _this;
79165
+ }
79166
+ _this.roleArn = Mapper_1.map(obj.roleArn);
79167
+ _this.useExternalId = Mapper_1.map(obj.useExternalId);
79168
+ return _this;
79169
+ }
79170
+ return SimpleEncodingLiveJobS3RoleBasedCredentials;
79171
+ }(SimpleEncodingLiveJobCredentials_1.default));
79172
+ exports.SimpleEncodingLiveJobS3RoleBasedCredentials = SimpleEncodingLiveJobS3RoleBasedCredentials;
79173
+ exports.default = SimpleEncodingLiveJobS3RoleBasedCredentials;
79174
+
79175
+
79176
+ /***/ }),
79177
+
79178
+ /***/ "./models/SimpleEncodingLiveJobStatus.ts":
79179
+ /*!***********************************************!*\
79180
+ !*** ./models/SimpleEncodingLiveJobStatus.ts ***!
79181
+ \***********************************************/
79182
+ /*! no static exports found */
79183
+ /***/ (function(module, exports, __webpack_require__) {
79184
+
79185
+ "use strict";
79186
+
79187
+ Object.defineProperty(exports, "__esModule", { value: true });
79188
+ exports.SimpleEncodingLiveJobStatus = void 0;
79189
+ /**
79190
+ * @export
79191
+ * @enum {string}
79192
+ */
79193
+ var SimpleEncodingLiveJobStatus;
79194
+ (function (SimpleEncodingLiveJobStatus) {
79195
+ SimpleEncodingLiveJobStatus["CREATED"] = "CREATED";
79196
+ SimpleEncodingLiveJobStatus["EXECUTING"] = "EXECUTING";
79197
+ SimpleEncodingLiveJobStatus["FAILURE"] = "FAILURE";
79198
+ SimpleEncodingLiveJobStatus["STARTING"] = "STARTING";
79199
+ SimpleEncodingLiveJobStatus["RUNNING"] = "RUNNING";
79200
+ SimpleEncodingLiveJobStatus["STOPPED"] = "STOPPED";
79201
+ SimpleEncodingLiveJobStatus["ERROR"] = "ERROR";
79202
+ SimpleEncodingLiveJobStatus["CANCELED"] = "CANCELED";
79203
+ })(SimpleEncodingLiveJobStatus = exports.SimpleEncodingLiveJobStatus || (exports.SimpleEncodingLiveJobStatus = {}));
79204
+ exports.default = SimpleEncodingLiveJobStatus;
79205
+
79206
+
79207
+ /***/ }),
79208
+
79209
+ /***/ "./models/SimpleEncodingLiveJobUrlOutput.ts":
79210
+ /*!**************************************************!*\
79211
+ !*** ./models/SimpleEncodingLiveJobUrlOutput.ts ***!
79212
+ \**************************************************/
79213
+ /*! no static exports found */
79214
+ /***/ (function(module, exports, __webpack_require__) {
79215
+
79216
+ "use strict";
79217
+
79218
+ Object.defineProperty(exports, "__esModule", { value: true });
79219
+ exports.SimpleEncodingLiveJobUrlOutput = void 0;
79220
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
79221
+ var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
79222
+ /**
79223
+ * @export
79224
+ * @class SimpleEncodingLiveJobUrlOutput
79225
+ */
79226
+ var SimpleEncodingLiveJobUrlOutput = /** @class */ (function () {
79227
+ function SimpleEncodingLiveJobUrlOutput(obj) {
79228
+ if (!obj) {
79229
+ return;
79230
+ }
79231
+ this.url = Mapper_1.map(obj.url);
79232
+ this.credentials = Mapper_1.map(obj.credentials, SimpleEncodingLiveJobCredentials_1.default);
79233
+ this.makePublic = Mapper_1.map(obj.makePublic);
79234
+ this.maxResolution = Mapper_1.map(obj.maxResolution);
79235
+ }
79236
+ return SimpleEncodingLiveJobUrlOutput;
79237
+ }());
79238
+ exports.SimpleEncodingLiveJobUrlOutput = SimpleEncodingLiveJobUrlOutput;
79239
+ exports.default = SimpleEncodingLiveJobUrlOutput;
79240
+
79241
+
79242
+ /***/ }),
79243
+
79244
+ /***/ "./models/SimpleEncodingLiveJobUsernamePasswordCredentials.ts":
79245
+ /*!********************************************************************!*\
79246
+ !*** ./models/SimpleEncodingLiveJobUsernamePasswordCredentials.ts ***!
79247
+ \********************************************************************/
79248
+ /*! no static exports found */
79249
+ /***/ (function(module, exports, __webpack_require__) {
79250
+
79251
+ "use strict";
79252
+
79253
+ var __extends = (this && this.__extends) || (function () {
79254
+ var extendStatics = function (d, b) {
79255
+ extendStatics = Object.setPrototypeOf ||
79256
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
79257
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
79258
+ return extendStatics(d, b);
79259
+ };
79260
+ return function (d, b) {
79261
+ extendStatics(d, b);
79262
+ function __() { this.constructor = d; }
79263
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
79264
+ };
79265
+ })();
79266
+ Object.defineProperty(exports, "__esModule", { value: true });
79267
+ exports.SimpleEncodingLiveJobUsernamePasswordCredentials = void 0;
79268
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
79269
+ var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
79270
+ /**
79271
+ * @export
79272
+ * @class SimpleEncodingLiveJobUsernamePasswordCredentials
79273
+ */
79274
+ var SimpleEncodingLiveJobUsernamePasswordCredentials = /** @class */ (function (_super) {
79275
+ __extends(SimpleEncodingLiveJobUsernamePasswordCredentials, _super);
79276
+ function SimpleEncodingLiveJobUsernamePasswordCredentials(obj) {
79277
+ var _this = _super.call(this, obj) || this;
79278
+ if (!obj) {
79279
+ return _this;
79280
+ }
79281
+ _this.username = Mapper_1.map(obj.username);
79282
+ _this.password = Mapper_1.map(obj.password);
79283
+ return _this;
79284
+ }
79285
+ return SimpleEncodingLiveJobUsernamePasswordCredentials;
79286
+ }(SimpleEncodingLiveJobCredentials_1.default));
79287
+ exports.SimpleEncodingLiveJobUsernamePasswordCredentials = SimpleEncodingLiveJobUsernamePasswordCredentials;
79288
+ exports.default = SimpleEncodingLiveJobUsernamePasswordCredentials;
79289
+
79290
+
79291
+ /***/ }),
79292
+
79293
+ /***/ "./models/SimpleEncodingLiveMaxResolution.ts":
79294
+ /*!***************************************************!*\
79295
+ !*** ./models/SimpleEncodingLiveMaxResolution.ts ***!
79296
+ \***************************************************/
79297
+ /*! no static exports found */
79298
+ /***/ (function(module, exports, __webpack_require__) {
79299
+
79300
+ "use strict";
79301
+
79302
+ Object.defineProperty(exports, "__esModule", { value: true });
79303
+ exports.SimpleEncodingLiveMaxResolution = void 0;
79304
+ /**
79305
+ * @export
79306
+ * @enum {string}
79307
+ */
79308
+ var SimpleEncodingLiveMaxResolution;
79309
+ (function (SimpleEncodingLiveMaxResolution) {
79310
+ SimpleEncodingLiveMaxResolution["FULL_HD"] = "FULL_HD";
79311
+ SimpleEncodingLiveMaxResolution["HD"] = "HD";
79312
+ SimpleEncodingLiveMaxResolution["SD"] = "SD";
79313
+ })(SimpleEncodingLiveMaxResolution = exports.SimpleEncodingLiveMaxResolution || (exports.SimpleEncodingLiveMaxResolution = {}));
79314
+ exports.default = SimpleEncodingLiveMaxResolution;
79315
+
79316
+
78662
79317
  /***/ }),
78663
79318
 
78664
79319
  /***/ "./models/SimpleEncodingVodJobAccessKeyCredentials.ts":
@@ -85083,6 +85738,21 @@ __exportStar(__webpack_require__(/*! ./SidecarErrorMode */ "./models/SidecarErro
85083
85738
  __exportStar(__webpack_require__(/*! ./SidecarFile */ "./models/SidecarFile.ts"), exports);
85084
85739
  __exportStar(__webpack_require__(/*! ./SidecarFileType */ "./models/SidecarFileType.ts"), exports);
85085
85740
  __exportStar(__webpack_require__(/*! ./SignatureType */ "./models/SignatureType.ts"), exports);
85741
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveCloudRegion */ "./models/SimpleEncodingLiveCloudRegion.ts"), exports);
85742
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveInputAspectRatio */ "./models/SimpleEncodingLiveInputAspectRatio.ts"), exports);
85743
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobAccessKeyCredentials */ "./models/SimpleEncodingLiveJobAccessKeyCredentials.ts"), exports);
85744
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobAzureCredentials */ "./models/SimpleEncodingLiveJobAzureCredentials.ts"), exports);
85745
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts"), exports);
85746
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobGcsServiceAccountCredentials */ "./models/SimpleEncodingLiveJobGcsServiceAccountCredentials.ts"), exports);
85747
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobInput */ "./models/SimpleEncodingLiveJobInput.ts"), exports);
85748
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobInputType */ "./models/SimpleEncodingLiveJobInputType.ts"), exports);
85749
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobRequest */ "./models/SimpleEncodingLiveJobRequest.ts"), exports);
85750
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobResponse */ "./models/SimpleEncodingLiveJobResponse.ts"), exports);
85751
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobS3RoleBasedCredentials */ "./models/SimpleEncodingLiveJobS3RoleBasedCredentials.ts"), exports);
85752
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobStatus */ "./models/SimpleEncodingLiveJobStatus.ts"), exports);
85753
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobUrlOutput */ "./models/SimpleEncodingLiveJobUrlOutput.ts"), exports);
85754
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobUsernamePasswordCredentials */ "./models/SimpleEncodingLiveJobUsernamePasswordCredentials.ts"), exports);
85755
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveMaxResolution */ "./models/SimpleEncodingLiveMaxResolution.ts"), exports);
85086
85756
  __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobAccessKeyCredentials */ "./models/SimpleEncodingVodJobAccessKeyCredentials.ts"), exports);
85087
85757
  __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobAzureCredentials */ "./models/SimpleEncodingVodJobAzureCredentials.ts"), exports);
85088
85758
  __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts"), exports);