tencentcloud-sdk-nodejs-intl-en 3.0.1367 → 3.0.1369
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/cdb/v20170320/cdb_client.js +338 -138
- package/tencentcloud/cdb/v20170320/models.js +3697 -1474
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/cynosdb/v20190107/cynosdb_client.js +853 -131
- package/tencentcloud/cynosdb/v20190107/models.js +20644 -11194
- package/tencentcloud/mdl/v20200326/mdl_client.js +3 -0
- package/tencentcloud/mdl/v20200326/models.js +416 -262
- package/tencentcloud/monitor/v20180724/models.js +199 -86
- package/tencentcloud/monitor/v20180724/monitor_client.js +4 -2
- package/tencentcloud/ocr/v20181119/models.js +234 -69
- package/tencentcloud/ocr/v20181119/ocr_client.js +17 -3
- package/tencentcloud/ssl/v20191205/ssl_client.js +1 -1
- package/tencentcloud/tdmq/v20200217/models.js +650 -181
- package/tencentcloud/tdmq/v20200217/tdmq_client.js +25 -8
|
@@ -20,6 +20,7 @@ const DeleteStreamLiveChannelResponse = models.DeleteStreamLiveChannelResponse;
|
|
|
20
20
|
const VideoEnhanceSetting = models.VideoEnhanceSetting;
|
|
21
21
|
const AudioTrackInfo = models.AudioTrackInfo;
|
|
22
22
|
const CreateStreamLiveInputSecurityGroupResponse = models.CreateStreamLiveInputSecurityGroupResponse;
|
|
23
|
+
const PipSetting = models.PipSetting;
|
|
23
24
|
const CreateWatermarkDetectionRequest = models.CreateWatermarkDetectionRequest;
|
|
24
25
|
const StreamInfo = models.StreamInfo;
|
|
25
26
|
const StreamVideoInfo = models.StreamVideoInfo;
|
|
@@ -46,6 +47,7 @@ const AVTemplate = models.AVTemplate;
|
|
|
46
47
|
const DestinationInfo = models.DestinationInfo;
|
|
47
48
|
const Tag = models.Tag;
|
|
48
49
|
const DeleteStreamLiveInputRequest = models.DeleteStreamLiveInputRequest;
|
|
50
|
+
const SourceLayout = models.SourceLayout;
|
|
49
51
|
const ModifyStreamLiveInputSecurityGroupResponse = models.ModifyStreamLiveInputSecurityGroupResponse;
|
|
50
52
|
const AmazonS3Settings = models.AmazonS3Settings;
|
|
51
53
|
const ModifyStreamLiveInputRequest = models.ModifyStreamLiveInputRequest;
|
|
@@ -187,6 +189,7 @@ const DescribeStreamLiveInputSecurityGroupRequest = models.DescribeStreamLiveInp
|
|
|
187
189
|
const DescribeStreamLiveInputSecurityGroupResponse = models.DescribeStreamLiveInputSecurityGroupResponse;
|
|
188
190
|
const StreamLiveChannelInfo = models.StreamLiveChannelInfo;
|
|
189
191
|
const SegmentationDescriptorInfo = models.SegmentationDescriptorInfo;
|
|
192
|
+
const BorderFrameSetting = models.BorderFrameSetting;
|
|
190
193
|
const InputSettingInfo = models.InputSettingInfo;
|
|
191
194
|
const DescribeImageSettings = models.DescribeImageSettings;
|
|
192
195
|
const DeleteStreamLiveChannelRequest = models.DeleteStreamLiveChannelRequest;
|