tencentcloud-sdk-nodejs-cfs 4.1.137 → 4.1.138

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-cfs",
3
- "version": "4.1.137",
3
+ "version": "4.1.138",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -15,7 +15,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
15
15
  */
16
16
  UpdateCfsFileSystemPGroup(req: UpdateCfsFileSystemPGroupRequest, cb?: (error: string, rep: UpdateCfsFileSystemPGroupResponse) => void): Promise<UpdateCfsFileSystemPGroupResponse>;
17
17
  /**
18
- * 查询生命周期任务的接口
18
+ * 查询生命周期任务的接口。仅支持查询最近三个月内的任务数据。
19
19
  */
20
20
  DescribeLifecycleDataTask(req: DescribeLifecycleDataTaskRequest, cb?: (error: string, rep: DescribeLifecycleDataTaskResponse) => void): Promise<DescribeLifecycleDataTaskResponse>;
21
21
  /**
@@ -41,7 +41,7 @@ class Client extends TencentCloudCommon.AbstractClient {
41
41
  return this.request("UpdateCfsFileSystemPGroup", req, cb);
42
42
  }
43
43
  /**
44
- * 查询生命周期任务的接口
44
+ * 查询生命周期任务的接口。仅支持查询最近三个月内的任务数据。
45
45
  */
46
46
  async DescribeLifecycleDataTask(req, cb) {
47
47
  return this.request("DescribeLifecycleDataTask", req, cb);
@@ -1021,15 +1021,15 @@ export interface DeleteMigrationTaskResponse {
1021
1021
  */
1022
1022
  export interface DescribeLifecycleDataTaskRequest {
1023
1023
  /**
1024
- * 开始时间
1024
+ * 开始时间。须早于 EndTime ,仅支持查询最近3个月内的任务数据。
1025
1025
  */
1026
1026
  StartTime: string;
1027
1027
  /**
1028
- * 结束时间
1028
+ * 结束时间。须晚于 StartTime ,仅支持查询最近3个月内的任务数据。
1029
1029
  */
1030
1030
  EndTime: string;
1031
1031
  /**
1032
- * 任务ID
1032
+ * 任务ID
1033
1033
  */
1034
1034
  TaskId?: string;
1035
1035
  /**
@@ -1044,6 +1044,10 @@ export interface DescribeLifecycleDataTaskRequest {
1044
1044
  * 过滤条件,TaskName,FileSystemId,Type
1045
1045
  */
1046
1046
  Filters?: Array<Filter>;
1047
+ /**
1048
+ * 文件系统版本;v3.1: pcfs/hifs v4.0:Turbo
1049
+ */
1050
+ CfsVersion?: string;
1047
1051
  }
1048
1052
  /**
1049
1053
  * DescribeSnapshotOperationLogs返回参数结构体
@@ -2931,6 +2935,26 @@ export interface ModifyDataFlowRequest {
2931
2935
  * 密钥 key
2932
2936
  */
2933
2937
  SecretKey?: string;
2938
+ /**
2939
+ * KafkaConsumer 消费时使用的Topic参数
2940
+ */
2941
+ UserKafkaTopic?: string;
2942
+ /**
2943
+ * 服务地址
2944
+ */
2945
+ ServerAddr?: string;
2946
+ /**
2947
+ * name
2948
+ */
2949
+ UserName?: string;
2950
+ /**
2951
+ * Kafka消费用户密码
2952
+ */
2953
+ Password?: string;
2954
+ /**
2955
+ * 元数据增量更新开关;1开启,0关闭
2956
+ */
2957
+ AutoRefresh?: number;
2934
2958
  }
2935
2959
  /**
2936
2960
  * DescribeCfsSnapshotOverview请求参数结构体
@@ -3001,6 +3025,26 @@ export interface CreateDataFlowRequest {
3001
3025
  * 数据流动名称;支持不超过64字符长度,支持中文、数字、_、-
3002
3026
  */
3003
3027
  DataFlowName?: string;
3028
+ /**
3029
+ * 0:不开启自动更新 1:开启自动更新
3030
+ */
3031
+ AutoRefresh?: number;
3032
+ /**
3033
+ * KafkaConsumer 消费时使用的Topic参数
3034
+ */
3035
+ UserKafkaTopic?: string;
3036
+ /**
3037
+ * 服务地址 示例值:kafkaconsumer-ap-beijing.cls.tencentyun.com:9095
3038
+ */
3039
+ ServerAddr?: string;
3040
+ /**
3041
+ * Kafka消费用户名.示例值:name
3042
+ */
3043
+ UserName?: string;
3044
+ /**
3045
+ * Kafka消费用户密码。默认${SecretId}#${SecretKey}。
3046
+ */
3047
+ Password?: string;
3004
3048
  }
3005
3049
  /**
3006
3050
  * DescribeDataFlow返回参数结构体