@bitmovin/api-sdk 1.225.0 → 1.227.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 (138) hide show
  1. package/README.md +1 -1
  2. package/dist/BitmovinApi.d.ts +2 -0
  3. package/dist/BitmovinApi.js +2 -0
  4. package/dist/aiSceneAnalysis/AiSceneAnalysisApi.d.ts +13 -0
  5. package/dist/{models/SimpleEncodingLiveJobAzureCredentials.js → aiSceneAnalysis/AiSceneAnalysisApi.js} +13 -16
  6. package/dist/aiSceneAnalysis/analyses/AnalysesApi.d.ts +13 -0
  7. package/dist/{encoding/simple/SimpleApi.js → aiSceneAnalysis/analyses/AnalysesApi.js} +9 -9
  8. package/dist/aiSceneAnalysis/analyses/byEncodingId/ByEncodingIdApi.d.ts +13 -0
  9. package/dist/{encoding/simple/jobs/JobsApi.js → aiSceneAnalysis/analyses/byEncodingId/ByEncodingIdApi.js} +9 -11
  10. package/dist/aiSceneAnalysis/analyses/byEncodingId/details/DetailsApi.d.ts +19 -0
  11. package/dist/aiSceneAnalysis/analyses/byEncodingId/details/DetailsApi.js +48 -0
  12. package/dist/bitmovin-api-sdk.browser.js +774 -1926
  13. package/dist/bitmovin-api-sdk.browser.min.js +1 -1
  14. package/dist/common/RestClient.js +1 -1
  15. package/dist/encoding/EncodingApi.d.ts +0 -2
  16. package/dist/encoding/EncodingApi.js +0 -2
  17. package/dist/encoding/encodings/streams/burnInSubtitles/BurnInSubtitlesApi.d.ts +2 -0
  18. package/dist/encoding/encodings/streams/burnInSubtitles/BurnInSubtitlesApi.js +2 -0
  19. package/dist/encoding/encodings/streams/burnInSubtitles/assa/AssaApi.d.ts +51 -0
  20. package/dist/encoding/encodings/streams/burnInSubtitles/assa/AssaApi.js +114 -0
  21. package/dist/encoding/encodings/streams/burnInSubtitles/assa/BurnInSubtitleAssaListQueryParams.d.ts +28 -0
  22. package/dist/encoding/encodings/streams/burnInSubtitles/assa/BurnInSubtitleAssaListQueryParams.js +29 -0
  23. package/dist/encoding/statistics/encodings/liveStatistics/events/LiveEncodingStatsEventListQueryParams.d.ts +11 -0
  24. package/dist/encoding/statistics/encodings/liveStatistics/events/LiveEncodingStatsEventListQueryParams.js +8 -0
  25. package/dist/models/Atmosphere.d.ts +23 -0
  26. package/dist/models/Atmosphere.js +21 -0
  27. package/dist/models/BurnInSubtitleAssa.d.ts +23 -0
  28. package/dist/models/{SimpleEncodingVodJobAzureCredentials.js → BurnInSubtitleAssa.js} +13 -11
  29. package/dist/models/CacheControl.d.ts +1 -1
  30. package/dist/models/Character.d.ts +23 -0
  31. package/dist/models/Character.js +21 -0
  32. package/dist/models/Content.d.ts +26 -0
  33. package/dist/models/Content.js +24 -0
  34. package/dist/models/Fmp4Muxing.d.ts +6 -0
  35. package/dist/models/Fmp4Muxing.js +1 -0
  36. package/dist/models/IABTaxonomy.d.ts +28 -0
  37. package/dist/models/IABTaxonomy.js +22 -0
  38. package/dist/models/Location.d.ts +18 -0
  39. package/dist/models/Location.js +20 -0
  40. package/dist/models/Rating.d.ts +23 -0
  41. package/dist/models/Rating.js +21 -0
  42. package/dist/models/Scene.d.ts +50 -0
  43. package/dist/models/Scene.js +28 -0
  44. package/dist/models/SceneAnalysisDetailsResponse.d.ts +40 -0
  45. package/dist/models/SceneAnalysisDetailsResponse.js +26 -0
  46. package/dist/models/SceneObject.d.ts +18 -0
  47. package/dist/models/SceneObject.js +20 -0
  48. package/dist/models/Setting.d.ts +25 -0
  49. package/dist/models/Setting.js +23 -0
  50. package/dist/models/index.d.ts +11 -40
  51. package/dist/models/index.js +11 -40
  52. package/package.json +1 -1
  53. package/dist/encoding/simple/SimpleApi.d.ts +0 -13
  54. package/dist/encoding/simple/jobs/JobsApi.d.ts +0 -15
  55. package/dist/encoding/simple/jobs/live/LiveApi.d.ts +0 -27
  56. package/dist/encoding/simple/jobs/live/LiveApi.js +0 -59
  57. package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.d.ts +0 -50
  58. package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.js +0 -45
  59. package/dist/encoding/simple/jobs/vod/VodApi.d.ts +0 -36
  60. package/dist/encoding/simple/jobs/vod/VodApi.js +0 -79
  61. package/dist/models/EncodingTemplate.d.ts +0 -10
  62. package/dist/models/EncodingTemplate.js +0 -14
  63. package/dist/models/SimpleEncodingLiveCloudRegion.d.ts +0 -13
  64. package/dist/models/SimpleEncodingLiveCloudRegion.js +0 -17
  65. package/dist/models/SimpleEncodingLiveJobAccessKeyCredentials.d.ts +0 -21
  66. package/dist/models/SimpleEncodingLiveJobAccessKeyCredentials.js +0 -39
  67. package/dist/models/SimpleEncodingLiveJobAzureCredentials.d.ts +0 -15
  68. package/dist/models/SimpleEncodingLiveJobCdnOutput.d.ts +0 -16
  69. package/dist/models/SimpleEncodingLiveJobCdnOutput.js +0 -43
  70. package/dist/models/SimpleEncodingLiveJobCredentials.d.ts +0 -8
  71. package/dist/models/SimpleEncodingLiveJobCredentials.js +0 -17
  72. package/dist/models/SimpleEncodingLiveJobGcsServiceAccountCredentials.d.ts +0 -15
  73. package/dist/models/SimpleEncodingLiveJobGcsServiceAccountCredentials.js +0 -38
  74. package/dist/models/SimpleEncodingLiveJobInput.d.ts +0 -15
  75. package/dist/models/SimpleEncodingLiveJobInput.js +0 -19
  76. package/dist/models/SimpleEncodingLiveJobInputType.d.ts +0 -9
  77. package/dist/models/SimpleEncodingLiveJobInputType.js +0 -13
  78. package/dist/models/SimpleEncodingLiveJobOutput.d.ts +0 -23
  79. package/dist/models/SimpleEncodingLiveJobOutput.js +0 -24
  80. package/dist/models/SimpleEncodingLiveJobOutputType.d.ts +0 -10
  81. package/dist/models/SimpleEncodingLiveJobOutputType.js +0 -14
  82. package/dist/models/SimpleEncodingLiveJobRequest.d.ts +0 -42
  83. package/dist/models/SimpleEncodingLiveJobRequest.js +0 -25
  84. package/dist/models/SimpleEncodingLiveJobResponse.d.ts +0 -90
  85. package/dist/models/SimpleEncodingLiveJobResponse.js +0 -34
  86. package/dist/models/SimpleEncodingLiveJobS3RoleBasedCredentials.d.ts +0 -21
  87. package/dist/models/SimpleEncodingLiveJobS3RoleBasedCredentials.js +0 -39
  88. package/dist/models/SimpleEncodingLiveJobStatus.d.ts +0 -15
  89. package/dist/models/SimpleEncodingLiveJobStatus.js +0 -19
  90. package/dist/models/SimpleEncodingLiveJobUrlOutput.d.ts +0 -35
  91. package/dist/models/SimpleEncodingLiveJobUrlOutput.js +0 -48
  92. package/dist/models/SimpleEncodingLiveJobUsernamePasswordCredentials.d.ts +0 -21
  93. package/dist/models/SimpleEncodingLiveJobUsernamePasswordCredentials.js +0 -39
  94. package/dist/models/SimpleEncodingLiveMaxResolution.d.ts +0 -10
  95. package/dist/models/SimpleEncodingLiveMaxResolution.js +0 -14
  96. package/dist/models/SimpleEncodingLiveProfile.d.ts +0 -9
  97. package/dist/models/SimpleEncodingLiveProfile.js +0 -13
  98. package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.d.ts +0 -21
  99. package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.js +0 -39
  100. package/dist/models/SimpleEncodingVodJobAzureCredentials.d.ts +0 -15
  101. package/dist/models/SimpleEncodingVodJobCdnOutput.d.ts +0 -23
  102. package/dist/models/SimpleEncodingVodJobCdnOutput.js +0 -45
  103. package/dist/models/SimpleEncodingVodJobCredentials.d.ts +0 -8
  104. package/dist/models/SimpleEncodingVodJobCredentials.js +0 -17
  105. package/dist/models/SimpleEncodingVodJobDirectFileUploadInput.d.ts +0 -35
  106. package/dist/models/SimpleEncodingVodJobDirectFileUploadInput.js +0 -47
  107. package/dist/models/SimpleEncodingVodJobErrors.d.ts +0 -26
  108. package/dist/models/SimpleEncodingVodJobErrors.js +0 -21
  109. package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.d.ts +0 -15
  110. package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.js +0 -38
  111. package/dist/models/SimpleEncodingVodJobInput.d.ts +0 -16
  112. package/dist/models/SimpleEncodingVodJobInput.js +0 -22
  113. package/dist/models/SimpleEncodingVodJobInputSourceType.d.ts +0 -10
  114. package/dist/models/SimpleEncodingVodJobInputSourceType.js +0 -14
  115. package/dist/models/SimpleEncodingVodJobInputType.d.ts +0 -11
  116. package/dist/models/SimpleEncodingVodJobInputType.js +0 -15
  117. package/dist/models/SimpleEncodingVodJobOptions.d.ts +0 -14
  118. package/dist/models/SimpleEncodingVodJobOptions.js +0 -19
  119. package/dist/models/SimpleEncodingVodJobOutput.d.ts +0 -23
  120. package/dist/models/SimpleEncodingVodJobOutput.js +0 -25
  121. package/dist/models/SimpleEncodingVodJobOutputArtifact.d.ts +0 -20
  122. package/dist/models/SimpleEncodingVodJobOutputArtifact.js +0 -20
  123. package/dist/models/SimpleEncodingVodJobOutputType.d.ts +0 -10
  124. package/dist/models/SimpleEncodingVodJobOutputType.js +0 -14
  125. package/dist/models/SimpleEncodingVodJobRequest.d.ts +0 -42
  126. package/dist/models/SimpleEncodingVodJobRequest.js +0 -26
  127. package/dist/models/SimpleEncodingVodJobResponse.d.ts +0 -78
  128. package/dist/models/SimpleEncodingVodJobResponse.js +0 -33
  129. package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.d.ts +0 -21
  130. package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.js +0 -39
  131. package/dist/models/SimpleEncodingVodJobStatus.d.ts +0 -14
  132. package/dist/models/SimpleEncodingVodJobStatus.js +0 -18
  133. package/dist/models/SimpleEncodingVodJobUrlInput.d.ts +0 -42
  134. package/dist/models/SimpleEncodingVodJobUrlInput.js +0 -49
  135. package/dist/models/SimpleEncodingVodJobUrlOutput.d.ts +0 -35
  136. package/dist/models/SimpleEncodingVodJobUrlOutput.js +0 -48
  137. package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.d.ts +0 -21
  138. package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.js +0 -39
@@ -1989,6 +1989,7 @@ var __extends = (this && this.__extends) || (function () {
1989
1989
  Object.defineProperty(exports, "__esModule", ({ value: true }));
1990
1990
  var BaseAPI_1 = __webpack_require__(/*! ./common/BaseAPI */ "./common/BaseAPI.ts");
1991
1991
  var AccountApi_1 = __webpack_require__(/*! ./account/AccountApi */ "./account/AccountApi.ts");
1992
+ var AiSceneAnalysisApi_1 = __webpack_require__(/*! ./aiSceneAnalysis/AiSceneAnalysisApi */ "./aiSceneAnalysis/AiSceneAnalysisApi.ts");
1992
1993
  var AnalyticsApi_1 = __webpack_require__(/*! ./analytics/AnalyticsApi */ "./analytics/AnalyticsApi.ts");
1993
1994
  var EncodingApi_1 = __webpack_require__(/*! ./encoding/EncodingApi */ "./encoding/EncodingApi.ts");
1994
1995
  var GeneralApi_1 = __webpack_require__(/*! ./general/GeneralApi */ "./general/GeneralApi.ts");
@@ -2006,6 +2007,7 @@ var BitmovinApi = /** @class */ (function (_super) {
2006
2007
  function BitmovinApi(configuration) {
2007
2008
  var _this = _super.call(this, configuration) || this;
2008
2009
  _this.account = new AccountApi_1.default(configuration);
2010
+ _this.aiSceneAnalysis = new AiSceneAnalysisApi_1.default(configuration);
2009
2011
  _this.analytics = new AnalyticsApi_1.default(configuration);
2010
2012
  _this.encoding = new EncodingApi_1.default(configuration);
2011
2013
  _this.general = new GeneralApi_1.default(configuration);
@@ -3093,6 +3095,203 @@ var TenantsApi = /** @class */ (function (_super) {
3093
3095
  exports["default"] = TenantsApi;
3094
3096
 
3095
3097
 
3098
+ /***/ }),
3099
+
3100
+ /***/ "./aiSceneAnalysis/AiSceneAnalysisApi.ts":
3101
+ /*!***********************************************!*\
3102
+ !*** ./aiSceneAnalysis/AiSceneAnalysisApi.ts ***!
3103
+ \***********************************************/
3104
+ /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
3105
+
3106
+ "use strict";
3107
+
3108
+ var __extends = (this && this.__extends) || (function () {
3109
+ var extendStatics = function (d, b) {
3110
+ extendStatics = Object.setPrototypeOf ||
3111
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
3112
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
3113
+ return extendStatics(d, b);
3114
+ };
3115
+ return function (d, b) {
3116
+ if (typeof b !== "function" && b !== null)
3117
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
3118
+ extendStatics(d, b);
3119
+ function __() { this.constructor = d; }
3120
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
3121
+ };
3122
+ })();
3123
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
3124
+ var BaseAPI_1 = __webpack_require__(/*! ../common/BaseAPI */ "./common/BaseAPI.ts");
3125
+ var AnalysesApi_1 = __webpack_require__(/*! ./analyses/AnalysesApi */ "./aiSceneAnalysis/analyses/AnalysesApi.ts");
3126
+ /**
3127
+ * AiSceneAnalysisApi - object-oriented interface
3128
+ * @export
3129
+ * @class AiSceneAnalysisApi
3130
+ * @extends {BaseAPI}
3131
+ */
3132
+ var AiSceneAnalysisApi = /** @class */ (function (_super) {
3133
+ __extends(AiSceneAnalysisApi, _super);
3134
+ function AiSceneAnalysisApi(configuration) {
3135
+ var _this = _super.call(this, configuration) || this;
3136
+ _this.analyses = new AnalysesApi_1.default(configuration);
3137
+ return _this;
3138
+ }
3139
+ return AiSceneAnalysisApi;
3140
+ }(BaseAPI_1.BaseAPI));
3141
+ exports["default"] = AiSceneAnalysisApi;
3142
+
3143
+
3144
+ /***/ }),
3145
+
3146
+ /***/ "./aiSceneAnalysis/analyses/AnalysesApi.ts":
3147
+ /*!*************************************************!*\
3148
+ !*** ./aiSceneAnalysis/analyses/AnalysesApi.ts ***!
3149
+ \*************************************************/
3150
+ /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
3151
+
3152
+ "use strict";
3153
+
3154
+ var __extends = (this && this.__extends) || (function () {
3155
+ var extendStatics = function (d, b) {
3156
+ extendStatics = Object.setPrototypeOf ||
3157
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
3158
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
3159
+ return extendStatics(d, b);
3160
+ };
3161
+ return function (d, b) {
3162
+ if (typeof b !== "function" && b !== null)
3163
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
3164
+ extendStatics(d, b);
3165
+ function __() { this.constructor = d; }
3166
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
3167
+ };
3168
+ })();
3169
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
3170
+ var BaseAPI_1 = __webpack_require__(/*! ../../common/BaseAPI */ "./common/BaseAPI.ts");
3171
+ var ByEncodingIdApi_1 = __webpack_require__(/*! ./byEncodingId/ByEncodingIdApi */ "./aiSceneAnalysis/analyses/byEncodingId/ByEncodingIdApi.ts");
3172
+ /**
3173
+ * AnalysesApi - object-oriented interface
3174
+ * @export
3175
+ * @class AnalysesApi
3176
+ * @extends {BaseAPI}
3177
+ */
3178
+ var AnalysesApi = /** @class */ (function (_super) {
3179
+ __extends(AnalysesApi, _super);
3180
+ function AnalysesApi(configuration) {
3181
+ var _this = _super.call(this, configuration) || this;
3182
+ _this.byEncodingId = new ByEncodingIdApi_1.default(configuration);
3183
+ return _this;
3184
+ }
3185
+ return AnalysesApi;
3186
+ }(BaseAPI_1.BaseAPI));
3187
+ exports["default"] = AnalysesApi;
3188
+
3189
+
3190
+ /***/ }),
3191
+
3192
+ /***/ "./aiSceneAnalysis/analyses/byEncodingId/ByEncodingIdApi.ts":
3193
+ /*!******************************************************************!*\
3194
+ !*** ./aiSceneAnalysis/analyses/byEncodingId/ByEncodingIdApi.ts ***!
3195
+ \******************************************************************/
3196
+ /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
3197
+
3198
+ "use strict";
3199
+
3200
+ var __extends = (this && this.__extends) || (function () {
3201
+ var extendStatics = function (d, b) {
3202
+ extendStatics = Object.setPrototypeOf ||
3203
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
3204
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
3205
+ return extendStatics(d, b);
3206
+ };
3207
+ return function (d, b) {
3208
+ if (typeof b !== "function" && b !== null)
3209
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
3210
+ extendStatics(d, b);
3211
+ function __() { this.constructor = d; }
3212
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
3213
+ };
3214
+ })();
3215
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
3216
+ var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/BaseAPI.ts");
3217
+ var DetailsApi_1 = __webpack_require__(/*! ./details/DetailsApi */ "./aiSceneAnalysis/analyses/byEncodingId/details/DetailsApi.ts");
3218
+ /**
3219
+ * ByEncodingIdApi - object-oriented interface
3220
+ * @export
3221
+ * @class ByEncodingIdApi
3222
+ * @extends {BaseAPI}
3223
+ */
3224
+ var ByEncodingIdApi = /** @class */ (function (_super) {
3225
+ __extends(ByEncodingIdApi, _super);
3226
+ function ByEncodingIdApi(configuration) {
3227
+ var _this = _super.call(this, configuration) || this;
3228
+ _this.details = new DetailsApi_1.default(configuration);
3229
+ return _this;
3230
+ }
3231
+ return ByEncodingIdApi;
3232
+ }(BaseAPI_1.BaseAPI));
3233
+ exports["default"] = ByEncodingIdApi;
3234
+
3235
+
3236
+ /***/ }),
3237
+
3238
+ /***/ "./aiSceneAnalysis/analyses/byEncodingId/details/DetailsApi.ts":
3239
+ /*!*********************************************************************!*\
3240
+ !*** ./aiSceneAnalysis/analyses/byEncodingId/details/DetailsApi.ts ***!
3241
+ \*********************************************************************/
3242
+ /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
3243
+
3244
+ "use strict";
3245
+
3246
+ var __extends = (this && this.__extends) || (function () {
3247
+ var extendStatics = function (d, b) {
3248
+ extendStatics = Object.setPrototypeOf ||
3249
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
3250
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
3251
+ return extendStatics(d, b);
3252
+ };
3253
+ return function (d, b) {
3254
+ if (typeof b !== "function" && b !== null)
3255
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
3256
+ extendStatics(d, b);
3257
+ function __() { this.constructor = d; }
3258
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
3259
+ };
3260
+ })();
3261
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
3262
+ var BaseAPI_1 = __webpack_require__(/*! ../../../../common/BaseAPI */ "./common/BaseAPI.ts");
3263
+ var Mapper_1 = __webpack_require__(/*! ../../../../common/Mapper */ "./common/Mapper.ts");
3264
+ var SceneAnalysisDetailsResponse_1 = __webpack_require__(/*! ../../../../models/SceneAnalysisDetailsResponse */ "./models/SceneAnalysisDetailsResponse.ts");
3265
+ /**
3266
+ * DetailsApi - object-oriented interface
3267
+ * @export
3268
+ * @class DetailsApi
3269
+ * @extends {BaseAPI}
3270
+ */
3271
+ var DetailsApi = /** @class */ (function (_super) {
3272
+ __extends(DetailsApi, _super);
3273
+ function DetailsApi(configuration) {
3274
+ return _super.call(this, configuration) || this;
3275
+ }
3276
+ /**
3277
+ * @summary Get AI scene analysis details by encoding ID
3278
+ * @param {string} encodingId The encoding ID
3279
+ * @throws {BitmovinError}
3280
+ * @memberof DetailsApi
3281
+ */
3282
+ DetailsApi.prototype.get = function (encodingId) {
3283
+ var pathParamMap = {
3284
+ encoding_id: encodingId
3285
+ };
3286
+ return this.restClient.get('/ai-scene-analysis/analyses/by-encoding-id/{encoding_id}/details', pathParamMap).then(function (response) {
3287
+ return (0, Mapper_1.map)(response, SceneAnalysisDetailsResponse_1.default);
3288
+ });
3289
+ };
3290
+ return DetailsApi;
3291
+ }(BaseAPI_1.BaseAPI));
3292
+ exports["default"] = DetailsApi;
3293
+
3294
+
3096
3295
  /***/ }),
3097
3296
 
3098
3297
  /***/ "./analytics/AnalyticsApi.ts":
@@ -6782,7 +6981,7 @@ var HeaderHandler = /** @class */ (function (_super) {
6782
6981
  var headers = {
6783
6982
  'X-Api-Key': apiKey,
6784
6983
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
6785
- 'X-Api-Client-Version': '1.225.0',
6984
+ 'X-Api-Client-Version': '1.227.0',
6786
6985
  'Content-Type': 'application/json'
6787
6986
  };
6788
6987
  if (tenantOrgId) {
@@ -6970,7 +7169,6 @@ var ManifestsApi_1 = __webpack_require__(/*! ./manifests/ManifestsApi */ "./enco
6970
7169
  var InfrastructureApi_1 = __webpack_require__(/*! ./infrastructure/InfrastructureApi */ "./encoding/infrastructure/InfrastructureApi.ts");
6971
7170
  var StatisticsApi_1 = __webpack_require__(/*! ./statistics/StatisticsApi */ "./encoding/statistics/StatisticsApi.ts");
6972
7171
  var WatchFoldersApi_1 = __webpack_require__(/*! ./watchFolders/WatchFoldersApi */ "./encoding/watchFolders/WatchFoldersApi.ts");
6973
- var SimpleApi_1 = __webpack_require__(/*! ./simple/SimpleApi */ "./encoding/simple/SimpleApi.ts");
6974
7172
  var ErrorDefinitionsApi_1 = __webpack_require__(/*! ./errorDefinitions/ErrorDefinitionsApi */ "./encoding/errorDefinitions/ErrorDefinitionsApi.ts");
6975
7173
  var TemplatesApi_1 = __webpack_require__(/*! ./templates/TemplatesApi */ "./encoding/templates/TemplatesApi.ts");
6976
7174
  /**
@@ -6993,7 +7191,6 @@ var EncodingApi = /** @class */ (function (_super) {
6993
7191
  _this.infrastructure = new InfrastructureApi_1.default(configuration);
6994
7192
  _this.statistics = new StatisticsApi_1.default(configuration);
6995
7193
  _this.watchFolders = new WatchFoldersApi_1.default(configuration);
6996
- _this.simple = new SimpleApi_1.default(configuration);
6997
7194
  _this.errorDefinitions = new ErrorDefinitionsApi_1.default(configuration);
6998
7195
  _this.templates = new TemplatesApi_1.default(configuration);
6999
7196
  return _this;
@@ -29925,6 +30122,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
29925
30122
  var BaseAPI_1 = __webpack_require__(/*! ../../../../common/BaseAPI */ "./common/BaseAPI.ts");
29926
30123
  var DvbsubApi_1 = __webpack_require__(/*! ./dvbsub/DvbsubApi */ "./encoding/encodings/streams/burnInSubtitles/dvbsub/DvbsubApi.ts");
29927
30124
  var SrtApi_1 = __webpack_require__(/*! ./srt/SrtApi */ "./encoding/encodings/streams/burnInSubtitles/srt/SrtApi.ts");
30125
+ var AssaApi_1 = __webpack_require__(/*! ./assa/AssaApi */ "./encoding/encodings/streams/burnInSubtitles/assa/AssaApi.ts");
29928
30126
  /**
29929
30127
  * BurnInSubtitlesApi - object-oriented interface
29930
30128
  * @export
@@ -29937,6 +30135,7 @@ var BurnInSubtitlesApi = /** @class */ (function (_super) {
29937
30135
  var _this = _super.call(this, configuration) || this;
29938
30136
  _this.dvbsub = new DvbsubApi_1.default(configuration);
29939
30137
  _this.srt = new SrtApi_1.default(configuration);
30138
+ _this.assa = new AssaApi_1.default(configuration);
29940
30139
  return _this;
29941
30140
  }
29942
30141
  return BurnInSubtitlesApi;
@@ -29944,6 +30143,171 @@ var BurnInSubtitlesApi = /** @class */ (function (_super) {
29944
30143
  exports["default"] = BurnInSubtitlesApi;
29945
30144
 
29946
30145
 
30146
+ /***/ }),
30147
+
30148
+ /***/ "./encoding/encodings/streams/burnInSubtitles/assa/AssaApi.ts":
30149
+ /*!********************************************************************!*\
30150
+ !*** ./encoding/encodings/streams/burnInSubtitles/assa/AssaApi.ts ***!
30151
+ \********************************************************************/
30152
+ /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
30153
+
30154
+ "use strict";
30155
+
30156
+ var __extends = (this && this.__extends) || (function () {
30157
+ var extendStatics = function (d, b) {
30158
+ extendStatics = Object.setPrototypeOf ||
30159
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
30160
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
30161
+ return extendStatics(d, b);
30162
+ };
30163
+ return function (d, b) {
30164
+ if (typeof b !== "function" && b !== null)
30165
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
30166
+ extendStatics(d, b);
30167
+ function __() { this.constructor = d; }
30168
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
30169
+ };
30170
+ })();
30171
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
30172
+ var BaseAPI_1 = __webpack_require__(/*! ../../../../../common/BaseAPI */ "./common/BaseAPI.ts");
30173
+ var Mapper_1 = __webpack_require__(/*! ../../../../../common/Mapper */ "./common/Mapper.ts");
30174
+ var BitmovinResponse_1 = __webpack_require__(/*! ../../../../../models/BitmovinResponse */ "./models/BitmovinResponse.ts");
30175
+ var BurnInSubtitleAssa_1 = __webpack_require__(/*! ../../../../../models/BurnInSubtitleAssa */ "./models/BurnInSubtitleAssa.ts");
30176
+ var PaginationResponse_1 = __webpack_require__(/*! ../../../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
30177
+ var BurnInSubtitleAssaListQueryParams_1 = __webpack_require__(/*! ./BurnInSubtitleAssaListQueryParams */ "./encoding/encodings/streams/burnInSubtitles/assa/BurnInSubtitleAssaListQueryParams.ts");
30178
+ /**
30179
+ * AssaApi - object-oriented interface
30180
+ * @export
30181
+ * @class AssaApi
30182
+ * @extends {BaseAPI}
30183
+ */
30184
+ var AssaApi = /** @class */ (function (_super) {
30185
+ __extends(AssaApi, _super);
30186
+ function AssaApi(configuration) {
30187
+ return _super.call(this, configuration) || this;
30188
+ }
30189
+ /**
30190
+ * @summary Burn-In ASSA Subtitle into Stream
30191
+ * @param {string} encodingId Id of the encoding.
30192
+ * @param {string} streamId Id of the stream.
30193
+ * @param {BurnInSubtitleAssa} burnInSubtitleAssa The Burn-In ASSA Subtitle to be added
30194
+ * @throws {BitmovinError}
30195
+ * @memberof AssaApi
30196
+ */
30197
+ AssaApi.prototype.create = function (encodingId, streamId, burnInSubtitleAssa) {
30198
+ var pathParamMap = {
30199
+ encoding_id: encodingId,
30200
+ stream_id: streamId
30201
+ };
30202
+ return this.restClient.post('/encoding/encodings/{encoding_id}/streams/{stream_id}/burn-in-subtitles/assa', pathParamMap, burnInSubtitleAssa).then(function (response) {
30203
+ return (0, Mapper_1.map)(response, BurnInSubtitleAssa_1.default);
30204
+ });
30205
+ };
30206
+ /**
30207
+ * @summary Delete Burn-In ASSA Subtitle from Stream
30208
+ * @param {string} encodingId Id of the encoding.
30209
+ * @param {string} streamId Id of the stream.
30210
+ * @param {string} subtitleId Id of the burn-in subtitle.
30211
+ * @throws {BitmovinError}
30212
+ * @memberof AssaApi
30213
+ */
30214
+ AssaApi.prototype.delete = function (encodingId, streamId, subtitleId) {
30215
+ var pathParamMap = {
30216
+ encoding_id: encodingId,
30217
+ stream_id: streamId,
30218
+ subtitle_id: subtitleId
30219
+ };
30220
+ return this.restClient.delete('/encoding/encodings/{encoding_id}/streams/{stream_id}/burn-in-subtitles/assa/{subtitle_id}', pathParamMap).then(function (response) {
30221
+ return (0, Mapper_1.map)(response, BitmovinResponse_1.default);
30222
+ });
30223
+ };
30224
+ /**
30225
+ * @summary Get Burn-In ASSA Subtitle Details
30226
+ * @param {string} encodingId Id of the encoding.
30227
+ * @param {string} streamId Id of the stream.
30228
+ * @param {string} subtitleId Id of the burn-in subtitle.
30229
+ * @throws {BitmovinError}
30230
+ * @memberof AssaApi
30231
+ */
30232
+ AssaApi.prototype.get = function (encodingId, streamId, subtitleId) {
30233
+ var pathParamMap = {
30234
+ encoding_id: encodingId,
30235
+ stream_id: streamId,
30236
+ subtitle_id: subtitleId
30237
+ };
30238
+ return this.restClient.get('/encoding/encodings/{encoding_id}/streams/{stream_id}/burn-in-subtitles/assa/{subtitle_id}', pathParamMap).then(function (response) {
30239
+ return (0, Mapper_1.map)(response, BurnInSubtitleAssa_1.default);
30240
+ });
30241
+ };
30242
+ /**
30243
+ * @summary List the Burn-In ASSA subtitles of a stream
30244
+ * @param {string} encodingId Id of the encoding.
30245
+ * @param {string} streamId Id of the stream.
30246
+ * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
30247
+ * @throws {BitmovinError}
30248
+ * @memberof AssaApi
30249
+ */
30250
+ AssaApi.prototype.list = function (encodingId, streamId, queryParameters) {
30251
+ var pathParamMap = {
30252
+ encoding_id: encodingId,
30253
+ stream_id: streamId
30254
+ };
30255
+ var queryParams = {};
30256
+ if (typeof queryParameters === 'function') {
30257
+ queryParams = queryParameters(new BurnInSubtitleAssaListQueryParams_1.BurnInSubtitleAssaListQueryParamsBuilder()).buildQueryParams();
30258
+ }
30259
+ else if (queryParameters) {
30260
+ queryParams = queryParameters;
30261
+ }
30262
+ return this.restClient.get('/encoding/encodings/{encoding_id}/streams/{stream_id}/burn-in-subtitles/assa', pathParamMap, queryParams).then(function (response) {
30263
+ return new PaginationResponse_1.default(response, BurnInSubtitleAssa_1.default);
30264
+ });
30265
+ };
30266
+ return AssaApi;
30267
+ }(BaseAPI_1.BaseAPI));
30268
+ exports["default"] = AssaApi;
30269
+
30270
+
30271
+ /***/ }),
30272
+
30273
+ /***/ "./encoding/encodings/streams/burnInSubtitles/assa/BurnInSubtitleAssaListQueryParams.ts":
30274
+ /*!**********************************************************************************************!*\
30275
+ !*** ./encoding/encodings/streams/burnInSubtitles/assa/BurnInSubtitleAssaListQueryParams.ts ***!
30276
+ \**********************************************************************************************/
30277
+ /***/ ((__unused_webpack_module, exports) => {
30278
+
30279
+ "use strict";
30280
+
30281
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
30282
+ exports.BurnInSubtitleAssaListQueryParamsBuilder = void 0;
30283
+ var BurnInSubtitleAssaListQueryParamsBuilder = /** @class */ (function () {
30284
+ function BurnInSubtitleAssaListQueryParamsBuilder() {
30285
+ this.internalParams = {};
30286
+ }
30287
+ /**
30288
+ *
30289
+ * @param offset Index of the first item to return, starting at 0. Default is 0
30290
+ */
30291
+ BurnInSubtitleAssaListQueryParamsBuilder.prototype.offset = function (offset) {
30292
+ this.internalParams.offset = offset;
30293
+ return this;
30294
+ };
30295
+ /**
30296
+ *
30297
+ * @param limit Maximum number of items to return. Default is 25, maximum is 100
30298
+ */
30299
+ BurnInSubtitleAssaListQueryParamsBuilder.prototype.limit = function (limit) {
30300
+ this.internalParams.limit = limit;
30301
+ return this;
30302
+ };
30303
+ BurnInSubtitleAssaListQueryParamsBuilder.prototype.buildQueryParams = function () {
30304
+ return this.internalParams;
30305
+ };
30306
+ return BurnInSubtitleAssaListQueryParamsBuilder;
30307
+ }());
30308
+ exports.BurnInSubtitleAssaListQueryParamsBuilder = BurnInSubtitleAssaListQueryParamsBuilder;
30309
+
30310
+
29947
30311
  /***/ }),
29948
30312
 
29949
30313
  /***/ "./encoding/encodings/streams/burnInSubtitles/dvbsub/BurnInSubtitleDvbSubListQueryParams.ts":
@@ -53292,316 +53656,6 @@ var TypeApi = /** @class */ (function (_super) {
53292
53656
  exports["default"] = TypeApi;
53293
53657
 
53294
53658
 
53295
- /***/ }),
53296
-
53297
- /***/ "./encoding/simple/SimpleApi.ts":
53298
- /*!**************************************!*\
53299
- !*** ./encoding/simple/SimpleApi.ts ***!
53300
- \**************************************/
53301
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
53302
-
53303
- "use strict";
53304
-
53305
- var __extends = (this && this.__extends) || (function () {
53306
- var extendStatics = function (d, b) {
53307
- extendStatics = Object.setPrototypeOf ||
53308
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
53309
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
53310
- return extendStatics(d, b);
53311
- };
53312
- return function (d, b) {
53313
- if (typeof b !== "function" && b !== null)
53314
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
53315
- extendStatics(d, b);
53316
- function __() { this.constructor = d; }
53317
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
53318
- };
53319
- })();
53320
- Object.defineProperty(exports, "__esModule", ({ value: true }));
53321
- var BaseAPI_1 = __webpack_require__(/*! ../../common/BaseAPI */ "./common/BaseAPI.ts");
53322
- var JobsApi_1 = __webpack_require__(/*! ./jobs/JobsApi */ "./encoding/simple/jobs/JobsApi.ts");
53323
- /**
53324
- * SimpleApi - object-oriented interface
53325
- * @export
53326
- * @class SimpleApi
53327
- * @extends {BaseAPI}
53328
- */
53329
- var SimpleApi = /** @class */ (function (_super) {
53330
- __extends(SimpleApi, _super);
53331
- function SimpleApi(configuration) {
53332
- var _this = _super.call(this, configuration) || this;
53333
- _this.jobs = new JobsApi_1.default(configuration);
53334
- return _this;
53335
- }
53336
- return SimpleApi;
53337
- }(BaseAPI_1.BaseAPI));
53338
- exports["default"] = SimpleApi;
53339
-
53340
-
53341
- /***/ }),
53342
-
53343
- /***/ "./encoding/simple/jobs/JobsApi.ts":
53344
- /*!*****************************************!*\
53345
- !*** ./encoding/simple/jobs/JobsApi.ts ***!
53346
- \*****************************************/
53347
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
53348
-
53349
- "use strict";
53350
-
53351
- var __extends = (this && this.__extends) || (function () {
53352
- var extendStatics = function (d, b) {
53353
- extendStatics = Object.setPrototypeOf ||
53354
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
53355
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
53356
- return extendStatics(d, b);
53357
- };
53358
- return function (d, b) {
53359
- if (typeof b !== "function" && b !== null)
53360
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
53361
- extendStatics(d, b);
53362
- function __() { this.constructor = d; }
53363
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
53364
- };
53365
- })();
53366
- Object.defineProperty(exports, "__esModule", ({ value: true }));
53367
- var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/BaseAPI.ts");
53368
- var VodApi_1 = __webpack_require__(/*! ./vod/VodApi */ "./encoding/simple/jobs/vod/VodApi.ts");
53369
- var LiveApi_1 = __webpack_require__(/*! ./live/LiveApi */ "./encoding/simple/jobs/live/LiveApi.ts");
53370
- /**
53371
- * JobsApi - object-oriented interface
53372
- * @export
53373
- * @class JobsApi
53374
- * @extends {BaseAPI}
53375
- */
53376
- var JobsApi = /** @class */ (function (_super) {
53377
- __extends(JobsApi, _super);
53378
- function JobsApi(configuration) {
53379
- var _this = _super.call(this, configuration) || this;
53380
- _this.vod = new VodApi_1.default(configuration);
53381
- _this.live = new LiveApi_1.default(configuration);
53382
- return _this;
53383
- }
53384
- return JobsApi;
53385
- }(BaseAPI_1.BaseAPI));
53386
- exports["default"] = JobsApi;
53387
-
53388
-
53389
- /***/ }),
53390
-
53391
- /***/ "./encoding/simple/jobs/live/LiveApi.ts":
53392
- /*!**********************************************!*\
53393
- !*** ./encoding/simple/jobs/live/LiveApi.ts ***!
53394
- \**********************************************/
53395
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
53396
-
53397
- "use strict";
53398
-
53399
- var __extends = (this && this.__extends) || (function () {
53400
- var extendStatics = function (d, b) {
53401
- extendStatics = Object.setPrototypeOf ||
53402
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
53403
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
53404
- return extendStatics(d, b);
53405
- };
53406
- return function (d, b) {
53407
- if (typeof b !== "function" && b !== null)
53408
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
53409
- extendStatics(d, b);
53410
- function __() { this.constructor = d; }
53411
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
53412
- };
53413
- })();
53414
- Object.defineProperty(exports, "__esModule", ({ value: true }));
53415
- var BaseAPI_1 = __webpack_require__(/*! ../../../../common/BaseAPI */ "./common/BaseAPI.ts");
53416
- var Mapper_1 = __webpack_require__(/*! ../../../../common/Mapper */ "./common/Mapper.ts");
53417
- var SimpleEncodingLiveJobResponse_1 = __webpack_require__(/*! ../../../../models/SimpleEncodingLiveJobResponse */ "./models/SimpleEncodingLiveJobResponse.ts");
53418
- /**
53419
- * LiveApi - object-oriented interface
53420
- * @export
53421
- * @class LiveApi
53422
- * @extends {BaseAPI}
53423
- */
53424
- var LiveApi = /** @class */ (function (_super) {
53425
- __extends(LiveApi, _super);
53426
- function LiveApi(configuration) {
53427
- return _super.call(this, configuration) || this;
53428
- }
53429
- /**
53430
- * @summary Create a Simple Encoding Live Job
53431
- * @param {SimpleEncodingLiveJobRequest} simpleEncodingLiveJobRequest The Simple Encoding Live Job to be created.
53432
- * @throws {BitmovinError}
53433
- * @memberof LiveApi
53434
- */
53435
- LiveApi.prototype.create = function (simpleEncodingLiveJobRequest) {
53436
- return this.restClient.post('/encoding/simple/jobs/live', {}, simpleEncodingLiveJobRequest).then(function (response) {
53437
- return (0, Mapper_1.map)(response, SimpleEncodingLiveJobResponse_1.default);
53438
- });
53439
- };
53440
- /**
53441
- * @summary Simple Encoding Live Job details
53442
- * @param {string} simpleEncodingJobId Id of the Simple Encoding Live Job
53443
- * @throws {BitmovinError}
53444
- * @memberof LiveApi
53445
- */
53446
- LiveApi.prototype.get = function (simpleEncodingJobId) {
53447
- var pathParamMap = {
53448
- simple_encoding_job_id: simpleEncodingJobId
53449
- };
53450
- return this.restClient.get('/encoding/simple/jobs/live/{simple_encoding_job_id}', pathParamMap).then(function (response) {
53451
- return (0, Mapper_1.map)(response, SimpleEncodingLiveJobResponse_1.default);
53452
- });
53453
- };
53454
- return LiveApi;
53455
- }(BaseAPI_1.BaseAPI));
53456
- exports["default"] = LiveApi;
53457
-
53458
-
53459
- /***/ }),
53460
-
53461
- /***/ "./encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.ts":
53462
- /*!*********************************************************************************!*\
53463
- !*** ./encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.ts ***!
53464
- \*********************************************************************************/
53465
- /***/ ((__unused_webpack_module, exports) => {
53466
-
53467
- "use strict";
53468
-
53469
- Object.defineProperty(exports, "__esModule", ({ value: true }));
53470
- exports.SimpleEncodingVodJobResponseListQueryParamsBuilder = void 0;
53471
- var SimpleEncodingVodJobResponseListQueryParamsBuilder = /** @class */ (function () {
53472
- function SimpleEncodingVodJobResponseListQueryParamsBuilder() {
53473
- this.internalParams = {};
53474
- }
53475
- /**
53476
- *
53477
- * @param offset Index of the first item to return, starting at 0. Default is 0
53478
- */
53479
- SimpleEncodingVodJobResponseListQueryParamsBuilder.prototype.offset = function (offset) {
53480
- this.internalParams.offset = offset;
53481
- return this;
53482
- };
53483
- /**
53484
- *
53485
- * @param limit Maximum number of items to return. Default is 25, maximum is 100
53486
- */
53487
- SimpleEncodingVodJobResponseListQueryParamsBuilder.prototype.limit = function (limit) {
53488
- this.internalParams.limit = limit;
53489
- return this;
53490
- };
53491
- /**
53492
- *
53493
- * @param sort Order list result according to a Simple Encoding VOD Job attribute. The fields that can be used for sorting are: + `createdAt`
53494
- */
53495
- SimpleEncodingVodJobResponseListQueryParamsBuilder.prototype.sort = function (sort) {
53496
- this.internalParams.sort = sort;
53497
- return this;
53498
- };
53499
- /**
53500
- *
53501
- * @param status Filter Simple Encoding VOD Jobs to only show the ones with the status specified.
53502
- */
53503
- SimpleEncodingVodJobResponseListQueryParamsBuilder.prototype.status = function (status) {
53504
- this.internalParams.status = status;
53505
- return this;
53506
- };
53507
- SimpleEncodingVodJobResponseListQueryParamsBuilder.prototype.buildQueryParams = function () {
53508
- return this.internalParams;
53509
- };
53510
- return SimpleEncodingVodJobResponseListQueryParamsBuilder;
53511
- }());
53512
- exports.SimpleEncodingVodJobResponseListQueryParamsBuilder = SimpleEncodingVodJobResponseListQueryParamsBuilder;
53513
-
53514
-
53515
- /***/ }),
53516
-
53517
- /***/ "./encoding/simple/jobs/vod/VodApi.ts":
53518
- /*!********************************************!*\
53519
- !*** ./encoding/simple/jobs/vod/VodApi.ts ***!
53520
- \********************************************/
53521
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
53522
-
53523
- "use strict";
53524
-
53525
- var __extends = (this && this.__extends) || (function () {
53526
- var extendStatics = function (d, b) {
53527
- extendStatics = Object.setPrototypeOf ||
53528
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
53529
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
53530
- return extendStatics(d, b);
53531
- };
53532
- return function (d, b) {
53533
- if (typeof b !== "function" && b !== null)
53534
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
53535
- extendStatics(d, b);
53536
- function __() { this.constructor = d; }
53537
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
53538
- };
53539
- })();
53540
- Object.defineProperty(exports, "__esModule", ({ value: true }));
53541
- var BaseAPI_1 = __webpack_require__(/*! ../../../../common/BaseAPI */ "./common/BaseAPI.ts");
53542
- var Mapper_1 = __webpack_require__(/*! ../../../../common/Mapper */ "./common/Mapper.ts");
53543
- var SimpleEncodingVodJobResponse_1 = __webpack_require__(/*! ../../../../models/SimpleEncodingVodJobResponse */ "./models/SimpleEncodingVodJobResponse.ts");
53544
- var PaginationResponse_1 = __webpack_require__(/*! ../../../../models/PaginationResponse */ "./models/PaginationResponse.ts");
53545
- var SimpleEncodingVodJobResponseListQueryParams_1 = __webpack_require__(/*! ./SimpleEncodingVodJobResponseListQueryParams */ "./encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.ts");
53546
- /**
53547
- * VodApi - object-oriented interface
53548
- * @export
53549
- * @class VodApi
53550
- * @extends {BaseAPI}
53551
- */
53552
- var VodApi = /** @class */ (function (_super) {
53553
- __extends(VodApi, _super);
53554
- function VodApi(configuration) {
53555
- return _super.call(this, configuration) || this;
53556
- }
53557
- /**
53558
- * @summary Create a Simple Encoding VOD Job
53559
- * @param {SimpleEncodingVodJobRequest} simpleEncodingVodJobRequest The Simple Encoding VOD Job to be created.
53560
- * @throws {BitmovinError}
53561
- * @memberof VodApi
53562
- */
53563
- VodApi.prototype.create = function (simpleEncodingVodJobRequest) {
53564
- return this.restClient.post('/encoding/simple/jobs/vod', {}, simpleEncodingVodJobRequest).then(function (response) {
53565
- return (0, Mapper_1.map)(response, SimpleEncodingVodJobResponse_1.default);
53566
- });
53567
- };
53568
- /**
53569
- * @summary Simple Encoding VOD Job details
53570
- * @param {string} simpleEncodingJobId Id of the Simple Encoding VOD Job
53571
- * @throws {BitmovinError}
53572
- * @memberof VodApi
53573
- */
53574
- VodApi.prototype.get = function (simpleEncodingJobId) {
53575
- var pathParamMap = {
53576
- simple_encoding_job_id: simpleEncodingJobId
53577
- };
53578
- return this.restClient.get('/encoding/simple/jobs/vod/{simple_encoding_job_id}', pathParamMap).then(function (response) {
53579
- return (0, Mapper_1.map)(response, SimpleEncodingVodJobResponse_1.default);
53580
- });
53581
- };
53582
- /**
53583
- * @summary List all Simple Encoding VOD Jobs
53584
- * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
53585
- * @throws {BitmovinError}
53586
- * @memberof VodApi
53587
- */
53588
- VodApi.prototype.list = function (queryParameters) {
53589
- var queryParams = {};
53590
- if (typeof queryParameters === 'function') {
53591
- queryParams = queryParameters(new SimpleEncodingVodJobResponseListQueryParams_1.SimpleEncodingVodJobResponseListQueryParamsBuilder()).buildQueryParams();
53592
- }
53593
- else if (queryParameters) {
53594
- queryParams = queryParameters;
53595
- }
53596
- return this.restClient.get('/encoding/simple/jobs/vod', {}, queryParams).then(function (response) {
53597
- return new PaginationResponse_1.default(response, SimpleEncodingVodJobResponse_1.default);
53598
- });
53599
- };
53600
- return VodApi;
53601
- }(BaseAPI_1.BaseAPI));
53602
- exports["default"] = VodApi;
53603
-
53604
-
53605
53659
  /***/ }),
53606
53660
 
53607
53661
  /***/ "./encoding/statistics/StatisticsApi.ts":
@@ -54604,6 +54658,14 @@ var LiveEncodingStatsEventListQueryParamsBuilder = /** @class */ (function () {
54604
54658
  this.internalParams.limit = limit;
54605
54659
  return this;
54606
54660
  };
54661
+ /**
54662
+ *
54663
+ * @param sortByTime Sort events by time in DESC order
54664
+ */
54665
+ LiveEncodingStatsEventListQueryParamsBuilder.prototype.sortByTime = function (sortByTime) {
54666
+ this.internalParams.sortByTime = sortByTime;
54667
+ return this;
54668
+ };
54607
54669
  LiveEncodingStatsEventListQueryParamsBuilder.prototype.buildQueryParams = function () {
54608
54670
  return this.internalParams;
54609
54671
  };
@@ -61504,6 +61566,38 @@ exports.AsperaInput = AsperaInput;
61504
61566
  exports["default"] = AsperaInput;
61505
61567
 
61506
61568
 
61569
+ /***/ }),
61570
+
61571
+ /***/ "./models/Atmosphere.ts":
61572
+ /*!******************************!*\
61573
+ !*** ./models/Atmosphere.ts ***!
61574
+ \******************************/
61575
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
61576
+
61577
+ "use strict";
61578
+
61579
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
61580
+ exports.Atmosphere = void 0;
61581
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
61582
+ /**
61583
+ * @export
61584
+ * @class Atmosphere
61585
+ */
61586
+ var Atmosphere = /** @class */ (function () {
61587
+ function Atmosphere(obj) {
61588
+ if (!obj) {
61589
+ return;
61590
+ }
61591
+ this.mood = (0, Mapper_1.map)(obj.mood);
61592
+ this.lighting = (0, Mapper_1.map)(obj.lighting);
61593
+ this.weather = (0, Mapper_1.map)(obj.weather);
61594
+ }
61595
+ return Atmosphere;
61596
+ }());
61597
+ exports.Atmosphere = Atmosphere;
61598
+ exports["default"] = Atmosphere;
61599
+
61600
+
61507
61601
  /***/ }),
61508
61602
 
61509
61603
  /***/ "./models/AudioAdaptationSet.ts":
@@ -63941,6 +64035,57 @@ exports.BroadcastTsVideoInputStreamConfiguration = BroadcastTsVideoInputStreamCo
63941
64035
  exports["default"] = BroadcastTsVideoInputStreamConfiguration;
63942
64036
 
63943
64037
 
64038
+ /***/ }),
64039
+
64040
+ /***/ "./models/BurnInSubtitleAssa.ts":
64041
+ /*!**************************************!*\
64042
+ !*** ./models/BurnInSubtitleAssa.ts ***!
64043
+ \**************************************/
64044
+ /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
64045
+
64046
+ "use strict";
64047
+
64048
+ var __extends = (this && this.__extends) || (function () {
64049
+ var extendStatics = function (d, b) {
64050
+ extendStatics = Object.setPrototypeOf ||
64051
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
64052
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
64053
+ return extendStatics(d, b);
64054
+ };
64055
+ return function (d, b) {
64056
+ if (typeof b !== "function" && b !== null)
64057
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
64058
+ extendStatics(d, b);
64059
+ function __() { this.constructor = d; }
64060
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
64061
+ };
64062
+ })();
64063
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
64064
+ exports.BurnInSubtitleAssa = void 0;
64065
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
64066
+ var BitmovinResource_1 = __webpack_require__(/*! ./BitmovinResource */ "./models/BitmovinResource.ts");
64067
+ var InputPath_1 = __webpack_require__(/*! ./InputPath */ "./models/InputPath.ts");
64068
+ /**
64069
+ * @export
64070
+ * @class BurnInSubtitleAssa
64071
+ */
64072
+ var BurnInSubtitleAssa = /** @class */ (function (_super) {
64073
+ __extends(BurnInSubtitleAssa, _super);
64074
+ function BurnInSubtitleAssa(obj) {
64075
+ var _this = _super.call(this, obj) || this;
64076
+ if (!obj) {
64077
+ return _this;
64078
+ }
64079
+ _this.characterEncoding = (0, Mapper_1.map)(obj.characterEncoding);
64080
+ _this.input = (0, Mapper_1.map)(obj.input, InputPath_1.default);
64081
+ return _this;
64082
+ }
64083
+ return BurnInSubtitleAssa;
64084
+ }(BitmovinResource_1.default));
64085
+ exports.BurnInSubtitleAssa = BurnInSubtitleAssa;
64086
+ exports["default"] = BurnInSubtitleAssa;
64087
+
64088
+
63944
64089
  /***/ }),
63945
64090
 
63946
64091
  /***/ "./models/BurnInSubtitleDvbSub.ts":
@@ -65114,6 +65259,38 @@ var ChannelsAttributeForAudio;
65114
65259
  exports["default"] = ChannelsAttributeForAudio;
65115
65260
 
65116
65261
 
65262
+ /***/ }),
65263
+
65264
+ /***/ "./models/Character.ts":
65265
+ /*!*****************************!*\
65266
+ !*** ./models/Character.ts ***!
65267
+ \*****************************/
65268
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
65269
+
65270
+ "use strict";
65271
+
65272
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
65273
+ exports.Character = void 0;
65274
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
65275
+ /**
65276
+ * @export
65277
+ * @class Character
65278
+ */
65279
+ var Character = /** @class */ (function () {
65280
+ function Character(obj) {
65281
+ if (!obj) {
65282
+ return;
65283
+ }
65284
+ this.appearance = (0, Mapper_1.map)(obj.appearance);
65285
+ this.name = (0, Mapper_1.map)(obj.name);
65286
+ this.description = (0, Mapper_1.map)(obj.description);
65287
+ }
65288
+ return Character;
65289
+ }());
65290
+ exports.Character = Character;
65291
+ exports["default"] = Character;
65292
+
65293
+
65117
65294
  /***/ }),
65118
65295
 
65119
65296
  /***/ "./models/CheckOutputPermissionsRequest.ts":
@@ -66177,6 +66354,41 @@ exports.ConformFilter = ConformFilter;
66177
66354
  exports["default"] = ConformFilter;
66178
66355
 
66179
66356
 
66357
+ /***/ }),
66358
+
66359
+ /***/ "./models/Content.ts":
66360
+ /*!***************************!*\
66361
+ !*** ./models/Content.ts ***!
66362
+ \***************************/
66363
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
66364
+
66365
+ "use strict";
66366
+
66367
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
66368
+ exports.Content = void 0;
66369
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
66370
+ var Character_1 = __webpack_require__(/*! ./Character */ "./models/Character.ts");
66371
+ var SceneObject_1 = __webpack_require__(/*! ./SceneObject */ "./models/SceneObject.ts");
66372
+ var Setting_1 = __webpack_require__(/*! ./Setting */ "./models/Setting.ts");
66373
+ /**
66374
+ * @export
66375
+ * @class Content
66376
+ */
66377
+ var Content = /** @class */ (function () {
66378
+ function Content(obj) {
66379
+ if (!obj) {
66380
+ return;
66381
+ }
66382
+ this.characters = (0, Mapper_1.mapArray)(obj.characters, Character_1.default);
66383
+ this.objects = (0, Mapper_1.mapArray)(obj.objects, SceneObject_1.default);
66384
+ this.settings = (0, Mapper_1.mapArray)(obj.settings, Setting_1.default);
66385
+ }
66386
+ return Content;
66387
+ }());
66388
+ exports.Content = Content;
66389
+ exports["default"] = Content;
66390
+
66391
+
66180
66392
  /***/ }),
66181
66393
 
66182
66394
  /***/ "./models/ContentProtection.ts":
@@ -71533,31 +71745,6 @@ exports.EncodingStreamInputDetails = EncodingStreamInputDetails;
71533
71745
  exports["default"] = EncodingStreamInputDetails;
71534
71746
 
71535
71747
 
71536
- /***/ }),
71537
-
71538
- /***/ "./models/EncodingTemplate.ts":
71539
- /*!************************************!*\
71540
- !*** ./models/EncodingTemplate.ts ***!
71541
- \************************************/
71542
- /***/ ((__unused_webpack_module, exports) => {
71543
-
71544
- "use strict";
71545
-
71546
- Object.defineProperty(exports, "__esModule", ({ value: true }));
71547
- exports.EncodingTemplate = void 0;
71548
- /**
71549
- * @export
71550
- * @enum {string}
71551
- */
71552
- var EncodingTemplate;
71553
- (function (EncodingTemplate) {
71554
- EncodingTemplate["H264"] = "H264";
71555
- EncodingTemplate["H264_FIXED_RESOLUTIONS"] = "H264_FIXED_RESOLUTIONS";
71556
- EncodingTemplate["AV1"] = "AV1";
71557
- })(EncodingTemplate || (exports.EncodingTemplate = EncodingTemplate = {}));
71558
- exports["default"] = EncodingTemplate;
71559
-
71560
-
71561
71748
  /***/ }),
71562
71749
 
71563
71750
  /***/ "./models/EncodingTemplateDetails.ts":
@@ -72403,6 +72590,7 @@ var Fmp4Muxing = /** @class */ (function (_super) {
72403
72590
  _this.initSegmentName = (0, Mapper_1.map)(obj.initSegmentName);
72404
72591
  _this.initSegmentNameTemplate = (0, Mapper_1.map)(obj.initSegmentNameTemplate);
72405
72592
  _this.writeDurationPerSample = (0, Mapper_1.map)(obj.writeDurationPerSample);
72593
+ _this.signalScte35AsEmsg = (0, Mapper_1.map)(obj.signalScte35AsEmsg);
72406
72594
  _this.segmentsMuxed = (0, Mapper_1.map)(obj.segmentsMuxed);
72407
72595
  _this.ptsAlignMode = (0, Mapper_1.map)(obj.ptsAlignMode);
72408
72596
  return _this;
@@ -74582,6 +74770,39 @@ exports.HttpsInput = HttpsInput;
74582
74770
  exports["default"] = HttpsInput;
74583
74771
 
74584
74772
 
74773
+ /***/ }),
74774
+
74775
+ /***/ "./models/IABTaxonomy.ts":
74776
+ /*!*******************************!*\
74777
+ !*** ./models/IABTaxonomy.ts ***!
74778
+ \*******************************/
74779
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
74780
+
74781
+ "use strict";
74782
+
74783
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
74784
+ exports.IABTaxonomy = void 0;
74785
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
74786
+ /**
74787
+ * @export
74788
+ * @class IABTaxonomy
74789
+ */
74790
+ var IABTaxonomy = /** @class */ (function () {
74791
+ function IABTaxonomy(obj) {
74792
+ if (!obj) {
74793
+ return;
74794
+ }
74795
+ this.version = (0, Mapper_1.map)(obj.version);
74796
+ this.contentTaxonomies = (0, Mapper_1.mapArray)(obj.contentTaxonomies);
74797
+ this.adOpportunityTaxonomies = (0, Mapper_1.mapArray)(obj.adOpportunityTaxonomies);
74798
+ this.sensitiveTopicTaxonomies = (0, Mapper_1.mapArray)(obj.sensitiveTopicTaxonomies);
74799
+ }
74800
+ return IABTaxonomy;
74801
+ }());
74802
+ exports.IABTaxonomy = IABTaxonomy;
74803
+ exports["default"] = IABTaxonomy;
74804
+
74805
+
74585
74806
  /***/ }),
74586
74807
 
74587
74808
  /***/ "./models/IFramePlaylist.ts":
@@ -77268,6 +77489,37 @@ exports.LocalOutput = LocalOutput;
77268
77489
  exports["default"] = LocalOutput;
77269
77490
 
77270
77491
 
77492
+ /***/ }),
77493
+
77494
+ /***/ "./models/Location.ts":
77495
+ /*!****************************!*\
77496
+ !*** ./models/Location.ts ***!
77497
+ \****************************/
77498
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
77499
+
77500
+ "use strict";
77501
+
77502
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
77503
+ exports.Location = void 0;
77504
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
77505
+ /**
77506
+ * @export
77507
+ * @class Location
77508
+ */
77509
+ var Location = /** @class */ (function () {
77510
+ function Location(obj) {
77511
+ if (!obj) {
77512
+ return;
77513
+ }
77514
+ this.name = (0, Mapper_1.map)(obj.name);
77515
+ this.description = (0, Mapper_1.map)(obj.description);
77516
+ }
77517
+ return Location;
77518
+ }());
77519
+ exports.Location = Location;
77520
+ exports["default"] = Location;
77521
+
77522
+
77271
77523
  /***/ }),
77272
77524
 
77273
77525
  /***/ "./models/Manifest.ts":
@@ -81815,6 +82067,38 @@ var RateDistortionPenaltyMode;
81815
82067
  exports["default"] = RateDistortionPenaltyMode;
81816
82068
 
81817
82069
 
82070
+ /***/ }),
82071
+
82072
+ /***/ "./models/Rating.ts":
82073
+ /*!**************************!*\
82074
+ !*** ./models/Rating.ts ***!
82075
+ \**************************/
82076
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
82077
+
82078
+ "use strict";
82079
+
82080
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
82081
+ exports.Rating = void 0;
82082
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
82083
+ /**
82084
+ * @export
82085
+ * @class Rating
82086
+ */
82087
+ var Rating = /** @class */ (function () {
82088
+ function Rating(obj) {
82089
+ if (!obj) {
82090
+ return;
82091
+ }
82092
+ this.region = (0, Mapper_1.map)(obj.region);
82093
+ this.system = (0, Mapper_1.map)(obj.system);
82094
+ this.rating = (0, Mapper_1.map)(obj.rating);
82095
+ }
82096
+ return Rating;
82097
+ }());
82098
+ exports.Rating = Rating;
82099
+ exports["default"] = Rating;
82100
+
82101
+
81818
82102
  /***/ }),
81819
82103
 
81820
82104
  /***/ "./models/RawId3Tag.ts":
@@ -82828,6 +83112,113 @@ exports.SccCaption = SccCaption;
82828
83112
  exports["default"] = SccCaption;
82829
83113
 
82830
83114
 
83115
+ /***/ }),
83116
+
83117
+ /***/ "./models/Scene.ts":
83118
+ /*!*************************!*\
83119
+ !*** ./models/Scene.ts ***!
83120
+ \*************************/
83121
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
83122
+
83123
+ "use strict";
83124
+
83125
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
83126
+ exports.Scene = void 0;
83127
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
83128
+ var Content_1 = __webpack_require__(/*! ./Content */ "./models/Content.ts");
83129
+ var IABTaxonomy_1 = __webpack_require__(/*! ./IABTaxonomy */ "./models/IABTaxonomy.ts");
83130
+ /**
83131
+ * @export
83132
+ * @class Scene
83133
+ */
83134
+ var Scene = /** @class */ (function () {
83135
+ function Scene(obj) {
83136
+ if (!obj) {
83137
+ return;
83138
+ }
83139
+ this.startInSeconds = (0, Mapper_1.map)(obj.startInSeconds);
83140
+ this.endInSeconds = (0, Mapper_1.map)(obj.endInSeconds);
83141
+ this.id = (0, Mapper_1.map)(obj.id);
83142
+ this.content = (0, Mapper_1.map)(obj.content, Content_1.default);
83143
+ this.summary = (0, Mapper_1.map)(obj.summary);
83144
+ this.sensitiveTopics = (0, Mapper_1.mapArray)(obj.sensitiveTopics);
83145
+ this.keywords = (0, Mapper_1.mapArray)(obj.keywords);
83146
+ this.iab = (0, Mapper_1.map)(obj.iab, IABTaxonomy_1.default);
83147
+ }
83148
+ return Scene;
83149
+ }());
83150
+ exports.Scene = Scene;
83151
+ exports["default"] = Scene;
83152
+
83153
+
83154
+ /***/ }),
83155
+
83156
+ /***/ "./models/SceneAnalysisDetailsResponse.ts":
83157
+ /*!************************************************!*\
83158
+ !*** ./models/SceneAnalysisDetailsResponse.ts ***!
83159
+ \************************************************/
83160
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
83161
+
83162
+ "use strict";
83163
+
83164
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
83165
+ exports.SceneAnalysisDetailsResponse = void 0;
83166
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
83167
+ var Rating_1 = __webpack_require__(/*! ./Rating */ "./models/Rating.ts");
83168
+ var Scene_1 = __webpack_require__(/*! ./Scene */ "./models/Scene.ts");
83169
+ /**
83170
+ * @export
83171
+ * @class SceneAnalysisDetailsResponse
83172
+ */
83173
+ var SceneAnalysisDetailsResponse = /** @class */ (function () {
83174
+ function SceneAnalysisDetailsResponse(obj) {
83175
+ if (!obj) {
83176
+ return;
83177
+ }
83178
+ this.scenes = (0, Mapper_1.mapArray)(obj.scenes, Scene_1.default);
83179
+ this.description = (0, Mapper_1.map)(obj.description);
83180
+ this.keywords = (0, Mapper_1.mapArray)(obj.keywords);
83181
+ this.ratings = (0, Mapper_1.mapArray)(obj.ratings, Rating_1.default);
83182
+ this.sensitiveTopics = (0, Mapper_1.mapArray)(obj.sensitiveTopics);
83183
+ this.iabSensitiveTopicTaxonomies = (0, Mapper_1.mapArray)(obj.iabSensitiveTopicTaxonomies);
83184
+ }
83185
+ return SceneAnalysisDetailsResponse;
83186
+ }());
83187
+ exports.SceneAnalysisDetailsResponse = SceneAnalysisDetailsResponse;
83188
+ exports["default"] = SceneAnalysisDetailsResponse;
83189
+
83190
+
83191
+ /***/ }),
83192
+
83193
+ /***/ "./models/SceneObject.ts":
83194
+ /*!*******************************!*\
83195
+ !*** ./models/SceneObject.ts ***!
83196
+ \*******************************/
83197
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
83198
+
83199
+ "use strict";
83200
+
83201
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
83202
+ exports.SceneObject = void 0;
83203
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
83204
+ /**
83205
+ * @export
83206
+ * @class SceneObject
83207
+ */
83208
+ var SceneObject = /** @class */ (function () {
83209
+ function SceneObject(obj) {
83210
+ if (!obj) {
83211
+ return;
83212
+ }
83213
+ this.description = (0, Mapper_1.map)(obj.description);
83214
+ this.category = (0, Mapper_1.map)(obj.category);
83215
+ }
83216
+ return SceneObject;
83217
+ }());
83218
+ exports.SceneObject = SceneObject;
83219
+ exports["default"] = SceneObject;
83220
+
83221
+
82831
83222
  /***/ }),
82832
83223
 
82833
83224
  /***/ "./models/ScheduledInsertableContent.ts":
@@ -83151,6 +83542,40 @@ exports.SegmentsMediaInfo = SegmentsMediaInfo;
83151
83542
  exports["default"] = SegmentsMediaInfo;
83152
83543
 
83153
83544
 
83545
+ /***/ }),
83546
+
83547
+ /***/ "./models/Setting.ts":
83548
+ /*!***************************!*\
83549
+ !*** ./models/Setting.ts ***!
83550
+ \***************************/
83551
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
83552
+
83553
+ "use strict";
83554
+
83555
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
83556
+ exports.Setting = void 0;
83557
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
83558
+ var Atmosphere_1 = __webpack_require__(/*! ./Atmosphere */ "./models/Atmosphere.ts");
83559
+ var Location_1 = __webpack_require__(/*! ./Location */ "./models/Location.ts");
83560
+ /**
83561
+ * @export
83562
+ * @class Setting
83563
+ */
83564
+ var Setting = /** @class */ (function () {
83565
+ function Setting(obj) {
83566
+ if (!obj) {
83567
+ return;
83568
+ }
83569
+ this.location = (0, Mapper_1.map)(obj.location, Location_1.default);
83570
+ this.timeOfDay = (0, Mapper_1.map)(obj.timeOfDay);
83571
+ this.atmosphere = (0, Mapper_1.map)(obj.atmosphere, Atmosphere_1.default);
83572
+ }
83573
+ return Setting;
83574
+ }());
83575
+ exports.Setting = Setting;
83576
+ exports["default"] = Setting;
83577
+
83578
+
83154
83579
  /***/ }),
83155
83580
 
83156
83581
  /***/ "./models/SftpInput.ts":
@@ -83428,1554 +83853,6 @@ var SignupSource;
83428
83853
  exports["default"] = SignupSource;
83429
83854
 
83430
83855
 
83431
- /***/ }),
83432
-
83433
- /***/ "./models/SimpleEncodingLiveCloudRegion.ts":
83434
- /*!*************************************************!*\
83435
- !*** ./models/SimpleEncodingLiveCloudRegion.ts ***!
83436
- \*************************************************/
83437
- /***/ ((__unused_webpack_module, exports) => {
83438
-
83439
- "use strict";
83440
-
83441
- Object.defineProperty(exports, "__esModule", ({ value: true }));
83442
- exports.SimpleEncodingLiveCloudRegion = void 0;
83443
- /**
83444
- * @export
83445
- * @enum {string}
83446
- */
83447
- var SimpleEncodingLiveCloudRegion;
83448
- (function (SimpleEncodingLiveCloudRegion) {
83449
- SimpleEncodingLiveCloudRegion["NORTH_AMERICA"] = "NORTH_AMERICA";
83450
- SimpleEncodingLiveCloudRegion["SOUTH_AMERICA"] = "SOUTH_AMERICA";
83451
- SimpleEncodingLiveCloudRegion["EUROPE"] = "EUROPE";
83452
- SimpleEncodingLiveCloudRegion["AFRICA"] = "AFRICA";
83453
- SimpleEncodingLiveCloudRegion["ASIA"] = "ASIA";
83454
- SimpleEncodingLiveCloudRegion["AUSTRALIA"] = "AUSTRALIA";
83455
- })(SimpleEncodingLiveCloudRegion || (exports.SimpleEncodingLiveCloudRegion = SimpleEncodingLiveCloudRegion = {}));
83456
- exports["default"] = SimpleEncodingLiveCloudRegion;
83457
-
83458
-
83459
- /***/ }),
83460
-
83461
- /***/ "./models/SimpleEncodingLiveJobAccessKeyCredentials.ts":
83462
- /*!*************************************************************!*\
83463
- !*** ./models/SimpleEncodingLiveJobAccessKeyCredentials.ts ***!
83464
- \*************************************************************/
83465
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
83466
-
83467
- "use strict";
83468
-
83469
- var __extends = (this && this.__extends) || (function () {
83470
- var extendStatics = function (d, b) {
83471
- extendStatics = Object.setPrototypeOf ||
83472
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
83473
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
83474
- return extendStatics(d, b);
83475
- };
83476
- return function (d, b) {
83477
- if (typeof b !== "function" && b !== null)
83478
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
83479
- extendStatics(d, b);
83480
- function __() { this.constructor = d; }
83481
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
83482
- };
83483
- })();
83484
- Object.defineProperty(exports, "__esModule", ({ value: true }));
83485
- exports.SimpleEncodingLiveJobAccessKeyCredentials = void 0;
83486
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
83487
- var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
83488
- /**
83489
- * @export
83490
- * @class SimpleEncodingLiveJobAccessKeyCredentials
83491
- */
83492
- var SimpleEncodingLiveJobAccessKeyCredentials = /** @class */ (function (_super) {
83493
- __extends(SimpleEncodingLiveJobAccessKeyCredentials, _super);
83494
- function SimpleEncodingLiveJobAccessKeyCredentials(obj) {
83495
- var _this = _super.call(this, obj) || this;
83496
- if (!obj) {
83497
- return _this;
83498
- }
83499
- _this.accessKey = (0, Mapper_1.map)(obj.accessKey);
83500
- _this.secretKey = (0, Mapper_1.map)(obj.secretKey);
83501
- return _this;
83502
- }
83503
- return SimpleEncodingLiveJobAccessKeyCredentials;
83504
- }(SimpleEncodingLiveJobCredentials_1.default));
83505
- exports.SimpleEncodingLiveJobAccessKeyCredentials = SimpleEncodingLiveJobAccessKeyCredentials;
83506
- exports["default"] = SimpleEncodingLiveJobAccessKeyCredentials;
83507
-
83508
-
83509
- /***/ }),
83510
-
83511
- /***/ "./models/SimpleEncodingLiveJobAzureCredentials.ts":
83512
- /*!*********************************************************!*\
83513
- !*** ./models/SimpleEncodingLiveJobAzureCredentials.ts ***!
83514
- \*********************************************************/
83515
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
83516
-
83517
- "use strict";
83518
-
83519
- var __extends = (this && this.__extends) || (function () {
83520
- var extendStatics = function (d, b) {
83521
- extendStatics = Object.setPrototypeOf ||
83522
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
83523
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
83524
- return extendStatics(d, b);
83525
- };
83526
- return function (d, b) {
83527
- if (typeof b !== "function" && b !== null)
83528
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
83529
- extendStatics(d, b);
83530
- function __() { this.constructor = d; }
83531
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
83532
- };
83533
- })();
83534
- Object.defineProperty(exports, "__esModule", ({ value: true }));
83535
- exports.SimpleEncodingLiveJobAzureCredentials = void 0;
83536
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
83537
- var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
83538
- /**
83539
- * @export
83540
- * @class SimpleEncodingLiveJobAzureCredentials
83541
- */
83542
- var SimpleEncodingLiveJobAzureCredentials = /** @class */ (function (_super) {
83543
- __extends(SimpleEncodingLiveJobAzureCredentials, _super);
83544
- function SimpleEncodingLiveJobAzureCredentials(obj) {
83545
- var _this = _super.call(this, obj) || this;
83546
- if (!obj) {
83547
- return _this;
83548
- }
83549
- _this.key = (0, Mapper_1.map)(obj.key);
83550
- return _this;
83551
- }
83552
- return SimpleEncodingLiveJobAzureCredentials;
83553
- }(SimpleEncodingLiveJobCredentials_1.default));
83554
- exports.SimpleEncodingLiveJobAzureCredentials = SimpleEncodingLiveJobAzureCredentials;
83555
- exports["default"] = SimpleEncodingLiveJobAzureCredentials;
83556
-
83557
-
83558
- /***/ }),
83559
-
83560
- /***/ "./models/SimpleEncodingLiveJobCdnOutput.ts":
83561
- /*!**************************************************!*\
83562
- !*** ./models/SimpleEncodingLiveJobCdnOutput.ts ***!
83563
- \**************************************************/
83564
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
83565
-
83566
- "use strict";
83567
-
83568
- var __extends = (this && this.__extends) || (function () {
83569
- var extendStatics = function (d, b) {
83570
- extendStatics = Object.setPrototypeOf ||
83571
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
83572
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
83573
- return extendStatics(d, b);
83574
- };
83575
- return function (d, b) {
83576
- if (typeof b !== "function" && b !== null)
83577
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
83578
- extendStatics(d, b);
83579
- function __() { this.constructor = d; }
83580
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
83581
- };
83582
- })();
83583
- Object.defineProperty(exports, "__esModule", ({ value: true }));
83584
- exports.SimpleEncodingLiveJobCdnOutput = void 0;
83585
- var SimpleEncodingLiveJobOutput_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobOutput */ "./models/SimpleEncodingLiveJobOutput.ts");
83586
- var SimpleEncodingLiveJobOutputType_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobOutputType */ "./models/SimpleEncodingLiveJobOutputType.ts");
83587
- /**
83588
- * @export
83589
- * @class SimpleEncodingLiveJobCdnOutput
83590
- */
83591
- var SimpleEncodingLiveJobCdnOutput = /** @class */ (function (_super) {
83592
- __extends(SimpleEncodingLiveJobCdnOutput, _super);
83593
- function SimpleEncodingLiveJobCdnOutput(obj) {
83594
- var _this = _super.call(this, obj) || this;
83595
- /**
83596
- * Discriminator property for SimpleEncodingLiveJobOutput
83597
- * @type {string}
83598
- * @memberof SimpleEncodingLiveJobCdnOutput
83599
- */
83600
- _this.type = SimpleEncodingLiveJobOutputType_1.default.CDN;
83601
- if (!obj) {
83602
- return _this;
83603
- }
83604
- return _this;
83605
- }
83606
- return SimpleEncodingLiveJobCdnOutput;
83607
- }(SimpleEncodingLiveJobOutput_1.default));
83608
- exports.SimpleEncodingLiveJobCdnOutput = SimpleEncodingLiveJobCdnOutput;
83609
- exports["default"] = SimpleEncodingLiveJobCdnOutput;
83610
-
83611
-
83612
- /***/ }),
83613
-
83614
- /***/ "./models/SimpleEncodingLiveJobCredentials.ts":
83615
- /*!****************************************************!*\
83616
- !*** ./models/SimpleEncodingLiveJobCredentials.ts ***!
83617
- \****************************************************/
83618
- /***/ ((__unused_webpack_module, exports) => {
83619
-
83620
- "use strict";
83621
-
83622
- Object.defineProperty(exports, "__esModule", ({ value: true }));
83623
- exports.SimpleEncodingLiveJobCredentials = void 0;
83624
- /**
83625
- * @export
83626
- * @class SimpleEncodingLiveJobCredentials
83627
- */
83628
- var SimpleEncodingLiveJobCredentials = /** @class */ (function () {
83629
- function SimpleEncodingLiveJobCredentials(obj) {
83630
- if (!obj) {
83631
- return;
83632
- }
83633
- }
83634
- return SimpleEncodingLiveJobCredentials;
83635
- }());
83636
- exports.SimpleEncodingLiveJobCredentials = SimpleEncodingLiveJobCredentials;
83637
- exports["default"] = SimpleEncodingLiveJobCredentials;
83638
-
83639
-
83640
- /***/ }),
83641
-
83642
- /***/ "./models/SimpleEncodingLiveJobGcsServiceAccountCredentials.ts":
83643
- /*!*********************************************************************!*\
83644
- !*** ./models/SimpleEncodingLiveJobGcsServiceAccountCredentials.ts ***!
83645
- \*********************************************************************/
83646
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
83647
-
83648
- "use strict";
83649
-
83650
- var __extends = (this && this.__extends) || (function () {
83651
- var extendStatics = function (d, b) {
83652
- extendStatics = Object.setPrototypeOf ||
83653
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
83654
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
83655
- return extendStatics(d, b);
83656
- };
83657
- return function (d, b) {
83658
- if (typeof b !== "function" && b !== null)
83659
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
83660
- extendStatics(d, b);
83661
- function __() { this.constructor = d; }
83662
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
83663
- };
83664
- })();
83665
- Object.defineProperty(exports, "__esModule", ({ value: true }));
83666
- exports.SimpleEncodingLiveJobGcsServiceAccountCredentials = void 0;
83667
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
83668
- var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
83669
- /**
83670
- * @export
83671
- * @class SimpleEncodingLiveJobGcsServiceAccountCredentials
83672
- */
83673
- var SimpleEncodingLiveJobGcsServiceAccountCredentials = /** @class */ (function (_super) {
83674
- __extends(SimpleEncodingLiveJobGcsServiceAccountCredentials, _super);
83675
- function SimpleEncodingLiveJobGcsServiceAccountCredentials(obj) {
83676
- var _this = _super.call(this, obj) || this;
83677
- if (!obj) {
83678
- return _this;
83679
- }
83680
- _this.serviceAccountCredentials = (0, Mapper_1.map)(obj.serviceAccountCredentials);
83681
- return _this;
83682
- }
83683
- return SimpleEncodingLiveJobGcsServiceAccountCredentials;
83684
- }(SimpleEncodingLiveJobCredentials_1.default));
83685
- exports.SimpleEncodingLiveJobGcsServiceAccountCredentials = SimpleEncodingLiveJobGcsServiceAccountCredentials;
83686
- exports["default"] = SimpleEncodingLiveJobGcsServiceAccountCredentials;
83687
-
83688
-
83689
- /***/ }),
83690
-
83691
- /***/ "./models/SimpleEncodingLiveJobInput.ts":
83692
- /*!**********************************************!*\
83693
- !*** ./models/SimpleEncodingLiveJobInput.ts ***!
83694
- \**********************************************/
83695
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
83696
-
83697
- "use strict";
83698
-
83699
- Object.defineProperty(exports, "__esModule", ({ value: true }));
83700
- exports.SimpleEncodingLiveJobInput = void 0;
83701
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
83702
- /**
83703
- * @export
83704
- * @class SimpleEncodingLiveJobInput
83705
- */
83706
- var SimpleEncodingLiveJobInput = /** @class */ (function () {
83707
- function SimpleEncodingLiveJobInput(obj) {
83708
- if (!obj) {
83709
- return;
83710
- }
83711
- this.inputType = (0, Mapper_1.map)(obj.inputType);
83712
- }
83713
- return SimpleEncodingLiveJobInput;
83714
- }());
83715
- exports.SimpleEncodingLiveJobInput = SimpleEncodingLiveJobInput;
83716
- exports["default"] = SimpleEncodingLiveJobInput;
83717
-
83718
-
83719
- /***/ }),
83720
-
83721
- /***/ "./models/SimpleEncodingLiveJobInputType.ts":
83722
- /*!**************************************************!*\
83723
- !*** ./models/SimpleEncodingLiveJobInputType.ts ***!
83724
- \**************************************************/
83725
- /***/ ((__unused_webpack_module, exports) => {
83726
-
83727
- "use strict";
83728
-
83729
- Object.defineProperty(exports, "__esModule", ({ value: true }));
83730
- exports.SimpleEncodingLiveJobInputType = void 0;
83731
- /**
83732
- * @export
83733
- * @enum {string}
83734
- */
83735
- var SimpleEncodingLiveJobInputType;
83736
- (function (SimpleEncodingLiveJobInputType) {
83737
- SimpleEncodingLiveJobInputType["RTMP"] = "RTMP";
83738
- SimpleEncodingLiveJobInputType["SRT_LISTENER"] = "SRT_LISTENER";
83739
- })(SimpleEncodingLiveJobInputType || (exports.SimpleEncodingLiveJobInputType = SimpleEncodingLiveJobInputType = {}));
83740
- exports["default"] = SimpleEncodingLiveJobInputType;
83741
-
83742
-
83743
- /***/ }),
83744
-
83745
- /***/ "./models/SimpleEncodingLiveJobOutput.ts":
83746
- /*!***********************************************!*\
83747
- !*** ./models/SimpleEncodingLiveJobOutput.ts ***!
83748
- \***********************************************/
83749
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
83750
-
83751
- "use strict";
83752
-
83753
- Object.defineProperty(exports, "__esModule", ({ value: true }));
83754
- exports.SimpleEncodingLiveJobOutput = void 0;
83755
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
83756
- /**
83757
- * @export
83758
- * @class SimpleEncodingLiveJobOutput
83759
- */
83760
- var SimpleEncodingLiveJobOutput = /** @class */ (function () {
83761
- function SimpleEncodingLiveJobOutput(obj) {
83762
- if (!obj) {
83763
- return;
83764
- }
83765
- this.maxResolution = (0, Mapper_1.map)(obj.maxResolution);
83766
- }
83767
- SimpleEncodingLiveJobOutput._discriminatorName = 'type';
83768
- SimpleEncodingLiveJobOutput._discriminatorMapping = {
83769
- URL: 'SimpleEncodingLiveJobUrlOutput',
83770
- CDN: 'SimpleEncodingLiveJobCdnOutput'
83771
- };
83772
- return SimpleEncodingLiveJobOutput;
83773
- }());
83774
- exports.SimpleEncodingLiveJobOutput = SimpleEncodingLiveJobOutput;
83775
- exports["default"] = SimpleEncodingLiveJobOutput;
83776
-
83777
-
83778
- /***/ }),
83779
-
83780
- /***/ "./models/SimpleEncodingLiveJobOutputType.ts":
83781
- /*!***************************************************!*\
83782
- !*** ./models/SimpleEncodingLiveJobOutputType.ts ***!
83783
- \***************************************************/
83784
- /***/ ((__unused_webpack_module, exports) => {
83785
-
83786
- "use strict";
83787
-
83788
- Object.defineProperty(exports, "__esModule", ({ value: true }));
83789
- exports.SimpleEncodingLiveJobOutputType = void 0;
83790
- /**
83791
- * Output type
83792
- * @export
83793
- * @enum {string}
83794
- */
83795
- var SimpleEncodingLiveJobOutputType;
83796
- (function (SimpleEncodingLiveJobOutputType) {
83797
- SimpleEncodingLiveJobOutputType["URL"] = "URL";
83798
- SimpleEncodingLiveJobOutputType["CDN"] = "CDN";
83799
- })(SimpleEncodingLiveJobOutputType || (exports.SimpleEncodingLiveJobOutputType = SimpleEncodingLiveJobOutputType = {}));
83800
- exports["default"] = SimpleEncodingLiveJobOutputType;
83801
-
83802
-
83803
- /***/ }),
83804
-
83805
- /***/ "./models/SimpleEncodingLiveJobRequest.ts":
83806
- /*!************************************************!*\
83807
- !*** ./models/SimpleEncodingLiveJobRequest.ts ***!
83808
- \************************************************/
83809
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
83810
-
83811
- "use strict";
83812
-
83813
- Object.defineProperty(exports, "__esModule", ({ value: true }));
83814
- exports.SimpleEncodingLiveJobRequest = void 0;
83815
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
83816
- var SimpleEncodingLiveJobInput_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobInput */ "./models/SimpleEncodingLiveJobInput.ts");
83817
- var SimpleEncodingLiveJobOutput_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobOutput */ "./models/SimpleEncodingLiveJobOutput.ts");
83818
- /**
83819
- * @export
83820
- * @class SimpleEncodingLiveJobRequest
83821
- */
83822
- var SimpleEncodingLiveJobRequest = /** @class */ (function () {
83823
- function SimpleEncodingLiveJobRequest(obj) {
83824
- if (!obj) {
83825
- return;
83826
- }
83827
- this.encodingProfile = (0, Mapper_1.map)(obj.encodingProfile);
83828
- this.input = (0, Mapper_1.map)(obj.input, SimpleEncodingLiveJobInput_1.default);
83829
- this.outputs = (0, Mapper_1.mapArray)(obj.outputs, SimpleEncodingLiveJobOutput_1.default);
83830
- this.cloudRegion = (0, Mapper_1.map)(obj.cloudRegion);
83831
- this.name = (0, Mapper_1.map)(obj.name);
83832
- }
83833
- return SimpleEncodingLiveJobRequest;
83834
- }());
83835
- exports.SimpleEncodingLiveJobRequest = SimpleEncodingLiveJobRequest;
83836
- exports["default"] = SimpleEncodingLiveJobRequest;
83837
-
83838
-
83839
- /***/ }),
83840
-
83841
- /***/ "./models/SimpleEncodingLiveJobResponse.ts":
83842
- /*!*************************************************!*\
83843
- !*** ./models/SimpleEncodingLiveJobResponse.ts ***!
83844
- \*************************************************/
83845
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
83846
-
83847
- "use strict";
83848
-
83849
- Object.defineProperty(exports, "__esModule", ({ value: true }));
83850
- exports.SimpleEncodingLiveJobResponse = void 0;
83851
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
83852
- var SimpleEncodingLiveJobInput_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobInput */ "./models/SimpleEncodingLiveJobInput.ts");
83853
- var SimpleEncodingLiveJobOutput_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobOutput */ "./models/SimpleEncodingLiveJobOutput.ts");
83854
- var SimpleEncodingVodJobErrors_1 = __webpack_require__(/*! ./SimpleEncodingVodJobErrors */ "./models/SimpleEncodingVodJobErrors.ts");
83855
- /**
83856
- * @export
83857
- * @class SimpleEncodingLiveJobResponse
83858
- */
83859
- var SimpleEncodingLiveJobResponse = /** @class */ (function () {
83860
- function SimpleEncodingLiveJobResponse(obj) {
83861
- if (!obj) {
83862
- return;
83863
- }
83864
- this.id = (0, Mapper_1.map)(obj.id);
83865
- this.status = (0, Mapper_1.map)(obj.status);
83866
- this.encodingId = (0, Mapper_1.map)(obj.encodingId);
83867
- this.encoderIp = (0, Mapper_1.map)(obj.encoderIp);
83868
- this.streamKey = (0, Mapper_1.map)(obj.streamKey);
83869
- this.input = (0, Mapper_1.map)(obj.input, SimpleEncodingLiveJobInput_1.default);
83870
- this.outputs = (0, Mapper_1.mapArray)(obj.outputs, SimpleEncodingLiveJobOutput_1.default);
83871
- this.errors = (0, Mapper_1.mapArray)(obj.errors, SimpleEncodingVodJobErrors_1.default);
83872
- this.createdAt = (0, Mapper_1.map)(obj.createdAt, Date);
83873
- this.modifiedAt = (0, Mapper_1.map)(obj.modifiedAt, Date);
83874
- this.name = (0, Mapper_1.map)(obj.name);
83875
- this.cloudRegion = (0, Mapper_1.map)(obj.cloudRegion);
83876
- this.encodingProfile = (0, Mapper_1.map)(obj.encodingProfile);
83877
- }
83878
- return SimpleEncodingLiveJobResponse;
83879
- }());
83880
- exports.SimpleEncodingLiveJobResponse = SimpleEncodingLiveJobResponse;
83881
- exports["default"] = SimpleEncodingLiveJobResponse;
83882
-
83883
-
83884
- /***/ }),
83885
-
83886
- /***/ "./models/SimpleEncodingLiveJobS3RoleBasedCredentials.ts":
83887
- /*!***************************************************************!*\
83888
- !*** ./models/SimpleEncodingLiveJobS3RoleBasedCredentials.ts ***!
83889
- \***************************************************************/
83890
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
83891
-
83892
- "use strict";
83893
-
83894
- var __extends = (this && this.__extends) || (function () {
83895
- var extendStatics = function (d, b) {
83896
- extendStatics = Object.setPrototypeOf ||
83897
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
83898
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
83899
- return extendStatics(d, b);
83900
- };
83901
- return function (d, b) {
83902
- if (typeof b !== "function" && b !== null)
83903
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
83904
- extendStatics(d, b);
83905
- function __() { this.constructor = d; }
83906
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
83907
- };
83908
- })();
83909
- Object.defineProperty(exports, "__esModule", ({ value: true }));
83910
- exports.SimpleEncodingLiveJobS3RoleBasedCredentials = void 0;
83911
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
83912
- var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
83913
- /**
83914
- * @export
83915
- * @class SimpleEncodingLiveJobS3RoleBasedCredentials
83916
- */
83917
- var SimpleEncodingLiveJobS3RoleBasedCredentials = /** @class */ (function (_super) {
83918
- __extends(SimpleEncodingLiveJobS3RoleBasedCredentials, _super);
83919
- function SimpleEncodingLiveJobS3RoleBasedCredentials(obj) {
83920
- var _this = _super.call(this, obj) || this;
83921
- if (!obj) {
83922
- return _this;
83923
- }
83924
- _this.roleArn = (0, Mapper_1.map)(obj.roleArn);
83925
- _this.useExternalId = (0, Mapper_1.map)(obj.useExternalId);
83926
- return _this;
83927
- }
83928
- return SimpleEncodingLiveJobS3RoleBasedCredentials;
83929
- }(SimpleEncodingLiveJobCredentials_1.default));
83930
- exports.SimpleEncodingLiveJobS3RoleBasedCredentials = SimpleEncodingLiveJobS3RoleBasedCredentials;
83931
- exports["default"] = SimpleEncodingLiveJobS3RoleBasedCredentials;
83932
-
83933
-
83934
- /***/ }),
83935
-
83936
- /***/ "./models/SimpleEncodingLiveJobStatus.ts":
83937
- /*!***********************************************!*\
83938
- !*** ./models/SimpleEncodingLiveJobStatus.ts ***!
83939
- \***********************************************/
83940
- /***/ ((__unused_webpack_module, exports) => {
83941
-
83942
- "use strict";
83943
-
83944
- Object.defineProperty(exports, "__esModule", ({ value: true }));
83945
- exports.SimpleEncodingLiveJobStatus = void 0;
83946
- /**
83947
- * @export
83948
- * @enum {string}
83949
- */
83950
- var SimpleEncodingLiveJobStatus;
83951
- (function (SimpleEncodingLiveJobStatus) {
83952
- SimpleEncodingLiveJobStatus["CREATED"] = "CREATED";
83953
- SimpleEncodingLiveJobStatus["EXECUTING"] = "EXECUTING";
83954
- SimpleEncodingLiveJobStatus["FAILURE"] = "FAILURE";
83955
- SimpleEncodingLiveJobStatus["STARTING"] = "STARTING";
83956
- SimpleEncodingLiveJobStatus["RUNNING"] = "RUNNING";
83957
- SimpleEncodingLiveJobStatus["STOPPED"] = "STOPPED";
83958
- SimpleEncodingLiveJobStatus["ERROR"] = "ERROR";
83959
- SimpleEncodingLiveJobStatus["CANCELED"] = "CANCELED";
83960
- })(SimpleEncodingLiveJobStatus || (exports.SimpleEncodingLiveJobStatus = SimpleEncodingLiveJobStatus = {}));
83961
- exports["default"] = SimpleEncodingLiveJobStatus;
83962
-
83963
-
83964
- /***/ }),
83965
-
83966
- /***/ "./models/SimpleEncodingLiveJobUrlOutput.ts":
83967
- /*!**************************************************!*\
83968
- !*** ./models/SimpleEncodingLiveJobUrlOutput.ts ***!
83969
- \**************************************************/
83970
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
83971
-
83972
- "use strict";
83973
-
83974
- var __extends = (this && this.__extends) || (function () {
83975
- var extendStatics = function (d, b) {
83976
- extendStatics = Object.setPrototypeOf ||
83977
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
83978
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
83979
- return extendStatics(d, b);
83980
- };
83981
- return function (d, b) {
83982
- if (typeof b !== "function" && b !== null)
83983
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
83984
- extendStatics(d, b);
83985
- function __() { this.constructor = d; }
83986
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
83987
- };
83988
- })();
83989
- Object.defineProperty(exports, "__esModule", ({ value: true }));
83990
- exports.SimpleEncodingLiveJobUrlOutput = void 0;
83991
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
83992
- var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
83993
- var SimpleEncodingLiveJobOutput_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobOutput */ "./models/SimpleEncodingLiveJobOutput.ts");
83994
- var SimpleEncodingLiveJobOutputType_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobOutputType */ "./models/SimpleEncodingLiveJobOutputType.ts");
83995
- /**
83996
- * @export
83997
- * @class SimpleEncodingLiveJobUrlOutput
83998
- */
83999
- var SimpleEncodingLiveJobUrlOutput = /** @class */ (function (_super) {
84000
- __extends(SimpleEncodingLiveJobUrlOutput, _super);
84001
- function SimpleEncodingLiveJobUrlOutput(obj) {
84002
- var _this = _super.call(this, obj) || this;
84003
- /**
84004
- * Discriminator property for SimpleEncodingLiveJobOutput
84005
- * @type {string}
84006
- * @memberof SimpleEncodingLiveJobUrlOutput
84007
- */
84008
- _this.type = SimpleEncodingLiveJobOutputType_1.default.URL;
84009
- if (!obj) {
84010
- return _this;
84011
- }
84012
- _this.url = (0, Mapper_1.map)(obj.url);
84013
- _this.credentials = (0, Mapper_1.map)(obj.credentials, SimpleEncodingLiveJobCredentials_1.default);
84014
- _this.makePublic = (0, Mapper_1.map)(obj.makePublic);
84015
- return _this;
84016
- }
84017
- return SimpleEncodingLiveJobUrlOutput;
84018
- }(SimpleEncodingLiveJobOutput_1.default));
84019
- exports.SimpleEncodingLiveJobUrlOutput = SimpleEncodingLiveJobUrlOutput;
84020
- exports["default"] = SimpleEncodingLiveJobUrlOutput;
84021
-
84022
-
84023
- /***/ }),
84024
-
84025
- /***/ "./models/SimpleEncodingLiveJobUsernamePasswordCredentials.ts":
84026
- /*!********************************************************************!*\
84027
- !*** ./models/SimpleEncodingLiveJobUsernamePasswordCredentials.ts ***!
84028
- \********************************************************************/
84029
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
84030
-
84031
- "use strict";
84032
-
84033
- var __extends = (this && this.__extends) || (function () {
84034
- var extendStatics = function (d, b) {
84035
- extendStatics = Object.setPrototypeOf ||
84036
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
84037
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
84038
- return extendStatics(d, b);
84039
- };
84040
- return function (d, b) {
84041
- if (typeof b !== "function" && b !== null)
84042
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
84043
- extendStatics(d, b);
84044
- function __() { this.constructor = d; }
84045
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
84046
- };
84047
- })();
84048
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84049
- exports.SimpleEncodingLiveJobUsernamePasswordCredentials = void 0;
84050
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
84051
- var SimpleEncodingLiveJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts");
84052
- /**
84053
- * @export
84054
- * @class SimpleEncodingLiveJobUsernamePasswordCredentials
84055
- */
84056
- var SimpleEncodingLiveJobUsernamePasswordCredentials = /** @class */ (function (_super) {
84057
- __extends(SimpleEncodingLiveJobUsernamePasswordCredentials, _super);
84058
- function SimpleEncodingLiveJobUsernamePasswordCredentials(obj) {
84059
- var _this = _super.call(this, obj) || this;
84060
- if (!obj) {
84061
- return _this;
84062
- }
84063
- _this.username = (0, Mapper_1.map)(obj.username);
84064
- _this.password = (0, Mapper_1.map)(obj.password);
84065
- return _this;
84066
- }
84067
- return SimpleEncodingLiveJobUsernamePasswordCredentials;
84068
- }(SimpleEncodingLiveJobCredentials_1.default));
84069
- exports.SimpleEncodingLiveJobUsernamePasswordCredentials = SimpleEncodingLiveJobUsernamePasswordCredentials;
84070
- exports["default"] = SimpleEncodingLiveJobUsernamePasswordCredentials;
84071
-
84072
-
84073
- /***/ }),
84074
-
84075
- /***/ "./models/SimpleEncodingLiveMaxResolution.ts":
84076
- /*!***************************************************!*\
84077
- !*** ./models/SimpleEncodingLiveMaxResolution.ts ***!
84078
- \***************************************************/
84079
- /***/ ((__unused_webpack_module, exports) => {
84080
-
84081
- "use strict";
84082
-
84083
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84084
- exports.SimpleEncodingLiveMaxResolution = void 0;
84085
- /**
84086
- * @export
84087
- * @enum {string}
84088
- */
84089
- var SimpleEncodingLiveMaxResolution;
84090
- (function (SimpleEncodingLiveMaxResolution) {
84091
- SimpleEncodingLiveMaxResolution["FULL_HD"] = "FULL_HD";
84092
- SimpleEncodingLiveMaxResolution["HD"] = "HD";
84093
- SimpleEncodingLiveMaxResolution["SD"] = "SD";
84094
- })(SimpleEncodingLiveMaxResolution || (exports.SimpleEncodingLiveMaxResolution = SimpleEncodingLiveMaxResolution = {}));
84095
- exports["default"] = SimpleEncodingLiveMaxResolution;
84096
-
84097
-
84098
- /***/ }),
84099
-
84100
- /***/ "./models/SimpleEncodingLiveProfile.ts":
84101
- /*!*********************************************!*\
84102
- !*** ./models/SimpleEncodingLiveProfile.ts ***!
84103
- \*********************************************/
84104
- /***/ ((__unused_webpack_module, exports) => {
84105
-
84106
- "use strict";
84107
-
84108
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84109
- exports.SimpleEncodingLiveProfile = void 0;
84110
- /**
84111
- * @export
84112
- * @enum {string}
84113
- */
84114
- var SimpleEncodingLiveProfile;
84115
- (function (SimpleEncodingLiveProfile) {
84116
- SimpleEncodingLiveProfile["INCREASED_QUALITY"] = "INCREASED_QUALITY";
84117
- SimpleEncodingLiveProfile["LOWER_LATENCY"] = "LOWER_LATENCY";
84118
- })(SimpleEncodingLiveProfile || (exports.SimpleEncodingLiveProfile = SimpleEncodingLiveProfile = {}));
84119
- exports["default"] = SimpleEncodingLiveProfile;
84120
-
84121
-
84122
- /***/ }),
84123
-
84124
- /***/ "./models/SimpleEncodingVodJobAccessKeyCredentials.ts":
84125
- /*!************************************************************!*\
84126
- !*** ./models/SimpleEncodingVodJobAccessKeyCredentials.ts ***!
84127
- \************************************************************/
84128
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
84129
-
84130
- "use strict";
84131
-
84132
- var __extends = (this && this.__extends) || (function () {
84133
- var extendStatics = function (d, b) {
84134
- extendStatics = Object.setPrototypeOf ||
84135
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
84136
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
84137
- return extendStatics(d, b);
84138
- };
84139
- return function (d, b) {
84140
- if (typeof b !== "function" && b !== null)
84141
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
84142
- extendStatics(d, b);
84143
- function __() { this.constructor = d; }
84144
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
84145
- };
84146
- })();
84147
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84148
- exports.SimpleEncodingVodJobAccessKeyCredentials = void 0;
84149
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
84150
- var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
84151
- /**
84152
- * @export
84153
- * @class SimpleEncodingVodJobAccessKeyCredentials
84154
- */
84155
- var SimpleEncodingVodJobAccessKeyCredentials = /** @class */ (function (_super) {
84156
- __extends(SimpleEncodingVodJobAccessKeyCredentials, _super);
84157
- function SimpleEncodingVodJobAccessKeyCredentials(obj) {
84158
- var _this = _super.call(this, obj) || this;
84159
- if (!obj) {
84160
- return _this;
84161
- }
84162
- _this.accessKey = (0, Mapper_1.map)(obj.accessKey);
84163
- _this.secretKey = (0, Mapper_1.map)(obj.secretKey);
84164
- return _this;
84165
- }
84166
- return SimpleEncodingVodJobAccessKeyCredentials;
84167
- }(SimpleEncodingVodJobCredentials_1.default));
84168
- exports.SimpleEncodingVodJobAccessKeyCredentials = SimpleEncodingVodJobAccessKeyCredentials;
84169
- exports["default"] = SimpleEncodingVodJobAccessKeyCredentials;
84170
-
84171
-
84172
- /***/ }),
84173
-
84174
- /***/ "./models/SimpleEncodingVodJobAzureCredentials.ts":
84175
- /*!********************************************************!*\
84176
- !*** ./models/SimpleEncodingVodJobAzureCredentials.ts ***!
84177
- \********************************************************/
84178
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
84179
-
84180
- "use strict";
84181
-
84182
- var __extends = (this && this.__extends) || (function () {
84183
- var extendStatics = function (d, b) {
84184
- extendStatics = Object.setPrototypeOf ||
84185
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
84186
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
84187
- return extendStatics(d, b);
84188
- };
84189
- return function (d, b) {
84190
- if (typeof b !== "function" && b !== null)
84191
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
84192
- extendStatics(d, b);
84193
- function __() { this.constructor = d; }
84194
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
84195
- };
84196
- })();
84197
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84198
- exports.SimpleEncodingVodJobAzureCredentials = void 0;
84199
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
84200
- var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
84201
- /**
84202
- * @export
84203
- * @class SimpleEncodingVodJobAzureCredentials
84204
- */
84205
- var SimpleEncodingVodJobAzureCredentials = /** @class */ (function (_super) {
84206
- __extends(SimpleEncodingVodJobAzureCredentials, _super);
84207
- function SimpleEncodingVodJobAzureCredentials(obj) {
84208
- var _this = _super.call(this, obj) || this;
84209
- if (!obj) {
84210
- return _this;
84211
- }
84212
- _this.key = (0, Mapper_1.map)(obj.key);
84213
- return _this;
84214
- }
84215
- return SimpleEncodingVodJobAzureCredentials;
84216
- }(SimpleEncodingVodJobCredentials_1.default));
84217
- exports.SimpleEncodingVodJobAzureCredentials = SimpleEncodingVodJobAzureCredentials;
84218
- exports["default"] = SimpleEncodingVodJobAzureCredentials;
84219
-
84220
-
84221
- /***/ }),
84222
-
84223
- /***/ "./models/SimpleEncodingVodJobCdnOutput.ts":
84224
- /*!*************************************************!*\
84225
- !*** ./models/SimpleEncodingVodJobCdnOutput.ts ***!
84226
- \*************************************************/
84227
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
84228
-
84229
- "use strict";
84230
-
84231
- var __extends = (this && this.__extends) || (function () {
84232
- var extendStatics = function (d, b) {
84233
- extendStatics = Object.setPrototypeOf ||
84234
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
84235
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
84236
- return extendStatics(d, b);
84237
- };
84238
- return function (d, b) {
84239
- if (typeof b !== "function" && b !== null)
84240
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
84241
- extendStatics(d, b);
84242
- function __() { this.constructor = d; }
84243
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
84244
- };
84245
- })();
84246
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84247
- exports.SimpleEncodingVodJobCdnOutput = void 0;
84248
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
84249
- var SimpleEncodingVodJobOutput_1 = __webpack_require__(/*! ./SimpleEncodingVodJobOutput */ "./models/SimpleEncodingVodJobOutput.ts");
84250
- var SimpleEncodingVodJobOutputType_1 = __webpack_require__(/*! ./SimpleEncodingVodJobOutputType */ "./models/SimpleEncodingVodJobOutputType.ts");
84251
- /**
84252
- * @export
84253
- * @class SimpleEncodingVodJobCdnOutput
84254
- */
84255
- var SimpleEncodingVodJobCdnOutput = /** @class */ (function (_super) {
84256
- __extends(SimpleEncodingVodJobCdnOutput, _super);
84257
- function SimpleEncodingVodJobCdnOutput(obj) {
84258
- var _this = _super.call(this, obj) || this;
84259
- /**
84260
- * Discriminator property for SimpleEncodingVodJobOutput
84261
- * @type {string}
84262
- * @memberof SimpleEncodingVodJobCdnOutput
84263
- */
84264
- _this.type = SimpleEncodingVodJobOutputType_1.default.CDN;
84265
- if (!obj) {
84266
- return _this;
84267
- }
84268
- _this.maxResolution = (0, Mapper_1.map)(obj.maxResolution);
84269
- return _this;
84270
- }
84271
- return SimpleEncodingVodJobCdnOutput;
84272
- }(SimpleEncodingVodJobOutput_1.default));
84273
- exports.SimpleEncodingVodJobCdnOutput = SimpleEncodingVodJobCdnOutput;
84274
- exports["default"] = SimpleEncodingVodJobCdnOutput;
84275
-
84276
-
84277
- /***/ }),
84278
-
84279
- /***/ "./models/SimpleEncodingVodJobCredentials.ts":
84280
- /*!***************************************************!*\
84281
- !*** ./models/SimpleEncodingVodJobCredentials.ts ***!
84282
- \***************************************************/
84283
- /***/ ((__unused_webpack_module, exports) => {
84284
-
84285
- "use strict";
84286
-
84287
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84288
- exports.SimpleEncodingVodJobCredentials = void 0;
84289
- /**
84290
- * @export
84291
- * @class SimpleEncodingVodJobCredentials
84292
- */
84293
- var SimpleEncodingVodJobCredentials = /** @class */ (function () {
84294
- function SimpleEncodingVodJobCredentials(obj) {
84295
- if (!obj) {
84296
- return;
84297
- }
84298
- }
84299
- return SimpleEncodingVodJobCredentials;
84300
- }());
84301
- exports.SimpleEncodingVodJobCredentials = SimpleEncodingVodJobCredentials;
84302
- exports["default"] = SimpleEncodingVodJobCredentials;
84303
-
84304
-
84305
- /***/ }),
84306
-
84307
- /***/ "./models/SimpleEncodingVodJobDirectFileUploadInput.ts":
84308
- /*!*************************************************************!*\
84309
- !*** ./models/SimpleEncodingVodJobDirectFileUploadInput.ts ***!
84310
- \*************************************************************/
84311
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
84312
-
84313
- "use strict";
84314
-
84315
- var __extends = (this && this.__extends) || (function () {
84316
- var extendStatics = function (d, b) {
84317
- extendStatics = Object.setPrototypeOf ||
84318
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
84319
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
84320
- return extendStatics(d, b);
84321
- };
84322
- return function (d, b) {
84323
- if (typeof b !== "function" && b !== null)
84324
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
84325
- extendStatics(d, b);
84326
- function __() { this.constructor = d; }
84327
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
84328
- };
84329
- })();
84330
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84331
- exports.SimpleEncodingVodJobDirectFileUploadInput = void 0;
84332
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
84333
- var SimpleEncodingVodJobInput_1 = __webpack_require__(/*! ./SimpleEncodingVodJobInput */ "./models/SimpleEncodingVodJobInput.ts");
84334
- var SimpleEncodingVodJobInputSourceType_1 = __webpack_require__(/*! ./SimpleEncodingVodJobInputSourceType */ "./models/SimpleEncodingVodJobInputSourceType.ts");
84335
- /**
84336
- * @export
84337
- * @class SimpleEncodingVodJobDirectFileUploadInput
84338
- */
84339
- var SimpleEncodingVodJobDirectFileUploadInput = /** @class */ (function (_super) {
84340
- __extends(SimpleEncodingVodJobDirectFileUploadInput, _super);
84341
- function SimpleEncodingVodJobDirectFileUploadInput(obj) {
84342
- var _this = _super.call(this, obj) || this;
84343
- /**
84344
- * Discriminator property for SimpleEncodingVodJobInput
84345
- * @type {string}
84346
- * @memberof SimpleEncodingVodJobDirectFileUploadInput
84347
- */
84348
- _this.type = SimpleEncodingVodJobInputSourceType_1.default.DIRECT_FILE_UPLOAD;
84349
- if (!obj) {
84350
- return _this;
84351
- }
84352
- _this.inputId = (0, Mapper_1.map)(obj.inputId);
84353
- _this.inputType = (0, Mapper_1.map)(obj.inputType);
84354
- _this.language = (0, Mapper_1.map)(obj.language);
84355
- return _this;
84356
- }
84357
- return SimpleEncodingVodJobDirectFileUploadInput;
84358
- }(SimpleEncodingVodJobInput_1.default));
84359
- exports.SimpleEncodingVodJobDirectFileUploadInput = SimpleEncodingVodJobDirectFileUploadInput;
84360
- exports["default"] = SimpleEncodingVodJobDirectFileUploadInput;
84361
-
84362
-
84363
- /***/ }),
84364
-
84365
- /***/ "./models/SimpleEncodingVodJobErrors.ts":
84366
- /*!**********************************************!*\
84367
- !*** ./models/SimpleEncodingVodJobErrors.ts ***!
84368
- \**********************************************/
84369
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
84370
-
84371
- "use strict";
84372
-
84373
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84374
- exports.SimpleEncodingVodJobErrors = void 0;
84375
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
84376
- /**
84377
- * @export
84378
- * @class SimpleEncodingVodJobErrors
84379
- */
84380
- var SimpleEncodingVodJobErrors = /** @class */ (function () {
84381
- function SimpleEncodingVodJobErrors(obj) {
84382
- if (!obj) {
84383
- return;
84384
- }
84385
- this.errorCode = (0, Mapper_1.map)(obj.errorCode);
84386
- this.message = (0, Mapper_1.map)(obj.message);
84387
- this.details = (0, Mapper_1.map)(obj.details);
84388
- }
84389
- return SimpleEncodingVodJobErrors;
84390
- }());
84391
- exports.SimpleEncodingVodJobErrors = SimpleEncodingVodJobErrors;
84392
- exports["default"] = SimpleEncodingVodJobErrors;
84393
-
84394
-
84395
- /***/ }),
84396
-
84397
- /***/ "./models/SimpleEncodingVodJobGcsServiceAccountCredentials.ts":
84398
- /*!********************************************************************!*\
84399
- !*** ./models/SimpleEncodingVodJobGcsServiceAccountCredentials.ts ***!
84400
- \********************************************************************/
84401
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
84402
-
84403
- "use strict";
84404
-
84405
- var __extends = (this && this.__extends) || (function () {
84406
- var extendStatics = function (d, b) {
84407
- extendStatics = Object.setPrototypeOf ||
84408
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
84409
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
84410
- return extendStatics(d, b);
84411
- };
84412
- return function (d, b) {
84413
- if (typeof b !== "function" && b !== null)
84414
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
84415
- extendStatics(d, b);
84416
- function __() { this.constructor = d; }
84417
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
84418
- };
84419
- })();
84420
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84421
- exports.SimpleEncodingVodJobGcsServiceAccountCredentials = void 0;
84422
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
84423
- var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
84424
- /**
84425
- * @export
84426
- * @class SimpleEncodingVodJobGcsServiceAccountCredentials
84427
- */
84428
- var SimpleEncodingVodJobGcsServiceAccountCredentials = /** @class */ (function (_super) {
84429
- __extends(SimpleEncodingVodJobGcsServiceAccountCredentials, _super);
84430
- function SimpleEncodingVodJobGcsServiceAccountCredentials(obj) {
84431
- var _this = _super.call(this, obj) || this;
84432
- if (!obj) {
84433
- return _this;
84434
- }
84435
- _this.serviceAccountCredentials = (0, Mapper_1.map)(obj.serviceAccountCredentials);
84436
- return _this;
84437
- }
84438
- return SimpleEncodingVodJobGcsServiceAccountCredentials;
84439
- }(SimpleEncodingVodJobCredentials_1.default));
84440
- exports.SimpleEncodingVodJobGcsServiceAccountCredentials = SimpleEncodingVodJobGcsServiceAccountCredentials;
84441
- exports["default"] = SimpleEncodingVodJobGcsServiceAccountCredentials;
84442
-
84443
-
84444
- /***/ }),
84445
-
84446
- /***/ "./models/SimpleEncodingVodJobInput.ts":
84447
- /*!*********************************************!*\
84448
- !*** ./models/SimpleEncodingVodJobInput.ts ***!
84449
- \*********************************************/
84450
- /***/ ((__unused_webpack_module, exports) => {
84451
-
84452
- "use strict";
84453
-
84454
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84455
- exports.SimpleEncodingVodJobInput = void 0;
84456
- /**
84457
- * @export
84458
- * @class SimpleEncodingVodJobInput
84459
- */
84460
- var SimpleEncodingVodJobInput = /** @class */ (function () {
84461
- function SimpleEncodingVodJobInput(obj) {
84462
- if (!obj) {
84463
- return;
84464
- }
84465
- }
84466
- SimpleEncodingVodJobInput._discriminatorName = 'type';
84467
- SimpleEncodingVodJobInput._discriminatorMapping = {
84468
- URL: 'SimpleEncodingVodJobUrlInput',
84469
- DIRECT_FILE_UPLOAD: 'SimpleEncodingVodJobDirectFileUploadInput'
84470
- };
84471
- return SimpleEncodingVodJobInput;
84472
- }());
84473
- exports.SimpleEncodingVodJobInput = SimpleEncodingVodJobInput;
84474
- exports["default"] = SimpleEncodingVodJobInput;
84475
-
84476
-
84477
- /***/ }),
84478
-
84479
- /***/ "./models/SimpleEncodingVodJobInputSourceType.ts":
84480
- /*!*******************************************************!*\
84481
- !*** ./models/SimpleEncodingVodJobInputSourceType.ts ***!
84482
- \*******************************************************/
84483
- /***/ ((__unused_webpack_module, exports) => {
84484
-
84485
- "use strict";
84486
-
84487
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84488
- exports.SimpleEncodingVodJobInputSourceType = void 0;
84489
- /**
84490
- * Input source type
84491
- * @export
84492
- * @enum {string}
84493
- */
84494
- var SimpleEncodingVodJobInputSourceType;
84495
- (function (SimpleEncodingVodJobInputSourceType) {
84496
- SimpleEncodingVodJobInputSourceType["URL"] = "URL";
84497
- SimpleEncodingVodJobInputSourceType["DIRECT_FILE_UPLOAD"] = "DIRECT_FILE_UPLOAD";
84498
- })(SimpleEncodingVodJobInputSourceType || (exports.SimpleEncodingVodJobInputSourceType = SimpleEncodingVodJobInputSourceType = {}));
84499
- exports["default"] = SimpleEncodingVodJobInputSourceType;
84500
-
84501
-
84502
- /***/ }),
84503
-
84504
- /***/ "./models/SimpleEncodingVodJobInputType.ts":
84505
- /*!*************************************************!*\
84506
- !*** ./models/SimpleEncodingVodJobInputType.ts ***!
84507
- \*************************************************/
84508
- /***/ ((__unused_webpack_module, exports) => {
84509
-
84510
- "use strict";
84511
-
84512
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84513
- exports.SimpleEncodingVodJobInputType = void 0;
84514
- /**
84515
- * @export
84516
- * @enum {string}
84517
- */
84518
- var SimpleEncodingVodJobInputType;
84519
- (function (SimpleEncodingVodJobInputType) {
84520
- SimpleEncodingVodJobInputType["VIDEO"] = "VIDEO";
84521
- SimpleEncodingVodJobInputType["AUDIO"] = "AUDIO";
84522
- SimpleEncodingVodJobInputType["SUBTITLES"] = "SUBTITLES";
84523
- SimpleEncodingVodJobInputType["CLOSED_CAPTIONS"] = "CLOSED_CAPTIONS";
84524
- })(SimpleEncodingVodJobInputType || (exports.SimpleEncodingVodJobInputType = SimpleEncodingVodJobInputType = {}));
84525
- exports["default"] = SimpleEncodingVodJobInputType;
84526
-
84527
-
84528
- /***/ }),
84529
-
84530
- /***/ "./models/SimpleEncodingVodJobOptions.ts":
84531
- /*!***********************************************!*\
84532
- !*** ./models/SimpleEncodingVodJobOptions.ts ***!
84533
- \***********************************************/
84534
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
84535
-
84536
- "use strict";
84537
-
84538
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84539
- exports.SimpleEncodingVodJobOptions = void 0;
84540
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
84541
- /**
84542
- * @export
84543
- * @class SimpleEncodingVodJobOptions
84544
- */
84545
- var SimpleEncodingVodJobOptions = /** @class */ (function () {
84546
- function SimpleEncodingVodJobOptions(obj) {
84547
- if (!obj) {
84548
- return;
84549
- }
84550
- this.singleFileOutput = (0, Mapper_1.map)(obj.singleFileOutput);
84551
- }
84552
- return SimpleEncodingVodJobOptions;
84553
- }());
84554
- exports.SimpleEncodingVodJobOptions = SimpleEncodingVodJobOptions;
84555
- exports["default"] = SimpleEncodingVodJobOptions;
84556
-
84557
-
84558
- /***/ }),
84559
-
84560
- /***/ "./models/SimpleEncodingVodJobOutput.ts":
84561
- /*!**********************************************!*\
84562
- !*** ./models/SimpleEncodingVodJobOutput.ts ***!
84563
- \**********************************************/
84564
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
84565
-
84566
- "use strict";
84567
-
84568
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84569
- exports.SimpleEncodingVodJobOutput = void 0;
84570
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
84571
- var SimpleEncodingVodJobOutputArtifact_1 = __webpack_require__(/*! ./SimpleEncodingVodJobOutputArtifact */ "./models/SimpleEncodingVodJobOutputArtifact.ts");
84572
- /**
84573
- * @export
84574
- * @class SimpleEncodingVodJobOutput
84575
- */
84576
- var SimpleEncodingVodJobOutput = /** @class */ (function () {
84577
- function SimpleEncodingVodJobOutput(obj) {
84578
- if (!obj) {
84579
- return;
84580
- }
84581
- this.artifacts = (0, Mapper_1.mapArray)(obj.artifacts, SimpleEncodingVodJobOutputArtifact_1.default);
84582
- }
84583
- SimpleEncodingVodJobOutput._discriminatorName = 'type';
84584
- SimpleEncodingVodJobOutput._discriminatorMapping = {
84585
- URL: 'SimpleEncodingVodJobUrlOutput',
84586
- CDN: 'SimpleEncodingVodJobCdnOutput'
84587
- };
84588
- return SimpleEncodingVodJobOutput;
84589
- }());
84590
- exports.SimpleEncodingVodJobOutput = SimpleEncodingVodJobOutput;
84591
- exports["default"] = SimpleEncodingVodJobOutput;
84592
-
84593
-
84594
- /***/ }),
84595
-
84596
- /***/ "./models/SimpleEncodingVodJobOutputArtifact.ts":
84597
- /*!******************************************************!*\
84598
- !*** ./models/SimpleEncodingVodJobOutputArtifact.ts ***!
84599
- \******************************************************/
84600
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
84601
-
84602
- "use strict";
84603
-
84604
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84605
- exports.SimpleEncodingVodJobOutputArtifact = void 0;
84606
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
84607
- /**
84608
- * @export
84609
- * @class SimpleEncodingVodJobOutputArtifact
84610
- */
84611
- var SimpleEncodingVodJobOutputArtifact = /** @class */ (function () {
84612
- function SimpleEncodingVodJobOutputArtifact(obj) {
84613
- if (!obj) {
84614
- return;
84615
- }
84616
- this.name = (0, Mapper_1.map)(obj.name);
84617
- this.value = (0, Mapper_1.map)(obj.value);
84618
- }
84619
- return SimpleEncodingVodJobOutputArtifact;
84620
- }());
84621
- exports.SimpleEncodingVodJobOutputArtifact = SimpleEncodingVodJobOutputArtifact;
84622
- exports["default"] = SimpleEncodingVodJobOutputArtifact;
84623
-
84624
-
84625
- /***/ }),
84626
-
84627
- /***/ "./models/SimpleEncodingVodJobOutputType.ts":
84628
- /*!**************************************************!*\
84629
- !*** ./models/SimpleEncodingVodJobOutputType.ts ***!
84630
- \**************************************************/
84631
- /***/ ((__unused_webpack_module, exports) => {
84632
-
84633
- "use strict";
84634
-
84635
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84636
- exports.SimpleEncodingVodJobOutputType = void 0;
84637
- /**
84638
- * Output type
84639
- * @export
84640
- * @enum {string}
84641
- */
84642
- var SimpleEncodingVodJobOutputType;
84643
- (function (SimpleEncodingVodJobOutputType) {
84644
- SimpleEncodingVodJobOutputType["URL"] = "URL";
84645
- SimpleEncodingVodJobOutputType["CDN"] = "CDN";
84646
- })(SimpleEncodingVodJobOutputType || (exports.SimpleEncodingVodJobOutputType = SimpleEncodingVodJobOutputType = {}));
84647
- exports["default"] = SimpleEncodingVodJobOutputType;
84648
-
84649
-
84650
- /***/ }),
84651
-
84652
- /***/ "./models/SimpleEncodingVodJobRequest.ts":
84653
- /*!***********************************************!*\
84654
- !*** ./models/SimpleEncodingVodJobRequest.ts ***!
84655
- \***********************************************/
84656
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
84657
-
84658
- "use strict";
84659
-
84660
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84661
- exports.SimpleEncodingVodJobRequest = void 0;
84662
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
84663
- var SimpleEncodingVodJobInput_1 = __webpack_require__(/*! ./SimpleEncodingVodJobInput */ "./models/SimpleEncodingVodJobInput.ts");
84664
- var SimpleEncodingVodJobOptions_1 = __webpack_require__(/*! ./SimpleEncodingVodJobOptions */ "./models/SimpleEncodingVodJobOptions.ts");
84665
- var SimpleEncodingVodJobOutput_1 = __webpack_require__(/*! ./SimpleEncodingVodJobOutput */ "./models/SimpleEncodingVodJobOutput.ts");
84666
- /**
84667
- * @export
84668
- * @class SimpleEncodingVodJobRequest
84669
- */
84670
- var SimpleEncodingVodJobRequest = /** @class */ (function () {
84671
- function SimpleEncodingVodJobRequest(obj) {
84672
- if (!obj) {
84673
- return;
84674
- }
84675
- this.encodingTemplate = (0, Mapper_1.map)(obj.encodingTemplate);
84676
- this.inputs = (0, Mapper_1.mapArray)(obj.inputs, SimpleEncodingVodJobInput_1.default);
84677
- this.outputs = (0, Mapper_1.mapArray)(obj.outputs, SimpleEncodingVodJobOutput_1.default);
84678
- this.options = (0, Mapper_1.map)(obj.options, SimpleEncodingVodJobOptions_1.default);
84679
- this.name = (0, Mapper_1.map)(obj.name);
84680
- }
84681
- return SimpleEncodingVodJobRequest;
84682
- }());
84683
- exports.SimpleEncodingVodJobRequest = SimpleEncodingVodJobRequest;
84684
- exports["default"] = SimpleEncodingVodJobRequest;
84685
-
84686
-
84687
- /***/ }),
84688
-
84689
- /***/ "./models/SimpleEncodingVodJobResponse.ts":
84690
- /*!************************************************!*\
84691
- !*** ./models/SimpleEncodingVodJobResponse.ts ***!
84692
- \************************************************/
84693
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
84694
-
84695
- "use strict";
84696
-
84697
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84698
- exports.SimpleEncodingVodJobResponse = void 0;
84699
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
84700
- var SimpleEncodingVodJobErrors_1 = __webpack_require__(/*! ./SimpleEncodingVodJobErrors */ "./models/SimpleEncodingVodJobErrors.ts");
84701
- var SimpleEncodingVodJobInput_1 = __webpack_require__(/*! ./SimpleEncodingVodJobInput */ "./models/SimpleEncodingVodJobInput.ts");
84702
- var SimpleEncodingVodJobOptions_1 = __webpack_require__(/*! ./SimpleEncodingVodJobOptions */ "./models/SimpleEncodingVodJobOptions.ts");
84703
- var SimpleEncodingVodJobOutput_1 = __webpack_require__(/*! ./SimpleEncodingVodJobOutput */ "./models/SimpleEncodingVodJobOutput.ts");
84704
- /**
84705
- * @export
84706
- * @class SimpleEncodingVodJobResponse
84707
- */
84708
- var SimpleEncodingVodJobResponse = /** @class */ (function () {
84709
- function SimpleEncodingVodJobResponse(obj) {
84710
- if (!obj) {
84711
- return;
84712
- }
84713
- this.id = (0, Mapper_1.map)(obj.id);
84714
- this.status = (0, Mapper_1.map)(obj.status);
84715
- this.encodingTemplate = (0, Mapper_1.map)(obj.encodingTemplate);
84716
- this.encodingId = (0, Mapper_1.map)(obj.encodingId);
84717
- this.inputs = (0, Mapper_1.mapArray)(obj.inputs, SimpleEncodingVodJobInput_1.default);
84718
- this.outputs = (0, Mapper_1.mapArray)(obj.outputs, SimpleEncodingVodJobOutput_1.default);
84719
- this.options = (0, Mapper_1.map)(obj.options, SimpleEncodingVodJobOptions_1.default);
84720
- this.errors = (0, Mapper_1.mapArray)(obj.errors, SimpleEncodingVodJobErrors_1.default);
84721
- this.createdAt = (0, Mapper_1.map)(obj.createdAt, Date);
84722
- this.modifiedAt = (0, Mapper_1.map)(obj.modifiedAt, Date);
84723
- this.name = (0, Mapper_1.map)(obj.name);
84724
- }
84725
- return SimpleEncodingVodJobResponse;
84726
- }());
84727
- exports.SimpleEncodingVodJobResponse = SimpleEncodingVodJobResponse;
84728
- exports["default"] = SimpleEncodingVodJobResponse;
84729
-
84730
-
84731
- /***/ }),
84732
-
84733
- /***/ "./models/SimpleEncodingVodJobS3RoleBasedCredentials.ts":
84734
- /*!**************************************************************!*\
84735
- !*** ./models/SimpleEncodingVodJobS3RoleBasedCredentials.ts ***!
84736
- \**************************************************************/
84737
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
84738
-
84739
- "use strict";
84740
-
84741
- var __extends = (this && this.__extends) || (function () {
84742
- var extendStatics = function (d, b) {
84743
- extendStatics = Object.setPrototypeOf ||
84744
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
84745
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
84746
- return extendStatics(d, b);
84747
- };
84748
- return function (d, b) {
84749
- if (typeof b !== "function" && b !== null)
84750
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
84751
- extendStatics(d, b);
84752
- function __() { this.constructor = d; }
84753
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
84754
- };
84755
- })();
84756
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84757
- exports.SimpleEncodingVodJobS3RoleBasedCredentials = void 0;
84758
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
84759
- var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
84760
- /**
84761
- * @export
84762
- * @class SimpleEncodingVodJobS3RoleBasedCredentials
84763
- */
84764
- var SimpleEncodingVodJobS3RoleBasedCredentials = /** @class */ (function (_super) {
84765
- __extends(SimpleEncodingVodJobS3RoleBasedCredentials, _super);
84766
- function SimpleEncodingVodJobS3RoleBasedCredentials(obj) {
84767
- var _this = _super.call(this, obj) || this;
84768
- if (!obj) {
84769
- return _this;
84770
- }
84771
- _this.roleArn = (0, Mapper_1.map)(obj.roleArn);
84772
- _this.useExternalId = (0, Mapper_1.map)(obj.useExternalId);
84773
- return _this;
84774
- }
84775
- return SimpleEncodingVodJobS3RoleBasedCredentials;
84776
- }(SimpleEncodingVodJobCredentials_1.default));
84777
- exports.SimpleEncodingVodJobS3RoleBasedCredentials = SimpleEncodingVodJobS3RoleBasedCredentials;
84778
- exports["default"] = SimpleEncodingVodJobS3RoleBasedCredentials;
84779
-
84780
-
84781
- /***/ }),
84782
-
84783
- /***/ "./models/SimpleEncodingVodJobStatus.ts":
84784
- /*!**********************************************!*\
84785
- !*** ./models/SimpleEncodingVodJobStatus.ts ***!
84786
- \**********************************************/
84787
- /***/ ((__unused_webpack_module, exports) => {
84788
-
84789
- "use strict";
84790
-
84791
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84792
- exports.SimpleEncodingVodJobStatus = void 0;
84793
- /**
84794
- * @export
84795
- * @enum {string}
84796
- */
84797
- var SimpleEncodingVodJobStatus;
84798
- (function (SimpleEncodingVodJobStatus) {
84799
- SimpleEncodingVodJobStatus["CREATED"] = "CREATED";
84800
- SimpleEncodingVodJobStatus["EXECUTING"] = "EXECUTING";
84801
- SimpleEncodingVodJobStatus["FAILURE"] = "FAILURE";
84802
- SimpleEncodingVodJobStatus["RUNNING"] = "RUNNING";
84803
- SimpleEncodingVodJobStatus["FINISHED"] = "FINISHED";
84804
- SimpleEncodingVodJobStatus["ERROR"] = "ERROR";
84805
- SimpleEncodingVodJobStatus["CANCELED"] = "CANCELED";
84806
- })(SimpleEncodingVodJobStatus || (exports.SimpleEncodingVodJobStatus = SimpleEncodingVodJobStatus = {}));
84807
- exports["default"] = SimpleEncodingVodJobStatus;
84808
-
84809
-
84810
- /***/ }),
84811
-
84812
- /***/ "./models/SimpleEncodingVodJobUrlInput.ts":
84813
- /*!************************************************!*\
84814
- !*** ./models/SimpleEncodingVodJobUrlInput.ts ***!
84815
- \************************************************/
84816
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
84817
-
84818
- "use strict";
84819
-
84820
- var __extends = (this && this.__extends) || (function () {
84821
- var extendStatics = function (d, b) {
84822
- extendStatics = Object.setPrototypeOf ||
84823
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
84824
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
84825
- return extendStatics(d, b);
84826
- };
84827
- return function (d, b) {
84828
- if (typeof b !== "function" && b !== null)
84829
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
84830
- extendStatics(d, b);
84831
- function __() { this.constructor = d; }
84832
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
84833
- };
84834
- })();
84835
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84836
- exports.SimpleEncodingVodJobUrlInput = void 0;
84837
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
84838
- var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
84839
- var SimpleEncodingVodJobInput_1 = __webpack_require__(/*! ./SimpleEncodingVodJobInput */ "./models/SimpleEncodingVodJobInput.ts");
84840
- var SimpleEncodingVodJobInputSourceType_1 = __webpack_require__(/*! ./SimpleEncodingVodJobInputSourceType */ "./models/SimpleEncodingVodJobInputSourceType.ts");
84841
- /**
84842
- * @export
84843
- * @class SimpleEncodingVodJobUrlInput
84844
- */
84845
- var SimpleEncodingVodJobUrlInput = /** @class */ (function (_super) {
84846
- __extends(SimpleEncodingVodJobUrlInput, _super);
84847
- function SimpleEncodingVodJobUrlInput(obj) {
84848
- var _this = _super.call(this, obj) || this;
84849
- /**
84850
- * Discriminator property for SimpleEncodingVodJobInput
84851
- * @type {string}
84852
- * @memberof SimpleEncodingVodJobUrlInput
84853
- */
84854
- _this.type = SimpleEncodingVodJobInputSourceType_1.default.URL;
84855
- if (!obj) {
84856
- return _this;
84857
- }
84858
- _this.url = (0, Mapper_1.map)(obj.url);
84859
- _this.credentials = (0, Mapper_1.map)(obj.credentials, SimpleEncodingVodJobCredentials_1.default);
84860
- _this.inputType = (0, Mapper_1.map)(obj.inputType);
84861
- _this.language = (0, Mapper_1.map)(obj.language);
84862
- return _this;
84863
- }
84864
- return SimpleEncodingVodJobUrlInput;
84865
- }(SimpleEncodingVodJobInput_1.default));
84866
- exports.SimpleEncodingVodJobUrlInput = SimpleEncodingVodJobUrlInput;
84867
- exports["default"] = SimpleEncodingVodJobUrlInput;
84868
-
84869
-
84870
- /***/ }),
84871
-
84872
- /***/ "./models/SimpleEncodingVodJobUrlOutput.ts":
84873
- /*!*************************************************!*\
84874
- !*** ./models/SimpleEncodingVodJobUrlOutput.ts ***!
84875
- \*************************************************/
84876
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
84877
-
84878
- "use strict";
84879
-
84880
- var __extends = (this && this.__extends) || (function () {
84881
- var extendStatics = function (d, b) {
84882
- extendStatics = Object.setPrototypeOf ||
84883
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
84884
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
84885
- return extendStatics(d, b);
84886
- };
84887
- return function (d, b) {
84888
- if (typeof b !== "function" && b !== null)
84889
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
84890
- extendStatics(d, b);
84891
- function __() { this.constructor = d; }
84892
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
84893
- };
84894
- })();
84895
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84896
- exports.SimpleEncodingVodJobUrlOutput = void 0;
84897
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
84898
- var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
84899
- var SimpleEncodingVodJobOutput_1 = __webpack_require__(/*! ./SimpleEncodingVodJobOutput */ "./models/SimpleEncodingVodJobOutput.ts");
84900
- var SimpleEncodingVodJobOutputType_1 = __webpack_require__(/*! ./SimpleEncodingVodJobOutputType */ "./models/SimpleEncodingVodJobOutputType.ts");
84901
- /**
84902
- * @export
84903
- * @class SimpleEncodingVodJobUrlOutput
84904
- */
84905
- var SimpleEncodingVodJobUrlOutput = /** @class */ (function (_super) {
84906
- __extends(SimpleEncodingVodJobUrlOutput, _super);
84907
- function SimpleEncodingVodJobUrlOutput(obj) {
84908
- var _this = _super.call(this, obj) || this;
84909
- /**
84910
- * Discriminator property for SimpleEncodingVodJobOutput
84911
- * @type {string}
84912
- * @memberof SimpleEncodingVodJobUrlOutput
84913
- */
84914
- _this.type = SimpleEncodingVodJobOutputType_1.default.URL;
84915
- if (!obj) {
84916
- return _this;
84917
- }
84918
- _this.url = (0, Mapper_1.map)(obj.url);
84919
- _this.credentials = (0, Mapper_1.map)(obj.credentials, SimpleEncodingVodJobCredentials_1.default);
84920
- _this.makePublic = (0, Mapper_1.map)(obj.makePublic);
84921
- return _this;
84922
- }
84923
- return SimpleEncodingVodJobUrlOutput;
84924
- }(SimpleEncodingVodJobOutput_1.default));
84925
- exports.SimpleEncodingVodJobUrlOutput = SimpleEncodingVodJobUrlOutput;
84926
- exports["default"] = SimpleEncodingVodJobUrlOutput;
84927
-
84928
-
84929
- /***/ }),
84930
-
84931
- /***/ "./models/SimpleEncodingVodJobUsernamePasswordCredentials.ts":
84932
- /*!*******************************************************************!*\
84933
- !*** ./models/SimpleEncodingVodJobUsernamePasswordCredentials.ts ***!
84934
- \*******************************************************************/
84935
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
84936
-
84937
- "use strict";
84938
-
84939
- var __extends = (this && this.__extends) || (function () {
84940
- var extendStatics = function (d, b) {
84941
- extendStatics = Object.setPrototypeOf ||
84942
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
84943
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
84944
- return extendStatics(d, b);
84945
- };
84946
- return function (d, b) {
84947
- if (typeof b !== "function" && b !== null)
84948
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
84949
- extendStatics(d, b);
84950
- function __() { this.constructor = d; }
84951
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
84952
- };
84953
- })();
84954
- Object.defineProperty(exports, "__esModule", ({ value: true }));
84955
- exports.SimpleEncodingVodJobUsernamePasswordCredentials = void 0;
84956
- var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
84957
- var SimpleEncodingVodJobCredentials_1 = __webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts");
84958
- /**
84959
- * @export
84960
- * @class SimpleEncodingVodJobUsernamePasswordCredentials
84961
- */
84962
- var SimpleEncodingVodJobUsernamePasswordCredentials = /** @class */ (function (_super) {
84963
- __extends(SimpleEncodingVodJobUsernamePasswordCredentials, _super);
84964
- function SimpleEncodingVodJobUsernamePasswordCredentials(obj) {
84965
- var _this = _super.call(this, obj) || this;
84966
- if (!obj) {
84967
- return _this;
84968
- }
84969
- _this.username = (0, Mapper_1.map)(obj.username);
84970
- _this.password = (0, Mapper_1.map)(obj.password);
84971
- return _this;
84972
- }
84973
- return SimpleEncodingVodJobUsernamePasswordCredentials;
84974
- }(SimpleEncodingVodJobCredentials_1.default));
84975
- exports.SimpleEncodingVodJobUsernamePasswordCredentials = SimpleEncodingVodJobUsernamePasswordCredentials;
84976
- exports["default"] = SimpleEncodingVodJobUsernamePasswordCredentials;
84977
-
84978
-
84979
83856
  /***/ }),
84980
83857
 
84981
83858
  /***/ "./models/SmoothManifestContentProtection.ts":
@@ -91440,6 +90317,7 @@ __exportStar(__webpack_require__(/*! ./ApiErrorDefinition */ "./models/ApiErrorD
91440
90317
  __exportStar(__webpack_require__(/*! ./AppliedStreamSettings */ "./models/AppliedStreamSettings.ts"), exports);
91441
90318
  __exportStar(__webpack_require__(/*! ./AspectMode */ "./models/AspectMode.ts"), exports);
91442
90319
  __exportStar(__webpack_require__(/*! ./AsperaInput */ "./models/AsperaInput.ts"), exports);
90320
+ __exportStar(__webpack_require__(/*! ./Atmosphere */ "./models/Atmosphere.ts"), exports);
91443
90321
  __exportStar(__webpack_require__(/*! ./AudioAdaptationSet */ "./models/AudioAdaptationSet.ts"), exports);
91444
90322
  __exportStar(__webpack_require__(/*! ./AudioConfiguration */ "./models/AudioConfiguration.ts"), exports);
91445
90323
  __exportStar(__webpack_require__(/*! ./AudioGroup */ "./models/AudioGroup.ts"), exports);
@@ -91499,6 +90377,7 @@ __exportStar(__webpack_require__(/*! ./BroadcastTsProgramConfiguration */ "./mod
91499
90377
  __exportStar(__webpack_require__(/*! ./BroadcastTsSubtitleInputStreamConfiguration */ "./models/BroadcastTsSubtitleInputStreamConfiguration.ts"), exports);
91500
90378
  __exportStar(__webpack_require__(/*! ./BroadcastTsTransportConfiguration */ "./models/BroadcastTsTransportConfiguration.ts"), exports);
91501
90379
  __exportStar(__webpack_require__(/*! ./BroadcastTsVideoInputStreamConfiguration */ "./models/BroadcastTsVideoInputStreamConfiguration.ts"), exports);
90380
+ __exportStar(__webpack_require__(/*! ./BurnInSubtitleAssa */ "./models/BurnInSubtitleAssa.ts"), exports);
91502
90381
  __exportStar(__webpack_require__(/*! ./BurnInSubtitleDvbSub */ "./models/BurnInSubtitleDvbSub.ts"), exports);
91503
90382
  __exportStar(__webpack_require__(/*! ./BurnInSubtitleSrt */ "./models/BurnInSubtitleSrt.ts"), exports);
91504
90383
  __exportStar(__webpack_require__(/*! ./CacheControl */ "./models/CacheControl.ts"), exports);
@@ -91522,6 +90401,7 @@ __exportStar(__webpack_require__(/*! ./CencPlayReady */ "./models/CencPlayReady.
91522
90401
  __exportStar(__webpack_require__(/*! ./CencWidevine */ "./models/CencWidevine.ts"), exports);
91523
90402
  __exportStar(__webpack_require__(/*! ./ChannelLayout */ "./models/ChannelLayout.ts"), exports);
91524
90403
  __exportStar(__webpack_require__(/*! ./ChannelsAttributeForAudio */ "./models/ChannelsAttributeForAudio.ts"), exports);
90404
+ __exportStar(__webpack_require__(/*! ./Character */ "./models/Character.ts"), exports);
91525
90405
  __exportStar(__webpack_require__(/*! ./CheckOutputPermissionsRequest */ "./models/CheckOutputPermissionsRequest.ts"), exports);
91526
90406
  __exportStar(__webpack_require__(/*! ./CheckOutputPermissionsResponse */ "./models/CheckOutputPermissionsResponse.ts"), exports);
91527
90407
  __exportStar(__webpack_require__(/*! ./ChromaLocation */ "./models/ChromaLocation.ts"), exports);
@@ -91545,6 +90425,7 @@ __exportStar(__webpack_require__(/*! ./ConditionAttribute */ "./models/Condition
91545
90425
  __exportStar(__webpack_require__(/*! ./ConditionOperator */ "./models/ConditionOperator.ts"), exports);
91546
90426
  __exportStar(__webpack_require__(/*! ./ConditionType */ "./models/ConditionType.ts"), exports);
91547
90427
  __exportStar(__webpack_require__(/*! ./ConformFilter */ "./models/ConformFilter.ts"), exports);
90428
+ __exportStar(__webpack_require__(/*! ./Content */ "./models/Content.ts"), exports);
91548
90429
  __exportStar(__webpack_require__(/*! ./ContentProtection */ "./models/ContentProtection.ts"), exports);
91549
90430
  __exportStar(__webpack_require__(/*! ./ConvertSccCaption */ "./models/ConvertSccCaption.ts"), exports);
91550
90431
  __exportStar(__webpack_require__(/*! ./ConvertSccCaptionWebVttSettings */ "./models/ConvertSccCaptionWebVttSettings.ts"), exports);
@@ -91683,7 +90564,6 @@ __exportStar(__webpack_require__(/*! ./EncodingStatisticsVod */ "./models/Encodi
91683
90564
  __exportStar(__webpack_require__(/*! ./EncodingStats */ "./models/EncodingStats.ts"), exports);
91684
90565
  __exportStar(__webpack_require__(/*! ./EncodingStreamInput */ "./models/EncodingStreamInput.ts"), exports);
91685
90566
  __exportStar(__webpack_require__(/*! ./EncodingStreamInputDetails */ "./models/EncodingStreamInputDetails.ts"), exports);
91686
- __exportStar(__webpack_require__(/*! ./EncodingTemplate */ "./models/EncodingTemplate.ts"), exports);
91687
90567
  __exportStar(__webpack_require__(/*! ./EncodingTemplateDetails */ "./models/EncodingTemplateDetails.ts"), exports);
91688
90568
  __exportStar(__webpack_require__(/*! ./EncodingTemplateRequest */ "./models/EncodingTemplateRequest.ts"), exports);
91689
90569
  __exportStar(__webpack_require__(/*! ./EncodingTemplateResponse */ "./models/EncodingTemplateResponse.ts"), exports);
@@ -91753,6 +90633,7 @@ __exportStar(__webpack_require__(/*! ./HlsTargetDurationRoundingMode */ "./model
91753
90633
  __exportStar(__webpack_require__(/*! ./HlsVersion */ "./models/HlsVersion.ts"), exports);
91754
90634
  __exportStar(__webpack_require__(/*! ./HttpInput */ "./models/HttpInput.ts"), exports);
91755
90635
  __exportStar(__webpack_require__(/*! ./HttpsInput */ "./models/HttpsInput.ts"), exports);
90636
+ __exportStar(__webpack_require__(/*! ./IABTaxonomy */ "./models/IABTaxonomy.ts"), exports);
91756
90637
  __exportStar(__webpack_require__(/*! ./IFramePlaylist */ "./models/IFramePlaylist.ts"), exports);
91757
90638
  __exportStar(__webpack_require__(/*! ./Id3Tag */ "./models/Id3Tag.ts"), exports);
91758
90639
  __exportStar(__webpack_require__(/*! ./Id3TagPositionMode */ "./models/Id3TagPositionMode.ts"), exports);
@@ -91827,6 +90708,7 @@ __exportStar(__webpack_require__(/*! ./LiveStandbyPoolStatus */ "./models/LiveSt
91827
90708
  __exportStar(__webpack_require__(/*! ./LiveStandbyPoolUpdate */ "./models/LiveStandbyPoolUpdate.ts"), exports);
91828
90709
  __exportStar(__webpack_require__(/*! ./LocalInput */ "./models/LocalInput.ts"), exports);
91829
90710
  __exportStar(__webpack_require__(/*! ./LocalOutput */ "./models/LocalOutput.ts"), exports);
90711
+ __exportStar(__webpack_require__(/*! ./Location */ "./models/Location.ts"), exports);
91830
90712
  __exportStar(__webpack_require__(/*! ./Manifest */ "./models/Manifest.ts"), exports);
91831
90713
  __exportStar(__webpack_require__(/*! ./ManifestGenerator */ "./models/ManifestGenerator.ts"), exports);
91832
90714
  __exportStar(__webpack_require__(/*! ./ManifestResource */ "./models/ManifestResource.ts"), exports);
@@ -91947,6 +90829,7 @@ __exportStar(__webpack_require__(/*! ./QuantizationGroupSize */ "./models/Quanti
91947
90829
  __exportStar(__webpack_require__(/*! ./RaiUnit */ "./models/RaiUnit.ts"), exports);
91948
90830
  __exportStar(__webpack_require__(/*! ./RateDistortionLevelForQuantization */ "./models/RateDistortionLevelForQuantization.ts"), exports);
91949
90831
  __exportStar(__webpack_require__(/*! ./RateDistortionPenaltyMode */ "./models/RateDistortionPenaltyMode.ts"), exports);
90832
+ __exportStar(__webpack_require__(/*! ./Rating */ "./models/Rating.ts"), exports);
91950
90833
  __exportStar(__webpack_require__(/*! ./RawId3Tag */ "./models/RawId3Tag.ts"), exports);
91951
90834
  __exportStar(__webpack_require__(/*! ./RedundantRtmpInput */ "./models/RedundantRtmpInput.ts"), exports);
91952
90835
  __exportStar(__webpack_require__(/*! ./ReprioritizeEncodingRequest */ "./models/ReprioritizeEncodingRequest.ts"), exports);
@@ -91971,6 +90854,9 @@ __exportStar(__webpack_require__(/*! ./S3SignatureVersion */ "./models/S3Signatu
91971
90854
  __exportStar(__webpack_require__(/*! ./ScaleFilter */ "./models/ScaleFilter.ts"), exports);
91972
90855
  __exportStar(__webpack_require__(/*! ./ScalingAlgorithm */ "./models/ScalingAlgorithm.ts"), exports);
91973
90856
  __exportStar(__webpack_require__(/*! ./SccCaption */ "./models/SccCaption.ts"), exports);
90857
+ __exportStar(__webpack_require__(/*! ./Scene */ "./models/Scene.ts"), exports);
90858
+ __exportStar(__webpack_require__(/*! ./SceneAnalysisDetailsResponse */ "./models/SceneAnalysisDetailsResponse.ts"), exports);
90859
+ __exportStar(__webpack_require__(/*! ./SceneObject */ "./models/SceneObject.ts"), exports);
91974
90860
  __exportStar(__webpack_require__(/*! ./ScheduledInsertableContent */ "./models/ScheduledInsertableContent.ts"), exports);
91975
90861
  __exportStar(__webpack_require__(/*! ./ScheduledInsertableContentStatus */ "./models/ScheduledInsertableContentStatus.ts"), exports);
91976
90862
  __exportStar(__webpack_require__(/*! ./Scheduling */ "./models/Scheduling.ts"), exports);
@@ -91978,6 +90864,7 @@ __exportStar(__webpack_require__(/*! ./Scte35Cue */ "./models/Scte35Cue.ts"), ex
91978
90864
  __exportStar(__webpack_require__(/*! ./Scte35Trigger */ "./models/Scte35Trigger.ts"), exports);
91979
90865
  __exportStar(__webpack_require__(/*! ./SegmentedRawMuxing */ "./models/SegmentedRawMuxing.ts"), exports);
91980
90866
  __exportStar(__webpack_require__(/*! ./SegmentsMediaInfo */ "./models/SegmentsMediaInfo.ts"), exports);
90867
+ __exportStar(__webpack_require__(/*! ./Setting */ "./models/Setting.ts"), exports);
91981
90868
  __exportStar(__webpack_require__(/*! ./SftpInput */ "./models/SftpInput.ts"), exports);
91982
90869
  __exportStar(__webpack_require__(/*! ./SftpOutput */ "./models/SftpOutput.ts"), exports);
91983
90870
  __exportStar(__webpack_require__(/*! ./SidecarErrorMode */ "./models/SidecarErrorMode.ts"), exports);
@@ -91985,45 +90872,6 @@ __exportStar(__webpack_require__(/*! ./SidecarFile */ "./models/SidecarFile.ts")
91985
90872
  __exportStar(__webpack_require__(/*! ./SidecarFileType */ "./models/SidecarFileType.ts"), exports);
91986
90873
  __exportStar(__webpack_require__(/*! ./SignatureType */ "./models/SignatureType.ts"), exports);
91987
90874
  __exportStar(__webpack_require__(/*! ./SignupSource */ "./models/SignupSource.ts"), exports);
91988
- __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveCloudRegion */ "./models/SimpleEncodingLiveCloudRegion.ts"), exports);
91989
- __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobAccessKeyCredentials */ "./models/SimpleEncodingLiveJobAccessKeyCredentials.ts"), exports);
91990
- __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobAzureCredentials */ "./models/SimpleEncodingLiveJobAzureCredentials.ts"), exports);
91991
- __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobCdnOutput */ "./models/SimpleEncodingLiveJobCdnOutput.ts"), exports);
91992
- __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobCredentials */ "./models/SimpleEncodingLiveJobCredentials.ts"), exports);
91993
- __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobGcsServiceAccountCredentials */ "./models/SimpleEncodingLiveJobGcsServiceAccountCredentials.ts"), exports);
91994
- __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobInput */ "./models/SimpleEncodingLiveJobInput.ts"), exports);
91995
- __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobInputType */ "./models/SimpleEncodingLiveJobInputType.ts"), exports);
91996
- __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobOutput */ "./models/SimpleEncodingLiveJobOutput.ts"), exports);
91997
- __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobOutputType */ "./models/SimpleEncodingLiveJobOutputType.ts"), exports);
91998
- __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobRequest */ "./models/SimpleEncodingLiveJobRequest.ts"), exports);
91999
- __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobResponse */ "./models/SimpleEncodingLiveJobResponse.ts"), exports);
92000
- __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobS3RoleBasedCredentials */ "./models/SimpleEncodingLiveJobS3RoleBasedCredentials.ts"), exports);
92001
- __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobStatus */ "./models/SimpleEncodingLiveJobStatus.ts"), exports);
92002
- __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobUrlOutput */ "./models/SimpleEncodingLiveJobUrlOutput.ts"), exports);
92003
- __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveJobUsernamePasswordCredentials */ "./models/SimpleEncodingLiveJobUsernamePasswordCredentials.ts"), exports);
92004
- __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveMaxResolution */ "./models/SimpleEncodingLiveMaxResolution.ts"), exports);
92005
- __exportStar(__webpack_require__(/*! ./SimpleEncodingLiveProfile */ "./models/SimpleEncodingLiveProfile.ts"), exports);
92006
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobAccessKeyCredentials */ "./models/SimpleEncodingVodJobAccessKeyCredentials.ts"), exports);
92007
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobAzureCredentials */ "./models/SimpleEncodingVodJobAzureCredentials.ts"), exports);
92008
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobCdnOutput */ "./models/SimpleEncodingVodJobCdnOutput.ts"), exports);
92009
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobCredentials */ "./models/SimpleEncodingVodJobCredentials.ts"), exports);
92010
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobDirectFileUploadInput */ "./models/SimpleEncodingVodJobDirectFileUploadInput.ts"), exports);
92011
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobErrors */ "./models/SimpleEncodingVodJobErrors.ts"), exports);
92012
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobGcsServiceAccountCredentials */ "./models/SimpleEncodingVodJobGcsServiceAccountCredentials.ts"), exports);
92013
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobInput */ "./models/SimpleEncodingVodJobInput.ts"), exports);
92014
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobInputSourceType */ "./models/SimpleEncodingVodJobInputSourceType.ts"), exports);
92015
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobInputType */ "./models/SimpleEncodingVodJobInputType.ts"), exports);
92016
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobOptions */ "./models/SimpleEncodingVodJobOptions.ts"), exports);
92017
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobOutput */ "./models/SimpleEncodingVodJobOutput.ts"), exports);
92018
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobOutputArtifact */ "./models/SimpleEncodingVodJobOutputArtifact.ts"), exports);
92019
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobOutputType */ "./models/SimpleEncodingVodJobOutputType.ts"), exports);
92020
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobRequest */ "./models/SimpleEncodingVodJobRequest.ts"), exports);
92021
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobResponse */ "./models/SimpleEncodingVodJobResponse.ts"), exports);
92022
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobS3RoleBasedCredentials */ "./models/SimpleEncodingVodJobS3RoleBasedCredentials.ts"), exports);
92023
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobStatus */ "./models/SimpleEncodingVodJobStatus.ts"), exports);
92024
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobUrlInput */ "./models/SimpleEncodingVodJobUrlInput.ts"), exports);
92025
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobUrlOutput */ "./models/SimpleEncodingVodJobUrlOutput.ts"), exports);
92026
- __exportStar(__webpack_require__(/*! ./SimpleEncodingVodJobUsernamePasswordCredentials */ "./models/SimpleEncodingVodJobUsernamePasswordCredentials.ts"), exports);
92027
90875
  __exportStar(__webpack_require__(/*! ./SmoothManifestContentProtection */ "./models/SmoothManifestContentProtection.ts"), exports);
92028
90876
  __exportStar(__webpack_require__(/*! ./SmoothManifestDefault */ "./models/SmoothManifestDefault.ts"), exports);
92029
90877
  __exportStar(__webpack_require__(/*! ./SmoothManifestDefaultVersion */ "./models/SmoothManifestDefaultVersion.ts"), exports);