tencentcloud-sdk-nodejs 4.0.240 → 4.0.244
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 +259 -149
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +13 -0
- package/src/services/antiddos/v20200309/antiddos_models.ts +171 -0
- package/src/services/apigateway/v20180808/apigateway_models.ts +2 -2
- package/src/services/as/v20180419/as_models.ts +18 -9
- package/src/services/billing/v20180709/billing_models.ts +13 -1
- package/src/services/cii/v20210408/cii_client.ts +15 -0
- package/src/services/cii/v20210408/cii_models.ts +31 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +12 -12
- package/src/services/cme/v20191029/cme_models.ts +3 -2
- package/src/services/cvm/v20170312/cvm_models.ts +2 -1
- package/src/services/cwp/v20180228/cwp_models.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +45 -14
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +10 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +1 -1
- package/src/services/mps/v20190612/mps_models.ts +6 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +10 -10
- package/src/services/postgres/v20170312/postgres_client.ts +2 -1
- package/src/services/postgres/v20170312/postgres_models.ts +89 -12
- package/src/services/ssa/v20180608/ssa_client.ts +14 -1
- package/src/services/ssa/v20180608/ssa_models.ts +56 -8
- package/src/services/tat/v20201028/tat_models.ts +13 -0
- package/src/services/tdmq/v20200217/tdmq_client.ts +700 -440
- package/src/services/tdmq/v20200217/tdmq_models.ts +1488 -279
- package/src/services/tke/v20180525/tke_client.ts +26 -1
- package/src/services/tke/v20180525/tke_models.ts +97 -12
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +140 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +2 -2
- package/tencentcloud/services/as/v20180419/as_models.d.ts +17 -8
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +11 -1
- package/tencentcloud/services/cii/v20210408/cii_client.d.ts +5 -1
- package/tencentcloud/services/cii/v20210408/cii_client.js +9 -0
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +27 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +12 -12
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +1 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +42 -14
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +8 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +5 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +10 -10
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +74 -9
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +48 -6
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +11 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +221 -137
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +330 -204
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1254 -234
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +9 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +12 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +84 -11
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/cii.v20210408.test.js +10 -0
- package/test/ssa.v20180608.test.js +10 -0
- package/test/tdmq.v20200217.test.js +346 -136
- package/test/tke.v20180525.test.js +20 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,118 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 87 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2021-11-19 08:07:05
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
|
|
16
|
-
|
|
17
|
-
* 新增入参:ShareCname
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
新增数据结构:
|
|
21
|
-
|
|
22
|
-
* [ShareCname](https://cloud.tencent.com/document/api/228/30987#ShareCname)
|
|
23
|
-
|
|
24
|
-
修改数据结构:
|
|
25
|
-
|
|
26
|
-
* [AuthenticationTypeA](https://cloud.tencent.com/document/api/228/30987#AuthenticationTypeA)
|
|
27
|
-
|
|
28
|
-
* 新增成员:BackupSecretKey
|
|
29
|
-
|
|
30
|
-
* [AuthenticationTypeB](https://cloud.tencent.com/document/api/228/30987#AuthenticationTypeB)
|
|
31
|
-
|
|
32
|
-
* 新增成员:BackupSecretKey
|
|
33
|
-
|
|
34
|
-
* [AuthenticationTypeC](https://cloud.tencent.com/document/api/228/30987#AuthenticationTypeC)
|
|
35
|
-
|
|
36
|
-
* 新增成员:BackupSecretKey
|
|
37
|
-
|
|
38
|
-
* [AuthenticationTypeD](https://cloud.tencent.com/document/api/228/30987#AuthenticationTypeD)
|
|
39
|
-
|
|
40
|
-
* 新增成员:BackupSecretKey
|
|
41
|
-
|
|
42
|
-
* [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
|
|
43
|
-
|
|
44
|
-
* 新增成员:ShareCname
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
50
|
-
|
|
51
|
-
### 第 59 次发布
|
|
52
|
-
|
|
53
|
-
发布时间:2021-11-18 20:07:06
|
|
54
|
-
|
|
55
|
-
本次发布包含了以下内容:
|
|
56
|
-
|
|
57
|
-
改善已有的文档。
|
|
58
|
-
|
|
59
|
-
新增接口:
|
|
60
|
-
|
|
61
|
-
* [DescribePriceRunInstance](https://cloud.tencent.com/document/api/1108/64437)
|
|
62
|
-
|
|
63
|
-
新增数据结构:
|
|
64
|
-
|
|
65
|
-
* [InstancePricesPartDetail](https://cloud.tencent.com/document/api/1108/42574#InstancePricesPartDetail)
|
|
66
|
-
* [InstancesPrice](https://cloud.tencent.com/document/api/1108/42574#InstancesPrice)
|
|
67
|
-
* [PriceDetail](https://cloud.tencent.com/document/api/1108/42574#PriceDetail)
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
72
|
-
|
|
73
|
-
### 第 13 次发布
|
|
74
|
-
|
|
75
|
-
发布时间:2021-11-19 08:11:51
|
|
76
|
-
|
|
77
|
-
本次发布包含了以下内容:
|
|
78
|
-
|
|
79
|
-
改善已有的文档。
|
|
80
|
-
|
|
81
|
-
新增接口:
|
|
82
|
-
|
|
83
|
-
* [DescribeProductDynamicRegister](https://cloud.tencent.com/document/api/1131/64445)
|
|
84
|
-
* [ModifyProductDynamicRegister](https://cloud.tencent.com/document/api/1131/64444)
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
## 物联网智能视频服务(行业版)(iotvideoindustry) 版本:2020-12-01
|
|
93
|
-
|
|
94
|
-
### 第 11 次发布
|
|
95
|
-
|
|
96
|
-
发布时间:2021-11-19 08:12:04
|
|
97
|
-
|
|
98
|
-
本次发布包含了以下内容:
|
|
99
|
-
|
|
100
|
-
改善已有的文档。
|
|
101
|
-
|
|
102
|
-
修改数据结构:
|
|
103
|
-
|
|
104
|
-
* [RecordTaskItem](https://cloud.tencent.com/document/api/1361/53754#RecordTaskItem)
|
|
105
|
-
|
|
106
|
-
* 新增成员:SceneId, WarnId, RecordId
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
## 态势感知(ssa) 版本:2018-06-08
|
|
3
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
112
4
|
|
|
113
|
-
### 第
|
|
5
|
+
### 第 78 次发布
|
|
114
6
|
|
|
115
|
-
发布时间:2021-11-
|
|
7
|
+
发布时间:2021-11-25 08:15:58
|
|
116
8
|
|
|
117
9
|
本次发布包含了以下内容:
|
|
118
10
|
|
|
@@ -120,34 +12,12 @@
|
|
|
120
12
|
|
|
121
13
|
新增接口:
|
|
122
14
|
|
|
123
|
-
* [
|
|
15
|
+
* [ScaleInClusterMaster](https://cloud.tencent.com/document/api/457/64792)
|
|
16
|
+
* [ScaleOutClusterMaster](https://cloud.tencent.com/document/api/457/64791)
|
|
124
17
|
|
|
125
18
|
新增数据结构:
|
|
126
19
|
|
|
127
|
-
* [
|
|
128
|
-
* [AlertType](https://cloud.tencent.com/document/api/664/51406#AlertType)
|
|
129
|
-
* [ConcernInfo](https://cloud.tencent.com/document/api/664/51406#ConcernInfo)
|
|
130
|
-
* [QueryFilter](https://cloud.tencent.com/document/api/664/51406#QueryFilter)
|
|
131
|
-
* [QuerySort](https://cloud.tencent.com/document/api/664/51406#QuerySort)
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
## 互动白板(tiw) 版本:2019-09-19
|
|
136
|
-
|
|
137
|
-
### 第 23 次发布
|
|
138
|
-
|
|
139
|
-
发布时间:2021-11-19 08:15:40
|
|
140
|
-
|
|
141
|
-
本次发布包含了以下内容:
|
|
142
|
-
|
|
143
|
-
改善已有的文档。
|
|
144
|
-
|
|
145
|
-
修改接口:
|
|
146
|
-
|
|
147
|
-
* [StartWhiteboardPush](https://cloud.tencent.com/document/api/1137/52081)
|
|
148
|
-
|
|
149
|
-
* 新增入参:TRTCRoomId, TRTCRoomIdStr
|
|
150
|
-
|
|
20
|
+
* [ScaleInMaster](https://cloud.tencent.com/document/api/457/31866#ScaleInMaster)
|
|
151
21
|
|
|
152
22
|
|
|
153
23
|
|
|
@@ -1070,6 +940,44 @@
|
|
|
1070
940
|
|
|
1071
941
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1072
942
|
|
|
943
|
+
### 第 14 次发布
|
|
944
|
+
|
|
945
|
+
发布时间:2021-11-23 08:02:33
|
|
946
|
+
|
|
947
|
+
本次发布包含了以下内容:
|
|
948
|
+
|
|
949
|
+
改善已有的文档。
|
|
950
|
+
|
|
951
|
+
新增接口:
|
|
952
|
+
|
|
953
|
+
* [ModifyNewDomainRules](https://cloud.tencent.com/document/api/1021/64631)
|
|
954
|
+
|
|
955
|
+
新增数据结构:
|
|
956
|
+
|
|
957
|
+
* [NewL7RuleEntry](https://cloud.tencent.com/document/api/1021/57582#NewL7RuleEntry)
|
|
958
|
+
|
|
959
|
+
### 第 13 次发布
|
|
960
|
+
|
|
961
|
+
发布时间:2021-11-22 08:01:25
|
|
962
|
+
|
|
963
|
+
本次发布包含了以下内容:
|
|
964
|
+
|
|
965
|
+
改善已有的文档。
|
|
966
|
+
|
|
967
|
+
修改接口:
|
|
968
|
+
|
|
969
|
+
* [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
|
|
970
|
+
|
|
971
|
+
* 新增入参:FilterDamDDoSStatus
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
修改数据结构:
|
|
975
|
+
|
|
976
|
+
* [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
|
|
977
|
+
|
|
978
|
+
* 新增成员:DamDDoSStatus
|
|
979
|
+
|
|
980
|
+
|
|
1073
981
|
### 第 12 次发布
|
|
1074
982
|
|
|
1075
983
|
发布时间:2021-08-31 08:00:10
|
|
@@ -4537,6 +4445,25 @@
|
|
|
4537
4445
|
|
|
4538
4446
|
## 计费相关(billing) 版本:2018-07-09
|
|
4539
4447
|
|
|
4448
|
+
### 第 29 次发布
|
|
4449
|
+
|
|
4450
|
+
发布时间:2021-11-23 08:03:19
|
|
4451
|
+
|
|
4452
|
+
本次发布包含了以下内容:
|
|
4453
|
+
|
|
4454
|
+
改善已有的文档。
|
|
4455
|
+
|
|
4456
|
+
修改接口:
|
|
4457
|
+
|
|
4458
|
+
* [DescribeBillDetail](https://cloud.tencent.com/document/api/555/19182)
|
|
4459
|
+
|
|
4460
|
+
* 新增入参:BusinessCode
|
|
4461
|
+
|
|
4462
|
+
* [DescribeBillResourceSummary](https://cloud.tencent.com/document/api/555/19181)
|
|
4463
|
+
|
|
4464
|
+
* 新增入参:BusinessCode
|
|
4465
|
+
|
|
4466
|
+
|
|
4540
4467
|
### 第 28 次发布
|
|
4541
4468
|
|
|
4542
4469
|
发布时间:2021-10-13 08:03:28
|
|
@@ -9788,7 +9715,7 @@
|
|
|
9788
9715
|
|
|
9789
9716
|
新增数据结构:
|
|
9790
9717
|
|
|
9791
|
-
* [
|
|
9718
|
+
* [ShareCname](https://cloud.tencent.com/document/api/228/30987#ShareCname)
|
|
9792
9719
|
|
|
9793
9720
|
修改数据结构:
|
|
9794
9721
|
|
|
@@ -12543,6 +12470,18 @@
|
|
|
12543
12470
|
|
|
12544
12471
|
## 智能保险助手(cii) 版本:2021-04-08
|
|
12545
12472
|
|
|
12473
|
+
### 第 7 次发布
|
|
12474
|
+
|
|
12475
|
+
发布时间:2021-11-23 08:04:46
|
|
12476
|
+
|
|
12477
|
+
本次发布包含了以下内容:
|
|
12478
|
+
|
|
12479
|
+
改善已有的文档。
|
|
12480
|
+
|
|
12481
|
+
新增接口:
|
|
12482
|
+
|
|
12483
|
+
* [UploadMedicalFile](https://cloud.tencent.com/document/api/1368/64633)
|
|
12484
|
+
|
|
12546
12485
|
### 第 6 次发布
|
|
12547
12486
|
|
|
12548
12487
|
发布时间:2021-09-30 08:02:25
|
|
@@ -24420,13 +24359,13 @@
|
|
|
24420
24359
|
|
|
24421
24360
|
新增接口:
|
|
24422
24361
|
|
|
24423
|
-
* [
|
|
24362
|
+
* [DescribePriceRunInstance](https://cloud.tencent.com/document/api/1108/64437)
|
|
24424
24363
|
|
|
24425
24364
|
新增数据结构:
|
|
24426
24365
|
|
|
24427
|
-
* [
|
|
24428
|
-
* [
|
|
24429
|
-
* [
|
|
24366
|
+
* [InstancePricesPartDetail](https://cloud.tencent.com/document/api/1108/42574#InstancePricesPartDetail)
|
|
24367
|
+
* [InstancesPrice](https://cloud.tencent.com/document/api/1108/42574#InstancesPrice)
|
|
24368
|
+
* [PriceDetail](https://cloud.tencent.com/document/api/1108/42574#PriceDetail)
|
|
24430
24369
|
|
|
24431
24370
|
### 第 58 次发布
|
|
24432
24371
|
|
|
@@ -27447,6 +27386,29 @@
|
|
|
27447
27386
|
|
|
27448
27387
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
27449
27388
|
|
|
27389
|
+
### 第 33 次发布
|
|
27390
|
+
|
|
27391
|
+
发布时间:2021-11-23 08:07:49
|
|
27392
|
+
|
|
27393
|
+
本次发布包含了以下内容:
|
|
27394
|
+
|
|
27395
|
+
改善已有的文档。
|
|
27396
|
+
|
|
27397
|
+
修改接口:
|
|
27398
|
+
|
|
27399
|
+
* [LivenessCompare](https://cloud.tencent.com/document/api/1007/31819)
|
|
27400
|
+
|
|
27401
|
+
* 新增入参:ImageUrl, VideoUrl
|
|
27402
|
+
|
|
27403
|
+
* <font color="#dd0000">**修改入参**:</font>ImageBase64, VideoBase64
|
|
27404
|
+
|
|
27405
|
+
* [LivenessRecognition](https://cloud.tencent.com/document/api/1007/31818)
|
|
27406
|
+
|
|
27407
|
+
* 新增入参:VideoUrl
|
|
27408
|
+
|
|
27409
|
+
* <font color="#dd0000">**修改入参**:</font>VideoBase64
|
|
27410
|
+
|
|
27411
|
+
|
|
27450
27412
|
### 第 32 次发布
|
|
27451
27413
|
|
|
27452
27414
|
发布时间:2021-10-29 08:05:31
|
|
@@ -33827,6 +33789,21 @@
|
|
|
33827
33789
|
|
|
33828
33790
|
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
33829
33791
|
|
|
33792
|
+
### 第 14 次发布
|
|
33793
|
+
|
|
33794
|
+
发布时间:2021-11-23 08:09:04
|
|
33795
|
+
|
|
33796
|
+
本次发布包含了以下内容:
|
|
33797
|
+
|
|
33798
|
+
改善已有的文档。
|
|
33799
|
+
|
|
33800
|
+
修改接口:
|
|
33801
|
+
|
|
33802
|
+
* [ResetCloudStorage](https://cloud.tencent.com/document/api/1131/53958)
|
|
33803
|
+
|
|
33804
|
+
* 新增入参:ChannelId, UserId
|
|
33805
|
+
|
|
33806
|
+
|
|
33830
33807
|
### 第 13 次发布
|
|
33831
33808
|
|
|
33832
33809
|
发布时间:2021-11-19 08:11:51
|
|
@@ -33837,8 +33814,8 @@
|
|
|
33837
33814
|
|
|
33838
33815
|
新增接口:
|
|
33839
33816
|
|
|
33840
|
-
* [
|
|
33841
|
-
* [
|
|
33817
|
+
* [DescribeProductDynamicRegister](https://cloud.tencent.com/document/api/1131/64445)
|
|
33818
|
+
* [ModifyProductDynamicRegister](https://cloud.tencent.com/document/api/1131/64444)
|
|
33842
33819
|
|
|
33843
33820
|
### 第 12 次发布
|
|
33844
33821
|
|
|
@@ -38615,6 +38592,21 @@
|
|
|
38615
38592
|
|
|
38616
38593
|
## 视频处理(mps) 版本:2019-06-12
|
|
38617
38594
|
|
|
38595
|
+
### 第 36 次发布
|
|
38596
|
+
|
|
38597
|
+
发布时间:2021-11-24 08:11:23
|
|
38598
|
+
|
|
38599
|
+
本次发布包含了以下内容:
|
|
38600
|
+
|
|
38601
|
+
改善已有的文档。
|
|
38602
|
+
|
|
38603
|
+
修改数据结构:
|
|
38604
|
+
|
|
38605
|
+
* [MediaProcessTaskTranscodeResult](https://cloud.tencent.com/document/api/862/37615#MediaProcessTaskTranscodeResult)
|
|
38606
|
+
|
|
38607
|
+
* 新增成员:Progress
|
|
38608
|
+
|
|
38609
|
+
|
|
38618
38610
|
### 第 35 次发布
|
|
38619
38611
|
|
|
38620
38612
|
发布时间:2021-10-13 08:09:46
|
|
@@ -42541,6 +42533,33 @@
|
|
|
42541
42533
|
|
|
42542
42534
|
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
42543
42535
|
|
|
42536
|
+
### 第 20 次发布
|
|
42537
|
+
|
|
42538
|
+
发布时间:2021-11-24 08:12:02
|
|
42539
|
+
|
|
42540
|
+
本次发布包含了以下内容:
|
|
42541
|
+
|
|
42542
|
+
改善已有的文档。
|
|
42543
|
+
|
|
42544
|
+
新增数据结构:
|
|
42545
|
+
|
|
42546
|
+
* [NetworkAccess](https://cloud.tencent.com/document/api/409/16778#NetworkAccess)
|
|
42547
|
+
|
|
42548
|
+
修改数据结构:
|
|
42549
|
+
|
|
42550
|
+
* [DBInstance](https://cloud.tencent.com/document/api/409/16778#DBInstance)
|
|
42551
|
+
|
|
42552
|
+
* 新增成员:DBKernelVersion, NetworkAccessList
|
|
42553
|
+
|
|
42554
|
+
* [ReadOnlyGroup](https://cloud.tencent.com/document/api/409/16778#ReadOnlyGroup)
|
|
42555
|
+
|
|
42556
|
+
* 新增成员:NetworkAccessList
|
|
42557
|
+
|
|
42558
|
+
* [ServerlessDBInstance](https://cloud.tencent.com/document/api/409/16778#ServerlessDBInstance)
|
|
42559
|
+
|
|
42560
|
+
* 新增成员:DBKernelVersion
|
|
42561
|
+
|
|
42562
|
+
|
|
42544
42563
|
### 第 19 次发布
|
|
42545
42564
|
|
|
42546
42565
|
发布时间:2021-11-04 08:11:48
|
|
@@ -46360,6 +46379,22 @@
|
|
|
46360
46379
|
|
|
46361
46380
|
## 态势感知(ssa) 版本:2018-06-08
|
|
46362
46381
|
|
|
46382
|
+
### 第 6 次发布
|
|
46383
|
+
|
|
46384
|
+
发布时间:2021-11-22 08:10:13
|
|
46385
|
+
|
|
46386
|
+
本次发布包含了以下内容:
|
|
46387
|
+
|
|
46388
|
+
改善已有的文档。
|
|
46389
|
+
|
|
46390
|
+
新增接口:
|
|
46391
|
+
|
|
46392
|
+
* [DescribeSocAlertDetails](https://cloud.tencent.com/document/api/664/64537)
|
|
46393
|
+
|
|
46394
|
+
新增数据结构:
|
|
46395
|
+
|
|
46396
|
+
* [AlertDetail](https://cloud.tencent.com/document/api/664/51406#AlertDetail)
|
|
46397
|
+
|
|
46363
46398
|
### 第 5 次发布
|
|
46364
46399
|
|
|
46365
46400
|
发布时间:2021-11-19 08:14:18
|
|
@@ -46370,15 +46405,15 @@
|
|
|
46370
46405
|
|
|
46371
46406
|
新增接口:
|
|
46372
46407
|
|
|
46373
|
-
* [
|
|
46408
|
+
* [DescribeSocAlertList](https://cloud.tencent.com/document/api/664/64446)
|
|
46374
46409
|
|
|
46375
46410
|
新增数据结构:
|
|
46376
46411
|
|
|
46377
|
-
* [
|
|
46378
|
-
* [
|
|
46379
|
-
* [
|
|
46380
|
-
* [
|
|
46381
|
-
* [
|
|
46412
|
+
* [AlertListData](https://cloud.tencent.com/document/api/664/51406#AlertListData)
|
|
46413
|
+
* [AlertType](https://cloud.tencent.com/document/api/664/51406#AlertType)
|
|
46414
|
+
* [ConcernInfo](https://cloud.tencent.com/document/api/664/51406#ConcernInfo)
|
|
46415
|
+
* [QueryFilter](https://cloud.tencent.com/document/api/664/51406#QueryFilter)
|
|
46416
|
+
* [QuerySort](https://cloud.tencent.com/document/api/664/51406#QuerySort)
|
|
46382
46417
|
|
|
46383
46418
|
### 第 4 次发布
|
|
46384
46419
|
|
|
@@ -47374,6 +47409,21 @@
|
|
|
47374
47409
|
|
|
47375
47410
|
## 腾讯云自动化助手(tat) 版本:2020-10-28
|
|
47376
47411
|
|
|
47412
|
+
### 第 14 次发布
|
|
47413
|
+
|
|
47414
|
+
发布时间:2021-11-24 08:13:01
|
|
47415
|
+
|
|
47416
|
+
本次发布包含了以下内容:
|
|
47417
|
+
|
|
47418
|
+
改善已有的文档。
|
|
47419
|
+
|
|
47420
|
+
修改接口:
|
|
47421
|
+
|
|
47422
|
+
* [CreateCommand](https://cloud.tencent.com/document/api/1340/52684)
|
|
47423
|
+
|
|
47424
|
+
* 新增入参:OutputCOSBucketUrl, OutputCOSKeyPrefix
|
|
47425
|
+
|
|
47426
|
+
|
|
47377
47427
|
### 第 13 次发布
|
|
47378
47428
|
|
|
47379
47429
|
发布时间:2021-09-23 08:12:30
|
|
@@ -51172,6 +51222,49 @@
|
|
|
51172
51222
|
|
|
51173
51223
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
51174
51224
|
|
|
51225
|
+
### 第 23 次发布
|
|
51226
|
+
|
|
51227
|
+
发布时间:2021-11-24 08:13:42
|
|
51228
|
+
|
|
51229
|
+
本次发布包含了以下内容:
|
|
51230
|
+
|
|
51231
|
+
改善已有的文档。
|
|
51232
|
+
|
|
51233
|
+
新增接口:
|
|
51234
|
+
|
|
51235
|
+
* [CreateAMQPCluster](https://cloud.tencent.com/document/api/1179/64661)
|
|
51236
|
+
* [CreateAMQPExchange](https://cloud.tencent.com/document/api/1179/64672)
|
|
51237
|
+
* [CreateAMQPQueue](https://cloud.tencent.com/document/api/1179/64671)
|
|
51238
|
+
* [CreateAMQPRouteRelation](https://cloud.tencent.com/document/api/1179/64670)
|
|
51239
|
+
* [CreateAMQPVHost](https://cloud.tencent.com/document/api/1179/64660)
|
|
51240
|
+
* [DeleteAMQPCluster](https://cloud.tencent.com/document/api/1179/64656)
|
|
51241
|
+
* [DeleteAMQPExchange](https://cloud.tencent.com/document/api/1179/64669)
|
|
51242
|
+
* [DeleteAMQPQueue](https://cloud.tencent.com/document/api/1179/64668)
|
|
51243
|
+
* [DeleteAMQPRouteRelation](https://cloud.tencent.com/document/api/1179/64667)
|
|
51244
|
+
* [DeleteAMQPVHost](https://cloud.tencent.com/document/api/1179/64659)
|
|
51245
|
+
* [DescribeAMQPCluster](https://cloud.tencent.com/document/api/1179/64655)
|
|
51246
|
+
* [DescribeAMQPClusters](https://cloud.tencent.com/document/api/1179/64654)
|
|
51247
|
+
* [DescribeAMQPCreateQuota](https://cloud.tencent.com/document/api/1179/64653)
|
|
51248
|
+
* [DescribeAMQPExchanges](https://cloud.tencent.com/document/api/1179/64666)
|
|
51249
|
+
* [DescribeAMQPQueues](https://cloud.tencent.com/document/api/1179/64665)
|
|
51250
|
+
* [DescribeAMQPRouteRelations](https://cloud.tencent.com/document/api/1179/64664)
|
|
51251
|
+
* [DescribeAMQPVHosts](https://cloud.tencent.com/document/api/1179/64658)
|
|
51252
|
+
* [ModifyAMQPCluster](https://cloud.tencent.com/document/api/1179/64652)
|
|
51253
|
+
* [ModifyAMQPExchange](https://cloud.tencent.com/document/api/1179/64663)
|
|
51254
|
+
* [ModifyAMQPQueue](https://cloud.tencent.com/document/api/1179/64662)
|
|
51255
|
+
* [ModifyAMQPVHost](https://cloud.tencent.com/document/api/1179/64657)
|
|
51256
|
+
|
|
51257
|
+
新增数据结构:
|
|
51258
|
+
|
|
51259
|
+
* [AMQPClusterConfig](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterConfig)
|
|
51260
|
+
* [AMQPClusterDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterDetail)
|
|
51261
|
+
* [AMQPClusterInfo](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterInfo)
|
|
51262
|
+
* [AMQPClusterRecentStats](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterRecentStats)
|
|
51263
|
+
* [AMQPExchange](https://cloud.tencent.com/document/api/1179/46089#AMQPExchange)
|
|
51264
|
+
* [AMQPQueueDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPQueueDetail)
|
|
51265
|
+
* [AMQPRouteRelation](https://cloud.tencent.com/document/api/1179/46089#AMQPRouteRelation)
|
|
51266
|
+
* [AMQPVHost](https://cloud.tencent.com/document/api/1179/46089#AMQPVHost)
|
|
51267
|
+
|
|
51175
51268
|
### 第 22 次发布
|
|
51176
51269
|
|
|
51177
51270
|
发布时间:2021-10-27 20:52:54
|
|
@@ -53685,6 +53778,23 @@
|
|
|
53685
53778
|
|
|
53686
53779
|
## 容器服务(tke) 版本:2018-05-25
|
|
53687
53780
|
|
|
53781
|
+
### 第 78 次发布
|
|
53782
|
+
|
|
53783
|
+
发布时间:2021-11-25 08:15:58
|
|
53784
|
+
|
|
53785
|
+
本次发布包含了以下内容:
|
|
53786
|
+
|
|
53787
|
+
改善已有的文档。
|
|
53788
|
+
|
|
53789
|
+
新增接口:
|
|
53790
|
+
|
|
53791
|
+
* [[ScaleInClusterMaster](https://cloud.tencent.com/document/api/457/64792)](https://cloud.tencent.com/document/api/#/#)
|
|
53792
|
+
* [[ScaleOutClusterMaster](https://cloud.tencent.com/document/api/457/64791)](https://cloud.tencent.com/document/api/#/#)
|
|
53793
|
+
|
|
53794
|
+
新增数据结构:
|
|
53795
|
+
|
|
53796
|
+
* [[ScaleInMaster](https://cloud.tencent.com/document/api/457/31866#ScaleInMaster)](https://cloud.tencent.com/document/api/457/31866#[ScaleInMaster](https://cloud.tencent.com/document/api/457/31866#ScaleInMaster))
|
|
53797
|
+
|
|
53688
53798
|
### 第 77 次发布
|
|
53689
53799
|
|
|
53690
53800
|
发布时间:2021-11-02 08:12:02
|