tencentcloud-sdk-nodejs 4.0.788 → 4.0.789
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 +119 -0
- package/SERVICE_CHANGELOG.md +225 -2
- package/package.json +1 -1
- package/products.md +10 -9
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +1 -1
- package/src/services/emr/v20190103/emr_models.ts +34 -29
- package/src/services/index.ts +1 -0
- package/src/services/mongodb/v20190725/mongodb_models.ts +5 -0
- package/src/services/monitor/v20180724/monitor_models.ts +2 -4
- package/src/services/redis/v20180412/redis_models.ts +25 -11
- package/src/services/ssl/v20191205/ssl_models.ts +9 -0
- package/src/services/svp/index.ts +5 -0
- package/src/services/svp/v20240125/index.ts +6 -0
- package/src/services/svp/v20240125/svp_client.ts +40 -0
- package/src/services/svp/v20240125/svp_models.ts +72 -0
- package/src/services/teo/v20220901/teo_client.ts +32 -18
- package/src/services/teo/v20220901/teo_models.ts +172 -77
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +34 -29
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +5 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -4
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +25 -11
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +9 -0
- package/tencentcloud/services/svp/index.d.ts +6 -0
- package/tencentcloud/services/svp/index.js +7 -0
- package/tencentcloud/services/svp/v20240125/index.d.ts +6 -0
- package/tencentcloud/services/svp/v20240125/index.js +9 -0
- package/tencentcloud/services/svp/v20240125/svp_client.d.ts +14 -0
- package/tencentcloud/services/svp/v20240125/svp_client.js +37 -0
- package/tencentcloud/services/svp/v20240125/svp_models.d.ts +54 -0
- package/tencentcloud/services/svp/v20240125/svp_models.js +18 -0
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +9 -5
- package/tencentcloud/services/teo/v20220901/teo_client.js +12 -6
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +168 -77
- package/test/svp.v20240125.test.js +31 -0
- package/test/teo.v20220901.test.js +14 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,122 @@
|
|
|
1
|
+
# Release 4.0.789
|
|
2
|
+
|
|
3
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
4
|
+
|
|
5
|
+
### 第 58 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-01-29 01:13:24
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [EmrListInstance](https://cloud.tencent.com/document/api/589/33981#EmrListInstance)
|
|
16
|
+
|
|
17
|
+
* 新增成员:IsDedicatedCluster
|
|
18
|
+
|
|
19
|
+
* <font color="#dd0000">**修改成员**:</font>IsSupportOutsideCluster
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
25
|
+
|
|
26
|
+
### 第 34 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2024-01-29 01:17:07
|
|
29
|
+
|
|
30
|
+
本次发布包含了以下内容:
|
|
31
|
+
|
|
32
|
+
改善已有的文档。
|
|
33
|
+
|
|
34
|
+
修改数据结构:
|
|
35
|
+
|
|
36
|
+
* [InstanceDetail](https://cloud.tencent.com/document/api/240/38576#InstanceDetail)
|
|
37
|
+
|
|
38
|
+
* 新增成员:ZoneList
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## 云数据库Redis(redis) 版本:2018-04-12
|
|
48
|
+
|
|
49
|
+
### 第 70 次发布
|
|
50
|
+
|
|
51
|
+
发布时间:2024-01-29 01:18:51
|
|
52
|
+
|
|
53
|
+
本次发布包含了以下内容:
|
|
54
|
+
|
|
55
|
+
改善已有的文档。
|
|
56
|
+
|
|
57
|
+
修改数据结构:
|
|
58
|
+
|
|
59
|
+
* [InstanceClusterShard](https://cloud.tencent.com/document/api/239/20022#InstanceClusterShard)
|
|
60
|
+
|
|
61
|
+
* 新增成员:RunId
|
|
62
|
+
|
|
63
|
+
* [InstanceSet](https://cloud.tencent.com/document/api/239/20022#InstanceSet)
|
|
64
|
+
|
|
65
|
+
* 新增成员:IPv6
|
|
66
|
+
|
|
67
|
+
* [Instances](https://cloud.tencent.com/document/api/239/20022#Instances)
|
|
68
|
+
|
|
69
|
+
* 新增成员:IPv6
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
75
|
+
|
|
76
|
+
### 第 53 次发布
|
|
77
|
+
|
|
78
|
+
发布时间:2024-01-29 01:19:48
|
|
79
|
+
|
|
80
|
+
本次发布包含了以下内容:
|
|
81
|
+
|
|
82
|
+
改善已有的文档。
|
|
83
|
+
|
|
84
|
+
修改接口:
|
|
85
|
+
|
|
86
|
+
* [DeleteCertificate](https://cloud.tencent.com/document/api/400/41675)
|
|
87
|
+
|
|
88
|
+
* 新增入参:IsCheckResource
|
|
89
|
+
|
|
90
|
+
* 新增出参:TaskId
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
96
|
+
|
|
97
|
+
### 第 72 次发布
|
|
98
|
+
|
|
99
|
+
发布时间:2024-01-27 19:39:47
|
|
100
|
+
|
|
101
|
+
本次发布包含了以下内容:
|
|
102
|
+
|
|
103
|
+
改善已有的文档。
|
|
104
|
+
|
|
105
|
+
新增接口:
|
|
106
|
+
|
|
107
|
+
* [DescribeBillingData](https://cloud.tencent.com/document/api/1552/103562)
|
|
108
|
+
|
|
109
|
+
新增数据结构:
|
|
110
|
+
|
|
111
|
+
* [BillingData](https://cloud.tencent.com/document/api/1552/80721#BillingData)
|
|
112
|
+
* [BillingDataFilter](https://cloud.tencent.com/document/api/1552/80721#BillingDataFilter)
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
1
120
|
# Release 4.0.788
|
|
2
121
|
|
|
3
122
|
# Release 4.0.787
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,5 +1,122 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
4
|
+
|
|
5
|
+
### 第 58 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-01-29 01:13:24
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [EmrListInstance](https://cloud.tencent.com/document/api/589/33981#EmrListInstance)
|
|
16
|
+
|
|
17
|
+
* 新增成员:IsDedicatedCluster
|
|
18
|
+
|
|
19
|
+
* <font color="#dd0000">**修改成员**:</font>IsSupportOutsideCluster
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
25
|
+
|
|
26
|
+
### 第 34 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2024-01-29 01:17:07
|
|
29
|
+
|
|
30
|
+
本次发布包含了以下内容:
|
|
31
|
+
|
|
32
|
+
改善已有的文档。
|
|
33
|
+
|
|
34
|
+
修改数据结构:
|
|
35
|
+
|
|
36
|
+
* [InstanceDetail](https://cloud.tencent.com/document/api/240/38576#InstanceDetail)
|
|
37
|
+
|
|
38
|
+
* 新增成员:ZoneList
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## 云数据库Redis(redis) 版本:2018-04-12
|
|
48
|
+
|
|
49
|
+
### 第 70 次发布
|
|
50
|
+
|
|
51
|
+
发布时间:2024-01-29 01:18:51
|
|
52
|
+
|
|
53
|
+
本次发布包含了以下内容:
|
|
54
|
+
|
|
55
|
+
改善已有的文档。
|
|
56
|
+
|
|
57
|
+
修改数据结构:
|
|
58
|
+
|
|
59
|
+
* [InstanceClusterShard](https://cloud.tencent.com/document/api/239/20022#InstanceClusterShard)
|
|
60
|
+
|
|
61
|
+
* 新增成员:RunId
|
|
62
|
+
|
|
63
|
+
* [InstanceSet](https://cloud.tencent.com/document/api/239/20022#InstanceSet)
|
|
64
|
+
|
|
65
|
+
* 新增成员:IPv6
|
|
66
|
+
|
|
67
|
+
* [Instances](https://cloud.tencent.com/document/api/239/20022#Instances)
|
|
68
|
+
|
|
69
|
+
* 新增成员:IPv6
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
75
|
+
|
|
76
|
+
### 第 53 次发布
|
|
77
|
+
|
|
78
|
+
发布时间:2024-01-29 01:19:48
|
|
79
|
+
|
|
80
|
+
本次发布包含了以下内容:
|
|
81
|
+
|
|
82
|
+
改善已有的文档。
|
|
83
|
+
|
|
84
|
+
修改接口:
|
|
85
|
+
|
|
86
|
+
* [DeleteCertificate](https://cloud.tencent.com/document/api/400/41675)
|
|
87
|
+
|
|
88
|
+
* 新增入参:IsCheckResource
|
|
89
|
+
|
|
90
|
+
* 新增出参:TaskId
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
96
|
+
|
|
97
|
+
### 第 72 次发布
|
|
98
|
+
|
|
99
|
+
发布时间:2024-01-27 19:39:47
|
|
100
|
+
|
|
101
|
+
本次发布包含了以下内容:
|
|
102
|
+
|
|
103
|
+
改善已有的文档。
|
|
104
|
+
|
|
105
|
+
新增接口:
|
|
106
|
+
|
|
107
|
+
* [DescribeBillingData](https://cloud.tencent.com/document/api/1552/103562)
|
|
108
|
+
|
|
109
|
+
新增数据结构:
|
|
110
|
+
|
|
111
|
+
* [BillingData](https://cloud.tencent.com/document/api/1552/80721#BillingData)
|
|
112
|
+
* [BillingDataFilter](https://cloud.tencent.com/document/api/1552/80721#BillingDataFilter)
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
3
120
|
# 历次版本更新如下:
|
|
4
121
|
|
|
5
122
|
## 活动防刷(aa) 版本:2020-02-24
|
|
@@ -55076,6 +55193,23 @@
|
|
|
55076
55193
|
|
|
55077
55194
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
55078
55195
|
|
|
55196
|
+
### 第 58 次发布
|
|
55197
|
+
|
|
55198
|
+
发布时间:2024-01-29 01:13:24
|
|
55199
|
+
|
|
55200
|
+
本次发布包含了以下内容:
|
|
55201
|
+
|
|
55202
|
+
改善已有的文档。
|
|
55203
|
+
|
|
55204
|
+
修改数据结构:
|
|
55205
|
+
|
|
55206
|
+
* [EmrListInstance](https://cloud.tencent.com/document/api/589/33981#EmrListInstance)
|
|
55207
|
+
|
|
55208
|
+
* 新增成员:IsDedicatedCluster
|
|
55209
|
+
|
|
55210
|
+
* <font color="#dd0000">**修改成员**:</font>IsSupportOutsideCluster
|
|
55211
|
+
|
|
55212
|
+
|
|
55079
55213
|
### 第 57 次发布
|
|
55080
55214
|
|
|
55081
55215
|
发布时间:2024-01-24 01:28:23
|
|
@@ -82393,6 +82527,21 @@
|
|
|
82393
82527
|
|
|
82394
82528
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
82395
82529
|
|
|
82530
|
+
### 第 34 次发布
|
|
82531
|
+
|
|
82532
|
+
发布时间:2024-01-29 01:17:07
|
|
82533
|
+
|
|
82534
|
+
本次发布包含了以下内容:
|
|
82535
|
+
|
|
82536
|
+
改善已有的文档。
|
|
82537
|
+
|
|
82538
|
+
修改数据结构:
|
|
82539
|
+
|
|
82540
|
+
* [InstanceDetail](https://cloud.tencent.com/document/api/240/38576#InstanceDetail)
|
|
82541
|
+
|
|
82542
|
+
* 新增成员:ZoneList
|
|
82543
|
+
|
|
82544
|
+
|
|
82396
82545
|
### 第 33 次发布
|
|
82397
82546
|
|
|
82398
82547
|
发布时间:2023-12-27 01:26:46
|
|
@@ -96246,6 +96395,29 @@
|
|
|
96246
96395
|
|
|
96247
96396
|
## 云数据库Redis(redis) 版本:2018-04-12
|
|
96248
96397
|
|
|
96398
|
+
### 第 70 次发布
|
|
96399
|
+
|
|
96400
|
+
发布时间:2024-01-29 01:18:51
|
|
96401
|
+
|
|
96402
|
+
本次发布包含了以下内容:
|
|
96403
|
+
|
|
96404
|
+
改善已有的文档。
|
|
96405
|
+
|
|
96406
|
+
修改数据结构:
|
|
96407
|
+
|
|
96408
|
+
* [InstanceClusterShard](https://cloud.tencent.com/document/api/239/20022#InstanceClusterShard)
|
|
96409
|
+
|
|
96410
|
+
* 新增成员:RunId
|
|
96411
|
+
|
|
96412
|
+
* [InstanceSet](https://cloud.tencent.com/document/api/239/20022#InstanceSet)
|
|
96413
|
+
|
|
96414
|
+
* 新增成员:IPv6
|
|
96415
|
+
|
|
96416
|
+
* [Instances](https://cloud.tencent.com/document/api/239/20022#Instances)
|
|
96417
|
+
|
|
96418
|
+
* 新增成员:IPv6
|
|
96419
|
+
|
|
96420
|
+
|
|
96249
96421
|
### 第 69 次发布
|
|
96250
96422
|
|
|
96251
96423
|
发布时间:2023-12-22 01:21:35
|
|
@@ -102544,6 +102716,23 @@
|
|
|
102544
102716
|
|
|
102545
102717
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
102546
102718
|
|
|
102719
|
+
### 第 53 次发布
|
|
102720
|
+
|
|
102721
|
+
发布时间:2024-01-29 01:19:48
|
|
102722
|
+
|
|
102723
|
+
本次发布包含了以下内容:
|
|
102724
|
+
|
|
102725
|
+
改善已有的文档。
|
|
102726
|
+
|
|
102727
|
+
修改接口:
|
|
102728
|
+
|
|
102729
|
+
* [DeleteCertificate](https://cloud.tencent.com/document/api/400/41675)
|
|
102730
|
+
|
|
102731
|
+
* 新增入参:IsCheckResource
|
|
102732
|
+
|
|
102733
|
+
* 新增出参:TaskId
|
|
102734
|
+
|
|
102735
|
+
|
|
102547
102736
|
### 第 52 次发布
|
|
102548
102737
|
|
|
102549
102738
|
发布时间:2024-01-19 01:19:47
|
|
@@ -104019,6 +104208,23 @@
|
|
|
104019
104208
|
|
|
104020
104209
|
|
|
104021
104210
|
|
|
104211
|
+
## 节省计划(svp) 版本:2024-01-25
|
|
104212
|
+
|
|
104213
|
+
### 第 1 次发布
|
|
104214
|
+
|
|
104215
|
+
发布时间:2024-01-26 16:30:56
|
|
104216
|
+
|
|
104217
|
+
本次发布包含了以下内容:
|
|
104218
|
+
|
|
104219
|
+
改善已有的文档。
|
|
104220
|
+
|
|
104221
|
+
新增接口:
|
|
104222
|
+
|
|
104223
|
+
* [CreateSavingPlanOrder](https://cloud.tencent.com/document/api/1761/103541)
|
|
104224
|
+
|
|
104225
|
+
|
|
104226
|
+
|
|
104227
|
+
|
|
104022
104228
|
## 流量反欺诈(taf) 版本:2020-02-10
|
|
104023
104229
|
|
|
104024
104230
|
### 第 17 次发布
|
|
@@ -117441,6 +117647,23 @@
|
|
|
117441
117647
|
|
|
117442
117648
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
117443
117649
|
|
|
117650
|
+
### 第 72 次发布
|
|
117651
|
+
|
|
117652
|
+
发布时间:2024-01-27 19:39:47
|
|
117653
|
+
|
|
117654
|
+
本次发布包含了以下内容:
|
|
117655
|
+
|
|
117656
|
+
改善已有的文档。
|
|
117657
|
+
|
|
117658
|
+
新增接口:
|
|
117659
|
+
|
|
117660
|
+
* [[DescribeBillingData](https://cloud.tencent.com/document/api/1552/103562)](https://cloud.tencent.com/document/api/#/#)
|
|
117661
|
+
|
|
117662
|
+
新增数据结构:
|
|
117663
|
+
|
|
117664
|
+
* [[BillingData](https://cloud.tencent.com/document/api/1552/80721#BillingData)](https://cloud.tencent.com/document/api/1552/80721#[BillingData](https://cloud.tencent.com/document/api/1552/80721#BillingData))
|
|
117665
|
+
* [[BillingDataFilter](https://cloud.tencent.com/document/api/1552/80721#BillingDataFilter)](https://cloud.tencent.com/document/api/1552/80721#[BillingDataFilter](https://cloud.tencent.com/document/api/1552/80721#BillingDataFilter))
|
|
117666
|
+
|
|
117444
117667
|
### 第 71 次发布
|
|
117445
117668
|
|
|
117446
117669
|
发布时间:2024-01-25 11:46:06
|
|
@@ -119207,7 +119430,7 @@
|
|
|
119207
119430
|
* [DescribeAddableEntityList](https://cloud.tencent.com/document/api/1552/80630)
|
|
119208
119431
|
* [DescribeApplicationProxies](https://cloud.tencent.com/document/api/1552/80690)
|
|
119209
119432
|
* [DescribeAvailablePlans](https://cloud.tencent.com/document/api/1552/80606)
|
|
119210
|
-
* [DescribeBillingData](https://cloud.tencent.com/document/api/1552/
|
|
119433
|
+
* [DescribeBillingData](https://cloud.tencent.com/document/api/1552/103562)
|
|
119211
119434
|
* [DescribeBotClientIpList](https://cloud.tencent.com/document/api/1552/80666)
|
|
119212
119435
|
* [DescribeBotData](https://cloud.tencent.com/document/api/1552/80665)
|
|
119213
119436
|
* [DescribeBotHitRuleDetail](https://cloud.tencent.com/document/api/1552/80664)
|
|
@@ -129658,7 +129881,7 @@
|
|
|
129658
129881
|
|
|
129659
129882
|
|
|
129660
129883
|
|
|
129661
|
-
## 微服务引擎
|
|
129884
|
+
## 微服务引擎(tse) 版本:2020-12-07
|
|
129662
129885
|
|
|
129663
129886
|
### 第 55 次发布
|
|
129664
129887
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
15
15
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
17
|
-
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-01-
|
|
17
|
+
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-01-29 01:06:19 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-12-15 18:59:23 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-11-20 00:01:45 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-01-23 01:09:15 |
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
81
81
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-01-11 01:12:33 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
|
|
83
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-01-
|
|
83
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-01-29 01:11:58 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-01-10 01:13:10 |
|
|
85
85
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-12-15 01:10:52 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-10 01:14:28 |
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-12-20 01:36:00 |
|
|
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
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-01-
|
|
97
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-01-29 01:13:24 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-01-25 01:13:20 |
|
|
99
99
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-01-26 01:13:26 |
|
|
100
100
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-01-26 01:13:42 |
|
|
@@ -144,8 +144,8 @@
|
|
|
144
144
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
145
145
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
146
146
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-12-01 01:19:47 |
|
|
147
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) |
|
|
148
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-01-
|
|
147
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-01-29 01:17:07 |
|
|
148
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-01-29 01:17:14 |
|
|
149
149
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-01-26 01:17:35 |
|
|
150
150
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-01-08 00:14:42 |
|
|
151
151
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-12-05 02:07:42 |
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-01-19 01:18:43 |
|
|
164
164
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-12-12 02:16:34 |
|
|
165
165
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-11-24 01:21:07 |
|
|
166
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-01-
|
|
166
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-01-29 01:18:51 |
|
|
167
167
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
|
|
168
168
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
169
169
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -178,10 +178,11 @@
|
|
|
178
178
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
179
179
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-01-17 01:21:16 |
|
|
180
180
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
181
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-01-
|
|
181
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-01-29 01:19:48 |
|
|
182
182
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
|
|
183
183
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-12-28 01:23:11 |
|
|
184
184
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-01-17 01:21:44 |
|
|
185
|
+
| svp | [节省计划](https://cloud.tencent.com/document/product/1761) | 2024-01-26 16:30:56 |
|
|
185
186
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-08-17 04:47:19 |
|
|
186
187
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-01-26 01:20:11 |
|
|
187
188
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
|
|
@@ -204,7 +205,7 @@
|
|
|
204
205
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-01-12 01:24:10 |
|
|
205
206
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
|
|
206
207
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-12-20 02:13:36 |
|
|
207
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-01-
|
|
208
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-01-27 19:39:47 |
|
|
208
209
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-27 00:20:12 |
|
|
209
210
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
210
211
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -224,7 +225,7 @@
|
|
|
224
225
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-12-29 01:27:21 |
|
|
225
226
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
226
227
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-01-24 17:17:12 |
|
|
227
|
-
| tse | [微服务引擎
|
|
228
|
+
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-01-29 01:23:38 |
|
|
228
229
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-01-15 01:25:03 |
|
|
229
230
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
230
231
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-11-27 00:22:20 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.789"
|
|
@@ -1496,143 +1496,148 @@ export interface EmrListInstance {
|
|
|
1496
1496
|
/**
|
|
1497
1497
|
* 集群ID
|
|
1498
1498
|
*/
|
|
1499
|
-
ClusterId
|
|
1499
|
+
ClusterId?: string
|
|
1500
1500
|
/**
|
|
1501
1501
|
* 状态描述
|
|
1502
1502
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1503
1503
|
*/
|
|
1504
|
-
StatusDesc
|
|
1504
|
+
StatusDesc?: string
|
|
1505
1505
|
/**
|
|
1506
1506
|
* 集群名字
|
|
1507
1507
|
*/
|
|
1508
|
-
ClusterName
|
|
1508
|
+
ClusterName?: string
|
|
1509
1509
|
/**
|
|
1510
1510
|
* 集群地域
|
|
1511
1511
|
*/
|
|
1512
|
-
ZoneId
|
|
1512
|
+
ZoneId?: number
|
|
1513
1513
|
/**
|
|
1514
1514
|
* 用户APPID
|
|
1515
1515
|
*/
|
|
1516
|
-
AppId
|
|
1516
|
+
AppId?: number
|
|
1517
1517
|
/**
|
|
1518
1518
|
* 创建时间
|
|
1519
1519
|
*/
|
|
1520
|
-
AddTime
|
|
1520
|
+
AddTime?: string
|
|
1521
1521
|
/**
|
|
1522
1522
|
* 运行时间
|
|
1523
1523
|
*/
|
|
1524
|
-
RunTime
|
|
1524
|
+
RunTime?: string
|
|
1525
1525
|
/**
|
|
1526
1526
|
* 集群IP
|
|
1527
1527
|
*/
|
|
1528
|
-
MasterIp
|
|
1528
|
+
MasterIp?: string
|
|
1529
1529
|
/**
|
|
1530
1530
|
* 集群版本
|
|
1531
1531
|
*/
|
|
1532
|
-
EmrVersion
|
|
1532
|
+
EmrVersion?: string
|
|
1533
1533
|
/**
|
|
1534
1534
|
* 集群计费类型
|
|
1535
1535
|
*/
|
|
1536
|
-
ChargeType
|
|
1536
|
+
ChargeType?: number
|
|
1537
1537
|
/**
|
|
1538
1538
|
* emr ID
|
|
1539
1539
|
*/
|
|
1540
|
-
Id
|
|
1540
|
+
Id?: number
|
|
1541
1541
|
/**
|
|
1542
1542
|
* 产品ID
|
|
1543
1543
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1544
1544
|
*/
|
|
1545
|
-
ProductId
|
|
1545
|
+
ProductId?: number
|
|
1546
1546
|
/**
|
|
1547
1547
|
* 项目ID
|
|
1548
1548
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1549
1549
|
*/
|
|
1550
|
-
ProjectId
|
|
1550
|
+
ProjectId?: number
|
|
1551
1551
|
/**
|
|
1552
1552
|
* 区域
|
|
1553
1553
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1554
1554
|
*/
|
|
1555
|
-
RegionId
|
|
1555
|
+
RegionId?: number
|
|
1556
1556
|
/**
|
|
1557
1557
|
* 子网ID
|
|
1558
1558
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1559
1559
|
*/
|
|
1560
|
-
SubnetId
|
|
1560
|
+
SubnetId?: number
|
|
1561
1561
|
/**
|
|
1562
1562
|
* 网络ID
|
|
1563
1563
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1564
1564
|
*/
|
|
1565
|
-
VpcId
|
|
1565
|
+
VpcId?: number
|
|
1566
1566
|
/**
|
|
1567
1567
|
* 地区
|
|
1568
1568
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1569
1569
|
*/
|
|
1570
|
-
Zone
|
|
1570
|
+
Zone?: string
|
|
1571
1571
|
/**
|
|
1572
1572
|
* 状态码
|
|
1573
1573
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1574
1574
|
*/
|
|
1575
|
-
Status
|
|
1575
|
+
Status?: number
|
|
1576
1576
|
/**
|
|
1577
1577
|
* 实例标签
|
|
1578
1578
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1579
1579
|
*/
|
|
1580
|
-
Tags
|
|
1580
|
+
Tags?: Array<Tag>
|
|
1581
1581
|
/**
|
|
1582
1582
|
* 告警信息
|
|
1583
1583
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1584
1584
|
*/
|
|
1585
|
-
AlarmInfo
|
|
1585
|
+
AlarmInfo?: string
|
|
1586
1586
|
/**
|
|
1587
1587
|
* 是否是woodpecker集群
|
|
1588
1588
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1589
1589
|
*/
|
|
1590
|
-
IsWoodpeckerCluster
|
|
1590
|
+
IsWoodpeckerCluster?: number
|
|
1591
1591
|
/**
|
|
1592
1592
|
* Vpc中文
|
|
1593
1593
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1594
1594
|
*/
|
|
1595
|
-
VpcName
|
|
1595
|
+
VpcName?: string
|
|
1596
1596
|
/**
|
|
1597
1597
|
* 子网中文
|
|
1598
1598
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1599
1599
|
*/
|
|
1600
|
-
SubnetName
|
|
1600
|
+
SubnetName?: string
|
|
1601
1601
|
/**
|
|
1602
1602
|
* 字符串VpcId
|
|
1603
1603
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1604
1604
|
*/
|
|
1605
|
-
UniqVpcId
|
|
1605
|
+
UniqVpcId?: string
|
|
1606
1606
|
/**
|
|
1607
1607
|
* 字符串子网
|
|
1608
1608
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1609
1609
|
*/
|
|
1610
|
-
UniqSubnetId
|
|
1610
|
+
UniqSubnetId?: string
|
|
1611
1611
|
/**
|
|
1612
1612
|
* 集群类型
|
|
1613
1613
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1614
1614
|
*/
|
|
1615
|
-
ClusterClass
|
|
1615
|
+
ClusterClass?: string
|
|
1616
1616
|
/**
|
|
1617
1617
|
* 是否为跨AZ集群
|
|
1618
1618
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1619
1619
|
*/
|
|
1620
|
-
IsMultiZoneCluster
|
|
1620
|
+
IsMultiZoneCluster?: boolean
|
|
1621
1621
|
/**
|
|
1622
1622
|
* 是否手戳集群
|
|
1623
1623
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1624
1624
|
*/
|
|
1625
|
-
IsHandsCluster
|
|
1625
|
+
IsHandsCluster?: boolean
|
|
1626
1626
|
/**
|
|
1627
1627
|
* 体外客户端组件信息
|
|
1628
1628
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1629
1629
|
*/
|
|
1630
|
-
OutSideSoftInfo
|
|
1630
|
+
OutSideSoftInfo?: Array<SoftDependInfo>
|
|
1631
1631
|
/**
|
|
1632
1632
|
* 当前集群的应用场景是否支持体外客户端
|
|
1633
1633
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1634
1634
|
*/
|
|
1635
1635
|
IsSupportOutsideCluster?: boolean
|
|
1636
|
+
/**
|
|
1637
|
+
* 是否专有集群场景集群
|
|
1638
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1639
|
+
*/
|
|
1640
|
+
IsDedicatedCluster?: boolean
|
|
1636
1641
|
}
|
|
1637
1642
|
|
|
1638
1643
|
/**
|