tencentcloud-sdk-nodejs 4.0.406 → 4.0.409
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 +216 -0
- package/SERVICE_CHANGELOG.md +233 -11
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_models.ts +16 -0
- package/src/services/car/v20220110/car_models.ts +7 -0
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/es/v20180416/es_models.ts +5 -0
- package/src/services/ess/v20201111/ess_client.ts +17 -2
- package/src/services/ess/v20201111/ess_models.ts +107 -12
- package/src/services/iai/v20200303/iai_models.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +1 -1
- package/src/services/tem/v20210701/tem_client.ts +129 -18
- package/src/services/tem/v20210701/tem_models.ts +582 -112
- package/src/services/teo/v20220106/teo_models.ts +13 -4
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +13 -0
- package/tencentcloud/services/car/v20220110/car_models.d.ts +6 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/es/v20180416/es_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +7 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +92 -12
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +41 -5
- package/tencentcloud/services/tem/v20210701/tem_client.js +60 -6
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +495 -95
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +12 -4
- package/test/ess.v20201111.test.js +10 -0
- package/test/tem.v20210701.test.js +94 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,219 @@
|
|
|
1
|
+
# Release 4.0.409
|
|
2
|
+
|
|
3
|
+
## 应用性能观测(apm) 版本:2021-06-22
|
|
4
|
+
|
|
5
|
+
### 第 13 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-08-03 06:04:22
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeMetricRecords](https://cloud.tencent.com/document/api/1463/68254)
|
|
16
|
+
|
|
17
|
+
* 新增入参:PageIndex, PageSize
|
|
18
|
+
|
|
19
|
+
* 新增出参:TotalCount
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## 应用云渲染(car) 版本:2022-01-10
|
|
25
|
+
|
|
26
|
+
### 第 3 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2022-08-03 06:08:12
|
|
29
|
+
|
|
30
|
+
本次发布包含了以下内容:
|
|
31
|
+
|
|
32
|
+
改善已有的文档。
|
|
33
|
+
|
|
34
|
+
修改接口:
|
|
35
|
+
|
|
36
|
+
* [CreateSession](https://cloud.tencent.com/document/api/1547/72826)
|
|
37
|
+
|
|
38
|
+
* 新增入参:RunMode
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
44
|
+
|
|
45
|
+
### 第 32 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2022-08-03 06:23:52
|
|
48
|
+
|
|
49
|
+
本次发布包含了以下内容:
|
|
50
|
+
|
|
51
|
+
改善已有的文档。
|
|
52
|
+
|
|
53
|
+
修改接口:
|
|
54
|
+
|
|
55
|
+
* [DescribeLogstashInstances](https://cloud.tencent.com/document/api/845/77239)
|
|
56
|
+
|
|
57
|
+
* 新增入参:VpcIds
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
63
|
+
|
|
64
|
+
### 第 12 次发布
|
|
65
|
+
|
|
66
|
+
发布时间:2022-08-03 06:24:12
|
|
67
|
+
|
|
68
|
+
本次发布包含了以下内容:
|
|
69
|
+
|
|
70
|
+
改善已有的文档。
|
|
71
|
+
|
|
72
|
+
新增接口:
|
|
73
|
+
|
|
74
|
+
* [CreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1323/78262)
|
|
75
|
+
|
|
76
|
+
修改接口:
|
|
77
|
+
|
|
78
|
+
* [CreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1323/75450)
|
|
79
|
+
|
|
80
|
+
* 新增入参:ApproverRestrictions
|
|
81
|
+
|
|
82
|
+
* 新增出参:SignUrls
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
新增数据结构:
|
|
86
|
+
|
|
87
|
+
* [ApproverRestriction](https://cloud.tencent.com/document/api/1323/70369#ApproverRestriction)
|
|
88
|
+
* [SignUrl](https://cloud.tencent.com/document/api/1323/70369#SignUrl)
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
93
|
+
|
|
94
|
+
### 第 23 次发布
|
|
95
|
+
|
|
96
|
+
发布时间:2022-08-03 06:46:27
|
|
97
|
+
|
|
98
|
+
本次发布包含了以下内容:
|
|
99
|
+
|
|
100
|
+
改善已有的文档。
|
|
101
|
+
|
|
102
|
+
新增接口:
|
|
103
|
+
|
|
104
|
+
* [CreateApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78341)
|
|
105
|
+
* [CreateConfigData](https://cloud.tencent.com/document/api/1371/78337)
|
|
106
|
+
* [DeleteApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78340)
|
|
107
|
+
* [DescribeApplicationAutoscalerList](https://cloud.tencent.com/document/api/1371/78339)
|
|
108
|
+
* [DescribeConfigData](https://cloud.tencent.com/document/api/1371/78336)
|
|
109
|
+
* [DescribeConfigDataList](https://cloud.tencent.com/document/api/1371/78335)
|
|
110
|
+
* [DestroyConfigData](https://cloud.tencent.com/document/api/1371/78334)
|
|
111
|
+
* [ModifyApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78338)
|
|
112
|
+
* [ModifyConfigData](https://cloud.tencent.com/document/api/1371/78333)
|
|
113
|
+
|
|
114
|
+
新增数据结构:
|
|
115
|
+
|
|
116
|
+
* [Autoscaler](https://cloud.tencent.com/document/api/1371/60171#Autoscaler)
|
|
117
|
+
* [ConfigData](https://cloud.tencent.com/document/api/1371/60171#ConfigData)
|
|
118
|
+
* [DescribeConfigDataListPage](https://cloud.tencent.com/document/api/1371/60171#DescribeConfigDataListPage)
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
127
|
+
|
|
128
|
+
### 第 15 次发布
|
|
129
|
+
|
|
130
|
+
发布时间:2022-08-03 06:46:50
|
|
131
|
+
|
|
132
|
+
本次发布包含了以下内容:
|
|
133
|
+
|
|
134
|
+
改善已有的文档。
|
|
135
|
+
|
|
136
|
+
修改数据结构:
|
|
137
|
+
|
|
138
|
+
* [OriginRecord](https://cloud.tencent.com/document/api/1552/73155#OriginRecord)
|
|
139
|
+
|
|
140
|
+
* 新增成员:Proto
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
# Release 4.0.408
|
|
146
|
+
|
|
147
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
148
|
+
|
|
149
|
+
### 第 24 次发布
|
|
150
|
+
|
|
151
|
+
发布时间:2022-08-02 11:36:28
|
|
152
|
+
|
|
153
|
+
本次发布包含了以下内容:
|
|
154
|
+
|
|
155
|
+
改善已有的文档。
|
|
156
|
+
|
|
157
|
+
新增接口:
|
|
158
|
+
|
|
159
|
+
* [ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)
|
|
160
|
+
|
|
161
|
+
修改接口:
|
|
162
|
+
|
|
163
|
+
* [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
|
|
164
|
+
|
|
165
|
+
* 新增入参:ApproverRestrictions
|
|
166
|
+
|
|
167
|
+
* 新增出参:SignUrls
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
新增数据结构:
|
|
171
|
+
|
|
172
|
+
* [ApproverRestriction](https://cloud.tencent.com/document/api/1420/61525#ApproverRestriction)
|
|
173
|
+
* [SignUrl](https://cloud.tencent.com/document/api/1420/61525#SignUrl)
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
# Release 4.0.407
|
|
182
|
+
|
|
183
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
184
|
+
|
|
185
|
+
### 第 24 次发布
|
|
186
|
+
|
|
187
|
+
发布时间:2022-08-02 11:36:28
|
|
188
|
+
|
|
189
|
+
本次发布包含了以下内容:
|
|
190
|
+
|
|
191
|
+
改善已有的文档。
|
|
192
|
+
|
|
193
|
+
新增接口:
|
|
194
|
+
|
|
195
|
+
* [ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)
|
|
196
|
+
|
|
197
|
+
修改接口:
|
|
198
|
+
|
|
199
|
+
* [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
|
|
200
|
+
|
|
201
|
+
* 新增入参:ApproverRestrictions
|
|
202
|
+
|
|
203
|
+
* 新增出参:SignUrls
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
新增数据结构:
|
|
207
|
+
|
|
208
|
+
* [ApproverRestriction](https://cloud.tencent.com/document/api/1420/61525#ApproverRestriction)
|
|
209
|
+
* [SignUrl](https://cloud.tencent.com/document/api/1420/61525#SignUrl)
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
1
217
|
# Release 4.0.406
|
|
2
218
|
|
|
3
219
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,69 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 应用性能观测(apm) 版本:2021-06-22
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 13 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-08-03 06:04:22
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeMetricRecords](https://cloud.tencent.com/document/api/1463/68254)
|
|
16
|
+
|
|
17
|
+
* 新增入参:PageIndex, PageSize
|
|
18
|
+
|
|
19
|
+
* 新增出参:TotalCount
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## 应用云渲染(car) 版本:2022-01-10
|
|
25
|
+
|
|
26
|
+
### 第 3 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2022-08-03 06:08:12
|
|
29
|
+
|
|
30
|
+
本次发布包含了以下内容:
|
|
31
|
+
|
|
32
|
+
改善已有的文档。
|
|
33
|
+
|
|
34
|
+
修改接口:
|
|
35
|
+
|
|
36
|
+
* [CreateSession](https://cloud.tencent.com/document/api/1547/72826)
|
|
37
|
+
|
|
38
|
+
* 新增入参:RunMode
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
44
|
+
|
|
45
|
+
### 第 32 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2022-08-03 06:23:52
|
|
48
|
+
|
|
49
|
+
本次发布包含了以下内容:
|
|
50
|
+
|
|
51
|
+
改善已有的文档。
|
|
52
|
+
|
|
53
|
+
修改接口:
|
|
54
|
+
|
|
55
|
+
* [DescribeLogstashInstances](https://cloud.tencent.com/document/api/845/77239)
|
|
56
|
+
|
|
57
|
+
* 新增入参:VpcIds
|
|
6
58
|
|
|
7
|
-
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## 电子签服务(ess) 版本:2020-11-11
|
|
63
|
+
|
|
64
|
+
### 第 12 次发布
|
|
65
|
+
|
|
66
|
+
发布时间:2022-08-03 06:24:12
|
|
8
67
|
|
|
9
68
|
本次发布包含了以下内容:
|
|
10
69
|
|
|
@@ -12,11 +71,11 @@
|
|
|
12
71
|
|
|
13
72
|
新增接口:
|
|
14
73
|
|
|
15
|
-
* [
|
|
74
|
+
* [CreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1323/78262)
|
|
16
75
|
|
|
17
76
|
修改接口:
|
|
18
77
|
|
|
19
|
-
* [
|
|
78
|
+
* [CreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1323/75450)
|
|
20
79
|
|
|
21
80
|
* 新增入参:ApproverRestrictions
|
|
22
81
|
|
|
@@ -25,12 +84,61 @@
|
|
|
25
84
|
|
|
26
85
|
新增数据结构:
|
|
27
86
|
|
|
28
|
-
* [ApproverRestriction](https://cloud.tencent.com/document/api/
|
|
29
|
-
* [SignUrl](https://cloud.tencent.com/document/api/
|
|
87
|
+
* [ApproverRestriction](https://cloud.tencent.com/document/api/1323/70369#ApproverRestriction)
|
|
88
|
+
* [SignUrl](https://cloud.tencent.com/document/api/1323/70369#SignUrl)
|
|
30
89
|
|
|
31
90
|
|
|
32
91
|
|
|
33
|
-
##
|
|
92
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
93
|
+
|
|
94
|
+
### 第 23 次发布
|
|
95
|
+
|
|
96
|
+
发布时间:2022-08-03 06:46:27
|
|
97
|
+
|
|
98
|
+
本次发布包含了以下内容:
|
|
99
|
+
|
|
100
|
+
改善已有的文档。
|
|
101
|
+
|
|
102
|
+
新增接口:
|
|
103
|
+
|
|
104
|
+
* [CreateApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78341)
|
|
105
|
+
* [CreateConfigData](https://cloud.tencent.com/document/api/1371/78337)
|
|
106
|
+
* [DeleteApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78340)
|
|
107
|
+
* [DescribeApplicationAutoscalerList](https://cloud.tencent.com/document/api/1371/78339)
|
|
108
|
+
* [DescribeConfigData](https://cloud.tencent.com/document/api/1371/78336)
|
|
109
|
+
* [DescribeConfigDataList](https://cloud.tencent.com/document/api/1371/78335)
|
|
110
|
+
* [DestroyConfigData](https://cloud.tencent.com/document/api/1371/78334)
|
|
111
|
+
* [ModifyApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78338)
|
|
112
|
+
* [ModifyConfigData](https://cloud.tencent.com/document/api/1371/78333)
|
|
113
|
+
|
|
114
|
+
新增数据结构:
|
|
115
|
+
|
|
116
|
+
* [Autoscaler](https://cloud.tencent.com/document/api/1371/60171#Autoscaler)
|
|
117
|
+
* [ConfigData](https://cloud.tencent.com/document/api/1371/60171#ConfigData)
|
|
118
|
+
* [DescribeConfigDataListPage](https://cloud.tencent.com/document/api/1371/60171#DescribeConfigDataListPage)
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
127
|
+
|
|
128
|
+
### 第 15 次发布
|
|
129
|
+
|
|
130
|
+
发布时间:2022-08-03 06:46:50
|
|
131
|
+
|
|
132
|
+
本次发布包含了以下内容:
|
|
133
|
+
|
|
134
|
+
改善已有的文档。
|
|
135
|
+
|
|
136
|
+
修改数据结构:
|
|
137
|
+
|
|
138
|
+
* [OriginRecord](https://cloud.tencent.com/document/api/1552/73155#OriginRecord)
|
|
139
|
+
|
|
140
|
+
* 新增成员:Proto
|
|
141
|
+
|
|
34
142
|
|
|
35
143
|
|
|
36
144
|
|
|
@@ -3207,6 +3315,23 @@
|
|
|
3207
3315
|
|
|
3208
3316
|
## 应用性能观测(apm) 版本:2021-06-22
|
|
3209
3317
|
|
|
3318
|
+
### 第 13 次发布
|
|
3319
|
+
|
|
3320
|
+
发布时间:2022-08-03 06:04:22
|
|
3321
|
+
|
|
3322
|
+
本次发布包含了以下内容:
|
|
3323
|
+
|
|
3324
|
+
改善已有的文档。
|
|
3325
|
+
|
|
3326
|
+
修改接口:
|
|
3327
|
+
|
|
3328
|
+
* [DescribeMetricRecords](https://cloud.tencent.com/document/api/1463/68254)
|
|
3329
|
+
|
|
3330
|
+
* 新增入参:PageIndex, PageSize
|
|
3331
|
+
|
|
3332
|
+
* 新增出参:TotalCount
|
|
3333
|
+
|
|
3334
|
+
|
|
3210
3335
|
### 第 12 次发布
|
|
3211
3336
|
|
|
3212
3337
|
发布时间:2022-07-12 06:04:29
|
|
@@ -9217,6 +9342,21 @@
|
|
|
9217
9342
|
|
|
9218
9343
|
## 应用云渲染(car) 版本:2022-01-10
|
|
9219
9344
|
|
|
9345
|
+
### 第 3 次发布
|
|
9346
|
+
|
|
9347
|
+
发布时间:2022-08-03 06:08:12
|
|
9348
|
+
|
|
9349
|
+
本次发布包含了以下内容:
|
|
9350
|
+
|
|
9351
|
+
改善已有的文档。
|
|
9352
|
+
|
|
9353
|
+
修改接口:
|
|
9354
|
+
|
|
9355
|
+
* [CreateSession](https://cloud.tencent.com/document/api/1547/72826)
|
|
9356
|
+
|
|
9357
|
+
* 新增入参:RunMode
|
|
9358
|
+
|
|
9359
|
+
|
|
9220
9360
|
### 第 2 次发布
|
|
9221
9361
|
|
|
9222
9362
|
发布时间:2022-04-21 06:07:22
|
|
@@ -35583,6 +35723,21 @@
|
|
|
35583
35723
|
|
|
35584
35724
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
35585
35725
|
|
|
35726
|
+
### 第 32 次发布
|
|
35727
|
+
|
|
35728
|
+
发布时间:2022-08-03 06:23:52
|
|
35729
|
+
|
|
35730
|
+
本次发布包含了以下内容:
|
|
35731
|
+
|
|
35732
|
+
改善已有的文档。
|
|
35733
|
+
|
|
35734
|
+
修改接口:
|
|
35735
|
+
|
|
35736
|
+
* [DescribeLogstashInstances](https://cloud.tencent.com/document/api/845/77239)
|
|
35737
|
+
|
|
35738
|
+
* 新增入参:VpcIds
|
|
35739
|
+
|
|
35740
|
+
|
|
35586
35741
|
### 第 31 次发布
|
|
35587
35742
|
|
|
35588
35743
|
发布时间:2022-07-14 06:10:06
|
|
@@ -36320,6 +36475,32 @@
|
|
|
36320
36475
|
|
|
36321
36476
|
## 电子签服务(ess) 版本:2020-11-11
|
|
36322
36477
|
|
|
36478
|
+
### 第 12 次发布
|
|
36479
|
+
|
|
36480
|
+
发布时间:2022-08-03 06:24:12
|
|
36481
|
+
|
|
36482
|
+
本次发布包含了以下内容:
|
|
36483
|
+
|
|
36484
|
+
改善已有的文档。
|
|
36485
|
+
|
|
36486
|
+
新增接口:
|
|
36487
|
+
|
|
36488
|
+
* [[CreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1323/78262)](https://cloud.tencent.com/document/api/#/#)
|
|
36489
|
+
|
|
36490
|
+
修改接口:
|
|
36491
|
+
|
|
36492
|
+
* [CreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1323/75450)
|
|
36493
|
+
|
|
36494
|
+
* 新增入参:ApproverRestrictions
|
|
36495
|
+
|
|
36496
|
+
* 新增出参:SignUrls
|
|
36497
|
+
|
|
36498
|
+
|
|
36499
|
+
新增数据结构:
|
|
36500
|
+
|
|
36501
|
+
* [[ApproverRestriction](https://cloud.tencent.com/document/api/1323/70369#ApproverRestriction)](https://cloud.tencent.com/document/api/1323/70369#[ApproverRestriction](https://cloud.tencent.com/document/api/1323/70369#ApproverRestriction))
|
|
36502
|
+
* [[SignUrl](https://cloud.tencent.com/document/api/1323/70369#SignUrl)](https://cloud.tencent.com/document/api/1323/70369#[SignUrl](https://cloud.tencent.com/document/api/1323/70369#SignUrl))
|
|
36503
|
+
|
|
36323
36504
|
### 第 11 次发布
|
|
36324
36505
|
|
|
36325
36506
|
发布时间:2022-07-30 15:12:18
|
|
@@ -36644,7 +36825,7 @@
|
|
|
36644
36825
|
|
|
36645
36826
|
新增接口:
|
|
36646
36827
|
|
|
36647
|
-
* [
|
|
36828
|
+
* [ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)
|
|
36648
36829
|
|
|
36649
36830
|
修改接口:
|
|
36650
36831
|
|
|
@@ -36657,8 +36838,8 @@
|
|
|
36657
36838
|
|
|
36658
36839
|
新增数据结构:
|
|
36659
36840
|
|
|
36660
|
-
* [
|
|
36661
|
-
* [
|
|
36841
|
+
* [ApproverRestriction](https://cloud.tencent.com/document/api/1420/61525#ApproverRestriction)
|
|
36842
|
+
* [SignUrl](https://cloud.tencent.com/document/api/1420/61525#SignUrl)
|
|
36662
36843
|
|
|
36663
36844
|
### 第 23 次发布
|
|
36664
36845
|
|
|
@@ -69833,6 +70014,32 @@
|
|
|
69833
70014
|
|
|
69834
70015
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
69835
70016
|
|
|
70017
|
+
### 第 23 次发布
|
|
70018
|
+
|
|
70019
|
+
发布时间:2022-08-03 06:46:27
|
|
70020
|
+
|
|
70021
|
+
本次发布包含了以下内容:
|
|
70022
|
+
|
|
70023
|
+
改善已有的文档。
|
|
70024
|
+
|
|
70025
|
+
新增接口:
|
|
70026
|
+
|
|
70027
|
+
* [[CreateApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78341)](https://cloud.tencent.com/document/api/#/#)
|
|
70028
|
+
* [[CreateConfigData](https://cloud.tencent.com/document/api/1371/78337)](https://cloud.tencent.com/document/api/#/#)
|
|
70029
|
+
* [[DeleteApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78340)](https://cloud.tencent.com/document/api/#/#)
|
|
70030
|
+
* [[DescribeApplicationAutoscalerList](https://cloud.tencent.com/document/api/1371/78339)](https://cloud.tencent.com/document/api/#/#)
|
|
70031
|
+
* [[DescribeConfigData](https://cloud.tencent.com/document/api/1371/78336)](https://cloud.tencent.com/document/api/#/#)
|
|
70032
|
+
* [[DescribeConfigDataList](https://cloud.tencent.com/document/api/1371/78335)](https://cloud.tencent.com/document/api/#/#)
|
|
70033
|
+
* [[DestroyConfigData](https://cloud.tencent.com/document/api/1371/78334)](https://cloud.tencent.com/document/api/#/#)
|
|
70034
|
+
* [[ModifyApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78338)](https://cloud.tencent.com/document/api/#/#)
|
|
70035
|
+
* [[ModifyConfigData](https://cloud.tencent.com/document/api/1371/78333)](https://cloud.tencent.com/document/api/#/#)
|
|
70036
|
+
|
|
70037
|
+
新增数据结构:
|
|
70038
|
+
|
|
70039
|
+
* [[Autoscaler](https://cloud.tencent.com/document/api/1371/60171#Autoscaler)](https://cloud.tencent.com/document/api/1371/60171#[Autoscaler](https://cloud.tencent.com/document/api/1371/60171#Autoscaler))
|
|
70040
|
+
* [[ConfigData](https://cloud.tencent.com/document/api/1371/60171#ConfigData)](https://cloud.tencent.com/document/api/1371/60171#[ConfigData](https://cloud.tencent.com/document/api/1371/60171#ConfigData))
|
|
70041
|
+
* [[DescribeConfigDataListPage](https://cloud.tencent.com/document/api/1371/60171#DescribeConfigDataListPage)](https://cloud.tencent.com/document/api/1371/60171#[DescribeConfigDataListPage](https://cloud.tencent.com/document/api/1371/60171#DescribeConfigDataListPage))
|
|
70042
|
+
|
|
69836
70043
|
### 第 22 次发布
|
|
69837
70044
|
|
|
69838
70045
|
发布时间:2022-08-02 06:33:46
|
|
@@ -70278,6 +70485,21 @@
|
|
|
70278
70485
|
|
|
70279
70486
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
70280
70487
|
|
|
70488
|
+
### 第 15 次发布
|
|
70489
|
+
|
|
70490
|
+
发布时间:2022-08-03 06:46:50
|
|
70491
|
+
|
|
70492
|
+
本次发布包含了以下内容:
|
|
70493
|
+
|
|
70494
|
+
改善已有的文档。
|
|
70495
|
+
|
|
70496
|
+
修改数据结构:
|
|
70497
|
+
|
|
70498
|
+
* [OriginRecord](https://cloud.tencent.com/document/api/1552/73155#OriginRecord)
|
|
70499
|
+
|
|
70500
|
+
* 新增成员:Proto
|
|
70501
|
+
|
|
70502
|
+
|
|
70281
70503
|
### 第 14 次发布
|
|
70282
70504
|
|
|
70283
70505
|
发布时间:2022-07-28 06:23:18
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
14
14
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
|
|
15
15
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-06-14 06:05:10 |
|
|
16
|
-
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-
|
|
16
|
+
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-08-03 06:04:22 |
|
|
17
17
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-07-26 06:06:18 |
|
|
18
18
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-07-20 06:01:12 |
|
|
19
19
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
|
|
30
30
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
|
|
31
31
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
32
|
-
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-
|
|
32
|
+
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-08-03 06:07:16 |
|
|
33
33
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
|
|
34
34
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-05-25 06:03:56 |
|
|
35
35
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-12 06:07:13 |
|
|
36
|
-
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-
|
|
36
|
+
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-08-03 06:08:12 |
|
|
37
37
|
| casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
|
|
38
|
-
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-08-
|
|
38
|
+
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-08-03 06:08:18 |
|
|
39
39
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-07-06 06:07:59 |
|
|
40
40
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-07-01 06:06:59 |
|
|
41
41
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-08-01 11:27:47 |
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-07-27 06:06:19 |
|
|
55
55
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
|
|
56
56
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
|
|
57
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-08-
|
|
57
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-08-03 06:13:36 |
|
|
58
58
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-06-24 06:09:00 |
|
|
59
59
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
60
60
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
86
86
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-06-16 06:06:58 |
|
|
87
87
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-07-28 06:11:30 |
|
|
88
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-
|
|
89
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-08-
|
|
88
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-08-03 06:23:52 |
|
|
89
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-08-03 06:24:12 |
|
|
90
90
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-08-02 11:51:30 |
|
|
91
91
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
92
92
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-07-30 15:12:30 |
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
100
100
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
101
101
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-04-04 06:45:58 |
|
|
102
|
-
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-
|
|
102
|
+
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-08-03 06:26:45 |
|
|
103
103
|
| ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-04-04 06:46:38 |
|
|
104
104
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2022-04-13 06:46:31 |
|
|
105
105
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-07-06 06:13:46 |
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
136
136
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
137
137
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-07-26 06:19:20 |
|
|
138
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-
|
|
138
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-08-03 06:36:07 |
|
|
139
139
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-07-21 06:14:50 |
|
|
140
140
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-06-13 06:15:36 |
|
|
141
141
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
|
|
148
148
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
149
149
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
150
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-
|
|
150
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-08-03 06:38:49 |
|
|
151
151
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-07-20 06:11:30 |
|
|
152
152
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-07-22 06:12:49 |
|
|
153
153
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-25 06:11:28 |
|
|
@@ -180,8 +180,8 @@
|
|
|
180
180
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-07-05 06:21:49 |
|
|
181
181
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
182
182
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-29 06:15:49 |
|
|
183
|
-
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-08-
|
|
184
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-
|
|
183
|
+
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-08-03 06:46:27 |
|
|
184
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-08-03 06:46:50 |
|
|
185
185
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
186
186
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
187
187
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.409"
|
|
@@ -474,6 +474,12 @@ export interface DescribeMetricRecordsResponse {
|
|
|
474
474
|
*/
|
|
475
475
|
Records: Array<ApmMetricRecord>
|
|
476
476
|
|
|
477
|
+
/**
|
|
478
|
+
* 查询指标结果集条数
|
|
479
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
480
|
+
*/
|
|
481
|
+
TotalCount: number
|
|
482
|
+
|
|
477
483
|
/**
|
|
478
484
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
479
485
|
*/
|
|
@@ -598,6 +604,16 @@ export interface DescribeMetricRecordsRequest {
|
|
|
598
604
|
* 业务名称(默认值:taw)
|
|
599
605
|
*/
|
|
600
606
|
BusinessName?: string
|
|
607
|
+
|
|
608
|
+
/**
|
|
609
|
+
* 页码
|
|
610
|
+
*/
|
|
611
|
+
PageIndex?: number
|
|
612
|
+
|
|
613
|
+
/**
|
|
614
|
+
* 页长
|
|
615
|
+
*/
|
|
616
|
+
PageSize?: number
|
|
601
617
|
}
|
|
602
618
|
|
|
603
619
|
/**
|