tencentcloud-sdk-nodejs 4.0.365 → 4.0.368
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/CHANGELOG.md +434 -0
- package/SERVICE_CHANGELOG.md +522 -11
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_models.ts +13 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +12 -0
- package/src/services/cls/v20201016/cls_models.ts +1 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +39 -8
- package/src/services/cwp/v20180228/cwp_client.ts +1 -0
- package/src/services/cwp/v20180228/cwp_models.ts +43 -5
- package/src/services/dlc/v20210125/dlc_models.ts +5 -0
- package/src/services/dnspod/v20210323/dnspod_client.ts +75 -26
- package/src/services/dnspod/v20210323/dnspod_models.ts +184 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +10 -0
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +1 -1
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +42 -1
- package/src/services/monitor/v20180724/monitor_models.ts +9 -4
- package/src/services/tcbr/v20220217/tcbr_client.ts +28 -2
- package/src/services/tcbr/v20220217/tcbr_models.ts +152 -17
- package/src/services/tcss/v20201101/tcss_models.ts +18 -0
- package/src/services/teo/v20220106/teo_models.ts +3 -3
- package/src/services/tke/v20180525/tke_models.ts +2 -2
- package/src/services/trtc/v20190722/trtc_client.ts +7 -25
- package/src/services/trtc/v20190722/trtc_models.ts +0 -134
- package/src/services/tsf/v20180326/tsf_client.ts +204 -51
- package/src/services/tsf/v20180326/tsf_models.ts +968 -236
- package/src/services/vod/v20180717/vod_client.ts +7 -0
- package/src/services/vod/v20180717/vod_models.ts +49 -28
- package/src/services/vpc/v20170312/vpc_client.ts +16 -1
- package/src/services/vpc/v20170312/vpc_models.ts +162 -12
- package/src/services/waf/v20180125/waf_client.ts +37 -20
- package/src/services/waf/v20180125/waf_models.ts +435 -129
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +11 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +34 -8
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -5
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +4 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +26 -10
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +37 -13
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +159 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -0
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +35 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +8 -4
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.d.ts +9 -1
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.js +12 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +130 -16
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +15 -0
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +3 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -11
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -13
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -112
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +61 -13
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +90 -18
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +842 -213
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +6 -0
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +41 -23
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +6 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +7 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +135 -11
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +12 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +363 -108
- package/test/dnspod.v20210323.test.js +48 -8
- package/test/tcbr.v20220217.test.js +20 -0
- package/test/trtc.v20190722.test.js +2 -12
- package/test/tsf.v20180326.test.js +132 -12
- package/test/vpc.v20170312.test.js +10 -0
- package/test/waf.v20180125.test.js +14 -4
|
@@ -52,10 +52,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
52
52
|
return this.request("DescribeMicroservices", req, cb);
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* 查询应用关联日志配置项信息
|
|
56
56
|
*/
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
57
|
+
async DescribeApplicationBusinessLogConfig(req, cb) {
|
|
58
|
+
return this.request("DescribeApplicationBusinessLogConfig", req, cb);
|
|
59
59
|
}
|
|
60
60
|
/**
|
|
61
61
|
* 虚拟机部署组下线实例
|
|
@@ -201,6 +201,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
201
201
|
async DescribeFileConfigs(req, cb) {
|
|
202
202
|
return this.request("DescribeFileConfigs", req, cb);
|
|
203
203
|
}
|
|
204
|
+
/**
|
|
205
|
+
* 修改容器部署组实例数
|
|
206
|
+
*/
|
|
207
|
+
async ModifyContainerReplicas(req, cb) {
|
|
208
|
+
return this.request("ModifyContainerReplicas", req, cb);
|
|
209
|
+
}
|
|
204
210
|
/**
|
|
205
211
|
* 查询简单集群列表
|
|
206
212
|
*/
|
|
@@ -213,6 +219,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
213
219
|
async DescribeApiDetail(req, cb) {
|
|
214
220
|
return this.request("DescribeApiDetail", req, cb);
|
|
215
221
|
}
|
|
222
|
+
/**
|
|
223
|
+
* 创建容器部署组
|
|
224
|
+
*/
|
|
225
|
+
async CreateContainGroup(req, cb) {
|
|
226
|
+
return this.request("CreateContainGroup", req, cb);
|
|
227
|
+
}
|
|
216
228
|
/**
|
|
217
229
|
* 查询某个插件下绑定或未绑定的API分组
|
|
218
230
|
*/
|
|
@@ -225,6 +237,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
225
237
|
async DisableUnitRoute(req, cb) {
|
|
226
238
|
return this.request("DisableUnitRoute", req, cb);
|
|
227
239
|
}
|
|
240
|
+
/**
|
|
241
|
+
* 取消关联业务日志配置项和应用
|
|
242
|
+
*/
|
|
243
|
+
async DisassociateBusinessLogConfig(req, cb) {
|
|
244
|
+
return this.request("DisassociateBusinessLogConfig", req, cb);
|
|
245
|
+
}
|
|
228
246
|
/**
|
|
229
247
|
* 创建配置项
|
|
230
248
|
*/
|
|
@@ -304,6 +322,12 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
304
322
|
async CreateUnitRule(req, cb) {
|
|
305
323
|
return this.request("CreateUnitRule", req, cb);
|
|
306
324
|
}
|
|
325
|
+
/**
|
|
326
|
+
* 更新仓库信息
|
|
327
|
+
*/
|
|
328
|
+
async UpdateRepository(req, cb) {
|
|
329
|
+
return this.request("UpdateRepository", req, cb);
|
|
330
|
+
}
|
|
307
331
|
/**
|
|
308
332
|
* 查询网关分组监控明细数据
|
|
309
333
|
*/
|
|
@@ -317,10 +341,10 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
317
341
|
return this.request("DescribePublicConfig", req, cb);
|
|
318
342
|
}
|
|
319
343
|
/**
|
|
320
|
-
*
|
|
344
|
+
* 重关联业务日志配置
|
|
321
345
|
*/
|
|
322
|
-
async
|
|
323
|
-
return this.request("
|
|
346
|
+
async ReassociateBusinessLogConfig(req, cb) {
|
|
347
|
+
return this.request("ReassociateBusinessLogConfig", req, cb);
|
|
324
348
|
}
|
|
325
349
|
/**
|
|
326
350
|
* 批量更新API超时
|
|
@@ -382,6 +406,12 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
382
406
|
async StopContainerGroup(req, cb) {
|
|
383
407
|
return this.request("StopContainerGroup", req, cb);
|
|
384
408
|
}
|
|
409
|
+
/**
|
|
410
|
+
* 查询分组管理日志配置列表
|
|
411
|
+
*/
|
|
412
|
+
async DescribeGroupBusinessLogConfigs(req, cb) {
|
|
413
|
+
return this.request("DescribeGroupBusinessLogConfigs", req, cb);
|
|
414
|
+
}
|
|
385
415
|
/**
|
|
386
416
|
* 查询部署组相关的发布信息
|
|
387
417
|
*/
|
|
@@ -424,6 +454,12 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
424
454
|
async UnbindApiGroup(req, cb) {
|
|
425
455
|
return this.request("UnbindApiGroup", req, cb);
|
|
426
456
|
}
|
|
457
|
+
/**
|
|
458
|
+
* 查询虚拟机部署组云主机列表
|
|
459
|
+
*/
|
|
460
|
+
async DescribeGroupInstances(req, cb) {
|
|
461
|
+
return this.request("DescribeGroupInstances", req, cb);
|
|
462
|
+
}
|
|
427
463
|
/**
|
|
428
464
|
* 创建泳道规则
|
|
429
465
|
*/
|
|
@@ -442,6 +478,12 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
442
478
|
async DescribeApiGroups(req, cb) {
|
|
443
479
|
return this.request("DescribeApiGroups", req, cb);
|
|
444
480
|
}
|
|
481
|
+
/**
|
|
482
|
+
* 查询日志配置项列表
|
|
483
|
+
*/
|
|
484
|
+
async DescribeBusinessLogConfigs(req, cb) {
|
|
485
|
+
return this.request("DescribeBusinessLogConfigs", req, cb);
|
|
486
|
+
}
|
|
445
487
|
/**
|
|
446
488
|
* 发布配置
|
|
447
489
|
*/
|
|
@@ -520,6 +562,12 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
520
562
|
async DescribeInovcationIndicators(req, cb) {
|
|
521
563
|
return this.request("DescribeInovcationIndicators", req, cb);
|
|
522
564
|
}
|
|
565
|
+
/**
|
|
566
|
+
* 用部署组id获取绑定信息
|
|
567
|
+
*/
|
|
568
|
+
async DescribeDeliveryConfigByGroupId(req, cb) {
|
|
569
|
+
return this.request("DescribeDeliveryConfigByGroupId", req, cb);
|
|
570
|
+
}
|
|
523
571
|
/**
|
|
524
572
|
* 查询简单部署组列表
|
|
525
573
|
*/
|
|
@@ -648,16 +696,16 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
648
696
|
return this.request("DescribeTaskLastStatus", req, cb);
|
|
649
697
|
}
|
|
650
698
|
/**
|
|
651
|
-
*
|
|
699
|
+
* 查询业务日志配置项信息
|
|
652
700
|
*/
|
|
653
|
-
async
|
|
654
|
-
return this.request("
|
|
701
|
+
async DescribeBusinessLogConfig(req, cb) {
|
|
702
|
+
return this.request("DescribeBusinessLogConfig", req, cb);
|
|
655
703
|
}
|
|
656
704
|
/**
|
|
657
|
-
*
|
|
705
|
+
* 查询网关所有分组下Api列表
|
|
658
706
|
*/
|
|
659
|
-
async
|
|
660
|
-
return this.request("
|
|
707
|
+
async DescribeGatewayAllGroupApis(req, cb) {
|
|
708
|
+
return this.request("DescribeGatewayAllGroupApis", req, cb);
|
|
661
709
|
}
|
|
662
710
|
/**
|
|
663
711
|
* 从软件仓库批量删除程序包。
|
|
@@ -684,6 +732,12 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
684
732
|
async DescribePathRewrite(req, cb) {
|
|
685
733
|
return this.request("DescribePathRewrite", req, cb);
|
|
686
734
|
}
|
|
735
|
+
/**
|
|
736
|
+
* 取消关联投递信息和部署组
|
|
737
|
+
*/
|
|
738
|
+
async DisassociateKafkaConfig(req, cb) {
|
|
739
|
+
return this.request("DisassociateKafkaConfig", req, cb);
|
|
740
|
+
}
|
|
687
741
|
/**
|
|
688
742
|
* 查询调用指标数据变化曲线
|
|
689
743
|
*/
|
|
@@ -762,6 +816,12 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
762
816
|
async DeployGroup(req, cb) {
|
|
763
817
|
return this.request("DeployGroup", req, cb);
|
|
764
818
|
}
|
|
819
|
+
/**
|
|
820
|
+
* 获取多个投递项配置
|
|
821
|
+
*/
|
|
822
|
+
async DescribeDeliveryConfigs(req, cb) {
|
|
823
|
+
return this.request("DescribeDeliveryConfigs", req, cb);
|
|
824
|
+
}
|
|
765
825
|
/**
|
|
766
826
|
* 更新Api分组
|
|
767
827
|
*/
|
|
@@ -822,6 +882,12 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
822
882
|
async RedoTaskBatch(req, cb) {
|
|
823
883
|
return this.request("RedoTaskBatch", req, cb);
|
|
824
884
|
}
|
|
885
|
+
/**
|
|
886
|
+
* 关联日志配置项到应用
|
|
887
|
+
*/
|
|
888
|
+
async AssociateBusinessLogConfig(req, cb) {
|
|
889
|
+
return this.request("AssociateBusinessLogConfig", req, cb);
|
|
890
|
+
}
|
|
825
891
|
/**
|
|
826
892
|
* 查询公共配置发布历史
|
|
827
893
|
*/
|
|
@@ -865,10 +931,10 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
865
931
|
return this.request("DescribeJvmMonitor", req, cb);
|
|
866
932
|
}
|
|
867
933
|
/**
|
|
868
|
-
*
|
|
934
|
+
* 删除仓库
|
|
869
935
|
*/
|
|
870
|
-
async
|
|
871
|
-
return this.request("
|
|
936
|
+
async DeleteRepository(req, cb) {
|
|
937
|
+
return this.request("DeleteRepository", req, cb);
|
|
872
938
|
}
|
|
873
939
|
/**
|
|
874
940
|
* 启动容器部署组
|
|
@@ -985,10 +1051,10 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
985
1051
|
return this.request("ChangeApiUsableStatus", req, cb);
|
|
986
1052
|
}
|
|
987
1053
|
/**
|
|
988
|
-
*
|
|
1054
|
+
* 获取单个投递项配置信息
|
|
989
1055
|
*/
|
|
990
|
-
async
|
|
991
|
-
return this.request("
|
|
1056
|
+
async DescribeDeliveryConfig(req, cb) {
|
|
1057
|
+
return this.request("DescribeDeliveryConfig", req, cb);
|
|
992
1058
|
}
|
|
993
1059
|
/**
|
|
994
1060
|
* 查询生效的单元化规则
|
|
@@ -1044,6 +1110,12 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
1044
1110
|
async DescribePublicConfigReleases(req, cb) {
|
|
1045
1111
|
return this.request("DescribePublicConfigReleases", req, cb);
|
|
1046
1112
|
}
|
|
1113
|
+
/**
|
|
1114
|
+
* 关联投递配置到部署组
|
|
1115
|
+
*/
|
|
1116
|
+
async AssociateConfigWithGroup(req, cb) {
|
|
1117
|
+
return this.request("AssociateConfigWithGroup", req, cb);
|
|
1118
|
+
}
|
|
1047
1119
|
/**
|
|
1048
1120
|
* 查询泳道列表
|
|
1049
1121
|
*/
|