tencentcloud-sdk-nodejs 4.0.934 → 4.0.936
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 +551 -0
- package/SERVICE_CHANGELOG.md +555 -88
- package/package.json +1 -1
- package/products.md +30 -30
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +13 -0
- package/src/services/aiart/v20221229/aiart_models.ts +69 -0
- package/src/services/cfg/v20210820/cfg_models.ts +6 -1
- package/src/services/cfw/v20190904/cfw_models.ts +42 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +3 -2
- package/src/services/dcdb/v20180411/dcdb_client.ts +35 -7
- package/src/services/dcdb/v20180411/dcdb_models.ts +184 -6
- package/src/services/dnspod/v20210323/dnspod_client.ts +14 -1
- package/src/services/dnspod/v20210323/dnspod_models.ts +69 -6
- package/src/services/emr/v20190103/emr_client.ts +88 -22
- package/src/services/emr/v20190103/emr_models.ts +1402 -1119
- package/src/services/es/v20180416/es_client.ts +12 -0
- package/src/services/es/v20180416/es_models.ts +28 -0
- package/src/services/ess/v20201111/ess_client.ts +6 -8
- package/src/services/ess/v20201111/ess_models.ts +28 -37
- package/src/services/essbasic/v20210526/essbasic_client.ts +22 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +60 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +2 -2
- package/src/services/iss/v20230517/iss_client.ts +38 -25
- package/src/services/iss/v20230517/iss_models.ts +49 -6
- package/src/services/mariadb/v20170312/mariadb_client.ts +41 -13
- package/src/services/mariadb/v20170312/mariadb_models.ts +184 -6
- package/src/services/mps/v20190612/mps_client.ts +5 -2
- package/src/services/mps/v20190612/mps_models.ts +128 -55
- package/src/services/ocr/v20181119/ocr_models.ts +10 -6
- package/src/services/redis/v20180412/redis_client.ts +29 -4
- package/src/services/redis/v20180412/redis_models.ts +239 -131
- package/src/services/sms/v20210111/sms_models.ts +9 -9
- package/src/services/ssl/v20191205/ssl_models.ts +3 -3
- package/src/services/teo/v20220901/teo_models.ts +11 -11
- package/src/services/tke/v20180525/tke_models.ts +4 -0
- package/src/services/tke/v20220501/tke_client.ts +97 -20
- package/src/services/tke/v20220501/tke_models.ts +494 -215
- package/src/services/tsf/v20180326/tsf_models.ts +34 -15
- package/src/services/vdb/v20230616/vdb_client.ts +66 -2
- package/src/services/vdb/v20230616/vdb_models.ts +273 -27
- package/src/services/vod/index.ts +2 -0
- package/src/services/vod/v20240718/index.ts +6 -0
- package/src/services/vod/v20240718/vod_client.ts +44 -0
- package/src/services/vod/v20240718/vod_models.ts +76 -0
- package/src/services/vpc/v20170312/vpc_models.ts +12 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +6 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +7 -0
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +67 -0
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +6 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +42 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +3 -2
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +13 -3
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +17 -3
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +178 -6
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +5 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +66 -6
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +29 -5
- package/tencentcloud/services/emr/v20190103/emr_client.js +40 -6
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1241 -970
- 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 +26 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -8
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -8
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +28 -37
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +15 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +16 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +58 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +2 -2
- package/tencentcloud/services/iss/v20230517/iss_client.d.ts +13 -9
- package/tencentcloud/services/iss/v20230517/iss_client.js +18 -12
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +46 -6
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +15 -5
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +20 -6
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +178 -6
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +125 -55
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +10 -6
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +9 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +12 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +234 -131
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +9 -9
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +3 -3
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +11 -11
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/tencentcloud/services/tke/v20220501/tke_client.d.ts +29 -5
- package/tencentcloud/services/tke/v20220501/tke_client.js +42 -6
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +481 -219
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +34 -15
- package/tencentcloud/services/vdb/v20230616/vdb_client.d.ts +21 -1
- package/tencentcloud/services/vdb/v20230616/vdb_client.js +30 -0
- package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +259 -27
- package/tencentcloud/services/vod/index.d.ts +4 -0
- package/tencentcloud/services/vod/index.js +2 -0
- package/tencentcloud/services/vod/v20240718/index.d.ts +6 -0
- package/tencentcloud/services/vod/v20240718/index.js +9 -0
- package/tencentcloud/services/vod/v20240718/vod_client.d.ts +14 -0
- package/tencentcloud/services/vod/v20240718/vod_client.js +37 -0
- package/tencentcloud/services/vod/v20240718/vod_models.d.ts +57 -0
- package/tencentcloud/services/vod/v20240718/vod_models.js +18 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +12 -5
- package/test/aiart.v20221229.test.js +10 -0
- package/test/dcdb.v20180411.test.js +22 -2
- package/test/dnspod.v20210323.test.js +10 -0
- package/test/emr.v20190103.test.js +54 -4
- package/test/es.v20180416.test.js +10 -0
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/iss.v20230517.test.js +18 -8
- package/test/mariadb.v20170312.test.js +24 -4
- package/test/redis.v20180412.test.js +20 -0
- package/test/tke.v20220501.test.js +64 -4
- package/test/vdb.v20230616.test.js +50 -0
- package/test/vod.v20240718.test.js +31 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,30 +1,49 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 64 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-09-
|
|
7
|
+
发布时间:2024-09-12 01:19:27
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [BanAndAllowRule](https://cloud.tencent.com/document/api/1132/49071#BanAndAllowRule)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
* 新增成员:FwType
|
|
18
18
|
|
|
19
|
-
* [
|
|
19
|
+
* [BlockIgnoreRule](https://cloud.tencent.com/document/api/1132/49071#BlockIgnoreRule)
|
|
20
20
|
|
|
21
|
+
* 新增成员:FwType
|
|
21
22
|
|
|
23
|
+
* [CreateNatRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateNatRuleItem)
|
|
22
24
|
|
|
23
|
-
|
|
25
|
+
* 新增成员:Scope
|
|
24
26
|
|
|
25
|
-
|
|
27
|
+
* [DescAcItem](https://cloud.tencent.com/document/api/1132/49071#DescAcItem)
|
|
26
28
|
|
|
27
|
-
|
|
29
|
+
* 新增成员:ScopeDesc
|
|
30
|
+
|
|
31
|
+
* [EdgeIpInfo](https://cloud.tencent.com/document/api/1132/49071#EdgeIpInfo)
|
|
32
|
+
|
|
33
|
+
* 新增成员:OverUsedStatus
|
|
34
|
+
|
|
35
|
+
* [NatSwitchListData](https://cloud.tencent.com/document/api/1132/49071#NatSwitchListData)
|
|
36
|
+
|
|
37
|
+
* 新增成员:ORTableId, ORTableName, Ohavips
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
43
|
+
|
|
44
|
+
### 第 78 次发布
|
|
45
|
+
|
|
46
|
+
发布时间:2024-09-12 01:46:54
|
|
28
47
|
|
|
29
48
|
本次发布包含了以下内容:
|
|
30
49
|
|
|
@@ -32,26 +51,22 @@
|
|
|
32
51
|
|
|
33
52
|
修改接口:
|
|
34
53
|
|
|
35
|
-
* [
|
|
36
|
-
|
|
37
|
-
* 新增入参:EncryptedPassword
|
|
38
|
-
|
|
39
|
-
* <font color="#dd0000">**修改入参**:</font>Password
|
|
54
|
+
* [ActivateTWeCallLicense](https://cloud.tencent.com/document/api/1081/106587)
|
|
40
55
|
|
|
41
|
-
*
|
|
56
|
+
* <font color="#dd0000">**修改入参**:</font>MiniProgramAppId
|
|
42
57
|
|
|
43
|
-
|
|
58
|
+
* [GetTWeCallActiveStatus](https://cloud.tencent.com/document/api/1081/106583)
|
|
44
59
|
|
|
45
|
-
* <font color="#dd0000">**修改入参**:</font>
|
|
60
|
+
* <font color="#dd0000">**修改入参**:</font>MiniProgramAppId
|
|
46
61
|
|
|
47
62
|
|
|
48
63
|
|
|
49
64
|
|
|
50
|
-
##
|
|
65
|
+
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
51
66
|
|
|
52
|
-
### 第
|
|
67
|
+
### 第 19 次发布
|
|
53
68
|
|
|
54
|
-
发布时间:2024-09-10
|
|
69
|
+
发布时间:2024-09-11 10:47:51
|
|
55
70
|
|
|
56
71
|
本次发布包含了以下内容:
|
|
57
72
|
|
|
@@ -59,64 +74,67 @@
|
|
|
59
74
|
|
|
60
75
|
新增接口:
|
|
61
76
|
|
|
62
|
-
* [
|
|
63
|
-
* [QueryInternalTableWarehouse](https://cloud.tencent.com/document/api/1342/110843)
|
|
77
|
+
* [CallISAPI](https://cloud.tencent.com/document/api/1344/110893)
|
|
64
78
|
|
|
79
|
+
新增数据结构:
|
|
65
80
|
|
|
81
|
+
* [ISAPIOutputData](https://cloud.tencent.com/document/api/1344/95952#ISAPIOutputData)
|
|
66
82
|
|
|
67
|
-
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
68
83
|
|
|
69
|
-
### 第 75 次发布
|
|
70
84
|
|
|
71
|
-
|
|
85
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
86
|
+
|
|
87
|
+
### 第 94 次发布
|
|
88
|
+
|
|
89
|
+
发布时间:2024-09-12 01:59:22
|
|
72
90
|
|
|
73
91
|
本次发布包含了以下内容:
|
|
74
92
|
|
|
75
93
|
改善已有的文档。
|
|
76
94
|
|
|
77
|
-
|
|
95
|
+
新增数据结构:
|
|
78
96
|
|
|
79
|
-
* [
|
|
97
|
+
* [AiAnalysisTaskHorizontalToVerticalInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalInput)
|
|
98
|
+
* [AiAnalysisTaskHorizontalToVerticalOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalOutput)
|
|
99
|
+
* [AiAnalysisTaskHorizontalToVerticalResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalResult)
|
|
80
100
|
|
|
81
|
-
|
|
101
|
+
修改数据结构:
|
|
82
102
|
|
|
83
|
-
* [
|
|
84
|
-
* [DiffDetailItem](https://cloud.tencent.com/document/api/589/33981#DiffDetailItem)
|
|
85
|
-
* [DiffHeader](https://cloud.tencent.com/document/api/589/33981#DiffHeader)
|
|
103
|
+
* [AiAnalysisResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisResult)
|
|
86
104
|
|
|
105
|
+
* 新增成员:HorizontalToVerticalTask
|
|
87
106
|
|
|
107
|
+
* [HighlightSegmentItem](https://cloud.tencent.com/document/api/862/37615#HighlightSegmentItem)
|
|
88
108
|
|
|
89
|
-
|
|
109
|
+
* 新增成员:SegmentTags
|
|
90
110
|
|
|
91
|
-
### 第 68 次发布
|
|
92
111
|
|
|
93
|
-
发布时间:2024-09-10 01:35:22
|
|
94
112
|
|
|
95
|
-
本次发布包含了以下内容:
|
|
96
113
|
|
|
97
|
-
|
|
114
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
98
115
|
|
|
99
|
-
|
|
116
|
+
### 第 150 次发布
|
|
100
117
|
|
|
101
|
-
|
|
118
|
+
发布时间:2024-09-12 02:01:53
|
|
102
119
|
|
|
103
|
-
|
|
120
|
+
本次发布包含了以下内容:
|
|
104
121
|
|
|
105
|
-
|
|
122
|
+
改善已有的文档。
|
|
106
123
|
|
|
124
|
+
修改接口:
|
|
107
125
|
|
|
108
|
-
|
|
126
|
+
* [MainlandPermitOCR](https://cloud.tencent.com/document/api/866/43105)
|
|
109
127
|
|
|
110
|
-
*
|
|
111
|
-
* [MetricMapByIndexId](https://cloud.tencent.com/document/api/845/30634#MetricMapByIndexId)
|
|
128
|
+
* 新增出参:Nationality
|
|
112
129
|
|
|
113
130
|
|
|
114
131
|
|
|
115
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
116
132
|
|
|
117
|
-
|
|
133
|
+
## 容器服务(tke) 版本:2022-05-01
|
|
118
134
|
|
|
119
|
-
|
|
135
|
+
### 第 4 次发布
|
|
136
|
+
|
|
137
|
+
发布时间:2024-09-12 02:23:02
|
|
120
138
|
|
|
121
139
|
本次发布包含了以下内容:
|
|
122
140
|
|
|
@@ -124,19 +142,28 @@
|
|
|
124
142
|
|
|
125
143
|
新增接口:
|
|
126
144
|
|
|
127
|
-
* [
|
|
145
|
+
* [CreateHealthCheckPolicy](https://cloud.tencent.com/document/api/457/110921)
|
|
146
|
+
* [DeleteHealthCheckPolicy](https://cloud.tencent.com/document/api/457/110920)
|
|
147
|
+
* [DescribeHealthCheckPolicies](https://cloud.tencent.com/document/api/457/110919)
|
|
148
|
+
* [DescribeHealthCheckPolicyBindings](https://cloud.tencent.com/document/api/457/110918)
|
|
149
|
+
* [DescribeHealthCheckTemplate](https://cloud.tencent.com/document/api/457/110917)
|
|
150
|
+
* [ModifyHealthCheckPolicy](https://cloud.tencent.com/document/api/457/110916)
|
|
128
151
|
|
|
129
152
|
新增数据结构:
|
|
130
153
|
|
|
131
|
-
* [
|
|
154
|
+
* [HealthCheckPolicy](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicy)
|
|
155
|
+
* [HealthCheckPolicyBinding](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicyBinding)
|
|
156
|
+
* [HealthCheckPolicyRule](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicyRule)
|
|
157
|
+
* [HealthCheckTemplate](https://cloud.tencent.com/document/api/457/103206#HealthCheckTemplate)
|
|
158
|
+
* [HealthCheckTemplateRule](https://cloud.tencent.com/document/api/457/103206#HealthCheckTemplateRule)
|
|
132
159
|
|
|
133
160
|
|
|
134
161
|
|
|
135
|
-
##
|
|
162
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
136
163
|
|
|
137
|
-
### 第
|
|
164
|
+
### 第 178 次发布
|
|
138
165
|
|
|
139
|
-
发布时间:2024-09-
|
|
166
|
+
发布时间:2024-09-12 02:21:19
|
|
140
167
|
|
|
141
168
|
本次发布包含了以下内容:
|
|
142
169
|
|
|
@@ -144,45 +171,42 @@
|
|
|
144
171
|
|
|
145
172
|
修改接口:
|
|
146
173
|
|
|
147
|
-
* [
|
|
148
|
-
|
|
149
|
-
* 新增入参:EncryptedPassword
|
|
174
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/457/34527)
|
|
150
175
|
|
|
151
|
-
*
|
|
176
|
+
* 新增入参:CdcId
|
|
152
177
|
|
|
153
|
-
* [ResetAccountPassword](https://cloud.tencent.com/document/api/237/16168)
|
|
154
178
|
|
|
155
|
-
* 新增入参:EncryptedPassword
|
|
156
179
|
|
|
157
|
-
* <font color="#dd0000">**修改入参**:</font>Password
|
|
158
180
|
|
|
181
|
+
## 云点播(vod) 版本:2024-07-18
|
|
159
182
|
|
|
183
|
+
### 第 1 次发布
|
|
160
184
|
|
|
185
|
+
发布时间:2024-09-11 19:07:13
|
|
161
186
|
|
|
162
|
-
|
|
187
|
+
本次发布包含了以下内容:
|
|
163
188
|
|
|
164
|
-
|
|
189
|
+
改善已有的文档。
|
|
165
190
|
|
|
166
|
-
|
|
191
|
+
新增接口:
|
|
167
192
|
|
|
168
|
-
|
|
193
|
+
* [CreateStorageCredentials](https://cloud.tencent.com/document/api/266/110902)
|
|
169
194
|
|
|
170
|
-
|
|
195
|
+
新增数据结构:
|
|
171
196
|
|
|
172
|
-
|
|
197
|
+
* [Credentials](https://cloud.tencent.com/document/api/266/110903#Credentials)
|
|
173
198
|
|
|
174
|
-
* [STTConfig](https://cloud.tencent.com/document/api/647/44055#STTConfig)
|
|
175
199
|
|
|
176
|
-
* 新增成员:VadSilenceTime
|
|
177
200
|
|
|
201
|
+
## 云点播(vod) 版本:2018-07-17
|
|
178
202
|
|
|
179
203
|
|
|
180
204
|
|
|
181
|
-
##
|
|
205
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
182
206
|
|
|
183
|
-
### 第
|
|
207
|
+
### 第 204 次发布
|
|
184
208
|
|
|
185
|
-
发布时间:2024-09-
|
|
209
|
+
发布时间:2024-09-12 02:30:22
|
|
186
210
|
|
|
187
211
|
本次发布包含了以下内容:
|
|
188
212
|
|
|
@@ -190,13 +214,9 @@
|
|
|
190
214
|
|
|
191
215
|
修改接口:
|
|
192
216
|
|
|
193
|
-
* [
|
|
194
|
-
|
|
195
|
-
* <font color="#dd0000">**修改入参**:</font>Path
|
|
196
|
-
|
|
197
|
-
* [ModifyCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94835)
|
|
217
|
+
* [CreateSecurityGroupWithPolicies](https://cloud.tencent.com/document/api/215/43279)
|
|
198
218
|
|
|
199
|
-
*
|
|
219
|
+
* 新增入参:Tags
|
|
200
220
|
|
|
201
221
|
|
|
202
222
|
|
|
@@ -845,6 +865,33 @@
|
|
|
845
865
|
|
|
846
866
|
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
847
867
|
|
|
868
|
+
### 第 13 次发布
|
|
869
|
+
|
|
870
|
+
发布时间:2024-09-11 01:07:24
|
|
871
|
+
|
|
872
|
+
本次发布包含了以下内容:
|
|
873
|
+
|
|
874
|
+
改善已有的文档。
|
|
875
|
+
|
|
876
|
+
新增接口:
|
|
877
|
+
|
|
878
|
+
* [SketchToImage](https://cloud.tencent.com/document/api/1668/110863)
|
|
879
|
+
|
|
880
|
+
### 第 12 次发布
|
|
881
|
+
|
|
882
|
+
发布时间:2024-09-10 11:22:26
|
|
883
|
+
|
|
884
|
+
本次发布包含了以下内容:
|
|
885
|
+
|
|
886
|
+
改善已有的文档。
|
|
887
|
+
|
|
888
|
+
修改接口:
|
|
889
|
+
|
|
890
|
+
* [ImageToImage](https://cloud.tencent.com/document/api/1668/88066)
|
|
891
|
+
|
|
892
|
+
* 新增入参:EnhanceImage, RestoreFace
|
|
893
|
+
|
|
894
|
+
|
|
848
895
|
### 第 11 次发布
|
|
849
896
|
|
|
850
897
|
发布时间:2024-08-12 01:08:02
|
|
@@ -24588,6 +24635,21 @@
|
|
|
24588
24635
|
|
|
24589
24636
|
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
24590
24637
|
|
|
24638
|
+
### 第 19 次发布
|
|
24639
|
+
|
|
24640
|
+
发布时间:2024-09-11 01:19:01
|
|
24641
|
+
|
|
24642
|
+
本次发布包含了以下内容:
|
|
24643
|
+
|
|
24644
|
+
改善已有的文档。
|
|
24645
|
+
|
|
24646
|
+
修改数据结构:
|
|
24647
|
+
|
|
24648
|
+
* [Task](https://cloud.tencent.com/document/api/1500/71784#Task)
|
|
24649
|
+
|
|
24650
|
+
* 新增成员:TaskRegionName
|
|
24651
|
+
|
|
24652
|
+
|
|
24591
24653
|
### 第 18 次发布
|
|
24592
24654
|
|
|
24593
24655
|
发布时间:2024-09-03 01:21:59
|
|
@@ -25569,6 +25631,41 @@
|
|
|
25569
25631
|
|
|
25570
25632
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
25571
25633
|
|
|
25634
|
+
### 第 64 次发布
|
|
25635
|
+
|
|
25636
|
+
发布时间:2024-09-12 01:19:27
|
|
25637
|
+
|
|
25638
|
+
本次发布包含了以下内容:
|
|
25639
|
+
|
|
25640
|
+
改善已有的文档。
|
|
25641
|
+
|
|
25642
|
+
修改数据结构:
|
|
25643
|
+
|
|
25644
|
+
* [BanAndAllowRule](https://cloud.tencent.com/document/api/1132/49071#BanAndAllowRule)
|
|
25645
|
+
|
|
25646
|
+
* 新增成员:FwType
|
|
25647
|
+
|
|
25648
|
+
* [BlockIgnoreRule](https://cloud.tencent.com/document/api/1132/49071#BlockIgnoreRule)
|
|
25649
|
+
|
|
25650
|
+
* 新增成员:FwType
|
|
25651
|
+
|
|
25652
|
+
* [CreateNatRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateNatRuleItem)
|
|
25653
|
+
|
|
25654
|
+
* 新增成员:Scope
|
|
25655
|
+
|
|
25656
|
+
* [DescAcItem](https://cloud.tencent.com/document/api/1132/49071#DescAcItem)
|
|
25657
|
+
|
|
25658
|
+
* 新增成员:ScopeDesc
|
|
25659
|
+
|
|
25660
|
+
* [EdgeIpInfo](https://cloud.tencent.com/document/api/1132/49071#EdgeIpInfo)
|
|
25661
|
+
|
|
25662
|
+
* 新增成员:OverUsedStatus
|
|
25663
|
+
|
|
25664
|
+
* [NatSwitchListData](https://cloud.tencent.com/document/api/1132/49071#NatSwitchListData)
|
|
25665
|
+
|
|
25666
|
+
* 新增成员:ORTableId, ORTableName, Ohavips
|
|
25667
|
+
|
|
25668
|
+
|
|
25572
25669
|
### 第 63 次发布
|
|
25573
25670
|
|
|
25574
25671
|
发布时间:2024-09-09 01:19:11
|
|
@@ -27759,6 +27856,26 @@
|
|
|
27759
27856
|
|
|
27760
27857
|
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
27761
27858
|
|
|
27859
|
+
### 第 108 次发布
|
|
27860
|
+
|
|
27861
|
+
发布时间:2024-09-11 01:20:54
|
|
27862
|
+
|
|
27863
|
+
本次发布包含了以下内容:
|
|
27864
|
+
|
|
27865
|
+
改善已有的文档。
|
|
27866
|
+
|
|
27867
|
+
修改接口:
|
|
27868
|
+
|
|
27869
|
+
* [ModifyInstanceAttributes](https://cloud.tencent.com/document/api/597/40832)
|
|
27870
|
+
|
|
27871
|
+
|
|
27872
|
+
修改数据结构:
|
|
27873
|
+
|
|
27874
|
+
* [OperateResponseData](https://cloud.tencent.com/document/api/597/40861#OperateResponseData)
|
|
27875
|
+
|
|
27876
|
+
* <font color="#dd0000">**修改成员**:</font>RouteDTO
|
|
27877
|
+
|
|
27878
|
+
|
|
27762
27879
|
### 第 107 次发布
|
|
27763
27880
|
|
|
27764
27881
|
发布时间:2024-09-02 01:21:22
|
|
@@ -40629,11 +40746,11 @@
|
|
|
40629
40746
|
|
|
40630
40747
|
新增接口:
|
|
40631
40748
|
|
|
40632
|
-
* [
|
|
40749
|
+
* [ConvertOperatingSystems](https://cloud.tencent.com/document/api/213/110841)
|
|
40633
40750
|
|
|
40634
40751
|
新增数据结构:
|
|
40635
40752
|
|
|
40636
|
-
* [
|
|
40753
|
+
* [TargetOS](https://cloud.tencent.com/document/api/213/15753#TargetOS)
|
|
40637
40754
|
|
|
40638
40755
|
### 第 128 次发布
|
|
40639
40756
|
|
|
@@ -51825,6 +51942,24 @@
|
|
|
51825
51942
|
|
|
51826
51943
|
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
51827
51944
|
|
|
51945
|
+
### 第 73 次发布
|
|
51946
|
+
|
|
51947
|
+
发布时间:2024-09-11 01:32:35
|
|
51948
|
+
|
|
51949
|
+
本次发布包含了以下内容:
|
|
51950
|
+
|
|
51951
|
+
改善已有的文档。
|
|
51952
|
+
|
|
51953
|
+
新增接口:
|
|
51954
|
+
|
|
51955
|
+
* [DescribeBackupConfigs](https://cloud.tencent.com/document/api/557/110865)
|
|
51956
|
+
* [ModifyBackupConfigs](https://cloud.tencent.com/document/api/557/110864)
|
|
51957
|
+
|
|
51958
|
+
新增数据结构:
|
|
51959
|
+
|
|
51960
|
+
* [BackupConfig](https://cloud.tencent.com/document/api/557/16142#BackupConfig)
|
|
51961
|
+
* [NewBackupConfig](https://cloud.tencent.com/document/api/557/16142#NewBackupConfig)
|
|
51962
|
+
|
|
51828
51963
|
### 第 72 次发布
|
|
51829
51964
|
|
|
51830
51965
|
发布时间:2024-09-10 01:27:35
|
|
@@ -53168,8 +53303,8 @@
|
|
|
53168
53303
|
|
|
53169
53304
|
新增接口:
|
|
53170
53305
|
|
|
53171
|
-
* [
|
|
53172
|
-
* [
|
|
53306
|
+
* [DeleteTable](https://cloud.tencent.com/document/api/1342/110842)
|
|
53307
|
+
* [QueryInternalTableWarehouse](https://cloud.tencent.com/document/api/1342/110843)
|
|
53173
53308
|
|
|
53174
53309
|
### 第 101 次发布
|
|
53175
53310
|
|
|
@@ -55354,6 +55489,22 @@
|
|
|
55354
55489
|
|
|
55355
55490
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
55356
55491
|
|
|
55492
|
+
### 第 33 次发布
|
|
55493
|
+
|
|
55494
|
+
发布时间:2024-09-11 01:34:34
|
|
55495
|
+
|
|
55496
|
+
本次发布包含了以下内容:
|
|
55497
|
+
|
|
55498
|
+
改善已有的文档。
|
|
55499
|
+
|
|
55500
|
+
新增接口:
|
|
55501
|
+
|
|
55502
|
+
* [DescribeDomainShareUserList](https://cloud.tencent.com/document/api/1427/110866)
|
|
55503
|
+
|
|
55504
|
+
新增数据结构:
|
|
55505
|
+
|
|
55506
|
+
* [DomainShareUserInfo](https://cloud.tencent.com/document/api/1427/56185#DomainShareUserInfo)
|
|
55507
|
+
|
|
55357
55508
|
### 第 32 次发布
|
|
55358
55509
|
|
|
55359
55510
|
发布时间:2024-07-11 01:14:33
|
|
@@ -61871,6 +62022,34 @@
|
|
|
61871
62022
|
|
|
61872
62023
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
61873
62024
|
|
|
62025
|
+
### 第 76 次发布
|
|
62026
|
+
|
|
62027
|
+
发布时间:2024-09-11 01:39:43
|
|
62028
|
+
|
|
62029
|
+
本次发布包含了以下内容:
|
|
62030
|
+
|
|
62031
|
+
改善已有的文档。
|
|
62032
|
+
|
|
62033
|
+
新增接口:
|
|
62034
|
+
|
|
62035
|
+
* [CreateSLInstance](https://cloud.tencent.com/document/api/589/110872)
|
|
62036
|
+
* [DescribeSLInstance](https://cloud.tencent.com/document/api/589/110871)
|
|
62037
|
+
* [DescribeSLInstanceList](https://cloud.tencent.com/document/api/589/110870)
|
|
62038
|
+
* [ModifySLInstance](https://cloud.tencent.com/document/api/589/110869)
|
|
62039
|
+
* [TerminateSLInstance](https://cloud.tencent.com/document/api/589/110868)
|
|
62040
|
+
|
|
62041
|
+
修改接口:
|
|
62042
|
+
|
|
62043
|
+
* [ModifyAutoRenewFlag](https://cloud.tencent.com/document/api/589/110534)
|
|
62044
|
+
|
|
62045
|
+
* 新增入参:ComputeResourceId
|
|
62046
|
+
|
|
62047
|
+
|
|
62048
|
+
新增数据结构:
|
|
62049
|
+
|
|
62050
|
+
* [SLInstanceInfo](https://cloud.tencent.com/document/api/589/33981#SLInstanceInfo)
|
|
62051
|
+
* [ZoneSetting](https://cloud.tencent.com/document/api/589/33981#ZoneSetting)
|
|
62052
|
+
|
|
61874
62053
|
### 第 75 次发布
|
|
61875
62054
|
|
|
61876
62055
|
发布时间:2024-09-09 11:32:30
|
|
@@ -61881,13 +62060,13 @@
|
|
|
61881
62060
|
|
|
61882
62061
|
新增接口:
|
|
61883
62062
|
|
|
61884
|
-
* [
|
|
62063
|
+
* [DescribeResourceScheduleDiffDetail](https://cloud.tencent.com/document/api/589/110834)
|
|
61885
62064
|
|
|
61886
62065
|
新增数据结构:
|
|
61887
62066
|
|
|
61888
|
-
* [
|
|
61889
|
-
* [
|
|
61890
|
-
* [
|
|
62067
|
+
* [DiffDetail](https://cloud.tencent.com/document/api/589/33981#DiffDetail)
|
|
62068
|
+
* [DiffDetailItem](https://cloud.tencent.com/document/api/589/33981#DiffDetailItem)
|
|
62069
|
+
* [DiffHeader](https://cloud.tencent.com/document/api/589/33981#DiffHeader)
|
|
61891
62070
|
|
|
61892
62071
|
### 第 74 次发布
|
|
61893
62072
|
|
|
@@ -63627,6 +63806,18 @@
|
|
|
63627
63806
|
|
|
63628
63807
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
63629
63808
|
|
|
63809
|
+
### 第 69 次发布
|
|
63810
|
+
|
|
63811
|
+
发布时间:2024-09-10 15:12:32
|
|
63812
|
+
|
|
63813
|
+
本次发布包含了以下内容:
|
|
63814
|
+
|
|
63815
|
+
改善已有的文档。
|
|
63816
|
+
|
|
63817
|
+
新增接口:
|
|
63818
|
+
|
|
63819
|
+
* [DescribeSpaceKibanaTools](https://cloud.tencent.com/document/api/845/110854)
|
|
63820
|
+
|
|
63630
63821
|
### 第 68 次发布
|
|
63631
63822
|
|
|
63632
63823
|
发布时间:2024-09-10 01:35:22
|
|
@@ -63646,8 +63837,8 @@
|
|
|
63646
63837
|
|
|
63647
63838
|
新增数据结构:
|
|
63648
63839
|
|
|
63649
|
-
* [
|
|
63650
|
-
* [
|
|
63840
|
+
* [MetricAllData](https://cloud.tencent.com/document/api/845/30634#MetricAllData)
|
|
63841
|
+
* [MetricMapByIndexId](https://cloud.tencent.com/document/api/845/30634#MetricMapByIndexId)
|
|
63651
63842
|
|
|
63652
63843
|
### 第 67 次发布
|
|
63653
63844
|
|
|
@@ -65144,11 +65335,11 @@
|
|
|
65144
65335
|
|
|
65145
65336
|
新增接口:
|
|
65146
65337
|
|
|
65147
|
-
* [
|
|
65338
|
+
* [DescribeOrganizationAuthStatus](https://cloud.tencent.com/document/api/1323/110844)
|
|
65148
65339
|
|
|
65149
65340
|
新增数据结构:
|
|
65150
65341
|
|
|
65151
|
-
* [
|
|
65342
|
+
* [AuthRecord](https://cloud.tencent.com/document/api/1323/70369#AuthRecord)
|
|
65152
65343
|
|
|
65153
65344
|
### 第 185 次发布
|
|
65154
65345
|
|
|
@@ -68662,6 +68853,18 @@
|
|
|
68662
68853
|
|
|
68663
68854
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
68664
68855
|
|
|
68856
|
+
### 第 182 次发布
|
|
68857
|
+
|
|
68858
|
+
发布时间:2024-09-11 01:42:03
|
|
68859
|
+
|
|
68860
|
+
本次发布包含了以下内容:
|
|
68861
|
+
|
|
68862
|
+
改善已有的文档。
|
|
68863
|
+
|
|
68864
|
+
新增接口:
|
|
68865
|
+
|
|
68866
|
+
* [CreatePersonAuthCertificateImage](https://cloud.tencent.com/document/api/1420/110873)
|
|
68867
|
+
|
|
68665
68868
|
### 第 181 次发布
|
|
68666
68869
|
|
|
68667
68870
|
发布时间:2024-09-03 01:49:10
|
|
@@ -80889,6 +81092,25 @@
|
|
|
80889
81092
|
|
|
80890
81093
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
80891
81094
|
|
|
81095
|
+
### 第 78 次发布
|
|
81096
|
+
|
|
81097
|
+
发布时间:2024-09-12 01:46:54
|
|
81098
|
+
|
|
81099
|
+
本次发布包含了以下内容:
|
|
81100
|
+
|
|
81101
|
+
改善已有的文档。
|
|
81102
|
+
|
|
81103
|
+
修改接口:
|
|
81104
|
+
|
|
81105
|
+
* [ActivateTWeCallLicense](https://cloud.tencent.com/document/api/1081/106587)
|
|
81106
|
+
|
|
81107
|
+
* <font color="#dd0000">**修改入参**:</font>MiniProgramAppId
|
|
81108
|
+
|
|
81109
|
+
* [GetTWeCallActiveStatus](https://cloud.tencent.com/document/api/1081/106583)
|
|
81110
|
+
|
|
81111
|
+
* <font color="#dd0000">**修改入参**:</font>MiniProgramAppId
|
|
81112
|
+
|
|
81113
|
+
|
|
80892
81114
|
### 第 77 次发布
|
|
80893
81115
|
|
|
80894
81116
|
发布时间:2024-08-16 01:48:38
|
|
@@ -84549,6 +84771,22 @@
|
|
|
84549
84771
|
|
|
84550
84772
|
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
84551
84773
|
|
|
84774
|
+
### 第 19 次发布
|
|
84775
|
+
|
|
84776
|
+
发布时间:2024-09-11 10:47:51
|
|
84777
|
+
|
|
84778
|
+
本次发布包含了以下内容:
|
|
84779
|
+
|
|
84780
|
+
改善已有的文档。
|
|
84781
|
+
|
|
84782
|
+
新增接口:
|
|
84783
|
+
|
|
84784
|
+
* [[CallISAPI](https://cloud.tencent.com/document/api/1344/110893)](https://cloud.tencent.com/document/api/#/#)
|
|
84785
|
+
|
|
84786
|
+
新增数据结构:
|
|
84787
|
+
|
|
84788
|
+
* [[ISAPIOutputData](https://cloud.tencent.com/document/api/1344/95952#ISAPIOutputData)](https://cloud.tencent.com/document/api/1344/95952#[ISAPIOutputData](https://cloud.tencent.com/document/api/1344/95952#ISAPIOutputData))
|
|
84789
|
+
|
|
84552
84790
|
### 第 18 次发布
|
|
84553
84791
|
|
|
84554
84792
|
发布时间:2024-09-02 01:50:45
|
|
@@ -91838,6 +92076,24 @@
|
|
|
91838
92076
|
|
|
91839
92077
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
91840
92078
|
|
|
92079
|
+
### 第 66 次发布
|
|
92080
|
+
|
|
92081
|
+
发布时间:2024-09-11 01:55:56
|
|
92082
|
+
|
|
92083
|
+
本次发布包含了以下内容:
|
|
92084
|
+
|
|
92085
|
+
改善已有的文档。
|
|
92086
|
+
|
|
92087
|
+
新增接口:
|
|
92088
|
+
|
|
92089
|
+
* [DescribeBackupConfigs](https://cloud.tencent.com/document/api/237/110875)
|
|
92090
|
+
* [ModifyBackupConfigs](https://cloud.tencent.com/document/api/237/110874)
|
|
92091
|
+
|
|
92092
|
+
新增数据结构:
|
|
92093
|
+
|
|
92094
|
+
* [BackupConfig](https://cloud.tencent.com/document/api/237/16191#BackupConfig)
|
|
92095
|
+
* [NewBackupConfig](https://cloud.tencent.com/document/api/237/16191#NewBackupConfig)
|
|
92096
|
+
|
|
91841
92097
|
### 第 65 次发布
|
|
91842
92098
|
|
|
91843
92099
|
发布时间:2024-09-10 01:50:50
|
|
@@ -97337,6 +97593,31 @@
|
|
|
97337
97593
|
|
|
97338
97594
|
## 媒体处理(mps) 版本:2019-06-12
|
|
97339
97595
|
|
|
97596
|
+
### 第 94 次发布
|
|
97597
|
+
|
|
97598
|
+
发布时间:2024-09-12 01:59:22
|
|
97599
|
+
|
|
97600
|
+
本次发布包含了以下内容:
|
|
97601
|
+
|
|
97602
|
+
改善已有的文档。
|
|
97603
|
+
|
|
97604
|
+
新增数据结构:
|
|
97605
|
+
|
|
97606
|
+
* [[AiAnalysisTaskHorizontalToVerticalInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalInput)](https://cloud.tencent.com/document/api/862/37615#[AiAnalysisTaskHorizontalToVerticalInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalInput))
|
|
97607
|
+
* [[AiAnalysisTaskHorizontalToVerticalOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalOutput)](https://cloud.tencent.com/document/api/862/37615#[AiAnalysisTaskHorizontalToVerticalOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalOutput))
|
|
97608
|
+
* [[AiAnalysisTaskHorizontalToVerticalResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalResult)](https://cloud.tencent.com/document/api/862/37615#[AiAnalysisTaskHorizontalToVerticalResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalResult))
|
|
97609
|
+
|
|
97610
|
+
修改数据结构:
|
|
97611
|
+
|
|
97612
|
+
* [AiAnalysisResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisResult)
|
|
97613
|
+
|
|
97614
|
+
* 新增成员:HorizontalToVerticalTask
|
|
97615
|
+
|
|
97616
|
+
* [HighlightSegmentItem](https://cloud.tencent.com/document/api/862/37615#HighlightSegmentItem)
|
|
97617
|
+
|
|
97618
|
+
* 新增成员:SegmentTags
|
|
97619
|
+
|
|
97620
|
+
|
|
97340
97621
|
### 第 93 次发布
|
|
97341
97622
|
|
|
97342
97623
|
发布时间:2024-08-20 01:57:54
|
|
@@ -103489,6 +103770,36 @@
|
|
|
103489
103770
|
|
|
103490
103771
|
## 文字识别(ocr) 版本:2018-11-19
|
|
103491
103772
|
|
|
103773
|
+
### 第 150 次发布
|
|
103774
|
+
|
|
103775
|
+
发布时间:2024-09-12 02:01:53
|
|
103776
|
+
|
|
103777
|
+
本次发布包含了以下内容:
|
|
103778
|
+
|
|
103779
|
+
改善已有的文档。
|
|
103780
|
+
|
|
103781
|
+
修改接口:
|
|
103782
|
+
|
|
103783
|
+
* [MainlandPermitOCR](https://cloud.tencent.com/document/api/866/43105)
|
|
103784
|
+
|
|
103785
|
+
* 新增出参:Nationality
|
|
103786
|
+
|
|
103787
|
+
|
|
103788
|
+
### 第 149 次发布
|
|
103789
|
+
|
|
103790
|
+
发布时间:2024-09-11 02:01:34
|
|
103791
|
+
|
|
103792
|
+
本次发布包含了以下内容:
|
|
103793
|
+
|
|
103794
|
+
改善已有的文档。
|
|
103795
|
+
|
|
103796
|
+
修改接口:
|
|
103797
|
+
|
|
103798
|
+
* [PermitOCR](https://cloud.tencent.com/document/api/866/37074)
|
|
103799
|
+
|
|
103800
|
+
* 新增出参:Type
|
|
103801
|
+
|
|
103802
|
+
|
|
103492
103803
|
### 第 148 次发布
|
|
103493
103804
|
|
|
103494
103805
|
发布时间:2024-08-30 01:56:46
|
|
@@ -110041,6 +110352,23 @@
|
|
|
110041
110352
|
|
|
110042
110353
|
## 云数据库Redis(redis) 版本:2018-04-12
|
|
110043
110354
|
|
|
110355
|
+
### 第 81 次发布
|
|
110356
|
+
|
|
110357
|
+
发布时间:2024-09-11 02:05:34
|
|
110358
|
+
|
|
110359
|
+
本次发布包含了以下内容:
|
|
110360
|
+
|
|
110361
|
+
改善已有的文档。
|
|
110362
|
+
|
|
110363
|
+
新增接口:
|
|
110364
|
+
|
|
110365
|
+
* [DescribeInstanceLogDelivery](https://cloud.tencent.com/document/api/239/110878)
|
|
110366
|
+
* [ModifyInstanceLogDelivery](https://cloud.tencent.com/document/api/239/110877)
|
|
110367
|
+
|
|
110368
|
+
新增数据结构:
|
|
110369
|
+
|
|
110370
|
+
* [LogDeliveryInfo](https://cloud.tencent.com/document/api/239/20022#LogDeliveryInfo)
|
|
110371
|
+
|
|
110044
110372
|
### 第 80 次发布
|
|
110045
110373
|
|
|
110046
110374
|
发布时间:2024-08-02 02:00:28
|
|
@@ -132928,6 +133256,21 @@
|
|
|
132928
133256
|
|
|
132929
133257
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
132930
133258
|
|
|
133259
|
+
### 第 84 次发布
|
|
133260
|
+
|
|
133261
|
+
发布时间:2024-09-11 02:18:47
|
|
133262
|
+
|
|
133263
|
+
本次发布包含了以下内容:
|
|
133264
|
+
|
|
133265
|
+
改善已有的文档。
|
|
133266
|
+
|
|
133267
|
+
修改数据结构:
|
|
133268
|
+
|
|
133269
|
+
* [OriginDetail](https://cloud.tencent.com/document/api/1552/80721#OriginDetail)
|
|
133270
|
+
|
|
133271
|
+
* [OriginInfo](https://cloud.tencent.com/document/api/1552/80721#OriginInfo)
|
|
133272
|
+
|
|
133273
|
+
|
|
132931
133274
|
### 第 83 次发布
|
|
132932
133275
|
|
|
132933
133276
|
发布时间:2024-07-03 01:25:21
|
|
@@ -139808,6 +140151,21 @@
|
|
|
139808
140151
|
|
|
139809
140152
|
## 容器服务(tke) 版本:2018-05-25
|
|
139810
140153
|
|
|
140154
|
+
### 第 178 次发布
|
|
140155
|
+
|
|
140156
|
+
发布时间:2024-09-12 02:21:19
|
|
140157
|
+
|
|
140158
|
+
本次发布包含了以下内容:
|
|
140159
|
+
|
|
140160
|
+
改善已有的文档。
|
|
140161
|
+
|
|
140162
|
+
修改接口:
|
|
140163
|
+
|
|
140164
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/457/34527)
|
|
140165
|
+
|
|
140166
|
+
* 新增入参:CdcId
|
|
140167
|
+
|
|
140168
|
+
|
|
139811
140169
|
### 第 177 次发布
|
|
139812
140170
|
|
|
139813
140171
|
发布时间:2024-09-03 02:38:45
|
|
@@ -143367,6 +143725,31 @@
|
|
|
143367
143725
|
|
|
143368
143726
|
## 容器服务(tke) 版本:2022-05-01
|
|
143369
143727
|
|
|
143728
|
+
### 第 4 次发布
|
|
143729
|
+
|
|
143730
|
+
发布时间:2024-09-12 02:23:02
|
|
143731
|
+
|
|
143732
|
+
本次发布包含了以下内容:
|
|
143733
|
+
|
|
143734
|
+
改善已有的文档。
|
|
143735
|
+
|
|
143736
|
+
新增接口:
|
|
143737
|
+
|
|
143738
|
+
* [[CreateHealthCheckPolicy](https://cloud.tencent.com/document/api/457/110921)](https://cloud.tencent.com/document/api/#/#)
|
|
143739
|
+
* [[DeleteHealthCheckPolicy](https://cloud.tencent.com/document/api/457/110920)](https://cloud.tencent.com/document/api/#/#)
|
|
143740
|
+
* [[DescribeHealthCheckPolicies](https://cloud.tencent.com/document/api/457/110919)](https://cloud.tencent.com/document/api/#/#)
|
|
143741
|
+
* [[DescribeHealthCheckPolicyBindings](https://cloud.tencent.com/document/api/457/110918)](https://cloud.tencent.com/document/api/#/#)
|
|
143742
|
+
* [[DescribeHealthCheckTemplate](https://cloud.tencent.com/document/api/457/110917)](https://cloud.tencent.com/document/api/#/#)
|
|
143743
|
+
* [[ModifyHealthCheckPolicy](https://cloud.tencent.com/document/api/457/110916)](https://cloud.tencent.com/document/api/#/#)
|
|
143744
|
+
|
|
143745
|
+
新增数据结构:
|
|
143746
|
+
|
|
143747
|
+
* [[HealthCheckPolicy](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicy)](https://cloud.tencent.com/document/api/457/103206#[HealthCheckPolicy](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicy))
|
|
143748
|
+
* [[HealthCheckPolicyBinding](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicyBinding)](https://cloud.tencent.com/document/api/457/103206#[HealthCheckPolicyBinding](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicyBinding))
|
|
143749
|
+
* [[HealthCheckPolicyRule](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicyRule)](https://cloud.tencent.com/document/api/457/103206#[HealthCheckPolicyRule](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicyRule))
|
|
143750
|
+
* [[HealthCheckTemplate](https://cloud.tencent.com/document/api/457/103206#HealthCheckTemplate)](https://cloud.tencent.com/document/api/457/103206#[HealthCheckTemplate](https://cloud.tencent.com/document/api/457/103206#HealthCheckTemplate))
|
|
143751
|
+
* [[HealthCheckTemplateRule](https://cloud.tencent.com/document/api/457/103206#HealthCheckTemplateRule)](https://cloud.tencent.com/document/api/457/103206#[HealthCheckTemplateRule](https://cloud.tencent.com/document/api/457/103206#HealthCheckTemplateRule))
|
|
143752
|
+
|
|
143370
143753
|
### 第 3 次发布
|
|
143371
143754
|
|
|
143372
143755
|
发布时间:2024-07-24 02:19:34
|
|
@@ -148615,6 +148998,32 @@
|
|
|
148615
148998
|
|
|
148616
148999
|
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
148617
149000
|
|
|
149001
|
+
### 第 113 次发布
|
|
149002
|
+
|
|
149003
|
+
发布时间:2024-09-11 02:25:39
|
|
149004
|
+
|
|
149005
|
+
本次发布包含了以下内容:
|
|
149006
|
+
|
|
149007
|
+
改善已有的文档。
|
|
149008
|
+
|
|
149009
|
+
修改接口:
|
|
149010
|
+
|
|
149011
|
+
* [CreateAllGatewayApiAsync](https://cloud.tencent.com/document/api/649/50642)
|
|
149012
|
+
|
|
149013
|
+
* 新增入参:NamespaceId
|
|
149014
|
+
|
|
149015
|
+
|
|
149016
|
+
修改数据结构:
|
|
149017
|
+
|
|
149018
|
+
* [ApiRateLimitRule](https://cloud.tencent.com/document/api/649/36099#ApiRateLimitRule)
|
|
149019
|
+
|
|
149020
|
+
* 新增成员:Limit, Offset, AppId
|
|
149021
|
+
|
|
149022
|
+
* [GatewayGroupApiVo](https://cloud.tencent.com/document/api/649/36099#GatewayGroupApiVo)
|
|
149023
|
+
|
|
149024
|
+
* <font color="#dd0000">**修改成员**:</font>ApiId, Path, MicroserviceName, Method, NamespaceName
|
|
149025
|
+
|
|
149026
|
+
|
|
148618
149027
|
### 第 112 次发布
|
|
148619
149028
|
|
|
148620
149029
|
发布时间:2024-07-30 11:37:37
|
|
@@ -151999,6 +152408,29 @@
|
|
|
151999
152408
|
|
|
152000
152409
|
## 向量数据库(vdb) 版本:2023-06-16
|
|
152001
152410
|
|
|
152411
|
+
### 第 3 次发布
|
|
152412
|
+
|
|
152413
|
+
发布时间:2024-09-11 02:27:43
|
|
152414
|
+
|
|
152415
|
+
本次发布包含了以下内容:
|
|
152416
|
+
|
|
152417
|
+
改善已有的文档。
|
|
152418
|
+
|
|
152419
|
+
新增接口:
|
|
152420
|
+
|
|
152421
|
+
* [AssociateSecurityGroups](https://cloud.tencent.com/document/api/1709/110884)
|
|
152422
|
+
* [DescribeDBSecurityGroups](https://cloud.tencent.com/document/api/1709/110883)
|
|
152423
|
+
* [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1709/110879)
|
|
152424
|
+
* [DisassociateSecurityGroups](https://cloud.tencent.com/document/api/1709/110882)
|
|
152425
|
+
* [ModifyDBInstanceSecurityGroups](https://cloud.tencent.com/document/api/1709/110881)
|
|
152426
|
+
|
|
152427
|
+
新增数据结构:
|
|
152428
|
+
|
|
152429
|
+
* [Inbound](https://cloud.tencent.com/document/api/1709/106757#Inbound)
|
|
152430
|
+
* [NodeInfo](https://cloud.tencent.com/document/api/1709/106757#NodeInfo)
|
|
152431
|
+
* [Outbound](https://cloud.tencent.com/document/api/1709/106757#Outbound)
|
|
152432
|
+
* [SecurityGroup](https://cloud.tencent.com/document/api/1709/106757#SecurityGroup)
|
|
152433
|
+
|
|
152002
152434
|
### 第 2 次发布
|
|
152003
152435
|
|
|
152004
152436
|
发布时间:2024-06-28 01:22:56
|
|
@@ -157466,9 +157898,44 @@
|
|
|
157466
157898
|
|
|
157467
157899
|
|
|
157468
157900
|
|
|
157901
|
+
## 云点播(vod) 版本:2024-07-18
|
|
157902
|
+
|
|
157903
|
+
### 第 1 次发布
|
|
157904
|
+
|
|
157905
|
+
发布时间:2024-09-11 19:07:13
|
|
157906
|
+
|
|
157907
|
+
本次发布包含了以下内容:
|
|
157908
|
+
|
|
157909
|
+
改善已有的文档。
|
|
157910
|
+
|
|
157911
|
+
新增接口:
|
|
157912
|
+
|
|
157913
|
+
* [[CreateStorageCredentials](https://cloud.tencent.com/document/api/266/110902)](https://cloud.tencent.com/document/api/#/#)
|
|
157914
|
+
|
|
157915
|
+
新增数据结构:
|
|
157916
|
+
|
|
157917
|
+
* [[Credentials](https://cloud.tencent.com/document/api/266/110903#Credentials)](https://cloud.tencent.com/document/api/266/110903#[Credentials](https://cloud.tencent.com/document/api/266/110903#Credentials))
|
|
157918
|
+
|
|
157919
|
+
|
|
157920
|
+
|
|
157469
157921
|
|
|
157470
157922
|
## 私有网络(vpc) 版本:2017-03-12
|
|
157471
157923
|
|
|
157924
|
+
### 第 204 次发布
|
|
157925
|
+
|
|
157926
|
+
发布时间:2024-09-12 02:30:22
|
|
157927
|
+
|
|
157928
|
+
本次发布包含了以下内容:
|
|
157929
|
+
|
|
157930
|
+
改善已有的文档。
|
|
157931
|
+
|
|
157932
|
+
修改接口:
|
|
157933
|
+
|
|
157934
|
+
* [CreateSecurityGroupWithPolicies](https://cloud.tencent.com/document/api/215/43279)
|
|
157935
|
+
|
|
157936
|
+
* 新增入参:Tags
|
|
157937
|
+
|
|
157938
|
+
|
|
157472
157939
|
### 第 203 次发布
|
|
157473
157940
|
|
|
157474
157941
|
发布时间:2024-09-03 02:49:57
|