@bitmovin/api-sdk 1.105.0 → 1.108.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 (87) 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 -65
  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 -2
  15. package/dist/models/AdAnalyticsAttribute.js +5 -2
  16. package/dist/models/AdAnalyticsAttribute.js.map +1 -1
  17. package/dist/models/AnalyticsAdsImpressionSample.d.ts +30 -24
  18. package/dist/models/AnalyticsAdsImpressionSample.js +5 -4
  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/Input.d.ts +1 -2
  30. package/dist/models/Input.js +1 -2
  31. package/dist/models/Input.js.map +1 -1
  32. package/dist/models/InputType.d.ts +1 -2
  33. package/dist/models/InputType.js +0 -1
  34. package/dist/models/InputType.js.map +1 -1
  35. package/dist/models/SimpleEncodingLiveCloudRegion.d.ts +13 -0
  36. package/dist/models/SimpleEncodingLiveCloudRegion.js +18 -0
  37. package/dist/models/SimpleEncodingLiveCloudRegion.js.map +1 -0
  38. package/dist/models/SimpleEncodingLiveInputAspectRatio.d.ts +12 -0
  39. package/dist/models/SimpleEncodingLiveInputAspectRatio.js +17 -0
  40. package/dist/models/SimpleEncodingLiveInputAspectRatio.js.map +1 -0
  41. package/dist/models/SimpleEncodingLiveJobAccessKeyCredentials.d.ts +21 -0
  42. package/dist/models/SimpleEncodingLiveJobAccessKeyCredentials.js +38 -0
  43. package/dist/models/SimpleEncodingLiveJobAccessKeyCredentials.js.map +1 -0
  44. package/dist/models/SimpleEncodingLiveJobAzureCredentials.d.ts +15 -0
  45. package/dist/models/{DirectFileUploadInput.js → SimpleEncodingLiveJobAzureCredentials.js} +13 -18
  46. package/dist/models/SimpleEncodingLiveJobAzureCredentials.js.map +1 -0
  47. package/dist/models/SimpleEncodingLiveJobCredentials.d.ts +8 -0
  48. package/dist/models/SimpleEncodingLiveJobCredentials.js +18 -0
  49. package/dist/models/SimpleEncodingLiveJobCredentials.js.map +1 -0
  50. package/dist/models/SimpleEncodingLiveJobGcsServiceAccountCredentials.d.ts +15 -0
  51. package/dist/models/SimpleEncodingLiveJobGcsServiceAccountCredentials.js +37 -0
  52. package/dist/models/SimpleEncodingLiveJobGcsServiceAccountCredentials.js.map +1 -0
  53. package/dist/models/SimpleEncodingLiveJobInput.d.ts +22 -0
  54. package/dist/models/SimpleEncodingLiveJobInput.js +21 -0
  55. package/dist/models/SimpleEncodingLiveJobInput.js.map +1 -0
  56. package/dist/models/SimpleEncodingLiveJobInputType.d.ts +9 -0
  57. package/dist/models/SimpleEncodingLiveJobInputType.js +14 -0
  58. package/dist/models/SimpleEncodingLiveJobInputType.js.map +1 -0
  59. package/dist/models/SimpleEncodingLiveJobRequest.d.ts +28 -0
  60. package/dist/models/SimpleEncodingLiveJobRequest.js +24 -0
  61. package/dist/models/SimpleEncodingLiveJobRequest.js.map +1 -0
  62. package/dist/models/SimpleEncodingLiveJobResponse.d.ts +83 -0
  63. package/dist/models/SimpleEncodingLiveJobResponse.js +34 -0
  64. package/dist/models/SimpleEncodingLiveJobResponse.js.map +1 -0
  65. package/dist/models/SimpleEncodingLiveJobS3RoleBasedCredentials.d.ts +21 -0
  66. package/dist/models/SimpleEncodingLiveJobS3RoleBasedCredentials.js +38 -0
  67. package/dist/models/SimpleEncodingLiveJobS3RoleBasedCredentials.js.map +1 -0
  68. package/dist/models/SimpleEncodingLiveJobStatus.d.ts +15 -0
  69. package/dist/models/SimpleEncodingLiveJobStatus.js +20 -0
  70. package/dist/models/SimpleEncodingLiveJobStatus.js.map +1 -0
  71. package/dist/models/SimpleEncodingLiveJobUrlOutput.d.ts +34 -0
  72. package/dist/models/SimpleEncodingLiveJobUrlOutput.js +24 -0
  73. package/dist/models/SimpleEncodingLiveJobUrlOutput.js.map +1 -0
  74. package/dist/models/SimpleEncodingLiveJobUsernamePasswordCredentials.d.ts +21 -0
  75. package/dist/models/SimpleEncodingLiveJobUsernamePasswordCredentials.js +38 -0
  76. package/dist/models/SimpleEncodingLiveJobUsernamePasswordCredentials.js.map +1 -0
  77. package/dist/models/SimpleEncodingLiveMaxResolution.d.ts +10 -0
  78. package/dist/models/SimpleEncodingLiveMaxResolution.js +15 -0
  79. package/dist/models/SimpleEncodingLiveMaxResolution.js.map +1 -0
  80. package/dist/models/SimpleEncodingVodJobUrlInput.d.ts +1 -1
  81. package/dist/models/SimpleEncodingVodJobUrlOutput.d.ts +2 -2
  82. package/dist/models/index.d.ts +15 -1
  83. package/dist/models/index.js +15 -1
  84. package/dist/models/index.js.map +1 -1
  85. package/package.json +1 -1
  86. package/dist/models/DirectFileUploadInput.d.ts +0 -16
  87. package/dist/models/DirectFileUploadInput.js.map +0 -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.105.0',
6977
+ 'X-Api-Client-Version': '1.108.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";
@@ -54197,10 +54273,8 @@ var AdAnalyticsAttribute;
54197
54273
  AdAnalyticsAttribute["STREAM_FORMAT"] = "STREAM_FORMAT";
54198
54274
  AdAnalyticsAttribute["SURVEY_URL"] = "SURVEY_URL";
54199
54275
  AdAnalyticsAttribute["TIME"] = "TIME";
54200
- AdAnalyticsAttribute["TIME_FROM_CONTENT"] = "TIME_FROM_CONTENT";
54201
54276
  AdAnalyticsAttribute["TIME_IN_VIEWPORT"] = "TIME_IN_VIEWPORT";
54202
54277
  AdAnalyticsAttribute["TIME_PLAYED"] = "TIME_PLAYED";
54203
- AdAnalyticsAttribute["TIME_TO_CONTENT"] = "TIME_TO_CONTENT";
54204
54278
  AdAnalyticsAttribute["UNIVERSAL_AD_ID_REGISTRY"] = "UNIVERSAL_AD_ID_REGISTRY";
54205
54279
  AdAnalyticsAttribute["UNIVERSAL_AD_ID_VALUE"] = "UNIVERSAL_AD_ID_VALUE";
54206
54280
  AdAnalyticsAttribute["USER_ID"] = "USER_ID";
@@ -55840,6 +55914,11 @@ var AnalyticsAdsImpressionSample = /** @class */ (function () {
55840
55914
  this.customData23 = Mapper_1.map(obj.customData23);
55841
55915
  this.customData24 = Mapper_1.map(obj.customData24);
55842
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);
55843
55922
  this.customUserId = Mapper_1.map(obj.customUserId);
55844
55923
  this.dealId = Mapper_1.map(obj.dealId);
55845
55924
  this.deviceClass = Mapper_1.map(obj.deviceClass);
@@ -55889,12 +55968,8 @@ var AnalyticsAdsImpressionSample = /** @class */ (function () {
55889
55968
  this.streamFormat = Mapper_1.map(obj.streamFormat);
55890
55969
  this.surveyUrl = Mapper_1.map(obj.surveyUrl);
55891
55970
  this.time = Mapper_1.map(obj.time);
55892
- this.timeFromContent = Mapper_1.map(obj.timeFromContent);
55893
- this.timeHovered = Mapper_1.map(obj.timeHovered);
55894
55971
  this.timeInViewport = Mapper_1.map(obj.timeInViewport);
55895
55972
  this.timePlayed = Mapper_1.map(obj.timePlayed);
55896
- this.timeToContent = Mapper_1.map(obj.timeToContent);
55897
- this.timeToHover = Mapper_1.map(obj.timeToHover);
55898
55973
  this.universalAdIdRegistry = Mapper_1.map(obj.universalAdIdRegistry);
55899
55974
  this.universalAdIdValue = Mapper_1.map(obj.universalAdIdValue);
55900
55975
  this.userId = Mapper_1.map(obj.userId);
@@ -56003,6 +56078,11 @@ var AnalyticsAttribute;
56003
56078
  AnalyticsAttribute["CUSTOM_DATA_23"] = "CUSTOM_DATA_23";
56004
56079
  AnalyticsAttribute["CUSTOM_DATA_24"] = "CUSTOM_DATA_24";
56005
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";
56006
56086
  AnalyticsAttribute["CUSTOM_USER_ID"] = "CUSTOM_USER_ID";
56007
56087
  AnalyticsAttribute["DAY"] = "DAY";
56008
56088
  AnalyticsAttribute["DEVICE_CLASS"] = "DEVICE_CLASS";
@@ -57127,6 +57207,11 @@ var AnalyticsImpressionSample = /** @class */ (function () {
57127
57207
  this.customData23 = Mapper_1.map(obj.customData23);
57128
57208
  this.customData24 = Mapper_1.map(obj.customData24);
57129
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);
57130
57215
  this.deviceClass = Mapper_1.map(obj.deviceClass);
57131
57216
  this.deviceType = Mapper_1.map(obj.deviceType);
57132
57217
  this.domain = Mapper_1.map(obj.domain);
@@ -57641,6 +57726,11 @@ var AnalyticsLicenseCustomDataFieldLabels = /** @class */ (function () {
57641
57726
  this.customData23 = Mapper_1.map(obj.customData23);
57642
57727
  this.customData24 = Mapper_1.map(obj.customData24);
57643
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);
57644
57734
  }
57645
57735
  return AnalyticsLicenseCustomDataFieldLabels;
57646
57736
  }());
@@ -65147,59 +65237,6 @@ exports.DenoiseHqdn3dFilter = DenoiseHqdn3dFilter;
65147
65237
  exports.default = DenoiseHqdn3dFilter;
65148
65238
 
65149
65239
 
65150
- /***/ }),
65151
-
65152
- /***/ "./models/DirectFileUploadInput.ts":
65153
- /*!*****************************************!*\
65154
- !*** ./models/DirectFileUploadInput.ts ***!
65155
- \*****************************************/
65156
- /*! no static exports found */
65157
- /***/ (function(module, exports, __webpack_require__) {
65158
-
65159
- "use strict";
65160
-
65161
- var __extends = (this && this.__extends) || (function () {
65162
- var extendStatics = function (d, b) {
65163
- extendStatics = Object.setPrototypeOf ||
65164
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
65165
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
65166
- return extendStatics(d, b);
65167
- };
65168
- return function (d, b) {
65169
- extendStatics(d, b);
65170
- function __() { this.constructor = d; }
65171
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
65172
- };
65173
- })();
65174
- Object.defineProperty(exports, "__esModule", { value: true });
65175
- exports.DirectFileUploadInput = void 0;
65176
- var Input_1 = __webpack_require__(/*! ./Input */ "./models/Input.ts");
65177
- var InputType_1 = __webpack_require__(/*! ./InputType */ "./models/InputType.ts");
65178
- /**
65179
- * @export
65180
- * @class DirectFileUploadInput
65181
- */
65182
- var DirectFileUploadInput = /** @class */ (function (_super) {
65183
- __extends(DirectFileUploadInput, _super);
65184
- function DirectFileUploadInput(obj) {
65185
- var _this = _super.call(this, obj) || this;
65186
- /**
65187
- * Discriminator property for Input
65188
- * @type {string}
65189
- * @memberof DirectFileUploadInput
65190
- */
65191
- _this.type = InputType_1.default.DIRECT_FILE_UPLOAD;
65192
- if (!obj) {
65193
- return _this;
65194
- }
65195
- return _this;
65196
- }
65197
- return DirectFileUploadInput;
65198
- }(Input_1.default));
65199
- exports.DirectFileUploadInput = DirectFileUploadInput;
65200
- exports.default = DirectFileUploadInput;
65201
-
65202
-
65203
65240
  /***/ }),
65204
65241
 
65205
65242
  /***/ "./models/DisplayAspectRatio.ts":
@@ -71572,8 +71609,7 @@ var Input = /** @class */ (function (_super) {
71572
71609
  UDP_MULTICAST: 'UdpMulticastInput',
71573
71610
  ZIXI: 'ZixiInput',
71574
71611
  SRT: 'SrtInput',
71575
- GCS_SERVICE_ACCOUNT: 'GcsServiceAccountInput',
71576
- DIRECT_FILE_UPLOAD: 'DirectFileUploadInput'
71612
+ GCS_SERVICE_ACCOUNT: 'GcsServiceAccountInput'
71577
71613
  };
71578
71614
  return Input;
71579
71615
  }(BitmovinResource_1.default));
@@ -71944,7 +71980,6 @@ var InputType;
71944
71980
  InputType["ZIXI"] = "ZIXI";
71945
71981
  InputType["SRT"] = "SRT";
71946
71982
  InputType["GCS_SERVICE_ACCOUNT"] = "GCS_SERVICE_ACCOUNT";
71947
- InputType["DIRECT_FILE_UPLOAD"] = "DIRECT_FILE_UPLOAD";
71948
71983
  })(InputType = exports.InputType || (exports.InputType = {}));
71949
71984
  exports.default = InputType;
71950
71985
 
@@ -78720,6 +78755,564 @@ var SignatureType;
78720
78755
  exports.default = SignatureType;
78721
78756
 
78722
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
+ }
79075
+ return SimpleEncodingLiveJobRequest;
79076
+ }());
79077
+ exports.SimpleEncodingLiveJobRequest = SimpleEncodingLiveJobRequest;
79078
+ exports.default = SimpleEncodingLiveJobRequest;
79079
+
79080
+
79081
+ /***/ }),
79082
+
79083
+ /***/ "./models/SimpleEncodingLiveJobResponse.ts":
79084
+ /*!*************************************************!*\
79085
+ !*** ./models/SimpleEncodingLiveJobResponse.ts ***!
79086
+ \*************************************************/
79087
+ /*! no static exports found */
79088
+ /***/ (function(module, exports, __webpack_require__) {
79089
+
79090
+ "use strict";
79091
+
79092
+ Object.defineProperty(exports, "__esModule", { value: true });
79093
+ exports.SimpleEncodingLiveJobResponse = void 0;
79094
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
79095
+ var SimpleEncodingLiveJobInput_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobInput */ "./models/SimpleEncodingLiveJobInput.ts");
79096
+ var SimpleEncodingLiveJobUrlOutput_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobUrlOutput */ "./models/SimpleEncodingLiveJobUrlOutput.ts");
79097
+ var SimpleEncodingVodJobErrors_1 = __webpack_require__(/*! ./SimpleEncodingVodJobErrors */ "./models/SimpleEncodingVodJobErrors.ts");
79098
+ /**
79099
+ * @export
79100
+ * @class SimpleEncodingLiveJobResponse
79101
+ */
79102
+ var SimpleEncodingLiveJobResponse = /** @class */ (function () {
79103
+ function SimpleEncodingLiveJobResponse(obj) {
79104
+ if (!obj) {
79105
+ return;
79106
+ }
79107
+ this.id = Mapper_1.map(obj.id);
79108
+ this.status = Mapper_1.map(obj.status);
79109
+ this.encodingId = Mapper_1.map(obj.encodingId);
79110
+ this.encoderIp = Mapper_1.map(obj.encoderIp);
79111
+ this.streamKey = Mapper_1.map(obj.streamKey);
79112
+ this.input = Mapper_1.map(obj.input, SimpleEncodingLiveJobInput_1.default);
79113
+ this.outputs = Mapper_1.mapArray(obj.outputs, SimpleEncodingLiveJobUrlOutput_1.default);
79114
+ this.errors = Mapper_1.mapArray(obj.errors, SimpleEncodingVodJobErrors_1.default);
79115
+ this.createdAt = Mapper_1.map(obj.createdAt, Date);
79116
+ this.modifiedAt = Mapper_1.map(obj.modifiedAt, Date);
79117
+ this.name = Mapper_1.map(obj.name);
79118
+ this.cloudRegion = Mapper_1.map(obj.cloudRegion);
79119
+ }
79120
+ return SimpleEncodingLiveJobResponse;
79121
+ }());
79122
+ exports.SimpleEncodingLiveJobResponse = SimpleEncodingLiveJobResponse;
79123
+ exports.default = SimpleEncodingLiveJobResponse;
79124
+
79125
+
79126
+ /***/ }),
79127
+
79128
+ /***/ "./models/SimpleEncodingLiveJobS3RoleBasedCredentials.ts":
79129
+ /*!***************************************************************!*\
79130
+ !*** ./models/SimpleEncodingLiveJobS3RoleBasedCredentials.ts ***!
79131
+ \***************************************************************/
79132
+ /*! no static exports found */
79133
+ /***/ (function(module, exports, __webpack_require__) {
79134
+
79135
+ "use strict";
79136
+
79137
+ var __extends = (this && this.__extends) || (function () {
79138
+ var extendStatics = function (d, b) {
79139
+ extendStatics = Object.setPrototypeOf ||
79140
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
79141
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
79142
+ return extendStatics(d, b);
79143
+ };
79144
+ return function (d, b) {
79145
+ extendStatics(d, b);
79146
+ function __() { this.constructor = d; }
79147
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
79148
+ };
79149
+ })();
79150
+ Object.defineProperty(exports, "__esModule", { value: true });
79151
+ exports.SimpleEncodingLiveJobS3RoleBasedCredentials = void 0;
79152
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
79153
+ var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
79154
+ /**
79155
+ * @export
79156
+ * @class SimpleEncodingLiveJobS3RoleBasedCredentials
79157
+ */
79158
+ var SimpleEncodingLiveJobS3RoleBasedCredentials = /** @class */ (function (_super) {
79159
+ __extends(SimpleEncodingLiveJobS3RoleBasedCredentials, _super);
79160
+ function SimpleEncodingLiveJobS3RoleBasedCredentials(obj) {
79161
+ var _this = _super.call(this, obj) || this;
79162
+ if (!obj) {
79163
+ return _this;
79164
+ }
79165
+ _this.roleArn = Mapper_1.map(obj.roleArn);
79166
+ _this.useExternalId = Mapper_1.map(obj.useExternalId);
79167
+ return _this;
79168
+ }
79169
+ return SimpleEncodingLiveJobS3RoleBasedCredentials;
79170
+ }(SimpleEncodingLiveJobCredentials_1.default));
79171
+ exports.SimpleEncodingLiveJobS3RoleBasedCredentials = SimpleEncodingLiveJobS3RoleBasedCredentials;
79172
+ exports.default = SimpleEncodingLiveJobS3RoleBasedCredentials;
79173
+
79174
+
79175
+ /***/ }),
79176
+
79177
+ /***/ "./models/SimpleEncodingLiveJobStatus.ts":
79178
+ /*!***********************************************!*\
79179
+ !*** ./models/SimpleEncodingLiveJobStatus.ts ***!
79180
+ \***********************************************/
79181
+ /*! no static exports found */
79182
+ /***/ (function(module, exports, __webpack_require__) {
79183
+
79184
+ "use strict";
79185
+
79186
+ Object.defineProperty(exports, "__esModule", { value: true });
79187
+ exports.SimpleEncodingLiveJobStatus = void 0;
79188
+ /**
79189
+ * @export
79190
+ * @enum {string}
79191
+ */
79192
+ var SimpleEncodingLiveJobStatus;
79193
+ (function (SimpleEncodingLiveJobStatus) {
79194
+ SimpleEncodingLiveJobStatus["CREATED"] = "CREATED";
79195
+ SimpleEncodingLiveJobStatus["EXECUTING"] = "EXECUTING";
79196
+ SimpleEncodingLiveJobStatus["FAILURE"] = "FAILURE";
79197
+ SimpleEncodingLiveJobStatus["STARTING"] = "STARTING";
79198
+ SimpleEncodingLiveJobStatus["RUNNING"] = "RUNNING";
79199
+ SimpleEncodingLiveJobStatus["STOPPED"] = "STOPPED";
79200
+ SimpleEncodingLiveJobStatus["ERROR"] = "ERROR";
79201
+ SimpleEncodingLiveJobStatus["CANCELED"] = "CANCELED";
79202
+ })(SimpleEncodingLiveJobStatus = exports.SimpleEncodingLiveJobStatus || (exports.SimpleEncodingLiveJobStatus = {}));
79203
+ exports.default = SimpleEncodingLiveJobStatus;
79204
+
79205
+
79206
+ /***/ }),
79207
+
79208
+ /***/ "./models/SimpleEncodingLiveJobUrlOutput.ts":
79209
+ /*!**************************************************!*\
79210
+ !*** ./models/SimpleEncodingLiveJobUrlOutput.ts ***!
79211
+ \**************************************************/
79212
+ /*! no static exports found */
79213
+ /***/ (function(module, exports, __webpack_require__) {
79214
+
79215
+ "use strict";
79216
+
79217
+ Object.defineProperty(exports, "__esModule", { value: true });
79218
+ exports.SimpleEncodingLiveJobUrlOutput = void 0;
79219
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
79220
+ var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
79221
+ /**
79222
+ * @export
79223
+ * @class SimpleEncodingLiveJobUrlOutput
79224
+ */
79225
+ var SimpleEncodingLiveJobUrlOutput = /** @class */ (function () {
79226
+ function SimpleEncodingLiveJobUrlOutput(obj) {
79227
+ if (!obj) {
79228
+ return;
79229
+ }
79230
+ this.url = Mapper_1.map(obj.url);
79231
+ this.credentials = Mapper_1.map(obj.credentials, SimpleEncodingLiveJobCredentials_1.default);
79232
+ this.makePublic = Mapper_1.map(obj.makePublic);
79233
+ this.maxResolution = Mapper_1.map(obj.maxResolution);
79234
+ }
79235
+ return SimpleEncodingLiveJobUrlOutput;
79236
+ }());
79237
+ exports.SimpleEncodingLiveJobUrlOutput = SimpleEncodingLiveJobUrlOutput;
79238
+ exports.default = SimpleEncodingLiveJobUrlOutput;
79239
+
79240
+
79241
+ /***/ }),
79242
+
79243
+ /***/ "./models/SimpleEncodingLiveJobUsernamePasswordCredentials.ts":
79244
+ /*!********************************************************************!*\
79245
+ !*** ./models/SimpleEncodingLiveJobUsernamePasswordCredentials.ts ***!
79246
+ \********************************************************************/
79247
+ /*! no static exports found */
79248
+ /***/ (function(module, exports, __webpack_require__) {
79249
+
79250
+ "use strict";
79251
+
79252
+ var __extends = (this && this.__extends) || (function () {
79253
+ var extendStatics = function (d, b) {
79254
+ extendStatics = Object.setPrototypeOf ||
79255
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
79256
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
79257
+ return extendStatics(d, b);
79258
+ };
79259
+ return function (d, b) {
79260
+ extendStatics(d, b);
79261
+ function __() { this.constructor = d; }
79262
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
79263
+ };
79264
+ })();
79265
+ Object.defineProperty(exports, "__esModule", { value: true });
79266
+ exports.SimpleEncodingLiveJobUsernamePasswordCredentials = void 0;
79267
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
79268
+ var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
79269
+ /**
79270
+ * @export
79271
+ * @class SimpleEncodingLiveJobUsernamePasswordCredentials
79272
+ */
79273
+ var SimpleEncodingLiveJobUsernamePasswordCredentials = /** @class */ (function (_super) {
79274
+ __extends(SimpleEncodingLiveJobUsernamePasswordCredentials, _super);
79275
+ function SimpleEncodingLiveJobUsernamePasswordCredentials(obj) {
79276
+ var _this = _super.call(this, obj) || this;
79277
+ if (!obj) {
79278
+ return _this;
79279
+ }
79280
+ _this.username = Mapper_1.map(obj.username);
79281
+ _this.password = Mapper_1.map(obj.password);
79282
+ return _this;
79283
+ }
79284
+ return SimpleEncodingLiveJobUsernamePasswordCredentials;
79285
+ }(SimpleEncodingLiveJobCredentials_1.default));
79286
+ exports.SimpleEncodingLiveJobUsernamePasswordCredentials = SimpleEncodingLiveJobUsernamePasswordCredentials;
79287
+ exports.default = SimpleEncodingLiveJobUsernamePasswordCredentials;
79288
+
79289
+
79290
+ /***/ }),
79291
+
79292
+ /***/ "./models/SimpleEncodingLiveMaxResolution.ts":
79293
+ /*!***************************************************!*\
79294
+ !*** ./models/SimpleEncodingLiveMaxResolution.ts ***!
79295
+ \***************************************************/
79296
+ /*! no static exports found */
79297
+ /***/ (function(module, exports, __webpack_require__) {
79298
+
79299
+ "use strict";
79300
+
79301
+ Object.defineProperty(exports, "__esModule", { value: true });
79302
+ exports.SimpleEncodingLiveMaxResolution = void 0;
79303
+ /**
79304
+ * @export
79305
+ * @enum {string}
79306
+ */
79307
+ var SimpleEncodingLiveMaxResolution;
79308
+ (function (SimpleEncodingLiveMaxResolution) {
79309
+ SimpleEncodingLiveMaxResolution["FULL_HD"] = "FULL_HD";
79310
+ SimpleEncodingLiveMaxResolution["HD"] = "HD";
79311
+ SimpleEncodingLiveMaxResolution["SD"] = "SD";
79312
+ })(SimpleEncodingLiveMaxResolution = exports.SimpleEncodingLiveMaxResolution || (exports.SimpleEncodingLiveMaxResolution = {}));
79313
+ exports.default = SimpleEncodingLiveMaxResolution;
79314
+
79315
+
78723
79316
  /***/ }),
78724
79317
 
78725
79318
  /***/ "./models/SimpleEncodingVodJobAccessKeyCredentials.ts":
@@ -84802,7 +85395,6 @@ __exportStar(__webpack_require__(/*! ./DeinterlaceFilter */ "./models/Deinterlac
84802
85395
  __exportStar(__webpack_require__(/*! ./DeinterlaceFrameSelectionMode */ "./models/DeinterlaceFrameSelectionMode.ts"), exports);
84803
85396
  __exportStar(__webpack_require__(/*! ./DeinterlaceMode */ "./models/DeinterlaceMode.ts"), exports);
84804
85397
  __exportStar(__webpack_require__(/*! ./DenoiseHqdn3dFilter */ "./models/DenoiseHqdn3dFilter.ts"), exports);
84805
- __exportStar(__webpack_require__(/*! ./DirectFileUploadInput */ "./models/DirectFileUploadInput.ts"), exports);
84806
85398
  __exportStar(__webpack_require__(/*! ./DisplayAspectRatio */ "./models/DisplayAspectRatio.ts"), exports);
84807
85399
  __exportStar(__webpack_require__(/*! ./DolbyAtmosAudioConfiguration */ "./models/DolbyAtmosAudioConfiguration.ts"), exports);
84808
85400
  __exportStar(__webpack_require__(/*! ./DolbyAtmosDialogueIntelligence */ "./models/DolbyAtmosDialogueIntelligence.ts"), exports);
@@ -85145,6 +85737,21 @@ __exportStar(__webpack_require__(/*! ./SidecarErrorMode */ "./models/SidecarErro
85145
85737
  __exportStar(__webpack_require__(/*! ./SidecarFile */ "./models/SidecarFile.ts"), exports);
85146
85738
  __exportStar(__webpack_require__(/*! ./SidecarFileType */ "./models/SidecarFileType.ts"), exports);
85147
85739
  __exportStar(__webpack_require__(/*! ./SignatureType */ "./models/SignatureType.ts"), exports);
85740
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveCloudRegion */ "./models/SimpleEncodingLiveCloudRegion.ts"), exports);
85741
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveInputAspectRatio */ "./models/SimpleEncodingLiveInputAspectRatio.ts"), exports);
85742
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobAccessKeyCredentials */ "./models/SimpleEncodingLiveJobAccessKeyCredentials.ts"), exports);
85743
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobAzureCredentials */ "./models/SimpleEncodingLiveJobAzureCredentials.ts"), exports);
85744
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts"), exports);
85745
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobGcsServiceAccountCredentials */ "./models/SimpleEncodingLiveJobGcsServiceAccountCredentials.ts"), exports);
85746
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobInput */ "./models/SimpleEncodingLiveJobInput.ts"), exports);
85747
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobInputType */ "./models/SimpleEncodingLiveJobInputType.ts"), exports);
85748
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobRequest */ "./models/SimpleEncodingLiveJobRequest.ts"), exports);
85749
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobResponse */ "./models/SimpleEncodingLiveJobResponse.ts"), exports);
85750
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobS3RoleBasedCredentials */ "./models/SimpleEncodingLiveJobS3RoleBasedCredentials.ts"), exports);
85751
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobStatus */ "./models/SimpleEncodingLiveJobStatus.ts"), exports);
85752
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobUrlOutput */ "./models/SimpleEncodingLiveJobUrlOutput.ts"), exports);
85753
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobUsernamePasswordCredentials */ "./models/SimpleEncodingLiveJobUsernamePasswordCredentials.ts"), exports);
85754
+ __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveMaxResolution */ "./models/SimpleEncodingLiveMaxResolution.ts"), exports);
85148
85755
  __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobAccessKeyCredentials */ "./models/SimpleEncodingVodJobAccessKeyCredentials.ts"), exports);
85149
85756
  __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobAzureCredentials */ "./models/SimpleEncodingVodJobAzureCredentials.ts"), exports);
85150
85757
  __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts"), exports);