tencentcloud-sdk-nodejs 4.1.96 → 4.1.98

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 (48) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/lighthouse/v20200324/lighthouse_client.js +6 -0
  3. package/es/services/lke/v20231130/lke_client.js +0 -3
  4. package/es/services/trtc/v20190722/trtc_client.js +9 -0
  5. package/package.json +1 -1
  6. package/tencentcloud/common/sdk_version.d.ts +1 -1
  7. package/tencentcloud/common/sdk_version.js +1 -1
  8. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +23 -33
  9. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +12 -12
  10. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -2
  11. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -3
  12. package/tencentcloud/services/cls/v20201016/cls_client.js +3 -3
  13. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +495 -127
  14. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +3 -3
  15. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +5 -1
  16. package/tencentcloud/services/es/v20180416/es_models.d.ts +8 -0
  17. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -1
  18. package/tencentcloud/services/ess/v20201111/ess_client.js +3 -1
  19. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +19 -2
  20. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -1
  21. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -1
  22. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +18 -1
  23. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +34 -2
  24. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +6 -0
  25. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +16 -1
  26. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +19 -0
  27. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +197 -42
  28. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -5
  29. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -5
  30. package/tencentcloud/services/lke/v20231130/lke_client.js +0 -6
  31. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +8 -38
  32. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +1 -1
  33. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +10 -0
  34. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +19 -20
  35. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
  36. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +7 -7
  37. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +13 -1
  38. package/tencentcloud/services/trtc/v20190722/trtc_client.js +18 -0
  39. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +128 -0
  40. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
  41. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +18 -18
  42. package/tencentcloud/services/tsf/v20180326/tsf_client.js +18 -18
  43. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +488 -389
  44. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -0
  45. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  46. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  47. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -1
  48. package/tencentcloud/services/wsa/v20250508/wsa_models.d.ts +14 -3
@@ -1 +1 @@
1
- export const sdkVersion = "4.1.96";
1
+ export const sdkVersion = "4.1.98";
@@ -33,6 +33,9 @@ export class Client extends AbstractClient {
33
33
  async ImportKeyPair(req, cb) {
34
34
  return this.request("ImportKeyPair", req, cb);
35
35
  }
36
+ async DescribeImagesToShare(req, cb) {
37
+ return this.request("DescribeImagesToShare", req, cb);
38
+ }
36
39
  async InquirePriceCreateDisks(req, cb) {
37
40
  return this.request("InquirePriceCreateDisks", req, cb);
38
41
  }
@@ -162,6 +165,9 @@ export class Client extends AbstractClient {
162
165
  async DetachDisks(req, cb) {
163
166
  return this.request("DetachDisks", req, cb);
164
167
  }
168
+ async ModifyImageSharePermission(req, cb) {
169
+ return this.request("ModifyImageSharePermission", req, cb);
170
+ }
165
171
  async StartDockerContainers(req, cb) {
166
172
  return this.request("StartDockerContainers", req, cb);
167
173
  }
@@ -147,9 +147,6 @@ export class Client extends AbstractClient {
147
147
  async ListQACate(req, cb) {
148
148
  return this.request("ListQACate", req, cb);
149
149
  }
150
- async ListAppCategory(req, cb) {
151
- return this.request("ListAppCategory", req, cb);
152
- }
153
150
  async DescribeQA(req, cb) {
154
151
  return this.request("DescribeQA", req, cb);
155
152
  }
@@ -54,6 +54,9 @@ export class Client extends AbstractClient {
54
54
  async StartMCUMixTranscodeByStrRoomId(req, cb) {
55
55
  return this.request("StartMCUMixTranscodeByStrRoomId", req, cb);
56
56
  }
57
+ async TextToSpeech(req, cb) {
58
+ return this.request("TextToSpeech", req, cb);
59
+ }
57
60
  async StartStreamIngest(req, cb) {
58
61
  return this.request("StartStreamIngest", req, cb);
59
62
  }
@@ -141,6 +144,9 @@ export class Client extends AbstractClient {
141
144
  async StopStreamIngest(req, cb) {
142
145
  return this.request("StopStreamIngest", req, cb);
143
146
  }
147
+ async VoiceClone(req, cb) {
148
+ return this.request("VoiceClone", req, cb);
149
+ }
144
150
  async DescribeRecordingUsage(req, cb) {
145
151
  return this.request("DescribeRecordingUsage", req, cb);
146
152
  }
@@ -207,6 +213,9 @@ export class Client extends AbstractClient {
207
213
  async DescribeTRTCRealTimeScaleMetricData(req, cb) {
208
214
  return this.request("DescribeTRTCRealTimeScaleMetricData", req, cb);
209
215
  }
216
+ async TextToSpeechSSE(req, cb) {
217
+ return this.request("TextToSpeechSSE", req, cb);
218
+ }
210
219
  async StopMCUMixTranscode(req, cb) {
211
220
  return this.request("StopMCUMixTranscode", req, cb);
212
221
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.1.96",
3
+ "version": "4.1.98",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.1.96";
1
+ export declare const sdkVersion = "4.1.98";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.1.96";
4
+ exports.sdkVersion = "4.1.98";
@@ -222,7 +222,7 @@ export interface EnvData {
222
222
  */
223
223
  export interface DescribeTaskTemplatesRequest {
224
224
  /**
225
- * 任务模板ID列表,与Filters参数不能同时指定。
225
+ * 任务模板ID列表,与Filters参数不能同时指定。模版ID最大限制100.
226
226
  */
227
227
  TaskTemplateIds?: Array<string>;
228
228
  /**
@@ -239,7 +239,7 @@ export interface DescribeTaskTemplatesRequest {
239
239
  */
240
240
  Offset?: number;
241
241
  /**
242
- * 返回数量
242
+ * 返回数量; 可选范围[1-100];默认值为20。
243
243
  */
244
244
  Limit?: number;
245
245
  }
@@ -1144,11 +1144,11 @@ export interface DescribeTaskTemplatesResponse {
1144
1144
  /**
1145
1145
  * 任务模板列表
1146
1146
  */
1147
- TaskTemplateSet: Array<TaskTemplateView>;
1147
+ TaskTemplateSet?: Array<TaskTemplateView>;
1148
1148
  /**
1149
1149
  * 任务模板数量
1150
1150
  */
1151
- TotalCount: number;
1151
+ TotalCount?: number;
1152
1152
  /**
1153
1153
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1154
1154
  */
@@ -1568,32 +1568,32 @@ export interface DescribeJobSubmitInfoResponse {
1568
1568
  /**
1569
1569
  * 作业ID
1570
1570
  */
1571
- JobId: string;
1571
+ JobId?: string;
1572
1572
  /**
1573
1573
  * 作业名称
1574
1574
  */
1575
- JobName: string;
1575
+ JobName?: string;
1576
1576
  /**
1577
1577
  * 作业描述
1578
1578
  */
1579
- JobDescription: string;
1579
+ JobDescription?: string;
1580
1580
  /**
1581
1581
  * 作业优先级,任务(Task)和任务实例(TaskInstance)会继承作业优先级
1582
1582
  */
1583
- Priority: number;
1583
+ Priority?: number;
1584
1584
  /**
1585
1585
  * 任务信息
1586
1586
  */
1587
- Tasks: Array<Task>;
1587
+ Tasks?: Array<Task>;
1588
1588
  /**
1589
1589
  * 依赖信息
1590
1590
  */
1591
- Dependences: Array<Dependence>;
1591
+ Dependences?: Array<Dependence>;
1592
1592
  /**
1593
1593
  * 作业绑定的标签列表。
1594
1594
  注意:此字段可能返回 null,表示取不到有效值。
1595
1595
  */
1596
- Tags: Array<Tag>;
1596
+ Tags?: Array<Tag>;
1597
1597
  /**
1598
1598
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1599
1599
  */
@@ -1746,7 +1746,7 @@ export interface RedirectLocalInfo {
1746
1746
  */
1747
1747
  export interface DescribeJobSubmitInfoRequest {
1748
1748
  /**
1749
- * 作业ID
1749
+ * 作业ID;JobId详见[作业列表](https://cloud.tencent.com/document/product/599/15909)
1750
1750
  */
1751
1751
  JobId: string;
1752
1752
  }
@@ -2727,48 +2727,38 @@ export interface InternetAccessible {
2727
2727
  */
2728
2728
  BandwidthPackageId?: string;
2729
2729
  /**
2730
- * 线路类型。各种线路类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:BGP。
2731
-
2732
- - BGP:常规 BGP 线路
2733
-
2730
+ * 线路类型。各种线路类型及支持地区详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:BGP。
2731
+ <li>BGP:常规 BGP 线路</li>
2734
2732
  已开通静态单线IP白名单的用户,可选值:
2735
-
2736
- - CMCC:中国移动
2737
- - CTCC:中国电信
2738
- - CUCC:中国联通
2739
-
2733
+ <li>CMCC:中国移动</li>
2734
+ <li>CTCC:中国电信</li>
2735
+ <li>CUCC:中国联通</li>
2740
2736
  注意:仅部分地域支持静态单线IP。
2741
- 示例值:BGP
2737
+
2742
2738
  */
2743
2739
  InternetServiceProvider?: string;
2744
2740
  /**
2745
2741
  * 公网 IP 类型。
2746
2742
 
2747
- - WanIP:普通公网IP
2748
- - HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP
2749
- - AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646)
2750
-
2743
+ <li> WanIP:普通公网IP。</li>
2744
+ <li> HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。</li>
2745
+ <li> AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646)。</li>
2751
2746
  如需为资源分配公网IPv4地址,请指定公网IPv4地址类型。
2752
2747
 
2753
- 示例值:WanIP
2754
-
2755
2748
  此功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)
2756
2749
  */
2757
2750
  IPv4AddressType?: string;
2758
2751
  /**
2759
2752
  * 弹性公网 IPv6 类型。
2760
- - EIPv6:弹性公网 IPv6
2761
- - HighQualityEIPv6:精品 IPv6。仅中国香港支持精品IPv6
2762
-
2753
+ <li> EIPv6:弹性公网 IPv6。</li>
2754
+ <li> HighQualityEIPv6:精品 IPv6。仅中国香港支持精品IPv6。</li>
2763
2755
  如需为资源分配IPv6地址,请指定弹性公网IPv6类型。
2764
- 示例值:EIPv6
2765
2756
 
2766
2757
  此功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)
2767
2758
  */
2768
2759
  IPv6AddressType?: string;
2769
2760
  /**
2770
2761
  * 高防包唯一ID,申请高防IP时,该字段必传。
2771
- 示例值:bgp-12345678
2772
2762
 
2773
2763
  */
2774
2764
  AntiDDoSPackageId?: string;
@@ -91,9 +91,9 @@ export interface FetchMessageByOffsetRequest {
91
91
  */
92
92
  Partition: number;
93
93
  /**
94
- * 位点信息,必填
94
+ * 位点信息
95
95
  */
96
- Offset?: number;
96
+ Offset: number;
97
97
  }
98
98
  /**
99
99
  * 查询连接源具体数据的返参
@@ -856,13 +856,13 @@ export interface DeleteRouteTriggerTimeRequest {
856
856
  */
857
857
  export interface CreatePostPaidInstanceRequest {
858
858
  /**
859
- * ckafka集群实例名称,是一个不超过 64 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)
859
+ * 私有网络Id 创建的实例默认接入点所在的 vpc 对应 vpcId
860
860
  */
861
- InstanceName?: string;
861
+ VpcId: string;
862
862
  /**
863
- * 私有网络Id 创建的实例默认接入点所在的 vpc 对应 vpcId。目前不支持创建基础网络实例,因此该参数必填
863
+ * ckafka集群实例名称,是一个不超过 64 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)
864
864
  */
865
- VpcId?: string;
865
+ InstanceName?: string;
866
866
  /**
867
867
  * 子网id。创建实例默认接入点所在的子网对应的子网 id
868
868
  */
@@ -3943,9 +3943,9 @@ export interface FetchDatahubMessageByOffsetRequest {
3943
3943
  */
3944
3944
  Partition: number;
3945
3945
  /**
3946
- * 位点信息,必填
3946
+ * 位点信息
3947
3947
  */
3948
- Offset?: number;
3948
+ Offset: number;
3949
3949
  }
3950
3950
  /**
3951
3951
  * Topic 副本及详情数据集合
@@ -6421,13 +6421,13 @@ export interface CreateInstancePreRequest {
6421
6421
  */
6422
6422
  InstanceType: number;
6423
6423
  /**
6424
- * 私有网络Id,必填
6424
+ * 私有网络Id
6425
6425
  */
6426
- VpcId?: string;
6426
+ VpcId: string;
6427
6427
  /**
6428
- * 子网id,必填
6428
+ * 子网id
6429
6429
  */
6430
- SubnetId?: string;
6430
+ SubnetId: string;
6431
6431
  /**
6432
6432
  * 可选。实例日志的最长保留时间,单位分钟,默认为10080(7天),最大30天,不填默认0,代表不开启日志保留时间回收策略
6433
6433
  */
@@ -2579,7 +2579,7 @@ export interface ModifyListenerRequest {
2579
2579
  */
2580
2580
  MaxCps?: number;
2581
2581
  /**
2582
- * 空闲连接超时时间,此参数仅适用于TCP监听器,单位:秒。默认值:900,取值范围:共享型实例和独占型实例支持:300~900,性能容量型实例支持:300~1980。如需设置超过2000s,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category),最大可设置到3600s。
2582
+ * 空闲连接超时时间,此参数仅适用于TCP/UDP监听器,单位:秒。TCP监听器默认值:900,UDP监听器默认值:300s。取值范围:共享型实例和独占型实例支持:10~900,性能容量型实例支持:10~1980。如需设置超过1980s,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category),最大可设置到3600s。
2583
2583
  */
2584
2584
  IdleConnectTimeout?: number;
2585
2585
  /**
@@ -3905,7 +3905,7 @@ export interface CreateListenerRequest {
3905
3905
  */
3906
3906
  MaxCps?: number;
3907
3907
  /**
3908
- * 空闲连接超时时间,此参数仅适用于TCP监听器,单位:秒。取值范围:共享型实例和独占型实例支持:300-900,性能容量型实例支持:300-1980。如需设置请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)。
3908
+ * 空闲连接超时时间,此参数仅适用于TCP/UDP监听器,单位:秒。默认值:TCP监听器默认值为900s,UDP监听器默认值为300s。取值范围:共享型实例和独占型实例支持:10-900,性能容量型实例支持:10-1980。如需设置超过取值范围的值请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)。
3909
3909
  */
3910
3910
  IdleConnectTimeout?: number;
3911
3911
  /**
@@ -117,7 +117,7 @@ export declare class Client extends AbstractClient {
117
117
  */
118
118
  DeleteScheduledSql(req: DeleteScheduledSqlRequest, cb?: (error: string, rep: DeleteScheduledSqlResponse) => void): Promise<DeleteScheduledSqlResponse>;
119
119
  /**
120
- * 本接口仅创建下载任务,任务返回的下载地址,请用户调用DescribeExports查看任务列表。其中有下载地址CosPath参数。参考文档https://cloud.tencent.com/document/product/614/56449
120
+ * 本接口仅创建下载任务。任务返回的下载地址,请用户调用[DescribeExports](https://cloud.tencent.com/document/product/614/56449)查看任务列表,其中有下载地址CosPath参数。
121
121
  */
122
122
  CreateExport(req: CreateExportRequest, cb?: (error: string, rep: CreateExportResponse) => void): Promise<CreateExportResponse>;
123
123
  /**
@@ -149,7 +149,7 @@ export declare class Client extends AbstractClient {
149
149
  */
150
150
  CreateNoticeContent(req: CreateNoticeContentRequest, cb?: (error: string, rep: CreateNoticeContentResponse) => void): Promise<CreateNoticeContentResponse>;
151
151
  /**
152
- * 本接口用于删除投递配置
152
+ * 删除投递Ckafka任务
153
153
  */
154
154
  DeleteConsumer(req: DeleteConsumerRequest, cb?: (error: string, rep: DeleteConsumerResponse) => void): Promise<DeleteConsumerResponse>;
155
155
  /**
@@ -177,7 +177,7 @@ export declare class Client extends AbstractClient {
177
177
  */
178
178
  ApplyConfigToMachineGroup(req: ApplyConfigToMachineGroupRequest, cb?: (error: string, rep: ApplyConfigToMachineGroupResponse) => void): Promise<ApplyConfigToMachineGroupResponse>;
179
179
  /**
180
- * 该接口用于删除告警屏蔽规则。
180
+ * 该接口用于删除告警屏蔽规则。当告警屏蔽规则在生效中或者是在失效中,无法被删除
181
181
  */
182
182
  DeleteAlarmShield(req: DeleteAlarmShieldRequest, cb?: (error: string, rep: DeleteAlarmShieldResponse) => void): Promise<DeleteAlarmShieldResponse>;
183
183
  /**
@@ -191,7 +191,7 @@ class Client extends abstract_client_1.AbstractClient {
191
191
  return this.request("DeleteScheduledSql", req, cb);
192
192
  }
193
193
  /**
194
- * 本接口仅创建下载任务,任务返回的下载地址,请用户调用DescribeExports查看任务列表。其中有下载地址CosPath参数。参考文档https://cloud.tencent.com/document/product/614/56449
194
+ * 本接口仅创建下载任务。任务返回的下载地址,请用户调用[DescribeExports](https://cloud.tencent.com/document/product/614/56449)查看任务列表,其中有下载地址CosPath参数。
195
195
  */
196
196
  async CreateExport(req, cb) {
197
197
  return this.request("CreateExport", req, cb);
@@ -239,7 +239,7 @@ class Client extends abstract_client_1.AbstractClient {
239
239
  return this.request("CreateNoticeContent", req, cb);
240
240
  }
241
241
  /**
242
- * 本接口用于删除投递配置
242
+ * 删除投递Ckafka任务
243
243
  */
244
244
  async DeleteConsumer(req, cb) {
245
245
  return this.request("DeleteConsumer", req, cb);
@@ -281,7 +281,7 @@ class Client extends abstract_client_1.AbstractClient {
281
281
  return this.request("ApplyConfigToMachineGroup", req, cb);
282
282
  }
283
283
  /**
284
- * 该接口用于删除告警屏蔽规则。
284
+ * 该接口用于删除告警屏蔽规则。当告警屏蔽规则在生效中或者是在失效中,无法被删除
285
285
  */
286
286
  async DeleteAlarmShield(req, cb) {
287
287
  return this.request("DeleteAlarmShield", req, cb);