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.
- package/CHANGELOG.md +136 -0
- package/SERVICE_CHANGELOG.md +51 -77
- package/package.json +1 -1
- package/products.md +9 -9
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +5 -4
- package/src/services/ams/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cdn/v20180606/cdn_models.ts +1 -1
- package/src/services/cdwch/v20200915/cdwch_client.ts +33 -19
- package/src/services/cdwch/v20200915/cdwch_models.ts +133 -18
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cii/index.ts +2 -2
- package/src/services/cwp/v20180228/cwp_models.ts +1 -1
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/mrs/v20200910/mrs_client.ts +27 -3
- package/src/services/mrs/v20200910/mrs_models.ts +136 -84
- package/src/services/oceanus/v20190422/oceanus_models.ts +4 -4
- package/src/services/organization/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tsw/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +5 -4
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +11 -7
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +15 -9
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +129 -18
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +9 -1
- package/tencentcloud/services/mrs/v20200910/mrs_client.js +12 -0
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +132 -84
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -4
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/test/cdwch.v20200915.test.js +22 -12
- package/test/mrs.v20200910.test.js +20 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,139 @@
|
|
|
1
|
+
# Release 4.0.773
|
|
2
|
+
|
|
3
|
+
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
4
|
+
|
|
5
|
+
### 第 19 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-01-04 01:08:58
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1299/102819)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/1299/83429#GroupInfo)
|
|
20
|
+
* [InstanceNode](https://cloud.tencent.com/document/api/1299/83429#InstanceNode)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
25
|
+
|
|
26
|
+
### 第 22 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2024-01-04 01:19:26
|
|
29
|
+
|
|
30
|
+
本次发布包含了以下内容:
|
|
31
|
+
|
|
32
|
+
改善已有的文档。
|
|
33
|
+
|
|
34
|
+
新增接口:
|
|
35
|
+
|
|
36
|
+
* [ImageMaskAsync](https://cloud.tencent.com/document/api/1314/102821)
|
|
37
|
+
* [ImageMaskAsyncGetResult](https://cloud.tencent.com/document/api/1314/102820)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
# Release 4.0.772
|
|
42
|
+
|
|
43
|
+
## 本地专用集群(cdc) 版本:2020-12-14
|
|
44
|
+
|
|
45
|
+
### 第 8 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2024-01-03 01:08:25
|
|
48
|
+
|
|
49
|
+
本次发布包含了以下内容:
|
|
50
|
+
|
|
51
|
+
改善已有的文档。
|
|
52
|
+
|
|
53
|
+
修改接口:
|
|
54
|
+
|
|
55
|
+
* [DescribeDedicatedClusterOverview](https://cloud.tencent.com/document/api/1346/73760)
|
|
56
|
+
|
|
57
|
+
* 新增出参:HostDetailInfo, HostStandbyCount, HostNormalCount
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
新增数据结构:
|
|
61
|
+
|
|
62
|
+
* [HostDetailInfo](https://cloud.tencent.com/document/api/1346/73770#HostDetailInfo)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
67
|
+
|
|
68
|
+
### 第 18 次发布
|
|
69
|
+
|
|
70
|
+
发布时间:2024-01-03 01:08:49
|
|
71
|
+
|
|
72
|
+
本次发布包含了以下内容:
|
|
73
|
+
|
|
74
|
+
改善已有的文档。
|
|
75
|
+
|
|
76
|
+
修改接口:
|
|
77
|
+
|
|
78
|
+
* [DescribeSpec](https://cloud.tencent.com/document/api/1299/83510)
|
|
79
|
+
|
|
80
|
+
* 新增入参:CaseType
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
## 高性能应用服务(hai) 版本:2023-08-12
|
|
86
|
+
|
|
87
|
+
### 第 6 次发布
|
|
88
|
+
|
|
89
|
+
发布时间:2024-01-03 01:16:14
|
|
90
|
+
|
|
91
|
+
本次发布包含了以下内容:
|
|
92
|
+
|
|
93
|
+
改善已有的文档。
|
|
94
|
+
|
|
95
|
+
修改接口:
|
|
96
|
+
|
|
97
|
+
* [DescribeApplications](https://cloud.tencent.com/document/api/1721/101609)
|
|
98
|
+
|
|
99
|
+
* 新增入参:OrderField, Order
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
修改数据结构:
|
|
103
|
+
|
|
104
|
+
* [ApplicationInfo](https://cloud.tencent.com/document/api/1721/101518#ApplicationInfo)
|
|
105
|
+
|
|
106
|
+
* 新增成员:ApplicationType, ApplicationState, CreateTime, ApplicationSize
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
112
|
+
|
|
113
|
+
### 第 58 次发布
|
|
114
|
+
|
|
115
|
+
发布时间:2024-01-03 01:24:22
|
|
116
|
+
|
|
117
|
+
本次发布包含了以下内容:
|
|
118
|
+
|
|
119
|
+
改善已有的文档。
|
|
120
|
+
|
|
121
|
+
新增接口:
|
|
122
|
+
|
|
123
|
+
* [DescribeAssetSuperNodeList](https://cloud.tencent.com/document/api/1285/102813)
|
|
124
|
+
* [DescribeClusterNodes](https://cloud.tencent.com/document/api/1285/102811)
|
|
125
|
+
* [DescribeSuperNodePodList](https://cloud.tencent.com/document/api/1285/102812)
|
|
126
|
+
* [DescribeUserPodList](https://cloud.tencent.com/document/api/1285/102810)
|
|
127
|
+
|
|
128
|
+
新增数据结构:
|
|
129
|
+
|
|
130
|
+
* [ClusterNodeInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterNodeInfo)
|
|
131
|
+
* [ClusterPodInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterPodInfo)
|
|
132
|
+
* [SuperNodeListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodeListItem)
|
|
133
|
+
* [SuperNodePodListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodePodListItem)
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
1
137
|
# Release 4.0.771
|
|
2
138
|
|
|
3
139
|
## 本地专用集群(cdc) 版本:2020-12-14
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,78 +1,31 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
## 本地专用集群(cdc) 版本:2020-12-14
|
|
4
|
-
|
|
5
|
-
### 第 8 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-01-03 01:08:25
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [DescribeDedicatedClusterOverview](https://cloud.tencent.com/document/api/1346/73760)
|
|
16
|
-
|
|
17
|
-
* 新增出参:HostDetailInfo, HostStandbyCount, HostNormalCount
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
新增数据结构:
|
|
21
|
-
|
|
22
|
-
* [HostDetailInfo](https://cloud.tencent.com/document/api/1346/73770#HostDetailInfo)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
3
|
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
27
4
|
|
|
28
|
-
### 第
|
|
29
|
-
|
|
30
|
-
发布时间:2024-01-03 01:08:49
|
|
31
|
-
|
|
32
|
-
本次发布包含了以下内容:
|
|
33
|
-
|
|
34
|
-
改善已有的文档。
|
|
35
|
-
|
|
36
|
-
修改接口:
|
|
37
|
-
|
|
38
|
-
* [DescribeSpec](https://cloud.tencent.com/document/api/1299/83510)
|
|
39
|
-
|
|
40
|
-
* 新增入参:CaseType
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
## 高性能应用服务(hai) 版本:2023-08-12
|
|
5
|
+
### 第 19 次发布
|
|
46
6
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
发布时间:2024-01-03 01:16:14
|
|
7
|
+
发布时间:2024-01-04 01:08:58
|
|
50
8
|
|
|
51
9
|
本次发布包含了以下内容:
|
|
52
10
|
|
|
53
11
|
改善已有的文档。
|
|
54
12
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
* [DescribeApplications](https://cloud.tencent.com/document/api/1721/101609)
|
|
58
|
-
|
|
59
|
-
* 新增入参:OrderField, Order
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
修改数据结构:
|
|
13
|
+
新增接口:
|
|
63
14
|
|
|
64
|
-
* [
|
|
15
|
+
* [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1299/102819)
|
|
65
16
|
|
|
66
|
-
|
|
17
|
+
新增数据结构:
|
|
67
18
|
|
|
19
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/1299/83429#GroupInfo)
|
|
20
|
+
* [InstanceNode](https://cloud.tencent.com/document/api/1299/83429#InstanceNode)
|
|
68
21
|
|
|
69
22
|
|
|
70
23
|
|
|
71
|
-
##
|
|
24
|
+
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
72
25
|
|
|
73
|
-
### 第
|
|
26
|
+
### 第 22 次发布
|
|
74
27
|
|
|
75
|
-
发布时间:2024-01-
|
|
28
|
+
发布时间:2024-01-04 01:19:26
|
|
76
29
|
|
|
77
30
|
本次发布包含了以下内容:
|
|
78
31
|
|
|
@@ -80,17 +33,8 @@
|
|
|
80
33
|
|
|
81
34
|
新增接口:
|
|
82
35
|
|
|
83
|
-
* [
|
|
84
|
-
* [
|
|
85
|
-
* [DescribeSuperNodePodList](https://cloud.tencent.com/document/api/1285/102812)
|
|
86
|
-
* [DescribeUserPodList](https://cloud.tencent.com/document/api/1285/102810)
|
|
87
|
-
|
|
88
|
-
新增数据结构:
|
|
89
|
-
|
|
90
|
-
* [ClusterNodeInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterNodeInfo)
|
|
91
|
-
* [ClusterPodInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterPodInfo)
|
|
92
|
-
* [SuperNodeListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodeListItem)
|
|
93
|
-
* [SuperNodePodListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodePodListItem)
|
|
36
|
+
* [ImageMaskAsync](https://cloud.tencent.com/document/api/1314/102821)
|
|
37
|
+
* [ImageMaskAsyncGetResult](https://cloud.tencent.com/document/api/1314/102820)
|
|
94
38
|
|
|
95
39
|
|
|
96
40
|
|
|
@@ -18522,7 +18466,7 @@
|
|
|
18522
18466
|
|
|
18523
18467
|
新增数据结构:
|
|
18524
18468
|
|
|
18525
|
-
* [
|
|
18469
|
+
* [HostDetailInfo](https://cloud.tencent.com/document/api/1346/73770#HostDetailInfo)
|
|
18526
18470
|
|
|
18527
18471
|
### 第 7 次发布
|
|
18528
18472
|
|
|
@@ -21493,6 +21437,23 @@
|
|
|
21493
21437
|
|
|
21494
21438
|
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
21495
21439
|
|
|
21440
|
+
### 第 19 次发布
|
|
21441
|
+
|
|
21442
|
+
发布时间:2024-01-04 01:08:58
|
|
21443
|
+
|
|
21444
|
+
本次发布包含了以下内容:
|
|
21445
|
+
|
|
21446
|
+
改善已有的文档。
|
|
21447
|
+
|
|
21448
|
+
新增接口:
|
|
21449
|
+
|
|
21450
|
+
* [[DescribeInstanceNodes](https://cloud.tencent.com/document/api/1299/102819)](https://cloud.tencent.com/document/api/#/#)
|
|
21451
|
+
|
|
21452
|
+
新增数据结构:
|
|
21453
|
+
|
|
21454
|
+
* [[GroupInfo](https://cloud.tencent.com/document/api/1299/83429#GroupInfo)](https://cloud.tencent.com/document/api/1299/83429#[GroupInfo](https://cloud.tencent.com/document/api/1299/83429#GroupInfo))
|
|
21455
|
+
* [[InstanceNode](https://cloud.tencent.com/document/api/1299/83429#InstanceNode)](https://cloud.tencent.com/document/api/1299/83429#[InstanceNode](https://cloud.tencent.com/document/api/1299/83429#InstanceNode))
|
|
21456
|
+
|
|
21496
21457
|
### 第 18 次发布
|
|
21497
21458
|
|
|
21498
21459
|
发布时间:2024-01-03 01:08:49
|
|
@@ -86745,6 +86706,19 @@
|
|
|
86745
86706
|
|
|
86746
86707
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
86747
86708
|
|
|
86709
|
+
### 第 22 次发布
|
|
86710
|
+
|
|
86711
|
+
发布时间:2024-01-04 01:19:26
|
|
86712
|
+
|
|
86713
|
+
本次发布包含了以下内容:
|
|
86714
|
+
|
|
86715
|
+
改善已有的文档。
|
|
86716
|
+
|
|
86717
|
+
新增接口:
|
|
86718
|
+
|
|
86719
|
+
* [[ImageMaskAsync](https://cloud.tencent.com/document/api/1314/102821)](https://cloud.tencent.com/document/api/#/#)
|
|
86720
|
+
* [[ImageMaskAsyncGetResult](https://cloud.tencent.com/document/api/1314/102820)](https://cloud.tencent.com/document/api/#/#)
|
|
86721
|
+
|
|
86748
86722
|
### 第 21 次发布
|
|
86749
86723
|
|
|
86750
86724
|
发布时间:2023-12-08 02:10:30
|
|
@@ -109191,17 +109165,17 @@
|
|
|
109191
109165
|
|
|
109192
109166
|
新增接口:
|
|
109193
109167
|
|
|
109194
|
-
* [
|
|
109195
|
-
* [
|
|
109196
|
-
* [
|
|
109197
|
-
* [
|
|
109168
|
+
* [DescribeAssetSuperNodeList](https://cloud.tencent.com/document/api/1285/102813)
|
|
109169
|
+
* [DescribeClusterNodes](https://cloud.tencent.com/document/api/1285/102811)
|
|
109170
|
+
* [DescribeSuperNodePodList](https://cloud.tencent.com/document/api/1285/102812)
|
|
109171
|
+
* [DescribeUserPodList](https://cloud.tencent.com/document/api/1285/102810)
|
|
109198
109172
|
|
|
109199
109173
|
新增数据结构:
|
|
109200
109174
|
|
|
109201
|
-
* [
|
|
109202
|
-
* [
|
|
109203
|
-
* [
|
|
109204
|
-
* [
|
|
109175
|
+
* [ClusterNodeInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterNodeInfo)
|
|
109176
|
+
* [ClusterPodInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterPodInfo)
|
|
109177
|
+
* [SuperNodeListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodeListItem)
|
|
109178
|
+
* [SuperNodePodListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodePodListItem)
|
|
109205
109179
|
|
|
109206
109180
|
### 第 57 次发布
|
|
109207
109181
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-09-14 01:05:50 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2023-11-21 01:06:07 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-09-07 01:06:21 |
|
|
9
|
-
| aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) |
|
|
9
|
+
| aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2024-01-04 01:06:10 |
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-12-22 01:06:11 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-12-22 01:08:08 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-01-01 00:03:28 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-01-03 01:08:25 |
|
|
45
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) |
|
|
45
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-01-04 01:08:41 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
47
|
-
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-01-
|
|
47
|
+
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-01-04 01:08:58 |
|
|
48
48
|
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-01-01 00:04:17 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-12-15 19:11:22 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-11-24 01:09:00 |
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-12-29 01:11:43 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
72
72
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-01-01 00:06:04 |
|
|
73
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-01-
|
|
73
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-01-04 01:11:00 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
75
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-12-15 19:25:23 |
|
|
76
76
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-11-17 01:12:46 |
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-12-25 00:10:01 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-01-03 01:15:03 |
|
|
99
99
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-01-03 01:15:11 |
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-01-
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-01-04 01:14:57 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-27 01:19:47 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-12-25 00:11:01 |
|
|
@@ -147,13 +147,13 @@
|
|
|
147
147
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-12-27 01:26:46 |
|
|
148
148
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-12-27 01:26:59 |
|
|
149
149
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-01-03 01:19:35 |
|
|
150
|
-
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) |
|
|
150
|
+
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-01-04 01:19:26 |
|
|
151
151
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-12-05 02:07:42 |
|
|
152
152
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
|
|
153
153
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
154
154
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
155
155
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
156
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-01-01
|
|
156
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-01-04 01:19:42 |
|
|
157
157
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-12-21 01:56:34 |
|
|
158
158
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-12-28 01:21:09 |
|
|
159
159
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-12-25 00:15:53 |
|
|
@@ -217,10 +217,10 @@
|
|
|
217
217
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-12-26 01:27:04 |
|
|
218
218
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
219
219
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-01-01 00:20:49 |
|
|
220
|
-
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) |
|
|
220
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-01-04 01:25:25 |
|
|
221
221
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
|
|
222
222
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
223
|
-
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) |
|
|
223
|
+
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-01-04 01:25:28 |
|
|
224
224
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-12-29 01:27:21 |
|
|
225
225
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
226
226
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-12-15 20:34:23 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.773"
|
|
@@ -87,7 +87,7 @@ Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
|
|
|
87
87
|
Styles?: Array<string>
|
|
88
88
|
/**
|
|
89
89
|
* 生成图结果的配置,包括输出图片分辨率和尺寸等。
|
|
90
|
-
支持生成以下分辨率的图片:768:768(1:1)、768:1024(3:4)、1024:768(4:3
|
|
90
|
+
支持生成以下分辨率的图片:origin(与输入图分辨率一致)、768:768(1:1)、768:1024(3:4)、1024:768(4:3),不传默认使用origin。
|
|
91
91
|
*/
|
|
92
92
|
ResultConfig?: ResultConfig
|
|
93
93
|
/**
|
|
@@ -105,7 +105,8 @@ Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
|
|
|
105
105
|
LogoParam?: LogoParam
|
|
106
106
|
/**
|
|
107
107
|
* 生成自由度。
|
|
108
|
-
Strength
|
|
108
|
+
Strength 值越小,生成图和原图越接近,取值范围0 - 1,不传使用模型内置的默认值。
|
|
109
|
+
推荐的取值范围为0.6 - 0.8。
|
|
109
110
|
*/
|
|
110
111
|
Strength?: number
|
|
111
112
|
/**
|
|
@@ -143,9 +144,9 @@ export interface ResultConfig {
|
|
|
143
144
|
/**
|
|
144
145
|
* 生成图分辨率
|
|
145
146
|
|
|
146
|
-
智能文生图支持生成以下分辨率的图片: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
|
|
147
|
+
智能文生图支持生成以下分辨率的图片: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
|
|
147
148
|
|
|
148
|
-
智能图生图支持生成以下分辨率的图片:768:768(1:1)、768:1024(3:4)、1024:768(4:3
|
|
149
|
+
智能图生图支持生成以下分辨率的图片:origin(与输入图分辨率一致)、768:768(1:1)、768:1024(3:4)、1024:768(4:3),不传默认使用origin,如果指定生成的长宽比与输入图长宽比差异过大可能导致图片内容被裁剪
|
|
149
150
|
*/
|
|
150
151
|
Resolution?: string
|
|
151
152
|
}
|
|
@@ -21,10 +21,10 @@ import {
|
|
|
21
21
|
DescribeInstanceShardsRequest,
|
|
22
22
|
ScaleOutInstanceRequest,
|
|
23
23
|
ScaleOutInstanceResponse,
|
|
24
|
-
|
|
24
|
+
DescribeInstancesNewResponse,
|
|
25
25
|
DatabasePrivilegeInfo,
|
|
26
26
|
DescribeInstanceKeyValConfigsRequest,
|
|
27
|
-
|
|
27
|
+
DescribeInstanceNodesRequest,
|
|
28
28
|
Charge,
|
|
29
29
|
DescribeClusterConfigsResponse,
|
|
30
30
|
ActionAlterCkUserRequest,
|
|
@@ -41,6 +41,7 @@ import {
|
|
|
41
41
|
OpenBackUpRequest,
|
|
42
42
|
ModifyInstanceKeyValConfigsResponse,
|
|
43
43
|
BackupTableContent,
|
|
44
|
+
OpenBackUpResponse,
|
|
44
45
|
CreateInstanceNewResponse,
|
|
45
46
|
ConfigSubmitContext,
|
|
46
47
|
InstanceStateInfo,
|
|
@@ -52,6 +53,7 @@ import {
|
|
|
52
53
|
DescribeBackUpJobDetailResponse,
|
|
53
54
|
ModifyClusterConfigsRequest,
|
|
54
55
|
ScaleUpInstanceRequest,
|
|
56
|
+
GroupInfo,
|
|
55
57
|
DescribeInstanceKeyValConfigsResponse,
|
|
56
58
|
ServiceInfo,
|
|
57
59
|
MapConfigItem,
|
|
@@ -61,7 +63,7 @@ import {
|
|
|
61
63
|
DescribeInstancesNewRequest,
|
|
62
64
|
DeleteBackUpDataResponse,
|
|
63
65
|
ModifyInstanceKeyValConfigsRequest,
|
|
64
|
-
|
|
66
|
+
DescribeInstanceNodesResponse,
|
|
65
67
|
Tag,
|
|
66
68
|
BackUpJobDisplay,
|
|
67
69
|
DescribeClusterConfigsRequest,
|
|
@@ -73,9 +75,11 @@ import {
|
|
|
73
75
|
DescribeInstanceResponse,
|
|
74
76
|
DescribeBackUpJobResponse,
|
|
75
77
|
DescribeInstanceClustersRequest,
|
|
78
|
+
ResizeDiskRequest,
|
|
76
79
|
DescribeInstanceStateRequest,
|
|
77
80
|
NodesSummary,
|
|
78
81
|
DescribeInstanceShardsResponse,
|
|
82
|
+
InstanceNode,
|
|
79
83
|
InstanceConfigInfo,
|
|
80
84
|
DescribeBackUpJobDetailRequest,
|
|
81
85
|
CreateBackUpScheduleRequest,
|
|
@@ -144,6 +148,16 @@ export class Client extends AbstractClient {
|
|
|
144
148
|
return this.request("DescribeInstanceKeyValConfigs", req, cb)
|
|
145
149
|
}
|
|
146
150
|
|
|
151
|
+
/**
|
|
152
|
+
* 开启或者关闭策略
|
|
153
|
+
*/
|
|
154
|
+
async OpenBackUp(
|
|
155
|
+
req: OpenBackUpRequest,
|
|
156
|
+
cb?: (error: string, rep: OpenBackUpResponse) => void
|
|
157
|
+
): Promise<OpenBackUpResponse> {
|
|
158
|
+
return this.request("OpenBackUp", req, cb)
|
|
159
|
+
}
|
|
160
|
+
|
|
147
161
|
/**
|
|
148
162
|
* KV模式修改配置接口
|
|
149
163
|
*/
|
|
@@ -214,16 +228,6 @@ export class Client extends AbstractClient {
|
|
|
214
228
|
return this.request("DeleteBackUpData", req, cb)
|
|
215
229
|
}
|
|
216
230
|
|
|
217
|
-
/**
|
|
218
|
-
* 在集群配置页面修改集群配置文件接口,xml模式
|
|
219
|
-
*/
|
|
220
|
-
async ModifyClusterConfigs(
|
|
221
|
-
req: ModifyClusterConfigsRequest,
|
|
222
|
-
cb?: (error: string, rep: ModifyClusterConfigsResponse) => void
|
|
223
|
-
): Promise<ModifyClusterConfigsResponse> {
|
|
224
|
-
return this.request("ModifyClusterConfigs", req, cb)
|
|
225
|
-
}
|
|
226
|
-
|
|
227
231
|
/**
|
|
228
232
|
* 新增和修改用户接口
|
|
229
233
|
*/
|
|
@@ -255,13 +259,13 @@ export class Client extends AbstractClient {
|
|
|
255
259
|
}
|
|
256
260
|
|
|
257
261
|
/**
|
|
258
|
-
*
|
|
262
|
+
* 在集群配置页面修改集群配置文件接口,xml模式
|
|
259
263
|
*/
|
|
260
|
-
async
|
|
261
|
-
req:
|
|
262
|
-
cb?: (error: string, rep:
|
|
263
|
-
): Promise<
|
|
264
|
-
return this.request("
|
|
264
|
+
async ModifyClusterConfigs(
|
|
265
|
+
req: ModifyClusterConfigsRequest,
|
|
266
|
+
cb?: (error: string, rep: ModifyClusterConfigsResponse) => void
|
|
267
|
+
): Promise<ModifyClusterConfigsResponse> {
|
|
268
|
+
return this.request("ModifyClusterConfigs", req, cb)
|
|
265
269
|
}
|
|
266
270
|
|
|
267
271
|
/**
|
|
@@ -344,6 +348,16 @@ export class Client extends AbstractClient {
|
|
|
344
348
|
return this.request("DescribeInstance", req, cb)
|
|
345
349
|
}
|
|
346
350
|
|
|
351
|
+
/**
|
|
352
|
+
* 获取实例节点信息列表
|
|
353
|
+
*/
|
|
354
|
+
async DescribeInstanceNodes(
|
|
355
|
+
req: DescribeInstanceNodesRequest,
|
|
356
|
+
cb?: (error: string, rep: DescribeInstanceNodesResponse) => void
|
|
357
|
+
): Promise<DescribeInstanceNodesResponse> {
|
|
358
|
+
return this.request("DescribeInstanceNodes", req, cb)
|
|
359
|
+
}
|
|
360
|
+
|
|
347
361
|
/**
|
|
348
362
|
* 针对集群账号的权限做管控(新版)
|
|
349
363
|
*/
|