tencentcloud-sdk-nodejs-intl-en 3.0.1185 → 3.0.1186

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.1185",
3
+ "version": "3.0.1186",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1185";
1
+ const sdkVersion = "3.0.1186";
2
2
  module.exports = sdkVersion
@@ -36,6 +36,7 @@ const InputStreamInfo = models.InputStreamInfo;
36
36
  const FrameCaptureTemplate = models.FrameCaptureTemplate;
37
37
  const PipelineInputSettingsInfo = models.PipelineInputSettingsInfo;
38
38
  const DescribeStreamLiveChannelOutputStatisticsRequest = models.DescribeStreamLiveChannelOutputStatisticsRequest;
39
+ const GetAbWatermarkPlayUrlResponse = models.GetAbWatermarkPlayUrlResponse;
39
40
  const ChannelPipelineAlerts = models.ChannelPipelineAlerts;
40
41
  const InputInfo = models.InputInfo;
41
42
  const InputAnalysisInfo = models.InputAnalysisInfo;
@@ -112,6 +113,7 @@ const DescribeStreamLivePlansResponse = models.DescribeStreamLivePlansResponse;
112
113
  const DescribeStreamLiveChannelLogsRequest = models.DescribeStreamLiveChannelLogsRequest;
113
114
  const CreateStreamLiveInputSecurityGroupRequest = models.CreateStreamLiveInputSecurityGroupRequest;
114
115
  const DescribeStreamLiveChannelOutputStatisticsResponse = models.DescribeStreamLiveChannelOutputStatisticsResponse;
116
+ const GetAbWatermarkPlayUrlRequest = models.GetAbWatermarkPlayUrlRequest;
115
117
  const DescribeWatermarkInfo = models.DescribeWatermarkInfo;
116
118
  const EventSettingsDestinationReq = models.EventSettingsDestinationReq;
117
119
  const VideoPipelineInputStatistics = models.VideoPipelineInputStatistics;
@@ -508,6 +510,17 @@ class MdlClient extends AbstractClient {
508
510
  this.request("DescribeStreamLiveWatermarks", req, resp, cb);
509
511
  }
510
512
 
513
+ /**
514
+ * Get AB watermark play url.
515
+ * @param {GetAbWatermarkPlayUrlRequest} req
516
+ * @param {function(string, GetAbWatermarkPlayUrlResponse):void} cb
517
+ * @public
518
+ */
519
+ GetAbWatermarkPlayUrl(req, cb) {
520
+ let resp = new GetAbWatermarkPlayUrlResponse();
521
+ this.request("GetAbWatermarkPlayUrl", req, resp, cb);
522
+ }
523
+
511
524
  /**
512
525
  * This API is used to delete an input security group.
513
526
  * @param {DeleteStreamLiveInputSecurityGroupRequest} req
@@ -979,6 +979,41 @@ UTC time, such as `2020-01-01T12:00:00Z`
979
979
  }
980
980
  }
981
981
 
982
+ /**
983
+ * GetAbWatermarkPlayUrl response structure.
984
+ * @class
985
+ */
986
+ class GetAbWatermarkPlayUrlResponse extends AbstractModel {
987
+ constructor(){
988
+ super();
989
+
990
+ /**
991
+ * The play URL after adding token.
992
+ * @type {string || null}
993
+ */
994
+ this.Url = null;
995
+
996
+ /**
997
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
998
+ * @type {string || null}
999
+ */
1000
+ this.RequestId = null;
1001
+
1002
+ }
1003
+
1004
+ /**
1005
+ * @private
1006
+ */
1007
+ deserialize(params) {
1008
+ if (!params) {
1009
+ return;
1010
+ }
1011
+ this.Url = 'Url' in params ? params.Url : null;
1012
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
1013
+
1014
+ }
1015
+ }
1016
+
982
1017
  /**
983
1018
  * Channel alarm details.
984
1019
  * @class
@@ -5295,6 +5330,48 @@ class DescribeStreamLiveChannelOutputStatisticsResponse extends AbstractModel {
5295
5330
  }
5296
5331
  }
5297
5332
 
5333
+ /**
5334
+ * GetAbWatermarkPlayUrl request structure.
5335
+ * @class
5336
+ */
5337
+ class GetAbWatermarkPlayUrlRequest extends AbstractModel {
5338
+ constructor(){
5339
+ super();
5340
+
5341
+ /**
5342
+ * Client UUID, 32-bit unsigned integer.
5343
+ * @type {number || null}
5344
+ */
5345
+ this.Uuid = null;
5346
+
5347
+ /**
5348
+ * Channel ID of Stream Package.
5349
+ * @type {string || null}
5350
+ */
5351
+ this.StreamPackageChannelId = null;
5352
+
5353
+ /**
5354
+ * Original play URL.
5355
+ * @type {string || null}
5356
+ */
5357
+ this.Url = null;
5358
+
5359
+ }
5360
+
5361
+ /**
5362
+ * @private
5363
+ */
5364
+ deserialize(params) {
5365
+ if (!params) {
5366
+ return;
5367
+ }
5368
+ this.Uuid = 'Uuid' in params ? params.Uuid : null;
5369
+ this.StreamPackageChannelId = 'StreamPackageChannelId' in params ? params.StreamPackageChannelId : null;
5370
+ this.Url = 'Url' in params ? params.Url : null;
5371
+
5372
+ }
5373
+ }
5374
+
5298
5375
  /**
5299
5376
  * Watermark information
5300
5377
  * @class
@@ -8197,6 +8274,7 @@ module.exports = {
8197
8274
  FrameCaptureTemplate: FrameCaptureTemplate,
8198
8275
  PipelineInputSettingsInfo: PipelineInputSettingsInfo,
8199
8276
  DescribeStreamLiveChannelOutputStatisticsRequest: DescribeStreamLiveChannelOutputStatisticsRequest,
8277
+ GetAbWatermarkPlayUrlResponse: GetAbWatermarkPlayUrlResponse,
8200
8278
  ChannelPipelineAlerts: ChannelPipelineAlerts,
8201
8279
  InputInfo: InputInfo,
8202
8280
  InputAnalysisInfo: InputAnalysisInfo,
@@ -8273,6 +8351,7 @@ module.exports = {
8273
8351
  DescribeStreamLiveChannelLogsRequest: DescribeStreamLiveChannelLogsRequest,
8274
8352
  CreateStreamLiveInputSecurityGroupRequest: CreateStreamLiveInputSecurityGroupRequest,
8275
8353
  DescribeStreamLiveChannelOutputStatisticsResponse: DescribeStreamLiveChannelOutputStatisticsResponse,
8354
+ GetAbWatermarkPlayUrlRequest: GetAbWatermarkPlayUrlRequest,
8276
8355
  DescribeWatermarkInfo: DescribeWatermarkInfo,
8277
8356
  EventSettingsDestinationReq: EventSettingsDestinationReq,
8278
8357
  VideoPipelineInputStatistics: VideoPipelineInputStatistics,