tencentcloud-sdk-nodejs 4.1.70 → 4.1.72

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 (40) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/ai3d/index.js +4 -0
  3. package/es/services/ai3d/v20250513/ai3d_client.js +12 -0
  4. package/es/services/ai3d/v20250513/ai3d_models.js +0 -0
  5. package/es/services/ai3d/v20250513/index.js +6 -0
  6. package/es/services/dlc/v20210125/dlc_client.js +7 -4
  7. package/es/services/index.js +1 -0
  8. package/es/services/ioa/v20220601/ioa_client.js +3 -0
  9. package/package.json +1 -1
  10. package/tencentcloud/common/sdk_version.d.ts +1 -1
  11. package/tencentcloud/common/sdk_version.js +1 -1
  12. package/tencentcloud/services/ai3d/index.d.ts +6 -0
  13. package/tencentcloud/services/ai3d/index.js +7 -0
  14. package/tencentcloud/services/ai3d/v20250513/ai3d_client.d.ts +20 -0
  15. package/tencentcloud/services/ai3d/v20250513/ai3d_client.js +45 -0
  16. package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +125 -0
  17. package/tencentcloud/services/ai3d/v20250513/ai3d_models.js +18 -0
  18. package/tencentcloud/services/ai3d/v20250513/index.d.ts +6 -0
  19. package/tencentcloud/services/ai3d/v20250513/index.js +10 -0
  20. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
  21. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +2 -2
  22. package/tencentcloud/services/cdb/v20170320/cdb_client.js +2 -2
  23. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +23 -18
  24. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +57 -0
  25. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +53 -1
  26. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +9 -5
  27. package/tencentcloud/services/dlc/v20210125/dlc_client.js +12 -6
  28. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +22 -0
  29. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +8 -0
  30. package/tencentcloud/services/gs/v20191118/gs_client.d.ts +2 -2
  31. package/tencentcloud/services/gs/v20191118/gs_client.js +1 -1
  32. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +84 -49
  33. package/tencentcloud/services/index.d.ts +1 -0
  34. package/tencentcloud/services/index.js +2 -0
  35. package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +5 -1
  36. package/tencentcloud/services/ioa/v20220601/ioa_client.js +6 -0
  37. package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +99 -23
  38. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +12 -0
  39. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +17 -0
  40. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
@@ -1 +1 @@
1
- export const sdkVersion = "4.1.70";
1
+ export const sdkVersion = "4.1.72";
@@ -0,0 +1,4 @@
1
+ import { v20250513 } from "./v20250513";
2
+ export const ai3d = {
3
+ v20250513: v20250513,
4
+ };
@@ -0,0 +1,12 @@
1
+ import { AbstractClient } from "../../../common/abstract_client";
2
+ export class Client extends AbstractClient {
3
+ constructor(clientConfig) {
4
+ super("ai3d.tencentcloudapi.com", "2025-05-13", clientConfig);
5
+ }
6
+ async SubmitHunyuanTo3DJob(req, cb) {
7
+ return this.request("SubmitHunyuanTo3DJob", req, cb);
8
+ }
9
+ async QueryHunyuanTo3DJob(req, cb) {
10
+ return this.request("QueryHunyuanTo3DJob", req, cb);
11
+ }
12
+ }
File without changes
@@ -0,0 +1,6 @@
1
+ import * as Models from "./ai3d_models";
2
+ import { Client } from "./ai3d_client";
3
+ export const v20250513 = {
4
+ Client: Client,
5
+ Models: Models
6
+ };
@@ -150,8 +150,8 @@ export class Client extends AbstractClient {
150
150
  async ReportHeartbeatMetaData(req, cb) {
151
151
  return this.request("ReportHeartbeatMetaData", req, cb);
152
152
  }
153
- async AssignMangedTableProperties(req, cb) {
154
- return this.request("AssignMangedTableProperties", req, cb);
153
+ async DescribeSparkSessionBatchSQLCost(req, cb) {
154
+ return this.request("DescribeSparkSessionBatchSQLCost", req, cb);
155
155
  }
156
156
  async DescribeUpdatableDataEngines(req, cb) {
157
157
  return this.request("DescribeUpdatableDataEngines", req, cb);
@@ -324,8 +324,8 @@ export class Client extends AbstractClient {
324
324
  async CreateDMSTable(req, cb) {
325
325
  return this.request("CreateDMSTable", req, cb);
326
326
  }
327
- async DescribeSparkSessionBatchSQLCost(req, cb) {
328
- return this.request("DescribeSparkSessionBatchSQLCost", req, cb);
327
+ async AssignMangedTableProperties(req, cb) {
328
+ return this.request("AssignMangedTableProperties", req, cb);
329
329
  }
330
330
  async UpgradeDataEngineImage(req, cb) {
331
331
  return this.request("UpgradeDataEngineImage", req, cb);
@@ -351,6 +351,9 @@ export class Client extends AbstractClient {
351
351
  async CreateImportTask(req, cb) {
352
352
  return this.request("CreateImportTask", req, cb);
353
353
  }
354
+ async CancelTasks(req, cb) {
355
+ return this.request("CancelTasks", req, cb);
356
+ }
354
357
  async CreateTable(req, cb) {
355
358
  return this.request("CreateTable", req, cb);
356
359
  }
@@ -4,6 +4,7 @@ export { acp } from "./acp";
4
4
  export { advisor } from "./advisor";
5
5
  export { af } from "./af";
6
6
  export { afc } from "./afc";
7
+ export { ai3d } from "./ai3d";
7
8
  export { aiart } from "./aiart";
8
9
  export { ame } from "./ame";
9
10
  export { ams } from "./ams";
@@ -18,6 +18,9 @@ export class Client extends AbstractClient {
18
18
  async DescribeDevices(req, cb) {
19
19
  return this.request("DescribeDevices", req, cb);
20
20
  }
21
+ async DescribeDeviceVirtualGroups(req, cb) {
22
+ return this.request("DescribeDeviceVirtualGroups", req, cb);
23
+ }
21
24
  async CreateDLPFileDetectionTask(req, cb) {
22
25
  return this.request("CreateDLPFileDetectionTask", req, cb);
23
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.1.70",
3
+ "version": "4.1.72",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.1.70";
1
+ export declare const sdkVersion = "4.1.72";
@@ -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.1.70";
4
+ exports.sdkVersion = "4.1.72";
@@ -0,0 +1,6 @@
1
+ export declare const ai3d: {
2
+ v20250513: {
3
+ Client: typeof import("./v20250513/ai3d_client").Client;
4
+ Models: typeof import("./v20250513/ai3d_models");
5
+ };
6
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ai3d = void 0;
4
+ const v20250513_1 = require("./v20250513");
5
+ exports.ai3d = {
6
+ v20250513: v20250513_1.v20250513,
7
+ };
@@ -0,0 +1,20 @@
1
+ import { AbstractClient } from "../../../common/abstract_client";
2
+ import { ClientConfig } from "../../../common/interface";
3
+ import { QueryHunyuanTo3DJobRequest, SubmitHunyuanTo3DJobResponse, QueryHunyuanTo3DJobResponse, SubmitHunyuanTo3DJobRequest } from "./ai3d_models";
4
+ /**
5
+ * ai3d client
6
+ * @class
7
+ */
8
+ export declare class Client extends AbstractClient {
9
+ constructor(clientConfig: ClientConfig);
10
+ /**
11
+ * 混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。
12
+ 默认提供1个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
13
+ */
14
+ SubmitHunyuanTo3DJob(req: SubmitHunyuanTo3DJobRequest, cb?: (error: string, rep: SubmitHunyuanTo3DJobResponse) => void): Promise<SubmitHunyuanTo3DJobResponse>;
15
+ /**
16
+ * 混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。
17
+ 默认提供1个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
18
+ */
19
+ QueryHunyuanTo3DJob(req: QueryHunyuanTo3DJobRequest, cb?: (error: string, rep: QueryHunyuanTo3DJobResponse) => void): Promise<QueryHunyuanTo3DJobResponse>;
20
+ }
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Client = void 0;
4
+ /* eslint-disable @typescript-eslint/no-unused-vars */
5
+ /*
6
+ * Copyright (c) 2018 Tencent. All Rights Reserved.
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing,
15
+ * software distributed under the License is distributed on an
16
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
+ * KIND, either express or implied. See the License for the
18
+ * specific language governing permissions and limitations
19
+ * under the License.
20
+ */
21
+ const abstract_client_1 = require("../../../common/abstract_client");
22
+ /**
23
+ * ai3d client
24
+ * @class
25
+ */
26
+ class Client extends abstract_client_1.AbstractClient {
27
+ constructor(clientConfig) {
28
+ super("ai3d.tencentcloudapi.com", "2025-05-13", clientConfig);
29
+ }
30
+ /**
31
+ * 混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。
32
+ 默认提供1个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
33
+ */
34
+ async SubmitHunyuanTo3DJob(req, cb) {
35
+ return this.request("SubmitHunyuanTo3DJob", req, cb);
36
+ }
37
+ /**
38
+ * 混元生3D接口,基于混元大模型,根据输入的文本描述/图片智能生成3D。
39
+ 默认提供1个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
40
+ */
41
+ async QueryHunyuanTo3DJob(req, cb) {
42
+ return this.request("QueryHunyuanTo3DJob", req, cb);
43
+ }
44
+ }
45
+ exports.Client = Client;
@@ -0,0 +1,125 @@
1
+ /**
2
+ * QueryHunyuanTo3DJob请求参数结构体
3
+ */
4
+ export interface QueryHunyuanTo3DJobRequest {
5
+ /**
6
+ * 任务ID。
7
+ */
8
+ JobId?: string;
9
+ }
10
+ /**
11
+ * 多视角图片
12
+ */
13
+ export interface ViewImage {
14
+ /**
15
+ * 视角类型。
16
+ 取值:back、left、right
17
+ */
18
+ ViewType?: string;
19
+ /**
20
+ * 图片Url地址
21
+ */
22
+ ViewImageUrl?: string;
23
+ }
24
+ /**
25
+ * SubmitHunyuanTo3DJob返回参数结构体
26
+ */
27
+ export interface SubmitHunyuanTo3DJobResponse {
28
+ /**
29
+ * 任务ID(有效期24小时)
30
+ */
31
+ JobId?: string;
32
+ /**
33
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
34
+ */
35
+ RequestId?: string;
36
+ }
37
+ /**
38
+ * 3D文件
39
+ */
40
+ export interface File3D {
41
+ /**
42
+ * 3D文件的格式。取值范围:OBJ
43
+ */
44
+ Type?: string;
45
+ /**
46
+ * 文件的Url(有效期24小时)
47
+ */
48
+ Url?: string;
49
+ /**
50
+ * 预览图片Url
51
+ */
52
+ PreviewImageUrl?: string;
53
+ }
54
+ /**
55
+ * QueryHunyuanTo3DJob返回参数结构体
56
+ */
57
+ export interface QueryHunyuanTo3DJobResponse {
58
+ /**
59
+ * 任务状态。WAIT:等待中,RUN:执行中,FAIL:任务失败,DONE:任务成功
60
+ */
61
+ Status?: string;
62
+ /**
63
+ * 错误码
64
+ */
65
+ ErrorCode?: string;
66
+ /**
67
+ * 错误信息
68
+ */
69
+ ErrorMessage?: string;
70
+ /**
71
+ * 生成的3D文件数组。
72
+ */
73
+ ResultFile3Ds?: Array<File3D>;
74
+ /**
75
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
76
+ */
77
+ RequestId?: string;
78
+ }
79
+ /**
80
+ * SubmitHunyuanTo3DJob请求参数结构体
81
+ */
82
+ export interface SubmitHunyuanTo3DJobRequest {
83
+ /**
84
+ * 文生3D,3D内容的描述,中文正向提示词。
85
+ 最多支持200个 utf-8 字符。
86
+ 文生3D, image、image_url和 prompt必填其一,且prompt和image/image_url不能同时存在。
87
+ */
88
+ Prompt?: string;
89
+ /**
90
+ * 输入图 Base64 数据。
91
+ 大小:单边分辨率要求不小于128,不大于5000。大小不超过8m(base64编码后会大30%左右,建议实际输入图片不超过6m)
92
+ 格式:jpg,png,jpeg,webp。
93
+ ImageBase64、ImageUrl和 Prompt必填其一,且Prompt和ImageBase64/ImageUrl不能同时存在。
94
+ */
95
+ ImageBase64?: string;
96
+ /**
97
+ * 输入图Url。
98
+ 大小:单边分辨率要求不小于128,不大于5000。大小不超过8m(base64编码后会大30%左右,建议实际输入图片不超过6m)
99
+ 格式:jpg,png,jpeg,webp。
100
+ ImageBase64/ImageUrl和 Prompt必填其一,且Prompt和ImageBase64/ImageUrl不能同时存在。
101
+ */
102
+ ImageUrl?: string;
103
+ /**
104
+ * 多视角的模型图片,视角参考值:
105
+ left:左视图;
106
+ right:右视图;
107
+ back:后视图;
108
+
109
+ 每个视角仅限制一张图片。
110
+ ●图片大小限制:编码后大小不可超过8M。
111
+ ●图片分辨率限制:单边分辨率小于5000且大于128。
112
+ ●支持图片格式:支持jpg或png
113
+ */
114
+ MultiViewImages?: Array<ViewImage>;
115
+ /**
116
+ * 生成模型的格式,仅限制生成一种格式。
117
+ 生成模型文件组默认返回obj格式。
118
+ 可选值:OBJ,GLB,STL,USDZ,FBX,MP4。
119
+ */
120
+ ResultFormat?: string;
121
+ /**
122
+ * 是否开启 PBR材质生成,默认 false。
123
+ */
124
+ EnablePBR?: boolean;
125
+ }
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) 2018 Tencent. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ import * as Models from "./ai3d_models";
2
+ import { Client } from "./ai3d_client";
3
+ export declare const v20250513: {
4
+ Client: typeof Client;
5
+ Models: typeof Models;
6
+ };
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.v20250513 = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const Models = tslib_1.__importStar(require("./ai3d_models"));
6
+ const ai3d_client_1 = require("./ai3d_client");
7
+ exports.v20250513 = {
8
+ Client: ai3d_client_1.Client,
9
+ Models: Models
10
+ };
@@ -343,6 +343,10 @@ export interface ServerPushText {
343
343
 
344
344
  */
345
345
  Priority?: number;
346
+ /**
347
+ * 是否将文本加入到llm历史上下文中
348
+ */
349
+ AddHistory?: boolean;
346
350
  }
347
351
  /**
348
352
  * ResetExtensionPassword请求参数结构体
@@ -417,7 +417,7 @@ export declare class Client extends AbstractClient {
417
417
  */
418
418
  DeleteAccounts(req: DeleteAccountsRequest, cb?: (error: string, rep: DeleteAccountsResponse) => void): Promise<DeleteAccountsResponse>;
419
419
  /**
420
- * 本接口(DescribeDBInstanceInfo)用于查询实例基本信息(实例 ID,实例名称,是否开通加密)。
420
+ * 本接口(DescribeDBInstanceInfo)用于查询实例基本信息(实例 ID,实例名称,是否开通加密),只读实例不支持查询。
421
421
  */
422
422
  DescribeDBInstanceInfo(req: DescribeDBInstanceInfoRequest, cb?: (error: string, rep: DescribeDBInstanceInfoResponse) => void): Promise<DescribeDBInstanceInfoResponse>;
423
423
  /**
@@ -536,7 +536,7 @@ export declare class Client extends AbstractClient {
536
536
  */
537
537
  DescribeDBImportRecords(req: DescribeDBImportRecordsRequest, cb?: (error: string, rep: DescribeDBImportRecordsResponse) => void): Promise<DescribeDBImportRecordsResponse>;
538
538
  /**
539
- * 查询 SSL 开通情况。如果已经开通 SSL ,会同步返回证书下载链接。
539
+ * 本接口(DescribeSSLStatus)用于查询 SSL 开通情况。如果已经开通 SSL ,会同步返回证书下载链接。
540
540
  */
541
541
  DescribeSSLStatus(req: DescribeSSLStatusRequest, cb?: (error: string, rep: DescribeSSLStatusResponse) => void): Promise<DescribeSSLStatusResponse>;
542
542
  /**
@@ -621,7 +621,7 @@ class Client extends abstract_client_1.AbstractClient {
621
621
  return this.request("DeleteAccounts", req, cb);
622
622
  }
623
623
  /**
624
- * 本接口(DescribeDBInstanceInfo)用于查询实例基本信息(实例 ID,实例名称,是否开通加密)。
624
+ * 本接口(DescribeDBInstanceInfo)用于查询实例基本信息(实例 ID,实例名称,是否开通加密),只读实例不支持查询。
625
625
  */
626
626
  async DescribeDBInstanceInfo(req, cb) {
627
627
  return this.request("DescribeDBInstanceInfo", req, cb);
@@ -796,7 +796,7 @@ class Client extends abstract_client_1.AbstractClient {
796
796
  return this.request("DescribeDBImportRecords", req, cb);
797
797
  }
798
798
  /**
799
- * 查询 SSL 开通情况。如果已经开通 SSL ,会同步返回证书下载链接。
799
+ * 本接口(DescribeSSLStatus)用于查询 SSL 开通情况。如果已经开通 SSL ,会同步返回证书下载链接。
800
800
  */
801
801
  async DescribeSSLStatus(req, cb) {
802
802
  return this.request("DescribeSSLStatus", req, cb);
@@ -2464,11 +2464,11 @@ export interface TimeIntervalStrategy {
2464
2464
  */
2465
2465
  export interface DescribeCdbProxyInfoRequest {
2466
2466
  /**
2467
- * 实例ID
2467
+ * 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
2468
2468
  */
2469
2469
  InstanceId: string;
2470
2470
  /**
2471
- * 代理组ID
2471
+ * 代理组 ID
2472
2472
  */
2473
2473
  ProxyGroupId?: string;
2474
2474
  }
@@ -2600,11 +2600,11 @@ export interface DescribeDBInstanceInfoResponse {
2600
2600
  */
2601
2601
  export interface AssociateSecurityGroupsRequest {
2602
2602
  /**
2603
- * 安全组 ID
2603
+ * 安全组 ID。可通过 [DescribeDBSecurityGroups](https://cloud.tencent.com/document/api/236/15854) 接口获取。
2604
2604
  */
2605
2605
  SecurityGroupId: string;
2606
2606
  /**
2607
- * 实例 ID 列表,一个或者多个实例 ID 组成的数组。
2607
+ * 实例 ID 列表,一个或者多个实例 ID 组成的数组。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
2608
2608
  */
2609
2609
  InstanceIds: Array<string>;
2610
2610
  /**
@@ -2795,7 +2795,7 @@ export interface CustomConfig {
2795
2795
  */
2796
2796
  DeviceType?: string;
2797
2797
  /**
2798
- * 内存
2798
+ * 内存,单位为MB
2799
2799
  */
2800
2800
  Memory?: number;
2801
2801
  /**
@@ -4838,11 +4838,12 @@ export interface CreateDBInstanceRequest {
4838
4838
  Zone?: string;
4839
4839
  /**
4840
4840
  * 私有网络 ID,请使用 [查询私有网络列表](/document/api/215/15778)。
4841
- 说明:如果创建的是集群版实例,此参数为必填且为私有网络类型。
4841
+ 说明:如果创建的是集群版实例,此参数为必填且为私有网络类型。若此项不填,则系统会选择默认的 VPC。
4842
4842
  */
4843
4843
  UniqVpcId?: string;
4844
4844
  /**
4845
4845
  * 私有网络下的子网 ID,如果设置了 UniqVpcId,则 UniqSubnetId 必填,请使用 [查询子网列表](/document/api/215/15784)。
4846
+ 说明:若此项不填,则系统会选择默认 VPC 下的默认子网。
4846
4847
  */
4847
4848
  UniqSubnetId?: string;
4848
4849
  /**
@@ -4851,15 +4852,16 @@ export interface CreateDBInstanceRequest {
4851
4852
  ProjectId?: number;
4852
4853
  /**
4853
4854
  * 自定义端口,端口支持范围:[ 1024-65535 ]。
4855
+ 说明:若此项不填,则默认为3306。
4854
4856
  */
4855
4857
  Port?: number;
4856
4858
  /**
4857
4859
  * 实例类型,支持值包括:master - 表示主实例,dr - 表示灾备实例,ro - 表示只读实例。
4858
- 说明:必填项。
4860
+ 说明:请选择实例类型,不填会默认选择 master。
4859
4861
  */
4860
4862
  InstanceRole?: string;
4861
4863
  /**
4862
- * 实例 ID,购买只读实例时必填,该字段表示只读实例的主实例 ID,请使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口查询云数据库实例 ID。
4864
+ * 实例 ID,购买只读实例或灾备实例时必填,该字段表示只读实例或灾备实例的主实例 ID,请使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口查询云数据库实例 ID。
4863
4865
  */
4864
4866
  MasterInstanceId?: string;
4865
4867
  /**
@@ -4894,7 +4896,7 @@ export interface CreateDBInstanceRequest {
4894
4896
  */
4895
4897
  BackupZone?: string;
4896
4898
  /**
4897
- * 自动续费标记,可选值为:0 - 不自动续费;1 - 自动续费。
4899
+ * 自动续费标记,可选值为:0 - 不自动续费;1 - 自动续费。默认为0。
4898
4900
  */
4899
4901
  AutoRenewFlag?: number;
4900
4902
  /**
@@ -7632,7 +7634,8 @@ export interface DescribeDataBackupOverviewRequest {
7632
7634
  */
7633
7635
  export interface DescribeDBInstanceInfoRequest {
7634
7636
  /**
7635
- * 实例 ID
7637
+ * 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
7638
+ 说明:仅主实例支持查询,此项仅支持输入主实例 ID。
7636
7639
  */
7637
7640
  InstanceId: string;
7638
7641
  }
@@ -8222,7 +8225,7 @@ export interface ProxyNodeCustom {
8222
8225
  */
8223
8226
  export interface DescribeProxyCustomConfRequest {
8224
8227
  /**
8225
- * 实例ID
8228
+ * 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
8226
8229
  */
8227
8230
  InstanceId: string;
8228
8231
  /**
@@ -8742,11 +8745,12 @@ export interface CreateDBInstanceHourRequest {
8742
8745
  EngineVersion?: string;
8743
8746
  /**
8744
8747
  * 私有网络 ID,请使用 [查询私有网络列表](/document/api/215/15778)。
8745
- 说明:如果创建的是集群版实例,此参数为必填且为私有网络类型。
8748
+ 说明:如果创建的是集群版实例,此参数为必填且为私有网络类型。若此项不填,则系统会选择默认的 VPC。
8746
8749
  */
8747
8750
  UniqVpcId?: string;
8748
8751
  /**
8749
8752
  * 私有网络下的子网 ID,如果设置了 UniqVpcId,则 UniqSubnetId 必填,请使用 [查询子网列表](/document/api/215/15784)。
8753
+ 说明:若此项不填,则系统会选择默认 VPC 下的默认子网。
8750
8754
  */
8751
8755
  UniqSubnetId?: string;
8752
8756
  /**
@@ -8764,7 +8768,7 @@ export interface CreateDBInstanceHourRequest {
8764
8768
  MasterInstanceId?: string;
8765
8769
  /**
8766
8770
  * 实例类型,支持值包括:master - 表示主实例,dr - 表示灾备实例,ro - 表示只读实例。
8767
- 说明:必填项。
8771
+ 说明:请选择实例类型,不填会默认选择 master。
8768
8772
  */
8769
8773
  InstanceRole?: string;
8770
8774
  /**
@@ -8772,7 +8776,8 @@ export interface CreateDBInstanceHourRequest {
8772
8776
  */
8773
8777
  MasterRegion?: string;
8774
8778
  /**
8775
- * 自定义端口,端口支持范围:[ 1024-65535 ]
8779
+ * 自定义端口,端口支持范围:[1024 - 65535]。
8780
+ 说明:不填则默认为3306。
8776
8781
  */
8777
8782
  Port?: number;
8778
8783
  /**
@@ -10168,13 +10173,13 @@ export interface LocalBinlogConfigDefault {
10168
10173
  */
10169
10174
  export interface DescribeSSLStatusRequest {
10170
10175
  /**
10171
- * 实例 ID
10172
- 说明:实例 ID 和实例组 ID 两个参数选其一填写即可。若要查询双节点、三节点实例 SSL 开通情况,请填写实例 ID 参数进行查询。单节点(云盘)、集群版实例不支持开启 SSL,因此不支持查询。
10176
+ * 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。
10177
+ 说明:实例 ID 和只读组 ID 两个参数选其一填写即可。若要查询双节点、三节点实例 SSL 开通情况,请填写实例 ID 参数进行查询。单节点(云盘)、云盘版实例不支持开启 SSL,因此不支持查询。
10173
10178
  */
10174
10179
  InstanceId?: string;
10175
10180
  /**
10176
- * 只读组 ID
10177
- 说明:实例 ID 和实例组 ID 两个参数选其一填写即可。若要查询只读实例或只读组 SSL 开通情况,请填写 RoGroupId 参数,并注意填写的都是只读组 ID。单节点(云盘)、集群版实例不支持开启 SSL,因此不支持查询。
10181
+ * 只读组 ID。可通过 [DescribeRoGroups](https://cloud.tencent.com/document/api/236/40939) 接口获取。
10182
+ 说明:实例 ID 和只读组 ID 两个参数选其一填写即可。若要查询只读实例或只读组 SSL 开通情况,请填写 RoGroupId 参数,并注意填写的都是只读组 ID。单节点(云盘)、云盘版实例不支持开启 SSL,因此不支持查询。
10178
10183
  */
10179
10184
  RoGroupId?: string;
10180
10185
  }
@@ -3388,6 +3388,10 @@ export interface Instance {
3388
3388
  注意:此字段可能返回 null,表示取不到有效值。
3389
3389
  */
3390
3390
  LatestOperationErrorMsg?: string;
3391
+ /**
3392
+ * 实例绑定的公网IPv6地址。
3393
+ */
3394
+ PublicIPv6Addresses?: Array<string>;
3391
3395
  }
3392
3396
  /**
3393
3397
  * CreateLaunchTemplateVersion请求参数结构体
@@ -5115,6 +5119,13 @@ export interface TerminateInstancesRequest {
5115
5119
  * 一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。
5116
5120
  */
5117
5121
  InstanceIds: Array<string>;
5122
+ /**
5123
+ * 释放弹性IP。EIP2.0下,仅提供主网卡下首个EIP,EIP类型限定在HighQualityEIP、AntiDDoSEIP、EIPv6、HighQualityEIPv6这几种类型。默认行为不释放。
5124
+
5125
+ 示例值:true
5126
+ 默认值:false
5127
+ */
5128
+ ReleaseAddress?: boolean;
5118
5129
  /**
5119
5130
  * 释放实例挂载的包年包月数据盘。true表示销毁实例同时释放包年包月数据盘,false表示只销毁实例。
5120
5131
  默认值:false
@@ -6243,6 +6254,52 @@ export interface InternetAccessible {
6243
6254
  * 带宽包ID。可通过[ DescribeBandwidthPackages ](https://cloud.tencent.com/document/api/215/19209)接口返回值中的`BandwidthPackageId`获取。该参数仅在RunInstances接口中作为入参使用。
6244
6255
  */
6245
6256
  BandwidthPackageId?: string;
6257
+ /**
6258
+ * 线路类型。各种线路类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:BGP。
6259
+
6260
+ - BGP:常规 BGP 线路
6261
+
6262
+ 已开通静态单线IP白名单的用户,可选值:
6263
+
6264
+ - CMCC:中国移动
6265
+ - CTCC:中国电信
6266
+ - CUCC:中国联通
6267
+
6268
+ 注意:仅部分地域支持静态单线IP。
6269
+ 示例值:BGP
6270
+ */
6271
+ InternetServiceProvider?: string;
6272
+ /**
6273
+ * 公网 IP 类型。
6274
+
6275
+ - WanIP:普通公网IP。
6276
+ - HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。
6277
+ - AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646)。
6278
+
6279
+ 如需为资源分配公网IPv4地址,请指定公网IPv4地址类型。
6280
+
6281
+ 示例值:WanIP
6282
+
6283
+ 此功能仅部分地区灰度开发,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)
6284
+ */
6285
+ IPv4AddressType?: string;
6286
+ /**
6287
+ * 弹性公网 IPv6 类型。
6288
+ - EIPv6:弹性公网 IPv6。
6289
+ - HighQualityEIPv6:精品 IPv6。仅中国香港支持精品IPv6。
6290
+
6291
+ 如需为资源分配IPv6地址,请指定弹性公网IPv6类型。
6292
+ 示例值:EIPv6
6293
+
6294
+ 此功能仅部分地区灰度开发,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)
6295
+ */
6296
+ IPv6AddressType?: string;
6297
+ /**
6298
+ * 高防包唯一ID,申请高防IP时,该字段必传。
6299
+ 示例值:bgp-12345678
6300
+
6301
+ */
6302
+ AntiDDoSPackageId?: string;
6246
6303
  }
6247
6304
  /**
6248
6305
  * RenewHosts返回参数结构体