tencentcloud-sdk-nodejs 4.0.749 → 4.0.751
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 +126 -0
- package/SERVICE_CHANGELOG.md +171 -11
- package/package.json +1 -1
- package/products.md +17 -17
- package/src/common/sdk_version.ts +1 -1
- package/src/services/car/v20220110/car_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/cdc/v20201214/cdc_models.ts +12 -12
- package/src/services/clb/v20180317/clb_models.ts +4 -4
- package/src/services/cls/v20201016/cls_models.ts +12 -12
- package/src/services/dts/v20211206/dts_models.ts +8 -8
- package/src/services/es/v20180416/es_client.ts +14 -2
- package/src/services/es/v20180416/es_models.ts +59 -23
- package/src/services/ess/v20201111/ess_models.ts +53 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +54 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +41 -41
- package/src/services/monitor/v20180724/monitor_models.ts +73 -33
- package/src/services/ms/v20180408/ms_client.ts +13 -0
- package/src/services/ms/v20180408/ms_models.ts +40 -0
- package/src/services/oceanus/v20190422/oceanus_client.ts +14 -1
- package/src/services/oceanus/v20190422/oceanus_models.ts +89 -21
- package/src/services/ocr/v20181119/ocr_models.ts +6 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/car/v20220110/car_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +12 -12
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -4
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +12 -12
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +8 -8
- package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
- package/tencentcloud/services/es/v20180416/es_client.js +6 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +57 -23
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +53 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +54 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +41 -41
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +73 -33
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +6 -1
- package/tencentcloud/services/ms/v20180408/ms_client.js +7 -0
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +38 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +86 -21
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -0
- package/test/es.v20180416.test.js +10 -0
- package/test/ms.v20180408.test.js +10 -0
- package/test/oceanus.v20190422.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,129 @@
|
|
|
1
|
+
# Release 4.0.751
|
|
2
|
+
|
|
3
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
4
|
+
|
|
5
|
+
### 第 51 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-12-05 01:46:13
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [InquirePriceRenewInstance](https://cloud.tencent.com/document/api/845/102193)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
20
|
+
|
|
21
|
+
### 第 56 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2023-12-05 01:59:59
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
修改数据结构:
|
|
30
|
+
|
|
31
|
+
* [PolicyDetail](https://cloud.tencent.com/document/api/1207/47576#PolicyDetail)
|
|
32
|
+
|
|
33
|
+
* <font color="#dd0000">**修改成员**:</font>UserDiscount, CommonDiscount, FinalDiscount, ActivityDiscount, DiscountType
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
39
|
+
|
|
40
|
+
### 第 97 次发布
|
|
41
|
+
|
|
42
|
+
发布时间:2023-12-05 02:04:16
|
|
43
|
+
|
|
44
|
+
本次发布包含了以下内容:
|
|
45
|
+
|
|
46
|
+
改善已有的文档。
|
|
47
|
+
|
|
48
|
+
修改接口:
|
|
49
|
+
|
|
50
|
+
* [CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)
|
|
51
|
+
|
|
52
|
+
* <font color="#dd0000">**修改入参**:</font>OrgId
|
|
53
|
+
|
|
54
|
+
* [UpdateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79190)
|
|
55
|
+
|
|
56
|
+
* <font color="#dd0000">**修改入参**:</font>ChannelName
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
修改数据结构:
|
|
60
|
+
|
|
61
|
+
* [AlarmHistory](https://cloud.tencent.com/document/api/248/30354#AlarmHistory)
|
|
62
|
+
|
|
63
|
+
* 新增成员:ShieldFlag, AlarmShieldingType, AlarmShieldingTime, AlarmShieldingShowType, AlarmShieldingShowTime, AlarmShieldReason, InternalDimensions, MetricName
|
|
64
|
+
|
|
65
|
+
* <font color="#dd0000">**修改成员**:</font>AlarmLevel
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
## 移动应用安全(ms) 版本:2018-04-08
|
|
71
|
+
|
|
72
|
+
### 第 20 次发布
|
|
73
|
+
|
|
74
|
+
发布时间:2023-12-05 02:07:42
|
|
75
|
+
|
|
76
|
+
本次发布包含了以下内容:
|
|
77
|
+
|
|
78
|
+
改善已有的文档。
|
|
79
|
+
|
|
80
|
+
新增接口:
|
|
81
|
+
|
|
82
|
+
* [DestroyResourceInstances](https://cloud.tencent.com/document/api/283/102194)
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
87
|
+
|
|
88
|
+
### 第 123 次发布
|
|
89
|
+
|
|
90
|
+
发布时间:2023-12-05 02:08:42
|
|
91
|
+
|
|
92
|
+
本次发布包含了以下内容:
|
|
93
|
+
|
|
94
|
+
改善已有的文档。
|
|
95
|
+
|
|
96
|
+
修改接口:
|
|
97
|
+
|
|
98
|
+
* [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215)
|
|
99
|
+
|
|
100
|
+
* 新增出参:Angle
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
# Release 4.0.750
|
|
106
|
+
|
|
107
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
108
|
+
|
|
109
|
+
### 第 49 次发布
|
|
110
|
+
|
|
111
|
+
发布时间:2023-12-04 15:28:57
|
|
112
|
+
|
|
113
|
+
本次发布包含了以下内容:
|
|
114
|
+
|
|
115
|
+
改善已有的文档。
|
|
116
|
+
|
|
117
|
+
新增接口:
|
|
118
|
+
|
|
119
|
+
* [DescribeFolder](https://cloud.tencent.com/document/api/849/102187)
|
|
120
|
+
|
|
121
|
+
新增数据结构:
|
|
122
|
+
|
|
123
|
+
* [SubFolderInfo](https://cloud.tencent.com/document/api/849/52010#SubFolderInfo)
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
1
127
|
# Release 4.0.749
|
|
2
128
|
|
|
3
129
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 51 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-12-
|
|
7
|
+
发布时间:2023-12-05 01:46:13
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [InquirePriceRenewInstance](https://cloud.tencent.com/document/api/845/102193)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
20
|
+
|
|
21
|
+
### 第 56 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2023-12-05 01:59:59
|
|
8
24
|
|
|
9
25
|
本次发布包含了以下内容:
|
|
10
26
|
|
|
@@ -12,30 +28,76 @@
|
|
|
12
28
|
|
|
13
29
|
修改数据结构:
|
|
14
30
|
|
|
15
|
-
* [
|
|
31
|
+
* [PolicyDetail](https://cloud.tencent.com/document/api/1207/47576#PolicyDetail)
|
|
16
32
|
|
|
17
|
-
* <font color="#dd0000">**修改成员**:</font>
|
|
33
|
+
* <font color="#dd0000">**修改成员**:</font>UserDiscount, CommonDiscount, FinalDiscount, ActivityDiscount, DiscountType
|
|
18
34
|
|
|
19
35
|
|
|
20
36
|
|
|
21
37
|
|
|
22
|
-
##
|
|
38
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
23
39
|
|
|
24
|
-
### 第
|
|
40
|
+
### 第 97 次发布
|
|
25
41
|
|
|
26
|
-
发布时间:2023-12-
|
|
42
|
+
发布时间:2023-12-05 02:04:16
|
|
27
43
|
|
|
28
44
|
本次发布包含了以下内容:
|
|
29
45
|
|
|
30
46
|
改善已有的文档。
|
|
31
47
|
|
|
48
|
+
修改接口:
|
|
49
|
+
|
|
50
|
+
* [CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)
|
|
51
|
+
|
|
52
|
+
* <font color="#dd0000">**修改入参**:</font>OrgId
|
|
53
|
+
|
|
54
|
+
* [UpdateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79190)
|
|
55
|
+
|
|
56
|
+
* <font color="#dd0000">**修改入参**:</font>ChannelName
|
|
57
|
+
|
|
58
|
+
|
|
32
59
|
修改数据结构:
|
|
33
60
|
|
|
34
|
-
* [
|
|
61
|
+
* [AlarmHistory](https://cloud.tencent.com/document/api/248/30354#AlarmHistory)
|
|
35
62
|
|
|
36
|
-
* 新增成员:
|
|
63
|
+
* 新增成员:ShieldFlag, AlarmShieldingType, AlarmShieldingTime, AlarmShieldingShowType, AlarmShieldingShowTime, AlarmShieldReason, InternalDimensions, MetricName
|
|
37
64
|
|
|
38
|
-
* <font color="#dd0000">**修改成员**:</font>
|
|
65
|
+
* <font color="#dd0000">**修改成员**:</font>AlarmLevel
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
## 移动应用安全(ms) 版本:2018-04-08
|
|
71
|
+
|
|
72
|
+
### 第 20 次发布
|
|
73
|
+
|
|
74
|
+
发布时间:2023-12-05 02:07:42
|
|
75
|
+
|
|
76
|
+
本次发布包含了以下内容:
|
|
77
|
+
|
|
78
|
+
改善已有的文档。
|
|
79
|
+
|
|
80
|
+
新增接口:
|
|
81
|
+
|
|
82
|
+
* [DestroyResourceInstances](https://cloud.tencent.com/document/api/283/102194)
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
87
|
+
|
|
88
|
+
### 第 123 次发布
|
|
89
|
+
|
|
90
|
+
发布时间:2023-12-05 02:08:42
|
|
91
|
+
|
|
92
|
+
本次发布包含了以下内容:
|
|
93
|
+
|
|
94
|
+
改善已有的文档。
|
|
95
|
+
|
|
96
|
+
修改接口:
|
|
97
|
+
|
|
98
|
+
* [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215)
|
|
99
|
+
|
|
100
|
+
* 新增出参:Angle
|
|
39
101
|
|
|
40
102
|
|
|
41
103
|
|
|
@@ -55161,6 +55223,18 @@
|
|
|
55161
55223
|
|
|
55162
55224
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
55163
55225
|
|
|
55226
|
+
### 第 51 次发布
|
|
55227
|
+
|
|
55228
|
+
发布时间:2023-12-05 01:46:13
|
|
55229
|
+
|
|
55230
|
+
本次发布包含了以下内容:
|
|
55231
|
+
|
|
55232
|
+
改善已有的文档。
|
|
55233
|
+
|
|
55234
|
+
新增接口:
|
|
55235
|
+
|
|
55236
|
+
* [[InquirePriceRenewInstance](https://cloud.tencent.com/document/api/845/102193)](https://cloud.tencent.com/document/api/#/#)
|
|
55237
|
+
|
|
55164
55238
|
### 第 50 次发布
|
|
55165
55239
|
|
|
55166
55240
|
发布时间:2023-11-23 01:18:36
|
|
@@ -74805,6 +74879,21 @@
|
|
|
74805
74879
|
|
|
74806
74880
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
74807
74881
|
|
|
74882
|
+
### 第 56 次发布
|
|
74883
|
+
|
|
74884
|
+
发布时间:2023-12-05 01:59:59
|
|
74885
|
+
|
|
74886
|
+
本次发布包含了以下内容:
|
|
74887
|
+
|
|
74888
|
+
改善已有的文档。
|
|
74889
|
+
|
|
74890
|
+
修改数据结构:
|
|
74891
|
+
|
|
74892
|
+
* [PolicyDetail](https://cloud.tencent.com/document/api/1207/47576#PolicyDetail)
|
|
74893
|
+
|
|
74894
|
+
* <font color="#dd0000">**修改成员**:</font>UserDiscount, CommonDiscount, FinalDiscount, ActivityDiscount, DiscountType
|
|
74895
|
+
|
|
74896
|
+
|
|
74808
74897
|
### 第 55 次发布
|
|
74809
74898
|
|
|
74810
74899
|
发布时间:2023-11-07 01:54:12
|
|
@@ -80816,6 +80905,34 @@
|
|
|
80816
80905
|
|
|
80817
80906
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
80818
80907
|
|
|
80908
|
+
### 第 97 次发布
|
|
80909
|
+
|
|
80910
|
+
发布时间:2023-12-05 02:04:16
|
|
80911
|
+
|
|
80912
|
+
本次发布包含了以下内容:
|
|
80913
|
+
|
|
80914
|
+
改善已有的文档。
|
|
80915
|
+
|
|
80916
|
+
修改接口:
|
|
80917
|
+
|
|
80918
|
+
* [CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)
|
|
80919
|
+
|
|
80920
|
+
* <font color="#dd0000">**修改入参**:</font>OrgId
|
|
80921
|
+
|
|
80922
|
+
* [UpdateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79190)
|
|
80923
|
+
|
|
80924
|
+
* <font color="#dd0000">**修改入参**:</font>ChannelName
|
|
80925
|
+
|
|
80926
|
+
|
|
80927
|
+
修改数据结构:
|
|
80928
|
+
|
|
80929
|
+
* [AlarmHistory](https://cloud.tencent.com/document/api/248/30354#AlarmHistory)
|
|
80930
|
+
|
|
80931
|
+
* 新增成员:ShieldFlag, AlarmShieldingType, AlarmShieldingTime, AlarmShieldingShowType, AlarmShieldingShowTime, AlarmShieldReason, InternalDimensions, MetricName
|
|
80932
|
+
|
|
80933
|
+
* <font color="#dd0000">**修改成员**:</font>AlarmLevel
|
|
80934
|
+
|
|
80935
|
+
|
|
80819
80936
|
### 第 96 次发布
|
|
80820
80937
|
|
|
80821
80938
|
发布时间:2023-10-17 01:21:47
|
|
@@ -86038,6 +86155,18 @@
|
|
|
86038
86155
|
|
|
86039
86156
|
## 移动应用安全(ms) 版本:2018-04-08
|
|
86040
86157
|
|
|
86158
|
+
### 第 20 次发布
|
|
86159
|
+
|
|
86160
|
+
发布时间:2023-12-05 02:07:42
|
|
86161
|
+
|
|
86162
|
+
本次发布包含了以下内容:
|
|
86163
|
+
|
|
86164
|
+
改善已有的文档。
|
|
86165
|
+
|
|
86166
|
+
新增接口:
|
|
86167
|
+
|
|
86168
|
+
* [[DestroyResourceInstances](https://cloud.tencent.com/document/api/283/102194)](https://cloud.tencent.com/document/api/#/#)
|
|
86169
|
+
|
|
86041
86170
|
### 第 19 次发布
|
|
86042
86171
|
|
|
86043
86172
|
发布时间:2023-11-15 02:10:37
|
|
@@ -87033,6 +87162,22 @@
|
|
|
87033
87162
|
|
|
87034
87163
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
87035
87164
|
|
|
87165
|
+
### 第 49 次发布
|
|
87166
|
+
|
|
87167
|
+
发布时间:2023-12-04 15:28:57
|
|
87168
|
+
|
|
87169
|
+
本次发布包含了以下内容:
|
|
87170
|
+
|
|
87171
|
+
改善已有的文档。
|
|
87172
|
+
|
|
87173
|
+
新增接口:
|
|
87174
|
+
|
|
87175
|
+
* [DescribeFolder](https://cloud.tencent.com/document/api/849/102187)
|
|
87176
|
+
|
|
87177
|
+
新增数据结构:
|
|
87178
|
+
|
|
87179
|
+
* [SubFolderInfo](https://cloud.tencent.com/document/api/849/52010#SubFolderInfo)
|
|
87180
|
+
|
|
87036
87181
|
### 第 48 次发布
|
|
87037
87182
|
|
|
87038
87183
|
发布时间:2023-12-04 00:15:25
|
|
@@ -88017,6 +88162,21 @@
|
|
|
88017
88162
|
|
|
88018
88163
|
## 文字识别(ocr) 版本:2018-11-19
|
|
88019
88164
|
|
|
88165
|
+
### 第 123 次发布
|
|
88166
|
+
|
|
88167
|
+
发布时间:2023-12-05 02:08:42
|
|
88168
|
+
|
|
88169
|
+
本次发布包含了以下内容:
|
|
88170
|
+
|
|
88171
|
+
改善已有的文档。
|
|
88172
|
+
|
|
88173
|
+
修改接口:
|
|
88174
|
+
|
|
88175
|
+
* [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215)
|
|
88176
|
+
|
|
88177
|
+
* 新增出参:Angle
|
|
88178
|
+
|
|
88179
|
+
|
|
88020
88180
|
### 第 122 次发布
|
|
88021
88181
|
|
|
88022
88182
|
发布时间:2023-11-30 05:24:08
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
|
|
37
37
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-11-24 01:07:37 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-12-01 01:09:01 |
|
|
39
|
-
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-
|
|
39
|
+
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-12-05 01:14:32 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-12-04 00:03:32 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-11-01 01:07:57 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-11-16 01:09:13 |
|
|
43
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-
|
|
44
|
-
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-12-05 01:15:44 |
|
|
44
|
+
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-12-05 01:17:51 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-27 01:17:34 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-09-08 01:20:53 |
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
56
56
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
57
57
|
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2023-11-07 01:20:22 |
|
|
58
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-12-
|
|
58
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-12-05 01:24:22 |
|
|
59
59
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-12-
|
|
63
|
-
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-12-05 01:26:11 |
|
|
63
|
+
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-12-05 01:27:33 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-17 02:03:39 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
|
|
66
66
|
| config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2023-11-27 00:06:03 |
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
87
87
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-11-29 01:53:04 |
|
|
88
88
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
89
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-
|
|
89
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-12-05 01:42:47 |
|
|
90
90
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-11-29 01:54:37 |
|
|
91
91
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
|
|
92
92
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
|
|
@@ -94,9 +94,9 @@
|
|
|
94
94
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
95
95
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
96
96
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-16 01:15:50 |
|
|
97
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-
|
|
98
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-
|
|
99
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-
|
|
97
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-12-05 01:46:13 |
|
|
98
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-05 01:46:52 |
|
|
99
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-05 01:47:51 |
|
|
100
100
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
101
101
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-11-14 01:16:39 |
|
|
102
102
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-30 04:52:16 |
|
|
132
132
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
133
133
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-11-30 04:55:06 |
|
|
134
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-
|
|
134
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-05 01:59:59 |
|
|
135
135
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-11-21 01:21:33 |
|
|
136
136
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
137
137
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
@@ -143,16 +143,16 @@
|
|
|
143
143
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
144
144
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-12-01 01:19:47 |
|
|
145
145
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
|
|
146
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-12-
|
|
146
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-12-05 02:04:16 |
|
|
147
147
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-25 01:21:31 |
|
|
148
148
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-11-30 05:22:15 |
|
|
149
|
-
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-
|
|
149
|
+
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-12-05 02:07:42 |
|
|
150
150
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
|
|
151
151
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
152
152
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
153
153
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
154
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-12-04
|
|
155
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-
|
|
154
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-12-04 15:28:57 |
|
|
155
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-12-05 02:08:42 |
|
|
156
156
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-12-01 01:21:15 |
|
|
157
157
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-11-08 02:00:11 |
|
|
158
158
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-12-01 01:26:49 |
|
|
222
222
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-26 14:46:10 |
|
|
223
223
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
224
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-12-
|
|
224
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-12-05 02:34:27 |
|
|
225
225
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-11-23 01:30:34 |
|
|
226
226
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-12-01 01:27:38 |
|
|
227
227
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-11-30 08:14:53 |
|
|
236
236
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
|
|
237
237
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-12-01 01:30:04 |
|
|
238
|
-
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-12-
|
|
238
|
+
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-12-05 02:48:51 |
|
|
239
239
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
240
240
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
|
|
241
241
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.751"
|
|
@@ -4749,7 +4749,7 @@ export interface CreateDBInstanceRequest {
|
|
|
4749
4749
|
*/
|
|
4750
4750
|
ClientToken?: string
|
|
4751
4751
|
/**
|
|
4752
|
-
* 实例隔离类型。支持值包括: "UNIVERSAL" - 通用型实例, "EXCLUSIVE" - 独享型实例, "
|
|
4752
|
+
* 实例隔离类型。支持值包括: "UNIVERSAL" - 通用型实例, "EXCLUSIVE" - 独享型实例, "BASIC_V2" - ONTKE单节点实例。 不指定则默认为通用型实例。
|
|
4753
4753
|
*/
|
|
4754
4754
|
DeviceType?: string
|
|
4755
4755
|
/**
|
|
@@ -8369,7 +8369,7 @@ export interface CreateDBInstanceHourRequest {
|
|
|
8369
8369
|
*/
|
|
8370
8370
|
ClientToken?: string
|
|
8371
8371
|
/**
|
|
8372
|
-
* 实例隔离类型。支持值包括: "UNIVERSAL" - 通用型实例, "EXCLUSIVE" - 独享型实例, "
|
|
8372
|
+
* 实例隔离类型。支持值包括: "UNIVERSAL" - 通用型实例, "EXCLUSIVE" - 独享型实例, "BASIC_V2" - ONTKE单节点实例。 不指定则默认为通用型实例。
|
|
8373
8373
|
*/
|
|
8374
8374
|
DeviceType?: string
|
|
8375
8375
|
/**
|
|
@@ -305,50 +305,50 @@ export interface DescribeSitesRequest {
|
|
|
305
305
|
*/
|
|
306
306
|
export interface HostInfo {
|
|
307
307
|
/**
|
|
308
|
-
* 宿主机IP
|
|
308
|
+
* 宿主机IP(废弃)
|
|
309
309
|
*/
|
|
310
|
-
HostIp
|
|
310
|
+
HostIp?: string
|
|
311
311
|
/**
|
|
312
312
|
* 云服务类型
|
|
313
313
|
*/
|
|
314
|
-
ServiceType
|
|
314
|
+
ServiceType?: string
|
|
315
315
|
/**
|
|
316
316
|
* 宿主机运行状态
|
|
317
317
|
*/
|
|
318
|
-
HostStatus
|
|
318
|
+
HostStatus?: string
|
|
319
319
|
/**
|
|
320
320
|
* 宿主机类型
|
|
321
321
|
*/
|
|
322
|
-
HostType
|
|
322
|
+
HostType?: string
|
|
323
323
|
/**
|
|
324
324
|
* cpu可用数
|
|
325
325
|
*/
|
|
326
|
-
CpuAvailable
|
|
326
|
+
CpuAvailable?: number
|
|
327
327
|
/**
|
|
328
328
|
* cpu总数
|
|
329
329
|
*/
|
|
330
|
-
CpuTotal
|
|
330
|
+
CpuTotal?: number
|
|
331
331
|
/**
|
|
332
332
|
* 内存可用数
|
|
333
333
|
*/
|
|
334
|
-
MemAvailable
|
|
334
|
+
MemAvailable?: number
|
|
335
335
|
/**
|
|
336
336
|
* 内存总数
|
|
337
337
|
*/
|
|
338
|
-
MemTotal
|
|
338
|
+
MemTotal?: number
|
|
339
339
|
/**
|
|
340
340
|
* 运行时间
|
|
341
341
|
*/
|
|
342
|
-
RunTime
|
|
342
|
+
RunTime?: string
|
|
343
343
|
/**
|
|
344
344
|
* 到期时间
|
|
345
345
|
*/
|
|
346
|
-
ExpireTime
|
|
346
|
+
ExpireTime?: string
|
|
347
347
|
/**
|
|
348
348
|
* 宿主机id
|
|
349
349
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
350
350
|
*/
|
|
351
|
-
HostId
|
|
351
|
+
HostId?: string
|
|
352
352
|
}
|
|
353
353
|
|
|
354
354
|
/**
|
|
@@ -2199,11 +2199,11 @@ export interface ModifyListenerRequest {
|
|
|
2199
2199
|
*/
|
|
2200
2200
|
MultiCertInfo?: MultiCertInfo
|
|
2201
2201
|
/**
|
|
2202
|
-
* 监听器粒度并发连接数上限,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持。取值范围:1-实例规格并发连接上限,其中-1
|
|
2202
|
+
* 监听器粒度并发连接数上限,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持。取值范围:1-实例规格并发连接上限,其中-1表示关闭监听器粒度并发连接数限速。基础网络实例不支持该参数。
|
|
2203
2203
|
*/
|
|
2204
2204
|
MaxConn?: number
|
|
2205
2205
|
/**
|
|
2206
|
-
* 监听器粒度新建连接数上限,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持。取值范围:1-实例规格新建连接上限,其中-1
|
|
2206
|
+
* 监听器粒度新建连接数上限,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持。取值范围:1-实例规格新建连接上限,其中-1表示关闭监听器粒度新建连接数限速。基础网络实例不支持该参数。
|
|
2207
2207
|
*/
|
|
2208
2208
|
MaxCps?: number
|
|
2209
2209
|
/**
|
|
@@ -3691,11 +3691,11 @@ export interface CreateListenerRequest {
|
|
|
3691
3691
|
*/
|
|
3692
3692
|
MultiCertInfo?: MultiCertInfo
|
|
3693
3693
|
/**
|
|
3694
|
-
*
|
|
3694
|
+
* 监听器最大连接数,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。基础网络实例不支持该参数。
|
|
3695
3695
|
*/
|
|
3696
3696
|
MaxConn?: number
|
|
3697
3697
|
/**
|
|
3698
|
-
*
|
|
3698
|
+
* 监听器最大新增连接数,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。基础网络实例不支持该参数。
|
|
3699
3699
|
*/
|
|
3700
3700
|
MaxCps?: number
|
|
3701
3701
|
/**
|