tencentcloud-sdk-nodejs 4.0.246 → 4.0.250
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 +805 -13
- package/package.json +1 -1
- package/products.md +42 -39
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_models.ts +5 -0
- package/src/services/antiddos/v20200309/antiddos_models.ts +6 -0
- package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +20 -0
- package/src/services/apm/index.ts +5 -0
- package/src/services/apm/v20210622/apm_client.ts +70 -0
- package/src/services/apm/v20210622/apm_models.ts +306 -0
- package/src/services/apm/v20210622/index.ts +6 -0
- package/src/services/asr/v20190614/asr_client.ts +2 -2
- package/src/services/asr/v20190614/asr_models.ts +4 -2
- package/src/services/captcha/v20190722/captcha_models.ts +2 -1
- package/src/services/ccc/v20200210/ccc_client.ts +31 -15
- package/src/services/ccc/v20200210/ccc_models.ts +334 -179
- package/src/services/cdb/v20170320/cdb_models.ts +11 -1
- package/src/services/cdn/v20180606/cdn_client.ts +1 -0
- package/src/services/cdn/v20180606/cdn_models.ts +45 -4
- package/src/services/cfw/v20190904/cfw_models.ts +1 -1
- package/src/services/cii/v20210408/cii_models.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
- package/src/services/clb/v20180317/clb_client.ts +13 -1
- package/src/services/clb/v20180317/clb_models.ts +67 -18
- package/src/services/cme/v20191029/cme_client.ts +3 -3
- package/src/services/cme/v20191029/cme_models.ts +30 -25
- package/src/services/cpdp/v20190820/cpdp_client.ts +34 -9
- package/src/services/cpdp/v20190820/cpdp_models.ts +266 -159
- package/src/services/cr/v20180321/cr_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +9 -8
- package/src/services/domain/v20180808/domain_models.ts +26 -1
- package/src/services/ecdn/v20191012/ecdn_client.ts +3 -0
- package/src/services/ecm/v20190719/ecm_models.ts +2 -2
- package/src/services/gaap/v20180529/gaap_models.ts +5 -0
- package/src/services/index.ts +3 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +26 -13
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +71 -21
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +11 -0
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +31 -0
- package/src/services/ivld/index.ts +5 -0
- package/src/services/ivld/v20210903/index.ts +6 -0
- package/src/services/ivld/v20210903/ivld_client.ts +170 -0
- package/src/services/ivld/v20210903/ivld_models.ts +973 -0
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +0 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -35
- package/src/services/monitor/v20180724/monitor_models.ts +3 -3
- package/src/services/mrs/v20200910/mrs_client.ts +2 -0
- package/src/services/mrs/v20200910/mrs_models.ts +81 -5
- package/src/services/postgres/v20170312/postgres_models.ts +20 -8
- package/src/services/privatedns/v20201028/privatedns_client.ts +40 -3
- package/src/services/privatedns/v20201028/privatedns_models.ts +142 -32
- package/src/services/scf/v20180416/scf_client.ts +25 -12
- package/src/services/scf/v20180416/scf_models.ts +103 -1
- package/src/services/tat/v20201028/tat_models.ts +87 -11
- package/src/services/tdmq/v20200217/tdmq_client.ts +15 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +556 -146
- package/src/services/thpc/index.ts +5 -0
- package/src/services/thpc/v20211109/index.ts +6 -0
- package/src/services/thpc/v20211109/thpc_client.ts +64 -0
- package/src/services/thpc/v20211109/thpc_models.ts +332 -0
- package/src/services/tiw/v20190919/tiw_models.ts +2 -2
- package/src/services/tke/v20180525/tke_client.ts +25 -0
- package/src/services/tke/v20180525/tke_models.ts +112 -0
- package/src/services/tsf/v20180326/tsf_client.ts +13 -0
- package/src/services/tsf/v20180326/tsf_models.ts +85 -0
- package/src/services/vpc/v20170312/vpc_models.ts +2 -2
- package/src/services/waf/v20180125/waf_client.ts +1 -1
- package/src/services/waf/v20180125/waf_models.ts +26 -1
- 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 +4 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +16 -0
- package/tencentcloud/services/apm/index.d.ts +6 -0
- package/tencentcloud/services/apm/index.js +7 -0
- package/tencentcloud/services/apm/v20210622/apm_client.d.ts +22 -0
- package/tencentcloud/services/apm/v20210622/apm_client.js +49 -0
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +246 -0
- package/tencentcloud/services/apm/v20210622/apm_models.js +18 -0
- package/tencentcloud/services/apm/v20210622/index.d.ts +6 -0
- package/tencentcloud/services/apm/v20210622/index.js +9 -0
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
- package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -2
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +1 -0
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +9 -5
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +12 -6
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +283 -153
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +9 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +39 -4
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +5 -1
- package/tencentcloud/services/clb/v20180317/clb_client.js +6 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +56 -15
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +3 -3
- package/tencentcloud/services/cme/v20191029/cme_client.js +3 -3
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +29 -25
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +11 -3
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +15 -3
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +227 -136
- package/tencentcloud/services/cr/v20180321/cr_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +9 -8
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +21 -1
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +3 -0
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +3 -0
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +2 -2
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +4 -0
- package/tencentcloud/services/index.d.ts +3 -0
- package/tencentcloud/services/index.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +9 -5
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +12 -6
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +61 -18
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +9 -0
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +26 -0
- package/tencentcloud/services/ivld/index.d.ts +6 -0
- package/tencentcloud/services/ivld/index.js +7 -0
- package/tencentcloud/services/ivld/v20210903/index.d.ts +6 -0
- package/tencentcloud/services/ivld/v20210903/index.js +9 -0
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +66 -0
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +103 -0
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +831 -0
- package/tencentcloud/services/ivld/v20210903/ivld_models.js +18 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +6 -29
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +3 -3
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +70 -5
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +18 -8
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +13 -1
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +18 -0
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +124 -29
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +9 -5
- package/tencentcloud/services/scf/v20180416/scf_client.js +12 -6
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +86 -1
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +75 -11
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +434 -94
- package/tencentcloud/services/thpc/index.d.ts +6 -0
- package/tencentcloud/services/thpc/index.js +7 -0
- package/tencentcloud/services/thpc/v20211109/index.d.ts +6 -0
- package/tencentcloud/services/thpc/v20211109/index.js +9 -0
- package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +18 -0
- package/tencentcloud/services/thpc/v20211109/thpc_client.js +43 -0
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +272 -0
- package/tencentcloud/services/thpc/v20211109/thpc_models.js +18 -0
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -2
- 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 +95 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +73 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +22 -1
- package/test/apm.v20210622.test.js +51 -0
- package/test/ccc.v20200210.test.js +14 -4
- package/test/clb.v20180317.test.js +10 -0
- package/test/cpdp.v20190820.test.js +22 -2
- package/test/iotexplorer.v20190423.test.js +14 -4
- package/test/ivld.v20210903.test.js +101 -0
- package/test/privatedns.v20201028.test.js +30 -0
- package/test/scf.v20180416.test.js +14 -4
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/thpc.v20211109.test.js +41 -0
- package/test/tke.v20180525.test.js +20 -0
- package/test/tsf.v20180326.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,29 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## API网关(apigateway) 版本:2018-08-08
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 22 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2021-
|
|
7
|
+
发布时间:2021-12-06 08:00:59
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateApi](https://cloud.tencent.com/document/api/628/45243)
|
|
16
|
+
|
|
17
|
+
* 新增入参:EIAMAppType, EIAMAuthType, TokenTimeout, EIAMAppId
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
23
|
+
|
|
24
|
+
### 第 18 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2021-12-06 08:02:18
|
|
8
27
|
|
|
9
28
|
本次发布包含了以下内容:
|
|
10
29
|
|
|
@@ -12,15 +31,56 @@
|
|
|
12
31
|
|
|
13
32
|
新增接口:
|
|
14
33
|
|
|
15
|
-
* [
|
|
34
|
+
* [DescribeCCCBuyInfoList](https://cloud.tencent.com/document/api/679/65435)
|
|
35
|
+
|
|
36
|
+
新增数据结构:
|
|
16
37
|
|
|
38
|
+
* [PackageBuyInfo](https://cloud.tencent.com/document/api/679/47715#PackageBuyInfo)
|
|
39
|
+
* [PhoneNumBuyInfo](https://cloud.tencent.com/document/api/679/47715#PhoneNumBuyInfo)
|
|
40
|
+
* [SdkAppIdBuyInfo](https://cloud.tencent.com/document/api/679/47715#SdkAppIdBuyInfo)
|
|
41
|
+
* [StaffBuyInfo](https://cloud.tencent.com/document/api/679/47715#StaffBuyInfo)
|
|
17
42
|
|
|
18
43
|
|
|
19
|
-
## 容器服务(tke) 版本:2018-05-25
|
|
20
44
|
|
|
21
|
-
|
|
45
|
+
## 内容分发网络(cdn) 版本:2018-06-06
|
|
22
46
|
|
|
23
|
-
|
|
47
|
+
### 第 88 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2021-12-06 08:02:38
|
|
50
|
+
|
|
51
|
+
本次发布包含了以下内容:
|
|
52
|
+
|
|
53
|
+
改善已有的文档。
|
|
54
|
+
|
|
55
|
+
修改接口:
|
|
56
|
+
|
|
57
|
+
* [ListClsLogTopics](https://cloud.tencent.com/document/api/228/42194)
|
|
58
|
+
|
|
59
|
+
* 新增出参:ExtraLogset
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
新增数据结构:
|
|
63
|
+
|
|
64
|
+
* [ExtraLogset](https://cloud.tencent.com/document/api/228/30987#ExtraLogset)
|
|
65
|
+
|
|
66
|
+
修改数据结构:
|
|
67
|
+
|
|
68
|
+
* [LogSetInfo](https://cloud.tencent.com/document/api/228/30987#LogSetInfo)
|
|
69
|
+
|
|
70
|
+
* 新增成员:Deleted, RegionEn
|
|
71
|
+
|
|
72
|
+
* [TopicInfo](https://cloud.tencent.com/document/api/228/30987#TopicInfo)
|
|
73
|
+
|
|
74
|
+
* 新增成员:Deleted
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
80
|
+
|
|
81
|
+
### 第 52 次发布
|
|
82
|
+
|
|
83
|
+
发布时间:2021-12-06 08:03:46
|
|
24
84
|
|
|
25
85
|
本次发布包含了以下内容:
|
|
26
86
|
|
|
@@ -28,8 +88,55 @@
|
|
|
28
88
|
|
|
29
89
|
新增接口:
|
|
30
90
|
|
|
31
|
-
* [
|
|
32
|
-
* [
|
|
91
|
+
* [DeduceQuota](https://cloud.tencent.com/document/api/1122/65437)
|
|
92
|
+
* [QueryAssignment](https://cloud.tencent.com/document/api/1122/65436)
|
|
93
|
+
|
|
94
|
+
新增数据结构:
|
|
95
|
+
|
|
96
|
+
* [AssignmentData](https://cloud.tencent.com/document/api/1122/40683#AssignmentData)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
## 域名注册(domain) 版本:2018-08-08
|
|
101
|
+
|
|
102
|
+
### 第 18 次发布
|
|
103
|
+
|
|
104
|
+
发布时间:2021-12-06 08:05:24
|
|
105
|
+
|
|
106
|
+
本次发布包含了以下内容:
|
|
107
|
+
|
|
108
|
+
改善已有的文档。
|
|
109
|
+
|
|
110
|
+
修改接口:
|
|
111
|
+
|
|
112
|
+
* [CreateDomainBatch](https://cloud.tencent.com/document/api/242/48942)
|
|
113
|
+
|
|
114
|
+
* 新增入参:UpdateProhibition, TransferProhibition
|
|
115
|
+
|
|
116
|
+
* [TransferInDomainBatch](https://cloud.tencent.com/document/api/242/49195)
|
|
117
|
+
|
|
118
|
+
* 新增入参:UpdateProhibition, TransferProhibition
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
124
|
+
|
|
125
|
+
### 第 37 次发布
|
|
126
|
+
|
|
127
|
+
发布时间:2021-12-06 08:07:14
|
|
128
|
+
|
|
129
|
+
本次发布包含了以下内容:
|
|
130
|
+
|
|
131
|
+
改善已有的文档。
|
|
132
|
+
|
|
133
|
+
新增接口:
|
|
134
|
+
|
|
135
|
+
* [GenSingleDeviceSignatureOfPublic](https://cloud.tencent.com/document/api/1081/65438)
|
|
136
|
+
|
|
137
|
+
新增数据结构:
|
|
138
|
+
|
|
139
|
+
* [DeviceSignatureInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceSignatureInfo)
|
|
33
140
|
|
|
34
141
|
|
|
35
142
|
|
|
@@ -432,6 +539,21 @@
|
|
|
432
539
|
|
|
433
540
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
434
541
|
|
|
542
|
+
### 第 19 次发布
|
|
543
|
+
|
|
544
|
+
发布时间:2021-12-03 08:01:26
|
|
545
|
+
|
|
546
|
+
本次发布包含了以下内容:
|
|
547
|
+
|
|
548
|
+
改善已有的文档。
|
|
549
|
+
|
|
550
|
+
修改数据结构:
|
|
551
|
+
|
|
552
|
+
* [PackageItem](https://cloud.tencent.com/document/api/1155/40113#PackageItem)
|
|
553
|
+
|
|
554
|
+
* 新增成员:Tags
|
|
555
|
+
|
|
556
|
+
|
|
435
557
|
### 第 18 次发布
|
|
436
558
|
|
|
437
559
|
发布时间:2021-10-13 08:02:42
|
|
@@ -952,6 +1074,21 @@
|
|
|
952
1074
|
|
|
953
1075
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
954
1076
|
|
|
1077
|
+
### 第 15 次发布
|
|
1078
|
+
|
|
1079
|
+
发布时间:2021-12-02 08:02:10
|
|
1080
|
+
|
|
1081
|
+
本次发布包含了以下内容:
|
|
1082
|
+
|
|
1083
|
+
改善已有的文档。
|
|
1084
|
+
|
|
1085
|
+
修改数据结构:
|
|
1086
|
+
|
|
1087
|
+
* [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
|
|
1088
|
+
|
|
1089
|
+
* 新增成员:V6Flag
|
|
1090
|
+
|
|
1091
|
+
|
|
955
1092
|
### 第 14 次发布
|
|
956
1093
|
|
|
957
1094
|
发布时间:2021-11-23 08:02:33
|
|
@@ -1462,6 +1599,21 @@
|
|
|
1462
1599
|
|
|
1463
1600
|
## API网关(apigateway) 版本:2018-08-08
|
|
1464
1601
|
|
|
1602
|
+
### 第 22 次发布
|
|
1603
|
+
|
|
1604
|
+
发布时间:2021-12-06 08:00:59
|
|
1605
|
+
|
|
1606
|
+
本次发布包含了以下内容:
|
|
1607
|
+
|
|
1608
|
+
改善已有的文档。
|
|
1609
|
+
|
|
1610
|
+
修改接口:
|
|
1611
|
+
|
|
1612
|
+
* [CreateApi](https://cloud.tencent.com/document/api/628/45243)
|
|
1613
|
+
|
|
1614
|
+
* 新增入参:EIAMAppType, EIAMAuthType, TokenTimeout, EIAMAppId
|
|
1615
|
+
|
|
1616
|
+
|
|
1465
1617
|
### 第 21 次发布
|
|
1466
1618
|
|
|
1467
1619
|
发布时间:2021-11-10 08:02:05
|
|
@@ -2003,6 +2155,56 @@
|
|
|
2003
2155
|
|
|
2004
2156
|
|
|
2005
2157
|
|
|
2158
|
+
## 应用性能观测(apm) 版本:2021-06-22
|
|
2159
|
+
|
|
2160
|
+
### 第 3 次发布
|
|
2161
|
+
|
|
2162
|
+
发布时间:2021-12-02 08:02:32
|
|
2163
|
+
|
|
2164
|
+
本次发布包含了以下内容:
|
|
2165
|
+
|
|
2166
|
+
改善已有的文档。
|
|
2167
|
+
|
|
2168
|
+
新增接口:
|
|
2169
|
+
|
|
2170
|
+
* [CreateApmInstance](https://cloud.tencent.com/document/api/1463/65347)
|
|
2171
|
+
|
|
2172
|
+
### 第 2 次发布
|
|
2173
|
+
|
|
2174
|
+
发布时间:2021-12-01 08:02:58
|
|
2175
|
+
|
|
2176
|
+
本次发布包含了以下内容:
|
|
2177
|
+
|
|
2178
|
+
改善已有的文档。
|
|
2179
|
+
|
|
2180
|
+
新增接口:
|
|
2181
|
+
|
|
2182
|
+
* [DescribeApmInstances](https://cloud.tencent.com/document/api/1463/65103)
|
|
2183
|
+
|
|
2184
|
+
新增数据结构:
|
|
2185
|
+
|
|
2186
|
+
* [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
|
|
2187
|
+
* [ApmTag](https://cloud.tencent.com/document/api/1463/64927#ApmTag)
|
|
2188
|
+
|
|
2189
|
+
### 第 1 次发布
|
|
2190
|
+
|
|
2191
|
+
发布时间:2021-11-29 14:39:11
|
|
2192
|
+
|
|
2193
|
+
本次发布包含了以下内容:
|
|
2194
|
+
|
|
2195
|
+
改善已有的文档。
|
|
2196
|
+
|
|
2197
|
+
新增接口:
|
|
2198
|
+
|
|
2199
|
+
* [DescribeApmAgent](https://cloud.tencent.com/document/api/1463/64926)
|
|
2200
|
+
|
|
2201
|
+
新增数据结构:
|
|
2202
|
+
|
|
2203
|
+
* [ApmAgentInfo](https://cloud.tencent.com/document/api/1463/64927#ApmAgentInfo)
|
|
2204
|
+
|
|
2205
|
+
|
|
2206
|
+
|
|
2207
|
+
|
|
2006
2208
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
2007
2209
|
|
|
2008
2210
|
### 第 42 次发布
|
|
@@ -7865,6 +8067,25 @@
|
|
|
7865
8067
|
|
|
7866
8068
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
7867
8069
|
|
|
8070
|
+
### 第 18 次发布
|
|
8071
|
+
|
|
8072
|
+
发布时间:2021-12-06 08:02:18
|
|
8073
|
+
|
|
8074
|
+
本次发布包含了以下内容:
|
|
8075
|
+
|
|
8076
|
+
改善已有的文档。
|
|
8077
|
+
|
|
8078
|
+
新增接口:
|
|
8079
|
+
|
|
8080
|
+
* [[DescribeCCCBuyInfoList](https://cloud.tencent.com/document/api/679/65435)](https://cloud.tencent.com/document/api/#/#)
|
|
8081
|
+
|
|
8082
|
+
新增数据结构:
|
|
8083
|
+
|
|
8084
|
+
* [[PackageBuyInfo](https://cloud.tencent.com/document/api/679/47715#PackageBuyInfo)](https://cloud.tencent.com/document/api/679/47715#[PackageBuyInfo](https://cloud.tencent.com/document/api/679/47715#PackageBuyInfo))
|
|
8085
|
+
* [[PhoneNumBuyInfo](https://cloud.tencent.com/document/api/679/47715#PhoneNumBuyInfo)](https://cloud.tencent.com/document/api/679/47715#[PhoneNumBuyInfo](https://cloud.tencent.com/document/api/679/47715#PhoneNumBuyInfo))
|
|
8086
|
+
* [[SdkAppIdBuyInfo](https://cloud.tencent.com/document/api/679/47715#SdkAppIdBuyInfo)](https://cloud.tencent.com/document/api/679/47715#[SdkAppIdBuyInfo](https://cloud.tencent.com/document/api/679/47715#SdkAppIdBuyInfo))
|
|
8087
|
+
* [[StaffBuyInfo](https://cloud.tencent.com/document/api/679/47715#StaffBuyInfo)](https://cloud.tencent.com/document/api/679/47715#[StaffBuyInfo](https://cloud.tencent.com/document/api/679/47715#StaffBuyInfo))
|
|
8088
|
+
|
|
7868
8089
|
### 第 17 次发布
|
|
7869
8090
|
|
|
7870
8091
|
发布时间:2021-11-16 08:06:45
|
|
@@ -8193,6 +8414,25 @@
|
|
|
8193
8414
|
|
|
8194
8415
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
8195
8416
|
|
|
8417
|
+
### 第 73 次发布
|
|
8418
|
+
|
|
8419
|
+
发布时间:2021-12-02 08:03:37
|
|
8420
|
+
|
|
8421
|
+
本次发布包含了以下内容:
|
|
8422
|
+
|
|
8423
|
+
改善已有的文档。
|
|
8424
|
+
|
|
8425
|
+
修改接口:
|
|
8426
|
+
|
|
8427
|
+
* [UpgradeDBInstance](https://cloud.tencent.com/document/api/236/15876)
|
|
8428
|
+
|
|
8429
|
+
* 新增入参:MaxDelayTime
|
|
8430
|
+
|
|
8431
|
+
* [UpgradeDBInstanceEngineVersion](https://cloud.tencent.com/document/api/236/15870)
|
|
8432
|
+
|
|
8433
|
+
* 新增入参:MaxDelayTime
|
|
8434
|
+
|
|
8435
|
+
|
|
8196
8436
|
### 第 72 次发布
|
|
8197
8437
|
|
|
8198
8438
|
发布时间:2021-11-11 10:57:53
|
|
@@ -9710,6 +9950,36 @@
|
|
|
9710
9950
|
|
|
9711
9951
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
9712
9952
|
|
|
9953
|
+
### 第 88 次发布
|
|
9954
|
+
|
|
9955
|
+
发布时间:2021-12-06 08:02:38
|
|
9956
|
+
|
|
9957
|
+
本次发布包含了以下内容:
|
|
9958
|
+
|
|
9959
|
+
改善已有的文档。
|
|
9960
|
+
|
|
9961
|
+
修改接口:
|
|
9962
|
+
|
|
9963
|
+
* [ListClsLogTopics](https://cloud.tencent.com/document/api/228/42194)
|
|
9964
|
+
|
|
9965
|
+
* 新增出参:ExtraLogset
|
|
9966
|
+
|
|
9967
|
+
|
|
9968
|
+
新增数据结构:
|
|
9969
|
+
|
|
9970
|
+
* [[ExtraLogset](https://cloud.tencent.com/document/api/228/30987#ExtraLogset)](https://cloud.tencent.com/document/api/228/30987#[ExtraLogset](https://cloud.tencent.com/document/api/228/30987#ExtraLogset))
|
|
9971
|
+
|
|
9972
|
+
修改数据结构:
|
|
9973
|
+
|
|
9974
|
+
* [LogSetInfo](https://cloud.tencent.com/document/api/228/30987#LogSetInfo)
|
|
9975
|
+
|
|
9976
|
+
* 新增成员:Deleted, RegionEn
|
|
9977
|
+
|
|
9978
|
+
* [TopicInfo](https://cloud.tencent.com/document/api/228/30987#TopicInfo)
|
|
9979
|
+
|
|
9980
|
+
* 新增成员:Deleted
|
|
9981
|
+
|
|
9982
|
+
|
|
9713
9983
|
### 第 87 次发布
|
|
9714
9984
|
|
|
9715
9985
|
发布时间:2021-11-19 08:07:05
|
|
@@ -12700,6 +12970,21 @@
|
|
|
12700
12970
|
|
|
12701
12971
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
12702
12972
|
|
|
12973
|
+
### 第 25 次发布
|
|
12974
|
+
|
|
12975
|
+
发布时间:2021-11-30 08:04:22
|
|
12976
|
+
|
|
12977
|
+
本次发布包含了以下内容:
|
|
12978
|
+
|
|
12979
|
+
改善已有的文档。
|
|
12980
|
+
|
|
12981
|
+
修改接口:
|
|
12982
|
+
|
|
12983
|
+
* [CreateInstancePre](https://cloud.tencent.com/document/api/597/45847)
|
|
12984
|
+
|
|
12985
|
+
* 新增出参:DeleteRouteTimestamp
|
|
12986
|
+
|
|
12987
|
+
|
|
12703
12988
|
### 第 24 次发布
|
|
12704
12989
|
|
|
12705
12990
|
发布时间:2021-11-02 08:04:08
|
|
@@ -13259,6 +13544,25 @@
|
|
|
13259
13544
|
|
|
13260
13545
|
## 负载均衡(clb) 版本:2018-03-17
|
|
13261
13546
|
|
|
13547
|
+
### 第 59 次发布
|
|
13548
|
+
|
|
13549
|
+
发布时间:2021-11-30 08:04:28
|
|
13550
|
+
|
|
13551
|
+
本次发布包含了以下内容:
|
|
13552
|
+
|
|
13553
|
+
改善已有的文档。
|
|
13554
|
+
|
|
13555
|
+
新增接口:
|
|
13556
|
+
|
|
13557
|
+
* [DescribeLoadBalancerOverview](https://cloud.tencent.com/document/api/214/64973)
|
|
13558
|
+
|
|
13559
|
+
修改数据结构:
|
|
13560
|
+
|
|
13561
|
+
* [LoadBalancer](https://cloud.tencent.com/document/api/214/30694#LoadBalancer)
|
|
13562
|
+
|
|
13563
|
+
* 新增成员:ClusterIds, AttributeFlags
|
|
13564
|
+
|
|
13565
|
+
|
|
13262
13566
|
### 第 58 次发布
|
|
13263
13567
|
|
|
13264
13568
|
发布时间:2021-11-29 08:05:45
|
|
@@ -13269,7 +13573,7 @@
|
|
|
13269
13573
|
|
|
13270
13574
|
新增接口:
|
|
13271
13575
|
|
|
13272
|
-
* [
|
|
13576
|
+
* [CloneLoadBalancer](https://cloud.tencent.com/document/api/214/64874)
|
|
13273
13577
|
|
|
13274
13578
|
### 第 57 次发布
|
|
13275
13579
|
|
|
@@ -15141,7 +15445,22 @@
|
|
|
15141
15445
|
|
|
15142
15446
|
|
|
15143
15447
|
|
|
15144
|
-
##
|
|
15448
|
+
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
15449
|
+
|
|
15450
|
+
### 第 44 次发布
|
|
15451
|
+
|
|
15452
|
+
发布时间:2021-12-02 08:04:53
|
|
15453
|
+
|
|
15454
|
+
本次发布包含了以下内容:
|
|
15455
|
+
|
|
15456
|
+
改善已有的文档。
|
|
15457
|
+
|
|
15458
|
+
修改数据结构:
|
|
15459
|
+
|
|
15460
|
+
* [VideoExportExtensionArgs](https://cloud.tencent.com/document/api/1156/40360#VideoExportExtensionArgs)
|
|
15461
|
+
|
|
15462
|
+
* 新增成员:FrameRate
|
|
15463
|
+
|
|
15145
15464
|
|
|
15146
15465
|
### 第 43 次发布
|
|
15147
15466
|
|
|
@@ -16531,6 +16850,23 @@
|
|
|
16531
16850
|
|
|
16532
16851
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
16533
16852
|
|
|
16853
|
+
### 第 52 次发布
|
|
16854
|
+
|
|
16855
|
+
发布时间:2021-12-06 08:03:46
|
|
16856
|
+
|
|
16857
|
+
本次发布包含了以下内容:
|
|
16858
|
+
|
|
16859
|
+
改善已有的文档。
|
|
16860
|
+
|
|
16861
|
+
新增接口:
|
|
16862
|
+
|
|
16863
|
+
* [[DeduceQuota](https://cloud.tencent.com/document/api/1122/65437)](https://cloud.tencent.com/document/api/#/#)
|
|
16864
|
+
* [[QueryAssignment](https://cloud.tencent.com/document/api/1122/65436)](https://cloud.tencent.com/document/api/#/#)
|
|
16865
|
+
|
|
16866
|
+
新增数据结构:
|
|
16867
|
+
|
|
16868
|
+
* [[AssignmentData](https://cloud.tencent.com/document/api/1122/40683#AssignmentData)](https://cloud.tencent.com/document/api/1122/40683#[AssignmentData](https://cloud.tencent.com/document/api/1122/40683#AssignmentData))
|
|
16869
|
+
|
|
16534
16870
|
### 第 51 次发布
|
|
16535
16871
|
|
|
16536
16872
|
发布时间:2021-11-17 08:08:58
|
|
@@ -23274,6 +23610,40 @@
|
|
|
23274
23610
|
|
|
23275
23611
|
## 域名注册(domain) 版本:2018-08-08
|
|
23276
23612
|
|
|
23613
|
+
### 第 18 次发布
|
|
23614
|
+
|
|
23615
|
+
发布时间:2021-12-06 08:05:24
|
|
23616
|
+
|
|
23617
|
+
本次发布包含了以下内容:
|
|
23618
|
+
|
|
23619
|
+
改善已有的文档。
|
|
23620
|
+
|
|
23621
|
+
修改接口:
|
|
23622
|
+
|
|
23623
|
+
* [CreateDomainBatch](https://cloud.tencent.com/document/api/242/48942)
|
|
23624
|
+
|
|
23625
|
+
* 新增入参:UpdateProhibition, TransferProhibition
|
|
23626
|
+
|
|
23627
|
+
* [TransferInDomainBatch](https://cloud.tencent.com/document/api/242/49195)
|
|
23628
|
+
|
|
23629
|
+
* 新增入参:UpdateProhibition, TransferProhibition
|
|
23630
|
+
|
|
23631
|
+
|
|
23632
|
+
### 第 17 次发布
|
|
23633
|
+
|
|
23634
|
+
发布时间:2021-12-03 08:05:53
|
|
23635
|
+
|
|
23636
|
+
本次发布包含了以下内容:
|
|
23637
|
+
|
|
23638
|
+
改善已有的文档。
|
|
23639
|
+
|
|
23640
|
+
修改数据结构:
|
|
23641
|
+
|
|
23642
|
+
* [PhoneEmailData](https://cloud.tencent.com/document/api/242/38895#PhoneEmailData)
|
|
23643
|
+
|
|
23644
|
+
* 新增成员:CheckStatus
|
|
23645
|
+
|
|
23646
|
+
|
|
23277
23647
|
### 第 16 次发布
|
|
23278
23648
|
|
|
23279
23649
|
发布时间:2021-10-14 08:08:15
|
|
@@ -28242,6 +28612,21 @@
|
|
|
28242
28612
|
|
|
28243
28613
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
28244
28614
|
|
|
28615
|
+
### 第 25 次发布
|
|
28616
|
+
|
|
28617
|
+
发布时间:2021-12-03 08:06:49
|
|
28618
|
+
|
|
28619
|
+
本次发布包含了以下内容:
|
|
28620
|
+
|
|
28621
|
+
改善已有的文档。
|
|
28622
|
+
|
|
28623
|
+
修改接口:
|
|
28624
|
+
|
|
28625
|
+
* [DescribeProxyStatistics](https://cloud.tencent.com/document/api/608/37019)
|
|
28626
|
+
|
|
28627
|
+
* 新增入参:Isp
|
|
28628
|
+
|
|
28629
|
+
|
|
28245
28630
|
### 第 24 次发布
|
|
28246
28631
|
|
|
28247
28632
|
发布时间:2021-10-15 08:10:54
|
|
@@ -32560,6 +32945,22 @@
|
|
|
32560
32945
|
|
|
32561
32946
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
32562
32947
|
|
|
32948
|
+
### 第 37 次发布
|
|
32949
|
+
|
|
32950
|
+
发布时间:2021-12-06 08:07:14
|
|
32951
|
+
|
|
32952
|
+
本次发布包含了以下内容:
|
|
32953
|
+
|
|
32954
|
+
改善已有的文档。
|
|
32955
|
+
|
|
32956
|
+
新增接口:
|
|
32957
|
+
|
|
32958
|
+
* [[GenSingleDeviceSignatureOfPublic](https://cloud.tencent.com/document/api/1081/65438)](https://cloud.tencent.com/document/api/#/#)
|
|
32959
|
+
|
|
32960
|
+
新增数据结构:
|
|
32961
|
+
|
|
32962
|
+
* [[DeviceSignatureInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceSignatureInfo)](https://cloud.tencent.com/document/api/1081/34988#[DeviceSignatureInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceSignatureInfo))
|
|
32963
|
+
|
|
32563
32964
|
### 第 36 次发布
|
|
32564
32965
|
|
|
32565
32966
|
发布时间:2021-11-10 08:08:03
|
|
@@ -33866,6 +34267,28 @@
|
|
|
33866
34267
|
|
|
33867
34268
|
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
33868
34269
|
|
|
34270
|
+
### 第 15 次发布
|
|
34271
|
+
|
|
34272
|
+
发布时间:2021-12-03 08:07:55
|
|
34273
|
+
|
|
34274
|
+
本次发布包含了以下内容:
|
|
34275
|
+
|
|
34276
|
+
改善已有的文档。
|
|
34277
|
+
|
|
34278
|
+
修改接口:
|
|
34279
|
+
|
|
34280
|
+
* [CreateProduct](https://cloud.tencent.com/document/api/1131/53112)
|
|
34281
|
+
|
|
34282
|
+
* 新增入参:NetType
|
|
34283
|
+
|
|
34284
|
+
|
|
34285
|
+
修改数据结构:
|
|
34286
|
+
|
|
34287
|
+
* [VideoProduct](https://cloud.tencent.com/document/api/1131/53113#VideoProduct)
|
|
34288
|
+
|
|
34289
|
+
* 新增成员:NetType
|
|
34290
|
+
|
|
34291
|
+
|
|
33869
34292
|
### 第 14 次发布
|
|
33870
34293
|
|
|
33871
34294
|
发布时间:2021-11-23 08:09:04
|
|
@@ -34188,6 +34611,25 @@
|
|
|
34188
34611
|
|
|
34189
34612
|
## 物联网智能视频服务(行业版)(iotvideoindustry) 版本:2020-12-01
|
|
34190
34613
|
|
|
34614
|
+
### 第 12 次发布
|
|
34615
|
+
|
|
34616
|
+
发布时间:2021-12-03 08:08:18
|
|
34617
|
+
|
|
34618
|
+
本次发布包含了以下内容:
|
|
34619
|
+
|
|
34620
|
+
改善已有的文档。
|
|
34621
|
+
|
|
34622
|
+
修改接口:
|
|
34623
|
+
|
|
34624
|
+
* [DescribeStatisticSummary](https://cloud.tencent.com/document/api/1361/53727)
|
|
34625
|
+
|
|
34626
|
+
* 新增出参:LivePushTotal
|
|
34627
|
+
|
|
34628
|
+
* [DescribeVideoList](https://cloud.tencent.com/document/api/1361/54757)
|
|
34629
|
+
|
|
34630
|
+
* 新增入参:PlanId, SceneId, WarnId, RecordType
|
|
34631
|
+
|
|
34632
|
+
|
|
34191
34633
|
### 第 11 次发布
|
|
34192
34634
|
|
|
34193
34635
|
发布时间:2021-11-19 08:12:04
|
|
@@ -34488,6 +34930,52 @@
|
|
|
34488
34930
|
|
|
34489
34931
|
|
|
34490
34932
|
|
|
34933
|
+
## 视频智能标签(ivld) 版本:2021-09-03
|
|
34934
|
+
|
|
34935
|
+
### 第 1 次发布
|
|
34936
|
+
|
|
34937
|
+
发布时间:2021-11-30 14:02:22
|
|
34938
|
+
|
|
34939
|
+
本次发布包含了以下内容:
|
|
34940
|
+
|
|
34941
|
+
改善已有的文档。
|
|
34942
|
+
|
|
34943
|
+
新增接口:
|
|
34944
|
+
|
|
34945
|
+
* [CreateTask](https://cloud.tencent.com/document/api/1509/65057)
|
|
34946
|
+
* [DeleteMedia](https://cloud.tencent.com/document/api/1509/65062)
|
|
34947
|
+
* [DescribeMedia](https://cloud.tencent.com/document/api/1509/65061)
|
|
34948
|
+
* [DescribeMedias](https://cloud.tencent.com/document/api/1509/65060)
|
|
34949
|
+
* [DescribeTask](https://cloud.tencent.com/document/api/1509/65056)
|
|
34950
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1509/65055)
|
|
34951
|
+
* [DescribeTasks](https://cloud.tencent.com/document/api/1509/65054)
|
|
34952
|
+
* [ImportMedia](https://cloud.tencent.com/document/api/1509/65059)
|
|
34953
|
+
|
|
34954
|
+
新增数据结构:
|
|
34955
|
+
|
|
34956
|
+
* [AppearIndexPair](https://cloud.tencent.com/document/api/1509/65063#AppearIndexPair)
|
|
34957
|
+
* [AppearInfo](https://cloud.tencent.com/document/api/1509/65063#AppearInfo)
|
|
34958
|
+
* [AudioInfo](https://cloud.tencent.com/document/api/1509/65063#AudioInfo)
|
|
34959
|
+
* [Data](https://cloud.tencent.com/document/api/1509/65063#Data)
|
|
34960
|
+
* [L1Tag](https://cloud.tencent.com/document/api/1509/65063#L1Tag)
|
|
34961
|
+
* [L2Tag](https://cloud.tencent.com/document/api/1509/65063#L2Tag)
|
|
34962
|
+
* [L3Tag](https://cloud.tencent.com/document/api/1509/65063#L3Tag)
|
|
34963
|
+
* [MediaFilter](https://cloud.tencent.com/document/api/1509/65063#MediaFilter)
|
|
34964
|
+
* [MediaInfo](https://cloud.tencent.com/document/api/1509/65063#MediaInfo)
|
|
34965
|
+
* [MediaMetadata](https://cloud.tencent.com/document/api/1509/65063#MediaMetadata)
|
|
34966
|
+
* [MediaPreknownInfo](https://cloud.tencent.com/document/api/1509/65063#MediaPreknownInfo)
|
|
34967
|
+
* [MultiLevelTag](https://cloud.tencent.com/document/api/1509/65063#MultiLevelTag)
|
|
34968
|
+
* [ShowInfo](https://cloud.tencent.com/document/api/1509/65063#ShowInfo)
|
|
34969
|
+
* [SortBy](https://cloud.tencent.com/document/api/1509/65063#SortBy)
|
|
34970
|
+
* [TaskFilter](https://cloud.tencent.com/document/api/1509/65063#TaskFilter)
|
|
34971
|
+
* [TaskInfo](https://cloud.tencent.com/document/api/1509/65063#TaskInfo)
|
|
34972
|
+
* [TextAppearInfo](https://cloud.tencent.com/document/api/1509/65063#TextAppearInfo)
|
|
34973
|
+
* [TextInfo](https://cloud.tencent.com/document/api/1509/65063#TextInfo)
|
|
34974
|
+
* [VideoAppearInfo](https://cloud.tencent.com/document/api/1509/65063#VideoAppearInfo)
|
|
34975
|
+
|
|
34976
|
+
|
|
34977
|
+
|
|
34978
|
+
|
|
34491
34979
|
## 密钥管理系统(kms) 版本:2019-01-18
|
|
34492
34980
|
|
|
34493
34981
|
### 第 15 次发布
|
|
@@ -34817,6 +35305,25 @@
|
|
|
34817
35305
|
|
|
34818
35306
|
## 轻量应用服务器(lighthouse) 版本:2020-03-24
|
|
34819
35307
|
|
|
35308
|
+
### 第 21 次发布
|
|
35309
|
+
|
|
35310
|
+
发布时间:2021-11-30 20:01:47
|
|
35311
|
+
|
|
35312
|
+
本次发布包含了以下内容:
|
|
35313
|
+
|
|
35314
|
+
改善已有的文档。
|
|
35315
|
+
|
|
35316
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
35317
|
+
|
|
35318
|
+
* DataDiskPrice
|
|
35319
|
+
|
|
35320
|
+
修改数据结构:
|
|
35321
|
+
|
|
35322
|
+
* [Price](https://cloud.tencent.com/document/api/1207/47576#Price)
|
|
35323
|
+
|
|
35324
|
+
* <font color="#dd0000">**删除成员**:</font>DataDiskPrices
|
|
35325
|
+
|
|
35326
|
+
|
|
34820
35327
|
### 第 20 次发布
|
|
34821
35328
|
|
|
34822
35329
|
发布时间:2021-10-20 08:12:10
|
|
@@ -38019,6 +38526,21 @@
|
|
|
38019
38526
|
|
|
38020
38527
|
## 云监控(monitor) 版本:2018-07-24
|
|
38021
38528
|
|
|
38529
|
+
### 第 32 次发布
|
|
38530
|
+
|
|
38531
|
+
发布时间:2021-12-03 08:09:12
|
|
38532
|
+
|
|
38533
|
+
本次发布包含了以下内容:
|
|
38534
|
+
|
|
38535
|
+
改善已有的文档。
|
|
38536
|
+
|
|
38537
|
+
修改接口:
|
|
38538
|
+
|
|
38539
|
+
* [BindingPolicyObject](https://cloud.tencent.com/document/api/248/40421)
|
|
38540
|
+
|
|
38541
|
+
* <font color="#dd0000">**修改入参**:</font>GroupId
|
|
38542
|
+
|
|
38543
|
+
|
|
38022
38544
|
### 第 31 次发布
|
|
38023
38545
|
|
|
38024
38546
|
发布时间:2021-11-15 08:10:59
|
|
@@ -39933,6 +40455,26 @@
|
|
|
39933
40455
|
|
|
39934
40456
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
39935
40457
|
|
|
40458
|
+
### 第 8 次发布
|
|
40459
|
+
|
|
40460
|
+
发布时间:2021-11-30 08:10:05
|
|
40461
|
+
|
|
40462
|
+
本次发布包含了以下内容:
|
|
40463
|
+
|
|
40464
|
+
改善已有的文档。
|
|
40465
|
+
|
|
40466
|
+
新增数据结构:
|
|
40467
|
+
|
|
40468
|
+
* [Vaccination](https://cloud.tencent.com/document/api/1314/56230#Vaccination)
|
|
40469
|
+
* [VaccineCertificate](https://cloud.tencent.com/document/api/1314/56230#VaccineCertificate)
|
|
40470
|
+
|
|
40471
|
+
修改数据结构:
|
|
40472
|
+
|
|
40473
|
+
* [Template](https://cloud.tencent.com/document/api/1314/56230#Template)
|
|
40474
|
+
|
|
40475
|
+
* 新增成员:VaccineCertificate
|
|
40476
|
+
|
|
40477
|
+
|
|
39936
40478
|
### 第 7 次发布
|
|
39937
40479
|
|
|
39938
40480
|
发布时间:2021-11-16 08:13:00
|
|
@@ -42629,6 +43171,21 @@
|
|
|
42629
43171
|
|
|
42630
43172
|
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
42631
43173
|
|
|
43174
|
+
### 第 21 次发布
|
|
43175
|
+
|
|
43176
|
+
发布时间:2021-12-02 08:10:29
|
|
43177
|
+
|
|
43178
|
+
本次发布包含了以下内容:
|
|
43179
|
+
|
|
43180
|
+
改善已有的文档。
|
|
43181
|
+
|
|
43182
|
+
修改数据结构:
|
|
43183
|
+
|
|
43184
|
+
* [DBInstanceNetInfo](https://cloud.tencent.com/document/api/409/16778#DBInstanceNetInfo)
|
|
43185
|
+
|
|
43186
|
+
* 新增成员:VpcId, SubnetId
|
|
43187
|
+
|
|
43188
|
+
|
|
42632
43189
|
### 第 20 次发布
|
|
42633
43190
|
|
|
42634
43191
|
发布时间:2021-11-24 08:12:02
|
|
@@ -43103,6 +43660,39 @@
|
|
|
43103
43660
|
|
|
43104
43661
|
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
43105
43662
|
|
|
43663
|
+
### 第 5 次发布
|
|
43664
|
+
|
|
43665
|
+
发布时间:2021-12-02 08:10:37
|
|
43666
|
+
|
|
43667
|
+
本次发布包含了以下内容:
|
|
43668
|
+
|
|
43669
|
+
改善已有的文档。
|
|
43670
|
+
|
|
43671
|
+
修改数据结构:
|
|
43672
|
+
|
|
43673
|
+
* [AccountVpcInfo](https://cloud.tencent.com/document/api/1338/55947#AccountVpcInfo)
|
|
43674
|
+
|
|
43675
|
+
* <font color="#dd0000">**修改成员**:</font>VpcName
|
|
43676
|
+
|
|
43677
|
+
|
|
43678
|
+
### 第 4 次发布
|
|
43679
|
+
|
|
43680
|
+
发布时间:2021-11-30 08:10:39
|
|
43681
|
+
|
|
43682
|
+
本次发布包含了以下内容:
|
|
43683
|
+
|
|
43684
|
+
改善已有的文档。
|
|
43685
|
+
|
|
43686
|
+
新增接口:
|
|
43687
|
+
|
|
43688
|
+
* [CreatePrivateDNSAccount](https://cloud.tencent.com/document/api/1338/64976)
|
|
43689
|
+
* [DeletePrivateDNSAccount](https://cloud.tencent.com/document/api/1338/64975)
|
|
43690
|
+
* [DescribeAccountVpcList](https://cloud.tencent.com/document/api/1338/64974)
|
|
43691
|
+
|
|
43692
|
+
新增数据结构:
|
|
43693
|
+
|
|
43694
|
+
* [AccountVpcInfoOut](https://cloud.tencent.com/document/api/1338/55947#AccountVpcInfoOut)
|
|
43695
|
+
|
|
43106
43696
|
### 第 3 次发布
|
|
43107
43697
|
|
|
43108
43698
|
发布时间:2021-09-13 08:00:37
|
|
@@ -44199,6 +44789,37 @@
|
|
|
44199
44789
|
|
|
44200
44790
|
## 云函数(scf) 版本:2018-04-16
|
|
44201
44791
|
|
|
44792
|
+
### 第 40 次发布
|
|
44793
|
+
|
|
44794
|
+
发布时间:2021-12-03 08:10:14
|
|
44795
|
+
|
|
44796
|
+
本次发布包含了以下内容:
|
|
44797
|
+
|
|
44798
|
+
改善已有的文档。
|
|
44799
|
+
|
|
44800
|
+
修改接口:
|
|
44801
|
+
|
|
44802
|
+
* [UpdateFunctionCode](https://cloud.tencent.com/document/api/583/18581)
|
|
44803
|
+
|
|
44804
|
+
* 新增入参:InstallDependency
|
|
44805
|
+
|
|
44806
|
+
|
|
44807
|
+
### 第 39 次发布
|
|
44808
|
+
|
|
44809
|
+
发布时间:2021-12-02 08:10:45
|
|
44810
|
+
|
|
44811
|
+
本次发布包含了以下内容:
|
|
44812
|
+
|
|
44813
|
+
改善已有的文档。
|
|
44814
|
+
|
|
44815
|
+
新增接口:
|
|
44816
|
+
|
|
44817
|
+
* [GetRequestStatus](https://cloud.tencent.com/document/api/583/65348)
|
|
44818
|
+
|
|
44819
|
+
新增数据结构:
|
|
44820
|
+
|
|
44821
|
+
* [RequestStatus](https://cloud.tencent.com/document/api/583/17244#RequestStatus)
|
|
44822
|
+
|
|
44202
44823
|
### 第 38 次发布
|
|
44203
44824
|
|
|
44204
44825
|
发布时间:2021-11-17 08:14:54
|
|
@@ -47505,6 +48126,52 @@
|
|
|
47505
48126
|
|
|
47506
48127
|
## 腾讯云自动化助手(tat) 版本:2020-10-28
|
|
47507
48128
|
|
|
48129
|
+
### 第 16 次发布
|
|
48130
|
+
|
|
48131
|
+
发布时间:2021-12-03 08:11:00
|
|
48132
|
+
|
|
48133
|
+
本次发布包含了以下内容:
|
|
48134
|
+
|
|
48135
|
+
改善已有的文档。
|
|
48136
|
+
|
|
48137
|
+
修改数据结构:
|
|
48138
|
+
|
|
48139
|
+
* [Command](https://cloud.tencent.com/document/api/1340/52687#Command)
|
|
48140
|
+
|
|
48141
|
+
* 新增成员:OutputCOSBucketUrl, OutputCOSKeyPrefix
|
|
48142
|
+
|
|
48143
|
+
* [Invocation](https://cloud.tencent.com/document/api/1340/52687#Invocation)
|
|
48144
|
+
|
|
48145
|
+
* 新增成员:OutputCOSBucketUrl, OutputCOSKeyPrefix
|
|
48146
|
+
|
|
48147
|
+
* [TaskResult](https://cloud.tencent.com/document/api/1340/52687#TaskResult)
|
|
48148
|
+
|
|
48149
|
+
* 新增成员:OutputUrl, OutputUploadCOSErrorInfo
|
|
48150
|
+
|
|
48151
|
+
|
|
48152
|
+
### 第 15 次发布
|
|
48153
|
+
|
|
48154
|
+
发布时间:2021-12-02 08:11:32
|
|
48155
|
+
|
|
48156
|
+
本次发布包含了以下内容:
|
|
48157
|
+
|
|
48158
|
+
改善已有的文档。
|
|
48159
|
+
|
|
48160
|
+
修改接口:
|
|
48161
|
+
|
|
48162
|
+
* [InvokeCommand](https://cloud.tencent.com/document/api/1340/52678)
|
|
48163
|
+
|
|
48164
|
+
* 新增入参:OutputCOSBucketUrl, OutputCOSKeyPrefix
|
|
48165
|
+
|
|
48166
|
+
* [ModifyCommand](https://cloud.tencent.com/document/api/1340/52677)
|
|
48167
|
+
|
|
48168
|
+
* 新增入参:OutputCOSBucketUrl, OutputCOSKeyPrefix
|
|
48169
|
+
|
|
48170
|
+
* [RunCommand](https://cloud.tencent.com/document/api/1340/52676)
|
|
48171
|
+
|
|
48172
|
+
* 新增入参:OutputCOSBucketUrl, OutputCOSKeyPrefix
|
|
48173
|
+
|
|
48174
|
+
|
|
47508
48175
|
### 第 14 次发布
|
|
47509
48176
|
|
|
47510
48177
|
发布时间:2021-11-24 08:13:01
|
|
@@ -51337,6 +52004,53 @@
|
|
|
51337
52004
|
|
|
51338
52005
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
51339
52006
|
|
|
52007
|
+
### 第 24 次发布
|
|
52008
|
+
|
|
52009
|
+
发布时间:2021-12-03 08:11:41
|
|
52010
|
+
|
|
52011
|
+
本次发布包含了以下内容:
|
|
52012
|
+
|
|
52013
|
+
改善已有的文档。
|
|
52014
|
+
|
|
52015
|
+
新增接口:
|
|
52016
|
+
|
|
52017
|
+
* [DescribeAllTenants](https://cloud.tencent.com/document/api/1179/65403)
|
|
52018
|
+
|
|
52019
|
+
新增数据结构:
|
|
52020
|
+
|
|
52021
|
+
* [InternalTenant](https://cloud.tencent.com/document/api/1179/46089#InternalTenant)
|
|
52022
|
+
|
|
52023
|
+
修改数据结构:
|
|
52024
|
+
|
|
52025
|
+
* [RocketMQClusterConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterConfig)
|
|
52026
|
+
|
|
52027
|
+
* 新增成员:MaxTpsPerNamespace, MaxNamespaceNum, UsedNamespaceNum, MaxTopicNum, UsedTopicNum, MaxGroupNum, UsedGroupNum, MaxRetentionTime, MaxLatencyTime
|
|
52028
|
+
|
|
52029
|
+
* [RocketMQClusterDetail](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterDetail)
|
|
52030
|
+
|
|
52031
|
+
* 新增成员:Info, Config, Status
|
|
52032
|
+
|
|
52033
|
+
* [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
|
|
52034
|
+
|
|
52035
|
+
* 新增成员:ClusterId, ClusterName, Region, CreateTime, Remark, PublicEndPoint, VpcEndPoint
|
|
52036
|
+
|
|
52037
|
+
* [RocketMQClusterRecentStats](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterRecentStats)
|
|
52038
|
+
|
|
52039
|
+
* 新增成员:TopicNum, ProducedMsgNum, ConsumedMsgNum, AccumulativeMsgNum
|
|
52040
|
+
|
|
52041
|
+
* [RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)
|
|
52042
|
+
|
|
52043
|
+
* 新增成员:Name, ConsumerNum, TPS, TotalAccumulative, ConsumptionMode, ReadEnabled, RetryPartitionNum, CreateTime, UpdateTime, ClientProtocol, Remark, ConsumerType, BroadcastEnabled
|
|
52044
|
+
|
|
52045
|
+
* [RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace)
|
|
52046
|
+
|
|
52047
|
+
* 新增成员:NamespaceId, Ttl, RetentionTime, Remark
|
|
52048
|
+
|
|
52049
|
+
* [RocketMQTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopic)
|
|
52050
|
+
|
|
52051
|
+
* 新增成员:Name, Remark, PartitionNum, CreateTime, UpdateTime
|
|
52052
|
+
|
|
52053
|
+
|
|
51340
52054
|
### 第 23 次发布
|
|
51341
52055
|
|
|
51342
52056
|
发布时间:2021-11-24 08:13:42
|
|
@@ -52297,6 +53011,36 @@
|
|
|
52297
53011
|
|
|
52298
53012
|
|
|
52299
53013
|
|
|
53014
|
+
## 高性能计算平台(thpc) 版本:2021-11-09
|
|
53015
|
+
|
|
53016
|
+
### 第 1 次发布
|
|
53017
|
+
|
|
53018
|
+
发布时间:2021-11-29 12:09:18
|
|
53019
|
+
|
|
53020
|
+
本次发布包含了以下内容:
|
|
53021
|
+
|
|
53022
|
+
改善已有的文档。
|
|
53023
|
+
|
|
53024
|
+
新增接口:
|
|
53025
|
+
|
|
53026
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/1527/64905)
|
|
53027
|
+
* [DeleteCluster](https://cloud.tencent.com/document/api/1527/64904)
|
|
53028
|
+
|
|
53029
|
+
新增数据结构:
|
|
53030
|
+
|
|
53031
|
+
* [ComputeNode](https://cloud.tencent.com/document/api/1527/64906#ComputeNode)
|
|
53032
|
+
* [DataDisk](https://cloud.tencent.com/document/api/1527/64906#DataDisk)
|
|
53033
|
+
* [InstanceChargePrepaid](https://cloud.tencent.com/document/api/1527/64906#InstanceChargePrepaid)
|
|
53034
|
+
* [InternetAccessible](https://cloud.tencent.com/document/api/1527/64906#InternetAccessible)
|
|
53035
|
+
* [LoginSettings](https://cloud.tencent.com/document/api/1527/64906#LoginSettings)
|
|
53036
|
+
* [ManagerNode](https://cloud.tencent.com/document/api/1527/64906#ManagerNode)
|
|
53037
|
+
* [Placement](https://cloud.tencent.com/document/api/1527/64906#Placement)
|
|
53038
|
+
* [SystemDisk](https://cloud.tencent.com/document/api/1527/64906#SystemDisk)
|
|
53039
|
+
* [VirtualPrivateCloud](https://cloud.tencent.com/document/api/1527/64906#VirtualPrivateCloud)
|
|
53040
|
+
|
|
53041
|
+
|
|
53042
|
+
|
|
53043
|
+
|
|
52300
53044
|
## 智能钛机器学习(tia) 版本:2018-02-26
|
|
52301
53045
|
|
|
52302
53046
|
### 第 3 次发布
|
|
@@ -53893,6 +54637,23 @@
|
|
|
53893
54637
|
|
|
53894
54638
|
## 容器服务(tke) 版本:2018-05-25
|
|
53895
54639
|
|
|
54640
|
+
### 第 80 次发布
|
|
54641
|
+
|
|
54642
|
+
发布时间:2021-11-30 08:12:44
|
|
54643
|
+
|
|
54644
|
+
本次发布包含了以下内容:
|
|
54645
|
+
|
|
54646
|
+
改善已有的文档。
|
|
54647
|
+
|
|
54648
|
+
新增接口:
|
|
54649
|
+
|
|
54650
|
+
* [ForwardApplicationRequestV3](https://cloud.tencent.com/document/api/457/64978)
|
|
54651
|
+
* [GetTkeAppChartList](https://cloud.tencent.com/document/api/457/64977)
|
|
54652
|
+
|
|
54653
|
+
新增数据结构:
|
|
54654
|
+
|
|
54655
|
+
* [AppChart](https://cloud.tencent.com/document/api/457/31866#AppChart)
|
|
54656
|
+
|
|
53896
54657
|
### 第 79 次发布
|
|
53897
54658
|
|
|
53898
54659
|
发布时间:2021-11-29 08:13:39
|
|
@@ -53903,8 +54664,8 @@
|
|
|
53903
54664
|
|
|
53904
54665
|
新增接口:
|
|
53905
54666
|
|
|
53906
|
-
* [
|
|
53907
|
-
* [
|
|
54667
|
+
* [DisableClusterDeletionProtection](https://cloud.tencent.com/document/api/457/64876)
|
|
54668
|
+
* [EnableClusterDeletionProtection](https://cloud.tencent.com/document/api/457/64875)
|
|
53908
54669
|
|
|
53909
54670
|
### 第 78 次发布
|
|
53910
54671
|
|
|
@@ -56433,6 +57194,22 @@
|
|
|
56433
57194
|
|
|
56434
57195
|
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
56435
57196
|
|
|
57197
|
+
### 第 61 次发布
|
|
57198
|
+
|
|
57199
|
+
发布时间:2021-11-30 08:13:08
|
|
57200
|
+
|
|
57201
|
+
本次发布包含了以下内容:
|
|
57202
|
+
|
|
57203
|
+
改善已有的文档。
|
|
57204
|
+
|
|
57205
|
+
新增接口:
|
|
57206
|
+
|
|
57207
|
+
* [DescribeGroupAttribute](https://cloud.tencent.com/document/api/649/64979)
|
|
57208
|
+
|
|
57209
|
+
新增数据结构:
|
|
57210
|
+
|
|
57211
|
+
* [VmGroupOther](https://cloud.tencent.com/document/api/649/36099#VmGroupOther)
|
|
57212
|
+
|
|
56436
57213
|
### 第 60 次发布
|
|
56437
57214
|
|
|
56438
57215
|
发布时间:2021-11-12 08:10:33
|
|
@@ -63620,6 +64397,21 @@
|
|
|
63620
64397
|
|
|
63621
64398
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
63622
64399
|
|
|
64400
|
+
### 第 5 次发布
|
|
64401
|
+
|
|
64402
|
+
发布时间:2021-12-02 08:14:23
|
|
64403
|
+
|
|
64404
|
+
本次发布包含了以下内容:
|
|
64405
|
+
|
|
64406
|
+
改善已有的文档。
|
|
64407
|
+
|
|
64408
|
+
修改接口:
|
|
64409
|
+
|
|
64410
|
+
* [DescribeAccessFastAnalysis](https://cloud.tencent.com/document/api/627/60014)
|
|
64411
|
+
|
|
64412
|
+
* 新增入参:TopicId, From, To, Query, FieldName
|
|
64413
|
+
|
|
64414
|
+
|
|
63623
64415
|
### 第 4 次发布
|
|
63624
64416
|
|
|
63625
64417
|
发布时间:2021-08-10 08:14:12
|