tencentcloud-sdk-nodejs-intl-en 3.0.1152 → 3.0.1154
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 +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/cvm/v20170312/cvm_client.js +0 -1
- package/tencentcloud/dbbrain/index.js +1 -1
- package/tencentcloud/mdl/v20200326/mdl_client.js +13 -27
- package/tencentcloud/mdl/v20200326/models.js +190 -390
- package/tencentcloud/mdp/v20200527/models.js +14 -0
- package/tencentcloud/monitor/v20180724/models.js +1 -1
- package/tencentcloud/mps/v20190612/models.js +83 -70
- package/tencentcloud/ocr/v20181119/ocr_client.js +0 -1
- package/tencentcloud/rum/v20210622/models.js +15 -1
- package/tencentcloud/sms/index.js +1 -1
- package/tencentcloud/tke/index.js +1 -1
- package/tencentcloud/vm/index.js +1 -1
- package/tencentcloud/wedata/v20210820/models.js +1568 -130
- package/tencentcloud/wedata/v20210820/wedata_client.js +60 -16
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1154";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -633,7 +633,6 @@ If you currently use a password to log in, you will no longer be able to do so a
|
|
|
633
633
|
|
|
634
634
|
* Use this API to return instances that are no longer required.
|
|
635
635
|
* Pay-as-you-go instances can be returned directly through this API.
|
|
636
|
-
* When this API is called for the first time, the instance will be moved to the recycle bin. When this API is called for the second time, the instance will be terminated and cannot be recovered.
|
|
637
636
|
* Batch operations are supported. The allowed maximum number of instances in each request is 100.
|
|
638
637
|
* @param {TerminateInstancesRequest} req
|
|
639
638
|
* @param {function(string, TerminateInstancesResponse):void} cb
|
|
@@ -104,8 +104,6 @@ const DescribeStreamLiveRegionsResponse = models.DescribeStreamLiveRegionsRespon
|
|
|
104
104
|
const DescribeStreamLiveTranscodeDetailResponse = models.DescribeStreamLiveTranscodeDetailResponse;
|
|
105
105
|
const CreateStreamLiveWatermarkResponse = models.CreateStreamLiveWatermarkResponse;
|
|
106
106
|
const DescribeStreamLiveInputsResponse = models.DescribeStreamLiveInputsResponse;
|
|
107
|
-
const HighlightResInfoResp = models.HighlightResInfoResp;
|
|
108
|
-
const ModifyStreamLiveChannelRequest = models.ModifyStreamLiveChannelRequest;
|
|
109
107
|
const ModifyStreamLiveInputResponse = models.ModifyStreamLiveInputResponse;
|
|
110
108
|
const DescribeStreamLiveChannelAlertsResponse = models.DescribeStreamLiveChannelAlertsResponse;
|
|
111
109
|
const PlanResp = models.PlanResp;
|
|
@@ -125,7 +123,6 @@ const DescribeStreamLiveInputSecurityGroupRequest = models.DescribeStreamLiveInp
|
|
|
125
123
|
const VideoCodecDetail = models.VideoCodecDetail;
|
|
126
124
|
const CreateStreamLiveChannelResponse = models.CreateStreamLiveChannelResponse;
|
|
127
125
|
const DescribeStreamLiveChannelInputStatisticsResponse = models.DescribeStreamLiveChannelInputStatisticsResponse;
|
|
128
|
-
const DescribeMediaLiveHighlightResultResponse = models.DescribeMediaLiveHighlightResultResponse;
|
|
129
126
|
const StopStreamLiveChannelResponse = models.StopStreamLiveChannelResponse;
|
|
130
127
|
const PushEventSetting = models.PushEventSetting;
|
|
131
128
|
const InputTrack = models.InputTrack;
|
|
@@ -158,7 +155,7 @@ const LogMessageInfo = models.LogMessageInfo;
|
|
|
158
155
|
const DescribeStreamLiveInputsRequest = models.DescribeStreamLiveInputsRequest;
|
|
159
156
|
const Scte35SettingsInfo = models.Scte35SettingsInfo;
|
|
160
157
|
const ModifyStreamLiveWatermarkResponse = models.ModifyStreamLiveWatermarkResponse;
|
|
161
|
-
const
|
|
158
|
+
const ModifyStreamLiveChannelRequest = models.ModifyStreamLiveChannelRequest;
|
|
162
159
|
const DescribeTextSettings = models.DescribeTextSettings;
|
|
163
160
|
const DescribeStreamLiveInputSecurityGroupsRequest = models.DescribeStreamLiveInputSecurityGroupsRequest;
|
|
164
161
|
const DeleteStreamLiveWatermarkResponse = models.DeleteStreamLiveWatermarkResponse;
|
|
@@ -391,14 +388,14 @@ class MdlClient extends AbstractClient {
|
|
|
391
388
|
}
|
|
392
389
|
|
|
393
390
|
/**
|
|
394
|
-
* This API is used to
|
|
395
|
-
* @param {
|
|
396
|
-
* @param {function(string,
|
|
391
|
+
* This API is used to query a watermark.
|
|
392
|
+
* @param {DescribeStreamLiveWatermarkRequest} req
|
|
393
|
+
* @param {function(string, DescribeStreamLiveWatermarkResponse):void} cb
|
|
397
394
|
* @public
|
|
398
395
|
*/
|
|
399
|
-
|
|
400
|
-
let resp = new
|
|
401
|
-
this.request("
|
|
396
|
+
DescribeStreamLiveWatermark(req, cb) {
|
|
397
|
+
let resp = new DescribeStreamLiveWatermarkResponse();
|
|
398
|
+
this.request("DescribeStreamLiveWatermark", req, resp, cb);
|
|
402
399
|
}
|
|
403
400
|
|
|
404
401
|
/**
|
|
@@ -435,14 +432,14 @@ class MdlClient extends AbstractClient {
|
|
|
435
432
|
}
|
|
436
433
|
|
|
437
434
|
/**
|
|
438
|
-
*
|
|
439
|
-
* @param {
|
|
440
|
-
* @param {function(string,
|
|
435
|
+
* This API is used to delete a watermark.
|
|
436
|
+
* @param {DeleteStreamLiveWatermarkRequest} req
|
|
437
|
+
* @param {function(string, DeleteStreamLiveWatermarkResponse):void} cb
|
|
441
438
|
* @public
|
|
442
439
|
*/
|
|
443
|
-
|
|
444
|
-
let resp = new
|
|
445
|
-
this.request("
|
|
440
|
+
DeleteStreamLiveWatermark(req, cb) {
|
|
441
|
+
let resp = new DeleteStreamLiveWatermarkResponse();
|
|
442
|
+
this.request("DeleteStreamLiveWatermark", req, resp, cb);
|
|
446
443
|
}
|
|
447
444
|
|
|
448
445
|
/**
|
|
@@ -500,17 +497,6 @@ class MdlClient extends AbstractClient {
|
|
|
500
497
|
this.request("StopStreamLiveChannel", req, resp, cb);
|
|
501
498
|
}
|
|
502
499
|
|
|
503
|
-
/**
|
|
504
|
-
* This API is used to query a watermark.
|
|
505
|
-
* @param {DescribeStreamLiveWatermarkRequest} req
|
|
506
|
-
* @param {function(string, DescribeStreamLiveWatermarkResponse):void} cb
|
|
507
|
-
* @public
|
|
508
|
-
*/
|
|
509
|
-
DescribeStreamLiveWatermark(req, cb) {
|
|
510
|
-
let resp = new DescribeStreamLiveWatermarkResponse();
|
|
511
|
-
this.request("DescribeStreamLiveWatermark", req, resp, cb);
|
|
512
|
-
}
|
|
513
|
-
|
|
514
500
|
/**
|
|
515
501
|
* This API is used to query multiple watermarks at a time.
|
|
516
502
|
* @param {DescribeStreamLiveWatermarksRequest} req
|