tencentcloud-sdk-nodejs 4.1.185 → 4.1.187

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 (83) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/cdwch/v20200915/cdwch_client.js +3 -0
  3. package/es/services/goosefs/v20220519/goosefs_client.js +15 -3
  4. package/es/services/hunyuan/v20230901/hunyuan_client.js +54 -33
  5. package/es/services/lcic/v20220817/lcic_client.js +37 -16
  6. package/es/services/mongodb/v20190725/mongodb_client.js +29 -17
  7. package/es/services/monitor/v20180724/monitor_client.js +3 -0
  8. package/es/services/monitor/v20230616/monitor_client.js +9 -0
  9. package/es/services/ocr/v20181119/ocr_client.js +10 -4
  10. package/es/services/ses/v20201002/ses_client.js +7 -4
  11. package/es/services/tcb/v20180608/tcb_client.js +9 -0
  12. package/es/services/vclm/v20240523/vclm_client.js +34 -28
  13. package/es/services/vod/v20180717/vod_client.js +22 -10
  14. package/es/services/vpc/v20170312/vpc_client.js +37 -13
  15. package/package.json +1 -1
  16. package/tencentcloud/common/sdk_version.d.ts +1 -1
  17. package/tencentcloud/common/sdk_version.js +1 -1
  18. package/tencentcloud/services/ags/v20250920/ags_models.d.ts +26 -0
  19. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +3 -3
  20. package/tencentcloud/services/as/v20180419/as_models.d.ts +7 -3
  21. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
  22. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +18 -0
  23. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
  24. package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +5 -1
  25. package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +6 -0
  26. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +34 -0
  27. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +2 -2
  28. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +5 -5
  29. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  30. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
  31. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -2
  32. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -2
  33. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -4
  34. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +5 -4
  35. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +86 -237
  36. package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +21 -7
  37. package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +30 -8
  38. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +356 -79
  39. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +90 -62
  40. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +125 -83
  41. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +355 -54
  42. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +45 -17
  43. package/tencentcloud/services/lcic/v20220817/lcic_client.js +66 -24
  44. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +357 -48
  45. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -1
  46. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +71 -13
  47. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +37 -21
  48. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +53 -29
  49. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +526 -274
  50. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +14 -4
  51. package/tencentcloud/services/monitor/v20180724/monitor_client.js +15 -3
  52. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +71 -12
  53. package/tencentcloud/services/monitor/v20230616/monitor_client.d.ts +13 -1
  54. package/tencentcloud/services/monitor/v20230616/monitor_client.js +18 -0
  55. package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +178 -10
  56. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  57. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +79 -127
  58. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +27 -5
  59. package/tencentcloud/services/ocr/v20181119/ocr_client.js +32 -6
  60. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +256 -121
  61. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +9 -5
  62. package/tencentcloud/services/ses/v20201002/ses_client.js +12 -6
  63. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +187 -72
  64. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +63 -9
  65. package/tencentcloud/services/tcb/v20180608/tcb_client.js +68 -8
  66. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +175 -42
  67. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +10 -0
  68. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +9 -5
  69. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -1
  70. package/tencentcloud/services/tione/v20211111/tione_client.js +1 -1
  71. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +4 -8
  72. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +9 -1
  73. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
  74. package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +43 -35
  75. package/tencentcloud/services/vclm/v20240523/vclm_client.js +62 -50
  76. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +84 -1
  77. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +42 -24
  78. package/tencentcloud/services/vod/v20180717/vod_client.js +54 -28
  79. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +406 -96
  80. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +49 -17
  81. package/tencentcloud/services/vpc/v20170312/vpc_client.js +71 -23
  82. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +559 -197
  83. package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +103 -2
@@ -2,6 +2,10 @@
2
2
  * CreateFileSystem返回参数结构体
3
3
  */
4
4
  export interface CreateFileSystemResponse {
5
+ /**
6
+ * 创建成功返回的文件系统ID:
7
+ */
8
+ FileSystemId?: string;
5
9
  /**
6
10
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7
11
  */
@@ -87,25 +91,95 @@ export interface ClientNodeAttribute {
87
91
  MountPoint?: string;
88
92
  }
89
93
  /**
90
- * GooseFSx文件系统的属性
94
+ * 数据预热任务参数
91
95
  */
92
- export interface GooseFSxAttribute {
96
+ export interface DistributedLoadAttrs {
93
97
  /**
94
- * GooseFSx的型号
98
+ * 预热类型,枚举值 LoadByPath|LoadByList
95
99
  */
96
- Model?: string;
100
+ LoadType: string;
97
101
  /**
98
- * 容量单位是GB, 例如4608(4.5TB)
102
+ * 是否跳过相同文件,默认为 true
99
103
  */
100
- Capacity?: number;
104
+ SkipIfExists?: boolean;
101
105
  /**
102
- * 要关联映射的bucket列表
106
+ * 预热路径,入参单条挂载路径。入参数LoadType为LoadByPath,该参数不应为空
103
107
  */
104
- MappedBucketList?: Array<MappedBucket>;
108
+ LoadByPath?: string;
105
109
  /**
106
- * 客户侧管理节点信息
110
+ * 通过文件列表批量预热,入参为 cos://bucket-appid/ 开头的 COS 路径,且仅支持 txt 格式文件,长度不能超过255个字符。入参数LoadType为LoadByList,该参数不应为空
107
111
  */
108
- ClientManagerNodeList?: Array<ClientClusterManagerNodeInfo>;
112
+ LoadByList?: string;
113
+ /**
114
+ * 副本数配置,枚举值,可选值 SingleReplica(单副本,默认)|MaxReplica(最大副本)
115
+ */
116
+ Replica?: string;
117
+ /**
118
+ * 同步执行元数据预热,并基于预热后的元数据执行 DistributedLoad。默认为 false
119
+ */
120
+ MetadataSync?: boolean;
121
+ }
122
+ /**
123
+ * 预热任务参数
124
+ */
125
+ export interface LoadTaskAttrs {
126
+ /**
127
+ * 预热任务 ID
128
+ */
129
+ TaskId?: string;
130
+ /**
131
+ * 预热任务类型,枚举值,MetadataLoad|DistributedLoad
132
+ */
133
+ TaskType?: string;
134
+ /**
135
+ * 任务描述,支持中文
136
+ */
137
+ Description?: string;
138
+ /**
139
+ * 任务优先级,数值越高代表优先级越高,边界值 1-9999,默认值为 1
140
+ */
141
+ Priority?: number;
142
+ /**
143
+ * 元数据预热任务参数,用于仅预热元数据时入参。入参数TaskType为MetadataLoad时,该参数不应为空。
144
+ */
145
+ MetadataLoadAttrs?: MetadataLoadAttrs;
146
+ /**
147
+ * 数据预热任务参数。入参数TaskType为DistributedLoad时,该参数不应为空。
148
+ */
149
+ DistributedLoadAttrs?: DistributedLoadAttrs;
150
+ /**
151
+ * 将任务执行报告写入 COS 的路径,如果不需要报告则入参空
152
+ */
153
+ ReportPath?: string;
154
+ /**
155
+ * 枚举,Completed,Running,Waiting,Cancelled
156
+ */
157
+ State?: string;
158
+ /**
159
+ * 任务执行信息,打印预热文件成功个数,失败个数,预热耗时信息
160
+ */
161
+ TaskMessage?: string;
162
+ /**
163
+ * 预热任务创建时间
164
+ */
165
+ CreateTime?: string;
166
+ /**
167
+ * 预热任务变更时间
168
+ */
169
+ ModifyTime?: string;
170
+ /**
171
+ * 任务提交账号,子账号或服务角色 ID
172
+ */
173
+ Requester?: string;
174
+ }
175
+ /**
176
+ * UpdateLoadTaskPriority返回参数结构体
177
+ */
178
+ export interface UpdateLoadTaskPriorityResponse {
179
+ /**
180
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
181
+ */
182
+ RequestId?: string;
109
183
  }
110
184
  /**
111
185
  * DescribeClusterRoleToken请求参数结构体
@@ -137,6 +211,19 @@ export interface DescribeFileSystemsResponse {
137
211
  */
138
212
  RequestId?: string;
139
213
  }
214
+ /**
215
+ * DescribeLoadTask返回参数结构体
216
+ */
217
+ export interface DescribeLoadTaskResponse {
218
+ /**
219
+ * 预热任务参数
220
+ */
221
+ LoadTaskAttrs?: LoadTaskAttrs;
222
+ /**
223
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
224
+ */
225
+ RequestId?: string;
226
+ }
140
227
  /**
141
228
  * DescribeFilesetGeneralConfig返回参数结构体
142
229
  */
@@ -234,17 +321,25 @@ export interface FSAttribute {
234
321
  ChargeAttribute?: ChargeAttribute;
235
322
  }
236
323
  /**
237
- * DescribeFilesets返回参数结构体
324
+ * 元数据预热参数
238
325
  */
239
- export interface DescribeFilesetsResponse {
326
+ export interface MetadataLoadAttrs {
240
327
  /**
241
- * Fileset列表
328
+ * 预热类型,枚举值 LoadByPath|LoadByList
242
329
  */
243
- FilesetList?: Array<FilesetInfo>;
330
+ LoadType: string;
244
331
  /**
245
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
332
+ * 是否跳过相同文件,默认为 true
246
333
  */
247
- RequestId?: string;
334
+ SkipIfExists?: boolean;
335
+ /**
336
+ * 预热路径,入参单条挂载路径,长度不能超过255个字符。入参数LoadType为LoadByPath,该参数不应为空
337
+ */
338
+ LoadByPath?: string;
339
+ /**
340
+ * 通过文件列表批量预热,入参为 cos://bucket-appid/ 开头的 COS 路径,且仅支持 txt 格式文件,长度不能超过255个字符。入参数LoadType为LoadByList,该参数不应为空
341
+ */
342
+ LoadByList?: string;
248
343
  }
249
344
  /**
250
345
  * DescribeClusterRoleToken返回参数结构体
@@ -268,6 +363,19 @@ export interface BatchDeleteClientNodesResponse {
268
363
  */
269
364
  RequestId?: string;
270
365
  }
366
+ /**
367
+ * CreateLoadTask返回参数结构体
368
+ */
369
+ export interface CreateLoadTaskResponse {
370
+ /**
371
+ * 预热任务 ID
372
+ */
373
+ TaskId?: string;
374
+ /**
375
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
376
+ */
377
+ RequestId?: string;
378
+ }
271
379
  /**
272
380
  * QueryCrossVpcSubnetSupportForClientNode请求参数结构体
273
381
  */
@@ -336,6 +444,18 @@ export interface SubnetInfo {
336
444
  * 子网ID
337
445
  */
338
446
  SubnetId?: string;
447
+ /**
448
+ * 应用的集群;可以是集群id,也可以是All
449
+ */
450
+ UsedCluster?: string;
451
+ /**
452
+ * cidr,只有当IsDirectConnect为true时才生效
453
+ */
454
+ CIDR?: string;
455
+ /**
456
+ * 是否为专线接入场景
457
+ */
458
+ IsDirectConnect?: boolean;
339
459
  }
340
460
  /**
341
461
  * DeleteFileSystem请求参数结构体
@@ -347,18 +467,43 @@ export interface DeleteFileSystemRequest {
347
467
  FileSystemId: string;
348
468
  }
349
469
  /**
350
- * CreateFileset返回参数结构体
470
+ * CancelLoadTask返回参数结构体
351
471
  */
352
- export interface CreateFilesetResponse {
353
- /**
354
- * Fileset id
355
- */
356
- FsetId?: string;
472
+ export interface CancelLoadTaskResponse {
357
473
  /**
358
474
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
359
475
  */
360
476
  RequestId?: string;
361
477
  }
478
+ /**
479
+ * 创建预热任务
480
+ */
481
+ export interface LoadTaskCreationAttrs {
482
+ /**
483
+ * 预热任务类型,枚举值,MetadataLoad|DistributedLoad。
484
+ */
485
+ TaskType: string;
486
+ /**
487
+ * 任务优先级,数值越高代表优先级越高,边界值 1-9999,默认值为 1
488
+ */
489
+ Priority?: number;
490
+ /**
491
+ * 任务描述,支持中文
492
+ */
493
+ Description?: string;
494
+ /**
495
+ * 元数据预热任务参数,用于仅预热元数据时入参。入参数TaskType为MetadataLoad时,该参数不应为空。
496
+ */
497
+ MetadataLoadAttrs?: MetadataLoadAttrs;
498
+ /**
499
+ * 数据预热任务参数。入参数TaskType为DistributedLoad时,该参数不应为空。
500
+ */
501
+ DistributedLoadAttrs?: DistributedLoadAttrs;
502
+ /**
503
+ * 将任务执行报告写入 COS 的路径,如果不需要报告则入参空
504
+ */
505
+ ReportPath?: string;
506
+ }
362
507
  /**
363
508
  * BatchAddClientNodes返回参数结构体
364
509
  */
@@ -382,8 +527,9 @@ export interface GooseFSxBuildElement {
382
527
  Capacity: number;
383
528
  /**
384
529
  * 要关联映射的bucket列表
530
+ * @deprecated
385
531
  */
386
- MappedBucketList: Array<MappedBucket>;
532
+ MappedBucketList?: Array<MappedBucket>;
387
533
  }
388
534
  /**
389
535
  * AttachFileSystemBucket返回参数结构体
@@ -404,13 +550,26 @@ export interface DescribeFilesetGeneralConfigRequest {
404
550
  FileSystemId: string;
405
551
  }
406
552
  /**
407
- * CreateFileSystem请求参数结构体
553
+ * UpdateLoadTaskPriority请求参数结构体
408
554
  */
409
- export interface CreateFileSystemRequest {
555
+ export interface UpdateLoadTaskPriorityRequest {
410
556
  /**
411
- * 文件系统类型, 可填goosefs和goosefsx
557
+ * 集群 ID
558
+ */
559
+ ClusterId: string;
560
+ /**
561
+ * 预热任务 ID
412
562
  */
413
- Type: string;
563
+ TaskId: string;
564
+ /**
565
+ * 任务优先级,数值越高代表优先级越高,边界值 1-9999,默认值为 1
566
+ */
567
+ Priority: number;
568
+ }
569
+ /**
570
+ * CreateFileSystem请求参数结构体
571
+ */
572
+ export interface CreateFileSystemRequest {
414
573
  /**
415
574
  * 文件系统名
416
575
  */
@@ -431,6 +590,11 @@ export interface CreateFileSystemRequest {
431
590
  * 子网所在的可用区
432
591
  */
433
592
  Zone: string;
593
+ /**
594
+ * 文件系统类型, 可填goosefs和goosefsx
595
+ * @deprecated
596
+ */
597
+ Type?: string;
434
598
  /**
435
599
  * 文件系统关联的tag
436
600
  */
@@ -449,9 +613,13 @@ export interface CreateFileSystemRequest {
449
613
  ClusterPort?: number;
450
614
  }
451
615
  /**
452
- * DeleteCrossVpcSubnetSupportForClientNode返回参数结构体
616
+ * DescribeFilesets返回参数结构体
453
617
  */
454
- export interface DeleteCrossVpcSubnetSupportForClientNodeResponse {
618
+ export interface DescribeFilesetsResponse {
619
+ /**
620
+ * Fileset列表
621
+ */
622
+ FilesetList?: Array<FilesetInfo>;
455
623
  /**
456
624
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
457
625
  */
@@ -469,6 +637,10 @@ export interface BuildClientNodeMountCommandRequest {
469
637
  * 自定义挂载目录的绝对路径, 如果未指定, 则会使用默认值, 格式/goosefsx/${fs_id}-proxy. 比如/goosefsx/x-c60-a2b3d4-proxy
470
638
  */
471
639
  CustomMountDir?: string;
640
+ /**
641
+ * 客户端集群ID
642
+ */
643
+ ClusterId?: string;
472
644
  }
473
645
  /**
474
646
  * DeleteFileSystem返回参数结构体
@@ -509,6 +681,19 @@ export interface DetachFileSystemBucketRequest {
509
681
  */
510
682
  BucketName: string;
511
683
  }
684
+ /**
685
+ * CancelLoadTask请求参数结构体
686
+ */
687
+ export interface CancelLoadTaskRequest {
688
+ /**
689
+ * 集群 ID
690
+ */
691
+ ClusterId: string;
692
+ /**
693
+ * 预热任务 ID
694
+ */
695
+ TaskId: string;
696
+ }
512
697
  /**
513
698
  * 查询Client Token
514
699
  */
@@ -534,6 +719,15 @@ export interface ClientToken {
534
719
  */
535
720
  Token?: string;
536
721
  }
722
+ /**
723
+ * DescribeFileSystemBuckets请求参数结构体
724
+ */
725
+ export interface DescribeFileSystemBucketsRequest {
726
+ /**
727
+ * 文件系统ID
728
+ */
729
+ FileSystemId: string;
730
+ }
537
731
  /**
538
732
  * UpdateFileset请求参数结构体
539
733
  */
@@ -598,6 +792,19 @@ export interface QueryDataRepositoryBandwidthRequest {
598
792
  */
599
793
  FileSystemId: string;
600
794
  }
795
+ /**
796
+ * DescribeLoadTask请求参数结构体
797
+ */
798
+ export interface DescribeLoadTaskRequest {
799
+ /**
800
+ * 集群 ID
801
+ */
802
+ ClusterId: string;
803
+ /**
804
+ * 预热任务 ID
805
+ */
806
+ TaskId: string;
807
+ }
601
808
  /**
602
809
  * 客户侧集群管理节点信息
603
810
  */
@@ -614,6 +821,10 @@ export interface ClientClusterManagerNodeInfo {
614
821
  * 初始密码
615
822
  */
616
823
  InitialPassword?: string;
824
+ /**
825
+ * 所属集群id
826
+ */
827
+ ClusterId?: string;
617
828
  }
618
829
  /**
619
830
  * Fileset信息
@@ -673,9 +884,9 @@ export interface FilesetInfo {
673
884
  Status?: string;
674
885
  }
675
886
  /**
676
- * ExpandCapacity返回参数结构体
887
+ * UpdateFileset返回参数结构体
677
888
  */
678
- export interface ExpandCapacityResponse {
889
+ export interface UpdateFilesetResponse {
679
890
  /**
680
891
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
681
892
  */
@@ -722,15 +933,23 @@ export interface BatchDeleteClientNodesRequest {
722
933
  * 是否单集群,默认是false
723
934
  */
724
935
  SingleClusterFlag?: boolean;
936
+ /**
937
+ * 客户端集群id
938
+ */
939
+ ClusterId?: string;
725
940
  }
726
941
  /**
727
- * DescribeFileSystemBuckets请求参数结构体
942
+ * CreateFileset返回参数结构体
728
943
  */
729
- export interface DescribeFileSystemBucketsRequest {
944
+ export interface CreateFilesetResponse {
730
945
  /**
731
- * 文件系统ID
946
+ * Fileset id
732
947
  */
733
- FileSystemId: string;
948
+ FsetId?: string;
949
+ /**
950
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
951
+ */
952
+ RequestId?: string;
734
953
  }
735
954
  /**
736
955
  * UpdateFilesetGeneralConfig返回参数结构体
@@ -754,15 +973,6 @@ export interface QueryCrossVpcSubnetSupportForClientNodeResponse {
754
973
  */
755
974
  RequestId?: string;
756
975
  }
757
- /**
758
- * UpdateFileset返回参数结构体
759
- */
760
- export interface UpdateFilesetResponse {
761
- /**
762
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
763
- */
764
- RequestId?: string;
765
- }
766
976
  /**
767
977
  * DescribeFileSystems请求参数结构体
768
978
  */
@@ -821,38 +1031,22 @@ export interface CreateDataRepositoryTaskResponse {
821
1031
  RequestId?: string;
822
1032
  }
823
1033
  /**
824
- * DescribeClusterRoles返回参数结构体
1034
+ * ExpandCapacity返回参数结构体
825
1035
  */
826
- export interface DescribeClusterRolesResponse {
827
- /**
828
- * 集群角色
829
- */
830
- ClusterRoles?: Array<ClusterRole>;
1036
+ export interface ExpandCapacityResponse {
831
1037
  /**
832
1038
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
833
1039
  */
834
1040
  RequestId?: string;
835
1041
  }
836
1042
  /**
837
- * ClusterRole
1043
+ * DeleteCrossVpcSubnetSupportForClientNode返回参数结构体
838
1044
  */
839
- export interface ClusterRole {
840
- /**
841
- * 集群ID
842
- */
843
- ClusterId?: string;
844
- /**
845
- * 角色名
846
- */
847
- RoleName?: string;
848
- /**
849
- * 描述
850
- */
851
- Description?: string;
1045
+ export interface DeleteCrossVpcSubnetSupportForClientNodeResponse {
852
1046
  /**
853
- * 目录列表
1047
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
854
1048
  */
855
- DirectoryList?: Array<string>;
1049
+ RequestId?: string;
856
1050
  }
857
1051
  /**
858
1052
  * DeleteFileset返回参数结构体
@@ -888,6 +1082,56 @@ export interface DescribeDataRepositoryTaskStatusResponse {
888
1082
  */
889
1083
  RequestId?: string;
890
1084
  }
1085
+ /**
1086
+ * ListLoadTasks返回参数结构体
1087
+ */
1088
+ export interface ListLoadTasksResponse {
1089
+ /**
1090
+ * 预热任务参数
1091
+ */
1092
+ LoadTaskList?: Array<LoadTaskAttrs>;
1093
+ /**
1094
+ * 任务数总量
1095
+ */
1096
+ TotalCount?: number;
1097
+ /**
1098
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1099
+ */
1100
+ RequestId?: string;
1101
+ }
1102
+ /**
1103
+ * ListLoadTasks请求参数结构体
1104
+ */
1105
+ export interface ListLoadTasksRequest {
1106
+ /**
1107
+ * 集群 ID
1108
+ */
1109
+ ClusterId: string;
1110
+ /**
1111
+ * 偏移量
1112
+ */
1113
+ Offset: number;
1114
+ /**
1115
+ * 偏移量
1116
+ */
1117
+ Limit: number;
1118
+ /**
1119
+ * 任务创建起始时间戳,默认为3天前:当前时间戳-86400*3
1120
+ */
1121
+ StartTimestamp?: number;
1122
+ /**
1123
+ * 任务变更时间戳
1124
+ */
1125
+ EndTimestamp?: number;
1126
+ /**
1127
+ * 筛选任务状态,枚举Waiting,Running,Canceled,Completed。默认返回所有任务
1128
+ */
1129
+ State?: string;
1130
+ /**
1131
+ * 筛选优先级任务,默认返回所有任务
1132
+ */
1133
+ Priority?: number;
1134
+ }
891
1135
  /**
892
1136
  * BatchAddClientNodes请求参数结构体
893
1137
  */
@@ -904,6 +1148,10 @@ export interface BatchAddClientNodesRequest {
904
1148
  * 是否单集群默认是false
905
1149
  */
906
1150
  SingleClusterFlag?: boolean;
1151
+ /**
1152
+ * 客户端集群id
1153
+ */
1154
+ ClusterId?: string;
907
1155
  }
908
1156
  /**
909
1157
  * AddCrossVpcSubnetSupportForClientNode请求参数结构体
@@ -957,6 +1205,27 @@ export interface DescribeFileSystemBucketsResponse {
957
1205
  */
958
1206
  RequestId?: string;
959
1207
  }
1208
+ /**
1209
+ * GooseFSx文件系统的属性
1210
+ */
1211
+ export interface GooseFSxAttribute {
1212
+ /**
1213
+ * GooseFSx的型号
1214
+ */
1215
+ Model?: string;
1216
+ /**
1217
+ * 容量单位是GB, 例如4608(4.5TB)
1218
+ */
1219
+ Capacity?: number;
1220
+ /**
1221
+ * 要关联映射的bucket列表
1222
+ */
1223
+ MappedBucketList?: Array<MappedBucket>;
1224
+ /**
1225
+ * 客户侧管理节点信息
1226
+ */
1227
+ ClientManagerNodeList?: Array<ClientClusterManagerNodeInfo>;
1228
+ }
960
1229
  /**
961
1230
  * DescribeClientNodes请求参数结构体
962
1231
  */
@@ -992,19 +1261,6 @@ export interface ModifyDataRepositoryBandwidthRequest {
992
1261
  */
993
1262
  Bandwidth: number;
994
1263
  }
995
- /**
996
- * DescribeClusterRoles请求参数结构体
997
- */
998
- export interface DescribeClusterRolesRequest {
999
- /**
1000
- * 集群ID
1001
- */
1002
- ClusterId: string;
1003
- /**
1004
- * 角色名
1005
- */
1006
- RoleName?: string;
1007
- }
1008
1264
  /**
1009
1265
  * CreateDataRepositoryTask请求参数结构体
1010
1266
  */
@@ -1037,6 +1293,14 @@ export interface CreateDataRepositoryTaskRequest {
1037
1293
  * 文件列表下载地址,以http开头
1038
1294
  */
1039
1295
  TextLocation?: string;
1296
+ /**
1297
+ * 是否开启自定义路径(暂时仅供预热使用)
1298
+ */
1299
+ EnableDataFlowSubPath?: boolean;
1300
+ /**
1301
+ * 自定义路径(暂时仅供预热使用)
1302
+ */
1303
+ DataFlowSubPath?: string;
1040
1304
  }
1041
1305
  /**
1042
1306
  * DescribeClientNodes返回参数结构体
@@ -1051,6 +1315,19 @@ export interface DescribeClientNodesResponse {
1051
1315
  */
1052
1316
  RequestId?: string;
1053
1317
  }
1318
+ /**
1319
+ * CreateLoadTask请求参数结构体
1320
+ */
1321
+ export interface CreateLoadTaskRequest {
1322
+ /**
1323
+ * 集群 ID
1324
+ */
1325
+ ClusterId: string;
1326
+ /**
1327
+ * 创建预热任务参数
1328
+ */
1329
+ LoadTaskCreationAttrs: LoadTaskCreationAttrs;
1330
+ }
1054
1331
  /**
1055
1332
  * BuildClientNodeMountCommand返回参数结构体
1056
1333
  */