tencentcloud-sdk-nodejs 4.0.214 → 4.0.218
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 +596 -55
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +1 -0
- package/src/services/ame/v20190916/ame_models.ts +28 -0
- package/src/services/as/v20180419/as_models.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +10 -0
- package/src/services/cam/v20190116/cam_client.ts +42 -6
- package/src/services/cam/v20190116/cam_models.ts +70 -0
- package/src/services/cdn/v20180606/cdn_client.ts +20 -3
- package/src/services/cdn/v20180606/cdn_models.ts +537 -36
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +35 -0
- package/src/services/cpdp/v20190820/cpdp_client.ts +40 -1
- package/src/services/cpdp/v20190820/cpdp_models.ts +647 -5
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +2 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +90 -35
- package/src/services/domain/v20180808/domain_client.ts +143 -94
- package/src/services/domain/v20180808/domain_models.ts +182 -37
- package/src/services/ecdn/v20191012/ecdn_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +5 -0
- package/src/services/faceid/v20180301/faceid_models.ts +2 -1
- package/src/services/gaap/v20180529/gaap_client.ts +3 -2
- package/src/services/gaap/v20180529/gaap_models.ts +142 -64
- package/src/services/iai/v20200303/iai_models.ts +2 -2
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +57 -8
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +149 -9
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/live/v20180801/live_client.ts +2 -2
- package/src/services/live/v20180801/live_models.ts +3 -3
- package/src/services/mps/v20190612/mps_models.ts +16 -0
- package/src/services/ocr/v20181119/ocr_client.ts +14 -1
- package/src/services/ocr/v20181119/ocr_models.ts +80 -17
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +1 -1
- package/src/services/ssl/v20191205/ssl_client.ts +14 -1
- package/src/services/ssl/v20191205/ssl_models.ts +70 -20
- package/src/services/tcr/v20190924/tcr_client.ts +1 -0
- package/src/services/tcr/v20190924/tcr_models.ts +63 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +6 -0
- package/src/services/trtc/v20190722/trtc_models.ts +10 -0
- package/src/services/vpc/v20170312/vpc_client.ts +99 -36
- package/src/services/vpc/v20170312/vpc_models.ts +269 -32
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +24 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +9 -0
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +15 -3
- package/tencentcloud/services/cam/v20190116/cam_client.js +21 -3
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +61 -0
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +5 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +6 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +494 -31
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +30 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +13 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +18 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +541 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +75 -30
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +49 -33
- package/tencentcloud/services/domain/v20180808/domain_client.js +71 -47
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +159 -34
- package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -1
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +1 -1
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +121 -56
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +2 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +19 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +27 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +130 -9
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_client.d.ts +2 -2
- package/tencentcloud/services/live/v20180801/live_client.js +2 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +3 -3
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +13 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +5 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +6 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +72 -17
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +59 -16
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +53 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +5 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +34 -14
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +47 -17
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +233 -30
- package/test/cam.v20190116.test.js +32 -2
- package/test/cdn.v20180606.test.js +10 -0
- package/test/cpdp.v20190820.test.js +30 -0
- package/test/domain.v20180808.test.js +72 -32
- package/test/iotexplorer.v20190423.test.js +42 -2
- package/test/ocr.v20181119.test.js +10 -0
- package/test/ssl.v20191205.test.js +10 -0
- package/test/vpc.v20170312.test.js +58 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,121 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 内容分发网络(cdn) 版本:2018-06-06
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 82 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2021-10-
|
|
7
|
+
发布时间:2021-10-15 08:07:48
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateDiagnoseUrl](https://cloud.tencent.com/document/api/228/49326)
|
|
16
|
+
|
|
17
|
+
* 新增入参:Origin
|
|
18
|
+
|
|
19
|
+
* [ListDiagnoseReport](https://cloud.tencent.com/document/api/228/49324)
|
|
20
|
+
|
|
21
|
+
* 新增入参:Origin
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
27
|
+
|
|
28
|
+
### 第 23 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2021-10-15 08:08:18
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
新增数据结构:
|
|
37
|
+
|
|
38
|
+
* [SaleInfo](https://cloud.tencent.com/document/api/597/40861#SaleInfo)
|
|
39
|
+
|
|
40
|
+
修改数据结构:
|
|
41
|
+
|
|
42
|
+
* [ZoneInfo](https://cloud.tencent.com/document/api/597/40861#ZoneInfo)
|
|
43
|
+
|
|
44
|
+
* 新增成员:SalesInfo
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
50
|
+
|
|
51
|
+
### 第 24 次发布
|
|
52
|
+
|
|
53
|
+
发布时间:2021-10-15 08:10:54
|
|
54
|
+
|
|
55
|
+
本次发布包含了以下内容:
|
|
56
|
+
|
|
57
|
+
改善已有的文档。
|
|
58
|
+
|
|
59
|
+
修改接口:
|
|
60
|
+
|
|
61
|
+
* [DescribeProxies](https://cloud.tencent.com/document/api/608/36963)
|
|
62
|
+
|
|
63
|
+
* 新增入参:Order, OrderField
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
新增数据结构:
|
|
67
|
+
|
|
68
|
+
* [IPDetail](https://cloud.tencent.com/document/api/608/37023#IPDetail)
|
|
69
|
+
|
|
70
|
+
修改数据结构:
|
|
71
|
+
|
|
72
|
+
* [AccessRegionDetial](https://cloud.tencent.com/document/api/608/37023#AccessRegionDetial)
|
|
73
|
+
|
|
74
|
+
* 新增成员:RegionArea, RegionAreaName, IDCType
|
|
75
|
+
|
|
76
|
+
* [ProxyInfo](https://cloud.tencent.com/document/api/608/37023#ProxyInfo)
|
|
77
|
+
|
|
78
|
+
* 新增成员:IPList
|
|
79
|
+
|
|
80
|
+
* [RealServerStatus](https://cloud.tencent.com/document/api/608/37023#RealServerStatus)
|
|
81
|
+
|
|
82
|
+
* 新增成员:GroupId
|
|
83
|
+
|
|
84
|
+
* [RegionDetail](https://cloud.tencent.com/document/api/608/37023#RegionDetail)
|
|
85
|
+
|
|
86
|
+
* 新增成员:RegionArea, RegionAreaName, IDCType
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
92
|
+
|
|
93
|
+
### 第 26 次发布
|
|
94
|
+
|
|
95
|
+
发布时间:2021-10-15 08:16:00
|
|
96
|
+
|
|
97
|
+
本次发布包含了以下内容:
|
|
98
|
+
|
|
99
|
+
改善已有的文档。
|
|
100
|
+
|
|
101
|
+
修改数据结构:
|
|
102
|
+
|
|
103
|
+
* [EncodeParams](https://cloud.tencent.com/document/api/647/44055#EncodeParams)
|
|
104
|
+
|
|
105
|
+
* 新增成员:BackgroundImageUrl
|
|
106
|
+
|
|
107
|
+
* [WaterMarkParams](https://cloud.tencent.com/document/api/647/44055#WaterMarkParams)
|
|
108
|
+
|
|
109
|
+
* 新增成员:WaterMarkUrl
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
115
|
+
|
|
116
|
+
### 第 99 次发布
|
|
117
|
+
|
|
118
|
+
发布时间:2021-10-15 08:16:52
|
|
8
119
|
|
|
9
120
|
本次发布包含了以下内容:
|
|
10
121
|
|
|
@@ -12,35 +123,13 @@
|
|
|
12
123
|
|
|
13
124
|
新增接口:
|
|
14
125
|
|
|
15
|
-
* [
|
|
16
|
-
* [
|
|
17
|
-
* [
|
|
18
|
-
* [DeleteFenceBind](https://cloud.tencent.com/document/api/1081/62454)
|
|
19
|
-
* [DeletePositionFence](https://cloud.tencent.com/document/api/1081/62453)
|
|
20
|
-
* [DeletePositionSpace](https://cloud.tencent.com/document/api/1081/62452)
|
|
21
|
-
* [DescribeDevicePositionList](https://cloud.tencent.com/document/api/1081/62451)
|
|
22
|
-
* [DescribeFenceBindList](https://cloud.tencent.com/document/api/1081/62450)
|
|
23
|
-
* [DescribeFenceEventList](https://cloud.tencent.com/document/api/1081/62449)
|
|
24
|
-
* [DescribePositionFenceList](https://cloud.tencent.com/document/api/1081/62448)
|
|
25
|
-
* [DescribeSpaceFenceEventList](https://cloud.tencent.com/document/api/1081/62447)
|
|
26
|
-
* [GetDeviceLocationHistory](https://cloud.tencent.com/document/api/1081/62446)
|
|
27
|
-
* [GetPositionSpaceList](https://cloud.tencent.com/document/api/1081/62445)
|
|
28
|
-
* [ModifyFenceBind](https://cloud.tencent.com/document/api/1081/62444)
|
|
29
|
-
* [ModifyPositionFence](https://cloud.tencent.com/document/api/1081/62443)
|
|
30
|
-
* [ModifyPositionSpace](https://cloud.tencent.com/document/api/1081/62442)
|
|
31
|
-
* [ModifySpaceProperty](https://cloud.tencent.com/document/api/1081/62441)
|
|
32
|
-
* [SearchPositionSpace](https://cloud.tencent.com/document/api/1081/62440)
|
|
126
|
+
* [AddTemplateMember](https://cloud.tencent.com/document/api/215/62762)
|
|
127
|
+
* [DeleteTemplateMember](https://cloud.tencent.com/document/api/215/62761)
|
|
128
|
+
* [ModifyTemplateMember](https://cloud.tencent.com/document/api/215/62760)
|
|
33
129
|
|
|
34
130
|
新增数据结构:
|
|
35
131
|
|
|
36
|
-
* [
|
|
37
|
-
* [FenceBindDeviceItem](https://cloud.tencent.com/document/api/1081/34988#FenceBindDeviceItem)
|
|
38
|
-
* [FenceBindProductItem](https://cloud.tencent.com/document/api/1081/34988#FenceBindProductItem)
|
|
39
|
-
* [FenceEventItem](https://cloud.tencent.com/document/api/1081/34988#FenceEventItem)
|
|
40
|
-
* [PositionFenceInfo](https://cloud.tencent.com/document/api/1081/34988#PositionFenceInfo)
|
|
41
|
-
* [PositionFenceItem](https://cloud.tencent.com/document/api/1081/34988#PositionFenceItem)
|
|
42
|
-
* [PositionItem](https://cloud.tencent.com/document/api/1081/34988#PositionItem)
|
|
43
|
-
* [PositionSpaceInfo](https://cloud.tencent.com/document/api/1081/34988#PositionSpaceInfo)
|
|
132
|
+
* [MemberInfo](https://cloud.tencent.com/document/api/215/15824#MemberInfo)
|
|
44
133
|
|
|
45
134
|
|
|
46
135
|
|
|
@@ -345,6 +434,25 @@
|
|
|
345
434
|
|
|
346
435
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
347
436
|
|
|
437
|
+
### 第 18 次发布
|
|
438
|
+
|
|
439
|
+
发布时间:2021-10-13 08:02:42
|
|
440
|
+
|
|
441
|
+
本次发布包含了以下内容:
|
|
442
|
+
|
|
443
|
+
改善已有的文档。
|
|
444
|
+
|
|
445
|
+
修改接口:
|
|
446
|
+
|
|
447
|
+
* [DescribeKTVMusicDetail](https://cloud.tencent.com/document/api/1155/56402)
|
|
448
|
+
|
|
449
|
+
* 新增出参:DefinitionInfoSet
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
新增数据结构:
|
|
453
|
+
|
|
454
|
+
* [KTVMusicDefinitionInfo](https://cloud.tencent.com/document/api/1155/40113#KTVMusicDefinitionInfo)
|
|
455
|
+
|
|
348
456
|
### 第 17 次发布
|
|
349
457
|
|
|
350
458
|
发布时间:2021-09-06 08:10:10
|
|
@@ -4212,6 +4320,21 @@
|
|
|
4212
4320
|
|
|
4213
4321
|
## 计费相关(billing) 版本:2018-07-09
|
|
4214
4322
|
|
|
4323
|
+
### 第 28 次发布
|
|
4324
|
+
|
|
4325
|
+
发布时间:2021-10-13 08:03:28
|
|
4326
|
+
|
|
4327
|
+
本次发布包含了以下内容:
|
|
4328
|
+
|
|
4329
|
+
改善已有的文档。
|
|
4330
|
+
|
|
4331
|
+
修改接口:
|
|
4332
|
+
|
|
4333
|
+
* [DescribeBillSummaryByProduct](https://cloud.tencent.com/document/api/555/35761)
|
|
4334
|
+
|
|
4335
|
+
* 新增入参:PayType
|
|
4336
|
+
|
|
4337
|
+
|
|
4215
4338
|
### 第 27 次发布
|
|
4216
4339
|
|
|
4217
4340
|
发布时间:2021-09-13 08:03:19
|
|
@@ -5920,6 +6043,20 @@
|
|
|
5920
6043
|
|
|
5921
6044
|
## 访问管理(cam) 版本:2019-01-16
|
|
5922
6045
|
|
|
6046
|
+
### 第 38 次发布
|
|
6047
|
+
|
|
6048
|
+
发布时间:2021-10-14 08:05:24
|
|
6049
|
+
|
|
6050
|
+
本次发布包含了以下内容:
|
|
6051
|
+
|
|
6052
|
+
改善已有的文档。
|
|
6053
|
+
|
|
6054
|
+
新增接口:
|
|
6055
|
+
|
|
6056
|
+
* [CreateUserSAMLConfig](https://cloud.tencent.com/document/api/598/62664)
|
|
6057
|
+
* [DescribeUserSAMLConfig](https://cloud.tencent.com/document/api/598/62663)
|
|
6058
|
+
* [UpdateUserSAMLConfig](https://cloud.tencent.com/document/api/598/62662)
|
|
6059
|
+
|
|
5923
6060
|
### 第 37 次发布
|
|
5924
6061
|
|
|
5925
6062
|
发布时间:2021-08-24 08:04:06
|
|
@@ -9256,6 +9393,80 @@
|
|
|
9256
9393
|
|
|
9257
9394
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
9258
9395
|
|
|
9396
|
+
### 第 82 次发布
|
|
9397
|
+
|
|
9398
|
+
发布时间:2021-10-15 08:07:48
|
|
9399
|
+
|
|
9400
|
+
本次发布包含了以下内容:
|
|
9401
|
+
|
|
9402
|
+
改善已有的文档。
|
|
9403
|
+
|
|
9404
|
+
修改接口:
|
|
9405
|
+
|
|
9406
|
+
* [CreateDiagnoseUrl](https://cloud.tencent.com/document/api/228/49326)
|
|
9407
|
+
|
|
9408
|
+
* 新增入参:Origin
|
|
9409
|
+
|
|
9410
|
+
* [ListDiagnoseReport](https://cloud.tencent.com/document/api/228/49324)
|
|
9411
|
+
|
|
9412
|
+
* 新增入参:Origin
|
|
9413
|
+
|
|
9414
|
+
|
|
9415
|
+
### 第 81 次发布
|
|
9416
|
+
|
|
9417
|
+
发布时间:2021-10-14 08:06:02
|
|
9418
|
+
|
|
9419
|
+
本次发布包含了以下内容:
|
|
9420
|
+
|
|
9421
|
+
改善已有的文档。
|
|
9422
|
+
|
|
9423
|
+
新增接口:
|
|
9424
|
+
|
|
9425
|
+
* [DescribeScdnIpStrategy](https://cloud.tencent.com/document/api/228/62665)
|
|
9426
|
+
|
|
9427
|
+
新增数据结构:
|
|
9428
|
+
|
|
9429
|
+
* [ScdnIpStrategy](https://cloud.tencent.com/document/api/228/30987#ScdnIpStrategy)
|
|
9430
|
+
* [ScdnIpStrategyFilter](https://cloud.tencent.com/document/api/228/30987#ScdnIpStrategyFilter)
|
|
9431
|
+
|
|
9432
|
+
修改数据结构:
|
|
9433
|
+
|
|
9434
|
+
* [IpFilter](https://cloud.tencent.com/document/api/228/30987#IpFilter)
|
|
9435
|
+
|
|
9436
|
+
* 新增成员:ReturnCode
|
|
9437
|
+
|
|
9438
|
+
|
|
9439
|
+
### 第 80 次发布
|
|
9440
|
+
|
|
9441
|
+
发布时间:2021-10-12 08:03:17
|
|
9442
|
+
|
|
9443
|
+
本次发布包含了以下内容:
|
|
9444
|
+
|
|
9445
|
+
改善已有的文档。
|
|
9446
|
+
|
|
9447
|
+
新增数据结构:
|
|
9448
|
+
|
|
9449
|
+
* [AdvancedScdnAclGroup](https://cloud.tencent.com/document/api/228/30987#AdvancedScdnAclGroup)
|
|
9450
|
+
* [AdvancedScdnAclRule](https://cloud.tencent.com/document/api/228/30987#AdvancedScdnAclRule)
|
|
9451
|
+
* [RangeOriginPullRule](https://cloud.tencent.com/document/api/228/30987#RangeOriginPullRule)
|
|
9452
|
+
|
|
9453
|
+
修改数据结构:
|
|
9454
|
+
|
|
9455
|
+
* [CompressionRule](https://cloud.tencent.com/document/api/228/30987#CompressionRule)
|
|
9456
|
+
|
|
9457
|
+
* 新增成员:RuleType, RulePaths
|
|
9458
|
+
|
|
9459
|
+
* <font color="#dd0000">**修改成员**:</font>FileExtensions
|
|
9460
|
+
|
|
9461
|
+
* [RangeOriginPull](https://cloud.tencent.com/document/api/228/30987#RangeOriginPull)
|
|
9462
|
+
|
|
9463
|
+
* 新增成员:RangeRules
|
|
9464
|
+
|
|
9465
|
+
* [ScdnAclConfig](https://cloud.tencent.com/document/api/228/30987#ScdnAclConfig)
|
|
9466
|
+
|
|
9467
|
+
* 新增成员:AdvancedScriptData
|
|
9468
|
+
|
|
9469
|
+
|
|
9259
9470
|
### 第 79 次发布
|
|
9260
9471
|
|
|
9261
9472
|
发布时间:2021-09-27 08:07:49
|
|
@@ -11944,6 +12155,25 @@
|
|
|
11944
12155
|
|
|
11945
12156
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
11946
12157
|
|
|
12158
|
+
### 第 23 次发布
|
|
12159
|
+
|
|
12160
|
+
发布时间:2021-10-15 08:08:18
|
|
12161
|
+
|
|
12162
|
+
本次发布包含了以下内容:
|
|
12163
|
+
|
|
12164
|
+
改善已有的文档。
|
|
12165
|
+
|
|
12166
|
+
新增数据结构:
|
|
12167
|
+
|
|
12168
|
+
* [[SaleInfo](https://cloud.tencent.com/document/api/597/40861#SaleInfo)](https://cloud.tencent.com/document/api/597/40861#[SaleInfo](https://cloud.tencent.com/document/api/597/40861#SaleInfo))
|
|
12169
|
+
|
|
12170
|
+
修改数据结构:
|
|
12171
|
+
|
|
12172
|
+
* [ZoneInfo](https://cloud.tencent.com/document/api/597/40861#ZoneInfo)
|
|
12173
|
+
|
|
12174
|
+
* 新增成员:SalesInfo
|
|
12175
|
+
|
|
12176
|
+
|
|
11947
12177
|
### 第 22 次发布
|
|
11948
12178
|
|
|
11949
12179
|
发布时间:2021-09-17 08:05:43
|
|
@@ -15538,6 +15768,26 @@
|
|
|
15538
15768
|
|
|
15539
15769
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
15540
15770
|
|
|
15771
|
+
### 第 48 次发布
|
|
15772
|
+
|
|
15773
|
+
发布时间:2021-10-13 08:05:27
|
|
15774
|
+
|
|
15775
|
+
本次发布包含了以下内容:
|
|
15776
|
+
|
|
15777
|
+
改善已有的文档。
|
|
15778
|
+
|
|
15779
|
+
新增接口:
|
|
15780
|
+
|
|
15781
|
+
* [QueryOrderStatus](https://cloud.tencent.com/document/api/1122/62613)
|
|
15782
|
+
* [RefundTlinxOrder](https://cloud.tencent.com/document/api/1122/62612)
|
|
15783
|
+
* [UnifiedTlinxOrder](https://cloud.tencent.com/document/api/1122/62611)
|
|
15784
|
+
|
|
15785
|
+
新增数据结构:
|
|
15786
|
+
|
|
15787
|
+
* [PayOrderResult](https://cloud.tencent.com/document/api/1122/40683#PayOrderResult)
|
|
15788
|
+
* [QueryOrderStatusResult](https://cloud.tencent.com/document/api/1122/40683#QueryOrderStatusResult)
|
|
15789
|
+
* [RefundOrderResult](https://cloud.tencent.com/document/api/1122/40683#RefundOrderResult)
|
|
15790
|
+
|
|
15541
15791
|
### 第 47 次发布
|
|
15542
15792
|
|
|
15543
15793
|
发布时间:2021-10-09 11:10:00
|
|
@@ -19477,6 +19727,33 @@
|
|
|
19477
19727
|
|
|
19478
19728
|
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
19479
19729
|
|
|
19730
|
+
### 第 11 次发布
|
|
19731
|
+
|
|
19732
|
+
发布时间:2021-10-12 08:04:56
|
|
19733
|
+
|
|
19734
|
+
本次发布包含了以下内容:
|
|
19735
|
+
|
|
19736
|
+
改善已有的文档。
|
|
19737
|
+
|
|
19738
|
+
修改接口:
|
|
19739
|
+
|
|
19740
|
+
* [AddInstances](https://cloud.tencent.com/document/api/1003/48088)
|
|
19741
|
+
|
|
19742
|
+
* 新增入参:DealMode
|
|
19743
|
+
|
|
19744
|
+
* [CreateClusters](https://cloud.tencent.com/document/api/1003/48087)
|
|
19745
|
+
|
|
19746
|
+
* 新增入参:SecurityGroupIds, AlarmPolicyIds, ClusterParams, DealMode, ParamTemplateId
|
|
19747
|
+
|
|
19748
|
+
* [UpgradeInstance](https://cloud.tencent.com/document/api/1003/48077)
|
|
19749
|
+
|
|
19750
|
+
* 新增入参:DealMode
|
|
19751
|
+
|
|
19752
|
+
|
|
19753
|
+
新增数据结构:
|
|
19754
|
+
|
|
19755
|
+
* [ParamItem](https://cloud.tencent.com/document/api/1003/48097#ParamItem)
|
|
19756
|
+
|
|
19480
19757
|
### 第 10 次发布
|
|
19481
19758
|
|
|
19482
19759
|
发布时间:2021-07-12 08:01:28
|
|
@@ -21949,6 +22226,25 @@
|
|
|
21949
22226
|
|
|
21950
22227
|
## 域名注册(domain) 版本:2018-08-08
|
|
21951
22228
|
|
|
22229
|
+
### 第 16 次发布
|
|
22230
|
+
|
|
22231
|
+
发布时间:2021-10-14 08:08:15
|
|
22232
|
+
|
|
22233
|
+
本次发布包含了以下内容:
|
|
22234
|
+
|
|
22235
|
+
改善已有的文档。
|
|
22236
|
+
|
|
22237
|
+
新增接口:
|
|
22238
|
+
|
|
22239
|
+
* [CreatePhoneEmail](https://cloud.tencent.com/document/api/242/62669)
|
|
22240
|
+
* [DeletePhoneEmail](https://cloud.tencent.com/document/api/242/62668)
|
|
22241
|
+
* [DescribePhoneEmailList](https://cloud.tencent.com/document/api/242/62667)
|
|
22242
|
+
* [SendPhoneEmailCode](https://cloud.tencent.com/document/api/242/62666)
|
|
22243
|
+
|
|
22244
|
+
新增数据结构:
|
|
22245
|
+
|
|
22246
|
+
* [PhoneEmailData](https://cloud.tencent.com/document/api/242/38895#PhoneEmailData)
|
|
22247
|
+
|
|
21952
22248
|
### 第 15 次发布
|
|
21953
22249
|
|
|
21954
22250
|
发布时间:2021-07-21 08:05:41
|
|
@@ -25675,6 +25971,21 @@
|
|
|
25675
25971
|
|
|
25676
25972
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
25677
25973
|
|
|
25974
|
+
### 第 4 次发布
|
|
25975
|
+
|
|
25976
|
+
发布时间:2021-10-12 08:06:14
|
|
25977
|
+
|
|
25978
|
+
本次发布包含了以下内容:
|
|
25979
|
+
|
|
25980
|
+
改善已有的文档。
|
|
25981
|
+
|
|
25982
|
+
修改接口:
|
|
25983
|
+
|
|
25984
|
+
* [CreateSignUrls](https://cloud.tencent.com/document/api/1420/61522)
|
|
25985
|
+
|
|
25986
|
+
* 新增出参:ErrorMessages
|
|
25987
|
+
|
|
25988
|
+
|
|
25678
25989
|
### 第 3 次发布
|
|
25679
25990
|
|
|
25680
25991
|
发布时间:2021-09-30 08:05:19
|
|
@@ -26588,6 +26899,44 @@
|
|
|
26588
26899
|
|
|
26589
26900
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
26590
26901
|
|
|
26902
|
+
### 第 24 次发布
|
|
26903
|
+
|
|
26904
|
+
发布时间:2021-10-15 08:10:54
|
|
26905
|
+
|
|
26906
|
+
本次发布包含了以下内容:
|
|
26907
|
+
|
|
26908
|
+
改善已有的文档。
|
|
26909
|
+
|
|
26910
|
+
修改接口:
|
|
26911
|
+
|
|
26912
|
+
* [DescribeProxies](https://cloud.tencent.com/document/api/608/36963)
|
|
26913
|
+
|
|
26914
|
+
* 新增入参:Order, OrderField
|
|
26915
|
+
|
|
26916
|
+
|
|
26917
|
+
新增数据结构:
|
|
26918
|
+
|
|
26919
|
+
* [[IPDetail](https://cloud.tencent.com/document/api/608/37023#IPDetail)](https://cloud.tencent.com/document/api/608/37023#[IPDetail](https://cloud.tencent.com/document/api/608/37023#IPDetail))
|
|
26920
|
+
|
|
26921
|
+
修改数据结构:
|
|
26922
|
+
|
|
26923
|
+
* [AccessRegionDetial](https://cloud.tencent.com/document/api/608/37023#AccessRegionDetial)
|
|
26924
|
+
|
|
26925
|
+
* 新增成员:RegionArea, RegionAreaName, IDCType
|
|
26926
|
+
|
|
26927
|
+
* [ProxyInfo](https://cloud.tencent.com/document/api/608/37023#ProxyInfo)
|
|
26928
|
+
|
|
26929
|
+
* 新增成员:IPList
|
|
26930
|
+
|
|
26931
|
+
* [RealServerStatus](https://cloud.tencent.com/document/api/608/37023#RealServerStatus)
|
|
26932
|
+
|
|
26933
|
+
* 新增成员:GroupId
|
|
26934
|
+
|
|
26935
|
+
* [RegionDetail](https://cloud.tencent.com/document/api/608/37023#RegionDetail)
|
|
26936
|
+
|
|
26937
|
+
* 新增成员:RegionArea, RegionAreaName, IDCType
|
|
26938
|
+
|
|
26939
|
+
|
|
26591
26940
|
### 第 23 次发布
|
|
26592
26941
|
|
|
26593
26942
|
发布时间:2021-09-22 08:08:23
|
|
@@ -30849,6 +31198,25 @@
|
|
|
30849
31198
|
|
|
30850
31199
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
30851
31200
|
|
|
31201
|
+
### 第 33 次发布
|
|
31202
|
+
|
|
31203
|
+
发布时间:2021-10-14 08:10:09
|
|
31204
|
+
|
|
31205
|
+
本次发布包含了以下内容:
|
|
31206
|
+
|
|
31207
|
+
改善已有的文档。
|
|
31208
|
+
|
|
31209
|
+
新增接口:
|
|
31210
|
+
|
|
31211
|
+
* [DeleteTopicPolicy](https://cloud.tencent.com/document/api/1081/62673)
|
|
31212
|
+
* [DescribeTopicPolicy](https://cloud.tencent.com/document/api/1081/62672)
|
|
31213
|
+
* [ListTopicPolicy](https://cloud.tencent.com/document/api/1081/62671)
|
|
31214
|
+
* [ModifyTopicPolicy](https://cloud.tencent.com/document/api/1081/62670)
|
|
31215
|
+
|
|
31216
|
+
新增数据结构:
|
|
31217
|
+
|
|
31218
|
+
* [TopicItem](https://cloud.tencent.com/document/api/1081/34988#TopicItem)
|
|
31219
|
+
|
|
30852
31220
|
### 第 32 次发布
|
|
30853
31221
|
|
|
30854
31222
|
发布时间:2021-10-11 08:06:10
|
|
@@ -30859,35 +31227,35 @@
|
|
|
30859
31227
|
|
|
30860
31228
|
新增接口:
|
|
30861
31229
|
|
|
30862
|
-
* [
|
|
30863
|
-
* [
|
|
30864
|
-
* [
|
|
30865
|
-
* [
|
|
30866
|
-
* [
|
|
30867
|
-
* [
|
|
30868
|
-
* [
|
|
30869
|
-
* [
|
|
30870
|
-
* [
|
|
30871
|
-
* [
|
|
30872
|
-
* [
|
|
30873
|
-
* [
|
|
30874
|
-
* [
|
|
30875
|
-
* [
|
|
30876
|
-
* [
|
|
30877
|
-
* [
|
|
30878
|
-
* [
|
|
30879
|
-
* [
|
|
31230
|
+
* [CreateFenceBind](https://cloud.tencent.com/document/api/1081/62457)
|
|
31231
|
+
* [CreatePositionFence](https://cloud.tencent.com/document/api/1081/62456)
|
|
31232
|
+
* [CreatePositionSpace](https://cloud.tencent.com/document/api/1081/62455)
|
|
31233
|
+
* [DeleteFenceBind](https://cloud.tencent.com/document/api/1081/62454)
|
|
31234
|
+
* [DeletePositionFence](https://cloud.tencent.com/document/api/1081/62453)
|
|
31235
|
+
* [DeletePositionSpace](https://cloud.tencent.com/document/api/1081/62452)
|
|
31236
|
+
* [DescribeDevicePositionList](https://cloud.tencent.com/document/api/1081/62451)
|
|
31237
|
+
* [DescribeFenceBindList](https://cloud.tencent.com/document/api/1081/62450)
|
|
31238
|
+
* [DescribeFenceEventList](https://cloud.tencent.com/document/api/1081/62449)
|
|
31239
|
+
* [DescribePositionFenceList](https://cloud.tencent.com/document/api/1081/62448)
|
|
31240
|
+
* [DescribeSpaceFenceEventList](https://cloud.tencent.com/document/api/1081/62447)
|
|
31241
|
+
* [GetDeviceLocationHistory](https://cloud.tencent.com/document/api/1081/62446)
|
|
31242
|
+
* [GetPositionSpaceList](https://cloud.tencent.com/document/api/1081/62445)
|
|
31243
|
+
* [ModifyFenceBind](https://cloud.tencent.com/document/api/1081/62444)
|
|
31244
|
+
* [ModifyPositionFence](https://cloud.tencent.com/document/api/1081/62443)
|
|
31245
|
+
* [ModifyPositionSpace](https://cloud.tencent.com/document/api/1081/62442)
|
|
31246
|
+
* [ModifySpaceProperty](https://cloud.tencent.com/document/api/1081/62441)
|
|
31247
|
+
* [SearchPositionSpace](https://cloud.tencent.com/document/api/1081/62440)
|
|
30880
31248
|
|
|
30881
31249
|
新增数据结构:
|
|
30882
31250
|
|
|
30883
|
-
* [
|
|
30884
|
-
* [
|
|
30885
|
-
* [
|
|
30886
|
-
* [
|
|
30887
|
-
* [
|
|
30888
|
-
* [
|
|
30889
|
-
* [
|
|
30890
|
-
* [
|
|
31251
|
+
* [FenceAlarmPoint](https://cloud.tencent.com/document/api/1081/34988#FenceAlarmPoint)
|
|
31252
|
+
* [FenceBindDeviceItem](https://cloud.tencent.com/document/api/1081/34988#FenceBindDeviceItem)
|
|
31253
|
+
* [FenceBindProductItem](https://cloud.tencent.com/document/api/1081/34988#FenceBindProductItem)
|
|
31254
|
+
* [FenceEventItem](https://cloud.tencent.com/document/api/1081/34988#FenceEventItem)
|
|
31255
|
+
* [PositionFenceInfo](https://cloud.tencent.com/document/api/1081/34988#PositionFenceInfo)
|
|
31256
|
+
* [PositionFenceItem](https://cloud.tencent.com/document/api/1081/34988#PositionFenceItem)
|
|
31257
|
+
* [PositionItem](https://cloud.tencent.com/document/api/1081/34988#PositionItem)
|
|
31258
|
+
* [PositionSpaceInfo](https://cloud.tencent.com/document/api/1081/34988#PositionSpaceInfo)
|
|
30891
31259
|
|
|
30892
31260
|
### 第 31 次发布
|
|
30893
31261
|
|
|
@@ -36772,6 +37140,36 @@
|
|
|
36772
37140
|
|
|
36773
37141
|
## 视频处理(mps) 版本:2019-06-12
|
|
36774
37142
|
|
|
37143
|
+
### 第 35 次发布
|
|
37144
|
+
|
|
37145
|
+
发布时间:2021-10-13 08:09:46
|
|
37146
|
+
|
|
37147
|
+
本次发布包含了以下内容:
|
|
37148
|
+
|
|
37149
|
+
改善已有的文档。
|
|
37150
|
+
|
|
37151
|
+
修改数据结构:
|
|
37152
|
+
|
|
37153
|
+
* [MediaVideoStreamItem](https://cloud.tencent.com/document/api/862/37615#MediaVideoStreamItem)
|
|
37154
|
+
|
|
37155
|
+
* 新增成员:HdrType
|
|
37156
|
+
|
|
37157
|
+
|
|
37158
|
+
### 第 34 次发布
|
|
37159
|
+
|
|
37160
|
+
发布时间:2021-10-12 08:08:34
|
|
37161
|
+
|
|
37162
|
+
本次发布包含了以下内容:
|
|
37163
|
+
|
|
37164
|
+
改善已有的文档。
|
|
37165
|
+
|
|
37166
|
+
修改数据结构:
|
|
37167
|
+
|
|
37168
|
+
* [LiveStreamTaskNotifyConfig](https://cloud.tencent.com/document/api/862/37615#LiveStreamTaskNotifyConfig)
|
|
37169
|
+
|
|
37170
|
+
* 新增成员:NotifyType, NotifyUrl
|
|
37171
|
+
|
|
37172
|
+
|
|
36775
37173
|
### 第 33 次发布
|
|
36776
37174
|
|
|
36777
37175
|
发布时间:2021-08-10 08:08:43
|
|
@@ -38879,6 +39277,22 @@
|
|
|
38879
39277
|
|
|
38880
39278
|
## 文字识别(ocr) 版本:2018-11-19
|
|
38881
39279
|
|
|
39280
|
+
### 第 56 次发布
|
|
39281
|
+
|
|
39282
|
+
发布时间:2021-10-13 08:10:08
|
|
39283
|
+
|
|
39284
|
+
本次发布包含了以下内容:
|
|
39285
|
+
|
|
39286
|
+
改善已有的文档。
|
|
39287
|
+
|
|
39288
|
+
新增接口:
|
|
39289
|
+
|
|
39290
|
+
* [RecognizeOnlineTaxiItineraryOCR](https://cloud.tencent.com/document/api/866/62614)
|
|
39291
|
+
|
|
39292
|
+
新增数据结构:
|
|
39293
|
+
|
|
39294
|
+
* [OnlineTaxiItineraryInfo](https://cloud.tencent.com/document/api/866/33527#OnlineTaxiItineraryInfo)
|
|
39295
|
+
|
|
38882
39296
|
### 第 55 次发布
|
|
38883
39297
|
|
|
38884
39298
|
发布时间:2021-09-28 08:08:22
|
|
@@ -44274,6 +44688,22 @@
|
|
|
44274
44688
|
|
|
44275
44689
|
## 证书(ssl) 版本:2019-12-05
|
|
44276
44690
|
|
|
44691
|
+
### 第 9 次发布
|
|
44692
|
+
|
|
44693
|
+
发布时间:2021-10-14 08:12:50
|
|
44694
|
+
|
|
44695
|
+
本次发布包含了以下内容:
|
|
44696
|
+
|
|
44697
|
+
改善已有的文档。
|
|
44698
|
+
|
|
44699
|
+
新增接口:
|
|
44700
|
+
|
|
44701
|
+
* [DescribeDeployedResources](https://cloud.tencent.com/document/api/400/62674)
|
|
44702
|
+
|
|
44703
|
+
新增数据结构:
|
|
44704
|
+
|
|
44705
|
+
* [DeployedResources](https://cloud.tencent.com/document/api/400/41679#DeployedResources)
|
|
44706
|
+
|
|
44277
44707
|
### 第 8 次发布
|
|
44278
44708
|
|
|
44279
44709
|
发布时间:2021-09-27 08:15:47
|
|
@@ -47924,6 +48354,29 @@
|
|
|
47924
48354
|
|
|
47925
48355
|
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
47926
48356
|
|
|
48357
|
+
### 第 38 次发布
|
|
48358
|
+
|
|
48359
|
+
发布时间:2021-10-12 08:10:36
|
|
48360
|
+
|
|
48361
|
+
本次发布包含了以下内容:
|
|
48362
|
+
|
|
48363
|
+
改善已有的文档。
|
|
48364
|
+
|
|
48365
|
+
修改接口:
|
|
48366
|
+
|
|
48367
|
+
* [DescribeReplicationInstanceSyncStatus](https://cloud.tencent.com/document/api/1141/55297)
|
|
48368
|
+
|
|
48369
|
+
* 新增入参:ShowReplicationLog, Offset, Limit
|
|
48370
|
+
|
|
48371
|
+
* <font color="#dd0000">**修改入参**:</font>ReplicationRegionId
|
|
48372
|
+
|
|
48373
|
+
* 新增出参:ReplicationLog
|
|
48374
|
+
|
|
48375
|
+
|
|
48376
|
+
新增数据结构:
|
|
48377
|
+
|
|
48378
|
+
* [ReplicationLog](https://cloud.tencent.com/document/api/1141/41603#ReplicationLog)
|
|
48379
|
+
|
|
47927
48380
|
### 第 37 次发布
|
|
47928
48381
|
|
|
47929
48382
|
发布时间:2021-10-09 11:19:12
|
|
@@ -48648,6 +49101,21 @@
|
|
|
48648
49101
|
|
|
48649
49102
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
48650
49103
|
|
|
49104
|
+
### 第 20 次发布
|
|
49105
|
+
|
|
49106
|
+
发布时间:2021-10-13 08:12:03
|
|
49107
|
+
|
|
49108
|
+
本次发布包含了以下内容:
|
|
49109
|
+
|
|
49110
|
+
改善已有的文档。
|
|
49111
|
+
|
|
49112
|
+
修改数据结构:
|
|
49113
|
+
|
|
49114
|
+
* [Environment](https://cloud.tencent.com/document/api/1179/46089#Environment)
|
|
49115
|
+
|
|
49116
|
+
* 新增成员:RetentionPolicy
|
|
49117
|
+
|
|
49118
|
+
|
|
48651
49119
|
### 第 19 次发布
|
|
48652
49120
|
|
|
48653
49121
|
发布时间:2021-10-09 11:19:31
|
|
@@ -52760,6 +53228,25 @@
|
|
|
52760
53228
|
|
|
52761
53229
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
52762
53230
|
|
|
53231
|
+
### 第 26 次发布
|
|
53232
|
+
|
|
53233
|
+
发布时间:2021-10-15 08:16:00
|
|
53234
|
+
|
|
53235
|
+
本次发布包含了以下内容:
|
|
53236
|
+
|
|
53237
|
+
改善已有的文档。
|
|
53238
|
+
|
|
53239
|
+
修改数据结构:
|
|
53240
|
+
|
|
53241
|
+
* [EncodeParams](https://cloud.tencent.com/document/api/647/44055#EncodeParams)
|
|
53242
|
+
|
|
53243
|
+
* 新增成员:BackgroundImageUrl
|
|
53244
|
+
|
|
53245
|
+
* [WaterMarkParams](https://cloud.tencent.com/document/api/647/44055#WaterMarkParams)
|
|
53246
|
+
|
|
53247
|
+
* 新增成员:WaterMarkUrl
|
|
53248
|
+
|
|
53249
|
+
|
|
52763
53250
|
### 第 25 次发布
|
|
52764
53251
|
|
|
52765
53252
|
发布时间:2021-05-25 08:11:20
|
|
@@ -57974,6 +58461,60 @@
|
|
|
57974
58461
|
|
|
57975
58462
|
## 私有网络(vpc) 版本:2017-03-12
|
|
57976
58463
|
|
|
58464
|
+
### 第 99 次发布
|
|
58465
|
+
|
|
58466
|
+
发布时间:2021-10-15 08:16:52
|
|
58467
|
+
|
|
58468
|
+
本次发布包含了以下内容:
|
|
58469
|
+
|
|
58470
|
+
改善已有的文档。
|
|
58471
|
+
|
|
58472
|
+
新增接口:
|
|
58473
|
+
|
|
58474
|
+
* [[AddTemplateMember](https://cloud.tencent.com/document/api/215/62762)](https://cloud.tencent.com/document/api/#/#)
|
|
58475
|
+
* [[DeleteTemplateMember](https://cloud.tencent.com/document/api/215/62761)](https://cloud.tencent.com/document/api/#/#)
|
|
58476
|
+
* [[ModifyTemplateMember](https://cloud.tencent.com/document/api/215/62760)](https://cloud.tencent.com/document/api/#/#)
|
|
58477
|
+
|
|
58478
|
+
新增数据结构:
|
|
58479
|
+
|
|
58480
|
+
* [[MemberInfo](https://cloud.tencent.com/document/api/215/15824#MemberInfo)](https://cloud.tencent.com/document/api/215/15824#[MemberInfo](https://cloud.tencent.com/document/api/215/15824#MemberInfo))
|
|
58481
|
+
|
|
58482
|
+
### 第 98 次发布
|
|
58483
|
+
|
|
58484
|
+
发布时间:2021-10-13 08:13:36
|
|
58485
|
+
|
|
58486
|
+
本次发布包含了以下内容:
|
|
58487
|
+
|
|
58488
|
+
改善已有的文档。
|
|
58489
|
+
|
|
58490
|
+
新增接口:
|
|
58491
|
+
|
|
58492
|
+
* [DescribeNatGatewayDirectConnectGatewayRoute](https://cloud.tencent.com/document/api/215/62616)
|
|
58493
|
+
* [RefreshDirectConnectGatewayRouteToNatGateway](https://cloud.tencent.com/document/api/215/62615)
|
|
58494
|
+
|
|
58495
|
+
修改接口:
|
|
58496
|
+
|
|
58497
|
+
* [ModifyBandwidthPackageAttribute](https://cloud.tencent.com/document/api/215/19208)
|
|
58498
|
+
|
|
58499
|
+
* 新增入参:MigrateOnRefund
|
|
58500
|
+
|
|
58501
|
+
* [UnassignPrivateIpAddresses](https://cloud.tencent.com/document/api/215/15814)
|
|
58502
|
+
|
|
58503
|
+
* 新增入参:InstanceId
|
|
58504
|
+
|
|
58505
|
+
|
|
58506
|
+
新增数据结构:
|
|
58507
|
+
|
|
58508
|
+
* [DirectConnectSubnet](https://cloud.tencent.com/document/api/215/15824#DirectConnectSubnet)
|
|
58509
|
+
* [NatDirectConnectGatewayRoute](https://cloud.tencent.com/document/api/215/15824#NatDirectConnectGatewayRoute)
|
|
58510
|
+
|
|
58511
|
+
修改数据结构:
|
|
58512
|
+
|
|
58513
|
+
* [SecurityGroup](https://cloud.tencent.com/document/api/215/15824#SecurityGroup)
|
|
58514
|
+
|
|
58515
|
+
* 新增成员:UpdateTime
|
|
58516
|
+
|
|
58517
|
+
|
|
57977
58518
|
### 第 97 次发布
|
|
57978
58519
|
|
|
57979
58520
|
发布时间:2021-09-07 08:09:15
|