tencentcloud-sdk-nodejs 4.0.785 → 4.0.786

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/CHANGELOG.md +116 -0
  2. package/SERVICE_CHANGELOG.md +152 -210
  3. package/package.json +1 -1
  4. package/products.md +9 -9
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/csip/v20221121/csip_client.ts +12 -0
  7. package/src/services/csip/v20221121/csip_models.ts +68 -0
  8. package/src/services/ess/v20201111/ess_client.ts +2 -1
  9. package/src/services/hunyuan/v20230901/hunyuan_client.ts +2 -2
  10. package/src/services/live/v20180801/live_client.ts +1 -1
  11. package/src/services/live/v20180801/live_models.ts +9 -2
  12. package/src/services/redis/v20180412/redis_client.ts +1 -1
  13. package/src/services/redis/v20180412/redis_models.ts +17 -13
  14. package/src/services/tke/v20180525/tke_client.ts +1 -1
  15. package/src/services/tke/v20180525/tke_models.ts +5 -5
  16. package/src/services/trocket/v20230308/trocket_client.ts +375 -98
  17. package/src/services/trocket/v20230308/trocket_models.ts +1791 -800
  18. package/src/services/ump/v20200918/ump_client.ts +4 -2
  19. package/src/services/wedata/v20210820/wedata_client.ts +13 -1
  20. package/src/services/wedata/v20210820/wedata_models.ts +50 -35
  21. package/tencentcloud/common/sdk_version.d.ts +1 -1
  22. package/tencentcloud/common/sdk_version.js +1 -1
  23. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
  24. package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
  25. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +66 -0
  26. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
  27. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
  28. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +2 -2
  29. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +2 -2
  30. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  31. package/tencentcloud/services/live/v20180801/live_models.d.ts +9 -2
  32. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  33. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  34. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +17 -13
  35. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
  36. package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
  37. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
  38. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +117 -23
  39. package/tencentcloud/services/trocket/v20230308/trocket_client.js +167 -29
  40. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +1721 -781
  41. package/tencentcloud/services/ump/v20200918/ump_client.d.ts +3 -1
  42. package/tencentcloud/services/ump/v20200918/ump_client.js +3 -1
  43. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  44. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  45. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +48 -35
  46. package/test/csip.v20221121.test.js +10 -0
  47. package/test/trocket.v20230308.test.js +234 -14
  48. package/test/wedata.v20210820.test.js +10 -0
package/products.md CHANGED
@@ -67,7 +67,7 @@
67
67
  | config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2023-11-27 00:06:03 |
68
68
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
69
69
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
70
- | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-01-19 01:09:59 |
70
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-01-22 01:09:58 |
71
71
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
72
72
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-01-18 01:12:34 |
73
73
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-01-05 01:11:37 |
@@ -96,7 +96,7 @@
96
96
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
97
97
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-01-18 01:15:51 |
98
98
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-01-03 01:15:03 |
99
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-01-17 21:43:05 |
99
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-01-22 01:13:39 |
100
100
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-01-18 01:16:19 |
101
101
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
102
102
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-01-12 01:15:37 |
@@ -112,7 +112,7 @@
112
112
  | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-01-18 01:16:58 |
113
113
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
114
114
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-11-01 01:14:52 |
115
- | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-01-08 00:11:02 |
115
+ | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-01-22 01:14:29 |
116
116
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-12-15 19:45:01 |
117
117
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
118
118
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2023-05-18 01:30:40 |
@@ -134,7 +134,7 @@
134
134
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
135
135
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-21 01:48:52 |
136
136
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-01-03 01:18:19 |
137
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-01-19 01:16:41 |
137
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-01-22 01:16:38 |
138
138
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
139
139
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
140
140
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
@@ -163,7 +163,7 @@
163
163
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-01-19 01:18:43 |
164
164
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-12-12 02:16:34 |
165
165
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-11-24 01:21:07 |
166
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-12-22 01:21:35 |
166
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-01-22 01:18:51 |
167
167
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
168
168
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
169
169
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -214,13 +214,13 @@
214
214
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
215
215
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-01-16 01:24:12 |
216
216
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-12-29 01:26:38 |
217
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-01-18 01:25:02 |
217
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-01-22 01:22:42 |
218
218
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
219
219
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-01-12 01:25:58 |
220
220
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-01-04 01:25:25 |
221
221
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
222
222
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
223
- | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-01-19 01:23:15 |
223
+ | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-01-22 01:23:11 |
224
224
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-12-29 01:27:21 |
225
225
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
226
226
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-01-16 14:56:12 |
@@ -228,7 +228,7 @@
228
228
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-01-15 01:25:03 |
229
229
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
230
230
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-11-27 00:22:20 |
231
- | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
231
+ | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-01-22 01:24:15 |
232
232
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-12-22 01:27:31 |
233
233
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
234
234
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-01-09 01:28:56 |
@@ -236,7 +236,7 @@
236
236
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
237
237
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-01-17 01:26:45 |
238
238
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
239
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-01-18 01:27:50 |
239
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-01-22 01:25:42 |
240
240
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-01-17 01:27:53 |
241
241
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
242
242
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-12-26 02:06:57 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.785"
1
+ export const sdkVersion = "4.0.786"
@@ -38,6 +38,7 @@ import {
38
38
  OrganizationUserInfo,
39
39
  AssetTag,
40
40
  DescribeVULRiskAdvanceCFGListRequest,
41
+ ModifyRiskCenterScanTaskResponse,
41
42
  DescribeRiskCenterAssetViewCFGRiskListRequest,
42
43
  DescribeDomainAssetsRequest,
43
44
  Tag,
@@ -125,6 +126,7 @@ import {
125
126
  DescribeRiskCenterAssetViewVULRiskListResponse,
126
127
  DescribeCVMAssetsRequest,
127
128
  DescribeRiskCenterServerRiskListRequest,
129
+ ModifyRiskCenterScanTaskRequest,
128
130
  ClbListenerListInfo,
129
131
  DescribeRiskCenterServerRiskListResponse,
130
132
  DescribeListenerListRequest,
@@ -305,6 +307,16 @@ export class Client extends AbstractClient {
305
307
  return this.request("DescribeCVMAssets", req, cb)
306
308
  }
307
309
 
310
+ /**
311
+ * 修改风险中心扫描任务
312
+ */
313
+ async ModifyRiskCenterScanTask(
314
+ req: ModifyRiskCenterScanTaskRequest,
315
+ cb?: (error: string, rep: ModifyRiskCenterScanTaskResponse) => void
316
+ ): Promise<ModifyRiskCenterScanTaskResponse> {
317
+ return this.request("ModifyRiskCenterScanTask", req, cb)
318
+ }
319
+
308
320
  /**
309
321
  * 获取内容风险列表
310
322
  */
@@ -1040,6 +1040,28 @@ export interface DescribeVULRiskAdvanceCFGListRequest {
1040
1040
  Filter?: Filter
1041
1041
  }
1042
1042
 
1043
+ /**
1044
+ * ModifyRiskCenterScanTask返回参数结构体
1045
+ */
1046
+ export interface ModifyRiskCenterScanTaskResponse {
1047
+ /**
1048
+ * 任务id
1049
+ */
1050
+ TaskId?: string
1051
+ /**
1052
+ * 0,修改成功,其他失败;-1为存在资产未认证
1053
+ */
1054
+ Status?: number
1055
+ /**
1056
+ * 未认证资产列表
1057
+ */
1058
+ UnAuthAsset?: Array<string>
1059
+ /**
1060
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1061
+ */
1062
+ RequestId?: string
1063
+ }
1064
+
1043
1065
  /**
1044
1066
  * DescribeRiskCenterAssetViewCFGRiskList请求参数结构体
1045
1067
  */
@@ -4661,6 +4683,52 @@ export interface DescribeRiskCenterServerRiskListRequest {
4661
4683
  Tags?: Array<AssetTag>
4662
4684
  }
4663
4685
 
4686
+ /**
4687
+ * ModifyRiskCenterScanTask请求参数结构体
4688
+ */
4689
+ export interface ModifyRiskCenterScanTaskRequest {
4690
+ /**
4691
+ * 任务名称
4692
+ */
4693
+ TaskName: string
4694
+ /**
4695
+ * 0-全扫,1-指定资产扫,2-排除资产扫,3-手动填写扫;1和2则Assets字段必填,3则SelfDefiningAssets必填
4696
+ */
4697
+ ScanAssetType: number
4698
+ /**
4699
+ * 扫描项目;port/poc/weakpass/webcontent/configrisk
4700
+ */
4701
+ ScanItem: Array<string>
4702
+ /**
4703
+ * 0-周期任务,1-立即扫描,2-定时扫描,3-自定义;0,2,3则ScanPlanContent必填
4704
+ */
4705
+ ScanPlanType: number
4706
+ /**
4707
+ * 要修改的任务id
4708
+ */
4709
+ TaskId: string
4710
+ /**
4711
+ * 扫描资产信息列表
4712
+ */
4713
+ Assets?: Array<TaskAssetObject>
4714
+ /**
4715
+ * 扫描计划详情
4716
+ */
4717
+ ScanPlanContent?: string
4718
+ /**
4719
+ * ip/域名/url数组
4720
+ */
4721
+ SelfDefiningAssets?: Array<string>
4722
+ /**
4723
+ * 高级配置
4724
+ */
4725
+ TaskAdvanceCFG?: TaskAdvanceCFG
4726
+ /**
4727
+ * 体检模式,0-标准模式,1-快速模式,2-高级模式,默认标准模式
4728
+ */
4729
+ TaskMode?: number
4730
+ }
4731
+
4664
4732
  /**
4665
4733
  * clb实例和监听器信息
4666
4734
  */
@@ -704,7 +704,8 @@ export class Client extends AbstractClient {
704
704
 
705
705
  注:**静默(自动)签署不支持合同签署方存在填写**功能
706
706
  <br>
707
- **相关视频指引**
707
+
708
+ <font color="red">相关视频指引</font>
708
709
  <a href="https://dyn.ess.tencent.cn/guide/apivideo/createflow_seversign.mp4" target="_blank">创建静默(自动)签署模板和开通自动签署</a>
709
710
  */
710
711
  async CreateFlow(
@@ -49,7 +49,7 @@ export class Client extends AbstractClient {
49
49
 
50
50
  1.本接口暂不支持返回图片内容。
51
51
  2.默认单账号限制并发数为5路,如您有提高并发限制的需求请 [联系我们](https://cloud.tencent.com/act/event/Online_service) 。
52
- 3.请使用SDK调用本接口 SDK GitHub仓库examples/hunyuan/v20230901/目录有提供[参考示例](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/examples/hunyuan/v20230901/chat_std.py)。
52
+ 3.请使用SDK调用本接口 ,每种开发语言的SDK GitHub仓库examples/hunyuan/v20230901/目录下有提供示例供参考。
53
53
  */
54
54
  async ChatPro(
55
55
  req: ChatProRequest,
@@ -63,7 +63,7 @@ export class Client extends AbstractClient {
63
63
 
64
64
  1.本接口暂不支持返回图片内容。
65
65
  2.默认单账号限制并发数为5路,如您有提高并发限制的需求请 [联系我们](https://cloud.tencent.com/act/event/Online_service) 。
66
- 3.请使用SDK调用本接口 SDK GitHub仓库examples/hunyuan/v20230901/目录有提供[参考示例](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/examples/hunyuan/v20230901/chat_std.py)。
66
+ 3.请使用SDK调用本接口 ,每种开发语言的SDK GitHub仓库examples/hunyuan/v20230901/目录下有提供示例供参考。
67
67
  */
68
68
  async ChatStd(
69
69
  req: ChatStdRequest,
@@ -1681,7 +1681,7 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
1681
1681
  * 获取转码模板列表。
1682
1682
  */
1683
1683
  async DescribeLiveTranscodeTemplates(
1684
- req?: DescribeLiveTranscodeTemplatesRequest,
1684
+ req: DescribeLiveTranscodeTemplatesRequest,
1685
1685
  cb?: (error: string, rep: DescribeLiveTranscodeTemplatesResponse) => void
1686
1686
  ): Promise<DescribeLiveTranscodeTemplatesResponse> {
1687
1687
  return this.request("DescribeLiveTranscodeTemplates", req, cb)
@@ -70,7 +70,14 @@ export interface DeleteLiveRecordTemplateRequest {
70
70
  /**
71
71
  * DescribeLiveTranscodeTemplates请求参数结构体
72
72
  */
73
- export type DescribeLiveTranscodeTemplatesRequest = null
73
+ export interface DescribeLiveTranscodeTemplatesRequest {
74
+ /**
75
+ * 转码模板类型,默认0。
76
+ 0:普通转码模板。
77
+ 1:自适应码率转码模板。
78
+ */
79
+ TemplateType?: number
80
+ }
74
81
 
75
82
  /**
76
83
  * DescribeBackupStreamList返回参数结构体
@@ -6722,7 +6729,7 @@ export interface DescribeLiveTranscodeTemplatesResponse {
6722
6729
  /**
6723
6730
  * 转码模板列表。
6724
6731
  */
6725
- Templates: Array<TemplateInfo>
6732
+ Templates?: Array<TemplateInfo>
6726
6733
  /**
6727
6734
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6728
6735
  */
@@ -509,7 +509,7 @@ export class Client extends AbstractClient {
509
509
  }
510
510
 
511
511
  /**
512
- * 创建实例子账号
512
+ * 该接口(CreateInstanceAccount)用于自定义访问实例的账号。
513
513
  */
514
514
  async CreateInstanceAccount(
515
515
  req: CreateInstanceAccountRequest,
@@ -3112,33 +3112,37 @@ export interface SecurityGroup {
3112
3112
  */
3113
3113
  export interface CreateInstanceAccountRequest {
3114
3114
  /**
3115
- * 实例ID
3115
+ * 实例 ID
3116
3116
  */
3117
3117
  InstanceId: string
3118
3118
  /**
3119
- * 子账号名称
3119
+ * 自定义访问数据库的名称。
3120
+ - 仅由字母、数字、下划线、中划线组成。
3121
+ - 长度不能大于32位。
3120
3122
  */
3121
3123
  AccountName: string
3122
3124
  /**
3123
- * 1.长度8-30位,推荐使用12位以上的密码
3124
- 2.不能以"/"开头
3125
- 3.至少包含两项
3126
- a.小写字母a-z
3127
- b.大写字母A-Z
3128
- c.数字0-9
3129
- d.()`~!@#$%^&*-+=_|{}[]:;<>,.?/
3125
+ * 设置自定义账号的密码。密码复杂度要求如下:
3126
+ - 字符个数为[8,32]。
3127
+ - 至少包含小写字母、大写字母、数字和字符 ()`~!@#$%^&*-+=_|{}[]:;<>,.?/ 中的两种。
3128
+ - 不能以"/"开头。
3129
+
3130
3130
  */
3131
3131
  AccountPassword: string
3132
3132
  /**
3133
- * 路由策略:填写master或者replication,表示主节点或者从节点
3133
+ * 指定账号的读请求路由分发至主节点或副本节点。未开启副本只读,不支持选择副本节点。
3134
+ - master:主节点
3135
+ - replication:副本节点
3134
3136
  */
3135
3137
  ReadonlyPolicy: Array<string>
3136
3138
  /**
3137
- * 读写策略:填写r、rw,表示只读、读写
3139
+ * 账户读写权限,支持选择只读与读写权限。
3140
+ - r:只读
3141
+ - rw: 读写权限
3138
3142
  */
3139
3143
  Privilege: string
3140
3144
  /**
3141
- * 子账号描述信息
3145
+ * 子账号描述信息,长度[0,64] 字节,支持中文。
3142
3146
  */
3143
3147
  Remark?: string
3144
3148
  }
@@ -5192,7 +5196,7 @@ export interface CreateInstanceAccountResponse {
5192
5196
  /**
5193
5197
  * 任务ID
5194
5198
  */
5195
- TaskId: number
5199
+ TaskId?: number
5196
5200
  /**
5197
5201
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5198
5202
  */
@@ -1534,7 +1534,7 @@ export class Client extends AbstractClient {
1534
1534
  }
1535
1535
 
1536
1536
  /**
1537
- * 给GR集群增加可用的ClusterCIDR
1537
+ * 给GR集群增加可用的ClusterCIDR(开白才能使用此功能,如需要请联系我们)
1538
1538
  */
1539
1539
  async AddClusterCIDR(
1540
1540
  req: AddClusterCIDRRequest,
@@ -8164,22 +8164,22 @@ export interface DescribeClusterPendingReleasesResponse {
8164
8164
  * 正在安装中应用列表
8165
8165
  注意:此字段可能返回 null,表示取不到有效值。
8166
8166
  */
8167
- ReleaseSet: Array<PendingRelease>
8167
+ ReleaseSet?: Array<PendingRelease>
8168
8168
  /**
8169
8169
  * 每页返回数量限制
8170
8170
  注意:此字段可能返回 null,表示取不到有效值。
8171
8171
  */
8172
- Limit: number
8172
+ Limit?: number
8173
8173
  /**
8174
8174
  * 页偏移量
8175
8175
  注意:此字段可能返回 null,表示取不到有效值。
8176
8176
  */
8177
- Offset: number
8177
+ Offset?: number
8178
8178
  /**
8179
8179
  * 总数量
8180
8180
  注意:此字段可能返回 null,表示取不到有效值。
8181
8181
  */
8182
- Total: number
8182
+ Total?: number
8183
8183
  /**
8184
8184
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8185
8185
  */
@@ -12388,7 +12388,7 @@ export interface ForwardApplicationRequestV3Response {
12388
12388
  /**
12389
12389
  * 请求集群addon后返回的数据
12390
12390
  */
12391
- ResponseBody: string
12391
+ ResponseBody?: string
12392
12392
  /**
12393
12393
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12394
12394
  */