tencentcloud-sdk-nodejs 4.0.873 → 4.0.874
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 +159 -0
- package/SERVICE_CHANGELOG.md +217 -47
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +8 -7
- package/src/services/asr/v20190614/asr_models.ts +10 -4
- package/src/services/ccc/v20200210/ccc_models.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +4 -0
- package/src/services/domain/v20180808/domain_client.ts +2 -3
- package/src/services/domain/v20180808/domain_models.ts +8 -8
- package/src/services/dsgc/v20190723/dsgc_models.ts +5 -1
- package/src/services/dts/v20180330/dts_client.ts +4 -2
- package/src/services/emr/v20190103/emr_client.ts +20 -4
- package/src/services/emr/v20190103/emr_models.ts +274 -78
- package/src/services/ess/v20201111/ess_client.ts +3 -4
- package/src/services/ess/v20201111/ess_models.ts +19 -4
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +22 -4
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +20 -56
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +44 -224
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +4 -0
- package/src/services/monitor/v20180724/monitor_client.ts +6 -4
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/tse/v20201207/tse_models.ts +2 -2
- package/src/services/waf/v20180125/waf_client.ts +24 -0
- package/src/services/waf/v20180125/waf_models.ts +51 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +8 -7
- package/tencentcloud/services/asr/v20190614/asr_client.js +8 -7
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +10 -4
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +0 -1
- package/tencentcloud/services/domain/v20180808/domain_client.js +0 -1
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +8 -8
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +5 -1
- package/tencentcloud/services/dts/v20180330/dts_client.d.ts +3 -1
- package/tencentcloud/services/dts/v20180330/dts_client.js +3 -1
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +268 -78
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +3 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +19 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +22 -4
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +10 -30
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +11 -35
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +44 -220
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +4 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -3
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +5 -3
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +2 -2
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +12 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +47 -0
- package/test/emr.v20190103.test.js +10 -0
- package/test/hunyuan.v20230901.test.js +4 -24
- package/test/waf.v20180125.test.js +20 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,162 @@
|
|
|
1
|
+
# Release 4.0.874
|
|
2
|
+
|
|
3
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
4
|
+
|
|
5
|
+
### 第 95 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-06-13 01:22:31
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [ModifyTopic](https://cloud.tencent.com/document/api/614/56453)
|
|
16
|
+
|
|
17
|
+
* 新增入参:PartitionCount
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
23
|
+
|
|
24
|
+
### 第 14 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2024-06-13 01:38:46
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [ExportAssetDetailData](https://cloud.tencent.com/document/api/1087/97201)
|
|
35
|
+
|
|
36
|
+
* 新增入参:CasbId
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 数据传输服务(dts) 版本:2021-12-06
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## 数据传输服务(dts) 版本:2018-03-30
|
|
46
|
+
|
|
47
|
+
### 第 21 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2024-06-13 01:40:12
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
56
|
+
|
|
57
|
+
* DescribeRegionConf
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
62
|
+
|
|
63
|
+
### 第 66 次发布
|
|
64
|
+
|
|
65
|
+
发布时间:2024-06-12 17:52:35
|
|
66
|
+
|
|
67
|
+
本次发布包含了以下内容:
|
|
68
|
+
|
|
69
|
+
改善已有的文档。
|
|
70
|
+
|
|
71
|
+
新增接口:
|
|
72
|
+
|
|
73
|
+
* [DescribeClusterFlowStatusDetail](https://cloud.tencent.com/document/api/589/107224)
|
|
74
|
+
|
|
75
|
+
新增数据结构:
|
|
76
|
+
|
|
77
|
+
* [FlowExtraDetail](https://cloud.tencent.com/document/api/589/33981#FlowExtraDetail)
|
|
78
|
+
* [FlowParam](https://cloud.tencent.com/document/api/589/33981#FlowParam)
|
|
79
|
+
* [FlowParamsDesc](https://cloud.tencent.com/document/api/589/33981#FlowParamsDesc)
|
|
80
|
+
* [StageInfoDetail](https://cloud.tencent.com/document/api/589/33981#StageInfoDetail)
|
|
81
|
+
|
|
82
|
+
修改数据结构:
|
|
83
|
+
|
|
84
|
+
* [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
|
|
85
|
+
|
|
86
|
+
* 新增成员:Remark
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
92
|
+
|
|
93
|
+
### 第 8 次发布
|
|
94
|
+
|
|
95
|
+
发布时间:2024-06-12 11:48:37
|
|
96
|
+
|
|
97
|
+
本次发布包含了以下内容:
|
|
98
|
+
|
|
99
|
+
改善已有的文档。
|
|
100
|
+
|
|
101
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
102
|
+
|
|
103
|
+
* ChatPro
|
|
104
|
+
* ChatStd
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
109
|
+
|
|
110
|
+
### 第 67 次发布
|
|
111
|
+
|
|
112
|
+
发布时间:2024-06-13 01:52:49
|
|
113
|
+
|
|
114
|
+
本次发布包含了以下内容:
|
|
115
|
+
|
|
116
|
+
改善已有的文档。
|
|
117
|
+
|
|
118
|
+
修改接口:
|
|
119
|
+
|
|
120
|
+
* [GetWechatDeviceTicket](https://cloud.tencent.com/document/api/1081/106915)
|
|
121
|
+
|
|
122
|
+
* 新增入参:MiniProgramAppId
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
128
|
+
|
|
129
|
+
### 第 115 次发布
|
|
130
|
+
|
|
131
|
+
发布时间:2024-06-13 02:05:31
|
|
132
|
+
|
|
133
|
+
本次发布包含了以下内容:
|
|
134
|
+
|
|
135
|
+
改善已有的文档。
|
|
136
|
+
|
|
137
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
138
|
+
|
|
139
|
+
* DescribePrometheusRecordRuleYaml
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
144
|
+
|
|
145
|
+
### 第 87 次发布
|
|
146
|
+
|
|
147
|
+
发布时间:2024-06-13 02:48:34
|
|
148
|
+
|
|
149
|
+
本次发布包含了以下内容:
|
|
150
|
+
|
|
151
|
+
改善已有的文档。
|
|
152
|
+
|
|
153
|
+
新增接口:
|
|
154
|
+
|
|
155
|
+
* [DescribeAreaBanSupportAreas](https://cloud.tencent.com/document/api/627/107228)
|
|
156
|
+
* [ModifyAreaBanAreas](https://cloud.tencent.com/document/api/627/107229)
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
1
160
|
# Release 4.0.873
|
|
2
161
|
|
|
3
162
|
## 访问管理(cam) 版本:2019-01-16
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,49 +1,52 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 95 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-06-
|
|
7
|
+
发布时间:2024-06-13 01:22:31
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [ModifyTopic](https://cloud.tencent.com/document/api/614/56453)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
* 新增入参:PartitionCount
|
|
18
18
|
|
|
19
|
-
* [AuthToken](https://cloud.tencent.com/document/api/598/33167#AuthToken)
|
|
20
19
|
|
|
21
20
|
|
|
22
21
|
|
|
23
|
-
##
|
|
22
|
+
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
24
23
|
|
|
25
|
-
### 第
|
|
24
|
+
### 第 14 次发布
|
|
26
25
|
|
|
27
|
-
发布时间:2024-06-
|
|
26
|
+
发布时间:2024-06-13 01:38:46
|
|
28
27
|
|
|
29
28
|
本次发布包含了以下内容:
|
|
30
29
|
|
|
31
30
|
改善已有的文档。
|
|
32
31
|
|
|
33
|
-
|
|
32
|
+
修改接口:
|
|
34
33
|
|
|
35
|
-
* [
|
|
34
|
+
* [ExportAssetDetailData](https://cloud.tencent.com/document/api/1087/97201)
|
|
36
35
|
|
|
37
|
-
*
|
|
36
|
+
* 新增入参:CasbId
|
|
38
37
|
|
|
39
38
|
|
|
40
39
|
|
|
41
40
|
|
|
42
|
-
##
|
|
41
|
+
## 数据传输服务(dts) 版本:2021-12-06
|
|
43
42
|
|
|
44
|
-
### 第 3 次发布
|
|
45
43
|
|
|
46
|
-
|
|
44
|
+
|
|
45
|
+
## 数据传输服务(dts) 版本:2018-03-30
|
|
46
|
+
|
|
47
|
+
### 第 21 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2024-06-13 01:40:12
|
|
47
50
|
|
|
48
51
|
本次发布包含了以下内容:
|
|
49
52
|
|
|
@@ -51,60 +54,106 @@
|
|
|
51
54
|
|
|
52
55
|
<font color="#dd0000">**预下线接口**:</font>
|
|
53
56
|
|
|
54
|
-
*
|
|
57
|
+
* DescribeRegionConf
|
|
55
58
|
|
|
56
59
|
|
|
57
60
|
|
|
58
|
-
##
|
|
61
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
59
62
|
|
|
60
|
-
### 第
|
|
63
|
+
### 第 66 次发布
|
|
61
64
|
|
|
62
|
-
发布时间:2024-06-12
|
|
65
|
+
发布时间:2024-06-12 17:52:35
|
|
63
66
|
|
|
64
67
|
本次发布包含了以下内容:
|
|
65
68
|
|
|
66
69
|
改善已有的文档。
|
|
67
70
|
|
|
68
|
-
|
|
71
|
+
新增接口:
|
|
69
72
|
|
|
70
|
-
* [
|
|
73
|
+
* [DescribeClusterFlowStatusDetail](https://cloud.tencent.com/document/api/589/107224)
|
|
71
74
|
|
|
72
|
-
|
|
75
|
+
新增数据结构:
|
|
73
76
|
|
|
77
|
+
* [FlowExtraDetail](https://cloud.tencent.com/document/api/589/33981#FlowExtraDetail)
|
|
78
|
+
* [FlowParam](https://cloud.tencent.com/document/api/589/33981#FlowParam)
|
|
79
|
+
* [FlowParamsDesc](https://cloud.tencent.com/document/api/589/33981#FlowParamsDesc)
|
|
80
|
+
* [StageInfoDetail](https://cloud.tencent.com/document/api/589/33981#StageInfoDetail)
|
|
74
81
|
|
|
75
82
|
修改数据结构:
|
|
76
83
|
|
|
77
|
-
* [
|
|
84
|
+
* [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
|
|
78
85
|
|
|
79
|
-
* 新增成员:
|
|
86
|
+
* 新增成员:Remark
|
|
80
87
|
|
|
81
88
|
|
|
82
89
|
|
|
83
90
|
|
|
84
|
-
##
|
|
91
|
+
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
85
92
|
|
|
86
|
-
### 第
|
|
93
|
+
### 第 8 次发布
|
|
87
94
|
|
|
88
|
-
发布时间:2024-06-12
|
|
95
|
+
发布时间:2024-06-12 11:48:37
|
|
89
96
|
|
|
90
97
|
本次发布包含了以下内容:
|
|
91
98
|
|
|
92
99
|
改善已有的文档。
|
|
93
100
|
|
|
94
|
-
|
|
101
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
95
102
|
|
|
96
|
-
*
|
|
97
|
-
*
|
|
98
|
-
* [EnableTransparentDataEncryption](https://cloud.tencent.com/document/api/240/107167)
|
|
99
|
-
* [SetBackupRules](https://cloud.tencent.com/document/api/240/107166)
|
|
103
|
+
* ChatPro
|
|
104
|
+
* ChatStd
|
|
100
105
|
|
|
101
|
-
新增数据结构:
|
|
102
106
|
|
|
103
|
-
* [KMSInfoDetail](https://cloud.tencent.com/document/api/240/38576#KMSInfoDetail)
|
|
104
107
|
|
|
108
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
109
|
+
|
|
110
|
+
### 第 67 次发布
|
|
111
|
+
|
|
112
|
+
发布时间:2024-06-13 01:52:49
|
|
113
|
+
|
|
114
|
+
本次发布包含了以下内容:
|
|
115
|
+
|
|
116
|
+
改善已有的文档。
|
|
117
|
+
|
|
118
|
+
修改接口:
|
|
119
|
+
|
|
120
|
+
* [GetWechatDeviceTicket](https://cloud.tencent.com/document/api/1081/106915)
|
|
121
|
+
|
|
122
|
+
* 新增入参:MiniProgramAppId
|
|
105
123
|
|
|
106
124
|
|
|
107
|
-
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
128
|
+
|
|
129
|
+
### 第 115 次发布
|
|
130
|
+
|
|
131
|
+
发布时间:2024-06-13 02:05:31
|
|
132
|
+
|
|
133
|
+
本次发布包含了以下内容:
|
|
134
|
+
|
|
135
|
+
改善已有的文档。
|
|
136
|
+
|
|
137
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
138
|
+
|
|
139
|
+
* DescribePrometheusRecordRuleYaml
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
144
|
+
|
|
145
|
+
### 第 87 次发布
|
|
146
|
+
|
|
147
|
+
发布时间:2024-06-13 02:48:34
|
|
148
|
+
|
|
149
|
+
本次发布包含了以下内容:
|
|
150
|
+
|
|
151
|
+
改善已有的文档。
|
|
152
|
+
|
|
153
|
+
新增接口:
|
|
154
|
+
|
|
155
|
+
* [DescribeAreaBanSupportAreas](https://cloud.tencent.com/document/api/627/107228)
|
|
156
|
+
* [ModifyAreaBanAreas](https://cloud.tencent.com/document/api/627/107229)
|
|
108
157
|
|
|
109
158
|
|
|
110
159
|
|
|
@@ -12201,11 +12250,11 @@
|
|
|
12201
12250
|
|
|
12202
12251
|
新增接口:
|
|
12203
12252
|
|
|
12204
|
-
* [
|
|
12253
|
+
* [BuildDataFlowAuthToken](https://cloud.tencent.com/document/api/598/107089)
|
|
12205
12254
|
|
|
12206
12255
|
新增数据结构:
|
|
12207
12256
|
|
|
12208
|
-
* [
|
|
12257
|
+
* [AuthToken](https://cloud.tencent.com/document/api/598/33167#AuthToken)
|
|
12209
12258
|
|
|
12210
12259
|
### 第 57 次发布
|
|
12211
12260
|
|
|
@@ -31215,6 +31264,21 @@
|
|
|
31215
31264
|
|
|
31216
31265
|
## 日志服务(cls) 版本:2020-10-16
|
|
31217
31266
|
|
|
31267
|
+
### 第 95 次发布
|
|
31268
|
+
|
|
31269
|
+
发布时间:2024-06-13 01:22:31
|
|
31270
|
+
|
|
31271
|
+
本次发布包含了以下内容:
|
|
31272
|
+
|
|
31273
|
+
改善已有的文档。
|
|
31274
|
+
|
|
31275
|
+
修改接口:
|
|
31276
|
+
|
|
31277
|
+
* [ModifyTopic](https://cloud.tencent.com/document/api/614/56453)
|
|
31278
|
+
|
|
31279
|
+
* 新增入参:PartitionCount
|
|
31280
|
+
|
|
31281
|
+
|
|
31218
31282
|
### 第 94 次发布
|
|
31219
31283
|
|
|
31220
31284
|
发布时间:2024-06-12 01:26:26
|
|
@@ -54109,6 +54173,21 @@
|
|
|
54109
54173
|
|
|
54110
54174
|
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
54111
54175
|
|
|
54176
|
+
### 第 14 次发布
|
|
54177
|
+
|
|
54178
|
+
发布时间:2024-06-13 01:38:46
|
|
54179
|
+
|
|
54180
|
+
本次发布包含了以下内容:
|
|
54181
|
+
|
|
54182
|
+
改善已有的文档。
|
|
54183
|
+
|
|
54184
|
+
修改接口:
|
|
54185
|
+
|
|
54186
|
+
* [ExportAssetDetailData](https://cloud.tencent.com/document/api/1087/97201)
|
|
54187
|
+
|
|
54188
|
+
* 新增入参:CasbId
|
|
54189
|
+
|
|
54190
|
+
|
|
54112
54191
|
### 第 13 次发布
|
|
54113
54192
|
|
|
54114
54193
|
发布时间:2024-05-27 01:34:38
|
|
@@ -54768,6 +54847,18 @@
|
|
|
54768
54847
|
|
|
54769
54848
|
## 数据传输服务(dts) 版本:2018-03-30
|
|
54770
54849
|
|
|
54850
|
+
### 第 21 次发布
|
|
54851
|
+
|
|
54852
|
+
发布时间:2024-06-13 01:40:12
|
|
54853
|
+
|
|
54854
|
+
本次发布包含了以下内容:
|
|
54855
|
+
|
|
54856
|
+
改善已有的文档。
|
|
54857
|
+
|
|
54858
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
54859
|
+
|
|
54860
|
+
* DescribeRegionConf
|
|
54861
|
+
|
|
54771
54862
|
### 第 20 次发布
|
|
54772
54863
|
|
|
54773
54864
|
发布时间:2024-06-07 01:43:53
|
|
@@ -58806,6 +58897,32 @@
|
|
|
58806
58897
|
|
|
58807
58898
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
58808
58899
|
|
|
58900
|
+
### 第 66 次发布
|
|
58901
|
+
|
|
58902
|
+
发布时间:2024-06-12 17:52:35
|
|
58903
|
+
|
|
58904
|
+
本次发布包含了以下内容:
|
|
58905
|
+
|
|
58906
|
+
改善已有的文档。
|
|
58907
|
+
|
|
58908
|
+
新增接口:
|
|
58909
|
+
|
|
58910
|
+
* [[DescribeClusterFlowStatusDetail](https://cloud.tencent.com/document/api/589/107224)](https://cloud.tencent.com/document/api/#/#)
|
|
58911
|
+
|
|
58912
|
+
新增数据结构:
|
|
58913
|
+
|
|
58914
|
+
* [[FlowExtraDetail](https://cloud.tencent.com/document/api/589/33981#FlowExtraDetail)](https://cloud.tencent.com/document/api/589/33981#[FlowExtraDetail](https://cloud.tencent.com/document/api/589/33981#FlowExtraDetail))
|
|
58915
|
+
* [[FlowParam](https://cloud.tencent.com/document/api/589/33981#FlowParam)](https://cloud.tencent.com/document/api/589/33981#[FlowParam](https://cloud.tencent.com/document/api/589/33981#FlowParam))
|
|
58916
|
+
* [[FlowParamsDesc](https://cloud.tencent.com/document/api/589/33981#FlowParamsDesc)](https://cloud.tencent.com/document/api/589/33981#[FlowParamsDesc](https://cloud.tencent.com/document/api/589/33981#FlowParamsDesc))
|
|
58917
|
+
* [[StageInfoDetail](https://cloud.tencent.com/document/api/589/33981#StageInfoDetail)](https://cloud.tencent.com/document/api/589/33981#[StageInfoDetail](https://cloud.tencent.com/document/api/589/33981#StageInfoDetail))
|
|
58918
|
+
|
|
58919
|
+
修改数据结构:
|
|
58920
|
+
|
|
58921
|
+
* [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
|
|
58922
|
+
|
|
58923
|
+
* 新增成员:Remark
|
|
58924
|
+
|
|
58925
|
+
|
|
58809
58926
|
### 第 65 次发布
|
|
58810
58927
|
|
|
58811
58928
|
发布时间:2024-06-10 01:46:51
|
|
@@ -73338,6 +73455,19 @@
|
|
|
73338
73455
|
|
|
73339
73456
|
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
73340
73457
|
|
|
73458
|
+
### 第 8 次发布
|
|
73459
|
+
|
|
73460
|
+
发布时间:2024-06-12 11:48:37
|
|
73461
|
+
|
|
73462
|
+
本次发布包含了以下内容:
|
|
73463
|
+
|
|
73464
|
+
改善已有的文档。
|
|
73465
|
+
|
|
73466
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
73467
|
+
|
|
73468
|
+
* ChatPro
|
|
73469
|
+
* ChatStd
|
|
73470
|
+
|
|
73341
73471
|
### 第 7 次发布
|
|
73342
73472
|
|
|
73343
73473
|
发布时间:2024-05-20 01:43:12
|
|
@@ -73403,11 +73533,11 @@
|
|
|
73403
73533
|
|
|
73404
73534
|
修改接口:
|
|
73405
73535
|
|
|
73406
|
-
* [ChatPro](https://cloud.tencent.com/document/api
|
|
73536
|
+
* [ChatPro](https://cloud.tencent.com/document/api/#/#)
|
|
73407
73537
|
|
|
73408
73538
|
* 新增入参:Stream, StreamModeration
|
|
73409
73539
|
|
|
73410
|
-
* [ChatStd](https://cloud.tencent.com/document/api
|
|
73540
|
+
* [ChatStd](https://cloud.tencent.com/document/api/#/#)
|
|
73411
73541
|
|
|
73412
73542
|
* 新增入参:Stream, StreamModeration
|
|
73413
73543
|
|
|
@@ -73446,8 +73576,8 @@
|
|
|
73446
73576
|
|
|
73447
73577
|
新增接口:
|
|
73448
73578
|
|
|
73449
|
-
* [ChatPro](https://cloud.tencent.com/document/api
|
|
73450
|
-
* [ChatStd](https://cloud.tencent.com/document/api
|
|
73579
|
+
* [ChatPro](https://cloud.tencent.com/document/api/#/#)
|
|
73580
|
+
* [ChatStd](https://cloud.tencent.com/document/api/#/#)
|
|
73451
73581
|
* [GetTokenCount](https://cloud.tencent.com/document/api/1729/101835)
|
|
73452
73582
|
|
|
73453
73583
|
新增数据结构:
|
|
@@ -76543,6 +76673,21 @@
|
|
|
76543
76673
|
|
|
76544
76674
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
76545
76675
|
|
|
76676
|
+
### 第 67 次发布
|
|
76677
|
+
|
|
76678
|
+
发布时间:2024-06-13 01:52:49
|
|
76679
|
+
|
|
76680
|
+
本次发布包含了以下内容:
|
|
76681
|
+
|
|
76682
|
+
改善已有的文档。
|
|
76683
|
+
|
|
76684
|
+
修改接口:
|
|
76685
|
+
|
|
76686
|
+
* [GetWechatDeviceTicket](https://cloud.tencent.com/document/api/1081/106915)
|
|
76687
|
+
|
|
76688
|
+
* 新增入参:MiniProgramAppId
|
|
76689
|
+
|
|
76690
|
+
|
|
76546
76691
|
### 第 66 次发布
|
|
76547
76692
|
|
|
76548
76693
|
发布时间:2024-06-06 01:57:24
|
|
@@ -88961,14 +89106,14 @@
|
|
|
88961
89106
|
|
|
88962
89107
|
新增接口:
|
|
88963
89108
|
|
|
88964
|
-
* [
|
|
88965
|
-
* [
|
|
88966
|
-
* [
|
|
88967
|
-
* [
|
|
89109
|
+
* [DescribeBackupRules](https://cloud.tencent.com/document/api/240/107169)
|
|
89110
|
+
* [DescribeTransparentDataEncryptionStatus](https://cloud.tencent.com/document/api/240/107168)
|
|
89111
|
+
* [EnableTransparentDataEncryption](https://cloud.tencent.com/document/api/240/107167)
|
|
89112
|
+
* [SetBackupRules](https://cloud.tencent.com/document/api/240/107166)
|
|
88968
89113
|
|
|
88969
89114
|
新增数据结构:
|
|
88970
89115
|
|
|
88971
|
-
* [
|
|
89116
|
+
* [KMSInfoDetail](https://cloud.tencent.com/document/api/240/38576#KMSInfoDetail)
|
|
88972
89117
|
|
|
88973
89118
|
### 第 38 次发布
|
|
88974
89119
|
|
|
@@ -89619,6 +89764,18 @@
|
|
|
89619
89764
|
|
|
89620
89765
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
89621
89766
|
|
|
89767
|
+
### 第 115 次发布
|
|
89768
|
+
|
|
89769
|
+
发布时间:2024-06-13 02:05:31
|
|
89770
|
+
|
|
89771
|
+
本次发布包含了以下内容:
|
|
89772
|
+
|
|
89773
|
+
改善已有的文档。
|
|
89774
|
+
|
|
89775
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
89776
|
+
|
|
89777
|
+
* DescribePrometheusRecordRuleYaml
|
|
89778
|
+
|
|
89622
89779
|
### 第 114 次发布
|
|
89623
89780
|
|
|
89624
89781
|
发布时间:2024-05-30 01:55:28
|
|
@@ -153341,6 +153498,19 @@
|
|
|
153341
153498
|
|
|
153342
153499
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
153343
153500
|
|
|
153501
|
+
### 第 87 次发布
|
|
153502
|
+
|
|
153503
|
+
发布时间:2024-06-13 02:48:34
|
|
153504
|
+
|
|
153505
|
+
本次发布包含了以下内容:
|
|
153506
|
+
|
|
153507
|
+
改善已有的文档。
|
|
153508
|
+
|
|
153509
|
+
新增接口:
|
|
153510
|
+
|
|
153511
|
+
* [[DescribeAreaBanSupportAreas](https://cloud.tencent.com/document/api/627/107228)](https://cloud.tencent.com/document/api/#/#)
|
|
153512
|
+
* [[ModifyAreaBanAreas](https://cloud.tencent.com/document/api/627/107229)](https://cloud.tencent.com/document/api/#/#)
|
|
153513
|
+
|
|
153344
153514
|
### 第 86 次发布
|
|
153345
153515
|
|
|
153346
153516
|
发布时间:2024-06-06 02:53:14
|