tencentcloud-sdk-nodejs 4.0.436 → 4.0.437
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 +165 -0
- package/SERVICE_CHANGELOG.md +249 -51
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +0 -12
- package/src/services/antiddos/v20200309/antiddos_models.ts +0 -35
- package/src/services/bda/v20200324/bda_models.ts +31 -6
- package/src/services/ccc/v20200210/ccc_models.ts +5 -0
- package/src/services/cfw/v20190904/cfw_client.ts +0 -12
- package/src/services/cfw/v20190904/cfw_models.ts +2 -38
- package/src/services/cvm/v20170312/cvm_client.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/emr/v20190103/emr_models.ts +42 -3
- package/src/services/ess/v20201111/ess_models.ts +21 -5
- package/src/services/gme/v20180711/gme_models.ts +12 -2
- package/src/services/monitor/v20180724/monitor_models.ts +44 -0
- package/src/services/ses/v20201002/ses_models.ts +10 -8
- package/src/services/vpc/v20170312/vpc_client.ts +7 -7
- package/src/services/vpc/v20170312/vpc_models.ts +3 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -5
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +0 -6
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +0 -30
- package/tencentcloud/services/bda/v20200324/bda_models.d.ts +23 -2
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -5
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +0 -6
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -33
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +35 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +17 -1
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +10 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +36 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +10 -8
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +7 -7
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +7 -7
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +3 -3
- package/test/antiddos.v20200309.test.js +0 -10
- package/test/cfw.v20190904.test.js +0 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,168 @@
|
|
|
1
|
+
# Release 4.0.437
|
|
2
|
+
|
|
3
|
+
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
4
|
+
|
|
5
|
+
### 第 41 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-09-06 06:07:26
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
14
|
+
|
|
15
|
+
* ModifyL7RulesEdge
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 人体分析(bda) 版本:2020-03-24
|
|
20
|
+
|
|
21
|
+
### 第 9 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2022-09-06 06:10:38
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
修改接口:
|
|
30
|
+
|
|
31
|
+
* [SegmentPortraitPic](https://cloud.tencent.com/document/api/1208/42970)
|
|
32
|
+
|
|
33
|
+
* 新增入参:RspImgType
|
|
34
|
+
|
|
35
|
+
* 新增出参:HasForeground, ResultImageUrl, ResultMaskUrl
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
41
|
+
|
|
42
|
+
### 第 30 次发布
|
|
43
|
+
|
|
44
|
+
发布时间:2022-09-06 06:13:56
|
|
45
|
+
|
|
46
|
+
本次发布包含了以下内容:
|
|
47
|
+
|
|
48
|
+
改善已有的文档。
|
|
49
|
+
|
|
50
|
+
修改数据结构:
|
|
51
|
+
|
|
52
|
+
* [AutoCalloutTaskCalleeInfo](https://cloud.tencent.com/document/api/679/47715#AutoCalloutTaskCalleeInfo)
|
|
53
|
+
|
|
54
|
+
* 新增成员:Sessions
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
60
|
+
|
|
61
|
+
### 第 22 次发布
|
|
62
|
+
|
|
63
|
+
发布时间:2022-09-06 06:16:40
|
|
64
|
+
|
|
65
|
+
本次发布包含了以下内容:
|
|
66
|
+
|
|
67
|
+
改善已有的文档。
|
|
68
|
+
|
|
69
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
70
|
+
|
|
71
|
+
* ModifyVPCSwitchStatus
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
76
|
+
|
|
77
|
+
### 第 37 次发布
|
|
78
|
+
|
|
79
|
+
发布时间:2022-09-06 06:30:34
|
|
80
|
+
|
|
81
|
+
本次发布包含了以下内容:
|
|
82
|
+
|
|
83
|
+
改善已有的文档。
|
|
84
|
+
|
|
85
|
+
修改接口:
|
|
86
|
+
|
|
87
|
+
* [DescribeClusterNodes](https://cloud.tencent.com/document/api/589/41707)
|
|
88
|
+
|
|
89
|
+
* 新增入参:OrderField, Asc
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
修改数据结构:
|
|
93
|
+
|
|
94
|
+
* [JobResult](https://cloud.tencent.com/document/api/589/33981#JobResult)
|
|
95
|
+
|
|
96
|
+
* 新增成员:ApplicationId
|
|
97
|
+
|
|
98
|
+
* [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
|
|
99
|
+
|
|
100
|
+
* 新增成员:CurrentTime, IsFederation, DeviceName, ServiceClient
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
106
|
+
|
|
107
|
+
### 第 23 次发布
|
|
108
|
+
|
|
109
|
+
发布时间:2022-09-06 06:33:02
|
|
110
|
+
|
|
111
|
+
本次发布包含了以下内容:
|
|
112
|
+
|
|
113
|
+
改善已有的文档。
|
|
114
|
+
|
|
115
|
+
修改接口:
|
|
116
|
+
|
|
117
|
+
* [DescribeUserInAndOutTime](https://cloud.tencent.com/document/api/607/50480)
|
|
118
|
+
|
|
119
|
+
* 新增入参:UserIdStr, RoomIdStr
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
125
|
+
|
|
126
|
+
### 第 58 次发布
|
|
127
|
+
|
|
128
|
+
发布时间:2022-09-06 06:42:23
|
|
129
|
+
|
|
130
|
+
本次发布包含了以下内容:
|
|
131
|
+
|
|
132
|
+
改善已有的文档。
|
|
133
|
+
|
|
134
|
+
修改接口:
|
|
135
|
+
|
|
136
|
+
* [CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)
|
|
137
|
+
|
|
138
|
+
* 新增出参:ChannelId
|
|
139
|
+
|
|
140
|
+
* [CreateSSOAccount](https://cloud.tencent.com/document/api/248/79216)
|
|
141
|
+
|
|
142
|
+
* 新增出参:UserId
|
|
143
|
+
|
|
144
|
+
* [DescribeInstalledPlugins](https://cloud.tencent.com/document/api/248/79204)
|
|
145
|
+
|
|
146
|
+
* 新增入参:PluginId
|
|
147
|
+
|
|
148
|
+
* [DescribeSSOAccount](https://cloud.tencent.com/document/api/248/79202)
|
|
149
|
+
|
|
150
|
+
* 新增入参:UserId
|
|
151
|
+
|
|
152
|
+
* [InstallPlugins](https://cloud.tencent.com/document/api/248/79198)
|
|
153
|
+
|
|
154
|
+
* 新增出参:PluginIds
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
修改数据结构:
|
|
158
|
+
|
|
159
|
+
* [GrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaNotificationChannel)
|
|
160
|
+
|
|
161
|
+
* 新增成员:OrgId, ExtraOrgIds, OrgIds
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
1
166
|
# Release 4.0.436
|
|
2
167
|
|
|
3
168
|
## 品牌经营管家(bma) 版本:2021-06-24
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,102 +1,165 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 41 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-09-
|
|
7
|
+
发布时间:2022-09-06 06:07:26
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
14
14
|
|
|
15
|
-
*
|
|
16
|
-
* [CreateCRTort](https://cloud.tencent.com/document/api/1296/80088)
|
|
17
|
-
* [ModifyCRWhiteList](https://cloud.tencent.com/document/api/1296/80087)
|
|
15
|
+
* ModifyL7RulesEdge
|
|
18
16
|
|
|
19
|
-
修改接口:
|
|
20
17
|
|
|
21
|
-
* [ModifyCRMonitor](https://cloud.tencent.com/document/api/1296/78025)
|
|
22
18
|
|
|
23
|
-
|
|
19
|
+
## 人体分析(bda) 版本:2020-03-24
|
|
24
20
|
|
|
21
|
+
### 第 9 次发布
|
|
25
22
|
|
|
26
|
-
|
|
23
|
+
发布时间:2022-09-06 06:10:38
|
|
27
24
|
|
|
28
|
-
|
|
25
|
+
本次发布包含了以下内容:
|
|
29
26
|
|
|
27
|
+
改善已有的文档。
|
|
30
28
|
|
|
29
|
+
修改接口:
|
|
31
30
|
|
|
32
|
-
|
|
31
|
+
* [SegmentPortraitPic](https://cloud.tencent.com/document/api/1208/42970)
|
|
33
32
|
|
|
34
|
-
|
|
33
|
+
* 新增入参:RspImgType
|
|
35
34
|
|
|
36
|
-
|
|
35
|
+
* 新增出参:HasForeground, ResultImageUrl, ResultMaskUrl
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
41
|
+
|
|
42
|
+
### 第 30 次发布
|
|
43
|
+
|
|
44
|
+
发布时间:2022-09-06 06:13:56
|
|
37
45
|
|
|
38
46
|
本次发布包含了以下内容:
|
|
39
47
|
|
|
40
48
|
改善已有的文档。
|
|
41
49
|
|
|
42
|
-
|
|
50
|
+
修改数据结构:
|
|
43
51
|
|
|
44
|
-
* [
|
|
52
|
+
* [AutoCalloutTaskCalleeInfo](https://cloud.tencent.com/document/api/679/47715#AutoCalloutTaskCalleeInfo)
|
|
45
53
|
|
|
46
|
-
*
|
|
54
|
+
* 新增成员:Sessions
|
|
47
55
|
|
|
48
56
|
|
|
49
57
|
|
|
50
58
|
|
|
51
|
-
##
|
|
59
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
52
60
|
|
|
53
|
-
### 第
|
|
61
|
+
### 第 22 次发布
|
|
54
62
|
|
|
55
|
-
发布时间:2022-09-
|
|
63
|
+
发布时间:2022-09-06 06:16:40
|
|
56
64
|
|
|
57
65
|
本次发布包含了以下内容:
|
|
58
66
|
|
|
59
67
|
改善已有的文档。
|
|
60
68
|
|
|
61
|
-
|
|
69
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
70
|
+
|
|
71
|
+
* ModifyVPCSwitchStatus
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
76
|
+
|
|
77
|
+
### 第 37 次发布
|
|
78
|
+
|
|
79
|
+
发布时间:2022-09-06 06:30:34
|
|
80
|
+
|
|
81
|
+
本次发布包含了以下内容:
|
|
82
|
+
|
|
83
|
+
改善已有的文档。
|
|
84
|
+
|
|
85
|
+
修改接口:
|
|
86
|
+
|
|
87
|
+
* [DescribeClusterNodes](https://cloud.tencent.com/document/api/589/41707)
|
|
88
|
+
|
|
89
|
+
* 新增入参:OrderField, Asc
|
|
62
90
|
|
|
63
|
-
* [DropPageConfig](https://cloud.tencent.com/document/api/1552/73155#DropPageConfig)
|
|
64
|
-
* [DropPageDetail](https://cloud.tencent.com/document/api/1552/73155#DropPageDetail)
|
|
65
|
-
* [ExceptConfig](https://cloud.tencent.com/document/api/1552/73155#ExceptConfig)
|
|
66
|
-
* [ExceptUserRule](https://cloud.tencent.com/document/api/1552/73155#ExceptUserRule)
|
|
67
|
-
* [ExceptUserRuleCondition](https://cloud.tencent.com/document/api/1552/73155#ExceptUserRuleCondition)
|
|
68
|
-
* [ExceptUserRuleScope](https://cloud.tencent.com/document/api/1552/73155#ExceptUserRuleScope)
|
|
69
91
|
|
|
70
92
|
修改数据结构:
|
|
71
93
|
|
|
72
|
-
* [
|
|
94
|
+
* [JobResult](https://cloud.tencent.com/document/api/589/33981#JobResult)
|
|
73
95
|
|
|
74
|
-
* 新增成员:
|
|
96
|
+
* 新增成员:ApplicationId
|
|
75
97
|
|
|
76
|
-
* [
|
|
98
|
+
* [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
|
|
77
99
|
|
|
78
|
-
* 新增成员:
|
|
100
|
+
* 新增成员:CurrentTime, IsFederation, DeviceName, ServiceClient
|
|
79
101
|
|
|
80
102
|
|
|
81
103
|
|
|
82
104
|
|
|
83
|
-
##
|
|
105
|
+
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
84
106
|
|
|
85
|
-
### 第
|
|
107
|
+
### 第 23 次发布
|
|
86
108
|
|
|
87
|
-
发布时间:2022-09-
|
|
109
|
+
发布时间:2022-09-06 06:33:02
|
|
88
110
|
|
|
89
111
|
本次发布包含了以下内容:
|
|
90
112
|
|
|
91
113
|
改善已有的文档。
|
|
92
114
|
|
|
93
|
-
|
|
115
|
+
修改接口:
|
|
94
116
|
|
|
95
|
-
* [
|
|
117
|
+
* [DescribeUserInAndOutTime](https://cloud.tencent.com/document/api/607/50480)
|
|
118
|
+
|
|
119
|
+
* 新增入参:UserIdStr, RoomIdStr
|
|
96
120
|
|
|
97
|
-
新增数据结构:
|
|
98
121
|
|
|
99
|
-
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
125
|
+
|
|
126
|
+
### 第 58 次发布
|
|
127
|
+
|
|
128
|
+
发布时间:2022-09-06 06:42:23
|
|
129
|
+
|
|
130
|
+
本次发布包含了以下内容:
|
|
131
|
+
|
|
132
|
+
改善已有的文档。
|
|
133
|
+
|
|
134
|
+
修改接口:
|
|
135
|
+
|
|
136
|
+
* [CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)
|
|
137
|
+
|
|
138
|
+
* 新增出参:ChannelId
|
|
139
|
+
|
|
140
|
+
* [CreateSSOAccount](https://cloud.tencent.com/document/api/248/79216)
|
|
141
|
+
|
|
142
|
+
* 新增出参:UserId
|
|
143
|
+
|
|
144
|
+
* [DescribeInstalledPlugins](https://cloud.tencent.com/document/api/248/79204)
|
|
145
|
+
|
|
146
|
+
* 新增入参:PluginId
|
|
147
|
+
|
|
148
|
+
* [DescribeSSOAccount](https://cloud.tencent.com/document/api/248/79202)
|
|
149
|
+
|
|
150
|
+
* 新增入参:UserId
|
|
151
|
+
|
|
152
|
+
* [InstallPlugins](https://cloud.tencent.com/document/api/248/79198)
|
|
153
|
+
|
|
154
|
+
* 新增出参:PluginIds
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
修改数据结构:
|
|
158
|
+
|
|
159
|
+
* [GrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaNotificationChannel)
|
|
160
|
+
|
|
161
|
+
* 新增成员:OrgId, ExtraOrgIds, OrgIds
|
|
162
|
+
|
|
100
163
|
|
|
101
164
|
|
|
102
165
|
|
|
@@ -1594,6 +1657,18 @@
|
|
|
1594
1657
|
|
|
1595
1658
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1596
1659
|
|
|
1660
|
+
### 第 41 次发布
|
|
1661
|
+
|
|
1662
|
+
发布时间:2022-09-06 06:07:26
|
|
1663
|
+
|
|
1664
|
+
本次发布包含了以下内容:
|
|
1665
|
+
|
|
1666
|
+
改善已有的文档。
|
|
1667
|
+
|
|
1668
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
1669
|
+
|
|
1670
|
+
* ModifyL7RulesEdge
|
|
1671
|
+
|
|
1597
1672
|
### 第 40 次发布
|
|
1598
1673
|
|
|
1599
1674
|
发布时间:2022-08-29 13:11:21
|
|
@@ -6323,6 +6398,23 @@
|
|
|
6323
6398
|
|
|
6324
6399
|
## 人体分析(bda) 版本:2020-03-24
|
|
6325
6400
|
|
|
6401
|
+
### 第 9 次发布
|
|
6402
|
+
|
|
6403
|
+
发布时间:2022-09-06 06:10:38
|
|
6404
|
+
|
|
6405
|
+
本次发布包含了以下内容:
|
|
6406
|
+
|
|
6407
|
+
改善已有的文档。
|
|
6408
|
+
|
|
6409
|
+
修改接口:
|
|
6410
|
+
|
|
6411
|
+
* [SegmentPortraitPic](https://cloud.tencent.com/document/api/1208/42970)
|
|
6412
|
+
|
|
6413
|
+
* 新增入参:RspImgType
|
|
6414
|
+
|
|
6415
|
+
* 新增出参:HasForeground, ResultImageUrl, ResultMaskUrl
|
|
6416
|
+
|
|
6417
|
+
|
|
6326
6418
|
### 第 8 次发布
|
|
6327
6419
|
|
|
6328
6420
|
发布时间:2022-08-04 06:09:29
|
|
@@ -7789,9 +7881,9 @@
|
|
|
7789
7881
|
|
|
7790
7882
|
新增接口:
|
|
7791
7883
|
|
|
7792
|
-
* [
|
|
7793
|
-
* [
|
|
7794
|
-
* [
|
|
7884
|
+
* [CreateCRRightFile](https://cloud.tencent.com/document/api/1296/80089)
|
|
7885
|
+
* [CreateCRTort](https://cloud.tencent.com/document/api/1296/80088)
|
|
7886
|
+
* [ModifyCRWhiteList](https://cloud.tencent.com/document/api/1296/80087)
|
|
7795
7887
|
|
|
7796
7888
|
修改接口:
|
|
7797
7889
|
|
|
@@ -7802,7 +7894,7 @@
|
|
|
7802
7894
|
|
|
7803
7895
|
新增数据结构:
|
|
7804
7896
|
|
|
7805
|
-
* [
|
|
7897
|
+
* [File](https://cloud.tencent.com/document/api/1296/78030#File)
|
|
7806
7898
|
|
|
7807
7899
|
### 第 5 次发布
|
|
7808
7900
|
|
|
@@ -10888,6 +10980,21 @@
|
|
|
10888
10980
|
|
|
10889
10981
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
10890
10982
|
|
|
10983
|
+
### 第 30 次发布
|
|
10984
|
+
|
|
10985
|
+
发布时间:2022-09-06 06:13:56
|
|
10986
|
+
|
|
10987
|
+
本次发布包含了以下内容:
|
|
10988
|
+
|
|
10989
|
+
改善已有的文档。
|
|
10990
|
+
|
|
10991
|
+
修改数据结构:
|
|
10992
|
+
|
|
10993
|
+
* [AutoCalloutTaskCalleeInfo](https://cloud.tencent.com/document/api/679/47715#AutoCalloutTaskCalleeInfo)
|
|
10994
|
+
|
|
10995
|
+
* 新增成员:Sessions
|
|
10996
|
+
|
|
10997
|
+
|
|
10891
10998
|
### 第 29 次发布
|
|
10892
10999
|
|
|
10893
11000
|
发布时间:2022-08-17 06:11:23
|
|
@@ -16335,6 +16442,18 @@
|
|
|
16335
16442
|
|
|
16336
16443
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
16337
16444
|
|
|
16445
|
+
### 第 22 次发布
|
|
16446
|
+
|
|
16447
|
+
发布时间:2022-09-06 06:16:40
|
|
16448
|
+
|
|
16449
|
+
本次发布包含了以下内容:
|
|
16450
|
+
|
|
16451
|
+
改善已有的文档。
|
|
16452
|
+
|
|
16453
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
16454
|
+
|
|
16455
|
+
* ModifyVPCSwitchStatus
|
|
16456
|
+
|
|
16338
16457
|
### 第 21 次发布
|
|
16339
16458
|
|
|
16340
16459
|
发布时间:2022-08-29 06:15:32
|
|
@@ -35957,6 +36076,32 @@
|
|
|
35957
36076
|
|
|
35958
36077
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
35959
36078
|
|
|
36079
|
+
### 第 37 次发布
|
|
36080
|
+
|
|
36081
|
+
发布时间:2022-09-06 06:30:34
|
|
36082
|
+
|
|
36083
|
+
本次发布包含了以下内容:
|
|
36084
|
+
|
|
36085
|
+
改善已有的文档。
|
|
36086
|
+
|
|
36087
|
+
修改接口:
|
|
36088
|
+
|
|
36089
|
+
* [DescribeClusterNodes](https://cloud.tencent.com/document/api/589/41707)
|
|
36090
|
+
|
|
36091
|
+
* 新增入参:OrderField, Asc
|
|
36092
|
+
|
|
36093
|
+
|
|
36094
|
+
修改数据结构:
|
|
36095
|
+
|
|
36096
|
+
* [JobResult](https://cloud.tencent.com/document/api/589/33981#JobResult)
|
|
36097
|
+
|
|
36098
|
+
* 新增成员:ApplicationId
|
|
36099
|
+
|
|
36100
|
+
* [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
|
|
36101
|
+
|
|
36102
|
+
* 新增成员:CurrentTime, IsFederation, DeviceName, ServiceClient
|
|
36103
|
+
|
|
36104
|
+
|
|
35960
36105
|
### 第 36 次发布
|
|
35961
36106
|
|
|
35962
36107
|
发布时间:2022-07-21 06:09:30
|
|
@@ -40830,6 +40975,21 @@
|
|
|
40830
40975
|
|
|
40831
40976
|
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
40832
40977
|
|
|
40978
|
+
### 第 23 次发布
|
|
40979
|
+
|
|
40980
|
+
发布时间:2022-09-06 06:33:02
|
|
40981
|
+
|
|
40982
|
+
本次发布包含了以下内容:
|
|
40983
|
+
|
|
40984
|
+
改善已有的文档。
|
|
40985
|
+
|
|
40986
|
+
修改接口:
|
|
40987
|
+
|
|
40988
|
+
* [DescribeUserInAndOutTime](https://cloud.tencent.com/document/api/607/50480)
|
|
40989
|
+
|
|
40990
|
+
* 新增入参:UserIdStr, RoomIdStr
|
|
40991
|
+
|
|
40992
|
+
|
|
40833
40993
|
### 第 22 次发布
|
|
40834
40994
|
|
|
40835
40995
|
发布时间:2022-08-17 06:24:51
|
|
@@ -52565,6 +52725,44 @@
|
|
|
52565
52725
|
|
|
52566
52726
|
## 云监控(monitor) 版本:2018-07-24
|
|
52567
52727
|
|
|
52728
|
+
### 第 58 次发布
|
|
52729
|
+
|
|
52730
|
+
发布时间:2022-09-06 06:42:23
|
|
52731
|
+
|
|
52732
|
+
本次发布包含了以下内容:
|
|
52733
|
+
|
|
52734
|
+
改善已有的文档。
|
|
52735
|
+
|
|
52736
|
+
修改接口:
|
|
52737
|
+
|
|
52738
|
+
* [CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)
|
|
52739
|
+
|
|
52740
|
+
* 新增出参:ChannelId
|
|
52741
|
+
|
|
52742
|
+
* [CreateSSOAccount](https://cloud.tencent.com/document/api/248/79216)
|
|
52743
|
+
|
|
52744
|
+
* 新增出参:UserId
|
|
52745
|
+
|
|
52746
|
+
* [DescribeInstalledPlugins](https://cloud.tencent.com/document/api/248/79204)
|
|
52747
|
+
|
|
52748
|
+
* 新增入参:PluginId
|
|
52749
|
+
|
|
52750
|
+
* [DescribeSSOAccount](https://cloud.tencent.com/document/api/248/79202)
|
|
52751
|
+
|
|
52752
|
+
* 新增入参:UserId
|
|
52753
|
+
|
|
52754
|
+
* [InstallPlugins](https://cloud.tencent.com/document/api/248/79198)
|
|
52755
|
+
|
|
52756
|
+
* 新增出参:PluginIds
|
|
52757
|
+
|
|
52758
|
+
|
|
52759
|
+
修改数据结构:
|
|
52760
|
+
|
|
52761
|
+
* [GrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaNotificationChannel)
|
|
52762
|
+
|
|
52763
|
+
* 新增成员:OrgId, ExtraOrgIds, OrgIds
|
|
52764
|
+
|
|
52765
|
+
|
|
52568
52766
|
### 第 57 次发布
|
|
52569
52767
|
|
|
52570
52768
|
发布时间:2022-09-02 06:42:08
|
|
@@ -73020,12 +73218,12 @@
|
|
|
73020
73218
|
|
|
73021
73219
|
新增数据结构:
|
|
73022
73220
|
|
|
73023
|
-
* [
|
|
73024
|
-
* [
|
|
73025
|
-
* [
|
|
73026
|
-
* [
|
|
73027
|
-
* [
|
|
73028
|
-
* [
|
|
73221
|
+
* [DropPageConfig](https://cloud.tencent.com/document/api/1552/73155#DropPageConfig)
|
|
73222
|
+
* [DropPageDetail](https://cloud.tencent.com/document/api/1552/73155#DropPageDetail)
|
|
73223
|
+
* [ExceptConfig](https://cloud.tencent.com/document/api/1552/73155#ExceptConfig)
|
|
73224
|
+
* [ExceptUserRule](https://cloud.tencent.com/document/api/1552/73155#ExceptUserRule)
|
|
73225
|
+
* [ExceptUserRuleCondition](https://cloud.tencent.com/document/api/1552/73155#ExceptUserRuleCondition)
|
|
73226
|
+
* [ExceptUserRuleScope](https://cloud.tencent.com/document/api/1552/73155#ExceptUserRuleScope)
|
|
73029
73227
|
|
|
73030
73228
|
修改数据结构:
|
|
73031
73229
|
|
|
@@ -85963,11 +86161,11 @@
|
|
|
85963
86161
|
|
|
85964
86162
|
新增接口:
|
|
85965
86163
|
|
|
85966
|
-
* [
|
|
86164
|
+
* [DescribeTrafficPackages](https://cloud.tencent.com/document/api/215/80090)
|
|
85967
86165
|
|
|
85968
86166
|
新增数据结构:
|
|
85969
86167
|
|
|
85970
|
-
* [
|
|
86168
|
+
* [TrafficPackage](https://cloud.tencent.com/document/api/215/15824#TrafficPackage)
|
|
85971
86169
|
|
|
85972
86170
|
### 第 122 次发布
|
|
85973
86171
|
|