@bitmovin/api-sdk 1.225.0 → 1.226.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 (131) 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/SimpleEncodingVodJobAzureCredentials.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 +709 -2080
  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/statistics/encodings/liveStatistics/events/LiveEncodingStatsEventListQueryParams.d.ts +11 -0
  18. package/dist/encoding/statistics/encodings/liveStatistics/events/LiveEncodingStatsEventListQueryParams.js +8 -0
  19. package/dist/models/Atmosphere.d.ts +23 -0
  20. package/dist/models/Atmosphere.js +21 -0
  21. package/dist/models/CacheControl.d.ts +1 -1
  22. package/dist/models/Character.d.ts +23 -0
  23. package/dist/models/Character.js +21 -0
  24. package/dist/models/Content.d.ts +26 -0
  25. package/dist/models/Content.js +24 -0
  26. package/dist/models/Fmp4Muxing.d.ts +6 -0
  27. package/dist/models/Fmp4Muxing.js +1 -0
  28. package/dist/models/IABTaxonomy.d.ts +28 -0
  29. package/dist/models/IABTaxonomy.js +22 -0
  30. package/dist/models/Location.d.ts +18 -0
  31. package/dist/models/Location.js +20 -0
  32. package/dist/models/Rating.d.ts +23 -0
  33. package/dist/models/Rating.js +21 -0
  34. package/dist/models/Scene.d.ts +50 -0
  35. package/dist/models/Scene.js +28 -0
  36. package/dist/models/SceneAnalysisDetailsResponse.d.ts +40 -0
  37. package/dist/models/SceneAnalysisDetailsResponse.js +26 -0
  38. package/dist/models/SceneObject.d.ts +18 -0
  39. package/dist/models/SceneObject.js +20 -0
  40. package/dist/models/Setting.d.ts +25 -0
  41. package/dist/models/Setting.js +23 -0
  42. package/dist/models/index.d.ts +10 -40
  43. package/dist/models/index.js +10 -40
  44. package/package.json +1 -1
  45. package/dist/encoding/simple/SimpleApi.d.ts +0 -13
  46. package/dist/encoding/simple/jobs/JobsApi.d.ts +0 -15
  47. package/dist/encoding/simple/jobs/live/LiveApi.d.ts +0 -27
  48. package/dist/encoding/simple/jobs/live/LiveApi.js +0 -59
  49. package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.d.ts +0 -50
  50. package/dist/encoding/simple/jobs/vod/SimpleEncodingVodJobResponseListQueryParams.js +0 -45
  51. package/dist/encoding/simple/jobs/vod/VodApi.d.ts +0 -36
  52. package/dist/encoding/simple/jobs/vod/VodApi.js +0 -79
  53. package/dist/models/EncodingTemplate.d.ts +0 -10
  54. package/dist/models/EncodingTemplate.js +0 -14
  55. package/dist/models/SimpleEncodingLiveCloudRegion.d.ts +0 -13
  56. package/dist/models/SimpleEncodingLiveCloudRegion.js +0 -17
  57. package/dist/models/SimpleEncodingLiveJobAccessKeyCredentials.d.ts +0 -21
  58. package/dist/models/SimpleEncodingLiveJobAccessKeyCredentials.js +0 -39
  59. package/dist/models/SimpleEncodingLiveJobAzureCredentials.d.ts +0 -15
  60. package/dist/models/SimpleEncodingLiveJobAzureCredentials.js +0 -38
  61. package/dist/models/SimpleEncodingLiveJobCdnOutput.d.ts +0 -16
  62. package/dist/models/SimpleEncodingLiveJobCdnOutput.js +0 -43
  63. package/dist/models/SimpleEncodingLiveJobCredentials.d.ts +0 -8
  64. package/dist/models/SimpleEncodingLiveJobCredentials.js +0 -17
  65. package/dist/models/SimpleEncodingLiveJobGcsServiceAccountCredentials.d.ts +0 -15
  66. package/dist/models/SimpleEncodingLiveJobGcsServiceAccountCredentials.js +0 -38
  67. package/dist/models/SimpleEncodingLiveJobInput.d.ts +0 -15
  68. package/dist/models/SimpleEncodingLiveJobInput.js +0 -19
  69. package/dist/models/SimpleEncodingLiveJobInputType.d.ts +0 -9
  70. package/dist/models/SimpleEncodingLiveJobInputType.js +0 -13
  71. package/dist/models/SimpleEncodingLiveJobOutput.d.ts +0 -23
  72. package/dist/models/SimpleEncodingLiveJobOutput.js +0 -24
  73. package/dist/models/SimpleEncodingLiveJobOutputType.d.ts +0 -10
  74. package/dist/models/SimpleEncodingLiveJobOutputType.js +0 -14
  75. package/dist/models/SimpleEncodingLiveJobRequest.d.ts +0 -42
  76. package/dist/models/SimpleEncodingLiveJobRequest.js +0 -25
  77. package/dist/models/SimpleEncodingLiveJobResponse.d.ts +0 -90
  78. package/dist/models/SimpleEncodingLiveJobResponse.js +0 -34
  79. package/dist/models/SimpleEncodingLiveJobS3RoleBasedCredentials.d.ts +0 -21
  80. package/dist/models/SimpleEncodingLiveJobS3RoleBasedCredentials.js +0 -39
  81. package/dist/models/SimpleEncodingLiveJobStatus.d.ts +0 -15
  82. package/dist/models/SimpleEncodingLiveJobStatus.js +0 -19
  83. package/dist/models/SimpleEncodingLiveJobUrlOutput.d.ts +0 -35
  84. package/dist/models/SimpleEncodingLiveJobUrlOutput.js +0 -48
  85. package/dist/models/SimpleEncodingLiveJobUsernamePasswordCredentials.d.ts +0 -21
  86. package/dist/models/SimpleEncodingLiveJobUsernamePasswordCredentials.js +0 -39
  87. package/dist/models/SimpleEncodingLiveMaxResolution.d.ts +0 -10
  88. package/dist/models/SimpleEncodingLiveMaxResolution.js +0 -14
  89. package/dist/models/SimpleEncodingLiveProfile.d.ts +0 -9
  90. package/dist/models/SimpleEncodingLiveProfile.js +0 -13
  91. package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.d.ts +0 -21
  92. package/dist/models/SimpleEncodingVodJobAccessKeyCredentials.js +0 -39
  93. package/dist/models/SimpleEncodingVodJobAzureCredentials.d.ts +0 -15
  94. package/dist/models/SimpleEncodingVodJobCdnOutput.d.ts +0 -23
  95. package/dist/models/SimpleEncodingVodJobCdnOutput.js +0 -45
  96. package/dist/models/SimpleEncodingVodJobCredentials.d.ts +0 -8
  97. package/dist/models/SimpleEncodingVodJobCredentials.js +0 -17
  98. package/dist/models/SimpleEncodingVodJobDirectFileUploadInput.d.ts +0 -35
  99. package/dist/models/SimpleEncodingVodJobDirectFileUploadInput.js +0 -47
  100. package/dist/models/SimpleEncodingVodJobErrors.d.ts +0 -26
  101. package/dist/models/SimpleEncodingVodJobErrors.js +0 -21
  102. package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.d.ts +0 -15
  103. package/dist/models/SimpleEncodingVodJobGcsServiceAccountCredentials.js +0 -38
  104. package/dist/models/SimpleEncodingVodJobInput.d.ts +0 -16
  105. package/dist/models/SimpleEncodingVodJobInput.js +0 -22
  106. package/dist/models/SimpleEncodingVodJobInputSourceType.d.ts +0 -10
  107. package/dist/models/SimpleEncodingVodJobInputSourceType.js +0 -14
  108. package/dist/models/SimpleEncodingVodJobInputType.d.ts +0 -11
  109. package/dist/models/SimpleEncodingVodJobInputType.js +0 -15
  110. package/dist/models/SimpleEncodingVodJobOptions.d.ts +0 -14
  111. package/dist/models/SimpleEncodingVodJobOptions.js +0 -19
  112. package/dist/models/SimpleEncodingVodJobOutput.d.ts +0 -23
  113. package/dist/models/SimpleEncodingVodJobOutput.js +0 -25
  114. package/dist/models/SimpleEncodingVodJobOutputArtifact.d.ts +0 -20
  115. package/dist/models/SimpleEncodingVodJobOutputArtifact.js +0 -20
  116. package/dist/models/SimpleEncodingVodJobOutputType.d.ts +0 -10
  117. package/dist/models/SimpleEncodingVodJobOutputType.js +0 -14
  118. package/dist/models/SimpleEncodingVodJobRequest.d.ts +0 -42
  119. package/dist/models/SimpleEncodingVodJobRequest.js +0 -26
  120. package/dist/models/SimpleEncodingVodJobResponse.d.ts +0 -78
  121. package/dist/models/SimpleEncodingVodJobResponse.js +0 -33
  122. package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.d.ts +0 -21
  123. package/dist/models/SimpleEncodingVodJobS3RoleBasedCredentials.js +0 -39
  124. package/dist/models/SimpleEncodingVodJobStatus.d.ts +0 -14
  125. package/dist/models/SimpleEncodingVodJobStatus.js +0 -18
  126. package/dist/models/SimpleEncodingVodJobUrlInput.d.ts +0 -42
  127. package/dist/models/SimpleEncodingVodJobUrlInput.js +0 -49
  128. package/dist/models/SimpleEncodingVodJobUrlOutput.d.ts +0 -35
  129. package/dist/models/SimpleEncodingVodJobUrlOutput.js +0 -48
  130. package/dist/models/SimpleEncodingVodJobUsernamePasswordCredentials.d.ts +0 -21
  131. 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.226.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;
@@ -53294,10 +53491,10 @@ exports["default"] = TypeApi;
53294
53491
 
53295
53492
  /***/ }),
53296
53493
 
53297
- /***/ "./encoding/simple/SimpleApi.ts":
53298
- /*!**************************************!*\
53299
- !*** ./encoding/simple/SimpleApi.ts ***!
53300
- \**************************************/
53494
+ /***/ "./encoding/statistics/StatisticsApi.ts":
53495
+ /*!**********************************************!*\
53496
+ !*** ./encoding/statistics/StatisticsApi.ts ***!
53497
+ \**********************************************/
53301
53498
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
53302
53499
 
53303
53500
  "use strict";
@@ -53319,31 +53516,115 @@ var __extends = (this && this.__extends) || (function () {
53319
53516
  })();
53320
53517
  Object.defineProperty(exports, "__esModule", ({ value: true }));
53321
53518
  var BaseAPI_1 = __webpack_require__(/*! ../../common/BaseAPI */ "./common/BaseAPI.ts");
53322
- var JobsApi_1 = __webpack_require__(/*! ./jobs/JobsApi */ "./encoding/simple/jobs/JobsApi.ts");
53519
+ var Mapper_1 = __webpack_require__(/*! ../../common/Mapper */ "./common/Mapper.ts");
53520
+ var CdnApi_1 = __webpack_require__(/*! ./cdn/CdnApi */ "./encoding/statistics/cdn/CdnApi.ts");
53521
+ var DailyApi_1 = __webpack_require__(/*! ./daily/DailyApi */ "./encoding/statistics/daily/DailyApi.ts");
53522
+ var EncodingsApi_1 = __webpack_require__(/*! ./encodings/EncodingsApi */ "./encoding/statistics/encodings/EncodingsApi.ts");
53523
+ var LabelsApi_1 = __webpack_require__(/*! ./labels/LabelsApi */ "./encoding/statistics/labels/LabelsApi.ts");
53524
+ var Statistics_1 = __webpack_require__(/*! ../../models/Statistics */ "./models/Statistics.ts");
53525
+ var PaginationResponse_1 = __webpack_require__(/*! ../../models/PaginationResponse */ "./models/PaginationResponse.ts");
53526
+ var StatisticsListQueryParams_1 = __webpack_require__(/*! ./StatisticsListQueryParams */ "./encoding/statistics/StatisticsListQueryParams.ts");
53323
53527
  /**
53324
- * SimpleApi - object-oriented interface
53528
+ * StatisticsApi - object-oriented interface
53325
53529
  * @export
53326
- * @class SimpleApi
53530
+ * @class StatisticsApi
53327
53531
  * @extends {BaseAPI}
53328
53532
  */
53329
- var SimpleApi = /** @class */ (function (_super) {
53330
- __extends(SimpleApi, _super);
53331
- function SimpleApi(configuration) {
53533
+ var StatisticsApi = /** @class */ (function (_super) {
53534
+ __extends(StatisticsApi, _super);
53535
+ function StatisticsApi(configuration) {
53332
53536
  var _this = _super.call(this, configuration) || this;
53333
- _this.jobs = new JobsApi_1.default(configuration);
53537
+ _this.cdn = new CdnApi_1.default(configuration);
53538
+ _this.daily = new DailyApi_1.default(configuration);
53539
+ _this.encodings = new EncodingsApi_1.default(configuration);
53540
+ _this.labels = new LabelsApi_1.default(configuration);
53334
53541
  return _this;
53335
53542
  }
53336
- return SimpleApi;
53543
+ /**
53544
+ * @summary Show Overall Statistics
53545
+ * @throws {BitmovinError}
53546
+ * @memberof StatisticsApi
53547
+ */
53548
+ StatisticsApi.prototype.get = function () {
53549
+ return this.restClient.get('/encoding/statistics', {}).then(function (response) {
53550
+ return (0, Mapper_1.map)(response, Statistics_1.default);
53551
+ });
53552
+ };
53553
+ /**
53554
+ * @summary Show Overall Statistics Within Specific Dates
53555
+ * @param {Date} from Start date, format: yyyy-MM-dd
53556
+ * @param {Date} to End date, format: yyyy-MM-dd
53557
+ * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
53558
+ * @throws {BitmovinError}
53559
+ * @memberof StatisticsApi
53560
+ */
53561
+ StatisticsApi.prototype.list = function (from, to, queryParameters) {
53562
+ var pathParamMap = {
53563
+ from: from,
53564
+ to: to
53565
+ };
53566
+ var queryParams = {};
53567
+ if (typeof queryParameters === 'function') {
53568
+ queryParams = queryParameters(new StatisticsListQueryParams_1.StatisticsListQueryParamsBuilder()).buildQueryParams();
53569
+ }
53570
+ else if (queryParameters) {
53571
+ queryParams = queryParameters;
53572
+ }
53573
+ return this.restClient.get('/encoding/statistics/{from}/{to}', pathParamMap, queryParams).then(function (response) {
53574
+ return new PaginationResponse_1.default(response, Statistics_1.default);
53575
+ });
53576
+ };
53577
+ return StatisticsApi;
53337
53578
  }(BaseAPI_1.BaseAPI));
53338
- exports["default"] = SimpleApi;
53579
+ exports["default"] = StatisticsApi;
53339
53580
 
53340
53581
 
53341
53582
  /***/ }),
53342
53583
 
53343
- /***/ "./encoding/simple/jobs/JobsApi.ts":
53344
- /*!*****************************************!*\
53345
- !*** ./encoding/simple/jobs/JobsApi.ts ***!
53346
- \*****************************************/
53584
+ /***/ "./encoding/statistics/StatisticsListQueryParams.ts":
53585
+ /*!**********************************************************!*\
53586
+ !*** ./encoding/statistics/StatisticsListQueryParams.ts ***!
53587
+ \**********************************************************/
53588
+ /***/ ((__unused_webpack_module, exports) => {
53589
+
53590
+ "use strict";
53591
+
53592
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
53593
+ exports.StatisticsListQueryParamsBuilder = void 0;
53594
+ var StatisticsListQueryParamsBuilder = /** @class */ (function () {
53595
+ function StatisticsListQueryParamsBuilder() {
53596
+ this.internalParams = {};
53597
+ }
53598
+ /**
53599
+ *
53600
+ * @param offset Index of the first item to return, starting at 0. Default is 0
53601
+ */
53602
+ StatisticsListQueryParamsBuilder.prototype.offset = function (offset) {
53603
+ this.internalParams.offset = offset;
53604
+ return this;
53605
+ };
53606
+ /**
53607
+ *
53608
+ * @param limit Maximum number of items to return. Default is 25, maximum is 100
53609
+ */
53610
+ StatisticsListQueryParamsBuilder.prototype.limit = function (limit) {
53611
+ this.internalParams.limit = limit;
53612
+ return this;
53613
+ };
53614
+ StatisticsListQueryParamsBuilder.prototype.buildQueryParams = function () {
53615
+ return this.internalParams;
53616
+ };
53617
+ return StatisticsListQueryParamsBuilder;
53618
+ }());
53619
+ exports.StatisticsListQueryParamsBuilder = StatisticsListQueryParamsBuilder;
53620
+
53621
+
53622
+ /***/ }),
53623
+
53624
+ /***/ "./encoding/statistics/cdn/CdnApi.ts":
53625
+ /*!*******************************************!*\
53626
+ !*** ./encoding/statistics/cdn/CdnApi.ts ***!
53627
+ \*******************************************/
53347
53628
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
53348
53629
 
53349
53630
  "use strict";
@@ -53365,465 +53646,71 @@ var __extends = (this && this.__extends) || (function () {
53365
53646
  })();
53366
53647
  Object.defineProperty(exports, "__esModule", ({ value: true }));
53367
53648
  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");
53649
+ var UsageApi_1 = __webpack_require__(/*! ./usage/UsageApi */ "./encoding/statistics/cdn/usage/UsageApi.ts");
53370
53650
  /**
53371
- * JobsApi - object-oriented interface
53651
+ * CdnApi - object-oriented interface
53372
53652
  * @export
53373
- * @class JobsApi
53653
+ * @class CdnApi
53374
53654
  * @extends {BaseAPI}
53375
53655
  */
53376
- var JobsApi = /** @class */ (function (_super) {
53377
- __extends(JobsApi, _super);
53378
- function JobsApi(configuration) {
53656
+ var CdnApi = /** @class */ (function (_super) {
53657
+ __extends(CdnApi, _super);
53658
+ function CdnApi(configuration) {
53379
53659
  var _this = _super.call(this, configuration) || this;
53380
- _this.vod = new VodApi_1.default(configuration);
53381
- _this.live = new LiveApi_1.default(configuration);
53660
+ _this.usage = new UsageApi_1.default(configuration);
53382
53661
  return _this;
53383
53662
  }
53384
- return JobsApi;
53663
+ return CdnApi;
53385
53664
  }(BaseAPI_1.BaseAPI));
53386
- exports["default"] = JobsApi;
53665
+ exports["default"] = CdnApi;
53387
53666
 
53388
53667
 
53389
53668
  /***/ }),
53390
53669
 
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
- /***/ }),
53606
-
53607
- /***/ "./encoding/statistics/StatisticsApi.ts":
53608
- /*!**********************************************!*\
53609
- !*** ./encoding/statistics/StatisticsApi.ts ***!
53610
- \**********************************************/
53611
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
53612
-
53613
- "use strict";
53614
-
53615
- var __extends = (this && this.__extends) || (function () {
53616
- var extendStatics = function (d, b) {
53617
- extendStatics = Object.setPrototypeOf ||
53618
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
53619
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
53620
- return extendStatics(d, b);
53621
- };
53622
- return function (d, b) {
53623
- if (typeof b !== "function" && b !== null)
53624
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
53625
- extendStatics(d, b);
53626
- function __() { this.constructor = d; }
53627
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
53628
- };
53629
- })();
53630
- Object.defineProperty(exports, "__esModule", ({ value: true }));
53631
- var BaseAPI_1 = __webpack_require__(/*! ../../common/BaseAPI */ "./common/BaseAPI.ts");
53632
- var Mapper_1 = __webpack_require__(/*! ../../common/Mapper */ "./common/Mapper.ts");
53633
- var CdnApi_1 = __webpack_require__(/*! ./cdn/CdnApi */ "./encoding/statistics/cdn/CdnApi.ts");
53634
- var DailyApi_1 = __webpack_require__(/*! ./daily/DailyApi */ "./encoding/statistics/daily/DailyApi.ts");
53635
- var EncodingsApi_1 = __webpack_require__(/*! ./encodings/EncodingsApi */ "./encoding/statistics/encodings/EncodingsApi.ts");
53636
- var LabelsApi_1 = __webpack_require__(/*! ./labels/LabelsApi */ "./encoding/statistics/labels/LabelsApi.ts");
53637
- var Statistics_1 = __webpack_require__(/*! ../../models/Statistics */ "./models/Statistics.ts");
53638
- var PaginationResponse_1 = __webpack_require__(/*! ../../models/PaginationResponse */ "./models/PaginationResponse.ts");
53639
- var StatisticsListQueryParams_1 = __webpack_require__(/*! ./StatisticsListQueryParams */ "./encoding/statistics/StatisticsListQueryParams.ts");
53640
- /**
53641
- * StatisticsApi - object-oriented interface
53642
- * @export
53643
- * @class StatisticsApi
53644
- * @extends {BaseAPI}
53645
- */
53646
- var StatisticsApi = /** @class */ (function (_super) {
53647
- __extends(StatisticsApi, _super);
53648
- function StatisticsApi(configuration) {
53649
- var _this = _super.call(this, configuration) || this;
53650
- _this.cdn = new CdnApi_1.default(configuration);
53651
- _this.daily = new DailyApi_1.default(configuration);
53652
- _this.encodings = new EncodingsApi_1.default(configuration);
53653
- _this.labels = new LabelsApi_1.default(configuration);
53654
- return _this;
53655
- }
53656
- /**
53657
- * @summary Show Overall Statistics
53658
- * @throws {BitmovinError}
53659
- * @memberof StatisticsApi
53660
- */
53661
- StatisticsApi.prototype.get = function () {
53662
- return this.restClient.get('/encoding/statistics', {}).then(function (response) {
53663
- return (0, Mapper_1.map)(response, Statistics_1.default);
53664
- });
53665
- };
53666
- /**
53667
- * @summary Show Overall Statistics Within Specific Dates
53668
- * @param {Date} from Start date, format: yyyy-MM-dd
53669
- * @param {Date} to End date, format: yyyy-MM-dd
53670
- * @param {*} [queryParameters] query parameters for filtering, sorting and pagination
53671
- * @throws {BitmovinError}
53672
- * @memberof StatisticsApi
53673
- */
53674
- StatisticsApi.prototype.list = function (from, to, queryParameters) {
53675
- var pathParamMap = {
53676
- from: from,
53677
- to: to
53678
- };
53679
- var queryParams = {};
53680
- if (typeof queryParameters === 'function') {
53681
- queryParams = queryParameters(new StatisticsListQueryParams_1.StatisticsListQueryParamsBuilder()).buildQueryParams();
53682
- }
53683
- else if (queryParameters) {
53684
- queryParams = queryParameters;
53685
- }
53686
- return this.restClient.get('/encoding/statistics/{from}/{to}', pathParamMap, queryParams).then(function (response) {
53687
- return new PaginationResponse_1.default(response, Statistics_1.default);
53688
- });
53689
- };
53690
- return StatisticsApi;
53691
- }(BaseAPI_1.BaseAPI));
53692
- exports["default"] = StatisticsApi;
53693
-
53694
-
53695
- /***/ }),
53696
-
53697
- /***/ "./encoding/statistics/StatisticsListQueryParams.ts":
53698
- /*!**********************************************************!*\
53699
- !*** ./encoding/statistics/StatisticsListQueryParams.ts ***!
53700
- \**********************************************************/
53701
- /***/ ((__unused_webpack_module, exports) => {
53702
-
53703
- "use strict";
53704
-
53705
- Object.defineProperty(exports, "__esModule", ({ value: true }));
53706
- exports.StatisticsListQueryParamsBuilder = void 0;
53707
- var StatisticsListQueryParamsBuilder = /** @class */ (function () {
53708
- function StatisticsListQueryParamsBuilder() {
53709
- this.internalParams = {};
53710
- }
53711
- /**
53712
- *
53713
- * @param offset Index of the first item to return, starting at 0. Default is 0
53714
- */
53715
- StatisticsListQueryParamsBuilder.prototype.offset = function (offset) {
53716
- this.internalParams.offset = offset;
53717
- return this;
53718
- };
53719
- /**
53720
- *
53721
- * @param limit Maximum number of items to return. Default is 25, maximum is 100
53722
- */
53723
- StatisticsListQueryParamsBuilder.prototype.limit = function (limit) {
53724
- this.internalParams.limit = limit;
53725
- return this;
53726
- };
53727
- StatisticsListQueryParamsBuilder.prototype.buildQueryParams = function () {
53728
- return this.internalParams;
53729
- };
53730
- return StatisticsListQueryParamsBuilder;
53731
- }());
53732
- exports.StatisticsListQueryParamsBuilder = StatisticsListQueryParamsBuilder;
53733
-
53734
-
53735
- /***/ }),
53736
-
53737
- /***/ "./encoding/statistics/cdn/CdnApi.ts":
53738
- /*!*******************************************!*\
53739
- !*** ./encoding/statistics/cdn/CdnApi.ts ***!
53740
- \*******************************************/
53741
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
53742
-
53743
- "use strict";
53744
-
53745
- var __extends = (this && this.__extends) || (function () {
53746
- var extendStatics = function (d, b) {
53747
- extendStatics = Object.setPrototypeOf ||
53748
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
53749
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
53750
- return extendStatics(d, b);
53751
- };
53752
- return function (d, b) {
53753
- if (typeof b !== "function" && b !== null)
53754
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
53755
- extendStatics(d, b);
53756
- function __() { this.constructor = d; }
53757
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
53758
- };
53759
- })();
53760
- Object.defineProperty(exports, "__esModule", ({ value: true }));
53761
- var BaseAPI_1 = __webpack_require__(/*! ../../../common/BaseAPI */ "./common/BaseAPI.ts");
53762
- var UsageApi_1 = __webpack_require__(/*! ./usage/UsageApi */ "./encoding/statistics/cdn/usage/UsageApi.ts");
53763
- /**
53764
- * CdnApi - object-oriented interface
53765
- * @export
53766
- * @class CdnApi
53767
- * @extends {BaseAPI}
53768
- */
53769
- var CdnApi = /** @class */ (function (_super) {
53770
- __extends(CdnApi, _super);
53771
- function CdnApi(configuration) {
53772
- var _this = _super.call(this, configuration) || this;
53773
- _this.usage = new UsageApi_1.default(configuration);
53774
- return _this;
53775
- }
53776
- return CdnApi;
53777
- }(BaseAPI_1.BaseAPI));
53778
- exports["default"] = CdnApi;
53779
-
53780
-
53781
- /***/ }),
53782
-
53783
- /***/ "./encoding/statistics/cdn/usage/CdnUsageStatisticsGetQueryParams.ts":
53784
- /*!***************************************************************************!*\
53785
- !*** ./encoding/statistics/cdn/usage/CdnUsageStatisticsGetQueryParams.ts ***!
53786
- \***************************************************************************/
53787
- /***/ ((__unused_webpack_module, exports) => {
53788
-
53789
- "use strict";
53790
-
53791
- Object.defineProperty(exports, "__esModule", ({ value: true }));
53792
- exports.CdnUsageStatisticsGetQueryParamsBuilder = void 0;
53793
- var CdnUsageStatisticsGetQueryParamsBuilder = /** @class */ (function () {
53794
- function CdnUsageStatisticsGetQueryParamsBuilder() {
53795
- this.internalParams = {};
53796
- }
53797
- /**
53798
- *
53799
- * @param from Start date. Accepted formats: yyyy-MM-ddThh:mm:ssZ or yyyy-MM-dd
53800
- */
53801
- CdnUsageStatisticsGetQueryParamsBuilder.prototype.from = function (from) {
53802
- this.internalParams.from = from;
53803
- return this;
53804
- };
53805
- /**
53806
- *
53807
- * @param to End date. Accepted formats: yyyy-MM-ddThh:mm:ssZ or yyyy-MM-dd
53808
- */
53809
- CdnUsageStatisticsGetQueryParamsBuilder.prototype.to = function (to) {
53810
- this.internalParams.to = to;
53811
- return this;
53812
- };
53813
- CdnUsageStatisticsGetQueryParamsBuilder.prototype.buildQueryParams = function () {
53814
- return this.internalParams;
53815
- };
53816
- return CdnUsageStatisticsGetQueryParamsBuilder;
53817
- }());
53818
- exports.CdnUsageStatisticsGetQueryParamsBuilder = CdnUsageStatisticsGetQueryParamsBuilder;
53819
-
53820
-
53821
- /***/ }),
53822
-
53823
- /***/ "./encoding/statistics/cdn/usage/UsageApi.ts":
53824
- /*!***************************************************!*\
53825
- !*** ./encoding/statistics/cdn/usage/UsageApi.ts ***!
53826
- \***************************************************/
53670
+ /***/ "./encoding/statistics/cdn/usage/CdnUsageStatisticsGetQueryParams.ts":
53671
+ /*!***************************************************************************!*\
53672
+ !*** ./encoding/statistics/cdn/usage/CdnUsageStatisticsGetQueryParams.ts ***!
53673
+ \***************************************************************************/
53674
+ /***/ ((__unused_webpack_module, exports) => {
53675
+
53676
+ "use strict";
53677
+
53678
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
53679
+ exports.CdnUsageStatisticsGetQueryParamsBuilder = void 0;
53680
+ var CdnUsageStatisticsGetQueryParamsBuilder = /** @class */ (function () {
53681
+ function CdnUsageStatisticsGetQueryParamsBuilder() {
53682
+ this.internalParams = {};
53683
+ }
53684
+ /**
53685
+ *
53686
+ * @param from Start date. Accepted formats: yyyy-MM-ddThh:mm:ssZ or yyyy-MM-dd
53687
+ */
53688
+ CdnUsageStatisticsGetQueryParamsBuilder.prototype.from = function (from) {
53689
+ this.internalParams.from = from;
53690
+ return this;
53691
+ };
53692
+ /**
53693
+ *
53694
+ * @param to End date. Accepted formats: yyyy-MM-ddThh:mm:ssZ or yyyy-MM-dd
53695
+ */
53696
+ CdnUsageStatisticsGetQueryParamsBuilder.prototype.to = function (to) {
53697
+ this.internalParams.to = to;
53698
+ return this;
53699
+ };
53700
+ CdnUsageStatisticsGetQueryParamsBuilder.prototype.buildQueryParams = function () {
53701
+ return this.internalParams;
53702
+ };
53703
+ return CdnUsageStatisticsGetQueryParamsBuilder;
53704
+ }());
53705
+ exports.CdnUsageStatisticsGetQueryParamsBuilder = CdnUsageStatisticsGetQueryParamsBuilder;
53706
+
53707
+
53708
+ /***/ }),
53709
+
53710
+ /***/ "./encoding/statistics/cdn/usage/UsageApi.ts":
53711
+ /*!***************************************************!*\
53712
+ !*** ./encoding/statistics/cdn/usage/UsageApi.ts ***!
53713
+ \***************************************************/
53827
53714
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
53828
53715
 
53829
53716
  "use strict";
@@ -54604,6 +54491,14 @@ var LiveEncodingStatsEventListQueryParamsBuilder = /** @class */ (function () {
54604
54491
  this.internalParams.limit = limit;
54605
54492
  return this;
54606
54493
  };
54494
+ /**
54495
+ *
54496
+ * @param sortByTime Sort events by time in DESC order
54497
+ */
54498
+ LiveEncodingStatsEventListQueryParamsBuilder.prototype.sortByTime = function (sortByTime) {
54499
+ this.internalParams.sortByTime = sortByTime;
54500
+ return this;
54501
+ };
54607
54502
  LiveEncodingStatsEventListQueryParamsBuilder.prototype.buildQueryParams = function () {
54608
54503
  return this.internalParams;
54609
54504
  };
@@ -61504,6 +61399,38 @@ exports.AsperaInput = AsperaInput;
61504
61399
  exports["default"] = AsperaInput;
61505
61400
 
61506
61401
 
61402
+ /***/ }),
61403
+
61404
+ /***/ "./models/Atmosphere.ts":
61405
+ /*!******************************!*\
61406
+ !*** ./models/Atmosphere.ts ***!
61407
+ \******************************/
61408
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
61409
+
61410
+ "use strict";
61411
+
61412
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
61413
+ exports.Atmosphere = void 0;
61414
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
61415
+ /**
61416
+ * @export
61417
+ * @class Atmosphere
61418
+ */
61419
+ var Atmosphere = /** @class */ (function () {
61420
+ function Atmosphere(obj) {
61421
+ if (!obj) {
61422
+ return;
61423
+ }
61424
+ this.mood = (0, Mapper_1.map)(obj.mood);
61425
+ this.lighting = (0, Mapper_1.map)(obj.lighting);
61426
+ this.weather = (0, Mapper_1.map)(obj.weather);
61427
+ }
61428
+ return Atmosphere;
61429
+ }());
61430
+ exports.Atmosphere = Atmosphere;
61431
+ exports["default"] = Atmosphere;
61432
+
61433
+
61507
61434
  /***/ }),
61508
61435
 
61509
61436
  /***/ "./models/AudioAdaptationSet.ts":
@@ -65114,6 +65041,38 @@ var ChannelsAttributeForAudio;
65114
65041
  exports["default"] = ChannelsAttributeForAudio;
65115
65042
 
65116
65043
 
65044
+ /***/ }),
65045
+
65046
+ /***/ "./models/Character.ts":
65047
+ /*!*****************************!*\
65048
+ !*** ./models/Character.ts ***!
65049
+ \*****************************/
65050
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
65051
+
65052
+ "use strict";
65053
+
65054
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
65055
+ exports.Character = void 0;
65056
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
65057
+ /**
65058
+ * @export
65059
+ * @class Character
65060
+ */
65061
+ var Character = /** @class */ (function () {
65062
+ function Character(obj) {
65063
+ if (!obj) {
65064
+ return;
65065
+ }
65066
+ this.appearance = (0, Mapper_1.map)(obj.appearance);
65067
+ this.name = (0, Mapper_1.map)(obj.name);
65068
+ this.description = (0, Mapper_1.map)(obj.description);
65069
+ }
65070
+ return Character;
65071
+ }());
65072
+ exports.Character = Character;
65073
+ exports["default"] = Character;
65074
+
65075
+
65117
65076
  /***/ }),
65118
65077
 
65119
65078
  /***/ "./models/CheckOutputPermissionsRequest.ts":
@@ -66177,6 +66136,41 @@ exports.ConformFilter = ConformFilter;
66177
66136
  exports["default"] = ConformFilter;
66178
66137
 
66179
66138
 
66139
+ /***/ }),
66140
+
66141
+ /***/ "./models/Content.ts":
66142
+ /*!***************************!*\
66143
+ !*** ./models/Content.ts ***!
66144
+ \***************************/
66145
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
66146
+
66147
+ "use strict";
66148
+
66149
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
66150
+ exports.Content = void 0;
66151
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
66152
+ var Character_1 = __webpack_require__(/*! ./Character */ "./models/Character.ts");
66153
+ var SceneObject_1 = __webpack_require__(/*! ./SceneObject */ "./models/SceneObject.ts");
66154
+ var Setting_1 = __webpack_require__(/*! ./Setting */ "./models/Setting.ts");
66155
+ /**
66156
+ * @export
66157
+ * @class Content
66158
+ */
66159
+ var Content = /** @class */ (function () {
66160
+ function Content(obj) {
66161
+ if (!obj) {
66162
+ return;
66163
+ }
66164
+ this.characters = (0, Mapper_1.mapArray)(obj.characters, Character_1.default);
66165
+ this.objects = (0, Mapper_1.mapArray)(obj.objects, SceneObject_1.default);
66166
+ this.settings = (0, Mapper_1.mapArray)(obj.settings, Setting_1.default);
66167
+ }
66168
+ return Content;
66169
+ }());
66170
+ exports.Content = Content;
66171
+ exports["default"] = Content;
66172
+
66173
+
66180
66174
  /***/ }),
66181
66175
 
66182
66176
  /***/ "./models/ContentProtection.ts":
@@ -71533,31 +71527,6 @@ exports.EncodingStreamInputDetails = EncodingStreamInputDetails;
71533
71527
  exports["default"] = EncodingStreamInputDetails;
71534
71528
 
71535
71529
 
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
71530
  /***/ }),
71562
71531
 
71563
71532
  /***/ "./models/EncodingTemplateDetails.ts":
@@ -72403,6 +72372,7 @@ var Fmp4Muxing = /** @class */ (function (_super) {
72403
72372
  _this.initSegmentName = (0, Mapper_1.map)(obj.initSegmentName);
72404
72373
  _this.initSegmentNameTemplate = (0, Mapper_1.map)(obj.initSegmentNameTemplate);
72405
72374
  _this.writeDurationPerSample = (0, Mapper_1.map)(obj.writeDurationPerSample);
72375
+ _this.signalScte35AsEmsg = (0, Mapper_1.map)(obj.signalScte35AsEmsg);
72406
72376
  _this.segmentsMuxed = (0, Mapper_1.map)(obj.segmentsMuxed);
72407
72377
  _this.ptsAlignMode = (0, Mapper_1.map)(obj.ptsAlignMode);
72408
72378
  return _this;
@@ -74582,6 +74552,39 @@ exports.HttpsInput = HttpsInput;
74582
74552
  exports["default"] = HttpsInput;
74583
74553
 
74584
74554
 
74555
+ /***/ }),
74556
+
74557
+ /***/ "./models/IABTaxonomy.ts":
74558
+ /*!*******************************!*\
74559
+ !*** ./models/IABTaxonomy.ts ***!
74560
+ \*******************************/
74561
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
74562
+
74563
+ "use strict";
74564
+
74565
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
74566
+ exports.IABTaxonomy = void 0;
74567
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
74568
+ /**
74569
+ * @export
74570
+ * @class IABTaxonomy
74571
+ */
74572
+ var IABTaxonomy = /** @class */ (function () {
74573
+ function IABTaxonomy(obj) {
74574
+ if (!obj) {
74575
+ return;
74576
+ }
74577
+ this.version = (0, Mapper_1.map)(obj.version);
74578
+ this.contentTaxonomies = (0, Mapper_1.mapArray)(obj.contentTaxonomies);
74579
+ this.adOpportunityTaxonomies = (0, Mapper_1.mapArray)(obj.adOpportunityTaxonomies);
74580
+ this.sensitiveTopicTaxonomies = (0, Mapper_1.mapArray)(obj.sensitiveTopicTaxonomies);
74581
+ }
74582
+ return IABTaxonomy;
74583
+ }());
74584
+ exports.IABTaxonomy = IABTaxonomy;
74585
+ exports["default"] = IABTaxonomy;
74586
+
74587
+
74585
74588
  /***/ }),
74586
74589
 
74587
74590
  /***/ "./models/IFramePlaylist.ts":
@@ -77268,6 +77271,37 @@ exports.LocalOutput = LocalOutput;
77268
77271
  exports["default"] = LocalOutput;
77269
77272
 
77270
77273
 
77274
+ /***/ }),
77275
+
77276
+ /***/ "./models/Location.ts":
77277
+ /*!****************************!*\
77278
+ !*** ./models/Location.ts ***!
77279
+ \****************************/
77280
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
77281
+
77282
+ "use strict";
77283
+
77284
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
77285
+ exports.Location = void 0;
77286
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
77287
+ /**
77288
+ * @export
77289
+ * @class Location
77290
+ */
77291
+ var Location = /** @class */ (function () {
77292
+ function Location(obj) {
77293
+ if (!obj) {
77294
+ return;
77295
+ }
77296
+ this.name = (0, Mapper_1.map)(obj.name);
77297
+ this.description = (0, Mapper_1.map)(obj.description);
77298
+ }
77299
+ return Location;
77300
+ }());
77301
+ exports.Location = Location;
77302
+ exports["default"] = Location;
77303
+
77304
+
77271
77305
  /***/ }),
77272
77306
 
77273
77307
  /***/ "./models/Manifest.ts":
@@ -81815,6 +81849,38 @@ var RateDistortionPenaltyMode;
81815
81849
  exports["default"] = RateDistortionPenaltyMode;
81816
81850
 
81817
81851
 
81852
+ /***/ }),
81853
+
81854
+ /***/ "./models/Rating.ts":
81855
+ /*!**************************!*\
81856
+ !*** ./models/Rating.ts ***!
81857
+ \**************************/
81858
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
81859
+
81860
+ "use strict";
81861
+
81862
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
81863
+ exports.Rating = void 0;
81864
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
81865
+ /**
81866
+ * @export
81867
+ * @class Rating
81868
+ */
81869
+ var Rating = /** @class */ (function () {
81870
+ function Rating(obj) {
81871
+ if (!obj) {
81872
+ return;
81873
+ }
81874
+ this.region = (0, Mapper_1.map)(obj.region);
81875
+ this.system = (0, Mapper_1.map)(obj.system);
81876
+ this.rating = (0, Mapper_1.map)(obj.rating);
81877
+ }
81878
+ return Rating;
81879
+ }());
81880
+ exports.Rating = Rating;
81881
+ exports["default"] = Rating;
81882
+
81883
+
81818
81884
  /***/ }),
81819
81885
 
81820
81886
  /***/ "./models/RawId3Tag.ts":
@@ -82828,6 +82894,113 @@ exports.SccCaption = SccCaption;
82828
82894
  exports["default"] = SccCaption;
82829
82895
 
82830
82896
 
82897
+ /***/ }),
82898
+
82899
+ /***/ "./models/Scene.ts":
82900
+ /*!*************************!*\
82901
+ !*** ./models/Scene.ts ***!
82902
+ \*************************/
82903
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
82904
+
82905
+ "use strict";
82906
+
82907
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
82908
+ exports.Scene = void 0;
82909
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
82910
+ var Content_1 = __webpack_require__(/*! ./Content */ "./models/Content.ts");
82911
+ var IABTaxonomy_1 = __webpack_require__(/*! ./IABTaxonomy */ "./models/IABTaxonomy.ts");
82912
+ /**
82913
+ * @export
82914
+ * @class Scene
82915
+ */
82916
+ var Scene = /** @class */ (function () {
82917
+ function Scene(obj) {
82918
+ if (!obj) {
82919
+ return;
82920
+ }
82921
+ this.startInSeconds = (0, Mapper_1.map)(obj.startInSeconds);
82922
+ this.endInSeconds = (0, Mapper_1.map)(obj.endInSeconds);
82923
+ this.id = (0, Mapper_1.map)(obj.id);
82924
+ this.content = (0, Mapper_1.map)(obj.content, Content_1.default);
82925
+ this.summary = (0, Mapper_1.map)(obj.summary);
82926
+ this.sensitiveTopics = (0, Mapper_1.mapArray)(obj.sensitiveTopics);
82927
+ this.keywords = (0, Mapper_1.mapArray)(obj.keywords);
82928
+ this.iab = (0, Mapper_1.map)(obj.iab, IABTaxonomy_1.default);
82929
+ }
82930
+ return Scene;
82931
+ }());
82932
+ exports.Scene = Scene;
82933
+ exports["default"] = Scene;
82934
+
82935
+
82936
+ /***/ }),
82937
+
82938
+ /***/ "./models/SceneAnalysisDetailsResponse.ts":
82939
+ /*!************************************************!*\
82940
+ !*** ./models/SceneAnalysisDetailsResponse.ts ***!
82941
+ \************************************************/
82942
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
82943
+
82944
+ "use strict";
82945
+
82946
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
82947
+ exports.SceneAnalysisDetailsResponse = void 0;
82948
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
82949
+ var Rating_1 = __webpack_require__(/*! ./Rating */ "./models/Rating.ts");
82950
+ var Scene_1 = __webpack_require__(/*! ./Scene */ "./models/Scene.ts");
82951
+ /**
82952
+ * @export
82953
+ * @class SceneAnalysisDetailsResponse
82954
+ */
82955
+ var SceneAnalysisDetailsResponse = /** @class */ (function () {
82956
+ function SceneAnalysisDetailsResponse(obj) {
82957
+ if (!obj) {
82958
+ return;
82959
+ }
82960
+ this.scenes = (0, Mapper_1.mapArray)(obj.scenes, Scene_1.default);
82961
+ this.description = (0, Mapper_1.map)(obj.description);
82962
+ this.keywords = (0, Mapper_1.mapArray)(obj.keywords);
82963
+ this.ratings = (0, Mapper_1.mapArray)(obj.ratings, Rating_1.default);
82964
+ this.sensitiveTopics = (0, Mapper_1.mapArray)(obj.sensitiveTopics);
82965
+ this.iabSensitiveTopicTaxonomies = (0, Mapper_1.mapArray)(obj.iabSensitiveTopicTaxonomies);
82966
+ }
82967
+ return SceneAnalysisDetailsResponse;
82968
+ }());
82969
+ exports.SceneAnalysisDetailsResponse = SceneAnalysisDetailsResponse;
82970
+ exports["default"] = SceneAnalysisDetailsResponse;
82971
+
82972
+
82973
+ /***/ }),
82974
+
82975
+ /***/ "./models/SceneObject.ts":
82976
+ /*!*******************************!*\
82977
+ !*** ./models/SceneObject.ts ***!
82978
+ \*******************************/
82979
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
82980
+
82981
+ "use strict";
82982
+
82983
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
82984
+ exports.SceneObject = void 0;
82985
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
82986
+ /**
82987
+ * @export
82988
+ * @class SceneObject
82989
+ */
82990
+ var SceneObject = /** @class */ (function () {
82991
+ function SceneObject(obj) {
82992
+ if (!obj) {
82993
+ return;
82994
+ }
82995
+ this.description = (0, Mapper_1.map)(obj.description);
82996
+ this.category = (0, Mapper_1.map)(obj.category);
82997
+ }
82998
+ return SceneObject;
82999
+ }());
83000
+ exports.SceneObject = SceneObject;
83001
+ exports["default"] = SceneObject;
83002
+
83003
+
82831
83004
  /***/ }),
82832
83005
 
82833
83006
  /***/ "./models/ScheduledInsertableContent.ts":
@@ -83151,6 +83324,40 @@ exports.SegmentsMediaInfo = SegmentsMediaInfo;
83151
83324
  exports["default"] = SegmentsMediaInfo;
83152
83325
 
83153
83326
 
83327
+ /***/ }),
83328
+
83329
+ /***/ "./models/Setting.ts":
83330
+ /*!***************************!*\
83331
+ !*** ./models/Setting.ts ***!
83332
+ \***************************/
83333
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
83334
+
83335
+ "use strict";
83336
+
83337
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
83338
+ exports.Setting = void 0;
83339
+ var Mapper_1 = __webpack_require__(/*! ../common/Mapper */ "./common/Mapper.ts");
83340
+ var Atmosphere_1 = __webpack_require__(/*! ./Atmosphere */ "./models/Atmosphere.ts");
83341
+ var Location_1 = __webpack_require__(/*! ./Location */ "./models/Location.ts");
83342
+ /**
83343
+ * @export
83344
+ * @class Setting
83345
+ */
83346
+ var Setting = /** @class */ (function () {
83347
+ function Setting(obj) {
83348
+ if (!obj) {
83349
+ return;
83350
+ }
83351
+ this.location = (0, Mapper_1.map)(obj.location, Location_1.default);
83352
+ this.timeOfDay = (0, Mapper_1.map)(obj.timeOfDay);
83353
+ this.atmosphere = (0, Mapper_1.map)(obj.atmosphere, Atmosphere_1.default);
83354
+ }
83355
+ return Setting;
83356
+ }());
83357
+ exports.Setting = Setting;
83358
+ exports["default"] = Setting;
83359
+
83360
+
83154
83361
  /***/ }),
83155
83362
 
83156
83363
  /***/ "./models/SftpInput.ts":
@@ -83428,1554 +83635,6 @@ var SignupSource;
83428
83635
  exports["default"] = SignupSource;
83429
83636
 
83430
83637
 
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
83638
  /***/ }),
84980
83639
 
84981
83640
  /***/ "./models/SmoothManifestContentProtection.ts":
@@ -91440,6 +90099,7 @@ __exportStar(__webpack_require__(/*! ./ApiErrorDefinition */ "./models/ApiErrorD
91440
90099
  __exportStar(__webpack_require__(/*! ./AppliedStreamSettings */ "./models/AppliedStreamSettings.ts"), exports);
91441
90100
  __exportStar(__webpack_require__(/*! ./AspectMode */ "./models/AspectMode.ts"), exports);
91442
90101
  __exportStar(__webpack_require__(/*! ./AsperaInput */ "./models/AsperaInput.ts"), exports);
90102
+ __exportStar(__webpack_require__(/*! ./Atmosphere */ "./models/Atmosphere.ts"), exports);
91443
90103
  __exportStar(__webpack_require__(/*! ./AudioAdaptationSet */ "./models/AudioAdaptationSet.ts"), exports);
91444
90104
  __exportStar(__webpack_require__(/*! ./AudioConfiguration */ "./models/AudioConfiguration.ts"), exports);
91445
90105
  __exportStar(__webpack_require__(/*! ./AudioGroup */ "./models/AudioGroup.ts"), exports);
@@ -91522,6 +90182,7 @@ __exportStar(__webpack_require__(/*! ./CencPlayReady */ "./models/CencPlayReady.
91522
90182
  __exportStar(__webpack_require__(/*! ./CencWidevine */ "./models/CencWidevine.ts"), exports);
91523
90183
  __exportStar(__webpack_require__(/*! ./ChannelLayout */ "./models/ChannelLayout.ts"), exports);
91524
90184
  __exportStar(__webpack_require__(/*! ./ChannelsAttributeForAudio */ "./models/ChannelsAttributeForAudio.ts"), exports);
90185
+ __exportStar(__webpack_require__(/*! ./Character */ "./models/Character.ts"), exports);
91525
90186
  __exportStar(__webpack_require__(/*! ./CheckOutputPermissionsRequest */ "./models/CheckOutputPermissionsRequest.ts"), exports);
91526
90187
  __exportStar(__webpack_require__(/*! ./CheckOutputPermissionsResponse */ "./models/CheckOutputPermissionsResponse.ts"), exports);
91527
90188
  __exportStar(__webpack_require__(/*! ./ChromaLocation */ "./models/ChromaLocation.ts"), exports);
@@ -91545,6 +90206,7 @@ __exportStar(__webpack_require__(/*! ./ConditionAttribute */ "./models/Condition
91545
90206
  __exportStar(__webpack_require__(/*! ./ConditionOperator */ "./models/ConditionOperator.ts"), exports);
91546
90207
  __exportStar(__webpack_require__(/*! ./ConditionType */ "./models/ConditionType.ts"), exports);
91547
90208
  __exportStar(__webpack_require__(/*! ./ConformFilter */ "./models/ConformFilter.ts"), exports);
90209
+ __exportStar(__webpack_require__(/*! ./Content */ "./models/Content.ts"), exports);
91548
90210
  __exportStar(__webpack_require__(/*! ./ContentProtection */ "./models/ContentProtection.ts"), exports);
91549
90211
  __exportStar(__webpack_require__(/*! ./ConvertSccCaption */ "./models/ConvertSccCaption.ts"), exports);
91550
90212
  __exportStar(__webpack_require__(/*! ./ConvertSccCaptionWebVttSettings */ "./models/ConvertSccCaptionWebVttSettings.ts"), exports);
@@ -91683,7 +90345,6 @@ __exportStar(__webpack_require__(/*! ./EncodingStatisticsVod */ "./models/Encodi
91683
90345
  __exportStar(__webpack_require__(/*! ./EncodingStats */ "./models/EncodingStats.ts"), exports);
91684
90346
  __exportStar(__webpack_require__(/*! ./EncodingStreamInput */ "./models/EncodingStreamInput.ts"), exports);
91685
90347
  __exportStar(__webpack_require__(/*! ./EncodingStreamInputDetails */ "./models/EncodingStreamInputDetails.ts"), exports);
91686
- __exportStar(__webpack_require__(/*! ./EncodingTemplate */ "./models/EncodingTemplate.ts"), exports);
91687
90348
  __exportStar(__webpack_require__(/*! ./EncodingTemplateDetails */ "./models/EncodingTemplateDetails.ts"), exports);
91688
90349
  __exportStar(__webpack_require__(/*! ./EncodingTemplateRequest */ "./models/EncodingTemplateRequest.ts"), exports);
91689
90350
  __exportStar(__webpack_require__(/*! ./EncodingTemplateResponse */ "./models/EncodingTemplateResponse.ts"), exports);
@@ -91753,6 +90414,7 @@ __exportStar(__webpack_require__(/*! ./HlsTargetDurationRoundingMode */ "./model
91753
90414
  __exportStar(__webpack_require__(/*! ./HlsVersion */ "./models/HlsVersion.ts"), exports);
91754
90415
  __exportStar(__webpack_require__(/*! ./HttpInput */ "./models/HttpInput.ts"), exports);
91755
90416
  __exportStar(__webpack_require__(/*! ./HttpsInput */ "./models/HttpsInput.ts"), exports);
90417
+ __exportStar(__webpack_require__(/*! ./IABTaxonomy */ "./models/IABTaxonomy.ts"), exports);
91756
90418
  __exportStar(__webpack_require__(/*! ./IFramePlaylist */ "./models/IFramePlaylist.ts"), exports);
91757
90419
  __exportStar(__webpack_require__(/*! ./Id3Tag */ "./models/Id3Tag.ts"), exports);
91758
90420
  __exportStar(__webpack_require__(/*! ./Id3TagPositionMode */ "./models/Id3TagPositionMode.ts"), exports);
@@ -91827,6 +90489,7 @@ __exportStar(__webpack_require__(/*! ./LiveStandbyPoolStatus */ "./models/LiveSt
91827
90489
  __exportStar(__webpack_require__(/*! ./LiveStandbyPoolUpdate */ "./models/LiveStandbyPoolUpdate.ts"), exports);
91828
90490
  __exportStar(__webpack_require__(/*! ./LocalInput */ "./models/LocalInput.ts"), exports);
91829
90491
  __exportStar(__webpack_require__(/*! ./LocalOutput */ "./models/LocalOutput.ts"), exports);
90492
+ __exportStar(__webpack_require__(/*! ./Location */ "./models/Location.ts"), exports);
91830
90493
  __exportStar(__webpack_require__(/*! ./Manifest */ "./models/Manifest.ts"), exports);
91831
90494
  __exportStar(__webpack_require__(/*! ./ManifestGenerator */ "./models/ManifestGenerator.ts"), exports);
91832
90495
  __exportStar(__webpack_require__(/*! ./ManifestResource */ "./models/ManifestResource.ts"), exports);
@@ -91947,6 +90610,7 @@ __exportStar(__webpack_require__(/*! ./QuantizationGroupSize */ "./models/Quanti
91947
90610
  __exportStar(__webpack_require__(/*! ./RaiUnit */ "./models/RaiUnit.ts"), exports);
91948
90611
  __exportStar(__webpack_require__(/*! ./RateDistortionLevelForQuantization */ "./models/RateDistortionLevelForQuantization.ts"), exports);
91949
90612
  __exportStar(__webpack_require__(/*! ./RateDistortionPenaltyMode */ "./models/RateDistortionPenaltyMode.ts"), exports);
90613
+ __exportStar(__webpack_require__(/*! ./Rating */ "./models/Rating.ts"), exports);
91950
90614
  __exportStar(__webpack_require__(/*! ./RawId3Tag */ "./models/RawId3Tag.ts"), exports);
91951
90615
  __exportStar(__webpack_require__(/*! ./RedundantRtmpInput */ "./models/RedundantRtmpInput.ts"), exports);
91952
90616
  __exportStar(__webpack_require__(/*! ./ReprioritizeEncodingRequest */ "./models/ReprioritizeEncodingRequest.ts"), exports);
@@ -91971,6 +90635,9 @@ __exportStar(__webpack_require__(/*! ./S3SignatureVersion */ "./models/S3Signatu
91971
90635
  __exportStar(__webpack_require__(/*! ./ScaleFilter */ "./models/ScaleFilter.ts"), exports);
91972
90636
  __exportStar(__webpack_require__(/*! ./ScalingAlgorithm */ "./models/ScalingAlgorithm.ts"), exports);
91973
90637
  __exportStar(__webpack_require__(/*! ./SccCaption */ "./models/SccCaption.ts"), exports);
90638
+ __exportStar(__webpack_require__(/*! ./Scene */ "./models/Scene.ts"), exports);
90639
+ __exportStar(__webpack_require__(/*! ./SceneAnalysisDetailsResponse */ "./models/SceneAnalysisDetailsResponse.ts"), exports);
90640
+ __exportStar(__webpack_require__(/*! ./SceneObject */ "./models/SceneObject.ts"), exports);
91974
90641
  __exportStar(__webpack_require__(/*! ./ScheduledInsertableContent */ "./models/ScheduledInsertableContent.ts"), exports);
91975
90642
  __exportStar(__webpack_require__(/*! ./ScheduledInsertableContentStatus */ "./models/ScheduledInsertableContentStatus.ts"), exports);
91976
90643
  __exportStar(__webpack_require__(/*! ./Scheduling */ "./models/Scheduling.ts"), exports);
@@ -91978,6 +90645,7 @@ __exportStar(__webpack_require__(/*! ./Scte35Cue */ "./models/Scte35Cue.ts"), ex
91978
90645
  __exportStar(__webpack_require__(/*! ./Scte35Trigger */ "./models/Scte35Trigger.ts"), exports);
91979
90646
  __exportStar(__webpack_require__(/*! ./SegmentedRawMuxing */ "./models/SegmentedRawMuxing.ts"), exports);
91980
90647
  __exportStar(__webpack_require__(/*! ./SegmentsMediaInfo */ "./models/SegmentsMediaInfo.ts"), exports);
90648
+ __exportStar(__webpack_require__(/*! ./Setting */ "./models/Setting.ts"), exports);
91981
90649
  __exportStar(__webpack_require__(/*! ./SftpInput */ "./models/SftpInput.ts"), exports);
91982
90650
  __exportStar(__webpack_require__(/*! ./SftpOutput */ "./models/SftpOutput.ts"), exports);
91983
90651
  __exportStar(__webpack_require__(/*! ./SidecarErrorMode */ "./models/SidecarErrorMode.ts"), exports);
@@ -91985,45 +90653,6 @@ __exportStar(__webpack_require__(/*! ./SidecarFile */ "./models/SidecarFile.ts")
91985
90653
  __exportStar(__webpack_require__(/*! ./SidecarFileType */ "./models/SidecarFileType.ts"), exports);
91986
90654
  __exportStar(__webpack_require__(/*! ./SignatureType */ "./models/SignatureType.ts"), exports);
91987
90655
  __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
90656
  __exportStar(__webpack_require__(/*! ./SmoothManifestContentProtection */ "./models/SmoothManifestContentProtection.ts"), exports);
92028
90657
  __exportStar(__webpack_require__(/*! ./SmoothManifestDefault */ "./models/SmoothManifestDefault.ts"), exports);
92029
90658
  __exportStar(__webpack_require__(/*! ./SmoothManifestDefaultVersion */ "./models/SmoothManifestDefaultVersion.ts"), exports);