tencentcloud-sdk-nodejs 4.1.89 → 4.1.90
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/es/common/sdk_version.js +1 -1
- package/es/services/cam/v20190116/cam_client.js +7 -4
- package/es/services/cfs/v20190719/cfs_client.js +66 -27
- package/es/services/lowcode/v20210108/lowcode_client.js +12 -0
- package/es/services/wedata/v20210820/wedata_client.js +5 -2
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +43 -1
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +9 -5
- package/tencentcloud/services/cam/v20190116/cam_client.js +12 -6
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +69 -22
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +2 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +2 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +30 -22
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +82 -30
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +121 -43
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +934 -275
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +15 -7
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +169 -61
- package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +110 -6
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/lowcode/v20210108/lowcode_client.d.ts +17 -1
- package/tencentcloud/services/lowcode/v20210108/lowcode_client.js +24 -0
- package/tencentcloud/services/lowcode/v20210108/lowcode_models.d.ts +148 -31
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +16 -12
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +14 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +7 -3
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +9 -3
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +86 -4
@@ -480,19 +480,19 @@ export interface ParamRecord {
|
|
480
480
|
*/
|
481
481
|
export interface DescribeParamTemplatesRequest {
|
482
482
|
/**
|
483
|
-
*
|
483
|
+
* 引擎版本,缺省则查询所有。可取值为:5.5、5.6、5.7、8.0。
|
484
484
|
*/
|
485
485
|
EngineVersions?: Array<string>;
|
486
486
|
/**
|
487
|
-
*
|
487
|
+
* 引擎类型,缺省则查询所有。可取值为:InnoDB、RocksDB,不区分大小写。
|
488
488
|
*/
|
489
489
|
EngineTypes?: Array<string>;
|
490
490
|
/**
|
491
|
-
*
|
491
|
+
* 模板名称,缺省则查询所有。支持模糊匹配。
|
492
492
|
*/
|
493
493
|
TemplateNames?: Array<string>;
|
494
494
|
/**
|
495
|
-
* 模板
|
495
|
+
* 模板 ID,缺省则查询所有。
|
496
496
|
*/
|
497
497
|
TemplateIds?: Array<number | bigint>;
|
498
498
|
}
|
@@ -817,7 +817,7 @@ export interface PeriodStrategy {
|
|
817
817
|
*/
|
818
818
|
export interface DescribeParamTemplateInfoRequest {
|
819
819
|
/**
|
820
|
-
* 参数模板 ID
|
820
|
+
* 参数模板 ID。可通过 [DescribeParamTemplates](https://cloud.tencent.com/document/api/236/32659) 接口获取。
|
821
821
|
*/
|
822
822
|
TemplateId: number;
|
823
823
|
}
|
@@ -2095,7 +2095,7 @@ export interface DescribeParamTemplateInfoResponse {
|
|
2095
2095
|
*/
|
2096
2096
|
Name?: string;
|
2097
2097
|
/**
|
2098
|
-
*
|
2098
|
+
* 参数模板对应实例版本,可取值:5.5、5.6、5.7、8.0。
|
2099
2099
|
*/
|
2100
2100
|
EngineVersion?: string;
|
2101
2101
|
/**
|
@@ -2441,7 +2441,7 @@ export interface DescribeBinlogsRequest {
|
|
2441
2441
|
*/
|
2442
2442
|
Offset?: number;
|
2443
2443
|
/**
|
2444
|
-
* 分页大小,默认值为20,最小值为1,最大值为
|
2444
|
+
* 分页大小,默认值为20,最小值为1,最大值为1000。
|
2445
2445
|
*/
|
2446
2446
|
Limit?: number;
|
2447
2447
|
/**
|
@@ -2835,7 +2835,7 @@ export interface SwitchDBInstanceMasterSlaveResponse {
|
|
2835
2835
|
*/
|
2836
2836
|
export interface DescribeBackupsRequest {
|
2837
2837
|
/**
|
2838
|
-
* 实例ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
|
2838
|
+
* 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
|
2839
2839
|
*/
|
2840
2840
|
InstanceId: string;
|
2841
2841
|
/**
|
@@ -2843,7 +2843,7 @@ export interface DescribeBackupsRequest {
|
|
2843
2843
|
*/
|
2844
2844
|
Offset?: number;
|
2845
2845
|
/**
|
2846
|
-
* 分页大小,默认值为20,最小值为1,最大值为
|
2846
|
+
* 分页大小,默认值为20,最小值为1,最大值为1000。
|
2847
2847
|
*/
|
2848
2848
|
Limit?: number;
|
2849
2849
|
}
|
@@ -3007,10 +3007,12 @@ export interface BinlogInfo {
|
|
3007
3007
|
Date?: string;
|
3008
3008
|
/**
|
3009
3009
|
* 下载地址
|
3010
|
+
说明:此下载地址和参数 InternetUrl 的下载地址一样。
|
3010
3011
|
*/
|
3011
3012
|
IntranetUrl?: string;
|
3012
3013
|
/**
|
3013
3014
|
* 下载地址
|
3015
|
+
说明:此下载地址和参数 IntranetUrl 的下载地址一样。
|
3014
3016
|
*/
|
3015
3017
|
InternetUrl?: string;
|
3016
3018
|
/**
|
@@ -3043,6 +3045,7 @@ export interface BinlogInfo {
|
|
3043
3045
|
CosStorageType?: number;
|
3044
3046
|
/**
|
3045
3047
|
* 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
|
3048
|
+
* @deprecated
|
3046
3049
|
*/
|
3047
3050
|
InstanceId?: string;
|
3048
3051
|
}
|
@@ -3403,7 +3406,7 @@ export interface DeleteAccountsResponse {
|
|
3403
3406
|
*/
|
3404
3407
|
export interface ParamTemplateInfo {
|
3405
3408
|
/**
|
3406
|
-
* 参数模板ID
|
3409
|
+
* 参数模板 ID
|
3407
3410
|
*/
|
3408
3411
|
TemplateId?: number;
|
3409
3412
|
/**
|
@@ -3415,15 +3418,15 @@ export interface ParamTemplateInfo {
|
|
3415
3418
|
*/
|
3416
3419
|
Description?: string;
|
3417
3420
|
/**
|
3418
|
-
*
|
3421
|
+
* 实例引擎版本,值为:5.5、5.6、5.7、8.0。
|
3419
3422
|
*/
|
3420
3423
|
EngineVersion?: string;
|
3421
3424
|
/**
|
3422
|
-
*
|
3425
|
+
* 参数模板类型,值为:HIGH_STABILITY、HIGH_PERFORMANCE。
|
3423
3426
|
*/
|
3424
3427
|
TemplateType?: string;
|
3425
3428
|
/**
|
3426
|
-
*
|
3429
|
+
* 参数模板引擎,值为:InnoDB、RocksDB。
|
3427
3430
|
*/
|
3428
3431
|
EngineType?: string;
|
3429
3432
|
}
|
@@ -5197,19 +5200,19 @@ export interface ModifyAuditServiceRequest {
|
|
5197
5200
|
*/
|
5198
5201
|
export interface DescribeErrorLogDataRequest {
|
5199
5202
|
/**
|
5200
|
-
* 实例 ID
|
5203
|
+
* 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
|
5201
5204
|
*/
|
5202
5205
|
InstanceId: string;
|
5203
5206
|
/**
|
5204
|
-
* 开始时间戳。例如
|
5207
|
+
* 开始时间戳。例如1585142640,秒级。
|
5205
5208
|
*/
|
5206
5209
|
StartTime: number;
|
5207
5210
|
/**
|
5208
|
-
* 结束时间戳。例如
|
5211
|
+
* 结束时间戳。例如1585142640,秒级。
|
5209
5212
|
*/
|
5210
5213
|
EndTime: number;
|
5211
5214
|
/**
|
5212
|
-
* 要匹配的关键字列表,最多支持15
|
5215
|
+
* 要匹配的关键字列表,最多支持15个关键字,支持模糊匹配。
|
5213
5216
|
*/
|
5214
5217
|
KeyWords?: Array<string>;
|
5215
5218
|
/**
|
@@ -8220,7 +8223,7 @@ export interface DescribeSlowLogsRequest {
|
|
8220
8223
|
*/
|
8221
8224
|
Offset?: number;
|
8222
8225
|
/**
|
8223
|
-
* 分页大小,默认值为20,最小值为1,最大值为
|
8226
|
+
* 分页大小,默认值为20,最小值为1,最大值为1000。
|
8224
8227
|
*/
|
8225
8228
|
Limit?: number;
|
8226
8229
|
}
|
@@ -10247,7 +10250,7 @@ export interface DescribeSSLStatusRequest {
|
|
10247
10250
|
*/
|
10248
10251
|
export interface DescribeSlowLogDataRequest {
|
10249
10252
|
/**
|
10250
|
-
* 实例 ID
|
10253
|
+
* 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
|
10251
10254
|
*/
|
10252
10255
|
InstanceId: string;
|
10253
10256
|
/**
|
@@ -10273,11 +10276,16 @@ export interface DescribeSlowLogDataRequest {
|
|
10273
10276
|
*/
|
10274
10277
|
DataBases?: Array<string>;
|
10275
10278
|
/**
|
10276
|
-
*
|
10279
|
+
* 排序字段,当前支持字段及含义如下,默认值为 Timestamp。
|
10280
|
+
1. Timestamp:SQL 的执行时间
|
10281
|
+
2. QueryTime:SQL 的执行时长(秒)
|
10282
|
+
3. LockTime:锁时长(秒)
|
10283
|
+
4. RowsExamined:扫描行数
|
10284
|
+
5. RowsSent:结果集行数
|
10277
10285
|
*/
|
10278
10286
|
SortBy?: string;
|
10279
10287
|
/**
|
10280
|
-
*
|
10288
|
+
* 升序还是降序排列。当前支持值为 ASC - 升序,DESC - 降序 ,默认值为 ASC。
|
10281
10289
|
*/
|
10282
10290
|
OrderBy?: string;
|
10283
10291
|
/**
|
@@ -10285,7 +10293,7 @@ export interface DescribeSlowLogDataRequest {
|
|
10285
10293
|
*/
|
10286
10294
|
Offset?: number;
|
10287
10295
|
/**
|
10288
|
-
* 一次性返回的记录数量,默认为100,最大为
|
10296
|
+
* 一次性返回的记录数量,默认为100,最大为800。
|
10289
10297
|
*/
|
10290
10298
|
Limit?: number;
|
10291
10299
|
/**
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
3
|
-
import { CreateMigrationTaskRequest, ScaleUpFileSystemResponse, DescribeCfsPGroupsResponse, DescribeMountTargetsResponse, DescribeSnapshotOperationLogsRequest, DescribeCfsFileSystemsResponse,
|
3
|
+
import { CreateMigrationTaskRequest, ScaleUpFileSystemResponse, CreateLifecycleDataTaskRequest, DescribeCfsPGroupsResponse, ModifyDataFlowResponse, DescribeMountTargetsResponse, DescribeSnapshotOperationLogsRequest, CreateLifecyclePolicyDownloadTaskRequest, StopLifecycleDataTaskRequest, DescribeCfsFileSystemsResponse, CreateLifecycleDataTaskResponse, ApplyPathLifecyclePolicyRequest, BindAutoSnapshotPolicyRequest, ModifyFileSystemAutoScaleUpRuleRequest, ScaleUpFileSystemRequest, CreateCfsPGroupRequest, DescribeMigrationTasksResponse, DescribeAutoSnapshotPoliciesRequest, DescribeAvailableZoneInfoRequest, DescribeMountTargetsRequest, CreateDataFlowResponse, SignUpCfsServiceRequest, SignUpCfsServiceResponse, CreateLifecyclePolicyDownloadTaskResponse, DescribeCfsRulesRequest, UpdateCfsFileSystemNameRequest, DeleteCfsPGroupRequest, DescribeLifecycleDataTaskResponse, UpdateCfsPGroupResponse, UpdateFileSystemBandwidthLimitResponse, DescribeLifecyclePoliciesRequest, DeleteAutoSnapshotPolicyRequest, CreateLifecyclePolicyResponse, UpdateCfsRuleRequest, StopLifecycleDataTaskResponse, DeleteUserQuotaRequest, DescribeAvailableZoneInfoResponse, DeleteCfsSnapshotResponse, DescribeCfsFileSystemClientsResponse, DeleteMountTargetResponse, ModifyLifecyclePolicyResponse, CreateCfsSnapshotRequest, DescribeBucketListRequest, DeleteCfsRuleRequest, ApplyPathLifecyclePolicyResponse, UpdateCfsRuleResponse, DeleteMigrationTaskResponse, DescribeLifecycleDataTaskRequest, DescribeSnapshotOperationLogsResponse, DeleteCfsFileSystemRequest, UpdateFileSystemBandwidthLimitRequest, DeleteLifecyclePolicyResponse, CreateCfsPGroupResponse, DescribeCfsServiceStatusRequest, DeleteUserQuotaResponse, DeleteMigrationTaskRequest, SetUserQuotaRequest, CreateAutoSnapshotPolicyResponse, ModifyFileSystemAutoScaleUpRuleResponse, CreateCfsSnapshotResponse, DeleteMountTargetRequest, CreateCfsRuleRequest, DeleteCfsFileSystemResponse, CreateCfsFileSystemResponse, DeleteDataFlowResponse, CreateAccessCertRequest, DescribeLifecyclePoliciesResponse, DescribeUserQuotaRequest, DescribeDataFlowRequest, DescribeBucketListResponse, UpdateCfsFileSystemNameResponse, DescribeCfsSnapshotOverviewResponse, DeleteCfsSnapshotRequest, DescribeCfsFileSystemClientsRequest, DescribeCfsSnapshotsResponse, DescribeCfsFileSystemsRequest, CreateCfsFileSystemRequest, DescribeMigrationTasksRequest, UnbindAutoSnapshotPolicyRequest, UnbindAutoSnapshotPolicyResponse, DescribeCfsServiceStatusResponse, BindAutoSnapshotPolicyResponse, DescribeCfsSnapshotsRequest, UpdateCfsFileSystemSizeLimitResponse, UpdateAutoSnapshotPolicyRequest, UpdateCfsFileSystemSizeLimitRequest, DescribeCfsRulesResponse, UpdateCfsFileSystemPGroupResponse, UpdateAutoSnapshotPolicyResponse, UpdateCfsFileSystemPGroupRequest, CreateMigrationTaskResponse, DeleteAutoSnapshotPolicyResponse, DeleteCfsRuleResponse, UpdateCfsSnapshotAttributeResponse, UpdateCfsPGroupRequest, DeleteDataFlowRequest, SetUserQuotaResponse, DescribeCfsPGroupsRequest, DeleteCfsPGroupResponse, UpdateCfsSnapshotAttributeRequest, DescribeUserQuotaResponse, ModifyLifecyclePolicyRequest, DeleteLifecyclePolicyRequest, CreateLifecyclePolicyRequest, CreateCfsRuleResponse, StopMigrationTaskResponse, CreateAccessCertResponse, StopMigrationTaskRequest, DescribeAutoSnapshotPoliciesResponse, ModifyDataFlowRequest, DescribeCfsSnapshotOverviewRequest, CreateAutoSnapshotPolicyRequest, CreateDataFlowRequest, DescribeDataFlowResponse } from "./cfs_models";
|
4
4
|
/**
|
5
5
|
* cfs client
|
6
6
|
* @class
|
@@ -16,17 +16,26 @@ export declare class Client extends AbstractClient {
|
|
16
16
|
*/
|
17
17
|
UpdateCfsFileSystemPGroup(req: UpdateCfsFileSystemPGroupRequest, cb?: (error: string, rep: UpdateCfsFileSystemPGroupResponse) => void): Promise<UpdateCfsFileSystemPGroupResponse>;
|
18
18
|
/**
|
19
|
-
*
|
19
|
+
* 查询生命周期任务的接口
|
20
20
|
*/
|
21
|
-
|
21
|
+
DescribeLifecycleDataTask(req: DescribeLifecycleDataTaskRequest, cb?: (error: string, rep: DescribeLifecycleDataTaskResponse) => void): Promise<DescribeLifecycleDataTaskResponse>;
|
22
22
|
/**
|
23
23
|
* 删除文件系统快照
|
24
24
|
*/
|
25
25
|
DeleteCfsSnapshot(req: DeleteCfsSnapshotRequest, cb?: (error: string, rep: DeleteCfsSnapshotResponse) => void): Promise<DeleteCfsSnapshotResponse>;
|
26
26
|
/**
|
27
|
-
*
|
27
|
+
* 用于删除文件系统
|
28
28
|
*/
|
29
|
-
|
29
|
+
DeleteCfsFileSystem(req: DeleteCfsFileSystemRequest, cb?: (error: string, rep: DeleteCfsFileSystemResponse) => void): Promise<DeleteCfsFileSystemResponse>;
|
30
|
+
/**
|
31
|
+
* 更新文件系统快照名称及保留时长
|
32
|
+
*/
|
33
|
+
UpdateCfsSnapshotAttribute(req: UpdateCfsSnapshotAttributeRequest, cb?: (error: string, rep: UpdateCfsSnapshotAttributeResponse) => void): Promise<UpdateCfsSnapshotAttributeResponse>;
|
34
|
+
/**
|
35
|
+
* 用于获取迁移任务列表。
|
36
|
+
此接口需提交工单,开启白名单之后才能使用。
|
37
|
+
*/
|
38
|
+
DescribeMigrationTasks(req: DescribeMigrationTasksRequest, cb?: (error: string, rep: DescribeMigrationTasksResponse) => void): Promise<DescribeMigrationTasksResponse>;
|
30
39
|
/**
|
31
40
|
* 更新文件系统吞吐
|
32
41
|
仅吞吐型支持此接口
|
@@ -37,17 +46,29 @@ export declare class Client extends AbstractClient {
|
|
37
46
|
*/
|
38
47
|
SetUserQuota(req: SetUserQuotaRequest, cb?: (error: string, rep: SetUserQuotaResponse) => void): Promise<SetUserQuotaResponse>;
|
39
48
|
/**
|
40
|
-
*
|
49
|
+
* 本接口(CreateCfsPGroup)用于创建权限组
|
41
50
|
*/
|
42
|
-
|
51
|
+
CreateCfsPGroup(req: CreateCfsPGroupRequest, cb?: (error: string, rep: CreateCfsPGroupResponse) => void): Promise<CreateCfsPGroupResponse>;
|
43
52
|
/**
|
44
53
|
* 本接口(DescribeMountTargets)用于查询文件系统挂载点信息
|
45
54
|
*/
|
46
55
|
DescribeMountTargets(req: DescribeMountTargetsRequest, cb?: (error: string, rep: DescribeMountTargetsResponse) => void): Promise<DescribeMountTargetsResponse>;
|
56
|
+
/**
|
57
|
+
* 创建数据流动接口
|
58
|
+
*/
|
59
|
+
CreateDataFlow(req: CreateDataFlowRequest, cb?: (error: string, rep: CreateDataFlowResponse) => void): Promise<CreateDataFlowResponse>;
|
47
60
|
/**
|
48
61
|
* 本接口(DeleteCfsPGroup)用于删除权限组,只有未绑定文件系统的权限组才能够被此接口删除。
|
49
62
|
*/
|
50
63
|
DeleteCfsPGroup(req: DeleteCfsPGroupRequest, cb?: (error: string, rep: DeleteCfsPGroupResponse) => void): Promise<DeleteCfsPGroupResponse>;
|
64
|
+
/**
|
65
|
+
* 删除生命周期管理策略
|
66
|
+
*/
|
67
|
+
DeleteLifecyclePolicy(req: DeleteLifecyclePolicyRequest, cb?: (error: string, rep: DeleteLifecyclePolicyResponse) => void): Promise<DeleteLifecyclePolicyResponse>;
|
68
|
+
/**
|
69
|
+
* 下载生命周期任务中文件列表
|
70
|
+
*/
|
71
|
+
CreateLifecyclePolicyDownloadTask(req: CreateLifecyclePolicyDownloadTaskRequest, cb?: (error: string, rep: CreateLifecyclePolicyDownloadTaskResponse) => void): Promise<CreateLifecyclePolicyDownloadTaskResponse>;
|
51
72
|
/**
|
52
73
|
* 查询挂载该文件系统的客户端。此功能需要客户端安装CFS监控插件。
|
53
74
|
*/
|
@@ -61,18 +82,21 @@ export declare class Client extends AbstractClient {
|
|
61
82
|
*/
|
62
83
|
StopMigrationTask(req: StopMigrationTaskRequest, cb?: (error: string, rep: StopMigrationTaskResponse) => void): Promise<StopMigrationTaskResponse>;
|
63
84
|
/**
|
64
|
-
*
|
65
|
-
此接口需提交工单,开启白名单之后才能使用。
|
85
|
+
* 用于获取数据源桶列表。
|
66
86
|
*/
|
67
|
-
|
87
|
+
DescribeBucketList(req: DescribeBucketListRequest, cb?: (error: string, rep: DescribeBucketListResponse) => void): Promise<DescribeBucketListResponse>;
|
68
88
|
/**
|
69
89
|
* 本接口(DescribeAvailableZoneInfo)用于查询区域的可用情况。
|
70
90
|
*/
|
71
91
|
DescribeAvailableZoneInfo(req?: DescribeAvailableZoneInfoRequest, cb?: (error: string, rep: DescribeAvailableZoneInfoResponse) => void): Promise<DescribeAvailableZoneInfoResponse>;
|
72
92
|
/**
|
73
|
-
*
|
93
|
+
* 支持主动沉降/预热接口
|
74
94
|
*/
|
75
|
-
|
95
|
+
CreateLifecycleDataTask(req: CreateLifecycleDataTaskRequest, cb?: (error: string, rep: CreateLifecycleDataTaskResponse) => void): Promise<CreateLifecycleDataTaskResponse>;
|
96
|
+
/**
|
97
|
+
* 本接口(SignUpCfsService)用于开通CFS服务。
|
98
|
+
*/
|
99
|
+
SignUpCfsService(req?: SignUpCfsServiceRequest, cb?: (error: string, rep: SignUpCfsServiceResponse) => void): Promise<SignUpCfsServiceResponse>;
|
76
100
|
/**
|
77
101
|
* 用于删除迁移任务。不支持删除等待中、创建中、运行中、取消中、终止中状态的任务。
|
78
102
|
*/
|
@@ -86,37 +110,41 @@ export declare class Client extends AbstractClient {
|
|
86
110
|
*/
|
87
111
|
UpdateCfsFileSystemSizeLimit(req: UpdateCfsFileSystemSizeLimitRequest, cb?: (error: string, rep: UpdateCfsFileSystemSizeLimitResponse) => void): Promise<UpdateCfsFileSystemSizeLimitResponse>;
|
88
112
|
/**
|
89
|
-
*
|
90
|
-
*/
|
91
|
-
CreateAutoSnapshotPolicy(req: CreateAutoSnapshotPolicyRequest, cb?: (error: string, rep: CreateAutoSnapshotPolicyResponse) => void): Promise<CreateAutoSnapshotPolicyResponse>;
|
92
|
-
/**
|
93
|
-
* 用于删除文件系统
|
113
|
+
* 创建文件存储生命周期策略
|
94
114
|
*/
|
95
|
-
|
115
|
+
CreateLifecyclePolicy(req: CreateLifecyclePolicyRequest, cb?: (error: string, rep: CreateLifecyclePolicyResponse) => void): Promise<CreateLifecyclePolicyResponse>;
|
96
116
|
/**
|
97
117
|
* 用于添加新文件系统
|
98
118
|
*/
|
99
119
|
CreateCfsFileSystem(req: CreateCfsFileSystemRequest, cb?: (error: string, rep: CreateCfsFileSystemResponse) => void): Promise<CreateCfsFileSystemResponse>;
|
100
120
|
/**
|
101
|
-
*
|
121
|
+
* 本接口(DescribeCfsPGroups)用于查询权限组列表。
|
102
122
|
*/
|
103
|
-
|
123
|
+
DescribeCfsPGroups(req?: DescribeCfsPGroupsRequest, cb?: (error: string, rep: DescribeCfsPGroupsResponse) => void): Promise<DescribeCfsPGroupsResponse>;
|
104
124
|
/**
|
105
125
|
* 文件系统快照概览
|
106
126
|
*/
|
107
127
|
DescribeCfsSnapshotOverview(req?: DescribeCfsSnapshotOverviewRequest, cb?: (error: string, rep: DescribeCfsSnapshotOverviewResponse) => void): Promise<DescribeCfsSnapshotOverviewResponse>;
|
128
|
+
/**
|
129
|
+
* 查询生命周期管理策略
|
130
|
+
*/
|
131
|
+
DescribeLifecyclePolicies(req: DescribeLifecyclePoliciesRequest, cb?: (error: string, rep: DescribeLifecyclePoliciesResponse) => void): Promise<DescribeLifecyclePoliciesResponse>;
|
108
132
|
/**
|
109
133
|
* 查询文件系统配额(仅部分Turbo实例能使用,若需要调用请提交工单与我们联系)
|
110
134
|
*/
|
111
135
|
DescribeUserQuota(req: DescribeUserQuotaRequest, cb?: (error: string, rep: DescribeUserQuotaResponse) => void): Promise<DescribeUserQuotaResponse>;
|
112
136
|
/**
|
113
|
-
*
|
137
|
+
* 配置生命周期策略关联到的目录列表
|
114
138
|
*/
|
115
|
-
|
139
|
+
ApplyPathLifecyclePolicy(req: ApplyPathLifecyclePolicyRequest, cb?: (error: string, rep: ApplyPathLifecyclePolicyResponse) => void): Promise<ApplyPathLifecyclePolicyResponse>;
|
116
140
|
/**
|
117
|
-
*
|
141
|
+
* 指定条件删除文件系统配额(仅部分Turbo实例能使用,若需要调用请提交工单与我们联系)
|
118
142
|
*/
|
119
|
-
|
143
|
+
DeleteUserQuota(req: DeleteUserQuotaRequest, cb?: (error: string, rep: DeleteUserQuotaResponse) => void): Promise<DeleteUserQuotaResponse>;
|
144
|
+
/**
|
145
|
+
* 修改数据流动相关参数
|
146
|
+
*/
|
147
|
+
ModifyDataFlow(req: ModifyDataFlowRequest, cb?: (error: string, rep: ModifyDataFlowResponse) => void): Promise<ModifyDataFlowResponse>;
|
120
148
|
/**
|
121
149
|
* 本接口(UpdateCfsRule)用于更新权限规则。
|
122
150
|
*/
|
@@ -125,6 +153,10 @@ export declare class Client extends AbstractClient {
|
|
125
153
|
* 本接口(DescribeCfsFileSystems)用于查询文件系统
|
126
154
|
*/
|
127
155
|
DescribeCfsFileSystems(req: DescribeCfsFileSystemsRequest, cb?: (error: string, rep: DescribeCfsFileSystemsResponse) => void): Promise<DescribeCfsFileSystemsResponse>;
|
156
|
+
/**
|
157
|
+
* 用来设置文件系统扩容策略,该接口只支持turbo文件系统
|
158
|
+
*/
|
159
|
+
ModifyFileSystemAutoScaleUpRule(req: ModifyFileSystemAutoScaleUpRuleRequest, cb?: (error: string, rep: ModifyFileSystemAutoScaleUpRuleResponse) => void): Promise<ModifyFileSystemAutoScaleUpRuleResponse>;
|
128
160
|
/**
|
129
161
|
* 查询文件系统快照列表
|
130
162
|
*/
|
@@ -133,14 +165,18 @@ export declare class Client extends AbstractClient {
|
|
133
165
|
* 文件系统绑定快照策略,可以同时绑定多个fs,一个fs 只能跟一个策略绑定
|
134
166
|
*/
|
135
167
|
BindAutoSnapshotPolicy(req: BindAutoSnapshotPolicyRequest, cb?: (error: string, rep: BindAutoSnapshotPolicyResponse) => void): Promise<BindAutoSnapshotPolicyResponse>;
|
168
|
+
/**
|
169
|
+
* 更新文件存储生命周期策略
|
170
|
+
*/
|
171
|
+
ModifyLifecyclePolicy(req: ModifyLifecyclePolicyRequest, cb?: (error: string, rep: ModifyLifecyclePolicyResponse) => void): Promise<ModifyLifecyclePolicyResponse>;
|
136
172
|
/**
|
137
173
|
* 本接口(DeleteCfsRule)用于删除权限组规则。
|
138
174
|
*/
|
139
175
|
DeleteCfsRule(req: DeleteCfsRuleRequest, cb?: (error: string, rep: DeleteCfsRuleResponse) => void): Promise<DeleteCfsRuleResponse>;
|
140
176
|
/**
|
141
|
-
*
|
177
|
+
* 删除数据流动
|
142
178
|
*/
|
143
|
-
|
179
|
+
DeleteDataFlow(req: DeleteDataFlowRequest, cb?: (error: string, rep: DeleteDataFlowResponse) => void): Promise<DeleteDataFlowResponse>;
|
144
180
|
/**
|
145
181
|
* 用于创建迁移任务。
|
146
182
|
*/
|
@@ -151,21 +187,29 @@ export declare class Client extends AbstractClient {
|
|
151
187
|
*/
|
152
188
|
DeleteMountTarget(req: DeleteMountTargetRequest, cb?: (error: string, rep: DeleteMountTargetResponse) => void): Promise<DeleteMountTargetResponse>;
|
153
189
|
/**
|
154
|
-
*
|
190
|
+
* 创建定期快照策略
|
155
191
|
*/
|
156
|
-
|
192
|
+
CreateAutoSnapshotPolicy(req: CreateAutoSnapshotPolicyRequest, cb?: (error: string, rep: CreateAutoSnapshotPolicyResponse) => void): Promise<CreateAutoSnapshotPolicyResponse>;
|
157
193
|
/**
|
158
|
-
*
|
194
|
+
* 查询文件系统快照定期策略列表信息
|
159
195
|
*/
|
160
|
-
|
196
|
+
DescribeAutoSnapshotPolicies(req: DescribeAutoSnapshotPoliciesRequest, cb?: (error: string, rep: DescribeAutoSnapshotPoliciesResponse) => void): Promise<DescribeAutoSnapshotPoliciesResponse>;
|
161
197
|
/**
|
162
198
|
* 删除快照定期策略
|
163
199
|
*/
|
164
200
|
DeleteAutoSnapshotPolicy(req: DeleteAutoSnapshotPolicyRequest, cb?: (error: string, rep: DeleteAutoSnapshotPolicyResponse) => void): Promise<DeleteAutoSnapshotPolicyResponse>;
|
201
|
+
/**
|
202
|
+
* 终止生命周期任务的接口
|
203
|
+
*/
|
204
|
+
StopLifecycleDataTask(req: StopLifecycleDataTaskRequest, cb?: (error: string, rep: StopLifecycleDataTaskResponse) => void): Promise<StopLifecycleDataTaskResponse>;
|
165
205
|
/**
|
166
206
|
* 创建文件系统快照
|
167
207
|
*/
|
168
208
|
CreateCfsSnapshot(req: CreateCfsSnapshotRequest, cb?: (error: string, rep: CreateCfsSnapshotResponse) => void): Promise<CreateCfsSnapshotResponse>;
|
209
|
+
/**
|
210
|
+
* 更新定期自动快照策略
|
211
|
+
*/
|
212
|
+
UpdateAutoSnapshotPolicy(req: UpdateAutoSnapshotPolicyRequest, cb?: (error: string, rep: UpdateAutoSnapshotPolicyResponse) => void): Promise<UpdateAutoSnapshotPolicyResponse>;
|
169
213
|
/**
|
170
214
|
* 解除文件系统绑定的快照策略
|
171
215
|
*/
|
@@ -174,6 +218,14 @@ export declare class Client extends AbstractClient {
|
|
174
218
|
* 查询快照操作日志
|
175
219
|
*/
|
176
220
|
DescribeSnapshotOperationLogs(req: DescribeSnapshotOperationLogsRequest, cb?: (error: string, rep: DescribeSnapshotOperationLogsResponse) => void): Promise<DescribeSnapshotOperationLogsResponse>;
|
221
|
+
/**
|
222
|
+
* 本接口(UpdateCfsFileSystemName)用于更新文件系统名
|
223
|
+
*/
|
224
|
+
UpdateCfsFileSystemName(req: UpdateCfsFileSystemNameRequest, cb?: (error: string, rep: UpdateCfsFileSystemNameResponse) => void): Promise<UpdateCfsFileSystemNameResponse>;
|
225
|
+
/**
|
226
|
+
* 查询数据流动信息接口
|
227
|
+
*/
|
228
|
+
DescribeDataFlow(req: DescribeDataFlowRequest, cb?: (error: string, rep: DescribeDataFlowResponse) => void): Promise<DescribeDataFlowResponse>;
|
177
229
|
/**
|
178
230
|
* 本接口(CreateCfsRule)用于创建权限组规则。
|
179
231
|
*/
|