tencentcloud-sdk-nodejs 4.0.348 → 4.0.349
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/CHANGELOG.md +53 -0
- package/SERVICE_CHANGELOG.md +78 -41
- package/package.json +1 -1
- package/products.md +5 -5
- package/src/common/abstract_client.ts +1 -1
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +21 -21
- package/src/services/dlc/v20210125/dlc_client.ts +102 -16
- package/src/services/dlc/v20210125/dlc_models.ts +845 -231
- package/src/services/iotcloud/v20210408/iotcloud_client.ts +13 -0
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +65 -0
- package/src/services/ivld/v20210903/ivld_client.ts +1 -1
- package/tencentcloud/common/abstract_client.js +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +21 -21
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +31 -3
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +45 -3
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +676 -168
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +5 -1
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +6 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +55 -0
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +1 -1
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +1 -1
- package/test/dlc.v20210125.test.js +72 -2
- package/test/iotcloud.v20210408.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,56 @@
|
|
|
1
|
+
# Release 4.0.349
|
|
2
|
+
|
|
3
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
4
|
+
|
|
5
|
+
### 第 17 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-05-26 18:17:40
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [CreateSparkApp](https://cloud.tencent.com/document/api/1342/74538)
|
|
16
|
+
* [CreateSparkAppTask](https://cloud.tencent.com/document/api/1342/74537)
|
|
17
|
+
* [DeleteSparkApp](https://cloud.tencent.com/document/api/1342/74536)
|
|
18
|
+
* [DescribeSparkAppJob](https://cloud.tencent.com/document/api/1342/74535)
|
|
19
|
+
* [DescribeSparkAppJobs](https://cloud.tencent.com/document/api/1342/74534)
|
|
20
|
+
* [DescribeSparkAppTasks](https://cloud.tencent.com/document/api/1342/74533)
|
|
21
|
+
* [ModifySparkApp](https://cloud.tencent.com/document/api/1342/74532)
|
|
22
|
+
|
|
23
|
+
新增数据结构:
|
|
24
|
+
|
|
25
|
+
* [SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)
|
|
26
|
+
* [StreamingStatistics](https://cloud.tencent.com/document/api/1342/53778#StreamingStatistics)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
31
|
+
|
|
32
|
+
### 第 5 次发布
|
|
33
|
+
|
|
34
|
+
发布时间:2022-05-27 06:10:42
|
|
35
|
+
|
|
36
|
+
本次发布包含了以下内容:
|
|
37
|
+
|
|
38
|
+
改善已有的文档。
|
|
39
|
+
|
|
40
|
+
新增接口:
|
|
41
|
+
|
|
42
|
+
* [ListTopicRules](https://cloud.tencent.com/document/api/634/74542)
|
|
43
|
+
|
|
44
|
+
新增数据结构:
|
|
45
|
+
|
|
46
|
+
* [TopicRuleInfo](https://cloud.tencent.com/document/api/634/71973#TopicRuleInfo)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
## 物联网通信(iotcloud) 版本:2018-06-14
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
1
54
|
# Release 4.0.348
|
|
2
55
|
|
|
3
56
|
## 堡垒机(dasb) 版本:2019-10-18
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 17 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-05-
|
|
7
|
+
发布时间:2022-05-26 18:17:40
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,45 +12,43 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
* [
|
|
17
|
-
* [
|
|
18
|
-
* [
|
|
19
|
-
* [
|
|
20
|
-
* [
|
|
21
|
-
* [
|
|
22
|
-
* [DescribeUsers](https://cloud.tencent.com/document/api/1025/74404)
|
|
23
|
-
* [ModifyAcl](https://cloud.tencent.com/document/api/1025/74408)
|
|
24
|
-
* [ModifyUser](https://cloud.tencent.com/document/api/1025/74403)
|
|
15
|
+
* [CreateSparkApp](https://cloud.tencent.com/document/api/1342/74538)
|
|
16
|
+
* [CreateSparkAppTask](https://cloud.tencent.com/document/api/1342/74537)
|
|
17
|
+
* [DeleteSparkApp](https://cloud.tencent.com/document/api/1342/74536)
|
|
18
|
+
* [DescribeSparkAppJob](https://cloud.tencent.com/document/api/1342/74535)
|
|
19
|
+
* [DescribeSparkAppJobs](https://cloud.tencent.com/document/api/1342/74534)
|
|
20
|
+
* [DescribeSparkAppTasks](https://cloud.tencent.com/document/api/1342/74533)
|
|
21
|
+
* [ModifySparkApp](https://cloud.tencent.com/document/api/1342/74532)
|
|
25
22
|
|
|
26
23
|
新增数据结构:
|
|
27
24
|
|
|
28
|
-
* [
|
|
29
|
-
* [
|
|
30
|
-
* [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
|
|
31
|
-
* [Group](https://cloud.tencent.com/document/api/1025/74416#Group)
|
|
32
|
-
* [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
|
|
33
|
-
* [User](https://cloud.tencent.com/document/api/1025/74416#User)
|
|
25
|
+
* [SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)
|
|
26
|
+
* [StreamingStatistics](https://cloud.tencent.com/document/api/1342/53778#StreamingStatistics)
|
|
34
27
|
|
|
35
28
|
|
|
36
29
|
|
|
37
|
-
##
|
|
30
|
+
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
38
31
|
|
|
39
|
-
### 第
|
|
32
|
+
### 第 5 次发布
|
|
40
33
|
|
|
41
|
-
发布时间:2022-05-
|
|
34
|
+
发布时间:2022-05-27 06:10:42
|
|
42
35
|
|
|
43
36
|
本次发布包含了以下内容:
|
|
44
37
|
|
|
45
38
|
改善已有的文档。
|
|
46
39
|
|
|
47
|
-
|
|
40
|
+
新增接口:
|
|
48
41
|
|
|
49
|
-
* [
|
|
42
|
+
* [ListTopicRules](https://cloud.tencent.com/document/api/634/74542)
|
|
43
|
+
|
|
44
|
+
新增数据结构:
|
|
45
|
+
|
|
46
|
+
* [TopicRuleInfo](https://cloud.tencent.com/document/api/634/71973#TopicRuleInfo)
|
|
50
47
|
|
|
51
|
-
* 新增成员:Time
|
|
52
48
|
|
|
53
49
|
|
|
50
|
+
## 物联网通信(iotcloud) 版本:2018-06-14
|
|
51
|
+
|
|
54
52
|
|
|
55
53
|
|
|
56
54
|
# 历次版本更新如下:
|
|
@@ -25929,25 +25927,25 @@
|
|
|
25929
25927
|
|
|
25930
25928
|
新增接口:
|
|
25931
25929
|
|
|
25932
|
-
* [
|
|
25933
|
-
* [
|
|
25934
|
-
* [
|
|
25935
|
-
* [
|
|
25936
|
-
* [
|
|
25937
|
-
* [
|
|
25938
|
-
* [
|
|
25939
|
-
* [
|
|
25940
|
-
* [
|
|
25941
|
-
* [
|
|
25930
|
+
* [CreateAcl](https://cloud.tencent.com/document/api/1025/74411)
|
|
25931
|
+
* [CreateUser](https://cloud.tencent.com/document/api/1025/74406)
|
|
25932
|
+
* [DeleteAcls](https://cloud.tencent.com/document/api/1025/74410)
|
|
25933
|
+
* [DeleteUsers](https://cloud.tencent.com/document/api/1025/74405)
|
|
25934
|
+
* [DescribeAcls](https://cloud.tencent.com/document/api/1025/74409)
|
|
25935
|
+
* [DescribeDasbImageIds](https://cloud.tencent.com/document/api/1025/74413)
|
|
25936
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1025/74415)
|
|
25937
|
+
* [DescribeUsers](https://cloud.tencent.com/document/api/1025/74404)
|
|
25938
|
+
* [ModifyAcl](https://cloud.tencent.com/document/api/1025/74408)
|
|
25939
|
+
* [ModifyUser](https://cloud.tencent.com/document/api/1025/74403)
|
|
25942
25940
|
|
|
25943
25941
|
新增数据结构:
|
|
25944
25942
|
|
|
25945
|
-
* [
|
|
25946
|
-
* [
|
|
25947
|
-
* [
|
|
25948
|
-
* [
|
|
25949
|
-
* [
|
|
25950
|
-
* [
|
|
25943
|
+
* [Acl](https://cloud.tencent.com/document/api/1025/74416#Acl)
|
|
25944
|
+
* [CmdTemplate](https://cloud.tencent.com/document/api/1025/74416#CmdTemplate)
|
|
25945
|
+
* [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
|
|
25946
|
+
* [Group](https://cloud.tencent.com/document/api/1025/74416#Group)
|
|
25947
|
+
* [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
|
|
25948
|
+
* [User](https://cloud.tencent.com/document/api/1025/74416#User)
|
|
25951
25949
|
|
|
25952
25950
|
|
|
25953
25951
|
|
|
@@ -28180,6 +28178,29 @@
|
|
|
28180
28178
|
|
|
28181
28179
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
28182
28180
|
|
|
28181
|
+
### 第 17 次发布
|
|
28182
|
+
|
|
28183
|
+
发布时间:2022-05-26 18:17:40
|
|
28184
|
+
|
|
28185
|
+
本次发布包含了以下内容:
|
|
28186
|
+
|
|
28187
|
+
改善已有的文档。
|
|
28188
|
+
|
|
28189
|
+
新增接口:
|
|
28190
|
+
|
|
28191
|
+
* [[CreateSparkApp](https://cloud.tencent.com/document/api/1342/74538)](https://cloud.tencent.com/document/api/#/#)
|
|
28192
|
+
* [[CreateSparkAppTask](https://cloud.tencent.com/document/api/1342/74537)](https://cloud.tencent.com/document/api/#/#)
|
|
28193
|
+
* [[DeleteSparkApp](https://cloud.tencent.com/document/api/1342/74536)](https://cloud.tencent.com/document/api/#/#)
|
|
28194
|
+
* [[DescribeSparkAppJob](https://cloud.tencent.com/document/api/1342/74535)](https://cloud.tencent.com/document/api/#/#)
|
|
28195
|
+
* [[DescribeSparkAppJobs](https://cloud.tencent.com/document/api/1342/74534)](https://cloud.tencent.com/document/api/#/#)
|
|
28196
|
+
* [[DescribeSparkAppTasks](https://cloud.tencent.com/document/api/1342/74533)](https://cloud.tencent.com/document/api/#/#)
|
|
28197
|
+
* [[ModifySparkApp](https://cloud.tencent.com/document/api/1342/74532)](https://cloud.tencent.com/document/api/#/#)
|
|
28198
|
+
|
|
28199
|
+
新增数据结构:
|
|
28200
|
+
|
|
28201
|
+
* [[SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)](https://cloud.tencent.com/document/api/1342/53778#[SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo))
|
|
28202
|
+
* [[StreamingStatistics](https://cloud.tencent.com/document/api/1342/53778#StreamingStatistics)](https://cloud.tencent.com/document/api/1342/53778#[StreamingStatistics](https://cloud.tencent.com/document/api/1342/53778#StreamingStatistics))
|
|
28203
|
+
|
|
28183
28204
|
### 第 16 次发布
|
|
28184
28205
|
|
|
28185
28206
|
发布时间:2022-05-20 06:10:49
|
|
@@ -39846,6 +39867,22 @@
|
|
|
39846
39867
|
|
|
39847
39868
|
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
39848
39869
|
|
|
39870
|
+
### 第 5 次发布
|
|
39871
|
+
|
|
39872
|
+
发布时间:2022-05-27 06:10:42
|
|
39873
|
+
|
|
39874
|
+
本次发布包含了以下内容:
|
|
39875
|
+
|
|
39876
|
+
改善已有的文档。
|
|
39877
|
+
|
|
39878
|
+
新增接口:
|
|
39879
|
+
|
|
39880
|
+
* [[ListTopicRules](https://cloud.tencent.com/document/api/634/74542)](https://cloud.tencent.com/document/api/#/#)
|
|
39881
|
+
|
|
39882
|
+
新增数据结构:
|
|
39883
|
+
|
|
39884
|
+
* [[TopicRuleInfo](https://cloud.tencent.com/document/api/634/71973#TopicRuleInfo)](https://cloud.tencent.com/document/api/634/71973#[TopicRuleInfo](https://cloud.tencent.com/document/api/634/71973#TopicRuleInfo))
|
|
39885
|
+
|
|
39849
39886
|
### 第 4 次发布
|
|
39850
39887
|
|
|
39851
39888
|
发布时间:2022-05-20 06:13:13
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-05-26 06:09:19 |
|
|
61
61
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-05-25 06:06:46 |
|
|
62
62
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
63
|
-
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-05-
|
|
63
|
+
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-05-27 06:07:33 |
|
|
64
64
|
| dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-05-26 06:10:06 |
|
|
65
65
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-04-04 06:33:41 |
|
|
66
66
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-04-25 06:05:43 |
|
|
67
67
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
|
|
68
68
|
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-05-25 06:07:44 |
|
|
69
|
-
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-05-
|
|
69
|
+
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-05-26 18:17:40 |
|
|
70
70
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-05-19 06:11:31 |
|
|
71
71
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
|
|
72
72
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
@@ -102,12 +102,12 @@
|
|
|
102
102
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
103
103
|
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-05-26 06:12:53 |
|
|
104
104
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
|
|
105
|
-
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-
|
|
105
|
+
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-27 06:10:42 |
|
|
106
106
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-05-25 06:10:34 |
|
|
107
107
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
108
108
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-04-04 06:49:51 |
|
|
109
109
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
|
|
110
|
-
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-
|
|
110
|
+
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-05-26 17:59:01 |
|
|
111
111
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-04-04 06:53:19 |
|
|
112
112
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-05-20 06:14:11 |
|
|
113
113
|
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-05-20 06:14:21 |
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-04-22 06:17:09 |
|
|
189
189
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-05-20 06:20:03 |
|
|
190
190
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
191
|
-
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-
|
|
191
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-05-27 06:17:04 |
|
|
192
192
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
193
193
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-05-10 06:14:42 |
|
|
194
194
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
@@ -206,7 +206,7 @@ export class AbstractClient {
|
|
|
206
206
|
private mergeData(data: any, prefix = "") {
|
|
207
207
|
const ret: any = {}
|
|
208
208
|
for (const k in data) {
|
|
209
|
-
if (data[k] === null) {
|
|
209
|
+
if (data[k] === null || data[k] === undefined) {
|
|
210
210
|
continue
|
|
211
211
|
}
|
|
212
212
|
if (data[k] instanceof Array || data[k] instanceof Object) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.349"
|
|
@@ -377,7 +377,7 @@ export interface ModifyInstanceNameResponse {
|
|
|
377
377
|
*/
|
|
378
378
|
export interface PauseServerlessRequest {
|
|
379
379
|
/**
|
|
380
|
-
* 集群
|
|
380
|
+
* 集群ID
|
|
381
381
|
*/
|
|
382
382
|
ClusterId: string
|
|
383
383
|
|
|
@@ -447,7 +447,7 @@ export interface SetRenewFlagRequest {
|
|
|
447
447
|
ResourceIds: Array<string>
|
|
448
448
|
|
|
449
449
|
/**
|
|
450
|
-
*
|
|
450
|
+
* 自动续费标志位,续费标记 0:正常续费 1:自动续费 2:到期不续
|
|
451
451
|
*/
|
|
452
452
|
AutoRenewFlag: number
|
|
453
453
|
}
|
|
@@ -557,7 +557,7 @@ export interface ActivateInstanceRequest {
|
|
|
557
557
|
ClusterId: string
|
|
558
558
|
|
|
559
559
|
/**
|
|
560
|
-
* 实例ID
|
|
560
|
+
* 实例 ID 列表,单个实例 ID 格式如:cynosdbmysql-ins-n7ocdslw,与TDSQL-C MySQL数据库控制台页面中显示的实例 ID 相同,可使用 查询实例列表 接口获取,其值为输出参数中字段 InstanceId 的值。
|
|
561
561
|
*/
|
|
562
562
|
InstanceIdList: Array<string>
|
|
563
563
|
}
|
|
@@ -710,7 +710,7 @@ export interface ModifyDBInstanceSecurityGroupsResponse {
|
|
|
710
710
|
*/
|
|
711
711
|
export interface ModifyAccountParamsRequest {
|
|
712
712
|
/**
|
|
713
|
-
* 集群id
|
|
713
|
+
* 集群id,不超过32个字符
|
|
714
714
|
*/
|
|
715
715
|
ClusterId: string
|
|
716
716
|
|
|
@@ -755,7 +755,7 @@ export interface DescribeResourcesByDealNameResponse {
|
|
|
755
755
|
*/
|
|
756
756
|
export interface ResumeServerlessResponse {
|
|
757
757
|
/**
|
|
758
|
-
* 异步流程
|
|
758
|
+
* 异步流程ID
|
|
759
759
|
*/
|
|
760
760
|
FlowId: number
|
|
761
761
|
|
|
@@ -896,7 +896,7 @@ export interface DescribeProjectSecurityGroupsResponse {
|
|
|
896
896
|
*/
|
|
897
897
|
export interface PauseServerlessResponse {
|
|
898
898
|
/**
|
|
899
|
-
* 异步流程
|
|
899
|
+
* 异步流程ID
|
|
900
900
|
*/
|
|
901
901
|
FlowId: number
|
|
902
902
|
|
|
@@ -1324,7 +1324,7 @@ export interface CreateClustersRequest {
|
|
|
1324
1324
|
|
|
1325
1325
|
/**
|
|
1326
1326
|
* 数据库版本,取值范围:
|
|
1327
|
-
<li> MYSQL可选值:5.7 </li>
|
|
1327
|
+
<li> MYSQL可选值:5.7,8.0 </li>
|
|
1328
1328
|
*/
|
|
1329
1329
|
DbVersion: string
|
|
1330
1330
|
|
|
@@ -1352,7 +1352,7 @@ export interface CreateClustersRequest {
|
|
|
1352
1352
|
Storage?: number
|
|
1353
1353
|
|
|
1354
1354
|
/**
|
|
1355
|
-
*
|
|
1355
|
+
* 集群名称,长度小于64个字符,每个字符取值范围:大/小写字母,数字,特殊符号('-','_','.')
|
|
1356
1356
|
*/
|
|
1357
1357
|
ClusterName?: string
|
|
1358
1358
|
|
|
@@ -1422,7 +1422,7 @@ timeRollback,时间点回档
|
|
|
1422
1422
|
TimeSpan?: number
|
|
1423
1423
|
|
|
1424
1424
|
/**
|
|
1425
|
-
*
|
|
1425
|
+
* 包年包月购买时长单位,['s','d','m','y']
|
|
1426
1426
|
*/
|
|
1427
1427
|
TimeUnit?: string
|
|
1428
1428
|
|
|
@@ -1610,7 +1610,7 @@ export interface ModifyDBInstanceSecurityGroupsRequest {
|
|
|
1610
1610
|
InstanceId: string
|
|
1611
1611
|
|
|
1612
1612
|
/**
|
|
1613
|
-
* 要修改的安全组ID列表,一个或者多个安全组
|
|
1613
|
+
* 要修改的安全组ID列表,一个或者多个安全组ID组成的数组。
|
|
1614
1614
|
*/
|
|
1615
1615
|
SecurityGroupIds: Array<string>
|
|
1616
1616
|
|
|
@@ -1834,7 +1834,7 @@ export interface GrantAccountPrivilegesResponse {
|
|
|
1834
1834
|
*/
|
|
1835
1835
|
export interface ResumeServerlessRequest {
|
|
1836
1836
|
/**
|
|
1837
|
-
* 集群
|
|
1837
|
+
* 集群ID
|
|
1838
1838
|
*/
|
|
1839
1839
|
ClusterId: string
|
|
1840
1840
|
}
|
|
@@ -2199,12 +2199,12 @@ export interface DescribeClusterParamLogsRequest {
|
|
|
2199
2199
|
ClusterId: string
|
|
2200
2200
|
|
|
2201
2201
|
/**
|
|
2202
|
-
* 返回数量,默认为 20
|
|
2202
|
+
* 返回数量,默认为 20,取值范围为(0,100]
|
|
2203
2203
|
*/
|
|
2204
2204
|
Limit?: number
|
|
2205
2205
|
|
|
2206
2206
|
/**
|
|
2207
|
-
* 记录偏移量,默认值为0
|
|
2207
|
+
* 记录偏移量,默认值为0,取值范围为[0,INF)
|
|
2208
2208
|
*/
|
|
2209
2209
|
Offset?: number
|
|
2210
2210
|
}
|
|
@@ -2224,7 +2224,7 @@ export interface UpgradeInstanceRequest {
|
|
|
2224
2224
|
Cpu: number
|
|
2225
2225
|
|
|
2226
2226
|
/**
|
|
2227
|
-
*
|
|
2227
|
+
* 数据库内存,单位GB
|
|
2228
2228
|
*/
|
|
2229
2229
|
Memory: number
|
|
2230
2230
|
|
|
@@ -2416,12 +2416,12 @@ export interface AddInstancesRequest {
|
|
|
2416
2416
|
Cpu: number
|
|
2417
2417
|
|
|
2418
2418
|
/**
|
|
2419
|
-
*
|
|
2419
|
+
* 内存,单位为GB
|
|
2420
2420
|
*/
|
|
2421
2421
|
Memory: number
|
|
2422
2422
|
|
|
2423
2423
|
/**
|
|
2424
|
-
*
|
|
2424
|
+
* 新增只读实例数,取值范围为(0,16]
|
|
2425
2425
|
*/
|
|
2426
2426
|
ReadOnlyCount: number
|
|
2427
2427
|
|
|
@@ -2436,17 +2436,17 @@ export interface AddInstancesRequest {
|
|
|
2436
2436
|
VpcId?: string
|
|
2437
2437
|
|
|
2438
2438
|
/**
|
|
2439
|
-
* 所属子网ID
|
|
2439
|
+
* 所属子网ID,如果设置了VpcId,则SubnetId必填
|
|
2440
2440
|
*/
|
|
2441
2441
|
SubnetId?: string
|
|
2442
2442
|
|
|
2443
2443
|
/**
|
|
2444
|
-
* 新增RO组时使用的Port
|
|
2444
|
+
* 新增RO组时使用的Port,取值范围为[0,65535)
|
|
2445
2445
|
*/
|
|
2446
2446
|
Port?: number
|
|
2447
2447
|
|
|
2448
2448
|
/**
|
|
2449
|
-
*
|
|
2449
|
+
* 实例名称,字符串长度范围为[0,64)
|
|
2450
2450
|
*/
|
|
2451
2451
|
InstanceName?: string
|
|
2452
2452
|
|
|
@@ -2462,7 +2462,7 @@ export interface AddInstancesRequest {
|
|
|
2462
2462
|
DbType?: string
|
|
2463
2463
|
|
|
2464
2464
|
/**
|
|
2465
|
-
*
|
|
2465
|
+
* 订单来源,字符串长度范围为[0,64)
|
|
2466
2466
|
*/
|
|
2467
2467
|
OrderSource?: string
|
|
2468
2468
|
|
|
@@ -2899,7 +2899,7 @@ export interface DisassociateSecurityGroupsRequest {
|
|
|
2899
2899
|
InstanceIds: Array<string>
|
|
2900
2900
|
|
|
2901
2901
|
/**
|
|
2902
|
-
* 要修改的安全组ID列表,一个或者多个安全组
|
|
2902
|
+
* 要修改的安全组ID列表,一个或者多个安全组ID组成的数组。
|
|
2903
2903
|
*/
|
|
2904
2904
|
SecurityGroupIds: Array<string>
|
|
2905
2905
|
|