tencentcloud-sdk-nodejs 4.0.956 → 4.0.957
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 +199 -0
- package/SERVICE_CHANGELOG.md +309 -37
- package/package.json +1 -1
- package/products.md +18 -17
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +8 -1
- package/src/services/ccc/v20200210/ccc_models.ts +94 -1
- package/src/services/cls/v20201016/cls_client.ts +66 -15
- package/src/services/cls/v20201016/cls_models.ts +605 -359
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +5 -0
- package/src/services/dc/v20180410/dc_client.ts +121 -107
- package/src/services/dc/v20180410/dc_models.ts +181 -35
- package/src/services/emr/v20190103/emr_models.ts +1 -93
- package/src/services/ess/v20201111/ess_models.ts +4 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -3
- package/src/services/faceid/v20180301/faceid_models.ts +19 -0
- package/src/services/gwlb/index.ts +5 -0
- package/src/services/gwlb/v20240906/gwlb_client.ts +267 -0
- package/src/services/gwlb/v20240906/gwlb_models.ts +954 -0
- package/src/services/gwlb/v20240906/index.ts +6 -0
- package/src/services/index.ts +1 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +4 -4
- package/src/services/privatedns/v20201028/privatedns_client.ts +18 -6
- package/src/services/privatedns/v20201028/privatedns_models.ts +48 -0
- package/src/services/teo/v20220901/teo_models.ts +8 -5
- package/src/services/tke/v20180525/tke_models.ts +2 -2
- package/src/services/vclm/v20240523/vclm_models.ts +4 -0
- package/src/services/vtc/v20240223/vtc_models.ts +4 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +8 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +94 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +591 -356
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +5 -0
- package/tencentcloud/services/dc/v20180410/dc_client.d.ts +44 -40
- package/tencentcloud/services/dc/v20180410/dc_client.js +63 -57
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +177 -35
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -93
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -3
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +19 -0
- package/tencentcloud/services/gwlb/index.d.ts +6 -0
- package/tencentcloud/services/gwlb/index.js +7 -0
- package/tencentcloud/services/gwlb/v20240906/gwlb_client.d.ts +90 -0
- package/tencentcloud/services/gwlb/v20240906/gwlb_client.js +147 -0
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +890 -0
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.js +18 -0
- package/tencentcloud/services/gwlb/v20240906/index.d.ts +6 -0
- package/tencentcloud/services/gwlb/v20240906/index.js +9 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -4
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +7 -3
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +9 -3
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +46 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +8 -5
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +4 -0
- package/tencentcloud/services/vtc/v20240223/vtc_models.d.ts +4 -0
- package/test/cls.v20201016.test.js +42 -2
- package/test/dc.v20180410.test.js +48 -38
- package/test/gwlb.v20240906.test.js +201 -0
- package/test/privatedns.v20201028.test.js +12 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,202 @@
|
|
|
1
|
+
# Release 4.0.957
|
|
2
|
+
|
|
3
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
4
|
+
|
|
5
|
+
### 第 77 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-10-16 01:05:10
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateAICall](https://cloud.tencent.com/document/api/679/111211)
|
|
16
|
+
|
|
17
|
+
* 新增入参:NotifyDuration, NotifyMessage, CustomTTSConfig
|
|
18
|
+
|
|
19
|
+
* <font color="#dd0000">**修改入参**:</font>VoiceType
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
25
|
+
|
|
26
|
+
### 第 108 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2024-10-16 01:07:47
|
|
29
|
+
|
|
30
|
+
本次发布包含了以下内容:
|
|
31
|
+
|
|
32
|
+
改善已有的文档。
|
|
33
|
+
|
|
34
|
+
新增接口:
|
|
35
|
+
|
|
36
|
+
* [CreateNoticeContent](https://cloud.tencent.com/document/api/614/111716)
|
|
37
|
+
* [DeleteNoticeContent](https://cloud.tencent.com/document/api/614/111715)
|
|
38
|
+
* [DescribeNoticeContents](https://cloud.tencent.com/document/api/614/111714)
|
|
39
|
+
* [ModifyNoticeContent](https://cloud.tencent.com/document/api/614/111713)
|
|
40
|
+
|
|
41
|
+
新增数据结构:
|
|
42
|
+
|
|
43
|
+
* [NoticeContent](https://cloud.tencent.com/document/api/614/56471#NoticeContent)
|
|
44
|
+
* [NoticeContentInfo](https://cloud.tencent.com/document/api/614/56471#NoticeContentInfo)
|
|
45
|
+
* [NoticeContentTemplate](https://cloud.tencent.com/document/api/614/56471#NoticeContentTemplate)
|
|
46
|
+
|
|
47
|
+
修改数据结构:
|
|
48
|
+
|
|
49
|
+
* [MonitorTime](https://cloud.tencent.com/document/api/614/56471#MonitorTime)
|
|
50
|
+
|
|
51
|
+
* 新增成员:CronExpression
|
|
52
|
+
|
|
53
|
+
* [NoticeReceiver](https://cloud.tencent.com/document/api/614/56471#NoticeReceiver)
|
|
54
|
+
|
|
55
|
+
* 新增成员:NoticeContentId
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
61
|
+
|
|
62
|
+
### 第 107 次发布
|
|
63
|
+
|
|
64
|
+
发布时间:2024-10-16 01:10:12
|
|
65
|
+
|
|
66
|
+
本次发布包含了以下内容:
|
|
67
|
+
|
|
68
|
+
改善已有的文档。
|
|
69
|
+
|
|
70
|
+
修改数据结构:
|
|
71
|
+
|
|
72
|
+
* [Ability](https://cloud.tencent.com/document/api/1003/48097#Ability)
|
|
73
|
+
|
|
74
|
+
* 新增成员:IsSupportManualLogic
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
80
|
+
|
|
81
|
+
### 第 81 次发布
|
|
82
|
+
|
|
83
|
+
发布时间:2024-10-16 01:15:00
|
|
84
|
+
|
|
85
|
+
本次发布包含了以下内容:
|
|
86
|
+
|
|
87
|
+
改善已有的文档。
|
|
88
|
+
|
|
89
|
+
修改数据结构:
|
|
90
|
+
|
|
91
|
+
* [DetectInfoText](https://cloud.tencent.com/document/api/1007/41958#DetectInfoText)
|
|
92
|
+
|
|
93
|
+
* 新增成员:LivenessInfoTag
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
## 网关负载均衡(gwlb) 版本:2024-09-06
|
|
99
|
+
|
|
100
|
+
### 第 1 次发布
|
|
101
|
+
|
|
102
|
+
发布时间:2024-10-15 19:52:37
|
|
103
|
+
|
|
104
|
+
本次发布包含了以下内容:
|
|
105
|
+
|
|
106
|
+
改善已有的文档。
|
|
107
|
+
|
|
108
|
+
新增接口:
|
|
109
|
+
|
|
110
|
+
* [AssociateTargetGroups](https://cloud.tencent.com/document/api/1782/111698)
|
|
111
|
+
* [CreateGatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111685)
|
|
112
|
+
* [CreateTargetGroup](https://cloud.tencent.com/document/api/1782/111697)
|
|
113
|
+
* [DeleteGatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111684)
|
|
114
|
+
* [DeleteTargetGroups](https://cloud.tencent.com/document/api/1782/111696)
|
|
115
|
+
* [DeregisterTargetGroupInstances](https://cloud.tencent.com/document/api/1782/111695)
|
|
116
|
+
* [DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/api/1782/111683)
|
|
117
|
+
* [DescribeTargetGroupInstanceStatus](https://cloud.tencent.com/document/api/1782/111694)
|
|
118
|
+
* [DescribeTargetGroupInstances](https://cloud.tencent.com/document/api/1782/111693)
|
|
119
|
+
* [DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)
|
|
120
|
+
* [DescribeTargetGroups](https://cloud.tencent.com/document/api/1782/111691)
|
|
121
|
+
* [DescribeTaskStatus](https://cloud.tencent.com/document/api/1782/111700)
|
|
122
|
+
* [DisassociateTargetGroups](https://cloud.tencent.com/document/api/1782/111690)
|
|
123
|
+
* [InquirePriceCreateGatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111682)
|
|
124
|
+
* [ModifyGatewayLoadBalancerAttribute](https://cloud.tencent.com/document/api/1782/111681)
|
|
125
|
+
* [ModifyTargetGroupAttribute](https://cloud.tencent.com/document/api/1782/111689)
|
|
126
|
+
* [ModifyTargetGroupInstancesWeight](https://cloud.tencent.com/document/api/1782/111688)
|
|
127
|
+
* [RegisterTargetGroupInstances](https://cloud.tencent.com/document/api/1782/111687)
|
|
128
|
+
|
|
129
|
+
新增数据结构:
|
|
130
|
+
|
|
131
|
+
* [AssociationItem](https://cloud.tencent.com/document/api/1782/111701#AssociationItem)
|
|
132
|
+
* [Filter](https://cloud.tencent.com/document/api/1782/111701#Filter)
|
|
133
|
+
* [GatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111701#GatewayLoadBalancer)
|
|
134
|
+
* [ItemPrice](https://cloud.tencent.com/document/api/1782/111701#ItemPrice)
|
|
135
|
+
* [Price](https://cloud.tencent.com/document/api/1782/111701#Price)
|
|
136
|
+
* [TagInfo](https://cloud.tencent.com/document/api/1782/111701#TagInfo)
|
|
137
|
+
* [TargetGroupAssociation](https://cloud.tencent.com/document/api/1782/111701#TargetGroupAssociation)
|
|
138
|
+
* [TargetGroupBackend](https://cloud.tencent.com/document/api/1782/111701#TargetGroupBackend)
|
|
139
|
+
* [TargetGroupHealthCheck](https://cloud.tencent.com/document/api/1782/111701#TargetGroupHealthCheck)
|
|
140
|
+
* [TargetGroupInfo](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInfo)
|
|
141
|
+
* [TargetGroupInstance](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInstance)
|
|
142
|
+
* [TargetGroupInstanceStatus](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInstanceStatus)
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
147
|
+
|
|
148
|
+
### 第 18 次发布
|
|
149
|
+
|
|
150
|
+
发布时间:2024-10-16 01:22:48
|
|
151
|
+
|
|
152
|
+
本次发布包含了以下内容:
|
|
153
|
+
|
|
154
|
+
改善已有的文档。
|
|
155
|
+
|
|
156
|
+
新增接口:
|
|
157
|
+
|
|
158
|
+
* [CreateEndPoint](https://cloud.tencent.com/document/api/1338/111717)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
163
|
+
|
|
164
|
+
### 第 8 次发布
|
|
165
|
+
|
|
166
|
+
发布时间:2024-10-16 01:30:50
|
|
167
|
+
|
|
168
|
+
本次发布包含了以下内容:
|
|
169
|
+
|
|
170
|
+
改善已有的文档。
|
|
171
|
+
|
|
172
|
+
修改接口:
|
|
173
|
+
|
|
174
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107805)
|
|
175
|
+
|
|
176
|
+
* 新增入参:RemoveVocal
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
## 视频转译(vtc) 版本:2024-02-23
|
|
182
|
+
|
|
183
|
+
### 第 4 次发布
|
|
184
|
+
|
|
185
|
+
发布时间:2024-10-16 01:32:39
|
|
186
|
+
|
|
187
|
+
本次发布包含了以下内容:
|
|
188
|
+
|
|
189
|
+
改善已有的文档。
|
|
190
|
+
|
|
191
|
+
修改接口:
|
|
192
|
+
|
|
193
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106273)
|
|
194
|
+
|
|
195
|
+
* 新增入参:RemoveVocal
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
1
200
|
# Release 4.0.956
|
|
2
201
|
|
|
3
202
|
## 日志服务(cls) 版本:2020-10-16
|