tencentcloud-sdk-nodejs 4.0.771 → 4.0.773

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 (74) hide show
  1. package/CHANGELOG.md +136 -0
  2. package/SERVICE_CHANGELOG.md +51 -77
  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/aiart/v20221229/aiart_models.ts +5 -4
  7. package/src/services/ams/index.ts +2 -2
  8. package/src/services/btoe/index.ts +2 -2
  9. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  10. package/src/services/cdwch/v20200915/cdwch_client.ts +33 -19
  11. package/src/services/cdwch/v20200915/cdwch_models.ts +133 -18
  12. package/src/services/chdfs/index.ts +2 -2
  13. package/src/services/cii/index.ts +2 -2
  14. package/src/services/cwp/v20180228/cwp_models.ts +1 -1
  15. package/src/services/dbbrain/index.ts +2 -2
  16. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  18. package/src/services/iotcloud/index.ts +2 -2
  19. package/src/services/iotvideo/index.ts +2 -2
  20. package/src/services/mgobe/index.ts +2 -2
  21. package/src/services/mongodb/index.ts +2 -2
  22. package/src/services/mrs/v20200910/mrs_client.ts +27 -3
  23. package/src/services/mrs/v20200910/mrs_models.ts +136 -84
  24. package/src/services/oceanus/v20190422/oceanus_models.ts +4 -4
  25. package/src/services/organization/index.ts +2 -2
  26. package/src/services/teo/index.ts +2 -2
  27. package/src/services/thpc/index.ts +2 -2
  28. package/src/services/tione/index.ts +2 -2
  29. package/src/services/tsw/index.ts +2 -2
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +5 -4
  33. package/tencentcloud/services/ams/index.d.ts +4 -4
  34. package/tencentcloud/services/ams/index.js +2 -2
  35. package/tencentcloud/services/btoe/index.d.ts +4 -4
  36. package/tencentcloud/services/btoe/index.js +2 -2
  37. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  38. package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +11 -7
  39. package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +15 -9
  40. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +129 -18
  41. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  42. package/tencentcloud/services/chdfs/index.js +2 -2
  43. package/tencentcloud/services/cii/index.d.ts +4 -4
  44. package/tencentcloud/services/cii/index.js +2 -2
  45. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
  46. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  47. package/tencentcloud/services/dbbrain/index.js +2 -2
  48. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  49. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  50. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  51. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  52. package/tencentcloud/services/iotcloud/index.js +2 -2
  53. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  54. package/tencentcloud/services/iotvideo/index.js +2 -2
  55. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  56. package/tencentcloud/services/mgobe/index.js +2 -2
  57. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  58. package/tencentcloud/services/mongodb/index.js +2 -2
  59. package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +9 -1
  60. package/tencentcloud/services/mrs/v20200910/mrs_client.js +12 -0
  61. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +132 -84
  62. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -4
  63. package/tencentcloud/services/organization/index.d.ts +4 -4
  64. package/tencentcloud/services/organization/index.js +2 -2
  65. package/tencentcloud/services/teo/index.d.ts +4 -4
  66. package/tencentcloud/services/teo/index.js +2 -2
  67. package/tencentcloud/services/thpc/index.d.ts +4 -4
  68. package/tencentcloud/services/thpc/index.js +2 -2
  69. package/tencentcloud/services/tione/index.d.ts +4 -4
  70. package/tencentcloud/services/tione/index.js +2 -2
  71. package/tencentcloud/services/tsw/index.d.ts +4 -4
  72. package/tencentcloud/services/tsw/index.js +2 -2
  73. package/test/cdwch.v20200915.test.js +22 -12
  74. package/test/mrs.v20200910.test.js +20 -0
@@ -1298,15 +1298,15 @@ export interface GetMetaTableResponse {
1298
1298
  */
1299
1299
  SerialId?: string
1300
1300
  /**
1301
- * Catalog名
1301
+ * 目录名
1302
1302
  */
1303
1303
  Catalog?: string
1304
1304
  /**
1305
- * Database名
1305
+ * 库名
1306
1306
  */
1307
1307
  Database?: string
1308
1308
  /**
1309
- * Table名
1309
+ * 表名
1310
1310
  */
1311
1311
  Table?: string
1312
1312
  /**
@@ -1316,7 +1316,7 @@ Q1JFQVRFIFRBQkxFIGRhdGFnZW5fc291cmNlX3RhYmxlICggCiAgICBpZCBJTlQsIAogICAgbmFtZSBT
1316
1316
  */
1317
1317
  DDL?: string
1318
1318
  /**
1319
- * 场景时间
1319
+ * 创建时间
1320
1320
  */
1321
1321
  CreateTime?: string
1322
1322
  /**
@@ -1,7 +1,7 @@
1
- import { v20210331 } from "./v20210331"
2
1
  import { v20181225 } from "./v20181225"
2
+ import { v20210331 } from "./v20210331"
3
3
 
4
4
  export const organization = {
5
- v20210331: v20210331,
6
5
  v20181225: v20181225,
6
+ v20210331: v20210331,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20220901 } from "./v20220901"
2
1
  import { v20220106 } from "./v20220106"
2
+ import { v20220901 } from "./v20220901"
3
3
 
4
4
  export const teo = {
5
- v20220901: v20220901,
6
5
  v20220106: v20220106,
6
+ v20220901: v20220901,
7
7
  }
@@ -1,9 +1,9 @@
1
- import { v20220401 } from "./v20220401"
2
1
  import { v20211109 } from "./v20211109"
2
+ import { v20220401 } from "./v20220401"
3
3
  import { v20230321 } from "./v20230321"
4
4
 
5
5
  export const thpc = {
6
- v20220401: v20220401,
7
6
  v20211109: v20211109,
7
+ v20220401: v20220401,
8
8
  v20230321: v20230321,
9
9
  }
@@ -1,7 +1,7 @@
1
- import { v20211111 } from "./v20211111"
2
1
  import { v20191022 } from "./v20191022"
2
+ import { v20211111 } from "./v20211111"
3
3
 
4
4
  export const tione = {
5
- v20211111: v20211111,
6
5
  v20191022: v20191022,
6
+ v20211111: v20211111,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20200924 } from "./v20200924"
2
1
  import { v20210412 } from "./v20210412"
2
+ import { v20200924 } from "./v20200924"
3
3
 
4
4
  export const tsw = {
5
- v20200924: v20200924,
6
5
  v20210412: v20210412,
6
+ v20200924: v20200924,
7
7
  }
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.771";
1
+ export declare const sdkVersion = "4.0.773";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.0.771";
4
+ exports.sdkVersion = "4.0.773";
@@ -68,7 +68,7 @@ export interface ImageToImageRequest {
68
68
  Styles?: Array<string>;
69
69
  /**
70
70
  * 生成图结果的配置,包括输出图片分辨率和尺寸等。
71
- 支持生成以下分辨率的图片:768:768(1:1)、768:1024(3:4)、1024:768(4:3)、不传默认与原图保持一致。
71
+ 支持生成以下分辨率的图片:origin(与输入图分辨率一致)、768:768(1:1)、768:1024(3:4)、1024:768(4:3),不传默认使用origin。
72
72
  */
73
73
  ResultConfig?: ResultConfig;
74
74
  /**
@@ -86,7 +86,8 @@ export interface ImageToImageRequest {
86
86
  LogoParam?: LogoParam;
87
87
  /**
88
88
  * 生成自由度。
89
- Strength 值越小,生成图和原图越接近。取值范围0~1,不传默认为0.75。
89
+ Strength 值越小,生成图和原图越接近,取值范围0 - 1,不传使用模型内置的默认值。
90
+ 推荐的取值范围为0.6 - 0.8。
90
91
  */
91
92
  Strength?: number;
92
93
  /**
@@ -122,9 +123,9 @@ export interface ResultConfig {
122
123
  /**
123
124
  * 生成图分辨率
124
125
 
125
- 智能文生图支持生成以下分辨率的图片:768:768(1:1)、768:1024(3:4)、1024:768(4:3)、1024:1024(1:1)、720:1280(9:16)、1280:720(16:9)、768:1280(3:5)、1280:768(5:3)、1080:1920(9:16)、1920:1080(16:9)、不传默认使用768:768
126
+ 智能文生图支持生成以下分辨率的图片:768:768(1:1)、768:1024(3:4)、1024:768(4:3)、1024:1024(1:1)、720:1280(9:16)、1280:720(16:9)、768:1280(3:5)、1280:768(5:3)、1080:1920(9:16)、1920:1080(16:9),不传默认使用768:768
126
127
 
127
- 智能图生图支持生成以下分辨率的图片:768:768(1:1)、768:1024(3:4)、1024:768(4:3)、不传默认与原图保持一致
128
+ 智能图生图支持生成以下分辨率的图片:origin(与输入图分辨率一致)、768:768(1:1)、768:1024(3:4)、1024:768(4:3),不传默认使用origin,如果指定生成的长宽比与输入图长宽比差异过大可能导致图片内容被裁剪
128
129
  */
129
130
  Resolution?: string;
130
131
  }
@@ -1,10 +1,10 @@
1
1
  export declare const ams: {
2
- v20201229: {
3
- Client: typeof import("./v20201229/ams_client").Client;
4
- Models: typeof import("./v20201229/ams_models");
5
- };
6
2
  v20200608: {
7
3
  Client: typeof import("./v20200608/ams_client").Client;
8
4
  Models: typeof import("./v20200608/ams_models");
9
5
  };
6
+ v20201229: {
7
+ Client: typeof import("./v20201229/ams_client").Client;
8
+ Models: typeof import("./v20201229/ams_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ams = void 0;
4
- const v20201229_1 = require("./v20201229");
5
4
  const v20200608_1 = require("./v20200608");
5
+ const v20201229_1 = require("./v20201229");
6
6
  exports.ams = {
7
- v20201229: v20201229_1.v20201229,
8
7
  v20200608: v20200608_1.v20200608,
8
+ v20201229: v20201229_1.v20201229,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const btoe: {
2
- v20210514: {
3
- Client: typeof import("./v20210514/btoe_client").Client;
4
- Models: typeof import("./v20210514/btoe_models");
5
- };
6
2
  v20210303: {
7
3
  Client: typeof import("./v20210303/btoe_client").Client;
8
4
  Models: typeof import("./v20210303/btoe_models");
9
5
  };
6
+ v20210514: {
7
+ Client: typeof import("./v20210514/btoe_client").Client;
8
+ Models: typeof import("./v20210514/btoe_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.btoe = void 0;
4
- const v20210514_1 = require("./v20210514");
5
4
  const v20210303_1 = require("./v20210303");
5
+ const v20210514_1 = require("./v20210514");
6
6
  exports.btoe = {
7
- v20210514: v20210514_1.v20210514,
8
7
  v20210303: v20210303_1.v20210303,
8
+ v20210514: v20210514_1.v20210514,
9
9
  };
@@ -6659,7 +6659,7 @@ export interface StatisticItem {
6659
6659
  */
6660
6660
  BpsThreshold?: number;
6661
6661
  /**
6662
- * 关闭方式 返回404:RETURN_404, dns回源:RESOLVE_DNS_TO_ORIGIN
6662
+ * 关闭方式 返回404:RETURN_404
6663
6663
  注意:此字段可能返回 null,表示取不到有效值。
6664
6664
  */
6665
6665
  CounterMeasure?: string;
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribeInstanceShardsRequest, ScaleOutInstanceRequest, ScaleOutInstanceResponse, ResizeDiskRequest, DescribeInstanceKeyValConfigsRequest, OpenBackUpResponse, DescribeClusterConfigsResponse, ActionAlterCkUserRequest, DescribeCkSqlApisRequest, DescribeBackUpScheduleRequest, DescribeSpecResponse, DescribeSpecRequest, DestroyInstanceRequest, ModifyUserNewPrivilegeRequest, DescribeBackUpTablesResponse, OpenBackUpRequest, ModifyInstanceKeyValConfigsResponse, CreateInstanceNewResponse, DescribeInstanceClustersResponse, CreateInstanceNewRequest, DescribeBackUpJobDetailResponse, ModifyClusterConfigsRequest, ScaleUpInstanceRequest, DescribeInstanceKeyValConfigsResponse, ModifyClusterConfigsResponse, RecoverBackUpJobRequest, DescribeInstancesNewRequest, DeleteBackUpDataResponse, ModifyInstanceKeyValConfigsRequest, DescribeInstancesNewResponse, DescribeClusterConfigsRequest, CreateBackUpScheduleResponse, RecoverBackUpJobResponse, DescribeInstanceResponse, DescribeBackUpJobResponse, DescribeInstanceClustersRequest, DescribeInstanceStateRequest, DescribeInstanceShardsResponse, DescribeBackUpJobDetailRequest, CreateBackUpScheduleRequest, DeleteBackUpDataRequest, DescribeInstanceRequest, ActionAlterCkUserResponse, DescribeInstanceStateResponse, DescribeBackUpTablesRequest, DestroyInstanceResponse, ResizeDiskResponse, DescribeBackUpScheduleResponse, DescribeCkSqlApisResponse, DescribeBackUpJobRequest, ScaleUpInstanceResponse, ModifyUserNewPrivilegeResponse } from "./cdwch_models";
3
+ import { DescribeInstanceShardsRequest, ScaleOutInstanceRequest, ScaleOutInstanceResponse, DescribeInstancesNewResponse, DescribeInstanceKeyValConfigsRequest, DescribeInstanceNodesRequest, DescribeClusterConfigsResponse, ActionAlterCkUserRequest, DescribeCkSqlApisRequest, DescribeBackUpScheduleRequest, DescribeSpecResponse, DescribeSpecRequest, DestroyInstanceRequest, ModifyUserNewPrivilegeRequest, DescribeBackUpTablesResponse, OpenBackUpRequest, ModifyInstanceKeyValConfigsResponse, OpenBackUpResponse, CreateInstanceNewResponse, DescribeInstanceClustersResponse, CreateInstanceNewRequest, DescribeBackUpJobDetailResponse, ModifyClusterConfigsRequest, ScaleUpInstanceRequest, DescribeInstanceKeyValConfigsResponse, ModifyClusterConfigsResponse, RecoverBackUpJobRequest, DescribeInstancesNewRequest, DeleteBackUpDataResponse, ModifyInstanceKeyValConfigsRequest, DescribeInstanceNodesResponse, DescribeClusterConfigsRequest, CreateBackUpScheduleResponse, RecoverBackUpJobResponse, DescribeInstanceResponse, DescribeBackUpJobResponse, DescribeInstanceClustersRequest, ResizeDiskRequest, DescribeInstanceStateRequest, DescribeInstanceShardsResponse, DescribeBackUpJobDetailRequest, CreateBackUpScheduleRequest, DeleteBackUpDataRequest, DescribeInstanceRequest, ActionAlterCkUserResponse, DescribeInstanceStateResponse, DescribeBackUpTablesRequest, DestroyInstanceResponse, ResizeDiskResponse, DescribeBackUpScheduleResponse, DescribeCkSqlApisResponse, DescribeBackUpJobRequest, ScaleUpInstanceResponse, ModifyUserNewPrivilegeResponse } from "./cdwch_models";
4
4
  /**
5
5
  * cdwch client
6
6
  * @class
@@ -23,6 +23,10 @@ export declare class Client extends AbstractClient {
23
23
  * 在集群详情页面获取所有参数列表
24
24
  */
25
25
  DescribeInstanceKeyValConfigs(req: DescribeInstanceKeyValConfigsRequest, cb?: (error: string, rep: DescribeInstanceKeyValConfigsResponse) => void): Promise<DescribeInstanceKeyValConfigsResponse>;
26
+ /**
27
+ * 开启或者关闭策略
28
+ */
29
+ OpenBackUp(req: OpenBackUpRequest, cb?: (error: string, rep: OpenBackUpResponse) => void): Promise<OpenBackUpResponse>;
26
30
  /**
27
31
  * KV模式修改配置接口
28
32
  */
@@ -51,10 +55,6 @@ export declare class Client extends AbstractClient {
51
55
  * 删除备份数据
52
56
  */
53
57
  DeleteBackUpData(req: DeleteBackUpDataRequest, cb?: (error: string, rep: DeleteBackUpDataResponse) => void): Promise<DeleteBackUpDataResponse>;
54
- /**
55
- * 在集群配置页面修改集群配置文件接口,xml模式
56
- */
57
- ModifyClusterConfigs(req: ModifyClusterConfigsRequest, cb?: (error: string, rep: ModifyClusterConfigsResponse) => void): Promise<ModifyClusterConfigsResponse>;
58
58
  /**
59
59
  * 新增和修改用户接口
60
60
  */
@@ -68,9 +68,9 @@ export declare class Client extends AbstractClient {
68
68
  */
69
69
  DescribeClusterConfigs(req: DescribeClusterConfigsRequest, cb?: (error: string, rep: DescribeClusterConfigsResponse) => void): Promise<DescribeClusterConfigsResponse>;
70
70
  /**
71
- * 开启或者关闭策略
71
+ * 在集群配置页面修改集群配置文件接口,xml模式
72
72
  */
73
- OpenBackUp(req: OpenBackUpRequest, cb?: (error: string, rep: OpenBackUpResponse) => void): Promise<OpenBackUpResponse>;
73
+ ModifyClusterConfigs(req: ModifyClusterConfigsRequest, cb?: (error: string, rep: ModifyClusterConfigsResponse) => void): Promise<ModifyClusterConfigsResponse>;
74
74
  /**
75
75
  * 备份恢复
76
76
  */
@@ -103,6 +103,10 @@ export declare class Client extends AbstractClient {
103
103
  * 根据实例ID查询某个实例的具体信息
104
104
  */
105
105
  DescribeInstance(req: DescribeInstanceRequest, cb?: (error: string, rep: DescribeInstanceResponse) => void): Promise<DescribeInstanceResponse>;
106
+ /**
107
+ * 获取实例节点信息列表
108
+ */
109
+ DescribeInstanceNodes(req: DescribeInstanceNodesRequest, cb?: (error: string, rep: DescribeInstanceNodesResponse) => void): Promise<DescribeInstanceNodesResponse>;
106
110
  /**
107
111
  * 针对集群账号的权限做管控(新版)
108
112
  */
@@ -51,6 +51,12 @@ class Client extends abstract_client_1.AbstractClient {
51
51
  async DescribeInstanceKeyValConfigs(req, cb) {
52
52
  return this.request("DescribeInstanceKeyValConfigs", req, cb);
53
53
  }
54
+ /**
55
+ * 开启或者关闭策略
56
+ */
57
+ async OpenBackUp(req, cb) {
58
+ return this.request("OpenBackUp", req, cb);
59
+ }
54
60
  /**
55
61
  * KV模式修改配置接口
56
62
  */
@@ -93,12 +99,6 @@ class Client extends abstract_client_1.AbstractClient {
93
99
  async DeleteBackUpData(req, cb) {
94
100
  return this.request("DeleteBackUpData", req, cb);
95
101
  }
96
- /**
97
- * 在集群配置页面修改集群配置文件接口,xml模式
98
- */
99
- async ModifyClusterConfigs(req, cb) {
100
- return this.request("ModifyClusterConfigs", req, cb);
101
- }
102
102
  /**
103
103
  * 新增和修改用户接口
104
104
  */
@@ -118,10 +118,10 @@ class Client extends abstract_client_1.AbstractClient {
118
118
  return this.request("DescribeClusterConfigs", req, cb);
119
119
  }
120
120
  /**
121
- * 开启或者关闭策略
121
+ * 在集群配置页面修改集群配置文件接口,xml模式
122
122
  */
123
- async OpenBackUp(req, cb) {
124
- return this.request("OpenBackUp", req, cb);
123
+ async ModifyClusterConfigs(req, cb) {
124
+ return this.request("ModifyClusterConfigs", req, cb);
125
125
  }
126
126
  /**
127
127
  * 备份恢复
@@ -171,6 +171,12 @@ class Client extends abstract_client_1.AbstractClient {
171
171
  async DescribeInstance(req, cb) {
172
172
  return this.request("DescribeInstance", req, cb);
173
173
  }
174
+ /**
175
+ * 获取实例节点信息列表
176
+ */
177
+ async DescribeInstanceNodes(req, cb) {
178
+ return this.request("DescribeInstanceNodes", req, cb);
179
+ }
174
180
  /**
175
181
  * 针对集群账号的权限做管控(新版)
176
182
  */
@@ -66,21 +66,21 @@ export interface ScaleOutInstanceResponse {
66
66
  RequestId?: string;
67
67
  }
68
68
  /**
69
- * ResizeDisk请求参数结构体
69
+ * DescribeInstancesNew返回参数结构体
70
70
  */
71
- export interface ResizeDiskRequest {
71
+ export interface DescribeInstancesNewResponse {
72
72
  /**
73
- * 实例唯一ID
73
+ * 实例总数
74
74
  */
75
- InstanceId: string;
75
+ TotalCount?: number;
76
76
  /**
77
- * 节点类型,DATA:clickhouse节点,COMMON:为zookeeper节点
77
+ * 实例数组
78
78
  */
79
- Type: string;
79
+ InstancesList?: Array<InstanceInfo>;
80
80
  /**
81
- * 磁盘扩容后容量,不能小于原有用量。clickhouse最小200,且为100的整数倍。 zk最小100,且为10的整数倍;
81
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
82
82
  */
83
- DiskSize: number;
83
+ RequestId?: string;
84
84
  }
85
85
  /**
86
86
  * 数据库权限信息
@@ -115,13 +115,33 @@ export interface DescribeInstanceKeyValConfigsRequest {
115
115
  SearchConfigName?: string;
116
116
  }
117
117
  /**
118
- * OpenBackUp返回参数结构体
118
+ * DescribeInstanceNodes请求参数结构体
119
119
  */
120
- export interface OpenBackUpResponse {
120
+ export interface DescribeInstanceNodesRequest {
121
121
  /**
122
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
122
+ * 集群实例ID
123
123
  */
124
- RequestId?: string;
124
+ InstanceId: string;
125
+ /**
126
+ * 集群角色类型,默认为 "data"数据节点
127
+ */
128
+ NodeRole?: string;
129
+ /**
130
+ * 分页参数,第一页为0,第二页为10
131
+ */
132
+ Offset?: number;
133
+ /**
134
+ * 分页参数,分页步长,默认为10
135
+ */
136
+ Limit?: number;
137
+ /**
138
+ * 展现策略,All时显示所有
139
+ */
140
+ DisplayPolicy?: string;
141
+ /**
142
+ * 当true的时候返回所有节点,即Limit无限大
143
+ */
144
+ ForceAll?: boolean;
125
145
  }
126
146
  /**
127
147
  * 集群计费相关信息
@@ -448,6 +468,15 @@ export interface BackupTableContent {
448
468
  */
449
469
  Rip?: string;
450
470
  }
471
+ /**
472
+ * OpenBackUp返回参数结构体
473
+ */
474
+ export interface OpenBackUpResponse {
475
+ /**
476
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
477
+ */
478
+ RequestId?: string;
479
+ }
451
480
  /**
452
481
  * CreateInstanceNew返回参数结构体
453
482
  */
@@ -937,6 +966,23 @@ export interface ScaleUpInstanceRequest {
937
966
  */
938
967
  ScaleUpEnableRolling: boolean;
939
968
  }
969
+ /**
970
+ * 集群分组信息描述
971
+ */
972
+ export interface GroupInfo {
973
+ /**
974
+ * 分组名称
975
+ */
976
+ GroupName: string;
977
+ /**
978
+ * 分片变量名称
979
+ */
980
+ ShardName: string;
981
+ /**
982
+ * 副本变量名称
983
+ */
984
+ ReplicaName: string;
985
+ }
940
986
  /**
941
987
  * DescribeInstanceKeyValConfigs返回参数结构体
942
988
  */
@@ -1116,17 +1162,18 @@ export interface ModifyInstanceKeyValConfigsRequest {
1116
1162
  Remark?: string;
1117
1163
  }
1118
1164
  /**
1119
- * DescribeInstancesNew返回参数结构体
1165
+ * DescribeInstanceNodes返回参数结构体
1120
1166
  */
1121
- export interface DescribeInstancesNewResponse {
1167
+ export interface DescribeInstanceNodesResponse {
1122
1168
  /**
1123
- * 实例总数
1169
+ * 总数
1124
1170
  */
1125
- TotalCount?: number;
1171
+ TotalCount: number;
1126
1172
  /**
1127
- * 实例数组
1173
+ * 实例节点总数
1174
+ 注意:此字段可能返回 null,表示取不到有效值。
1128
1175
  */
1129
- InstancesList?: Array<InstanceInfo>;
1176
+ InstanceNodesList: Array<InstanceNode>;
1130
1177
  /**
1131
1178
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1132
1179
  */
@@ -1328,6 +1375,23 @@ export interface DescribeInstanceClustersRequest {
1328
1375
  */
1329
1376
  InstanceId: string;
1330
1377
  }
1378
+ /**
1379
+ * ResizeDisk请求参数结构体
1380
+ */
1381
+ export interface ResizeDiskRequest {
1382
+ /**
1383
+ * 实例唯一ID
1384
+ */
1385
+ InstanceId: string;
1386
+ /**
1387
+ * 节点类型,DATA:clickhouse节点,COMMON:为zookeeper节点
1388
+ */
1389
+ Type: string;
1390
+ /**
1391
+ * 磁盘扩容后容量,不能小于原有用量。clickhouse最小200,且为100的整数倍。 zk最小100,且为10的整数倍;
1392
+ */
1393
+ DiskSize: number;
1394
+ }
1331
1395
  /**
1332
1396
  * DescribeInstanceState请求参数结构体
1333
1397
  */
@@ -1419,6 +1483,53 @@ export interface DescribeInstanceShardsResponse {
1419
1483
  */
1420
1484
  RequestId?: string;
1421
1485
  }
1486
+ /**
1487
+ * 实例节点描述信息
1488
+ */
1489
+ export interface InstanceNode {
1490
+ /**
1491
+ * IP地址
1492
+ */
1493
+ Ip: string;
1494
+ /**
1495
+ * 机型,如 S1
1496
+ */
1497
+ Spec: string;
1498
+ /**
1499
+ * cpu核数
1500
+ */
1501
+ Core: number;
1502
+ /**
1503
+ * 内存大小
1504
+ */
1505
+ Memory: number;
1506
+ /**
1507
+ * 磁盘类型
1508
+ */
1509
+ DiskType: string;
1510
+ /**
1511
+ * 磁盘大小
1512
+ */
1513
+ DiskSize: number;
1514
+ /**
1515
+ * 所属clickhouse cluster名称
1516
+ */
1517
+ Cluster: string;
1518
+ /**
1519
+ * 节点所属的分组信息
1520
+ */
1521
+ NodeGroups: Array<GroupInfo>;
1522
+ /**
1523
+ * VPC IP
1524
+ 注意:此字段可能返回 null,表示取不到有效值。
1525
+ */
1526
+ Rip: string;
1527
+ /**
1528
+ * ture的时候表示该节点上部署了chproxy进程
1529
+ 注意:此字段可能返回 null,表示取不到有效值。
1530
+ */
1531
+ IsCHProxy: boolean;
1532
+ }
1422
1533
  /**
1423
1534
  * 集群配置信息
1424
1535
  */
@@ -1,10 +1,10 @@
1
1
  export declare const chdfs: {
2
- v20201112: {
3
- Client: typeof import("./v20201112/chdfs_client").Client;
4
- Models: typeof import("./v20201112/chdfs_models");
5
- };
6
2
  v20190718: {
7
3
  Client: typeof import("./v20190718/chdfs_client").Client;
8
4
  Models: typeof import("./v20190718/chdfs_models");
9
5
  };
6
+ v20201112: {
7
+ Client: typeof import("./v20201112/chdfs_client").Client;
8
+ Models: typeof import("./v20201112/chdfs_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.chdfs = void 0;
4
- const v20201112_1 = require("./v20201112");
5
4
  const v20190718_1 = require("./v20190718");
5
+ const v20201112_1 = require("./v20201112");
6
6
  exports.chdfs = {
7
- v20201112: v20201112_1.v20201112,
8
7
  v20190718: v20190718_1.v20190718,
8
+ v20201112: v20201112_1.v20201112,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const cii: {
2
- v20210408: {
3
- Client: typeof import("./v20210408/cii_client").Client;
4
- Models: typeof import("./v20210408/cii_models");
5
- };
6
2
  v20201210: {
7
3
  Client: typeof import("./v20201210/cii_client").Client;
8
4
  Models: typeof import("./v20201210/cii_models");
9
5
  };
6
+ v20210408: {
7
+ Client: typeof import("./v20210408/cii_client").Client;
8
+ Models: typeof import("./v20210408/cii_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.cii = void 0;
4
- const v20210408_1 = require("./v20210408");
5
4
  const v20201210_1 = require("./v20201210");
5
+ const v20210408_1 = require("./v20210408");
6
6
  exports.cii = {
7
- v20210408: v20210408_1.v20210408,
8
7
  v20201210: v20201210_1.v20201210,
8
+ v20210408: v20210408_1.v20210408,
9
9
  };
@@ -26677,7 +26677,7 @@ export interface DescribePublicProxyInstallCommandRequest {
26677
26677
  */
26678
26678
  export interface ExportJavaMemShellsResponse {
26679
26679
  /**
26680
- * 任务ID,需要到接口“异步导出任务”https://cloud.tencent.com/document/product/296/52508 获取DownloadUrl下载地址
26680
+ * 任务ID,需要到接口 <a href="https://cloud.tencent.com/document/product/296/52508" target="_blank" >异步导出任务</a>获取DownloadUrl下载地址
26681
26681
  */
26682
26682
  TaskId?: string;
26683
26683
  /**
@@ -1,10 +1,10 @@
1
1
  export declare const dbbrain: {
2
- v20191016: {
3
- Client: typeof import("./v20191016/dbbrain_client").Client;
4
- Models: typeof import("./v20191016/dbbrain_models");
5
- };
6
2
  v20210527: {
7
3
  Client: typeof import("./v20210527/dbbrain_client").Client;
8
4
  Models: typeof import("./v20210527/dbbrain_models");
9
5
  };
6
+ v20191016: {
7
+ Client: typeof import("./v20191016/dbbrain_client").Client;
8
+ Models: typeof import("./v20191016/dbbrain_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.dbbrain = void 0;
4
- const v20191016_1 = require("./v20191016");
5
4
  const v20210527_1 = require("./v20210527");
5
+ const v20191016_1 = require("./v20191016");
6
6
  exports.dbbrain = {
7
- v20191016: v20191016_1.v20191016,
8
7
  v20210527: v20210527_1.v20210527,
8
+ v20191016: v20191016_1.v20191016,
9
9
  };
@@ -542,7 +542,7 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
542
542
  注:
543
543
  - 使用此接口生成链接,需要提前开通 `使用手机号验证签署方身份` 功能,在 `腾讯电子签网页端-企业设置-拓展服务` 中可以找到。
544
544
  - 参与人点击链接后需短信验证码才能查看合同内容。
545
- - 企业用户批量签署,需要传OrganizationName(参与方所在企业名称)参数生成签署链接,`请确保此企业已完成腾讯电子签企业认证`。若为子客企业,请确保员工已经加入企业。
545
+ - 企业用户批量签署,需要传OrganizationName(参与方所在企业名称)参数生成签署链接,`请确保此企业已完成腾讯电子签企业认证`。暂时仅支持给`自建应用集成企业` 生成员工批签链接,不支持子客企业。
546
546
  - 个人批量签署,签名区`仅支持手写签名`。
547
547
  */
548
548
  ChannelCreateBatchSignUrl(req: ChannelCreateBatchSignUrlRequest, cb?: (error: string, rep: ChannelCreateBatchSignUrlResponse) => void): Promise<ChannelCreateBatchSignUrlResponse>;
@@ -630,7 +630,7 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
630
630
  注:
631
631
  - 使用此接口生成链接,需要提前开通 `使用手机号验证签署方身份` 功能,在 `腾讯电子签网页端-企业设置-拓展服务` 中可以找到。
632
632
  - 参与人点击链接后需短信验证码才能查看合同内容。
633
- - 企业用户批量签署,需要传OrganizationName(参与方所在企业名称)参数生成签署链接,`请确保此企业已完成腾讯电子签企业认证`。若为子客企业,请确保员工已经加入企业。
633
+ - 企业用户批量签署,需要传OrganizationName(参与方所在企业名称)参数生成签署链接,`请确保此企业已完成腾讯电子签企业认证`。暂时仅支持给`自建应用集成企业` 生成员工批签链接,不支持子客企业。
634
634
  - 个人批量签署,签名区`仅支持手写签名`。
635
635
  */
636
636
  async ChannelCreateBatchSignUrl(req, cb) {
@@ -6182,7 +6182,7 @@ export interface ChannelCreateBatchSignUrlRequest {
6182
6182
  <li>请确认该名称与企业营业执照中注册的名称一致。</li>
6183
6183
  <li>如果名称中包含英文括号(),请使用中文括号()代替。</li>
6184
6184
  <li>请确保此企业已完成腾讯电子签企业认证。</li>
6185
- <li>若为子客企业,请确保员工已经加入企业。</li>
6185
+ <li>暂时仅支持给`自建应用集成企业` 生成员工批签链接,不支持子客企业。</li>
6186
6186
  </ul>
6187
6187
  */
6188
6188
  OrganizationName?: string;
@@ -1,10 +1,10 @@
1
1
  export declare const iotcloud: {
2
- v20210408: {
3
- Client: typeof import("./v20210408/iotcloud_client").Client;
4
- Models: typeof import("./v20210408/iotcloud_models");
5
- };
6
2
  v20180614: {
7
3
  Client: typeof import("./v20180614/iotcloud_client").Client;
8
4
  Models: typeof import("./v20180614/iotcloud_models");
9
5
  };
6
+ v20210408: {
7
+ Client: typeof import("./v20210408/iotcloud_client").Client;
8
+ Models: typeof import("./v20210408/iotcloud_models");
9
+ };
10
10
  };