tencentcloud-sdk-nodejs 4.1.97 → 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 (45) 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 +435 -111
  14. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +5 -1
  15. package/tencentcloud/services/es/v20180416/es_models.d.ts +8 -0
  16. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -1
  17. package/tencentcloud/services/ess/v20201111/ess_client.js +3 -1
  18. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
  19. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -1
  20. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -1
  21. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  22. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +6 -0
  23. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +16 -1
  24. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +19 -0
  25. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +197 -42
  26. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -5
  27. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -5
  28. package/tencentcloud/services/lke/v20231130/lke_client.js +0 -6
  29. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +8 -38
  30. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +10 -0
  31. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +19 -20
  32. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
  33. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +7 -7
  34. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +13 -1
  35. package/tencentcloud/services/trtc/v20190722/trtc_client.js +18 -0
  36. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +128 -0
  37. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
  38. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +18 -18
  39. package/tencentcloud/services/tsf/v20180326/tsf_client.js +18 -18
  40. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +488 -389
  41. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -0
  42. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  43. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  44. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -1
  45. package/tencentcloud/services/wsa/v20250508/wsa_models.d.ts +14 -3
@@ -52,7 +52,7 @@ export declare class Client extends AbstractClient {
52
52
  */
53
53
  AddClusterInstances(req: AddClusterInstancesRequest, cb?: (error: string, rep: AddClusterInstancesResponse) => void): Promise<AddClusterInstancesResponse>;
54
54
  /**
55
- * 删除泳道规则
55
+ * 删除灰度发布规则
56
56
  */
57
57
  DeleteLaneRule(req: DeleteLaneRuleRequest, cb?: (error: string, rep: DeleteLaneRuleResponse) => void): Promise<DeleteLaneRuleResponse>;
58
58
  /**
@@ -76,7 +76,7 @@ export declare class Client extends AbstractClient {
76
76
  */
77
77
  DescribeGroupAttribute(req: DescribeGroupAttributeRequest, cb?: (error: string, rep: DescribeGroupAttributeResponse) => void): Promise<DescribeGroupAttributeResponse>;
78
78
  /**
79
- * 创建文件配置项,返回详细信息
79
+ * 创建文件配置项,返回详细信息。
80
80
  */
81
81
  CreateFileConfigWithDetailResp(req: CreateFileConfigWithDetailRespRequest, cb?: (error: string, rep: CreateFileConfigWithDetailRespResponse) => void): Promise<CreateFileConfigWithDetailRespResponse>;
82
82
  /**
@@ -156,7 +156,7 @@ export declare class Client extends AbstractClient {
156
156
  */
157
157
  DescribeGroupsWithPlugin(req: DescribeGroupsWithPluginRequest, cb?: (error: string, rep: DescribeGroupsWithPluginResponse) => void): Promise<DescribeGroupsWithPluginResponse>;
158
158
  /**
159
- * 启用泳道规则
159
+ * 启用灰度发布规则
160
160
  */
161
161
  EnableLaneRule(req: EnableLaneRuleRequest, cb?: (error: string, rep: EnableLaneRuleResponse) => void): Promise<EnableLaneRuleResponse>;
162
162
  /**
@@ -181,7 +181,7 @@ export declare class Client extends AbstractClient {
181
181
  DeleteImageTags(req: DeleteImageTagsRequest, cb?: (error: string, rep: DeleteImageTagsResponse) => void): Promise<DeleteImageTagsResponse>;
182
182
  /**
183
183
  * TSF上传的程序包存放在腾讯云对象存储(COS)中,通过该API可以获取从COS下载程序包需要的信息,包括包所在的桶、存储路径、鉴权信息等,之后使用COS API(或SDK)进行下载。
184
- COS相关文档请查阅:https://cloud.tencent.com/document/product/436
184
+ 请查阅[COS相关文档](https://cloud.tencent.com/document/product/436)
185
185
  */
186
186
  DescribeDownloadInfo(req: DescribeDownloadInfoRequest, cb?: (error: string, rep: DescribeDownloadInfoResponse) => void): Promise<DescribeDownloadInfoResponse>;
187
187
  /**
@@ -327,7 +327,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
327
327
  */
328
328
  DescribeGroupInstances(req: DescribeGroupInstancesRequest, cb?: (error: string, rep: DescribeGroupInstancesResponse) => void): Promise<DescribeGroupInstancesResponse>;
329
329
  /**
330
- * 创建泳道规则
330
+ * 创建灰度发布规则
331
331
  */
332
332
  CreateLaneRule(req: CreateLaneRuleRequest, cb?: (error: string, rep: CreateLaneRuleResponse) => void): Promise<CreateLaneRuleResponse>;
333
333
  /**
@@ -351,7 +351,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
351
351
  */
352
352
  DescribeUnitRulesV2(req: DescribeUnitRulesV2Request, cb?: (error: string, rep: DescribeUnitRulesV2Response) => void): Promise<DescribeUnitRulesV2Response>;
353
353
  /**
354
- * 创建公共配置项,并返回配置项详细信息
354
+ * 创建公共配置项,并返回配置项详细信息。
355
355
  */
356
356
  CreatePublicConfigWithDetailResp(req: CreatePublicConfigWithDetailRespRequest, cb?: (error: string, rep: CreatePublicConfigWithDetailRespResponse) => void): Promise<CreatePublicConfigWithDetailRespResponse>;
357
357
  /**
@@ -583,7 +583,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
583
583
  */
584
584
  DescribePathRewrites(req: DescribePathRewritesRequest, cb?: (error: string, rep: DescribePathRewritesResponse) => void): Promise<DescribePathRewritesResponse>;
585
585
  /**
586
- * 删除泳道
586
+ * 删除泳道配置
587
587
  */
588
588
  DeleteLane(req: DeleteLaneRequest, cb?: (error: string, rep: DeleteLaneResponse) => void): Promise<DeleteLaneResponse>;
589
589
  /**
@@ -595,7 +595,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
595
595
  */
596
596
  DescribeConfigReleases(req: DescribeConfigReleasesRequest, cb?: (error: string, rep: DescribeConfigReleasesResponse) => void): Promise<DescribeConfigReleasesResponse>;
597
597
  /**
598
- * 创建泳道
598
+ * 创建泳道配置
599
599
  */
600
600
  CreateLane(req: CreateLaneRequest, cb?: (error: string, rep: CreateLaneResponse) => void): Promise<CreateLaneResponse>;
601
601
  /**
@@ -626,7 +626,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
626
626
  */
627
627
  StopGroup(req: StopGroupRequest, cb?: (error: string, rep: StopGroupResponse) => void): Promise<StopGroupResponse>;
628
628
  /**
629
- * 更新泳道信息
629
+ * 更新泳道配置信息
630
630
  */
631
631
  ModifyLane(req: ModifyLaneRequest, cb?: (error: string, rep: ModifyLaneResponse) => void): Promise<ModifyLaneResponse>;
632
632
  /**
@@ -638,7 +638,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
638
638
  */
639
639
  DescribeMicroservicesByGroupIds(req: DescribeMicroservicesByGroupIdsRequest, cb?: (error: string, rep: DescribeMicroservicesByGroupIdsResponse) => void): Promise<DescribeMicroservicesByGroupIdsResponse>;
640
640
  /**
641
- * 新增微服务返回id
641
+ * 新增微服务返回ID
642
642
  */
643
643
  CreateMicroserviceWithDetailResp(req: CreateMicroserviceWithDetailRespRequest, cb?: (error: string, rep: CreateMicroserviceWithDetailRespResponse) => void): Promise<CreateMicroserviceWithDetailRespResponse>;
644
644
  /**
@@ -724,7 +724,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
724
724
  */
725
725
  DescribeFlowLastBatchState(req: DescribeFlowLastBatchStateRequest, cb?: (error: string, rep: DescribeFlowLastBatchStateResponse) => void): Promise<DescribeFlowLastBatchStateResponse>;
726
726
  /**
727
- * 发布配置,并且返回配置 ID
727
+ * 发布配置,并且返回配置ID
728
728
  */
729
729
  ReleaseConfigWithDetailResp(req: ReleaseConfigWithDetailRespRequest, cb?: (error: string, rep: ReleaseConfigWithDetailRespResponse) => void): Promise<ReleaseConfigWithDetailRespResponse>;
730
730
  /**
@@ -808,7 +808,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
808
808
  */
809
809
  DraftApiGroup(req: DraftApiGroupRequest, cb?: (error: string, rep: DraftApiGroupResponse) => void): Promise<DraftApiGroupResponse>;
810
810
  /**
811
- * 禁用泳道规则
811
+ * 禁用灰度发布规则
812
812
  */
813
813
  DisableLaneRule(req: DisableLaneRuleRequest, cb?: (error: string, rep: DisableLaneRuleResponse) => void): Promise<DisableLaneRuleResponse>;
814
814
  /**
@@ -820,7 +820,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
820
820
  */
821
821
  ContinueRunFailedTaskBatch(req: ContinueRunFailedTaskBatchRequest, cb?: (error: string, rep: ContinueRunFailedTaskBatchResponse) => void): Promise<ContinueRunFailedTaskBatchResponse>;
822
822
  /**
823
- * 查询API 版本
823
+ * 查询API版本
824
824
  */
825
825
  DescribeApiVersions(req: DescribeApiVersionsRequest, cb?: (error: string, rep: DescribeApiVersionsResponse) => void): Promise<DescribeApiVersionsResponse>;
826
826
  /**
@@ -860,15 +860,15 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
860
860
  */
861
861
  RevocationConfig(req: RevocationConfigRequest, cb?: (error: string, rep: RevocationConfigResponse) => void): Promise<RevocationConfigResponse>;
862
862
  /**
863
- * 查询泳道规则列表
863
+ * 查询灰度发布规则列表
864
864
  */
865
865
  DescribeLaneRules(req: DescribeLaneRulesRequest, cb?: (error: string, rep: DescribeLaneRulesResponse) => void): Promise<DescribeLaneRulesResponse>;
866
866
  /**
867
- * 更新泳道规则
867
+ * 更新灰度发布规则
868
868
  */
869
869
  ModifyLaneRule(req: ModifyLaneRuleRequest, cb?: (error: string, rep: ModifyLaneRuleResponse) => void): Promise<ModifyLaneRuleResponse>;
870
870
  /**
871
- * 查询group发布的配置
871
+ * 查询部署组发布的配置
872
872
  */
873
873
  DescribeReleasedConfig(req: DescribeReleasedConfigRequest, cb?: (error: string, rep: DescribeReleasedConfigResponse) => void): Promise<DescribeReleasedConfigResponse>;
874
874
  /**
@@ -880,7 +880,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
880
880
  */
881
881
  AssociateConfigWithGroup(req: AssociateConfigWithGroupRequest, cb?: (error: string, rep: AssociateConfigWithGroupResponse) => void): Promise<AssociateConfigWithGroupResponse>;
882
882
  /**
883
- * 查询泳道列表
883
+ * 查询泳道配置列表
884
884
  */
885
885
  DescribeLanes(req: DescribeLanesRequest, cb?: (error: string, rep: DescribeLanesResponse) => void): Promise<DescribeLanesResponse>;
886
886
  /**
@@ -889,7 +889,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
889
889
  DescribeApiUseDetail(req: DescribeApiUseDetailRequest, cb?: (error: string, rep: DescribeApiUseDetailResponse) => void): Promise<DescribeApiUseDetailResponse>;
890
890
  /**
891
891
  * TSF会将软件包上传到腾讯云对象存储(COS)。调用此接口获取上传信息,如目标地域,桶,包Id,存储路径,鉴权信息等,之后请使用COS API(或SDK)进行上传。
892
- COS相关文档请查阅:https://cloud.tencent.com/document/product/436
892
+ 请查阅[COS相关文档](https://cloud.tencent.com/document/product/436)
893
893
  */
894
894
  DescribeUploadInfo(req: DescribeUploadInfoRequest, cb?: (error: string, rep: DescribeUploadInfoResponse) => void): Promise<DescribeUploadInfoResponse>;
895
895
  /**
@@ -94,7 +94,7 @@ class Client extends abstract_client_1.AbstractClient {
94
94
  return this.request("AddClusterInstances", req, cb);
95
95
  }
96
96
  /**
97
- * 删除泳道规则
97
+ * 删除灰度发布规则
98
98
  */
99
99
  async DeleteLaneRule(req, cb) {
100
100
  return this.request("DeleteLaneRule", req, cb);
@@ -130,7 +130,7 @@ class Client extends abstract_client_1.AbstractClient {
130
130
  return this.request("DescribeGroupAttribute", req, cb);
131
131
  }
132
132
  /**
133
- * 创建文件配置项,返回详细信息
133
+ * 创建文件配置项,返回详细信息。
134
134
  */
135
135
  async CreateFileConfigWithDetailResp(req, cb) {
136
136
  return this.request("CreateFileConfigWithDetailResp", req, cb);
@@ -250,7 +250,7 @@ class Client extends abstract_client_1.AbstractClient {
250
250
  return this.request("DescribeGroupsWithPlugin", req, cb);
251
251
  }
252
252
  /**
253
- * 启用泳道规则
253
+ * 启用灰度发布规则
254
254
  */
255
255
  async EnableLaneRule(req, cb) {
256
256
  return this.request("EnableLaneRule", req, cb);
@@ -287,7 +287,7 @@ class Client extends abstract_client_1.AbstractClient {
287
287
  }
288
288
  /**
289
289
  * TSF上传的程序包存放在腾讯云对象存储(COS)中,通过该API可以获取从COS下载程序包需要的信息,包括包所在的桶、存储路径、鉴权信息等,之后使用COS API(或SDK)进行下载。
290
- COS相关文档请查阅:https://cloud.tencent.com/document/product/436
290
+ 请查阅[COS相关文档](https://cloud.tencent.com/document/product/436)
291
291
  */
292
292
  async DescribeDownloadInfo(req, cb) {
293
293
  return this.request("DescribeDownloadInfo", req, cb);
@@ -505,7 +505,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
505
505
  return this.request("DescribeGroupInstances", req, cb);
506
506
  }
507
507
  /**
508
- * 创建泳道规则
508
+ * 创建灰度发布规则
509
509
  */
510
510
  async CreateLaneRule(req, cb) {
511
511
  return this.request("CreateLaneRule", req, cb);
@@ -541,7 +541,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
541
541
  return this.request("DescribeUnitRulesV2", req, cb);
542
542
  }
543
543
  /**
544
- * 创建公共配置项,并返回配置项详细信息
544
+ * 创建公共配置项,并返回配置项详细信息。
545
545
  */
546
546
  async CreatePublicConfigWithDetailResp(req, cb) {
547
547
  return this.request("CreatePublicConfigWithDetailResp", req, cb);
@@ -887,7 +887,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
887
887
  return this.request("DescribePathRewrites", req, cb);
888
888
  }
889
889
  /**
890
- * 删除泳道
890
+ * 删除泳道配置
891
891
  */
892
892
  async DeleteLane(req, cb) {
893
893
  return this.request("DeleteLane", req, cb);
@@ -905,7 +905,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
905
905
  return this.request("DescribeConfigReleases", req, cb);
906
906
  }
907
907
  /**
908
- * 创建泳道
908
+ * 创建泳道配置
909
909
  */
910
910
  async CreateLane(req, cb) {
911
911
  return this.request("CreateLane", req, cb);
@@ -950,7 +950,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
950
950
  return this.request("StopGroup", req, cb);
951
951
  }
952
952
  /**
953
- * 更新泳道信息
953
+ * 更新泳道配置信息
954
954
  */
955
955
  async ModifyLane(req, cb) {
956
956
  return this.request("ModifyLane", req, cb);
@@ -968,7 +968,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
968
968
  return this.request("DescribeMicroservicesByGroupIds", req, cb);
969
969
  }
970
970
  /**
971
- * 新增微服务返回id
971
+ * 新增微服务返回ID
972
972
  */
973
973
  async CreateMicroserviceWithDetailResp(req, cb) {
974
974
  return this.request("CreateMicroserviceWithDetailResp", req, cb);
@@ -1096,7 +1096,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
1096
1096
  return this.request("DescribeFlowLastBatchState", req, cb);
1097
1097
  }
1098
1098
  /**
1099
- * 发布配置,并且返回配置 ID
1099
+ * 发布配置,并且返回配置ID
1100
1100
  */
1101
1101
  async ReleaseConfigWithDetailResp(req, cb) {
1102
1102
  return this.request("ReleaseConfigWithDetailResp", req, cb);
@@ -1222,7 +1222,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
1222
1222
  return this.request("DraftApiGroup", req, cb);
1223
1223
  }
1224
1224
  /**
1225
- * 禁用泳道规则
1225
+ * 禁用灰度发布规则
1226
1226
  */
1227
1227
  async DisableLaneRule(req, cb) {
1228
1228
  return this.request("DisableLaneRule", req, cb);
@@ -1240,7 +1240,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
1240
1240
  return this.request("ContinueRunFailedTaskBatch", req, cb);
1241
1241
  }
1242
1242
  /**
1243
- * 查询API 版本
1243
+ * 查询API版本
1244
1244
  */
1245
1245
  async DescribeApiVersions(req, cb) {
1246
1246
  return this.request("DescribeApiVersions", req, cb);
@@ -1300,19 +1300,19 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
1300
1300
  return this.request("RevocationConfig", req, cb);
1301
1301
  }
1302
1302
  /**
1303
- * 查询泳道规则列表
1303
+ * 查询灰度发布规则列表
1304
1304
  */
1305
1305
  async DescribeLaneRules(req, cb) {
1306
1306
  return this.request("DescribeLaneRules", req, cb);
1307
1307
  }
1308
1308
  /**
1309
- * 更新泳道规则
1309
+ * 更新灰度发布规则
1310
1310
  */
1311
1311
  async ModifyLaneRule(req, cb) {
1312
1312
  return this.request("ModifyLaneRule", req, cb);
1313
1313
  }
1314
1314
  /**
1315
- * 查询group发布的配置
1315
+ * 查询部署组发布的配置
1316
1316
  */
1317
1317
  async DescribeReleasedConfig(req, cb) {
1318
1318
  return this.request("DescribeReleasedConfig", req, cb);
@@ -1330,7 +1330,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
1330
1330
  return this.request("AssociateConfigWithGroup", req, cb);
1331
1331
  }
1332
1332
  /**
1333
- * 查询泳道列表
1333
+ * 查询泳道配置列表
1334
1334
  */
1335
1335
  async DescribeLanes(req, cb) {
1336
1336
  return this.request("DescribeLanes", req, cb);
@@ -1343,7 +1343,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
1343
1343
  }
1344
1344
  /**
1345
1345
  * TSF会将软件包上传到腾讯云对象存储(COS)。调用此接口获取上传信息,如目标地域,桶,包Id,存储路径,鉴权信息等,之后请使用COS API(或SDK)进行上传。
1346
- COS相关文档请查阅:https://cloud.tencent.com/document/product/436
1346
+ 请查阅[COS相关文档](https://cloud.tencent.com/document/product/436)
1347
1347
  */
1348
1348
  async DescribeUploadInfo(req, cb) {
1349
1349
  return this.request("DescribeUploadInfo", req, cb);