tencentcloud-sdk-nodejs 4.0.923 → 4.0.924
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 +121 -0
- package/SERVICE_CHANGELOG.md +165 -24
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +1 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +4 -4
- package/src/services/cls/v20201016/cls_models.ts +2 -1
- package/src/services/cwp/v20180228/cwp_models.ts +33 -5
- package/src/services/facefusion/v20220927/facefusion_models.ts +13 -4
- package/src/services/mna/v20210119/mna_models.ts +10 -0
- package/src/services/monitor/v20180724/monitor_models.ts +5 -0
- package/src/services/ocr/v20181119/ocr_models.ts +6 -0
- package/src/services/rum/v20210622/rum_models.ts +4 -0
- package/src/services/scf/v20180416/scf_models.ts +3 -3
- package/src/services/tag/v20180813/tag_client.ts +2 -3
- package/src/services/tag/v20180813/tag_models.ts +37 -37
- package/src/services/vod/v20180717/vod_client.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +7 -7
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +4 -4
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +33 -5
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +13 -4
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +10 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +5 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -0
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +4 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +3 -3
- package/tencentcloud/services/tag/v20180813/tag_client.d.ts +0 -1
- package/tencentcloud/services/tag/v20180813/tag_client.js +0 -1
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +37 -37
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,124 @@
|
|
|
1
|
+
# Release 4.0.924
|
|
2
|
+
|
|
3
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
4
|
+
|
|
5
|
+
### 第 122 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-08-23 01:22:42
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateMalwareWhiteList](https://cloud.tencent.com/document/api/296/99674)
|
|
16
|
+
|
|
17
|
+
* 新增入参:IsHandleHistoryEvents
|
|
18
|
+
|
|
19
|
+
* [DescribeScanVulSetting](https://cloud.tencent.com/document/api/296/58237)
|
|
20
|
+
|
|
21
|
+
* 新增出参:ScanMethod
|
|
22
|
+
|
|
23
|
+
* [DescribeWarningHostConfig](https://cloud.tencent.com/document/api/296/99596)
|
|
24
|
+
|
|
25
|
+
* 新增出参:ExcludedQuuids
|
|
26
|
+
|
|
27
|
+
* [ModifyWarningHostConfig](https://cloud.tencent.com/document/api/296/99583)
|
|
28
|
+
|
|
29
|
+
* 新增入参:ExcludedQuuids
|
|
30
|
+
|
|
31
|
+
* [ModifyWebHookPolicy](https://cloud.tencent.com/document/api/296/99582)
|
|
32
|
+
|
|
33
|
+
* 新增入参:ExcludedQuuids
|
|
34
|
+
|
|
35
|
+
* [ScanVul](https://cloud.tencent.com/document/api/296/57375)
|
|
36
|
+
|
|
37
|
+
* 新增入参:ScanMethod
|
|
38
|
+
|
|
39
|
+
* [ScanVulSetting](https://cloud.tencent.com/document/api/296/58235)
|
|
40
|
+
|
|
41
|
+
* 新增入参:ScanMethod
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## 多网聚合加速(mna) 版本:2021-01-19
|
|
47
|
+
|
|
48
|
+
### 第 23 次发布
|
|
49
|
+
|
|
50
|
+
发布时间:2024-08-23 01:55:12
|
|
51
|
+
|
|
52
|
+
本次发布包含了以下内容:
|
|
53
|
+
|
|
54
|
+
改善已有的文档。
|
|
55
|
+
|
|
56
|
+
修改数据结构:
|
|
57
|
+
|
|
58
|
+
* [DeviceBaseInfo](https://cloud.tencent.com/document/api/1385/55846#DeviceBaseInfo)
|
|
59
|
+
|
|
60
|
+
* 新增成员:Sn, Vendor
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
66
|
+
|
|
67
|
+
### 第 120 次发布
|
|
68
|
+
|
|
69
|
+
发布时间:2024-08-23 01:56:12
|
|
70
|
+
|
|
71
|
+
本次发布包含了以下内容:
|
|
72
|
+
|
|
73
|
+
改善已有的文档。
|
|
74
|
+
|
|
75
|
+
修改数据结构:
|
|
76
|
+
|
|
77
|
+
* [UserNotice](https://cloud.tencent.com/document/api/248/30354#UserNotice)
|
|
78
|
+
|
|
79
|
+
* 新增成员:VoiceConfirmKey
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
85
|
+
|
|
86
|
+
### 第 147 次发布
|
|
87
|
+
|
|
88
|
+
发布时间:2024-08-23 02:00:20
|
|
89
|
+
|
|
90
|
+
本次发布包含了以下内容:
|
|
91
|
+
|
|
92
|
+
改善已有的文档。
|
|
93
|
+
|
|
94
|
+
修改接口:
|
|
95
|
+
|
|
96
|
+
* [DriverLicenseOCR](https://cloud.tencent.com/document/api/866/36213)
|
|
97
|
+
|
|
98
|
+
* 新增出参:DriverLicenseType
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
## 前端性能监控(rum) 版本:2021-06-22
|
|
104
|
+
|
|
105
|
+
### 第 36 次发布
|
|
106
|
+
|
|
107
|
+
发布时间:2024-08-23 02:05:36
|
|
108
|
+
|
|
109
|
+
本次发布包含了以下内容:
|
|
110
|
+
|
|
111
|
+
改善已有的文档。
|
|
112
|
+
|
|
113
|
+
修改接口:
|
|
114
|
+
|
|
115
|
+
* [DescribeDataLogUrlStatistics](https://cloud.tencent.com/document/api/1464/60495)
|
|
116
|
+
|
|
117
|
+
* 新增入参:ErrorMsg
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
1
122
|
# Release 4.0.923
|
|
2
123
|
|
|
3
124
|
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 122 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-08-
|
|
7
|
+
发布时间:2024-08-23 01:22:42
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,18 +12,42 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreateMalwareWhiteList](https://cloud.tencent.com/document/api/296/99674)
|
|
16
16
|
|
|
17
|
-
* 新增入参:
|
|
17
|
+
* 新增入参:IsHandleHistoryEvents
|
|
18
|
+
|
|
19
|
+
* [DescribeScanVulSetting](https://cloud.tencent.com/document/api/296/58237)
|
|
18
20
|
|
|
21
|
+
* 新增出参:ScanMethod
|
|
19
22
|
|
|
23
|
+
* [DescribeWarningHostConfig](https://cloud.tencent.com/document/api/296/99596)
|
|
20
24
|
|
|
25
|
+
* 新增出参:ExcludedQuuids
|
|
21
26
|
|
|
22
|
-
|
|
27
|
+
* [ModifyWarningHostConfig](https://cloud.tencent.com/document/api/296/99583)
|
|
23
28
|
|
|
24
|
-
|
|
29
|
+
* 新增入参:ExcludedQuuids
|
|
25
30
|
|
|
26
|
-
|
|
31
|
+
* [ModifyWebHookPolicy](https://cloud.tencent.com/document/api/296/99582)
|
|
32
|
+
|
|
33
|
+
* 新增入参:ExcludedQuuids
|
|
34
|
+
|
|
35
|
+
* [ScanVul](https://cloud.tencent.com/document/api/296/57375)
|
|
36
|
+
|
|
37
|
+
* 新增入参:ScanMethod
|
|
38
|
+
|
|
39
|
+
* [ScanVulSetting](https://cloud.tencent.com/document/api/296/58235)
|
|
40
|
+
|
|
41
|
+
* 新增入参:ScanMethod
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## 多网聚合加速(mna) 版本:2021-01-19
|
|
47
|
+
|
|
48
|
+
### 第 23 次发布
|
|
49
|
+
|
|
50
|
+
发布时间:2024-08-23 01:55:12
|
|
27
51
|
|
|
28
52
|
本次发布包含了以下内容:
|
|
29
53
|
|
|
@@ -31,38 +55,37 @@
|
|
|
31
55
|
|
|
32
56
|
修改数据结构:
|
|
33
57
|
|
|
34
|
-
* [
|
|
58
|
+
* [DeviceBaseInfo](https://cloud.tencent.com/document/api/1385/55846#DeviceBaseInfo)
|
|
35
59
|
|
|
36
|
-
* 新增成员:
|
|
60
|
+
* 新增成员:Sn, Vendor
|
|
37
61
|
|
|
38
62
|
|
|
39
63
|
|
|
40
64
|
|
|
41
|
-
##
|
|
65
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
42
66
|
|
|
43
|
-
### 第
|
|
67
|
+
### 第 120 次发布
|
|
44
68
|
|
|
45
|
-
发布时间:2024-08-
|
|
69
|
+
发布时间:2024-08-23 01:56:12
|
|
46
70
|
|
|
47
71
|
本次发布包含了以下内容:
|
|
48
72
|
|
|
49
73
|
改善已有的文档。
|
|
50
74
|
|
|
51
|
-
|
|
75
|
+
修改数据结构:
|
|
52
76
|
|
|
53
|
-
* [
|
|
77
|
+
* [UserNotice](https://cloud.tencent.com/document/api/248/30354#UserNotice)
|
|
54
78
|
|
|
55
|
-
|
|
79
|
+
* 新增成员:VoiceConfirmKey
|
|
56
80
|
|
|
57
|
-
* [ConfigSubmitContext](https://cloud.tencent.com/document/api/1387/102385#ConfigSubmitContext)
|
|
58
81
|
|
|
59
82
|
|
|
60
83
|
|
|
61
|
-
##
|
|
84
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
62
85
|
|
|
63
|
-
### 第
|
|
86
|
+
### 第 147 次发布
|
|
64
87
|
|
|
65
|
-
发布时间:2024-08-
|
|
88
|
+
发布时间:2024-08-23 02:00:20
|
|
66
89
|
|
|
67
90
|
本次发布包含了以下内容:
|
|
68
91
|
|
|
@@ -70,9 +93,28 @@
|
|
|
70
93
|
|
|
71
94
|
修改接口:
|
|
72
95
|
|
|
73
|
-
* [
|
|
96
|
+
* [DriverLicenseOCR](https://cloud.tencent.com/document/api/866/36213)
|
|
97
|
+
|
|
98
|
+
* 新增出参:DriverLicenseType
|
|
74
99
|
|
|
75
|
-
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
## 前端性能监控(rum) 版本:2021-06-22
|
|
104
|
+
|
|
105
|
+
### 第 36 次发布
|
|
106
|
+
|
|
107
|
+
发布时间:2024-08-23 02:05:36
|
|
108
|
+
|
|
109
|
+
本次发布包含了以下内容:
|
|
110
|
+
|
|
111
|
+
改善已有的文档。
|
|
112
|
+
|
|
113
|
+
修改接口:
|
|
114
|
+
|
|
115
|
+
* [DescribeDataLogUrlStatistics](https://cloud.tencent.com/document/api/1464/60495)
|
|
116
|
+
|
|
117
|
+
* 新增入参:ErrorMsg
|
|
76
118
|
|
|
77
119
|
|
|
78
120
|
|
|
@@ -23647,11 +23689,11 @@
|
|
|
23647
23689
|
|
|
23648
23690
|
新增接口:
|
|
23649
23691
|
|
|
23650
|
-
* [
|
|
23692
|
+
* [ModifyClusterConfigs](https://cloud.tencent.com/document/api/1387/110169)
|
|
23651
23693
|
|
|
23652
23694
|
新增数据结构:
|
|
23653
23695
|
|
|
23654
|
-
* [
|
|
23696
|
+
* [ConfigSubmitContext](https://cloud.tencent.com/document/api/1387/102385#ConfigSubmitContext)
|
|
23655
23697
|
|
|
23656
23698
|
### 第 19 次发布
|
|
23657
23699
|
|
|
@@ -42455,6 +42497,45 @@
|
|
|
42455
42497
|
|
|
42456
42498
|
## 主机安全(cwp) 版本:2018-02-28
|
|
42457
42499
|
|
|
42500
|
+
### 第 122 次发布
|
|
42501
|
+
|
|
42502
|
+
发布时间:2024-08-23 01:22:42
|
|
42503
|
+
|
|
42504
|
+
本次发布包含了以下内容:
|
|
42505
|
+
|
|
42506
|
+
改善已有的文档。
|
|
42507
|
+
|
|
42508
|
+
修改接口:
|
|
42509
|
+
|
|
42510
|
+
* [CreateMalwareWhiteList](https://cloud.tencent.com/document/api/296/99674)
|
|
42511
|
+
|
|
42512
|
+
* 新增入参:IsHandleHistoryEvents
|
|
42513
|
+
|
|
42514
|
+
* [DescribeScanVulSetting](https://cloud.tencent.com/document/api/296/58237)
|
|
42515
|
+
|
|
42516
|
+
* 新增出参:ScanMethod
|
|
42517
|
+
|
|
42518
|
+
* [DescribeWarningHostConfig](https://cloud.tencent.com/document/api/296/99596)
|
|
42519
|
+
|
|
42520
|
+
* 新增出参:ExcludedQuuids
|
|
42521
|
+
|
|
42522
|
+
* [ModifyWarningHostConfig](https://cloud.tencent.com/document/api/296/99583)
|
|
42523
|
+
|
|
42524
|
+
* 新增入参:ExcludedQuuids
|
|
42525
|
+
|
|
42526
|
+
* [ModifyWebHookPolicy](https://cloud.tencent.com/document/api/296/99582)
|
|
42527
|
+
|
|
42528
|
+
* 新增入参:ExcludedQuuids
|
|
42529
|
+
|
|
42530
|
+
* [ScanVul](https://cloud.tencent.com/document/api/296/57375)
|
|
42531
|
+
|
|
42532
|
+
* 新增入参:ScanMethod
|
|
42533
|
+
|
|
42534
|
+
* [ScanVulSetting](https://cloud.tencent.com/document/api/296/58235)
|
|
42535
|
+
|
|
42536
|
+
* 新增入参:ScanMethod
|
|
42537
|
+
|
|
42538
|
+
|
|
42458
42539
|
### 第 121 次发布
|
|
42459
42540
|
|
|
42460
42541
|
发布时间:2024-08-16 01:24:30
|
|
@@ -92339,6 +92420,21 @@
|
|
|
92339
92420
|
|
|
92340
92421
|
## 多网聚合加速(mna) 版本:2021-01-19
|
|
92341
92422
|
|
|
92423
|
+
### 第 23 次发布
|
|
92424
|
+
|
|
92425
|
+
发布时间:2024-08-23 01:55:12
|
|
92426
|
+
|
|
92427
|
+
本次发布包含了以下内容:
|
|
92428
|
+
|
|
92429
|
+
改善已有的文档。
|
|
92430
|
+
|
|
92431
|
+
修改数据结构:
|
|
92432
|
+
|
|
92433
|
+
* [DeviceBaseInfo](https://cloud.tencent.com/document/api/1385/55846#DeviceBaseInfo)
|
|
92434
|
+
|
|
92435
|
+
* 新增成员:Sn, Vendor
|
|
92436
|
+
|
|
92437
|
+
|
|
92342
92438
|
### 第 22 次发布
|
|
92343
92439
|
|
|
92344
92440
|
发布时间:2024-08-15 02:00:04
|
|
@@ -93696,6 +93792,21 @@
|
|
|
93696
93792
|
|
|
93697
93793
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
93698
93794
|
|
|
93795
|
+
### 第 120 次发布
|
|
93796
|
+
|
|
93797
|
+
发布时间:2024-08-23 01:56:12
|
|
93798
|
+
|
|
93799
|
+
本次发布包含了以下内容:
|
|
93800
|
+
|
|
93801
|
+
改善已有的文档。
|
|
93802
|
+
|
|
93803
|
+
修改数据结构:
|
|
93804
|
+
|
|
93805
|
+
* [UserNotice](https://cloud.tencent.com/document/api/248/30354#UserNotice)
|
|
93806
|
+
|
|
93807
|
+
* 新增成员:VoiceConfirmKey
|
|
93808
|
+
|
|
93809
|
+
|
|
93699
93810
|
### 第 119 次发布
|
|
93700
93811
|
|
|
93701
93812
|
发布时间:2024-07-17 01:20:37
|
|
@@ -102272,6 +102383,21 @@
|
|
|
102272
102383
|
|
|
102273
102384
|
## 文字识别(ocr) 版本:2018-11-19
|
|
102274
102385
|
|
|
102386
|
+
### 第 147 次发布
|
|
102387
|
+
|
|
102388
|
+
发布时间:2024-08-23 02:00:20
|
|
102389
|
+
|
|
102390
|
+
本次发布包含了以下内容:
|
|
102391
|
+
|
|
102392
|
+
改善已有的文档。
|
|
102393
|
+
|
|
102394
|
+
修改接口:
|
|
102395
|
+
|
|
102396
|
+
* [DriverLicenseOCR](https://cloud.tencent.com/document/api/866/36213)
|
|
102397
|
+
|
|
102398
|
+
* 新增出参:DriverLicenseType
|
|
102399
|
+
|
|
102400
|
+
|
|
102275
102401
|
### 第 146 次发布
|
|
102276
102402
|
|
|
102277
102403
|
发布时间:2024-08-16 02:05:12
|
|
@@ -110413,6 +110539,21 @@
|
|
|
110413
110539
|
|
|
110414
110540
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
110415
110541
|
|
|
110542
|
+
### 第 36 次发布
|
|
110543
|
+
|
|
110544
|
+
发布时间:2024-08-23 02:05:36
|
|
110545
|
+
|
|
110546
|
+
本次发布包含了以下内容:
|
|
110547
|
+
|
|
110548
|
+
改善已有的文档。
|
|
110549
|
+
|
|
110550
|
+
修改接口:
|
|
110551
|
+
|
|
110552
|
+
* [DescribeDataLogUrlStatistics](https://cloud.tencent.com/document/api/1464/60495)
|
|
110553
|
+
|
|
110554
|
+
* 新增入参:ErrorMsg
|
|
110555
|
+
|
|
110556
|
+
|
|
110416
110557
|
### 第 35 次发布
|
|
110417
110558
|
|
|
110418
110559
|
发布时间:2024-07-12 01:22:59
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-07-26 01:17:46 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
|
|
47
47
|
| cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-07-24 01:18:03 |
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-08-
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-08-23 01:14:34 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
50
50
|
| cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-07-15 09:37:14 |
|
|
51
51
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-08-22 01:15:51 |
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
| cloudapp | [云应用](https://cloud.tencent.com/document/product/1689) | 2024-07-18 10:12:45 |
|
|
62
62
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
63
63
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
|
|
64
|
-
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-
|
|
65
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-08-
|
|
64
|
+
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-08-23 01:19:08 |
|
|
65
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-08-23 01:19:15 |
|
|
66
66
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-07-29 01:23:21 |
|
|
67
67
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-06-21 01:24:31 |
|
|
68
68
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-06-20 01:24:47 |
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-08-02 01:20:09 |
|
|
73
73
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
74
74
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-08-20 01:21:52 |
|
|
75
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-08-
|
|
75
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-08-23 01:22:42 |
|
|
76
76
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
77
77
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-08-20 01:26:47 |
|
|
78
78
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-07-16 01:13:41 |
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-08-22 01:38:21 |
|
|
101
101
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-08-19 01:39:34 |
|
|
102
102
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-08-22 01:40:00 |
|
|
103
|
-
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-08-
|
|
103
|
+
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-08-22 18:47:28 |
|
|
104
104
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-08-21 01:40:11 |
|
|
105
105
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
106
106
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
@@ -146,9 +146,9 @@
|
|
|
146
146
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2024-03-20 01:20:22 |
|
|
147
147
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
148
148
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-07-02 01:19:41 |
|
|
149
|
-
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-08-
|
|
149
|
+
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-08-23 01:55:12 |
|
|
150
150
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-08-14 02:06:02 |
|
|
151
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-08-
|
|
151
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-08-23 01:56:12 |
|
|
152
152
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-08-20 01:57:54 |
|
|
153
153
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-08-22 01:59:34 |
|
|
154
154
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-08-16 02:04:04 |
|
|
@@ -157,21 +157,21 @@
|
|
|
157
157
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
158
158
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
159
159
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-07-23 01:53:12 |
|
|
160
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-08-
|
|
160
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-08-23 02:00:20 |
|
|
161
161
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
|
|
162
162
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-08-21 02:01:12 |
|
|
163
163
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
164
164
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
165
165
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-08-15 02:08:21 |
|
|
166
|
-
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-
|
|
166
|
+
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-08-23 02:03:48 |
|
|
167
167
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-08-09 02:01:53 |
|
|
168
168
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-08-01 02:05:51 |
|
|
169
169
|
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-08-21 02:04:04 |
|
|
170
170
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
|
|
171
171
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
172
172
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
173
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-
|
|
174
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-
|
|
173
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-08-23 02:05:36 |
|
|
174
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-08-23 02:06:12 |
|
|
175
175
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-07-15 01:18:34 |
|
|
176
176
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-08-12 02:09:46 |
|
|
177
177
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
|
|
188
188
|
| svp | [节省计划](https://cloud.tencent.com/document/product/1761) | 2024-05-23 17:09:13 |
|
|
189
189
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-06-12 02:24:32 |
|
|
190
|
-
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-
|
|
190
|
+
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-08-23 02:09:59 |
|
|
191
191
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2024-03-20 01:24:15 |
|
|
192
192
|
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-08-14 02:23:52 |
|
|
193
193
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
@@ -202,13 +202,13 @@
|
|
|
202
202
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
203
203
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-06-18 02:13:19 |
|
|
204
204
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-07-23 02:04:12 |
|
|
205
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-08-
|
|
205
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-08-23 02:13:33 |
|
|
206
206
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
|
|
207
207
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
|
|
208
208
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-08-16 02:22:44 |
|
|
209
209
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-08-07 02:22:38 |
|
|
210
210
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-07-24 02:14:59 |
|
|
211
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-08-
|
|
211
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-08-23 02:18:47 |
|
|
212
212
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-07-24 02:16:49 |
|
|
213
213
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
214
214
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-08-15 02:35:35 |
|
|
240
240
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
241
241
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
242
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-08-
|
|
242
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-08-23 02:29:04 |
|
|
243
243
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-08-21 02:29:48 |
|
|
244
244
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-08-07 02:38:54 |
|
|
245
245
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-07-31 02:26:05 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.924"
|
|
@@ -492,12 +492,12 @@ export interface DescribeInstanceOperationsResponse {
|
|
|
492
492
|
/**
|
|
493
493
|
* 操作记录总数
|
|
494
494
|
*/
|
|
495
|
-
TotalCount
|
|
495
|
+
TotalCount?: number
|
|
496
496
|
/**
|
|
497
497
|
* 操作记录具体数据
|
|
498
498
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
499
499
|
*/
|
|
500
|
-
Operations
|
|
500
|
+
Operations?: Array<InstanceOperation>
|
|
501
501
|
/**
|
|
502
502
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
503
503
|
*/
|
|
@@ -663,7 +663,7 @@ export interface DeleteBackUpDataRequest {
|
|
|
663
663
|
*/
|
|
664
664
|
BackUpJobId?: number
|
|
665
665
|
/**
|
|
666
|
-
*
|
|
666
|
+
* 是否删除所有实例
|
|
667
667
|
*/
|
|
668
668
|
IsDeleteAll?: boolean
|
|
669
669
|
}
|
|
@@ -3981,7 +3981,7 @@ export interface DescribeDatabaseAuditDownloadResponse {
|
|
|
3981
3981
|
*/
|
|
3982
3982
|
export interface NodeInfos {
|
|
3983
3983
|
/**
|
|
3984
|
-
*
|
|
3984
|
+
* 节点名称
|
|
3985
3985
|
*/
|
|
3986
3986
|
NodeName?: string
|
|
3987
3987
|
/**
|
|
@@ -6767,10 +6767,11 @@ export interface ModifyLogsetResponse {
|
|
|
6767
6767
|
*/
|
|
6768
6768
|
export interface MonitorTime {
|
|
6769
6769
|
/**
|
|
6770
|
-
* 执行周期, 可选值:`Period`、`Fixed`。
|
|
6770
|
+
* 执行周期, 可选值:`Period`、`Fixed`、`Cron`。
|
|
6771
6771
|
|
|
6772
6772
|
- Period:固定频率
|
|
6773
6773
|
- Fixed:固定时间
|
|
6774
|
+
- Cron:Cron表达式
|
|
6774
6775
|
*/
|
|
6775
6776
|
Type: string
|
|
6776
6777
|
/**
|