tencentcloud-sdk-nodejs 4.0.770 → 4.0.771
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 +96 -0
- package/SERVICE_CHANGELOG.md +151 -9
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdc/v20201214/cdc_client.ts +3 -2
- package/src/services/cdc/v20201214/cdc_models.ts +65 -19
- package/src/services/cdwch/v20200915/cdwch_models.ts +7 -3
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +17 -15
- package/src/services/ess/v20201111/ess_models.ts +11 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +25 -15
- package/src/services/hai/v20230812/hai_models.ts +33 -3
- package/src/services/tcss/v20201101/tcss_client.ts +77 -25
- package/src/services/tcss/v20201101/tcss_models.ts +663 -91
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdc/v20201214/cdc_client.d.ts +2 -2
- package/tencentcloud/services/cdc/v20201214/cdc_client.js +2 -2
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +64 -19
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +7 -3
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +17 -15
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +11 -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 +25 -15
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +33 -3
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +23 -7
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +33 -9
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +653 -93
- package/test/tcss.v20201101.test.js +46 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,99 @@
|
|
|
1
|
+
# Release 4.0.771
|
|
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
|
+
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
27
|
+
|
|
28
|
+
### 第 18 次发布
|
|
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
|
|
46
|
+
|
|
47
|
+
### 第 6 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2024-01-03 01:16:14
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
修改接口:
|
|
56
|
+
|
|
57
|
+
* [DescribeApplications](https://cloud.tencent.com/document/api/1721/101609)
|
|
58
|
+
|
|
59
|
+
* 新增入参:OrderField, Order
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
修改数据结构:
|
|
63
|
+
|
|
64
|
+
* [ApplicationInfo](https://cloud.tencent.com/document/api/1721/101518#ApplicationInfo)
|
|
65
|
+
|
|
66
|
+
* 新增成员:ApplicationType, ApplicationState, CreateTime, ApplicationSize
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
72
|
+
|
|
73
|
+
### 第 58 次发布
|
|
74
|
+
|
|
75
|
+
发布时间:2024-01-03 01:24:22
|
|
76
|
+
|
|
77
|
+
本次发布包含了以下内容:
|
|
78
|
+
|
|
79
|
+
改善已有的文档。
|
|
80
|
+
|
|
81
|
+
新增接口:
|
|
82
|
+
|
|
83
|
+
* [DescribeAssetSuperNodeList](https://cloud.tencent.com/document/api/1285/102813)
|
|
84
|
+
* [DescribeClusterNodes](https://cloud.tencent.com/document/api/1285/102811)
|
|
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)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
1
97
|
# Release 4.0.770
|
|
2
98
|
|
|
3
99
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 本地专用集群(cdc) 版本:2020-12-14
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 8 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-01-01
|
|
7
|
+
发布时间:2024-01-03 01:08:25
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,21 +12,85 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeDedicatedClusterOverview](https://cloud.tencent.com/document/api/1346/73760)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增出参:HostDetailInfo, HostStandbyCount, HostNormalCount
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
新增数据结构:
|
|
21
21
|
|
|
22
|
-
* [
|
|
22
|
+
* [HostDetailInfo](https://cloud.tencent.com/document/api/1346/73770#HostDetailInfo)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
27
|
+
|
|
28
|
+
### 第 18 次发布
|
|
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
|
|
46
|
+
|
|
47
|
+
### 第 6 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2024-01-03 01:16:14
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
修改接口:
|
|
56
|
+
|
|
57
|
+
* [DescribeApplications](https://cloud.tencent.com/document/api/1721/101609)
|
|
58
|
+
|
|
59
|
+
* 新增入参:OrderField, Order
|
|
60
|
+
|
|
23
61
|
|
|
24
62
|
修改数据结构:
|
|
25
63
|
|
|
26
|
-
* [
|
|
64
|
+
* [ApplicationInfo](https://cloud.tencent.com/document/api/1721/101518#ApplicationInfo)
|
|
27
65
|
|
|
28
|
-
* 新增成员:
|
|
66
|
+
* 新增成员:ApplicationType, ApplicationState, CreateTime, ApplicationSize
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
72
|
+
|
|
73
|
+
### 第 58 次发布
|
|
74
|
+
|
|
75
|
+
发布时间:2024-01-03 01:24:22
|
|
76
|
+
|
|
77
|
+
本次发布包含了以下内容:
|
|
78
|
+
|
|
79
|
+
改善已有的文档。
|
|
80
|
+
|
|
81
|
+
新增接口:
|
|
82
|
+
|
|
83
|
+
* [DescribeAssetSuperNodeList](https://cloud.tencent.com/document/api/1285/102813)
|
|
84
|
+
* [DescribeClusterNodes](https://cloud.tencent.com/document/api/1285/102811)
|
|
85
|
+
* [DescribeSuperNodePodList](https://cloud.tencent.com/document/api/1285/102812)
|
|
86
|
+
* [DescribeUserPodList](https://cloud.tencent.com/document/api/1285/102810)
|
|
87
|
+
|
|
88
|
+
新增数据结构:
|
|
29
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)
|
|
30
94
|
|
|
31
95
|
|
|
32
96
|
|
|
@@ -18441,6 +18505,25 @@
|
|
|
18441
18505
|
|
|
18442
18506
|
## 本地专用集群(cdc) 版本:2020-12-14
|
|
18443
18507
|
|
|
18508
|
+
### 第 8 次发布
|
|
18509
|
+
|
|
18510
|
+
发布时间:2024-01-03 01:08:25
|
|
18511
|
+
|
|
18512
|
+
本次发布包含了以下内容:
|
|
18513
|
+
|
|
18514
|
+
改善已有的文档。
|
|
18515
|
+
|
|
18516
|
+
修改接口:
|
|
18517
|
+
|
|
18518
|
+
* [DescribeDedicatedClusterOverview](https://cloud.tencent.com/document/api/1346/73760)
|
|
18519
|
+
|
|
18520
|
+
* 新增出参:HostDetailInfo, HostStandbyCount, HostNormalCount
|
|
18521
|
+
|
|
18522
|
+
|
|
18523
|
+
新增数据结构:
|
|
18524
|
+
|
|
18525
|
+
* [[HostDetailInfo](https://cloud.tencent.com/document/api/1346/73770#HostDetailInfo)](https://cloud.tencent.com/document/api/1346/73770#[HostDetailInfo](https://cloud.tencent.com/document/api/1346/73770#HostDetailInfo))
|
|
18526
|
+
|
|
18444
18527
|
### 第 7 次发布
|
|
18445
18528
|
|
|
18446
18529
|
发布时间:2023-09-12 01:18:51
|
|
@@ -21410,6 +21493,21 @@
|
|
|
21410
21493
|
|
|
21411
21494
|
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
21412
21495
|
|
|
21496
|
+
### 第 18 次发布
|
|
21497
|
+
|
|
21498
|
+
发布时间:2024-01-03 01:08:49
|
|
21499
|
+
|
|
21500
|
+
本次发布包含了以下内容:
|
|
21501
|
+
|
|
21502
|
+
改善已有的文档。
|
|
21503
|
+
|
|
21504
|
+
修改接口:
|
|
21505
|
+
|
|
21506
|
+
* [DescribeSpec](https://cloud.tencent.com/document/api/1299/83510)
|
|
21507
|
+
|
|
21508
|
+
* 新增入参:CaseType
|
|
21509
|
+
|
|
21510
|
+
|
|
21413
21511
|
### 第 17 次发布
|
|
21414
21512
|
|
|
21415
21513
|
发布时间:2023-09-08 01:20:53
|
|
@@ -67111,6 +67209,28 @@
|
|
|
67111
67209
|
|
|
67112
67210
|
## 高性能应用服务(hai) 版本:2023-08-12
|
|
67113
67211
|
|
|
67212
|
+
### 第 6 次发布
|
|
67213
|
+
|
|
67214
|
+
发布时间:2024-01-03 01:16:14
|
|
67215
|
+
|
|
67216
|
+
本次发布包含了以下内容:
|
|
67217
|
+
|
|
67218
|
+
改善已有的文档。
|
|
67219
|
+
|
|
67220
|
+
修改接口:
|
|
67221
|
+
|
|
67222
|
+
* [DescribeApplications](https://cloud.tencent.com/document/api/1721/101609)
|
|
67223
|
+
|
|
67224
|
+
* 新增入参:OrderField, Order
|
|
67225
|
+
|
|
67226
|
+
|
|
67227
|
+
修改数据结构:
|
|
67228
|
+
|
|
67229
|
+
* [ApplicationInfo](https://cloud.tencent.com/document/api/1721/101518#ApplicationInfo)
|
|
67230
|
+
|
|
67231
|
+
* 新增成员:ApplicationType, ApplicationState, CreateTime, ApplicationSize
|
|
67232
|
+
|
|
67233
|
+
|
|
67114
67234
|
### 第 5 次发布
|
|
67115
67235
|
|
|
67116
67236
|
发布时间:2023-12-13 01:52:48
|
|
@@ -88449,7 +88569,7 @@
|
|
|
88449
88569
|
|
|
88450
88570
|
新增数据结构:
|
|
88451
88571
|
|
|
88452
|
-
* [
|
|
88572
|
+
* [JobEventInfo](https://cloud.tencent.com/document/api/849/52010#JobEventInfo)
|
|
88453
88573
|
|
|
88454
88574
|
修改数据结构:
|
|
88455
88575
|
|
|
@@ -109061,6 +109181,28 @@
|
|
|
109061
109181
|
|
|
109062
109182
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
109063
109183
|
|
|
109184
|
+
### 第 58 次发布
|
|
109185
|
+
|
|
109186
|
+
发布时间:2024-01-03 01:24:22
|
|
109187
|
+
|
|
109188
|
+
本次发布包含了以下内容:
|
|
109189
|
+
|
|
109190
|
+
改善已有的文档。
|
|
109191
|
+
|
|
109192
|
+
新增接口:
|
|
109193
|
+
|
|
109194
|
+
* [[DescribeAssetSuperNodeList](https://cloud.tencent.com/document/api/1285/102813)](https://cloud.tencent.com/document/api/#/#)
|
|
109195
|
+
* [[DescribeClusterNodes](https://cloud.tencent.com/document/api/1285/102811)](https://cloud.tencent.com/document/api/#/#)
|
|
109196
|
+
* [[DescribeSuperNodePodList](https://cloud.tencent.com/document/api/1285/102812)](https://cloud.tencent.com/document/api/#/#)
|
|
109197
|
+
* [[DescribeUserPodList](https://cloud.tencent.com/document/api/1285/102810)](https://cloud.tencent.com/document/api/#/#)
|
|
109198
|
+
|
|
109199
|
+
新增数据结构:
|
|
109200
|
+
|
|
109201
|
+
* [[ClusterNodeInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterNodeInfo)](https://cloud.tencent.com/document/api/1285/65614#[ClusterNodeInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterNodeInfo))
|
|
109202
|
+
* [[ClusterPodInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterPodInfo)](https://cloud.tencent.com/document/api/1285/65614#[ClusterPodInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterPodInfo))
|
|
109203
|
+
* [[SuperNodeListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodeListItem)](https://cloud.tencent.com/document/api/1285/65614#[SuperNodeListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodeListItem))
|
|
109204
|
+
* [[SuperNodePodListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodePodListItem)](https://cloud.tencent.com/document/api/1285/65614#[SuperNodePodListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodePodListItem))
|
|
109205
|
+
|
|
109064
109206
|
### 第 57 次发布
|
|
109065
109207
|
|
|
109066
109208
|
发布时间:2023-12-29 01:24:30
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-12-27 01:08:57 |
|
|
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
|
-
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-01-01
|
|
44
|
+
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-01-03 01:08:25 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-27 01:17:34 |
|
|
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) |
|
|
47
|
+
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-01-03 01:08:49 |
|
|
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 |
|
|
51
|
-
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) |
|
|
51
|
+
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-01-03 01:09:01 |
|
|
52
52
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-12-29 01:10:22 |
|
|
53
53
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-08-17 01:47:49 |
|
|
54
54
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
|
|
@@ -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) |
|
|
73
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-01-03 01:11:16 |
|
|
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 |
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
88
88
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-11-29 01:53:04 |
|
|
89
89
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
90
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) |
|
|
90
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-01-03 01:14:19 |
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-12-15 19:35:27 |
|
|
92
92
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
|
|
93
93
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
|
|
@@ -95,9 +95,9 @@
|
|
|
95
95
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-12-25 00:10:01 |
|
|
98
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) |
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) |
|
|
98
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-01-03 01:15:03 |
|
|
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-03 01:15:26 |
|
|
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 |
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
|
|
110
110
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
111
111
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
112
|
-
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) |
|
|
112
|
+
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-01-03 01:16:14 |
|
|
113
113
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
114
114
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-11-01 01:14:52 |
|
|
115
115
|
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2023-11-29 01:56:24 |
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-30 04:52:16 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-21 01:48:52 |
|
|
136
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) |
|
|
136
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-01-03 01:18:19 |
|
|
137
137
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-12-19 01:53:39 |
|
|
138
138
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
139
139
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-12-01 01:19:47 |
|
|
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
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) |
|
|
149
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-01-03 01:19:35 |
|
|
150
150
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-12-08 02:10:30 |
|
|
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 |
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
199
199
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-10-09 01:23:14 |
|
|
200
200
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-12-12 02:27:39 |
|
|
201
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) |
|
|
201
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-01-03 01:24:22 |
|
|
202
202
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
203
203
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
204
204
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-12-21 02:11:13 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.771"
|
|
@@ -56,6 +56,7 @@ import {
|
|
|
56
56
|
DescribeDedicatedClusterOrdersRequest,
|
|
57
57
|
DescribeDedicatedClustersResponse,
|
|
58
58
|
HostStatistic,
|
|
59
|
+
HostDetailInfo,
|
|
59
60
|
CbsInfo,
|
|
60
61
|
ModifySiteDeviceInfoResponse,
|
|
61
62
|
CreateDedicatedClusterRequest,
|
|
@@ -200,7 +201,7 @@ export class Client extends AbstractClient {
|
|
|
200
201
|
}
|
|
201
202
|
|
|
202
203
|
/**
|
|
203
|
-
*
|
|
204
|
+
* 查询专用集群宿主机信息
|
|
204
205
|
*/
|
|
205
206
|
async DescribeDedicatedClusterHosts(
|
|
206
207
|
req: DescribeDedicatedClusterHostsRequest,
|
|
@@ -230,7 +231,7 @@ export class Client extends AbstractClient {
|
|
|
230
231
|
}
|
|
231
232
|
|
|
232
233
|
/**
|
|
233
|
-
*
|
|
234
|
+
* 查询专用集群概览信息
|
|
234
235
|
*/
|
|
235
236
|
async DescribeDedicatedClusterOverview(
|
|
236
237
|
req: DescribeDedicatedClusterOverviewRequest,
|
|
@@ -154,44 +154,44 @@ export interface DedicatedClusterType {
|
|
|
154
154
|
/**
|
|
155
155
|
* 配置id
|
|
156
156
|
*/
|
|
157
|
-
DedicatedClusterTypeId
|
|
157
|
+
DedicatedClusterTypeId?: string
|
|
158
158
|
/**
|
|
159
159
|
* 配置描述,对应描述
|
|
160
160
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
161
161
|
*/
|
|
162
|
-
Description
|
|
162
|
+
Description?: string
|
|
163
163
|
/**
|
|
164
164
|
* 配置名称,对应计算资源类型
|
|
165
165
|
*/
|
|
166
|
-
Name
|
|
166
|
+
Name?: string
|
|
167
167
|
/**
|
|
168
168
|
* 创建配置的时间
|
|
169
169
|
*/
|
|
170
|
-
CreateTime
|
|
170
|
+
CreateTime?: string
|
|
171
171
|
/**
|
|
172
172
|
* 支持的存储类型列表
|
|
173
173
|
*/
|
|
174
|
-
SupportedStorageType
|
|
174
|
+
SupportedStorageType?: Array<string>
|
|
175
175
|
/**
|
|
176
176
|
* 支持的上连交换机的链路传输速率
|
|
177
177
|
*/
|
|
178
|
-
SupportedUplinkGiB
|
|
178
|
+
SupportedUplinkGiB?: Array<number | bigint>
|
|
179
179
|
/**
|
|
180
180
|
* 支持的实例族列表
|
|
181
181
|
*/
|
|
182
|
-
SupportedInstanceFamily
|
|
182
|
+
SupportedInstanceFamily?: Array<string>
|
|
183
183
|
/**
|
|
184
184
|
* 地板承重要求(KG)
|
|
185
185
|
*/
|
|
186
|
-
Weight
|
|
186
|
+
Weight?: number
|
|
187
187
|
/**
|
|
188
188
|
* 功率要求(KW)
|
|
189
189
|
*/
|
|
190
|
-
PowerDrawKva
|
|
190
|
+
PowerDrawKva?: number
|
|
191
191
|
/**
|
|
192
|
-
*
|
|
192
|
+
* 显示计算资源规格详情,存储等资源不显示
|
|
193
193
|
*/
|
|
194
|
-
ComputeFormatDesc
|
|
194
|
+
ComputeFormatDesc?: string
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
/**
|
|
@@ -247,31 +247,46 @@ export interface DescribeDedicatedClusterOverviewResponse {
|
|
|
247
247
|
/**
|
|
248
248
|
* 云服务器数量
|
|
249
249
|
*/
|
|
250
|
-
CvmCount
|
|
250
|
+
CvmCount?: number
|
|
251
251
|
/**
|
|
252
252
|
* 宿主机数量
|
|
253
253
|
*/
|
|
254
|
-
HostCount
|
|
254
|
+
HostCount?: number
|
|
255
255
|
/**
|
|
256
256
|
* vpn通道状态
|
|
257
257
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
258
258
|
*/
|
|
259
|
-
VpnConnectionState
|
|
259
|
+
VpnConnectionState?: string
|
|
260
260
|
/**
|
|
261
261
|
* vpn网关监控数据
|
|
262
262
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
263
263
|
*/
|
|
264
|
-
VpngwBandwidthData
|
|
264
|
+
VpngwBandwidthData?: VpngwBandwidthData
|
|
265
265
|
/**
|
|
266
266
|
* 本地网关信息
|
|
267
267
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
268
268
|
*/
|
|
269
|
-
LocalNetInfo
|
|
269
|
+
LocalNetInfo?: LocalNetInfo
|
|
270
270
|
/**
|
|
271
271
|
* vpn网关通道监控数据
|
|
272
272
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
273
273
|
*/
|
|
274
|
-
VpnConnectionBandwidthData
|
|
274
|
+
VpnConnectionBandwidthData?: Array<VpngwBandwidthData>
|
|
275
|
+
/**
|
|
276
|
+
* 宿主机资源概览信息
|
|
277
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
278
|
+
*/
|
|
279
|
+
HostDetailInfo?: Array<HostDetailInfo>
|
|
280
|
+
/**
|
|
281
|
+
* 热备宿主机数量
|
|
282
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
283
|
+
*/
|
|
284
|
+
HostStandbyCount?: number
|
|
285
|
+
/**
|
|
286
|
+
* 普通宿主机数量
|
|
287
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
288
|
+
*/
|
|
289
|
+
HostNormalCount?: number
|
|
275
290
|
/**
|
|
276
291
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
277
292
|
*/
|
|
@@ -1102,6 +1117,37 @@ export interface HostStatistic {
|
|
|
1102
1117
|
NetPacketDetailData?: DetailData
|
|
1103
1118
|
}
|
|
1104
1119
|
|
|
1120
|
+
/**
|
|
1121
|
+
* 宿主机资源的概览详细信息。
|
|
1122
|
+
*/
|
|
1123
|
+
export interface HostDetailInfo {
|
|
1124
|
+
/**
|
|
1125
|
+
* 类型族
|
|
1126
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1127
|
+
*/
|
|
1128
|
+
HostTypeFamily?: string
|
|
1129
|
+
/**
|
|
1130
|
+
* 总CPU
|
|
1131
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1132
|
+
*/
|
|
1133
|
+
CpuTotal?: number
|
|
1134
|
+
/**
|
|
1135
|
+
* 可用CPU
|
|
1136
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1137
|
+
*/
|
|
1138
|
+
CpuAvailable?: number
|
|
1139
|
+
/**
|
|
1140
|
+
* 总内存
|
|
1141
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1142
|
+
*/
|
|
1143
|
+
MemTotal?: number
|
|
1144
|
+
/**
|
|
1145
|
+
* 可用内存
|
|
1146
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1147
|
+
*/
|
|
1148
|
+
MemAvailable?: number
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1105
1151
|
/**
|
|
1106
1152
|
* 购买的cbs信息
|
|
1107
1153
|
*/
|
|
@@ -1156,11 +1202,11 @@ export interface DescribeDedicatedClusterHostsResponse {
|
|
|
1156
1202
|
* 宿主机信息
|
|
1157
1203
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1158
1204
|
*/
|
|
1159
|
-
HostInfoSet
|
|
1205
|
+
HostInfoSet?: Array<HostInfo>
|
|
1160
1206
|
/**
|
|
1161
1207
|
* 宿主机总数
|
|
1162
1208
|
*/
|
|
1163
|
-
TotalCount
|
|
1209
|
+
TotalCount?: number
|
|
1164
1210
|
/**
|
|
1165
1211
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1166
1212
|
*/
|
|
@@ -271,16 +271,16 @@ export interface DescribeSpecResponse {
|
|
|
271
271
|
/**
|
|
272
272
|
* zookeeper节点规格描述
|
|
273
273
|
*/
|
|
274
|
-
CommonSpec
|
|
274
|
+
CommonSpec?: Array<ResourceSpec>
|
|
275
275
|
/**
|
|
276
276
|
* 数据节点规格描述
|
|
277
277
|
*/
|
|
278
|
-
DataSpec
|
|
278
|
+
DataSpec?: Array<ResourceSpec>
|
|
279
279
|
/**
|
|
280
280
|
* 云盘列表
|
|
281
281
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
282
282
|
*/
|
|
283
|
-
AttachCBSSpec
|
|
283
|
+
AttachCBSSpec?: Array<DiskSpec>
|
|
284
284
|
/**
|
|
285
285
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
286
286
|
*/
|
|
@@ -303,6 +303,10 @@ export interface DescribeSpecRequest {
|
|
|
303
303
|
* 是否弹性ck
|
|
304
304
|
*/
|
|
305
305
|
IsElastic?: boolean
|
|
306
|
+
/**
|
|
307
|
+
* 是否是购买页面需要的spec
|
|
308
|
+
*/
|
|
309
|
+
CaseType?: number
|
|
306
310
|
}
|
|
307
311
|
|
|
308
312
|
/**
|