tencentcloud-sdk-nodejs-teo 4.0.509 → 4.0.511
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 +210 -0
- package/README.md +2 -2
- package/SERVICE_CHANGELOG.md +237 -110
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/services/teo/v20220901/teo_client.ts +32 -108
- package/src/services/teo/v20220901/teo_models.ts +419 -899
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +9 -33
- package/tencentcloud/services/teo/v20220901/teo_client.js +12 -48
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +414 -822
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,213 @@
|
|
|
1
|
+
# Release 4.0.511
|
|
2
|
+
|
|
3
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
4
|
+
|
|
5
|
+
### 第 11 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-12-27 01:33:02
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeProxyProcessStatistics](https://cloud.tencent.com/document/api/1130/84544)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [ProcessStatistic](https://cloud.tencent.com/document/api/1130/57812#ProcessStatistic)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
28
|
+
|
|
29
|
+
### 第 42 次发布
|
|
30
|
+
|
|
31
|
+
发布时间:2022-12-27 02:09:12
|
|
32
|
+
|
|
33
|
+
本次发布包含了以下内容:
|
|
34
|
+
|
|
35
|
+
改善已有的文档。
|
|
36
|
+
|
|
37
|
+
修改接口:
|
|
38
|
+
|
|
39
|
+
* [CreateRocketMQGroup](https://cloud.tencent.com/document/api/1179/63428)
|
|
40
|
+
|
|
41
|
+
* 新增入参:GroupType, RetryMaxTimes
|
|
42
|
+
|
|
43
|
+
* [DescribeRocketMQGroups](https://cloud.tencent.com/document/api/1179/63420)
|
|
44
|
+
|
|
45
|
+
* 新增入参:Types
|
|
46
|
+
|
|
47
|
+
* [ModifyRocketMQGroup](https://cloud.tencent.com/document/api/1179/63416)
|
|
48
|
+
|
|
49
|
+
* 新增入参:RetryMaxTimes
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
修改数据结构:
|
|
53
|
+
|
|
54
|
+
* [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
|
|
55
|
+
|
|
56
|
+
* 新增成员:Status, IsolateTime, HttpPublicEndpoint, HttpVpcEndpoint
|
|
57
|
+
|
|
58
|
+
* <font color="#dd0000">**修改成员**:</font>ClusterId, ClusterName, Region, CreateTime, Remark, PublicEndPoint, VpcEndPoint, SupportNamespaceEndpoint, Vpcs, IsVip, RocketMQFlag
|
|
59
|
+
|
|
60
|
+
* [RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)
|
|
61
|
+
|
|
62
|
+
* 新增成员:GroupType, RetryMaxTimes
|
|
63
|
+
|
|
64
|
+
* <font color="#dd0000">**修改成员**:</font>Name, ConsumerNum, TPS, TotalAccumulative, ConsumptionMode, ReadEnabled, RetryPartitionNum, CreateTime, UpdateTime, ClientProtocol, Remark, ConsumerType, BroadcastEnabled
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
70
|
+
|
|
71
|
+
### 第 22 次发布
|
|
72
|
+
|
|
73
|
+
发布时间:2022-12-27 02:10:56
|
|
74
|
+
|
|
75
|
+
本次发布包含了以下内容:
|
|
76
|
+
|
|
77
|
+
改善已有的文档。
|
|
78
|
+
|
|
79
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
80
|
+
|
|
81
|
+
* CreateDnsRecord
|
|
82
|
+
* CreateLoadBalancing
|
|
83
|
+
* DeleteDnsRecords
|
|
84
|
+
* DeleteLoadBalancing
|
|
85
|
+
* DescribeDnsRecords
|
|
86
|
+
* DescribeLoadBalancing
|
|
87
|
+
* ModifyDnsRecord
|
|
88
|
+
* ModifyLoadBalancing
|
|
89
|
+
|
|
90
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
91
|
+
|
|
92
|
+
* AdvancedOriginGroup
|
|
93
|
+
* DnsRecord
|
|
94
|
+
* LoadBalancing
|
|
95
|
+
* OriginGroupCondition
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
104
|
+
|
|
105
|
+
### 第 12 次发布
|
|
106
|
+
|
|
107
|
+
发布时间:2022-12-27 02:17:04
|
|
108
|
+
|
|
109
|
+
本次发布包含了以下内容:
|
|
110
|
+
|
|
111
|
+
改善已有的文档。
|
|
112
|
+
|
|
113
|
+
修改接口:
|
|
114
|
+
|
|
115
|
+
* [CreateCodeBatch](https://cloud.tencent.com/document/api/1458/75029)
|
|
116
|
+
|
|
117
|
+
* 新增入参:BatchCode
|
|
118
|
+
|
|
119
|
+
* [CreateCodePack](https://cloud.tencent.com/document/api/1458/75028)
|
|
120
|
+
|
|
121
|
+
* 新增入参:SerialType
|
|
122
|
+
|
|
123
|
+
* [CreateCustomPack](https://cloud.tencent.com/document/api/1458/81464)
|
|
124
|
+
|
|
125
|
+
* 新增入参:SerialType
|
|
126
|
+
|
|
127
|
+
* [DescribeCodePacks](https://cloud.tencent.com/document/api/1458/75016)
|
|
128
|
+
|
|
129
|
+
* 新增入参:SerialType
|
|
130
|
+
|
|
131
|
+
* [ModifyCodeBatch](https://cloud.tencent.com/document/api/1458/75007)
|
|
132
|
+
|
|
133
|
+
* 新增入参:BatchCode
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
139
|
+
|
|
140
|
+
### 第 9 次发布
|
|
141
|
+
|
|
142
|
+
发布时间:2022-12-27 02:26:58
|
|
143
|
+
|
|
144
|
+
本次发布包含了以下内容:
|
|
145
|
+
|
|
146
|
+
改善已有的文档。
|
|
147
|
+
|
|
148
|
+
新增数据结构:
|
|
149
|
+
|
|
150
|
+
* [AMEMusicBaseInfo](https://cloud.tencent.com/document/api/1592/76191#AMEMusicBaseInfo)
|
|
151
|
+
|
|
152
|
+
修改数据结构:
|
|
153
|
+
|
|
154
|
+
* [KTVMatchMusic](https://cloud.tencent.com/document/api/1592/76191#KTVMatchMusic)
|
|
155
|
+
|
|
156
|
+
* 新增成员:AMEMusicBaseInfo
|
|
157
|
+
|
|
158
|
+
* [KTVMatchRule](https://cloud.tencent.com/document/api/1592/76191#KTVMatchRule)
|
|
159
|
+
|
|
160
|
+
* 新增成员:MusicIdToMatchAME
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
# Release 4.0.510
|
|
166
|
+
|
|
167
|
+
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
168
|
+
|
|
169
|
+
### 第 5 次发布
|
|
170
|
+
|
|
171
|
+
发布时间:2022-12-26 01:15:15
|
|
172
|
+
|
|
173
|
+
本次发布包含了以下内容:
|
|
174
|
+
|
|
175
|
+
改善已有的文档。
|
|
176
|
+
|
|
177
|
+
修改接口:
|
|
178
|
+
|
|
179
|
+
* [DescribeTask](https://cloud.tencent.com/document/api/1500/71781)
|
|
180
|
+
|
|
181
|
+
* 新增出参:ReportInfo
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
新增数据结构:
|
|
185
|
+
|
|
186
|
+
* [TaskReportInfo](https://cloud.tencent.com/document/api/1500/71784#TaskReportInfo)
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
191
|
+
|
|
192
|
+
### 第 21 次发布
|
|
193
|
+
|
|
194
|
+
发布时间:2022-12-26 01:58:03
|
|
195
|
+
|
|
196
|
+
本次发布包含了以下内容:
|
|
197
|
+
|
|
198
|
+
改善已有的文档。
|
|
199
|
+
|
|
200
|
+
新增接口:
|
|
201
|
+
|
|
202
|
+
* [DescribeDistributionL4AccessData](https://cloud.tencent.com/document/api/1552/84489)
|
|
203
|
+
* [DescribeTimingL4AccessData](https://cloud.tencent.com/document/api/1552/84488)
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
1
211
|
# Release 4.0.509
|
|
2
212
|
|
|
3
213
|
## 访问管理(cam) 版本:2019-01-16
|
package/README.md
CHANGED
|
@@ -94,10 +94,10 @@ const CvmClient = tencentcloud.cvm.v20170312.Client
|
|
|
94
94
|
|
|
95
95
|
除显式传入凭证外,从 `v4.0.506` 起支持 [腾讯云实例角色](https://cloud.tencent.com/document/product/213/47668)
|
|
96
96
|
|
|
97
|
-
在您为实例绑定角色后,您可以在实例中访问相关元数据接口获取临时凭证。用法可参考 [示例代码](./examples/cvm_role.js)
|
|
97
|
+
在您为实例绑定角色后,您可以在实例中访问相关元数据接口获取临时凭证。用法可参考 [js示例代码](./examples/cvm_role.js) 或 [ts示例代码](./examples/cvm_role.ts)
|
|
98
98
|
```javascript
|
|
99
99
|
// ...
|
|
100
|
-
const CvmRoleCredential = tencentcloud.
|
|
100
|
+
const CvmRoleCredential = require("tencentcloud-sdk-nodejs/tencentcloud/common/cvm_role_credential").default
|
|
101
101
|
|
|
102
102
|
new XxxClient({
|
|
103
103
|
// ...
|