tencentcloud-sdk-nodejs-postgres 4.0.448 → 4.0.449
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 +179 -0
- package/SERVICE_CHANGELOG.md +277 -30
- package/package.json +1 -1
- package/products.md +9 -7
- package/src/services/postgres/v20170312/postgres_client.ts +1 -1
- package/src/services/postgres/v20170312/postgres_models.ts +76 -12
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +67 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,182 @@
|
|
|
1
|
+
# Release 4.0.449
|
|
2
|
+
|
|
3
|
+
## 商业流程服务(bpaas) 版本:2018-12-17
|
|
4
|
+
|
|
5
|
+
### 第 1 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-09-22 11:16:45
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [GetBpaasApproveDetail](https://cloud.tencent.com/document/api/1083/80916)
|
|
16
|
+
* [OutApproveBpaasApplication](https://cloud.tencent.com/document/api/1083/80915)
|
|
17
|
+
|
|
18
|
+
新增数据结构:
|
|
19
|
+
|
|
20
|
+
* [ApplyParam](https://cloud.tencent.com/document/api/1083/80917#ApplyParam)
|
|
21
|
+
* [ApproveOpinion](https://cloud.tencent.com/document/api/1083/80917#ApproveOpinion)
|
|
22
|
+
* [ApproveUser](https://cloud.tencent.com/document/api/1083/80917#ApproveUser)
|
|
23
|
+
* [StatusNode](https://cloud.tencent.com/document/api/1083/80917#StatusNode)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
28
|
+
|
|
29
|
+
### 第 59 次发布
|
|
30
|
+
|
|
31
|
+
发布时间:2022-09-23 06:16:36
|
|
32
|
+
|
|
33
|
+
本次发布包含了以下内容:
|
|
34
|
+
|
|
35
|
+
改善已有的文档。
|
|
36
|
+
|
|
37
|
+
修改接口:
|
|
38
|
+
|
|
39
|
+
* [CreateConnectResource](https://cloud.tencent.com/document/api/597/77737)
|
|
40
|
+
|
|
41
|
+
* 新增入参:DorisConnectParam
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
新增数据结构:
|
|
45
|
+
|
|
46
|
+
* [DorisConnectParam](https://cloud.tencent.com/document/api/597/40861#DorisConnectParam)
|
|
47
|
+
|
|
48
|
+
修改数据结构:
|
|
49
|
+
|
|
50
|
+
* [DescribeConnectResource](https://cloud.tencent.com/document/api/597/40861#DescribeConnectResource)
|
|
51
|
+
|
|
52
|
+
* 新增成员:DorisConnectParam
|
|
53
|
+
|
|
54
|
+
* [DescribeConnectResourceResp](https://cloud.tencent.com/document/api/597/40861#DescribeConnectResourceResp)
|
|
55
|
+
|
|
56
|
+
* 新增成员:DorisConnectParam
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
62
|
+
|
|
63
|
+
### 第 2 次发布
|
|
64
|
+
|
|
65
|
+
发布时间:2022-09-22 10:11:52
|
|
66
|
+
|
|
67
|
+
本次发布包含了以下内容:
|
|
68
|
+
|
|
69
|
+
改善已有的文档。
|
|
70
|
+
|
|
71
|
+
新增接口:
|
|
72
|
+
|
|
73
|
+
* [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
|
|
74
|
+
* [CreateSupervisor](https://cloud.tencent.com/document/api/1639/80944)
|
|
75
|
+
* [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
|
|
76
|
+
* [DescribeUser](https://cloud.tencent.com/document/api/1639/80936)
|
|
77
|
+
* [LoginOriginId](https://cloud.tencent.com/document/api/1639/80939)
|
|
78
|
+
* [RegisterUser](https://cloud.tencent.com/document/api/1639/80935)
|
|
79
|
+
|
|
80
|
+
### 第 1 次发布
|
|
81
|
+
|
|
82
|
+
发布时间:2022-09-22 10:03:08
|
|
83
|
+
|
|
84
|
+
本次发布包含了以下内容:
|
|
85
|
+
|
|
86
|
+
改善已有的文档。
|
|
87
|
+
|
|
88
|
+
新增接口:
|
|
89
|
+
|
|
90
|
+
* [LoginUser](https://cloud.tencent.com/document/api/1639/80938)
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
## 云直播(live) 版本:2018-08-01
|
|
95
|
+
|
|
96
|
+
### 第 89 次发布
|
|
97
|
+
|
|
98
|
+
发布时间:2022-09-23 06:36:42
|
|
99
|
+
|
|
100
|
+
本次发布包含了以下内容:
|
|
101
|
+
|
|
102
|
+
改善已有的文档。
|
|
103
|
+
|
|
104
|
+
修改接口:
|
|
105
|
+
|
|
106
|
+
* [ModifyLiveSnapshotTemplate](https://cloud.tencent.com/document/api/267/32618)
|
|
107
|
+
|
|
108
|
+
* <font color="#dd0000">**修改入参**:</font>CosAppId, CosBucket, CosRegion
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
## 企业组织(organization) 版本:2021-03-31
|
|
114
|
+
|
|
115
|
+
### 第 11 次发布
|
|
116
|
+
|
|
117
|
+
发布时间:2022-09-23 06:41:45
|
|
118
|
+
|
|
119
|
+
本次发布包含了以下内容:
|
|
120
|
+
|
|
121
|
+
改善已有的文档。
|
|
122
|
+
|
|
123
|
+
修改接口:
|
|
124
|
+
|
|
125
|
+
* [DescribeOrganization](https://cloud.tencent.com/document/api/850/67059)
|
|
126
|
+
|
|
127
|
+
* 新增出参:IsAuthManager
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
## 企业组织(organization) 版本:2018-12-25
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
137
|
+
|
|
138
|
+
### 第 29 次发布
|
|
139
|
+
|
|
140
|
+
发布时间:2022-09-23 06:42:05
|
|
141
|
+
|
|
142
|
+
本次发布包含了以下内容:
|
|
143
|
+
|
|
144
|
+
改善已有的文档。
|
|
145
|
+
|
|
146
|
+
修改接口:
|
|
147
|
+
|
|
148
|
+
* [CloneDBInstance](https://cloud.tencent.com/document/api/409/68071)
|
|
149
|
+
|
|
150
|
+
* 新增出参:DBInstanceId
|
|
151
|
+
|
|
152
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/409/56107)
|
|
153
|
+
|
|
154
|
+
* 新增入参:DBEngine, DBEngineConfig
|
|
155
|
+
|
|
156
|
+
* [CreateReadOnlyDBInstance](https://cloud.tencent.com/document/api/409/52602)
|
|
157
|
+
|
|
158
|
+
* <font color="#dd0000">**修改入参**:</font>DBVersion
|
|
159
|
+
|
|
160
|
+
* [DescribeProductConfig](https://cloud.tencent.com/document/api/409/16776)
|
|
161
|
+
|
|
162
|
+
* 新增入参:DBEngine
|
|
163
|
+
|
|
164
|
+
* [InquiryPriceCreateDBInstances](https://cloud.tencent.com/document/api/409/16777)
|
|
165
|
+
|
|
166
|
+
* 新增入参:InstanceType, DBEngine
|
|
167
|
+
|
|
168
|
+
* <font color="#dd0000">**修改入参**:</font>Pid
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
修改数据结构:
|
|
172
|
+
|
|
173
|
+
* [DBInstance](https://cloud.tencent.com/document/api/409/16778#DBInstance)
|
|
174
|
+
|
|
175
|
+
* 新增成员:DBEngine, DBEngineConfig
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
1
180
|
# Release 4.0.448
|
|
2
181
|
|
|
3
182
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 商业流程服务(bpaas) 版本:2018-12-17
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 1 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-09-22
|
|
7
|
+
发布时间:2022-09-22 11:16:45
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,15 +12,23 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [GetBpaasApproveDetail](https://cloud.tencent.com/document/api/1083/80916)
|
|
16
|
+
* [OutApproveBpaasApplication](https://cloud.tencent.com/document/api/1083/80915)
|
|
17
|
+
|
|
18
|
+
新增数据结构:
|
|
19
|
+
|
|
20
|
+
* [ApplyParam](https://cloud.tencent.com/document/api/1083/80917#ApplyParam)
|
|
21
|
+
* [ApproveOpinion](https://cloud.tencent.com/document/api/1083/80917#ApproveOpinion)
|
|
22
|
+
* [ApproveUser](https://cloud.tencent.com/document/api/1083/80917#ApproveUser)
|
|
23
|
+
* [StatusNode](https://cloud.tencent.com/document/api/1083/80917#StatusNode)
|
|
16
24
|
|
|
17
25
|
|
|
18
26
|
|
|
19
27
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
20
28
|
|
|
21
|
-
### 第
|
|
29
|
+
### 第 59 次发布
|
|
22
30
|
|
|
23
|
-
发布时间:2022-09-
|
|
31
|
+
发布时间:2022-09-23 06:16:36
|
|
24
32
|
|
|
25
33
|
本次发布包含了以下内容:
|
|
26
34
|
|
|
@@ -28,64 +36,144 @@
|
|
|
28
36
|
|
|
29
37
|
修改接口:
|
|
30
38
|
|
|
31
|
-
* [
|
|
39
|
+
* [CreateConnectResource](https://cloud.tencent.com/document/api/597/77737)
|
|
32
40
|
|
|
33
|
-
* 新增入参:
|
|
41
|
+
* 新增入参:DorisConnectParam
|
|
34
42
|
|
|
35
43
|
|
|
36
44
|
新增数据结构:
|
|
37
45
|
|
|
38
|
-
* [
|
|
46
|
+
* [DorisConnectParam](https://cloud.tencent.com/document/api/597/40861#DorisConnectParam)
|
|
39
47
|
|
|
40
48
|
修改数据结构:
|
|
41
49
|
|
|
42
|
-
* [
|
|
50
|
+
* [DescribeConnectResource](https://cloud.tencent.com/document/api/597/40861#DescribeConnectResource)
|
|
43
51
|
|
|
44
|
-
* 新增成员:
|
|
52
|
+
* 新增成员:DorisConnectParam
|
|
45
53
|
|
|
46
|
-
* [
|
|
54
|
+
* [DescribeConnectResourceResp](https://cloud.tencent.com/document/api/597/40861#DescribeConnectResourceResp)
|
|
47
55
|
|
|
48
|
-
* 新增成员:
|
|
56
|
+
* 新增成员:DorisConnectParam
|
|
49
57
|
|
|
50
58
|
|
|
51
59
|
|
|
52
60
|
|
|
53
|
-
##
|
|
61
|
+
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
54
62
|
|
|
55
|
-
### 第
|
|
63
|
+
### 第 2 次发布
|
|
56
64
|
|
|
57
|
-
发布时间:2022-09-22
|
|
65
|
+
发布时间:2022-09-22 10:11:52
|
|
58
66
|
|
|
59
67
|
本次发布包含了以下内容:
|
|
60
68
|
|
|
61
69
|
改善已有的文档。
|
|
62
70
|
|
|
63
|
-
|
|
71
|
+
新增接口:
|
|
64
72
|
|
|
65
|
-
* [
|
|
73
|
+
* [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
|
|
74
|
+
* [CreateSupervisor](https://cloud.tencent.com/document/api/1639/80944)
|
|
75
|
+
* [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
|
|
76
|
+
* [DescribeUser](https://cloud.tencent.com/document/api/1639/80936)
|
|
77
|
+
* [LoginOriginId](https://cloud.tencent.com/document/api/1639/80939)
|
|
78
|
+
* [RegisterUser](https://cloud.tencent.com/document/api/1639/80935)
|
|
66
79
|
|
|
67
|
-
|
|
80
|
+
### 第 1 次发布
|
|
68
81
|
|
|
82
|
+
发布时间:2022-09-22 10:03:08
|
|
69
83
|
|
|
84
|
+
本次发布包含了以下内容:
|
|
70
85
|
|
|
86
|
+
改善已有的文档。
|
|
71
87
|
|
|
72
|
-
|
|
88
|
+
新增接口:
|
|
73
89
|
|
|
74
|
-
|
|
90
|
+
* [LoginUser](https://cloud.tencent.com/document/api/1639/80938)
|
|
75
91
|
|
|
76
|
-
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
## 云直播(live) 版本:2018-08-01
|
|
95
|
+
|
|
96
|
+
### 第 89 次发布
|
|
97
|
+
|
|
98
|
+
发布时间:2022-09-23 06:36:42
|
|
77
99
|
|
|
78
100
|
本次发布包含了以下内容:
|
|
79
101
|
|
|
80
102
|
改善已有的文档。
|
|
81
103
|
|
|
82
|
-
|
|
104
|
+
修改接口:
|
|
83
105
|
|
|
84
|
-
* [
|
|
106
|
+
* [ModifyLiveSnapshotTemplate](https://cloud.tencent.com/document/api/267/32618)
|
|
85
107
|
|
|
86
|
-
|
|
108
|
+
* <font color="#dd0000">**修改入参**:</font>CosAppId, CosBucket, CosRegion
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
## 企业组织(organization) 版本:2021-03-31
|
|
114
|
+
|
|
115
|
+
### 第 11 次发布
|
|
116
|
+
|
|
117
|
+
发布时间:2022-09-23 06:41:45
|
|
118
|
+
|
|
119
|
+
本次发布包含了以下内容:
|
|
120
|
+
|
|
121
|
+
改善已有的文档。
|
|
122
|
+
|
|
123
|
+
修改接口:
|
|
124
|
+
|
|
125
|
+
* [DescribeOrganization](https://cloud.tencent.com/document/api/850/67059)
|
|
126
|
+
|
|
127
|
+
* 新增出参:IsAuthManager
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
## 企业组织(organization) 版本:2018-12-25
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
137
|
+
|
|
138
|
+
### 第 29 次发布
|
|
139
|
+
|
|
140
|
+
发布时间:2022-09-23 06:42:05
|
|
141
|
+
|
|
142
|
+
本次发布包含了以下内容:
|
|
143
|
+
|
|
144
|
+
改善已有的文档。
|
|
145
|
+
|
|
146
|
+
修改接口:
|
|
147
|
+
|
|
148
|
+
* [CloneDBInstance](https://cloud.tencent.com/document/api/409/68071)
|
|
149
|
+
|
|
150
|
+
* 新增出参:DBInstanceId
|
|
151
|
+
|
|
152
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/409/56107)
|
|
153
|
+
|
|
154
|
+
* 新增入参:DBEngine, DBEngineConfig
|
|
155
|
+
|
|
156
|
+
* [CreateReadOnlyDBInstance](https://cloud.tencent.com/document/api/409/52602)
|
|
157
|
+
|
|
158
|
+
* <font color="#dd0000">**修改入参**:</font>DBVersion
|
|
159
|
+
|
|
160
|
+
* [DescribeProductConfig](https://cloud.tencent.com/document/api/409/16776)
|
|
161
|
+
|
|
162
|
+
* 新增入参:DBEngine
|
|
163
|
+
|
|
164
|
+
* [InquiryPriceCreateDBInstances](https://cloud.tencent.com/document/api/409/16777)
|
|
165
|
+
|
|
166
|
+
* 新增入参:InstanceType, DBEngine
|
|
167
|
+
|
|
168
|
+
* <font color="#dd0000">**修改入参**:</font>Pid
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
修改数据结构:
|
|
172
|
+
|
|
173
|
+
* [DBInstance](https://cloud.tencent.com/document/api/409/16778#DBInstance)
|
|
174
|
+
|
|
175
|
+
* 新增成员:DBEngine, DBEngineConfig
|
|
87
176
|
|
|
88
|
-
* [RocketMQVipInstance](https://cloud.tencent.com/document/api/1179/46089#RocketMQVipInstance)
|
|
89
177
|
|
|
90
178
|
|
|
91
179
|
|
|
@@ -8494,6 +8582,31 @@
|
|
|
8494
8582
|
|
|
8495
8583
|
|
|
8496
8584
|
|
|
8585
|
+
## 商业流程服务(bpaas) 版本:2018-12-17
|
|
8586
|
+
|
|
8587
|
+
### 第 1 次发布
|
|
8588
|
+
|
|
8589
|
+
发布时间:2022-09-22 11:16:45
|
|
8590
|
+
|
|
8591
|
+
本次发布包含了以下内容:
|
|
8592
|
+
|
|
8593
|
+
改善已有的文档。
|
|
8594
|
+
|
|
8595
|
+
新增接口:
|
|
8596
|
+
|
|
8597
|
+
* [[GetBpaasApproveDetail](https://cloud.tencent.com/document/api/1083/80916)](https://cloud.tencent.com/document/api/#/#)
|
|
8598
|
+
* [[OutApproveBpaasApplication](https://cloud.tencent.com/document/api/1083/80915)](https://cloud.tencent.com/document/api/#/#)
|
|
8599
|
+
|
|
8600
|
+
新增数据结构:
|
|
8601
|
+
|
|
8602
|
+
* [[ApplyParam](https://cloud.tencent.com/document/api/1083/80917#ApplyParam)](https://cloud.tencent.com/document/api/1083/80917#[ApplyParam](https://cloud.tencent.com/document/api/1083/80917#ApplyParam))
|
|
8603
|
+
* [[ApproveOpinion](https://cloud.tencent.com/document/api/1083/80917#ApproveOpinion)](https://cloud.tencent.com/document/api/1083/80917#[ApproveOpinion](https://cloud.tencent.com/document/api/1083/80917#ApproveOpinion))
|
|
8604
|
+
* [[ApproveUser](https://cloud.tencent.com/document/api/1083/80917#ApproveUser)](https://cloud.tencent.com/document/api/1083/80917#[ApproveUser](https://cloud.tencent.com/document/api/1083/80917#ApproveUser))
|
|
8605
|
+
* [[StatusNode](https://cloud.tencent.com/document/api/1083/80917#StatusNode)](https://cloud.tencent.com/document/api/1083/80917#[StatusNode](https://cloud.tencent.com/document/api/1083/80917#StatusNode))
|
|
8606
|
+
|
|
8607
|
+
|
|
8608
|
+
|
|
8609
|
+
|
|
8497
8610
|
## 业务风险情报(bri) 版本:2019-03-28
|
|
8498
8611
|
|
|
8499
8612
|
### 第 3 次发布
|
|
@@ -11000,7 +11113,7 @@
|
|
|
11000
11113
|
|
|
11001
11114
|
新增接口:
|
|
11002
11115
|
|
|
11003
|
-
* [
|
|
11116
|
+
* [DisableCCCPhoneNumber](https://cloud.tencent.com/document/api/679/80901)
|
|
11004
11117
|
|
|
11005
11118
|
### 第 30 次发布
|
|
11006
11119
|
|
|
@@ -17844,6 +17957,36 @@
|
|
|
17844
17957
|
|
|
17845
17958
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
17846
17959
|
|
|
17960
|
+
### 第 59 次发布
|
|
17961
|
+
|
|
17962
|
+
发布时间:2022-09-23 06:16:36
|
|
17963
|
+
|
|
17964
|
+
本次发布包含了以下内容:
|
|
17965
|
+
|
|
17966
|
+
改善已有的文档。
|
|
17967
|
+
|
|
17968
|
+
修改接口:
|
|
17969
|
+
|
|
17970
|
+
* [CreateConnectResource](https://cloud.tencent.com/document/api/597/77737)
|
|
17971
|
+
|
|
17972
|
+
* 新增入参:DorisConnectParam
|
|
17973
|
+
|
|
17974
|
+
|
|
17975
|
+
新增数据结构:
|
|
17976
|
+
|
|
17977
|
+
* [[DorisConnectParam](https://cloud.tencent.com/document/api/597/40861#DorisConnectParam)](https://cloud.tencent.com/document/api/597/40861#[DorisConnectParam](https://cloud.tencent.com/document/api/597/40861#DorisConnectParam))
|
|
17978
|
+
|
|
17979
|
+
修改数据结构:
|
|
17980
|
+
|
|
17981
|
+
* [DescribeConnectResource](https://cloud.tencent.com/document/api/597/40861#DescribeConnectResource)
|
|
17982
|
+
|
|
17983
|
+
* 新增成员:DorisConnectParam
|
|
17984
|
+
|
|
17985
|
+
* [DescribeConnectResourceResp](https://cloud.tencent.com/document/api/597/40861#DescribeConnectResourceResp)
|
|
17986
|
+
|
|
17987
|
+
* 新增成员:DorisConnectParam
|
|
17988
|
+
|
|
17989
|
+
|
|
17847
17990
|
### 第 58 次发布
|
|
17848
17991
|
|
|
17849
17992
|
发布时间:2022-09-22 06:16:02
|
|
@@ -17861,7 +18004,7 @@
|
|
|
17861
18004
|
|
|
17862
18005
|
新增数据结构:
|
|
17863
18006
|
|
|
17864
|
-
* [
|
|
18007
|
+
* [JsonPathReplaceParam](https://cloud.tencent.com/document/api/597/40861#JsonPathReplaceParam)
|
|
17865
18008
|
|
|
17866
18009
|
修改数据结构:
|
|
17867
18010
|
|
|
@@ -49359,6 +49502,40 @@
|
|
|
49359
49502
|
|
|
49360
49503
|
|
|
49361
49504
|
|
|
49505
|
+
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
49506
|
+
|
|
49507
|
+
### 第 2 次发布
|
|
49508
|
+
|
|
49509
|
+
发布时间:2022-09-22 10:11:52
|
|
49510
|
+
|
|
49511
|
+
本次发布包含了以下内容:
|
|
49512
|
+
|
|
49513
|
+
改善已有的文档。
|
|
49514
|
+
|
|
49515
|
+
新增接口:
|
|
49516
|
+
|
|
49517
|
+
* [[CreateRoom](https://cloud.tencent.com/document/api/1639/80942)](https://cloud.tencent.com/document/api/#/#)
|
|
49518
|
+
* [[CreateSupervisor](https://cloud.tencent.com/document/api/1639/80944)](https://cloud.tencent.com/document/api/#/#)
|
|
49519
|
+
* [[DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)](https://cloud.tencent.com/document/api/#/#)
|
|
49520
|
+
* [[DescribeUser](https://cloud.tencent.com/document/api/1639/80936)](https://cloud.tencent.com/document/api/#/#)
|
|
49521
|
+
* [[LoginOriginId](https://cloud.tencent.com/document/api/1639/80939)](https://cloud.tencent.com/document/api/#/#)
|
|
49522
|
+
* [[RegisterUser](https://cloud.tencent.com/document/api/1639/80935)](https://cloud.tencent.com/document/api/#/#)
|
|
49523
|
+
|
|
49524
|
+
### 第 1 次发布
|
|
49525
|
+
|
|
49526
|
+
发布时间:2022-09-22 10:03:08
|
|
49527
|
+
|
|
49528
|
+
本次发布包含了以下内容:
|
|
49529
|
+
|
|
49530
|
+
改善已有的文档。
|
|
49531
|
+
|
|
49532
|
+
新增接口:
|
|
49533
|
+
|
|
49534
|
+
* [[LoginUser](https://cloud.tencent.com/document/api/1639/80938)](https://cloud.tencent.com/document/api/#/#)
|
|
49535
|
+
|
|
49536
|
+
|
|
49537
|
+
|
|
49538
|
+
|
|
49362
49539
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
49363
49540
|
|
|
49364
49541
|
### 第 34 次发布
|
|
@@ -50037,6 +50214,21 @@
|
|
|
50037
50214
|
|
|
50038
50215
|
## 云直播(live) 版本:2018-08-01
|
|
50039
50216
|
|
|
50217
|
+
### 第 89 次发布
|
|
50218
|
+
|
|
50219
|
+
发布时间:2022-09-23 06:36:42
|
|
50220
|
+
|
|
50221
|
+
本次发布包含了以下内容:
|
|
50222
|
+
|
|
50223
|
+
改善已有的文档。
|
|
50224
|
+
|
|
50225
|
+
修改接口:
|
|
50226
|
+
|
|
50227
|
+
* [ModifyLiveSnapshotTemplate](https://cloud.tencent.com/document/api/267/32618)
|
|
50228
|
+
|
|
50229
|
+
* <font color="#dd0000">**修改入参**:</font>CosAppId, CosBucket, CosRegion
|
|
50230
|
+
|
|
50231
|
+
|
|
50040
50232
|
### 第 88 次发布
|
|
50041
50233
|
|
|
50042
50234
|
发布时间:2022-09-16 06:31:07
|
|
@@ -59564,6 +59756,21 @@
|
|
|
59564
59756
|
|
|
59565
59757
|
## 企业组织(organization) 版本:2021-03-31
|
|
59566
59758
|
|
|
59759
|
+
### 第 11 次发布
|
|
59760
|
+
|
|
59761
|
+
发布时间:2022-09-23 06:41:45
|
|
59762
|
+
|
|
59763
|
+
本次发布包含了以下内容:
|
|
59764
|
+
|
|
59765
|
+
改善已有的文档。
|
|
59766
|
+
|
|
59767
|
+
修改接口:
|
|
59768
|
+
|
|
59769
|
+
* [DescribeOrganization](https://cloud.tencent.com/document/api/850/67059)
|
|
59770
|
+
|
|
59771
|
+
* 新增出参:IsAuthManager
|
|
59772
|
+
|
|
59773
|
+
|
|
59567
59774
|
### 第 10 次发布
|
|
59568
59775
|
|
|
59569
59776
|
发布时间:2022-07-21 06:14:50
|
|
@@ -60215,6 +60422,46 @@
|
|
|
60215
60422
|
|
|
60216
60423
|
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
60217
60424
|
|
|
60425
|
+
### 第 29 次发布
|
|
60426
|
+
|
|
60427
|
+
发布时间:2022-09-23 06:42:05
|
|
60428
|
+
|
|
60429
|
+
本次发布包含了以下内容:
|
|
60430
|
+
|
|
60431
|
+
改善已有的文档。
|
|
60432
|
+
|
|
60433
|
+
修改接口:
|
|
60434
|
+
|
|
60435
|
+
* [CloneDBInstance](https://cloud.tencent.com/document/api/409/68071)
|
|
60436
|
+
|
|
60437
|
+
* 新增出参:DBInstanceId
|
|
60438
|
+
|
|
60439
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/409/56107)
|
|
60440
|
+
|
|
60441
|
+
* 新增入参:DBEngine, DBEngineConfig
|
|
60442
|
+
|
|
60443
|
+
* [CreateReadOnlyDBInstance](https://cloud.tencent.com/document/api/409/52602)
|
|
60444
|
+
|
|
60445
|
+
* <font color="#dd0000">**修改入参**:</font>DBVersion
|
|
60446
|
+
|
|
60447
|
+
* [DescribeProductConfig](https://cloud.tencent.com/document/api/409/16776)
|
|
60448
|
+
|
|
60449
|
+
* 新增入参:DBEngine
|
|
60450
|
+
|
|
60451
|
+
* [InquiryPriceCreateDBInstances](https://cloud.tencent.com/document/api/409/16777)
|
|
60452
|
+
|
|
60453
|
+
* 新增入参:InstanceType, DBEngine
|
|
60454
|
+
|
|
60455
|
+
* <font color="#dd0000">**修改入参**:</font>Pid
|
|
60456
|
+
|
|
60457
|
+
|
|
60458
|
+
修改数据结构:
|
|
60459
|
+
|
|
60460
|
+
* [DBInstance](https://cloud.tencent.com/document/api/409/16778#DBInstance)
|
|
60461
|
+
|
|
60462
|
+
* 新增成员:DBEngine, DBEngineConfig
|
|
60463
|
+
|
|
60464
|
+
|
|
60218
60465
|
### 第 28 次发布
|
|
60219
60466
|
|
|
60220
60467
|
发布时间:2022-06-15 06:12:41
|
|
@@ -72950,11 +73197,11 @@
|
|
|
72950
73197
|
|
|
72951
73198
|
新增接口:
|
|
72952
73199
|
|
|
72953
|
-
* [
|
|
73200
|
+
* [DescribeRocketMQVipInstances](https://cloud.tencent.com/document/api/1179/80903)
|
|
72954
73201
|
|
|
72955
73202
|
新增数据结构:
|
|
72956
73203
|
|
|
72957
|
-
* [
|
|
73204
|
+
* [RocketMQVipInstance](https://cloud.tencent.com/document/api/1179/46089#RocketMQVipInstance)
|
|
72958
73205
|
|
|
72959
73206
|
### 第 36 次发布
|
|
72960
73207
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -28,10 +28,11 @@
|
|
|
28
28
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-04-19 06:04:56 |
|
|
29
29
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
|
|
30
30
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
|
|
31
|
+
| bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2022-09-22 11:16:45 |
|
|
31
32
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
32
33
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-08-03 06:07:16 |
|
|
33
34
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
|
|
34
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-
|
|
35
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-09-23 06:11:49 |
|
|
35
36
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-08-18 06:10:57 |
|
|
36
37
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-08-03 06:08:12 |
|
|
37
38
|
| casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
|
|
@@ -50,7 +51,7 @@
|
|
|
50
51
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
51
52
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
52
53
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
53
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-09-
|
|
54
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-09-23 06:16:36 |
|
|
54
55
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-09-22 06:16:46 |
|
|
55
56
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
|
|
56
57
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
|
|
@@ -87,7 +88,7 @@
|
|
|
87
88
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-08-16 06:23:41 |
|
|
88
89
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-09-06 06:30:34 |
|
|
89
90
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-09-16 06:24:23 |
|
|
90
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-09-
|
|
91
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-09-22 09:36:38 |
|
|
91
92
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-09-20 21:03:25 |
|
|
92
93
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
93
94
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-09-20 06:29:06 |
|
|
@@ -116,8 +117,9 @@
|
|
|
116
117
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-19 06:27:03 |
|
|
117
118
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-09-20 19:36:34 |
|
|
118
119
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-08-05 06:26:44 |
|
|
120
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2022-09-22 10:11:52 |
|
|
119
121
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-09-14 06:27:13 |
|
|
120
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-09-
|
|
122
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-09-23 06:36:42 |
|
|
121
123
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
122
124
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
123
125
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-07-27 06:13:02 |
|
|
@@ -137,13 +139,13 @@
|
|
|
137
139
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
138
140
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-08-30 06:43:16 |
|
|
139
141
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-09-21 12:41:39 |
|
|
140
|
-
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-
|
|
142
|
+
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-09-23 06:41:45 |
|
|
141
143
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-09-05 06:41:45 |
|
|
142
144
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
143
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-
|
|
145
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-09-23 06:42:05 |
|
|
144
146
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-09-19 06:43:11 |
|
|
145
147
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-09-19 06:43:24 |
|
|
146
|
-
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-
|
|
148
|
+
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
|
|
147
149
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-09-19 06:44:00 |
|
|
148
150
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
|
|
149
151
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
@@ -456,7 +456,7 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
456
456
|
}
|
|
457
457
|
|
|
458
458
|
/**
|
|
459
|
-
* 本接口(InquiryPriceUpgradeDBInstance
|
|
459
|
+
* 本接口(InquiryPriceUpgradeDBInstance)用于查询升级实例的价格。只支持按量计费实例。
|
|
460
460
|
*/
|
|
461
461
|
async InquiryPriceUpgradeDBInstance(
|
|
462
462
|
req: InquiryPriceUpgradeDBInstanceRequest,
|
|
@@ -389,6 +389,28 @@ export interface CreateInstancesRequest {
|
|
|
389
389
|
* 使用KMS服务的地域,KMSRegion为空默认使用本地域的KMS,本地域不支持的情况下需自选其他KMS支持的地域。
|
|
390
390
|
*/
|
|
391
391
|
KMSRegion?: string
|
|
392
|
+
|
|
393
|
+
/**
|
|
394
|
+
* 数据库引擎,支持:
|
|
395
|
+
1、postgresql(云数据库PostgreSQL);
|
|
396
|
+
2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
|
|
397
|
+
如不指定默认使用postgresql。
|
|
398
|
+
*/
|
|
399
|
+
DBEngine?: string
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* 数据库引擎的配置信息,配置格式如下:
|
|
403
|
+
{"$key1":"$value1", "$key2":"$value2"}
|
|
404
|
+
|
|
405
|
+
各引擎支持如下:
|
|
406
|
+
1、mssql_compatible引擎:
|
|
407
|
+
migrationMode:数据库模式,可选参数,可取值:single-db(单数据库模式),multi-db(多数据库模式)。默认为single-db。
|
|
408
|
+
defaultLocale:排序区域规则,可选参数,在初始化后不可修改,默认为en_US,可选值如下:
|
|
409
|
+
"af_ZA", "sq_AL", "ar_DZ", "ar_BH", "ar_EG", "ar_IQ", "ar_JO", "ar_KW", "ar_LB", "ar_LY", "ar_MA", "ar_OM", "ar_QA", "ar_SA", "ar_SY", "ar_TN", "ar_AE", "ar_YE", "hy_AM", "az_Cyrl_AZ", "az_Latn_AZ", "eu_ES", "be_BY", "bg_BG", "ca_ES", "zh_HK", "zh_MO", "zh_CN", "zh_SG", "zh_TW", "hr_HR", "cs_CZ", "da_DK", "nl_BE", "nl_NL", "en_AU", "en_BZ", "en_CA", "en_IE", "en_JM", "en_NZ", "en_PH", "en_ZA", "en_TT", "en_GB", "en_US", "en_ZW", "et_EE", "fo_FO", "fa_IR", "fi_FI", "fr_BE", "fr_CA", "fr_FR", "fr_LU", "fr_MC", "fr_CH", "mk_MK", "ka_GE", "de_AT", "de_DE", "de_LI", "de_LU", "de_CH", "el_GR", "gu_IN", "he_IL", "hi_IN", "hu_HU", "is_IS", "id_ID", "it_IT", "it_CH", "ja_JP", "kn_IN", "kok_IN", "ko_KR", "ky_KG", "lv_LV", "lt_LT", "ms_BN", "ms_MY", "mr_IN", "mn_MN", "nb_NO", "nn_NO", "pl_PL", "pt_BR", "pt_PT", "pa_IN", "ro_RO", "ru_RU", "sa_IN", "sr_Cyrl_RS", "sr_Latn_RS", "sk_SK", "sl_SI", "es_AR", "es_BO", "es_CL", "es_CO", "es_CR", "es_DO", "es_EC", "es_SV", "es_GT", "es_HN", "es_MX", "es_NI", "es_PA", "es_PY","es_PE", "es_PR", "es_ES", "es_TRADITIONAL", "es_UY", "es_VE", "sw_KE", "sv_FI", "sv_SE", "tt_RU", "te_IN", "th_TH", "tr_TR", "uk_UA", "ur_IN", "ur_PK", "uz_Cyrl_UZ", "uz_Latn_UZ", "vi_VN"。
|
|
410
|
+
serverCollationName:排序规则名称,可选参数,在初始化后不可修改,默认为sql_latin1_general_cp1_ci_as,可选值如下:
|
|
411
|
+
"bbf_unicode_general_ci_as", "bbf_unicode_cp1_ci_as", "bbf_unicode_CP1250_ci_as", "bbf_unicode_CP1251_ci_as", "bbf_unicode_cp1253_ci_as", "bbf_unicode_cp1254_ci_as", "bbf_unicode_cp1255_ci_as", "bbf_unicode_cp1256_ci_as", "bbf_unicode_cp1257_ci_as", "bbf_unicode_cp1258_ci_as", "bbf_unicode_cp874_ci_as", "sql_latin1_general_cp1250_ci_as", "sql_latin1_general_cp1251_ci_as", "sql_latin1_general_cp1_ci_as", "sql_latin1_general_cp1253_ci_as", "sql_latin1_general_cp1254_ci_as", "sql_latin1_general_cp1255_ci_as","sql_latin1_general_cp1256_ci_as", "sql_latin1_general_cp1257_ci_as", "sql_latin1_general_cp1258_ci_as", "chinese_prc_ci_as", "cyrillic_general_ci_as", "finnish_swedish_ci_as", "french_ci_as", "japanese_ci_as", "korean_wansung_ci_as", "latin1_general_ci_as", "modern_spanish_ci_as", "polish_ci_as", "thai_ci_as", "traditional_spanish_ci_as", "turkish_ci_as", "ukrainian_ci_as", "vietnamese_ci_as"。
|
|
412
|
+
*/
|
|
413
|
+
DBEngineConfig?: string
|
|
392
414
|
}
|
|
393
415
|
|
|
394
416
|
/**
|
|
@@ -436,7 +458,7 @@ export interface SpecItemInfo {
|
|
|
436
458
|
Qps: number
|
|
437
459
|
|
|
438
460
|
/**
|
|
439
|
-
*
|
|
461
|
+
* 【该字段废弃】
|
|
440
462
|
*/
|
|
441
463
|
Pid: number
|
|
442
464
|
|
|
@@ -763,6 +785,14 @@ export interface DescribeProductConfigRequest {
|
|
|
763
785
|
* 可用区名称
|
|
764
786
|
*/
|
|
765
787
|
Zone?: string
|
|
788
|
+
|
|
789
|
+
/**
|
|
790
|
+
* 数据库引擎,支持:
|
|
791
|
+
1、postgresql(云数据库PostgreSQL);
|
|
792
|
+
2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
|
|
793
|
+
如不指定默认使用postgresql。
|
|
794
|
+
*/
|
|
795
|
+
DBEngine?: string
|
|
766
796
|
}
|
|
767
797
|
|
|
768
798
|
/**
|
|
@@ -998,14 +1028,28 @@ export interface InquiryPriceCreateDBInstancesRequest {
|
|
|
998
1028
|
Period: number
|
|
999
1029
|
|
|
1000
1030
|
/**
|
|
1001
|
-
*
|
|
1031
|
+
* 【弃字段,不再生效】,计费ID。该参数可以通过调用DescribeProductConfig接口的返回值中的Pid字段来获取。
|
|
1002
1032
|
*/
|
|
1003
|
-
Pid
|
|
1033
|
+
Pid?: number
|
|
1004
1034
|
|
|
1005
1035
|
/**
|
|
1006
1036
|
* 实例计费类型。目前只支持:PREPAID(预付费,即包年包月)。
|
|
1007
1037
|
*/
|
|
1008
1038
|
InstanceChargeType?: string
|
|
1039
|
+
|
|
1040
|
+
/**
|
|
1041
|
+
* 实例类型,默认primary,支持如下:
|
|
1042
|
+
primary(双机高可用(一主一从))
|
|
1043
|
+
readonly(只读实例)
|
|
1044
|
+
*/
|
|
1045
|
+
InstanceType?: string
|
|
1046
|
+
|
|
1047
|
+
/**
|
|
1048
|
+
* DB引擎,默认postgresql,支持如下:
|
|
1049
|
+
postgresql(云数据库PostgreSQL)
|
|
1050
|
+
mssql_compatible(MSSQL兼容-云数据库PostgreSQL)
|
|
1051
|
+
*/
|
|
1052
|
+
DBEngine?: string
|
|
1009
1053
|
}
|
|
1010
1054
|
|
|
1011
1055
|
/**
|
|
@@ -1144,6 +1188,12 @@ export interface CloneDBInstanceResponse {
|
|
|
1144
1188
|
*/
|
|
1145
1189
|
BillId: string
|
|
1146
1190
|
|
|
1191
|
+
/**
|
|
1192
|
+
* 克隆出的新实例ID,当前只支持后付费返回该值。
|
|
1193
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1194
|
+
*/
|
|
1195
|
+
DBInstanceId: string
|
|
1196
|
+
|
|
1147
1197
|
/**
|
|
1148
1198
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1149
1199
|
*/
|
|
@@ -1285,12 +1335,12 @@ export interface OpenServerlessDBExtranetAccessResponse {
|
|
|
1285
1335
|
*/
|
|
1286
1336
|
export interface InquiryPriceCreateDBInstancesResponse {
|
|
1287
1337
|
/**
|
|
1288
|
-
*
|
|
1338
|
+
* 刊例价,单位:分
|
|
1289
1339
|
*/
|
|
1290
1340
|
OriginalPrice: number
|
|
1291
1341
|
|
|
1292
1342
|
/**
|
|
1293
|
-
*
|
|
1343
|
+
* 折后实际付款金额,单位:分
|
|
1294
1344
|
*/
|
|
1295
1345
|
Price: number
|
|
1296
1346
|
|
|
@@ -2637,7 +2687,7 @@ export interface InquiryPriceUpgradeDBInstanceRequest {
|
|
|
2637
2687
|
DBInstanceId: string
|
|
2638
2688
|
|
|
2639
2689
|
/**
|
|
2640
|
-
*
|
|
2690
|
+
* 【废弃参数,不再生效】,实例计费类型。
|
|
2641
2691
|
*/
|
|
2642
2692
|
InstanceChargeType?: string
|
|
2643
2693
|
}
|
|
@@ -3082,6 +3132,20 @@ export interface DBInstance {
|
|
|
3082
3132
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3083
3133
|
*/
|
|
3084
3134
|
IsSupportTDE: number
|
|
3135
|
+
|
|
3136
|
+
/**
|
|
3137
|
+
* 数据库引擎,支持:
|
|
3138
|
+
1、postgresql(云数据库PostgreSQL);
|
|
3139
|
+
2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
|
|
3140
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3141
|
+
*/
|
|
3142
|
+
DBEngine: string
|
|
3143
|
+
|
|
3144
|
+
/**
|
|
3145
|
+
* 数据库引擎的配置信息
|
|
3146
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3147
|
+
*/
|
|
3148
|
+
DBEngineConfig: string
|
|
3085
3149
|
}
|
|
3086
3150
|
|
|
3087
3151
|
/**
|
|
@@ -3282,11 +3346,6 @@ export interface CreateReadOnlyDBInstanceRequest {
|
|
|
3282
3346
|
*/
|
|
3283
3347
|
SpecCode: string
|
|
3284
3348
|
|
|
3285
|
-
/**
|
|
3286
|
-
* PostgreSQL内核版本,目前强制和主实例保持一致
|
|
3287
|
-
*/
|
|
3288
|
-
DBVersion: string
|
|
3289
|
-
|
|
3290
3349
|
/**
|
|
3291
3350
|
* 实例容量大小,单位:GB。
|
|
3292
3351
|
*/
|
|
@@ -3318,7 +3377,12 @@ export interface CreateReadOnlyDBInstanceRequest {
|
|
|
3318
3377
|
ProjectId?: number
|
|
3319
3378
|
|
|
3320
3379
|
/**
|
|
3321
|
-
*
|
|
3380
|
+
* 【废弃】不再需要指定,内核版本号与主实例保持一致
|
|
3381
|
+
*/
|
|
3382
|
+
DBVersion?: string
|
|
3383
|
+
|
|
3384
|
+
/**
|
|
3385
|
+
* 实例计费类型。目前支持:PREPAID(预付费,即包年包月),POSTPAID_BY_HOUR(后付费,即按量计费)。如果主实例为后付费,只读实例必须也为后付费。
|
|
3322
3386
|
*/
|
|
3323
3387
|
InstanceChargeType?: string
|
|
3324
3388
|
|
|
@@ -115,7 +115,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
115
115
|
*/
|
|
116
116
|
ModifyDBInstanceName(req: ModifyDBInstanceNameRequest, cb?: (error: string, rep: ModifyDBInstanceNameResponse) => void): Promise<ModifyDBInstanceNameResponse>;
|
|
117
117
|
/**
|
|
118
|
-
* 本接口(InquiryPriceUpgradeDBInstance
|
|
118
|
+
* 本接口(InquiryPriceUpgradeDBInstance)用于查询升级实例的价格。只支持按量计费实例。
|
|
119
119
|
*/
|
|
120
120
|
InquiryPriceUpgradeDBInstance(req: InquiryPriceUpgradeDBInstanceRequest, cb?: (error: string, rep: InquiryPriceUpgradeDBInstanceResponse) => void): Promise<InquiryPriceUpgradeDBInstanceResponse>;
|
|
121
121
|
/**
|
|
@@ -190,7 +190,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
190
190
|
return this.request("ModifyDBInstanceName", req, cb);
|
|
191
191
|
}
|
|
192
192
|
/**
|
|
193
|
-
* 本接口(InquiryPriceUpgradeDBInstance
|
|
193
|
+
* 本接口(InquiryPriceUpgradeDBInstance)用于查询升级实例的价格。只支持按量计费实例。
|
|
194
194
|
*/
|
|
195
195
|
async InquiryPriceUpgradeDBInstance(req, cb) {
|
|
196
196
|
return this.request("InquiryPriceUpgradeDBInstance", req, cb);
|
|
@@ -306,6 +306,26 @@ export interface CreateInstancesRequest {
|
|
|
306
306
|
* 使用KMS服务的地域,KMSRegion为空默认使用本地域的KMS,本地域不支持的情况下需自选其他KMS支持的地域。
|
|
307
307
|
*/
|
|
308
308
|
KMSRegion?: string;
|
|
309
|
+
/**
|
|
310
|
+
* 数据库引擎,支持:
|
|
311
|
+
1、postgresql(云数据库PostgreSQL);
|
|
312
|
+
2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
|
|
313
|
+
如不指定默认使用postgresql。
|
|
314
|
+
*/
|
|
315
|
+
DBEngine?: string;
|
|
316
|
+
/**
|
|
317
|
+
* 数据库引擎的配置信息,配置格式如下:
|
|
318
|
+
{"$key1":"$value1", "$key2":"$value2"}
|
|
319
|
+
|
|
320
|
+
各引擎支持如下:
|
|
321
|
+
1、mssql_compatible引擎:
|
|
322
|
+
migrationMode:数据库模式,可选参数,可取值:single-db(单数据库模式),multi-db(多数据库模式)。默认为single-db。
|
|
323
|
+
defaultLocale:排序区域规则,可选参数,在初始化后不可修改,默认为en_US,可选值如下:
|
|
324
|
+
"af_ZA", "sq_AL", "ar_DZ", "ar_BH", "ar_EG", "ar_IQ", "ar_JO", "ar_KW", "ar_LB", "ar_LY", "ar_MA", "ar_OM", "ar_QA", "ar_SA", "ar_SY", "ar_TN", "ar_AE", "ar_YE", "hy_AM", "az_Cyrl_AZ", "az_Latn_AZ", "eu_ES", "be_BY", "bg_BG", "ca_ES", "zh_HK", "zh_MO", "zh_CN", "zh_SG", "zh_TW", "hr_HR", "cs_CZ", "da_DK", "nl_BE", "nl_NL", "en_AU", "en_BZ", "en_CA", "en_IE", "en_JM", "en_NZ", "en_PH", "en_ZA", "en_TT", "en_GB", "en_US", "en_ZW", "et_EE", "fo_FO", "fa_IR", "fi_FI", "fr_BE", "fr_CA", "fr_FR", "fr_LU", "fr_MC", "fr_CH", "mk_MK", "ka_GE", "de_AT", "de_DE", "de_LI", "de_LU", "de_CH", "el_GR", "gu_IN", "he_IL", "hi_IN", "hu_HU", "is_IS", "id_ID", "it_IT", "it_CH", "ja_JP", "kn_IN", "kok_IN", "ko_KR", "ky_KG", "lv_LV", "lt_LT", "ms_BN", "ms_MY", "mr_IN", "mn_MN", "nb_NO", "nn_NO", "pl_PL", "pt_BR", "pt_PT", "pa_IN", "ro_RO", "ru_RU", "sa_IN", "sr_Cyrl_RS", "sr_Latn_RS", "sk_SK", "sl_SI", "es_AR", "es_BO", "es_CL", "es_CO", "es_CR", "es_DO", "es_EC", "es_SV", "es_GT", "es_HN", "es_MX", "es_NI", "es_PA", "es_PY","es_PE", "es_PR", "es_ES", "es_TRADITIONAL", "es_UY", "es_VE", "sw_KE", "sv_FI", "sv_SE", "tt_RU", "te_IN", "th_TH", "tr_TR", "uk_UA", "ur_IN", "ur_PK", "uz_Cyrl_UZ", "uz_Latn_UZ", "vi_VN"。
|
|
325
|
+
serverCollationName:排序规则名称,可选参数,在初始化后不可修改,默认为sql_latin1_general_cp1_ci_as,可选值如下:
|
|
326
|
+
"bbf_unicode_general_ci_as", "bbf_unicode_cp1_ci_as", "bbf_unicode_CP1250_ci_as", "bbf_unicode_CP1251_ci_as", "bbf_unicode_cp1253_ci_as", "bbf_unicode_cp1254_ci_as", "bbf_unicode_cp1255_ci_as", "bbf_unicode_cp1256_ci_as", "bbf_unicode_cp1257_ci_as", "bbf_unicode_cp1258_ci_as", "bbf_unicode_cp874_ci_as", "sql_latin1_general_cp1250_ci_as", "sql_latin1_general_cp1251_ci_as", "sql_latin1_general_cp1_ci_as", "sql_latin1_general_cp1253_ci_as", "sql_latin1_general_cp1254_ci_as", "sql_latin1_general_cp1255_ci_as","sql_latin1_general_cp1256_ci_as", "sql_latin1_general_cp1257_ci_as", "sql_latin1_general_cp1258_ci_as", "chinese_prc_ci_as", "cyrillic_general_ci_as", "finnish_swedish_ci_as", "french_ci_as", "japanese_ci_as", "korean_wansung_ci_as", "latin1_general_ci_as", "modern_spanish_ci_as", "polish_ci_as", "thai_ci_as", "traditional_spanish_ci_as", "turkish_ci_as", "ukrainian_ci_as", "vietnamese_ci_as"。
|
|
327
|
+
*/
|
|
328
|
+
DBEngineConfig?: string;
|
|
309
329
|
}
|
|
310
330
|
/**
|
|
311
331
|
* 描述一种规格的信息
|
|
@@ -344,7 +364,7 @@ export interface SpecItemInfo {
|
|
|
344
364
|
*/
|
|
345
365
|
Qps: number;
|
|
346
366
|
/**
|
|
347
|
-
*
|
|
367
|
+
* 【该字段废弃】
|
|
348
368
|
*/
|
|
349
369
|
Pid: number;
|
|
350
370
|
/**
|
|
@@ -619,6 +639,13 @@ export interface DescribeProductConfigRequest {
|
|
|
619
639
|
* 可用区名称
|
|
620
640
|
*/
|
|
621
641
|
Zone?: string;
|
|
642
|
+
/**
|
|
643
|
+
* 数据库引擎,支持:
|
|
644
|
+
1、postgresql(云数据库PostgreSQL);
|
|
645
|
+
2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
|
|
646
|
+
如不指定默认使用postgresql。
|
|
647
|
+
*/
|
|
648
|
+
DBEngine?: string;
|
|
622
649
|
}
|
|
623
650
|
/**
|
|
624
651
|
* InitDBInstances返回参数结构体
|
|
@@ -816,13 +843,25 @@ export interface InquiryPriceCreateDBInstancesRequest {
|
|
|
816
843
|
*/
|
|
817
844
|
Period: number;
|
|
818
845
|
/**
|
|
819
|
-
*
|
|
846
|
+
* 【弃字段,不再生效】,计费ID。该参数可以通过调用DescribeProductConfig接口的返回值中的Pid字段来获取。
|
|
820
847
|
*/
|
|
821
|
-
Pid
|
|
848
|
+
Pid?: number;
|
|
822
849
|
/**
|
|
823
850
|
* 实例计费类型。目前只支持:PREPAID(预付费,即包年包月)。
|
|
824
851
|
*/
|
|
825
852
|
InstanceChargeType?: string;
|
|
853
|
+
/**
|
|
854
|
+
* 实例类型,默认primary,支持如下:
|
|
855
|
+
primary(双机高可用(一主一从))
|
|
856
|
+
readonly(只读实例)
|
|
857
|
+
*/
|
|
858
|
+
InstanceType?: string;
|
|
859
|
+
/**
|
|
860
|
+
* DB引擎,默认postgresql,支持如下:
|
|
861
|
+
postgresql(云数据库PostgreSQL)
|
|
862
|
+
mssql_compatible(MSSQL兼容-云数据库PostgreSQL)
|
|
863
|
+
*/
|
|
864
|
+
DBEngine?: string;
|
|
826
865
|
}
|
|
827
866
|
/**
|
|
828
867
|
* 单条SlowQuery信息
|
|
@@ -938,6 +977,11 @@ export interface CloneDBInstanceResponse {
|
|
|
938
977
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
939
978
|
*/
|
|
940
979
|
BillId: string;
|
|
980
|
+
/**
|
|
981
|
+
* 克隆出的新实例ID,当前只支持后付费返回该值。
|
|
982
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
983
|
+
*/
|
|
984
|
+
DBInstanceId: string;
|
|
941
985
|
/**
|
|
942
986
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
943
987
|
*/
|
|
@@ -1060,11 +1104,11 @@ export interface OpenServerlessDBExtranetAccessResponse {
|
|
|
1060
1104
|
*/
|
|
1061
1105
|
export interface InquiryPriceCreateDBInstancesResponse {
|
|
1062
1106
|
/**
|
|
1063
|
-
*
|
|
1107
|
+
* 刊例价,单位:分
|
|
1064
1108
|
*/
|
|
1065
1109
|
OriginalPrice: number;
|
|
1066
1110
|
/**
|
|
1067
|
-
*
|
|
1111
|
+
* 折后实际付款金额,单位:分
|
|
1068
1112
|
*/
|
|
1069
1113
|
Price: number;
|
|
1070
1114
|
/**
|
|
@@ -2200,7 +2244,7 @@ export interface InquiryPriceUpgradeDBInstanceRequest {
|
|
|
2200
2244
|
*/
|
|
2201
2245
|
DBInstanceId: string;
|
|
2202
2246
|
/**
|
|
2203
|
-
*
|
|
2247
|
+
* 【废弃参数,不再生效】,实例计费类型。
|
|
2204
2248
|
*/
|
|
2205
2249
|
InstanceChargeType?: string;
|
|
2206
2250
|
}
|
|
@@ -2571,6 +2615,18 @@ export interface DBInstance {
|
|
|
2571
2615
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2572
2616
|
*/
|
|
2573
2617
|
IsSupportTDE: number;
|
|
2618
|
+
/**
|
|
2619
|
+
* 数据库引擎,支持:
|
|
2620
|
+
1、postgresql(云数据库PostgreSQL);
|
|
2621
|
+
2、mssql_compatible(MSSQL兼容-云数据库PostgreSQL);
|
|
2622
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2623
|
+
*/
|
|
2624
|
+
DBEngine: string;
|
|
2625
|
+
/**
|
|
2626
|
+
* 数据库引擎的配置信息
|
|
2627
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2628
|
+
*/
|
|
2629
|
+
DBEngineConfig: string;
|
|
2574
2630
|
}
|
|
2575
2631
|
/**
|
|
2576
2632
|
* DescribeProductConfig返回参数结构体
|
|
@@ -2744,10 +2800,6 @@ export interface CreateReadOnlyDBInstanceRequest {
|
|
|
2744
2800
|
* 售卖规格ID。该参数可以通过调用DescribeProductConfig的返回值中的SpecCode字段来获取。
|
|
2745
2801
|
*/
|
|
2746
2802
|
SpecCode: string;
|
|
2747
|
-
/**
|
|
2748
|
-
* PostgreSQL内核版本,目前强制和主实例保持一致
|
|
2749
|
-
*/
|
|
2750
|
-
DBVersion: string;
|
|
2751
2803
|
/**
|
|
2752
2804
|
* 实例容量大小,单位:GB。
|
|
2753
2805
|
*/
|
|
@@ -2773,7 +2825,11 @@ export interface CreateReadOnlyDBInstanceRequest {
|
|
|
2773
2825
|
*/
|
|
2774
2826
|
ProjectId?: number;
|
|
2775
2827
|
/**
|
|
2776
|
-
*
|
|
2828
|
+
* 【废弃】不再需要指定,内核版本号与主实例保持一致
|
|
2829
|
+
*/
|
|
2830
|
+
DBVersion?: string;
|
|
2831
|
+
/**
|
|
2832
|
+
* 实例计费类型。目前支持:PREPAID(预付费,即包年包月),POSTPAID_BY_HOUR(后付费,即按量计费)。如果主实例为后付费,只读实例必须也为后付费。
|
|
2777
2833
|
*/
|
|
2778
2834
|
InstanceChargeType?: string;
|
|
2779
2835
|
/**
|