tencentcloud-sdk-nodejs 4.0.897 → 4.0.899
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 +284 -0
- package/SERVICE_CHANGELOG.md +285 -98
- package/package.json +1 -1
- package/products.md +20 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdc/v20201214/cdc_models.ts +59 -20
- package/src/services/cloudapp/index.ts +5 -0
- package/src/services/cloudapp/v20220530/cloudapp_client.ts +40 -0
- package/src/services/cloudapp/v20220530/cloudapp_models.ts +194 -0
- package/src/services/cloudapp/v20220530/index.ts +6 -0
- package/src/services/cvm/v20170312/cvm_models.ts +10 -10
- package/src/services/dlc/v20210125/dlc_models.ts +9 -1
- package/src/services/dsgc/v20190723/dsgc_models.ts +31 -3
- package/src/services/es/v20180416/es_models.ts +9 -1
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +19 -5
- package/src/services/gaap/v20180529/gaap_models.ts +9 -0
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -0
- package/src/services/index.ts +1 -0
- package/src/services/lcic/v20220817/lcic_models.ts +9 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -6
- package/src/services/lke/v20231130/lke_client.ts +1 -1
- package/src/services/mongodb/v20190725/mongodb_models.ts +2 -2
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +20 -46
- package/src/services/tcr/v20190924/tcr_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_client.ts +37 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +144 -0
- package/src/services/tsi/v20210325/tsi_client.ts +15 -2
- package/src/services/vpc/v20170312/vpc_client.ts +1 -0
- package/src/services/vpc/v20170312/vpc_models.ts +94 -45
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +59 -20
- package/tencentcloud/services/cloudapp/index.d.ts +6 -0
- package/tencentcloud/services/cloudapp/index.js +7 -0
- package/tencentcloud/services/cloudapp/v20220530/cloudapp_client.d.ts +14 -0
- package/tencentcloud/services/cloudapp/v20220530/cloudapp_client.js +37 -0
- package/tencentcloud/services/cloudapp/v20220530/cloudapp_models.d.ts +174 -0
- package/tencentcloud/services/cloudapp/v20220530/cloudapp_models.js +18 -0
- package/tencentcloud/services/cloudapp/v20220530/index.d.ts +6 -0
- package/tencentcloud/services/cloudapp/v20220530/index.js +9 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +10 -10
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +9 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +31 -3
- package/tencentcloud/services/es/v20180416/es_models.d.ts +9 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +19 -5
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +9 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +9 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +6 -6
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -1
- package/tencentcloud/services/lke/v20231130/lke_client.js +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +20 -46
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +13 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +18 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +137 -0
- package/tencentcloud/services/tsi/v20210325/tsi_client.d.ts +14 -1
- package/tencentcloud/services/tsi/v20210325/tsi_client.js +14 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +93 -45
- package/test/cloudapp.v20220530.test.js +31 -0
- package/test/tdmq.v20200217.test.js +30 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云应用(cloudapp) 版本:2022-05-30
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 1 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-07-
|
|
7
|
+
发布时间:2024-07-17 10:02:42
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,108 +12,62 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
## 负载均衡(clb) 版本:2018-03-17
|
|
20
|
-
|
|
21
|
-
### 第 106 次发布
|
|
22
|
-
|
|
23
|
-
发布时间:2024-07-16 01:11:14
|
|
24
|
-
|
|
25
|
-
本次发布包含了以下内容:
|
|
15
|
+
* [VerifyLicense](https://cloud.tencent.com/document/api/1689/108874)
|
|
26
16
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
修改接口:
|
|
30
|
-
|
|
31
|
-
* [CreateLoadBalancer](https://cloud.tencent.com/document/api/214/30692)
|
|
32
|
-
|
|
33
|
-
* 新增入参:LBChargePrepaid
|
|
17
|
+
新增数据结构:
|
|
34
18
|
|
|
19
|
+
* [License](https://cloud.tencent.com/document/api/1689/108875#License)
|
|
20
|
+
* [SaleParam](https://cloud.tencent.com/document/api/1689/108875#SaleParam)
|
|
35
21
|
|
|
36
22
|
|
|
37
23
|
|
|
38
|
-
##
|
|
24
|
+
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
39
25
|
|
|
40
|
-
### 第
|
|
26
|
+
### 第 16 次发布
|
|
41
27
|
|
|
42
|
-
发布时间:2024-07-
|
|
28
|
+
发布时间:2024-07-18 01:10:11
|
|
43
29
|
|
|
44
30
|
本次发布包含了以下内容:
|
|
45
31
|
|
|
46
32
|
改善已有的文档。
|
|
47
33
|
|
|
48
|
-
|
|
34
|
+
修改接口:
|
|
49
35
|
|
|
50
|
-
* [
|
|
36
|
+
* [CreateDSPADiscoveryTask](https://cloud.tencent.com/document/api/1087/97252)
|
|
51
37
|
|
|
52
|
-
*
|
|
38
|
+
* 新增入参:Order, Rows, GlobalOrderField
|
|
53
39
|
|
|
40
|
+
* [DescribeDSPAESDataSample](https://cloud.tencent.com/document/api/1087/97209)
|
|
54
41
|
|
|
42
|
+
* 新增入参:Order, OrderField
|
|
55
43
|
|
|
44
|
+
* [DescribeDSPATaskResultDataSample](https://cloud.tencent.com/document/api/1087/97203)
|
|
56
45
|
|
|
57
|
-
|
|
46
|
+
* 新增入参:Order, OrderField
|
|
58
47
|
|
|
59
48
|
|
|
60
49
|
|
|
61
|
-
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
62
50
|
|
|
63
|
-
|
|
51
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
64
52
|
|
|
65
|
-
|
|
53
|
+
### 第 175 次发布
|
|
54
|
+
|
|
55
|
+
发布时间:2024-07-18 01:11:43
|
|
66
56
|
|
|
67
57
|
本次发布包含了以下内容:
|
|
68
58
|
|
|
69
59
|
改善已有的文档。
|
|
70
60
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
* [TextToImageLite](https://cloud.tencent.com/document/api/1729/108738)
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
61
|
+
修改接口:
|
|
78
62
|
|
|
79
|
-
|
|
63
|
+
* [ChannelCreateBatchSignUrl](https://cloud.tencent.com/document/api/1420/98671)
|
|
80
64
|
|
|
81
|
-
|
|
65
|
+
* 新增入参:OpenId, OrganizationOpenId
|
|
82
66
|
|
|
83
|
-
本次发布包含了以下内容:
|
|
84
67
|
|
|
85
|
-
改善已有的文档。
|
|
86
68
|
|
|
87
|
-
新增接口:
|
|
88
69
|
|
|
89
|
-
|
|
90
|
-
* [ClearRouteTableSelectionPolicies](https://cloud.tencent.com/document/api/215/108750)
|
|
91
|
-
* [CreateCcnRouteTables](https://cloud.tencent.com/document/api/215/108749)
|
|
92
|
-
* [DeleteCcnRouteTables](https://cloud.tencent.com/document/api/215/108748)
|
|
93
|
-
* [DescribeCcnRouteTableBroadcastPolicys](https://cloud.tencent.com/document/api/215/108747)
|
|
94
|
-
* [DescribeCcnRouteTableInputPolicys](https://cloud.tencent.com/document/api/215/108746)
|
|
95
|
-
* [DescribeCcnRouteTables](https://cloud.tencent.com/document/api/215/108745)
|
|
96
|
-
* [DescribeRouteTableAssociatedInstances](https://cloud.tencent.com/document/api/215/108744)
|
|
97
|
-
* [DescribeRouteTableSelectionPolicies](https://cloud.tencent.com/document/api/215/108743)
|
|
98
|
-
* [ModifyCcnRouteTables](https://cloud.tencent.com/document/api/215/108742)
|
|
99
|
-
* [ModifyRouteTableSelectionPolicies](https://cloud.tencent.com/document/api/215/108741)
|
|
100
|
-
* [ReplaceCcnRouteTableBroadcastPolicys](https://cloud.tencent.com/document/api/215/108740)
|
|
101
|
-
* [ReplaceCcnRouteTableInputPolicys](https://cloud.tencent.com/document/api/215/108739)
|
|
102
|
-
|
|
103
|
-
新增数据结构:
|
|
104
|
-
|
|
105
|
-
* [CcnBatchRouteTable](https://cloud.tencent.com/document/api/215/15824#CcnBatchRouteTable)
|
|
106
|
-
* [CcnInstanceWithoutRegion](https://cloud.tencent.com/document/api/215/15824#CcnInstanceWithoutRegion)
|
|
107
|
-
* [CcnRouteBroadcastPolicyRouteCondition](https://cloud.tencent.com/document/api/215/15824#CcnRouteBroadcastPolicyRouteCondition)
|
|
108
|
-
* [CcnRouteTable](https://cloud.tencent.com/document/api/215/15824#CcnRouteTable)
|
|
109
|
-
* [CcnRouteTableBroadcastPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableBroadcastPolicy)
|
|
110
|
-
* [CcnRouteTableBroadcastPolicys](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableBroadcastPolicys)
|
|
111
|
-
* [CcnRouteTableInputPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableInputPolicy)
|
|
112
|
-
* [CcnRouteTableInputPolicys](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableInputPolicys)
|
|
113
|
-
* [CcnRouteTableSelectPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableSelectPolicy)
|
|
114
|
-
* [InstanceBind](https://cloud.tencent.com/document/api/215/15824#InstanceBind)
|
|
115
|
-
* [ModifyRouteTableInfo](https://cloud.tencent.com/document/api/215/15824#ModifyRouteTableInfo)
|
|
116
|
-
* [RouteSelectionPolicy](https://cloud.tencent.com/document/api/215/15824#RouteSelectionPolicy)
|
|
70
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
117
71
|
|
|
118
72
|
|
|
119
73
|
|
|
@@ -14283,7 +14237,7 @@
|
|
|
14283
14237
|
|
|
14284
14238
|
新增接口:
|
|
14285
14239
|
|
|
14286
|
-
* [
|
|
14240
|
+
* [DescribeSnapshotOverview](https://cloud.tencent.com/document/api/362/108737)
|
|
14287
14241
|
|
|
14288
14242
|
### 第 56 次发布
|
|
14289
14243
|
|
|
@@ -19838,6 +19792,28 @@
|
|
|
19838
19792
|
|
|
19839
19793
|
## 本地专用集群(cdc) 版本:2020-12-14
|
|
19840
19794
|
|
|
19795
|
+
### 第 10 次发布
|
|
19796
|
+
|
|
19797
|
+
发布时间:2024-07-17 01:09:51
|
|
19798
|
+
|
|
19799
|
+
本次发布包含了以下内容:
|
|
19800
|
+
|
|
19801
|
+
改善已有的文档。
|
|
19802
|
+
|
|
19803
|
+
修改接口:
|
|
19804
|
+
|
|
19805
|
+
* [DescribeDedicatedClusterOrders](https://cloud.tencent.com/document/api/1346/73761)
|
|
19806
|
+
|
|
19807
|
+
* 新增入参:OrderTypes
|
|
19808
|
+
|
|
19809
|
+
|
|
19810
|
+
修改数据结构:
|
|
19811
|
+
|
|
19812
|
+
* [DedicatedClusterOrder](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterOrder)
|
|
19813
|
+
|
|
19814
|
+
* 新增成员:CheckStatus, DeliverExpectTime, DeliverFinishTime, CheckExpectTime, CheckFinishTime, OrderSLA, OrderPayPlan
|
|
19815
|
+
|
|
19816
|
+
|
|
19841
19817
|
### 第 9 次发布
|
|
19842
19818
|
|
|
19843
19819
|
发布时间:2024-03-12 01:14:14
|
|
@@ -31039,6 +31015,28 @@
|
|
|
31039
31015
|
|
|
31040
31016
|
|
|
31041
31017
|
|
|
31018
|
+
## 云应用(cloudapp) 版本:2022-05-30
|
|
31019
|
+
|
|
31020
|
+
### 第 1 次发布
|
|
31021
|
+
|
|
31022
|
+
发布时间:2024-07-17 10:02:42
|
|
31023
|
+
|
|
31024
|
+
本次发布包含了以下内容:
|
|
31025
|
+
|
|
31026
|
+
改善已有的文档。
|
|
31027
|
+
|
|
31028
|
+
新增接口:
|
|
31029
|
+
|
|
31030
|
+
* [[VerifyLicense](https://cloud.tencent.com/document/api/1689/108874)](https://cloud.tencent.com/document/api/#/#)
|
|
31031
|
+
|
|
31032
|
+
新增数据结构:
|
|
31033
|
+
|
|
31034
|
+
* [[License](https://cloud.tencent.com/document/api/1689/108875#License)](https://cloud.tencent.com/document/api/1689/108875#[License](https://cloud.tencent.com/document/api/1689/108875#License))
|
|
31035
|
+
* [[SaleParam](https://cloud.tencent.com/document/api/1689/108875#SaleParam)](https://cloud.tencent.com/document/api/1689/108875#[SaleParam](https://cloud.tencent.com/document/api/1689/108875#SaleParam))
|
|
31036
|
+
|
|
31037
|
+
|
|
31038
|
+
|
|
31039
|
+
|
|
31042
31040
|
## 操作审计(cloudaudit) 版本:2019-03-19
|
|
31043
31041
|
|
|
31044
31042
|
### 第 13 次发布
|
|
@@ -51275,6 +51273,21 @@
|
|
|
51275
51273
|
|
|
51276
51274
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
51277
51275
|
|
|
51276
|
+
### 第 97 次发布
|
|
51277
|
+
|
|
51278
|
+
发布时间:2024-07-17 01:14:09
|
|
51279
|
+
|
|
51280
|
+
本次发布包含了以下内容:
|
|
51281
|
+
|
|
51282
|
+
改善已有的文档。
|
|
51283
|
+
|
|
51284
|
+
修改接口:
|
|
51285
|
+
|
|
51286
|
+
* [DescribeDataEngineImageVersions](https://cloud.tencent.com/document/api/1342/99270)
|
|
51287
|
+
|
|
51288
|
+
* 新增入参:Sort, Asc
|
|
51289
|
+
|
|
51290
|
+
|
|
51278
51291
|
### 第 96 次发布
|
|
51279
51292
|
|
|
51280
51293
|
发布时间:2024-07-08 01:13:07
|
|
@@ -54975,6 +54988,29 @@
|
|
|
54975
54988
|
|
|
54976
54989
|
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
54977
54990
|
|
|
54991
|
+
### 第 16 次发布
|
|
54992
|
+
|
|
54993
|
+
发布时间:2024-07-18 01:10:11
|
|
54994
|
+
|
|
54995
|
+
本次发布包含了以下内容:
|
|
54996
|
+
|
|
54997
|
+
改善已有的文档。
|
|
54998
|
+
|
|
54999
|
+
修改接口:
|
|
55000
|
+
|
|
55001
|
+
* [CreateDSPADiscoveryTask](https://cloud.tencent.com/document/api/1087/97252)
|
|
55002
|
+
|
|
55003
|
+
* 新增入参:Order, Rows, GlobalOrderField
|
|
55004
|
+
|
|
55005
|
+
* [DescribeDSPAESDataSample](https://cloud.tencent.com/document/api/1087/97209)
|
|
55006
|
+
|
|
55007
|
+
* 新增入参:Order, OrderField
|
|
55008
|
+
|
|
55009
|
+
* [DescribeDSPATaskResultDataSample](https://cloud.tencent.com/document/api/1087/97203)
|
|
55010
|
+
|
|
55011
|
+
* 新增入参:Order, OrderField
|
|
55012
|
+
|
|
55013
|
+
|
|
54978
55014
|
### 第 15 次发布
|
|
54979
55015
|
|
|
54980
55016
|
发布时间:2024-06-25 01:13:45
|
|
@@ -61351,6 +61387,21 @@
|
|
|
61351
61387
|
|
|
61352
61388
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
61353
61389
|
|
|
61390
|
+
### 第 62 次发布
|
|
61391
|
+
|
|
61392
|
+
发布时间:2024-07-17 01:15:53
|
|
61393
|
+
|
|
61394
|
+
本次发布包含了以下内容:
|
|
61395
|
+
|
|
61396
|
+
改善已有的文档。
|
|
61397
|
+
|
|
61398
|
+
修改接口:
|
|
61399
|
+
|
|
61400
|
+
* [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
|
|
61401
|
+
|
|
61402
|
+
* 新增入参:ShardAllocationConcurrents, ShardAllocationBytes
|
|
61403
|
+
|
|
61404
|
+
|
|
61354
61405
|
### 第 61 次发布
|
|
61355
61406
|
|
|
61356
61407
|
发布时间:2024-07-09 01:14:44
|
|
@@ -66126,6 +66177,21 @@
|
|
|
66126
66177
|
|
|
66127
66178
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
66128
66179
|
|
|
66180
|
+
### 第 175 次发布
|
|
66181
|
+
|
|
66182
|
+
发布时间:2024-07-18 01:11:43
|
|
66183
|
+
|
|
66184
|
+
本次发布包含了以下内容:
|
|
66185
|
+
|
|
66186
|
+
改善已有的文档。
|
|
66187
|
+
|
|
66188
|
+
修改接口:
|
|
66189
|
+
|
|
66190
|
+
* [ChannelCreateBatchSignUrl](https://cloud.tencent.com/document/api/1420/98671)
|
|
66191
|
+
|
|
66192
|
+
* 新增入参:OpenId, OrganizationOpenId
|
|
66193
|
+
|
|
66194
|
+
|
|
66129
66195
|
### 第 174 次发布
|
|
66130
66196
|
|
|
66131
66197
|
发布时间:2024-07-12 01:16:22
|
|
@@ -71152,6 +71218,21 @@
|
|
|
71152
71218
|
|
|
71153
71219
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
71154
71220
|
|
|
71221
|
+
### 第 49 次发布
|
|
71222
|
+
|
|
71223
|
+
发布时间:2024-07-17 01:16:44
|
|
71224
|
+
|
|
71225
|
+
本次发布包含了以下内容:
|
|
71226
|
+
|
|
71227
|
+
改善已有的文档。
|
|
71228
|
+
|
|
71229
|
+
修改接口:
|
|
71230
|
+
|
|
71231
|
+
* [DescribeTaskStatus](https://cloud.tencent.com/document/api/608/108598)
|
|
71232
|
+
|
|
71233
|
+
* 新增出参:Status, TaskId
|
|
71234
|
+
|
|
71235
|
+
|
|
71155
71236
|
### 第 48 次发布
|
|
71156
71237
|
|
|
71157
71238
|
发布时间:2024-07-15 01:12:05
|
|
@@ -74692,6 +74773,21 @@
|
|
|
74692
74773
|
|
|
74693
74774
|
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
74694
74775
|
|
|
74776
|
+
### 第 11 次发布
|
|
74777
|
+
|
|
74778
|
+
发布时间:2024-07-17 01:17:08
|
|
74779
|
+
|
|
74780
|
+
本次发布包含了以下内容:
|
|
74781
|
+
|
|
74782
|
+
改善已有的文档。
|
|
74783
|
+
|
|
74784
|
+
修改接口:
|
|
74785
|
+
|
|
74786
|
+
* [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
|
|
74787
|
+
|
|
74788
|
+
* 新增出参:ModerationLevel
|
|
74789
|
+
|
|
74790
|
+
|
|
74695
74791
|
### 第 10 次发布
|
|
74696
74792
|
|
|
74697
74793
|
发布时间:2024-07-16 01:17:20
|
|
@@ -74702,7 +74798,7 @@
|
|
|
74702
74798
|
|
|
74703
74799
|
新增接口:
|
|
74704
74800
|
|
|
74705
|
-
* [
|
|
74801
|
+
* [TextToImageLite](https://cloud.tencent.com/document/api/1729/108738)
|
|
74706
74802
|
|
|
74707
74803
|
### 第 9 次发布
|
|
74708
74804
|
|
|
@@ -83239,6 +83335,28 @@
|
|
|
83239
83335
|
|
|
83240
83336
|
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
83241
83337
|
|
|
83338
|
+
### 第 57 次发布
|
|
83339
|
+
|
|
83340
|
+
发布时间:2024-07-17 01:19:12
|
|
83341
|
+
|
|
83342
|
+
本次发布包含了以下内容:
|
|
83343
|
+
|
|
83344
|
+
改善已有的文档。
|
|
83345
|
+
|
|
83346
|
+
修改接口:
|
|
83347
|
+
|
|
83348
|
+
* [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
|
|
83349
|
+
|
|
83350
|
+
* 新增入参:RecordStream
|
|
83351
|
+
|
|
83352
|
+
|
|
83353
|
+
修改数据结构:
|
|
83354
|
+
|
|
83355
|
+
* [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
|
|
83356
|
+
|
|
83357
|
+
* 新增成员:RecordStream
|
|
83358
|
+
|
|
83359
|
+
|
|
83242
83360
|
### 第 56 次发布
|
|
83243
83361
|
|
|
83244
83362
|
发布时间:2024-04-16 01:14:56
|
|
@@ -91599,6 +91717,21 @@
|
|
|
91599
91717
|
|
|
91600
91718
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
91601
91719
|
|
|
91720
|
+
### 第 119 次发布
|
|
91721
|
+
|
|
91722
|
+
发布时间:2024-07-17 01:20:37
|
|
91723
|
+
|
|
91724
|
+
本次发布包含了以下内容:
|
|
91725
|
+
|
|
91726
|
+
改善已有的文档。
|
|
91727
|
+
|
|
91728
|
+
修改数据结构:
|
|
91729
|
+
|
|
91730
|
+
* [PrometheusRecordRuleYamlItem](https://cloud.tencent.com/document/api/248/30354#PrometheusRecordRuleYamlItem)
|
|
91731
|
+
|
|
91732
|
+
* <font color="#dd0000">**修改成员**:</font>Status, Id, Count
|
|
91733
|
+
|
|
91734
|
+
|
|
91602
91735
|
### 第 118 次发布
|
|
91603
91736
|
|
|
91604
91737
|
发布时间:2024-07-03 01:20:32
|
|
@@ -123858,6 +123991,24 @@
|
|
|
123858
123991
|
|
|
123859
123992
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
123860
123993
|
|
|
123994
|
+
### 第 119 次发布
|
|
123995
|
+
|
|
123996
|
+
发布时间:2024-07-17 01:25:48
|
|
123997
|
+
|
|
123998
|
+
本次发布包含了以下内容:
|
|
123999
|
+
|
|
124000
|
+
改善已有的文档。
|
|
124001
|
+
|
|
124002
|
+
新增接口:
|
|
124003
|
+
|
|
124004
|
+
* [DescribeRocketMQTopicStats](https://cloud.tencent.com/document/api/1179/108864)
|
|
124005
|
+
* [DescribeRocketMQTopicsByGroup](https://cloud.tencent.com/document/api/1179/108863)
|
|
124006
|
+
* [ModifyRocketMQInstance](https://cloud.tencent.com/document/api/1179/108862)
|
|
124007
|
+
|
|
124008
|
+
新增数据结构:
|
|
124009
|
+
|
|
124010
|
+
* [TopicStats](https://cloud.tencent.com/document/api/1179/46089#TopicStats)
|
|
124011
|
+
|
|
123861
124012
|
### 第 118 次发布
|
|
123862
124013
|
|
|
123863
124014
|
发布时间:2024-07-03 01:24:52
|
|
@@ -152641,6 +152792,42 @@
|
|
|
152641
152792
|
|
|
152642
152793
|
## 私有网络(vpc) 版本:2017-03-12
|
|
152643
152794
|
|
|
152795
|
+
### 第 195 次发布
|
|
152796
|
+
|
|
152797
|
+
发布时间:2024-07-17 01:29:26
|
|
152798
|
+
|
|
152799
|
+
本次发布包含了以下内容:
|
|
152800
|
+
|
|
152801
|
+
改善已有的文档。
|
|
152802
|
+
|
|
152803
|
+
修改接口:
|
|
152804
|
+
|
|
152805
|
+
* [CreateHaVip](https://cloud.tencent.com/document/api/215/30652)
|
|
152806
|
+
|
|
152807
|
+
* 新增入参:CheckAssociate
|
|
152808
|
+
|
|
152809
|
+
* <font color="#dd0000">**修改入参**:</font>SubnetId
|
|
152810
|
+
|
|
152811
|
+
|
|
152812
|
+
新增数据结构:
|
|
152813
|
+
|
|
152814
|
+
* [HaVipAssociation](https://cloud.tencent.com/document/api/215/15824#HaVipAssociation)
|
|
152815
|
+
|
|
152816
|
+
修改数据结构:
|
|
152817
|
+
|
|
152818
|
+
* [CcnInstance](https://cloud.tencent.com/document/api/215/15824#CcnInstance)
|
|
152819
|
+
|
|
152820
|
+
* 新增成员:OrderType
|
|
152821
|
+
|
|
152822
|
+
* [CrossBorderCompliance](https://cloud.tencent.com/document/api/215/15824#CrossBorderCompliance)
|
|
152823
|
+
|
|
152824
|
+
* 新增成员:LegalPersonId, LegalPersonIdCard
|
|
152825
|
+
|
|
152826
|
+
* [HaVip](https://cloud.tencent.com/document/api/215/15824#HaVip)
|
|
152827
|
+
|
|
152828
|
+
* 新增成员:HaVipAssociationSet, CheckAssociate, FlushedTime
|
|
152829
|
+
|
|
152830
|
+
|
|
152644
152831
|
### 第 194 次发布
|
|
152645
152832
|
|
|
152646
152833
|
发布时间:2024-07-16 01:29:31
|
|
@@ -152651,34 +152838,34 @@
|
|
|
152651
152838
|
|
|
152652
152839
|
新增接口:
|
|
152653
152840
|
|
|
152654
|
-
* [
|
|
152655
|
-
* [
|
|
152656
|
-
* [
|
|
152657
|
-
* [
|
|
152658
|
-
* [
|
|
152659
|
-
* [
|
|
152660
|
-
* [
|
|
152661
|
-
* [
|
|
152662
|
-
* [
|
|
152663
|
-
* [
|
|
152664
|
-
* [
|
|
152665
|
-
* [
|
|
152666
|
-
* [
|
|
152841
|
+
* [AssociateInstancesToCcnRouteTable](https://cloud.tencent.com/document/api/215/108751)
|
|
152842
|
+
* [ClearRouteTableSelectionPolicies](https://cloud.tencent.com/document/api/215/108750)
|
|
152843
|
+
* [CreateCcnRouteTables](https://cloud.tencent.com/document/api/215/108749)
|
|
152844
|
+
* [DeleteCcnRouteTables](https://cloud.tencent.com/document/api/215/108748)
|
|
152845
|
+
* [DescribeCcnRouteTableBroadcastPolicys](https://cloud.tencent.com/document/api/215/108747)
|
|
152846
|
+
* [DescribeCcnRouteTableInputPolicys](https://cloud.tencent.com/document/api/215/108746)
|
|
152847
|
+
* [DescribeCcnRouteTables](https://cloud.tencent.com/document/api/215/108745)
|
|
152848
|
+
* [DescribeRouteTableAssociatedInstances](https://cloud.tencent.com/document/api/215/108744)
|
|
152849
|
+
* [DescribeRouteTableSelectionPolicies](https://cloud.tencent.com/document/api/215/108743)
|
|
152850
|
+
* [ModifyCcnRouteTables](https://cloud.tencent.com/document/api/215/108742)
|
|
152851
|
+
* [ModifyRouteTableSelectionPolicies](https://cloud.tencent.com/document/api/215/108741)
|
|
152852
|
+
* [ReplaceCcnRouteTableBroadcastPolicys](https://cloud.tencent.com/document/api/215/108740)
|
|
152853
|
+
* [ReplaceCcnRouteTableInputPolicys](https://cloud.tencent.com/document/api/215/108739)
|
|
152667
152854
|
|
|
152668
152855
|
新增数据结构:
|
|
152669
152856
|
|
|
152670
|
-
* [
|
|
152671
|
-
* [
|
|
152672
|
-
* [
|
|
152673
|
-
* [
|
|
152674
|
-
* [
|
|
152675
|
-
* [
|
|
152676
|
-
* [
|
|
152677
|
-
* [
|
|
152678
|
-
* [
|
|
152679
|
-
* [
|
|
152680
|
-
* [
|
|
152681
|
-
* [
|
|
152857
|
+
* [CcnBatchRouteTable](https://cloud.tencent.com/document/api/215/15824#CcnBatchRouteTable)
|
|
152858
|
+
* [CcnInstanceWithoutRegion](https://cloud.tencent.com/document/api/215/15824#CcnInstanceWithoutRegion)
|
|
152859
|
+
* [CcnRouteBroadcastPolicyRouteCondition](https://cloud.tencent.com/document/api/215/15824#CcnRouteBroadcastPolicyRouteCondition)
|
|
152860
|
+
* [CcnRouteTable](https://cloud.tencent.com/document/api/215/15824#CcnRouteTable)
|
|
152861
|
+
* [CcnRouteTableBroadcastPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableBroadcastPolicy)
|
|
152862
|
+
* [CcnRouteTableBroadcastPolicys](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableBroadcastPolicys)
|
|
152863
|
+
* [CcnRouteTableInputPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableInputPolicy)
|
|
152864
|
+
* [CcnRouteTableInputPolicys](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableInputPolicys)
|
|
152865
|
+
* [CcnRouteTableSelectPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableSelectPolicy)
|
|
152866
|
+
* [InstanceBind](https://cloud.tencent.com/document/api/215/15824#InstanceBind)
|
|
152867
|
+
* [ModifyRouteTableInfo](https://cloud.tencent.com/document/api/215/15824#ModifyRouteTableInfo)
|
|
152868
|
+
* [RouteSelectionPolicy](https://cloud.tencent.com/document/api/215/15824#RouteSelectionPolicy)
|
|
152682
152869
|
|
|
152683
152870
|
### 第 193 次发布
|
|
152684
152871
|
|