tencentcloud-sdk-nodejs 4.0.933 → 4.0.934

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.
Files changed (62) hide show
  1. package/CHANGELOG.md +203 -0
  2. package/SERVICE_CHANGELOG.md +333 -28
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cvm/v20170312/cvm_client.ts +13 -0
  7. package/src/services/cvm/v20170312/cvm_models.ts +56 -0
  8. package/src/services/dc/v20180410/dc_client.ts +5 -6
  9. package/src/services/dc/v20180410/dc_models.ts +6 -7
  10. package/src/services/dcdb/v20180411/dcdb_models.ts +10 -2
  11. package/src/services/dlc/v20210125/dlc_client.ts +26 -2
  12. package/src/services/dlc/v20210125/dlc_models.ts +71 -23
  13. package/src/services/emr/v20190103/emr_client.ts +18 -3
  14. package/src/services/emr/v20190103/emr_models.ts +170 -32
  15. package/src/services/es/v20180416/es_client.ts +3 -1
  16. package/src/services/es/v20180416/es_models.ts +53 -4
  17. package/src/services/ess/v20201111/ess_client.ts +16 -3
  18. package/src/services/ess/v20201111/ess_models.ts +125 -42
  19. package/src/services/mariadb/v20170312/mariadb_models.ts +11 -3
  20. package/src/services/rce/v20201103/rce_client.ts +2 -2
  21. package/src/services/sms/v20190711/sms_models.ts +2 -2
  22. package/src/services/sms/v20210111/sms_models.ts +2 -2
  23. package/src/services/trtc/v20190722/trtc_models.ts +5 -0
  24. package/src/services/tse/v20201207/tse_models.ts +8 -8
  25. package/src/services/vclm/v20240523/vclm_models.ts +1 -1
  26. package/src/services/vpc/v20170312/vpc_client.ts +2 -2
  27. package/src/services/vtc/v20240223/vtc_models.ts +1 -1
  28. package/tencentcloud/common/sdk_version.d.ts +1 -1
  29. package/tencentcloud/common/sdk_version.js +1 -1
  30. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +5 -1
  31. package/tencentcloud/services/cvm/v20170312/cvm_client.js +6 -0
  32. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +53 -0
  33. package/tencentcloud/services/dc/v20180410/dc_client.d.ts +4 -5
  34. package/tencentcloud/services/dc/v20180410/dc_client.js +4 -5
  35. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +6 -7
  36. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +10 -2
  37. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +9 -1
  38. package/tencentcloud/services/dlc/v20210125/dlc_client.js +12 -0
  39. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +67 -23
  40. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
  41. package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
  42. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +164 -31
  43. package/tencentcloud/services/es/v20180416/es_client.d.ts +1 -1
  44. package/tencentcloud/services/es/v20180416/es_models.d.ts +51 -4
  45. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  46. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  47. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +122 -42
  48. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +11 -3
  49. package/tencentcloud/services/rce/v20201103/rce_client.d.ts +2 -2
  50. package/tencentcloud/services/rce/v20201103/rce_client.js +2 -2
  51. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +2 -2
  52. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +2 -2
  53. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +5 -0
  54. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -8
  55. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +1 -1
  56. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  57. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -2
  58. package/tencentcloud/services/vtc/v20240223/vtc_models.d.ts +1 -1
  59. package/test/cvm.v20170312.test.js +10 -0
  60. package/test/dlc.v20210125.test.js +20 -0
  61. package/test/emr.v20190103.test.js +10 -0
  62. package/test/ess.v20201111.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,206 @@
1
+ # Release 4.0.934
2
+
3
+ ## 云服务器(cvm) 版本:2017-03-12
4
+
5
+ ### 第 129 次发布
6
+
7
+ 发布时间:2024-09-10 01:20:00
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [ConvertOperatingSystems](https://cloud.tencent.com/document/api/213/110841)
16
+
17
+ 新增数据结构:
18
+
19
+ * [TargetOS](https://cloud.tencent.com/document/api/213/15753#TargetOS)
20
+
21
+
22
+
23
+ ## TDSQL MySQL 版(dcdb) 版本:2018-04-11
24
+
25
+ ### 第 72 次发布
26
+
27
+ 发布时间:2024-09-10 01:27:35
28
+
29
+ 本次发布包含了以下内容:
30
+
31
+ 改善已有的文档。
32
+
33
+ 修改接口:
34
+
35
+ * [CreateAccount](https://cloud.tencent.com/document/api/557/19996)
36
+
37
+ * 新增入参:EncryptedPassword
38
+
39
+ * <font color="#dd0000">**修改入参**:</font>Password
40
+
41
+ * [ResetAccountPassword](https://cloud.tencent.com/document/api/557/19979)
42
+
43
+ * 新增入参:EncryptedPassword
44
+
45
+ * <font color="#dd0000">**修改入参**:</font>Password
46
+
47
+
48
+
49
+
50
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
51
+
52
+ ### 第 102 次发布
53
+
54
+ 发布时间:2024-09-10 01:28:17
55
+
56
+ 本次发布包含了以下内容:
57
+
58
+ 改善已有的文档。
59
+
60
+ 新增接口:
61
+
62
+ * [DeleteTable](https://cloud.tencent.com/document/api/1342/110842)
63
+ * [QueryInternalTableWarehouse](https://cloud.tencent.com/document/api/1342/110843)
64
+
65
+
66
+
67
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
68
+
69
+ ### 第 75 次发布
70
+
71
+ 发布时间:2024-09-09 11:32:30
72
+
73
+ 本次发布包含了以下内容:
74
+
75
+ 改善已有的文档。
76
+
77
+ 新增接口:
78
+
79
+ * [DescribeResourceScheduleDiffDetail](https://cloud.tencent.com/document/api/589/110834)
80
+
81
+ 新增数据结构:
82
+
83
+ * [DiffDetail](https://cloud.tencent.com/document/api/589/33981#DiffDetail)
84
+ * [DiffDetailItem](https://cloud.tencent.com/document/api/589/33981#DiffDetailItem)
85
+ * [DiffHeader](https://cloud.tencent.com/document/api/589/33981#DiffHeader)
86
+
87
+
88
+
89
+ ## Elasticsearch Service(es) 版本:2018-04-16
90
+
91
+ ### 第 68 次发布
92
+
93
+ 发布时间:2024-09-10 01:35:22
94
+
95
+ 本次发布包含了以下内容:
96
+
97
+ 改善已有的文档。
98
+
99
+ 修改接口:
100
+
101
+ * [DescribeServerlessMetrics](https://cloud.tencent.com/document/api/845/108288)
102
+
103
+ * 新增入参:BatchIndexList
104
+
105
+ * 新增出参:MetricMapList
106
+
107
+
108
+ 新增数据结构:
109
+
110
+ * [MetricAllData](https://cloud.tencent.com/document/api/845/30634#MetricAllData)
111
+ * [MetricMapByIndexId](https://cloud.tencent.com/document/api/845/30634#MetricMapByIndexId)
112
+
113
+
114
+
115
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
116
+
117
+ ### 第 186 次发布
118
+
119
+ 发布时间:2024-09-10 01:35:59
120
+
121
+ 本次发布包含了以下内容:
122
+
123
+ 改善已有的文档。
124
+
125
+ 新增接口:
126
+
127
+ * [DescribeOrganizationAuthStatus](https://cloud.tencent.com/document/api/1323/110844)
128
+
129
+ 新增数据结构:
130
+
131
+ * [AuthRecord](https://cloud.tencent.com/document/api/1323/70369#AuthRecord)
132
+
133
+
134
+
135
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
136
+
137
+ ### 第 65 次发布
138
+
139
+ 发布时间:2024-09-10 01:50:50
140
+
141
+ 本次发布包含了以下内容:
142
+
143
+ 改善已有的文档。
144
+
145
+ 修改接口:
146
+
147
+ * [CreateAccount](https://cloud.tencent.com/document/api/237/16165)
148
+
149
+ * 新增入参:EncryptedPassword
150
+
151
+ * <font color="#dd0000">**修改入参**:</font>Password
152
+
153
+ * [ResetAccountPassword](https://cloud.tencent.com/document/api/237/16168)
154
+
155
+ * 新增入参:EncryptedPassword
156
+
157
+ * <font color="#dd0000">**修改入参**:</font>Password
158
+
159
+
160
+
161
+
162
+ ## 实时音视频(trtc) 版本:2019-07-22
163
+
164
+ ### 第 90 次发布
165
+
166
+ 发布时间:2024-09-10 02:18:51
167
+
168
+ 本次发布包含了以下内容:
169
+
170
+ 改善已有的文档。
171
+
172
+ 修改数据结构:
173
+
174
+ * [STTConfig](https://cloud.tencent.com/document/api/647/44055#STTConfig)
175
+
176
+ * 新增成员:VadSilenceTime
177
+
178
+
179
+
180
+
181
+ ## 微服务引擎(tse) 版本:2020-12-07
182
+
183
+ ### 第 76 次发布
184
+
185
+ 发布时间:2024-09-10 02:19:25
186
+
187
+ 本次发布包含了以下内容:
188
+
189
+ 改善已有的文档。
190
+
191
+ 修改接口:
192
+
193
+ * [CreateCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94851)
194
+
195
+ * <font color="#dd0000">**修改入参**:</font>Path
196
+
197
+ * [ModifyCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94835)
198
+
199
+ * <font color="#dd0000">**修改入参**:</font>Path
200
+
201
+
202
+
203
+
1
204
  # Release 4.0.933
2
205
 
3
206
  ## 云防火墙(cfw) 版本:2019-09-04
@@ -1,26 +1,74 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云防火墙(cfw) 版本:2019-09-04
3
+ ## 云服务器(cvm) 版本:2017-03-12
4
4
 
5
- ### 第 63 次发布
5
+ ### 第 129 次发布
6
6
 
7
- 发布时间:2024-09-09 01:19:11
7
+ 发布时间:2024-09-10 01:20:00
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- <font color="#dd0000">**删除接口**:</font>
13
+ 新增接口:
14
+
15
+ * [ConvertOperatingSystems](https://cloud.tencent.com/document/api/213/110841)
16
+
17
+ 新增数据结构:
18
+
19
+ * [TargetOS](https://cloud.tencent.com/document/api/213/15753#TargetOS)
20
+
21
+
22
+
23
+ ## TDSQL MySQL 版(dcdb) 版本:2018-04-11
24
+
25
+ ### 第 72 次发布
26
+
27
+ 发布时间:2024-09-10 01:27:35
28
+
29
+ 本次发布包含了以下内容:
30
+
31
+ 改善已有的文档。
32
+
33
+ 修改接口:
34
+
35
+ * [CreateAccount](https://cloud.tencent.com/document/api/557/19996)
36
+
37
+ * 新增入参:EncryptedPassword
38
+
39
+ * <font color="#dd0000">**修改入参**:</font>Password
40
+
41
+ * [ResetAccountPassword](https://cloud.tencent.com/document/api/557/19979)
42
+
43
+ * 新增入参:EncryptedPassword
44
+
45
+ * <font color="#dd0000">**修改入参**:</font>Password
46
+
47
+
14
48
 
15
- * DeleteVpcInstance
49
+
50
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
51
+
52
+ ### 第 102 次发布
53
+
54
+ 发布时间:2024-09-10 01:28:17
55
+
56
+ 本次发布包含了以下内容:
57
+
58
+ 改善已有的文档。
59
+
60
+ 新增接口:
61
+
62
+ * [DeleteTable](https://cloud.tencent.com/document/api/1342/110842)
63
+ * [QueryInternalTableWarehouse](https://cloud.tencent.com/document/api/1342/110843)
16
64
 
17
65
 
18
66
 
19
67
  ## 弹性 MapReduce(emr) 版本:2019-01-03
20
68
 
21
- ### 第 74 次发布
69
+ ### 第 75 次发布
22
70
 
23
- 发布时间:2024-09-06 17:52:12
71
+ 发布时间:2024-09-09 11:32:30
24
72
 
25
73
  本次发布包含了以下内容:
26
74
 
@@ -28,25 +76,21 @@
28
76
 
29
77
  新增接口:
30
78
 
31
- * [DeployYarnConf](https://cloud.tencent.com/document/api/589/110818)
32
- * [DescribeYarnQueue](https://cloud.tencent.com/document/api/589/110817)
33
- * [ModifyYarnQueueV2](https://cloud.tencent.com/document/api/589/110816)
34
- * [ResetYarnConfig](https://cloud.tencent.com/document/api/589/110815)
79
+ * [DescribeResourceScheduleDiffDetail](https://cloud.tencent.com/document/api/589/110834)
35
80
 
36
81
  新增数据结构:
37
82
 
38
- * [ConfigModifyInfoV2](https://cloud.tencent.com/document/api/589/33981#ConfigModifyInfoV2)
39
- * [ConfigSetInfo](https://cloud.tencent.com/document/api/589/33981#ConfigSetInfo)
40
- * [Item](https://cloud.tencent.com/document/api/589/33981#Item)
41
- * [ItemSeq](https://cloud.tencent.com/document/api/589/33981#ItemSeq)
83
+ * [DiffDetail](https://cloud.tencent.com/document/api/589/33981#DiffDetail)
84
+ * [DiffDetailItem](https://cloud.tencent.com/document/api/589/33981#DiffDetailItem)
85
+ * [DiffHeader](https://cloud.tencent.com/document/api/589/33981#DiffHeader)
42
86
 
43
87
 
44
88
 
45
- ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
89
+ ## Elasticsearch Service(es) 版本:2018-04-16
46
90
 
47
- ### 第 21 次发布
91
+ ### 第 68 次发布
48
92
 
49
- 发布时间:2024-09-09 02:22:07
93
+ 发布时间:2024-09-10 01:35:22
50
94
 
51
95
  本次发布包含了以下内容:
52
96
 
@@ -54,9 +98,105 @@
54
98
 
55
99
  修改接口:
56
100
 
57
- * [DescribeMQTTInstanceList](https://cloud.tencent.com/document/api/1493/103098)
101
+ * [DescribeServerlessMetrics](https://cloud.tencent.com/document/api/845/108288)
102
+
103
+ * 新增入参:BatchIndexList
104
+
105
+ * 新增出参:MetricMapList
106
+
107
+
108
+ 新增数据结构:
109
+
110
+ * [MetricAllData](https://cloud.tencent.com/document/api/845/30634#MetricAllData)
111
+ * [MetricMapByIndexId](https://cloud.tencent.com/document/api/845/30634#MetricMapByIndexId)
58
112
 
59
- * 新增入参:IncludeNew
113
+
114
+
115
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
116
+
117
+ ### 第 186 次发布
118
+
119
+ 发布时间:2024-09-10 01:35:59
120
+
121
+ 本次发布包含了以下内容:
122
+
123
+ 改善已有的文档。
124
+
125
+ 新增接口:
126
+
127
+ * [DescribeOrganizationAuthStatus](https://cloud.tencent.com/document/api/1323/110844)
128
+
129
+ 新增数据结构:
130
+
131
+ * [AuthRecord](https://cloud.tencent.com/document/api/1323/70369#AuthRecord)
132
+
133
+
134
+
135
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
136
+
137
+ ### 第 65 次发布
138
+
139
+ 发布时间:2024-09-10 01:50:50
140
+
141
+ 本次发布包含了以下内容:
142
+
143
+ 改善已有的文档。
144
+
145
+ 修改接口:
146
+
147
+ * [CreateAccount](https://cloud.tencent.com/document/api/237/16165)
148
+
149
+ * 新增入参:EncryptedPassword
150
+
151
+ * <font color="#dd0000">**修改入参**:</font>Password
152
+
153
+ * [ResetAccountPassword](https://cloud.tencent.com/document/api/237/16168)
154
+
155
+ * 新增入参:EncryptedPassword
156
+
157
+ * <font color="#dd0000">**修改入参**:</font>Password
158
+
159
+
160
+
161
+
162
+ ## 实时音视频(trtc) 版本:2019-07-22
163
+
164
+ ### 第 90 次发布
165
+
166
+ 发布时间:2024-09-10 02:18:51
167
+
168
+ 本次发布包含了以下内容:
169
+
170
+ 改善已有的文档。
171
+
172
+ 修改数据结构:
173
+
174
+ * [STTConfig](https://cloud.tencent.com/document/api/647/44055#STTConfig)
175
+
176
+ * 新增成员:VadSilenceTime
177
+
178
+
179
+
180
+
181
+ ## 微服务引擎(tse) 版本:2020-12-07
182
+
183
+ ### 第 76 次发布
184
+
185
+ 发布时间:2024-09-10 02:19:25
186
+
187
+ 本次发布包含了以下内容:
188
+
189
+ 改善已有的文档。
190
+
191
+ 修改接口:
192
+
193
+ * [CreateCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94851)
194
+
195
+ * <font color="#dd0000">**修改入参**:</font>Path
196
+
197
+ * [ModifyCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94835)
198
+
199
+ * <font color="#dd0000">**修改入参**:</font>Path
60
200
 
61
201
 
62
202
 
@@ -40479,6 +40619,22 @@
40479
40619
 
40480
40620
  ## 云服务器(cvm) 版本:2017-03-12
40481
40621
 
40622
+ ### 第 129 次发布
40623
+
40624
+ 发布时间:2024-09-10 01:20:00
40625
+
40626
+ 本次发布包含了以下内容:
40627
+
40628
+ 改善已有的文档。
40629
+
40630
+ 新增接口:
40631
+
40632
+ * [[ConvertOperatingSystems](https://cloud.tencent.com/document/api/213/110841)](https://cloud.tencent.com/document/api/#/#)
40633
+
40634
+ 新增数据结构:
40635
+
40636
+ * [[TargetOS](https://cloud.tencent.com/document/api/213/15753#TargetOS)](https://cloud.tencent.com/document/api/213/15753#[TargetOS](https://cloud.tencent.com/document/api/213/15753#TargetOS))
40637
+
40482
40638
  ### 第 128 次发布
40483
40639
 
40484
40640
  发布时间:2024-07-22 01:24:41
@@ -51669,6 +51825,29 @@
51669
51825
 
51670
51826
  ## TDSQL MySQL 版(dcdb) 版本:2018-04-11
51671
51827
 
51828
+ ### 第 72 次发布
51829
+
51830
+ 发布时间:2024-09-10 01:27:35
51831
+
51832
+ 本次发布包含了以下内容:
51833
+
51834
+ 改善已有的文档。
51835
+
51836
+ 修改接口:
51837
+
51838
+ * [CreateAccount](https://cloud.tencent.com/document/api/557/19996)
51839
+
51840
+ * 新增入参:EncryptedPassword
51841
+
51842
+ * <font color="#dd0000">**修改入参**:</font>Password
51843
+
51844
+ * [ResetAccountPassword](https://cloud.tencent.com/document/api/557/19979)
51845
+
51846
+ * 新增入参:EncryptedPassword
51847
+
51848
+ * <font color="#dd0000">**修改入参**:</font>Password
51849
+
51850
+
51672
51851
  ### 第 71 次发布
51673
51852
 
51674
51853
  发布时间:2024-09-03 01:39:09
@@ -52979,6 +53158,19 @@
52979
53158
 
52980
53159
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
52981
53160
 
53161
+ ### 第 102 次发布
53162
+
53163
+ 发布时间:2024-09-10 01:28:17
53164
+
53165
+ 本次发布包含了以下内容:
53166
+
53167
+ 改善已有的文档。
53168
+
53169
+ 新增接口:
53170
+
53171
+ * [[DeleteTable](https://cloud.tencent.com/document/api/1342/110842)](https://cloud.tencent.com/document/api/#/#)
53172
+ * [[QueryInternalTableWarehouse](https://cloud.tencent.com/document/api/1342/110843)](https://cloud.tencent.com/document/api/#/#)
53173
+
52982
53174
  ### 第 101 次发布
52983
53175
 
52984
53176
  发布时间:2024-09-04 15:52:47
@@ -61679,6 +61871,24 @@
61679
61871
 
61680
61872
  ## 弹性 MapReduce(emr) 版本:2019-01-03
61681
61873
 
61874
+ ### 第 75 次发布
61875
+
61876
+ 发布时间:2024-09-09 11:32:30
61877
+
61878
+ 本次发布包含了以下内容:
61879
+
61880
+ 改善已有的文档。
61881
+
61882
+ 新增接口:
61883
+
61884
+ * [[DescribeResourceScheduleDiffDetail](https://cloud.tencent.com/document/api/589/110834)](https://cloud.tencent.com/document/api/#/#)
61885
+
61886
+ 新增数据结构:
61887
+
61888
+ * [[DiffDetail](https://cloud.tencent.com/document/api/589/33981#DiffDetail)](https://cloud.tencent.com/document/api/589/33981#[DiffDetail](https://cloud.tencent.com/document/api/589/33981#DiffDetail))
61889
+ * [[DiffDetailItem](https://cloud.tencent.com/document/api/589/33981#DiffDetailItem)](https://cloud.tencent.com/document/api/589/33981#[DiffDetailItem](https://cloud.tencent.com/document/api/589/33981#DiffDetailItem))
61890
+ * [[DiffHeader](https://cloud.tencent.com/document/api/589/33981#DiffHeader)](https://cloud.tencent.com/document/api/589/33981#[DiffHeader](https://cloud.tencent.com/document/api/589/33981#DiffHeader))
61891
+
61682
61892
  ### 第 74 次发布
61683
61893
 
61684
61894
  发布时间:2024-09-06 17:52:12
@@ -61689,17 +61899,17 @@
61689
61899
 
61690
61900
  新增接口:
61691
61901
 
61692
- * [[DeployYarnConf](https://cloud.tencent.com/document/api/589/110818)](https://cloud.tencent.com/document/api/#/#)
61693
- * [[DescribeYarnQueue](https://cloud.tencent.com/document/api/589/110817)](https://cloud.tencent.com/document/api/#/#)
61694
- * [[ModifyYarnQueueV2](https://cloud.tencent.com/document/api/589/110816)](https://cloud.tencent.com/document/api/#/#)
61695
- * [[ResetYarnConfig](https://cloud.tencent.com/document/api/589/110815)](https://cloud.tencent.com/document/api/#/#)
61902
+ * [DeployYarnConf](https://cloud.tencent.com/document/api/589/110818)
61903
+ * [DescribeYarnQueue](https://cloud.tencent.com/document/api/589/110817)
61904
+ * [ModifyYarnQueueV2](https://cloud.tencent.com/document/api/589/110816)
61905
+ * [ResetYarnConfig](https://cloud.tencent.com/document/api/589/110815)
61696
61906
 
61697
61907
  新增数据结构:
61698
61908
 
61699
- * [[ConfigModifyInfoV2](https://cloud.tencent.com/document/api/589/33981#ConfigModifyInfoV2)](https://cloud.tencent.com/document/api/589/33981#[ConfigModifyInfoV2](https://cloud.tencent.com/document/api/589/33981#ConfigModifyInfoV2))
61700
- * [[ConfigSetInfo](https://cloud.tencent.com/document/api/589/33981#ConfigSetInfo)](https://cloud.tencent.com/document/api/589/33981#[ConfigSetInfo](https://cloud.tencent.com/document/api/589/33981#ConfigSetInfo))
61701
- * [[Item](https://cloud.tencent.com/document/api/589/33981#Item)](https://cloud.tencent.com/document/api/589/33981#[Item](https://cloud.tencent.com/document/api/589/33981#Item))
61702
- * [[ItemSeq](https://cloud.tencent.com/document/api/589/33981#ItemSeq)](https://cloud.tencent.com/document/api/589/33981#[ItemSeq](https://cloud.tencent.com/document/api/589/33981#ItemSeq))
61909
+ * [ConfigModifyInfoV2](https://cloud.tencent.com/document/api/589/33981#ConfigModifyInfoV2)
61910
+ * [ConfigSetInfo](https://cloud.tencent.com/document/api/589/33981#ConfigSetInfo)
61911
+ * [Item](https://cloud.tencent.com/document/api/589/33981#Item)
61912
+ * [ItemSeq](https://cloud.tencent.com/document/api/589/33981#ItemSeq)
61703
61913
 
61704
61914
  ### 第 73 次发布
61705
61915
 
@@ -63417,6 +63627,28 @@
63417
63627
 
63418
63628
  ## Elasticsearch Service(es) 版本:2018-04-16
63419
63629
 
63630
+ ### 第 68 次发布
63631
+
63632
+ 发布时间:2024-09-10 01:35:22
63633
+
63634
+ 本次发布包含了以下内容:
63635
+
63636
+ 改善已有的文档。
63637
+
63638
+ 修改接口:
63639
+
63640
+ * [DescribeServerlessMetrics](https://cloud.tencent.com/document/api/845/108288)
63641
+
63642
+ * 新增入参:BatchIndexList
63643
+
63644
+ * 新增出参:MetricMapList
63645
+
63646
+
63647
+ 新增数据结构:
63648
+
63649
+ * [[MetricAllData](https://cloud.tencent.com/document/api/845/30634#MetricAllData)](https://cloud.tencent.com/document/api/845/30634#[MetricAllData](https://cloud.tencent.com/document/api/845/30634#MetricAllData))
63650
+ * [[MetricMapByIndexId](https://cloud.tencent.com/document/api/845/30634#MetricMapByIndexId)](https://cloud.tencent.com/document/api/845/30634#[MetricMapByIndexId](https://cloud.tencent.com/document/api/845/30634#MetricMapByIndexId))
63651
+
63420
63652
  ### 第 67 次发布
63421
63653
 
63422
63654
  发布时间:2024-09-03 01:47:13
@@ -64902,6 +65134,22 @@
64902
65134
 
64903
65135
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
64904
65136
 
65137
+ ### 第 186 次发布
65138
+
65139
+ 发布时间:2024-09-10 01:35:59
65140
+
65141
+ 本次发布包含了以下内容:
65142
+
65143
+ 改善已有的文档。
65144
+
65145
+ 新增接口:
65146
+
65147
+ * [[DescribeOrganizationAuthStatus](https://cloud.tencent.com/document/api/1323/110844)](https://cloud.tencent.com/document/api/#/#)
65148
+
65149
+ 新增数据结构:
65150
+
65151
+ * [[AuthRecord](https://cloud.tencent.com/document/api/1323/70369#AuthRecord)](https://cloud.tencent.com/document/api/1323/70369#[AuthRecord](https://cloud.tencent.com/document/api/1323/70369#AuthRecord))
65152
+
64905
65153
  ### 第 185 次发布
64906
65154
 
64907
65155
  发布时间:2024-08-27 01:44:49
@@ -91590,6 +91838,29 @@
91590
91838
 
91591
91839
  ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
91592
91840
 
91841
+ ### 第 65 次发布
91842
+
91843
+ 发布时间:2024-09-10 01:50:50
91844
+
91845
+ 本次发布包含了以下内容:
91846
+
91847
+ 改善已有的文档。
91848
+
91849
+ 修改接口:
91850
+
91851
+ * [CreateAccount](https://cloud.tencent.com/document/api/237/16165)
91852
+
91853
+ * 新增入参:EncryptedPassword
91854
+
91855
+ * <font color="#dd0000">**修改入参**:</font>Password
91856
+
91857
+ * [ResetAccountPassword](https://cloud.tencent.com/document/api/237/16168)
91858
+
91859
+ * 新增入参:EncryptedPassword
91860
+
91861
+ * <font color="#dd0000">**修改入参**:</font>Password
91862
+
91863
+
91593
91864
  ### 第 64 次发布
91594
91865
 
91595
91866
  发布时间:2024-09-03 02:06:45
@@ -145124,6 +145395,21 @@
145124
145395
 
145125
145396
  ## 实时音视频(trtc) 版本:2019-07-22
145126
145397
 
145398
+ ### 第 90 次发布
145399
+
145400
+ 发布时间:2024-09-10 02:18:51
145401
+
145402
+ 本次发布包含了以下内容:
145403
+
145404
+ 改善已有的文档。
145405
+
145406
+ 修改数据结构:
145407
+
145408
+ * [STTConfig](https://cloud.tencent.com/document/api/647/44055#STTConfig)
145409
+
145410
+ * 新增成员:VadSilenceTime
145411
+
145412
+
145127
145413
  ### 第 89 次发布
145128
145414
 
145129
145415
  发布时间:2024-08-21 02:23:20
@@ -146742,6 +147028,25 @@
146742
147028
 
146743
147029
  ## 微服务引擎(tse) 版本:2020-12-07
146744
147030
 
147031
+ ### 第 76 次发布
147032
+
147033
+ 发布时间:2024-09-10 02:19:25
147034
+
147035
+ 本次发布包含了以下内容:
147036
+
147037
+ 改善已有的文档。
147038
+
147039
+ 修改接口:
147040
+
147041
+ * [CreateCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94851)
147042
+
147043
+ * <font color="#dd0000">**修改入参**:</font>Path
147044
+
147045
+ * [ModifyCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94835)
147046
+
147047
+ * <font color="#dd0000">**修改入参**:</font>Path
147048
+
147049
+
146745
147050
  ### 第 75 次发布
146746
147051
 
146747
147052
  发布时间:2024-08-21 02:23:57
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.933",
3
+ "version": "4.0.934",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {