tencentcloud-sdk-nodejs 4.0.837 → 4.0.838
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 +172 -0
- package/SERVICE_CHANGELOG.md +300 -11
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +9 -0
- package/src/services/cdb/v20170320/cdb_client.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +2 -0
- package/src/services/cfw/v20190904/cfw_client.ts +1 -0
- package/src/services/cfw/v20190904/cfw_models.ts +92 -0
- package/src/services/es/v20180416/es_client.ts +25 -9
- package/src/services/es/v20180416/es_models.ts +261 -37
- package/src/services/live/v20180801/live_models.ts +13 -0
- package/src/services/monitor/v20180724/monitor_models.ts +9 -3
- package/src/services/oceanus/v20190422/oceanus_models.ts +1 -1
- package/src/services/organization/v20210331/organization_client.ts +1 -1
- package/src/services/organization/v20210331/organization_models.ts +2 -2
- package/src/services/pts/v20210728/pts_client.ts +1 -1
- package/src/services/pts/v20210728/pts_models.ts +8 -3
- package/src/services/redis/v20180412/redis_models.ts +7 -0
- package/src/services/vod/v20180717/vod_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +9 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +91 -0
- 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 +255 -37
- package/tencentcloud/services/live/v20180801/live_models.d.ts +13 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +1 -1
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +1 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +1 -1
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +2 -2
- package/tencentcloud/services/pts/v20210728/pts_client.d.ts +1 -1
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +8 -3
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +7 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
- package/test/es.v20180416.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,175 @@
|
|
|
1
|
+
# Release 4.0.838
|
|
2
|
+
|
|
3
|
+
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
4
|
+
|
|
5
|
+
### 第 66 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-04-19 01:07:51
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/297/95346)
|
|
16
|
+
|
|
17
|
+
* 新增入参:FilterTransRegionFlag
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
修改数据结构:
|
|
21
|
+
|
|
22
|
+
* [BGPInstance](https://cloud.tencent.com/document/api/297/95396#BGPInstance)
|
|
23
|
+
|
|
24
|
+
* 新增成员:TransRegionFlag
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
30
|
+
|
|
31
|
+
### 第 57 次发布
|
|
32
|
+
|
|
33
|
+
发布时间:2024-04-19 01:11:12
|
|
34
|
+
|
|
35
|
+
本次发布包含了以下内容:
|
|
36
|
+
|
|
37
|
+
改善已有的文档。
|
|
38
|
+
|
|
39
|
+
修改接口:
|
|
40
|
+
|
|
41
|
+
* [ExpandCfwVertical](https://cloud.tencent.com/document/api/1132/54258)
|
|
42
|
+
|
|
43
|
+
* 新增入参:ElasticSwitch, ElasticBandwidth, Tags
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
新增数据结构:
|
|
47
|
+
|
|
48
|
+
* [TagInfo](https://cloud.tencent.com/document/api/1132/49071#TagInfo)
|
|
49
|
+
|
|
50
|
+
修改数据结构:
|
|
51
|
+
|
|
52
|
+
* [NatInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#NatInstanceInfo)
|
|
53
|
+
|
|
54
|
+
* 新增成员:ReserveTime, ReserveVersion, ReserveVersionState, ElasticSwitch, ElasticBandwidth, IsFirstAfterPay
|
|
55
|
+
|
|
56
|
+
* [VpcFwInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwInstanceInfo)
|
|
57
|
+
|
|
58
|
+
* 新增成员:ReserveTime, ReserveVersion, ReserveVersionState, ElasticSwitch, ElasticBandwidth, IsFirstAfterPay
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
64
|
+
|
|
65
|
+
### 第 57 次发布
|
|
66
|
+
|
|
67
|
+
发布时间:2024-04-19 01:17:21
|
|
68
|
+
|
|
69
|
+
本次发布包含了以下内容:
|
|
70
|
+
|
|
71
|
+
改善已有的文档。
|
|
72
|
+
|
|
73
|
+
新增接口:
|
|
74
|
+
|
|
75
|
+
* [DescribeServerlessInstances](https://cloud.tencent.com/document/api/845/105352)
|
|
76
|
+
|
|
77
|
+
新增数据结构:
|
|
78
|
+
|
|
79
|
+
* [ServerlessIndexMetaField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexMetaField)
|
|
80
|
+
* [ServerlessIndexNetworkField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexNetworkField)
|
|
81
|
+
* [ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField)
|
|
82
|
+
* [ServerlessIndexSettingsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexSettingsField)
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
87
|
+
|
|
88
|
+
### 第 126 次发布
|
|
89
|
+
|
|
90
|
+
发布时间:2024-04-19 01:20:58
|
|
91
|
+
|
|
92
|
+
本次发布包含了以下内容:
|
|
93
|
+
|
|
94
|
+
改善已有的文档。
|
|
95
|
+
|
|
96
|
+
修改接口:
|
|
97
|
+
|
|
98
|
+
* [CreateLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93521)
|
|
99
|
+
|
|
100
|
+
* 新增入参:AiQualityControl
|
|
101
|
+
|
|
102
|
+
* [ModifyLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93516)
|
|
103
|
+
|
|
104
|
+
* 新增入参:AiQualityControl
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
修改数据结构:
|
|
108
|
+
|
|
109
|
+
* [LiveStreamMonitorInfo](https://cloud.tencent.com/document/api/267/20474#LiveStreamMonitorInfo)
|
|
110
|
+
|
|
111
|
+
* 新增成员:AiQualityControl
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
117
|
+
|
|
118
|
+
### 第 111 次发布
|
|
119
|
+
|
|
120
|
+
发布时间:2024-04-19 01:22:14
|
|
121
|
+
|
|
122
|
+
本次发布包含了以下内容:
|
|
123
|
+
|
|
124
|
+
改善已有的文档。
|
|
125
|
+
|
|
126
|
+
修改接口:
|
|
127
|
+
|
|
128
|
+
* [DescribePrometheusTargetsTMP](https://cloud.tencent.com/document/api/248/86037)
|
|
129
|
+
|
|
130
|
+
* 新增入参:Offset, Limit
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
## 云压测(pts) 版本:2021-07-28
|
|
136
|
+
|
|
137
|
+
### 第 15 次发布
|
|
138
|
+
|
|
139
|
+
发布时间:2024-04-19 01:24:07
|
|
140
|
+
|
|
141
|
+
本次发布包含了以下内容:
|
|
142
|
+
|
|
143
|
+
改善已有的文档。
|
|
144
|
+
|
|
145
|
+
修改接口:
|
|
146
|
+
|
|
147
|
+
* [DescribeRegions](https://cloud.tencent.com/document/api/1484/78073)
|
|
148
|
+
|
|
149
|
+
* 新增入参:LoadType
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
## 云数据库Redis(redis) 版本:2018-04-12
|
|
155
|
+
|
|
156
|
+
### 第 74 次发布
|
|
157
|
+
|
|
158
|
+
发布时间:2024-04-19 01:24:17
|
|
159
|
+
|
|
160
|
+
本次发布包含了以下内容:
|
|
161
|
+
|
|
162
|
+
改善已有的文档。
|
|
163
|
+
|
|
164
|
+
修改接口:
|
|
165
|
+
|
|
166
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/239/20026)
|
|
167
|
+
|
|
168
|
+
* 新增入参:AlarmPolicyList
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
1
173
|
# Release 4.0.837
|
|
2
174
|
|
|
3
175
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,25 +1,172 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 66 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-04-
|
|
7
|
+
发布时间:2024-04-19 01:07:51
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
*
|
|
16
|
-
* DescribeTaskDetail
|
|
17
|
-
* DescribeTasksByPage
|
|
15
|
+
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/297/95346)
|
|
18
16
|
|
|
19
|
-
|
|
17
|
+
* 新增入参:FilterTransRegionFlag
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
修改数据结构:
|
|
21
|
+
|
|
22
|
+
* [BGPInstance](https://cloud.tencent.com/document/api/297/95396#BGPInstance)
|
|
23
|
+
|
|
24
|
+
* 新增成员:TransRegionFlag
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
30
|
+
|
|
31
|
+
### 第 57 次发布
|
|
32
|
+
|
|
33
|
+
发布时间:2024-04-19 01:11:12
|
|
34
|
+
|
|
35
|
+
本次发布包含了以下内容:
|
|
36
|
+
|
|
37
|
+
改善已有的文档。
|
|
38
|
+
|
|
39
|
+
修改接口:
|
|
40
|
+
|
|
41
|
+
* [ExpandCfwVertical](https://cloud.tencent.com/document/api/1132/54258)
|
|
42
|
+
|
|
43
|
+
* 新增入参:ElasticSwitch, ElasticBandwidth, Tags
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
新增数据结构:
|
|
47
|
+
|
|
48
|
+
* [TagInfo](https://cloud.tencent.com/document/api/1132/49071#TagInfo)
|
|
49
|
+
|
|
50
|
+
修改数据结构:
|
|
51
|
+
|
|
52
|
+
* [NatInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#NatInstanceInfo)
|
|
53
|
+
|
|
54
|
+
* 新增成员:ReserveTime, ReserveVersion, ReserveVersionState, ElasticSwitch, ElasticBandwidth, IsFirstAfterPay
|
|
55
|
+
|
|
56
|
+
* [VpcFwInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwInstanceInfo)
|
|
57
|
+
|
|
58
|
+
* 新增成员:ReserveTime, ReserveVersion, ReserveVersionState, ElasticSwitch, ElasticBandwidth, IsFirstAfterPay
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
64
|
+
|
|
65
|
+
### 第 57 次发布
|
|
66
|
+
|
|
67
|
+
发布时间:2024-04-19 01:17:21
|
|
68
|
+
|
|
69
|
+
本次发布包含了以下内容:
|
|
70
|
+
|
|
71
|
+
改善已有的文档。
|
|
72
|
+
|
|
73
|
+
新增接口:
|
|
74
|
+
|
|
75
|
+
* [DescribeServerlessInstances](https://cloud.tencent.com/document/api/845/105352)
|
|
76
|
+
|
|
77
|
+
新增数据结构:
|
|
78
|
+
|
|
79
|
+
* [ServerlessIndexMetaField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexMetaField)
|
|
80
|
+
* [ServerlessIndexNetworkField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexNetworkField)
|
|
81
|
+
* [ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField)
|
|
82
|
+
* [ServerlessIndexSettingsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexSettingsField)
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
87
|
+
|
|
88
|
+
### 第 126 次发布
|
|
89
|
+
|
|
90
|
+
发布时间:2024-04-19 01:20:58
|
|
91
|
+
|
|
92
|
+
本次发布包含了以下内容:
|
|
93
|
+
|
|
94
|
+
改善已有的文档。
|
|
95
|
+
|
|
96
|
+
修改接口:
|
|
97
|
+
|
|
98
|
+
* [CreateLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93521)
|
|
99
|
+
|
|
100
|
+
* 新增入参:AiQualityControl
|
|
101
|
+
|
|
102
|
+
* [ModifyLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93516)
|
|
103
|
+
|
|
104
|
+
* 新增入参:AiQualityControl
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
修改数据结构:
|
|
108
|
+
|
|
109
|
+
* [LiveStreamMonitorInfo](https://cloud.tencent.com/document/api/267/20474#LiveStreamMonitorInfo)
|
|
110
|
+
|
|
111
|
+
* 新增成员:AiQualityControl
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
117
|
+
|
|
118
|
+
### 第 111 次发布
|
|
119
|
+
|
|
120
|
+
发布时间:2024-04-19 01:22:14
|
|
121
|
+
|
|
122
|
+
本次发布包含了以下内容:
|
|
123
|
+
|
|
124
|
+
改善已有的文档。
|
|
125
|
+
|
|
126
|
+
修改接口:
|
|
127
|
+
|
|
128
|
+
* [DescribePrometheusTargetsTMP](https://cloud.tencent.com/document/api/248/86037)
|
|
129
|
+
|
|
130
|
+
* 新增入参:Offset, Limit
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
## 云压测(pts) 版本:2021-07-28
|
|
136
|
+
|
|
137
|
+
### 第 15 次发布
|
|
138
|
+
|
|
139
|
+
发布时间:2024-04-19 01:24:07
|
|
140
|
+
|
|
141
|
+
本次发布包含了以下内容:
|
|
142
|
+
|
|
143
|
+
改善已有的文档。
|
|
144
|
+
|
|
145
|
+
修改接口:
|
|
146
|
+
|
|
147
|
+
* [DescribeRegions](https://cloud.tencent.com/document/api/1484/78073)
|
|
148
|
+
|
|
149
|
+
* 新增入参:LoadType
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
## 云数据库Redis(redis) 版本:2018-04-12
|
|
155
|
+
|
|
156
|
+
### 第 74 次发布
|
|
157
|
+
|
|
158
|
+
发布时间:2024-04-19 01:24:17
|
|
159
|
+
|
|
160
|
+
本次发布包含了以下内容:
|
|
161
|
+
|
|
162
|
+
改善已有的文档。
|
|
163
|
+
|
|
164
|
+
修改接口:
|
|
165
|
+
|
|
166
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/239/20026)
|
|
167
|
+
|
|
168
|
+
* 新增入参:AlarmPolicyList
|
|
20
169
|
|
|
21
|
-
* TaskInfoData
|
|
22
|
-
* TaskInfoDataPage
|
|
23
170
|
|
|
24
171
|
|
|
25
172
|
|
|
@@ -1817,6 +1964,28 @@
|
|
|
1817
1964
|
|
|
1818
1965
|
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
1819
1966
|
|
|
1967
|
+
### 第 66 次发布
|
|
1968
|
+
|
|
1969
|
+
发布时间:2024-04-19 01:07:51
|
|
1970
|
+
|
|
1971
|
+
本次发布包含了以下内容:
|
|
1972
|
+
|
|
1973
|
+
改善已有的文档。
|
|
1974
|
+
|
|
1975
|
+
修改接口:
|
|
1976
|
+
|
|
1977
|
+
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/297/95346)
|
|
1978
|
+
|
|
1979
|
+
* 新增入参:FilterTransRegionFlag
|
|
1980
|
+
|
|
1981
|
+
|
|
1982
|
+
修改数据结构:
|
|
1983
|
+
|
|
1984
|
+
* [BGPInstance](https://cloud.tencent.com/document/api/297/95396#BGPInstance)
|
|
1985
|
+
|
|
1986
|
+
* 新增成员:TransRegionFlag
|
|
1987
|
+
|
|
1988
|
+
|
|
1820
1989
|
### 第 65 次发布
|
|
1821
1990
|
|
|
1822
1991
|
发布时间:2024-04-12 01:07:18
|
|
@@ -23781,6 +23950,36 @@
|
|
|
23781
23950
|
|
|
23782
23951
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
23783
23952
|
|
|
23953
|
+
### 第 57 次发布
|
|
23954
|
+
|
|
23955
|
+
发布时间:2024-04-19 01:11:12
|
|
23956
|
+
|
|
23957
|
+
本次发布包含了以下内容:
|
|
23958
|
+
|
|
23959
|
+
改善已有的文档。
|
|
23960
|
+
|
|
23961
|
+
修改接口:
|
|
23962
|
+
|
|
23963
|
+
* [ExpandCfwVertical](https://cloud.tencent.com/document/api/1132/54258)
|
|
23964
|
+
|
|
23965
|
+
* 新增入参:ElasticSwitch, ElasticBandwidth, Tags
|
|
23966
|
+
|
|
23967
|
+
|
|
23968
|
+
新增数据结构:
|
|
23969
|
+
|
|
23970
|
+
* [[TagInfo](https://cloud.tencent.com/document/api/1132/49071#TagInfo)](https://cloud.tencent.com/document/api/1132/49071#[TagInfo](https://cloud.tencent.com/document/api/1132/49071#TagInfo))
|
|
23971
|
+
|
|
23972
|
+
修改数据结构:
|
|
23973
|
+
|
|
23974
|
+
* [NatInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#NatInstanceInfo)
|
|
23975
|
+
|
|
23976
|
+
* 新增成员:ReserveTime, ReserveVersion, ReserveVersionState, ElasticSwitch, ElasticBandwidth, IsFirstAfterPay
|
|
23977
|
+
|
|
23978
|
+
* [VpcFwInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwInstanceInfo)
|
|
23979
|
+
|
|
23980
|
+
* 新增成员:ReserveTime, ReserveVersion, ReserveVersionState, ElasticSwitch, ElasticBandwidth, IsFirstAfterPay
|
|
23981
|
+
|
|
23982
|
+
|
|
23784
23983
|
### 第 56 次发布
|
|
23785
23984
|
|
|
23786
23985
|
发布时间:2024-03-01 01:11:09
|
|
@@ -58558,6 +58757,25 @@
|
|
|
58558
58757
|
|
|
58559
58758
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
58560
58759
|
|
|
58760
|
+
### 第 57 次发布
|
|
58761
|
+
|
|
58762
|
+
发布时间:2024-04-19 01:17:21
|
|
58763
|
+
|
|
58764
|
+
本次发布包含了以下内容:
|
|
58765
|
+
|
|
58766
|
+
改善已有的文档。
|
|
58767
|
+
|
|
58768
|
+
新增接口:
|
|
58769
|
+
|
|
58770
|
+
* [[DescribeServerlessInstances](https://cloud.tencent.com/document/api/845/105352)](https://cloud.tencent.com/document/api/#/#)
|
|
58771
|
+
|
|
58772
|
+
新增数据结构:
|
|
58773
|
+
|
|
58774
|
+
* [[ServerlessIndexMetaField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexMetaField)](https://cloud.tencent.com/document/api/845/30634#[ServerlessIndexMetaField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexMetaField))
|
|
58775
|
+
* [[ServerlessIndexNetworkField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexNetworkField)](https://cloud.tencent.com/document/api/845/30634#[ServerlessIndexNetworkField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexNetworkField))
|
|
58776
|
+
* [[ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField)](https://cloud.tencent.com/document/api/845/30634#[ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField))
|
|
58777
|
+
* [[ServerlessIndexSettingsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexSettingsField)](https://cloud.tencent.com/document/api/845/30634#[ServerlessIndexSettingsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexSettingsField))
|
|
58778
|
+
|
|
58561
58779
|
### 第 56 次发布
|
|
58562
58780
|
|
|
58563
58781
|
发布时间:2024-04-11 16:23:06
|
|
@@ -81548,6 +81766,32 @@
|
|
|
81548
81766
|
|
|
81549
81767
|
## 云直播CSS(live) 版本:2018-08-01
|
|
81550
81768
|
|
|
81769
|
+
### 第 126 次发布
|
|
81770
|
+
|
|
81771
|
+
发布时间:2024-04-19 01:20:58
|
|
81772
|
+
|
|
81773
|
+
本次发布包含了以下内容:
|
|
81774
|
+
|
|
81775
|
+
改善已有的文档。
|
|
81776
|
+
|
|
81777
|
+
修改接口:
|
|
81778
|
+
|
|
81779
|
+
* [CreateLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93521)
|
|
81780
|
+
|
|
81781
|
+
* 新增入参:AiQualityControl
|
|
81782
|
+
|
|
81783
|
+
* [ModifyLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93516)
|
|
81784
|
+
|
|
81785
|
+
* 新增入参:AiQualityControl
|
|
81786
|
+
|
|
81787
|
+
|
|
81788
|
+
修改数据结构:
|
|
81789
|
+
|
|
81790
|
+
* [LiveStreamMonitorInfo](https://cloud.tencent.com/document/api/267/20474#LiveStreamMonitorInfo)
|
|
81791
|
+
|
|
81792
|
+
* 新增成员:AiQualityControl
|
|
81793
|
+
|
|
81794
|
+
|
|
81551
81795
|
### 第 125 次发布
|
|
81552
81796
|
|
|
81553
81797
|
发布时间:2024-04-11 01:17:46
|
|
@@ -87007,6 +87251,21 @@
|
|
|
87007
87251
|
|
|
87008
87252
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
87009
87253
|
|
|
87254
|
+
### 第 111 次发布
|
|
87255
|
+
|
|
87256
|
+
发布时间:2024-04-19 01:22:14
|
|
87257
|
+
|
|
87258
|
+
本次发布包含了以下内容:
|
|
87259
|
+
|
|
87260
|
+
改善已有的文档。
|
|
87261
|
+
|
|
87262
|
+
修改接口:
|
|
87263
|
+
|
|
87264
|
+
* [DescribePrometheusTargetsTMP](https://cloud.tencent.com/document/api/248/86037)
|
|
87265
|
+
|
|
87266
|
+
* 新增入参:Offset, Limit
|
|
87267
|
+
|
|
87268
|
+
|
|
87010
87269
|
### 第 110 次发布
|
|
87011
87270
|
|
|
87012
87271
|
发布时间:2024-04-15 01:57:02
|
|
@@ -100119,6 +100378,21 @@
|
|
|
100119
100378
|
|
|
100120
100379
|
## 云压测(pts) 版本:2021-07-28
|
|
100121
100380
|
|
|
100381
|
+
### 第 15 次发布
|
|
100382
|
+
|
|
100383
|
+
发布时间:2024-04-19 01:24:07
|
|
100384
|
+
|
|
100385
|
+
本次发布包含了以下内容:
|
|
100386
|
+
|
|
100387
|
+
改善已有的文档。
|
|
100388
|
+
|
|
100389
|
+
修改接口:
|
|
100390
|
+
|
|
100391
|
+
* [DescribeRegions](https://cloud.tencent.com/document/api/1484/78073)
|
|
100392
|
+
|
|
100393
|
+
* 新增入参:LoadType
|
|
100394
|
+
|
|
100395
|
+
|
|
100122
100396
|
### 第 14 次发布
|
|
100123
100397
|
|
|
100124
100398
|
发布时间:2024-03-27 01:23:10
|
|
@@ -100659,6 +100933,21 @@
|
|
|
100659
100933
|
|
|
100660
100934
|
## 云数据库Redis(redis) 版本:2018-04-12
|
|
100661
100935
|
|
|
100936
|
+
### 第 74 次发布
|
|
100937
|
+
|
|
100938
|
+
发布时间:2024-04-19 01:24:17
|
|
100939
|
+
|
|
100940
|
+
本次发布包含了以下内容:
|
|
100941
|
+
|
|
100942
|
+
改善已有的文档。
|
|
100943
|
+
|
|
100944
|
+
修改接口:
|
|
100945
|
+
|
|
100946
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/239/20026)
|
|
100947
|
+
|
|
100948
|
+
* 新增入参:AlarmPolicyList
|
|
100949
|
+
|
|
100950
|
+
|
|
100662
100951
|
### 第 73 次发布
|
|
100663
100952
|
|
|
100664
100953
|
发布时间:2024-04-02 01:20:49
|
|
@@ -134635,7 +134924,7 @@
|
|
|
134635
134924
|
* [CreatePicture](https://cloud.tencent.com/document/api/647/54689)
|
|
134636
134925
|
* [DeletePicture](https://cloud.tencent.com/document/api/647/54688)
|
|
134637
134926
|
* [DescribePicture](https://cloud.tencent.com/document/api/647/54687)
|
|
134638
|
-
* [ModifyPicture](https://cloud.tencent.com/document/api/647/
|
|
134927
|
+
* [ModifyPicture](https://cloud.tencent.com/document/api/647/105345)
|
|
134639
134928
|
|
|
134640
134929
|
新增数据结构:
|
|
134641
134930
|
|