tencentcloud-sdk-nodejs 4.0.780 → 4.0.781
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 +23 -0
- package/SERVICE_CHANGELOG.md +183 -52
- package/package.json +1 -1
- package/products.md +8 -8
- package/src/common/sdk_version.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +2 -2
- package/src/services/ocr/v20181119/ocr_models.ts +1 -1
- package/src/services/teo/v20220901/teo_models.ts +5 -3
- package/src/services/tsf/v20180326/tsf_models.ts +13 -8
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +5 -3
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +13 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
# Release 4.0.781
|
|
2
|
+
|
|
3
|
+
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
4
|
+
|
|
5
|
+
### 第 104 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-01-15 01:25:03
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [LaneInfo](https://cloud.tencent.com/document/api/649/36099#LaneInfo)
|
|
16
|
+
|
|
17
|
+
* 新增成员:LaneGroupId
|
|
18
|
+
|
|
19
|
+
* <font color="#dd0000">**修改成员**:</font>LaneId, LaneName, Remark, CreateTime, UpdateTime, LaneGroupList, Entrance, NamespaceIdList
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
1
24
|
# Release 4.0.780
|
|
2
25
|
|
|
3
26
|
## 分布式身份(tdid) 版本:2021-05-19
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,56 +1,23 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 104 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-01-
|
|
7
|
+
发布时间:2024-01-15 01:25:03
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [CheckNewPurchase](https://cloud.tencent.com/document/api/1439/102971)
|
|
16
|
-
* [CreateTDidByHost](https://cloud.tencent.com/document/api/1439/102970)
|
|
17
|
-
* [CreateTDidByPubKey](https://cloud.tencent.com/document/api/1439/102969)
|
|
18
|
-
* [DeactivateTDid](https://cloud.tencent.com/document/api/1439/102968)
|
|
19
|
-
* [GetCredentialState](https://cloud.tencent.com/document/api/1439/102966)
|
|
20
|
-
* [GetTDidDocument](https://cloud.tencent.com/document/api/1439/102967)
|
|
21
|
-
* [IssueCredential](https://cloud.tencent.com/document/api/1439/102965)
|
|
22
|
-
* [UpdateCredentialState](https://cloud.tencent.com/document/api/1439/102964)
|
|
23
|
-
* [VerifyCredentials](https://cloud.tencent.com/document/api/1439/102963)
|
|
24
|
-
|
|
25
|
-
<font color="#dd0000">**删除接口**:</font>
|
|
26
|
-
|
|
27
|
-
* CheckChain
|
|
28
|
-
* CreateCredential
|
|
29
|
-
* CreateSelectiveCredential
|
|
30
|
-
* CreateTDid
|
|
31
|
-
* CreateTDidByPrivateKey
|
|
32
|
-
* CreateTDidByPublicKey
|
|
33
|
-
* GetAuthorityIssuer
|
|
34
|
-
* GetCptInfo
|
|
35
|
-
* GetCredentialStatus
|
|
36
|
-
* GetDidDocument
|
|
37
|
-
* RegisterCpt
|
|
38
|
-
* SetCredentialStatus
|
|
39
|
-
* VerifyCredential
|
|
13
|
+
修改数据结构:
|
|
40
14
|
|
|
41
|
-
|
|
15
|
+
* [LaneInfo](https://cloud.tencent.com/document/api/649/36099#LaneInfo)
|
|
42
16
|
|
|
43
|
-
*
|
|
44
|
-
* [ChainTransaction](https://cloud.tencent.com/document/api/1439/60283#ChainTransaction)
|
|
45
|
-
* [CredentialState](https://cloud.tencent.com/document/api/1439/60283#CredentialState)
|
|
17
|
+
* 新增成员:LaneGroupId
|
|
46
18
|
|
|
47
|
-
<font color="#dd0000"
|
|
19
|
+
* <font color="#dd0000">**修改成员**:</font>LaneId, LaneName, Remark, CreateTime, UpdateTime, LaneGroupList, Entrance, NamespaceIdList
|
|
48
20
|
|
|
49
|
-
* CredentialStatus
|
|
50
|
-
* FunctionArg
|
|
51
|
-
* Proof
|
|
52
|
-
* TransactionArg
|
|
53
|
-
* VerifyFunctionArg
|
|
54
21
|
|
|
55
22
|
|
|
56
23
|
|
|
@@ -1816,6 +1783,28 @@
|
|
|
1816
1783
|
|
|
1817
1784
|
## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
|
|
1818
1785
|
|
|
1786
|
+
### 第 63 次发布
|
|
1787
|
+
|
|
1788
|
+
发布时间:2024-01-12 01:06:10
|
|
1789
|
+
|
|
1790
|
+
本次发布包含了以下内容:
|
|
1791
|
+
|
|
1792
|
+
改善已有的文档。
|
|
1793
|
+
|
|
1794
|
+
修改接口:
|
|
1795
|
+
|
|
1796
|
+
* [DescribeListBGPInstances](https://cloud.tencent.com/document/api/297/95346)
|
|
1797
|
+
|
|
1798
|
+
* 新增入参:FilterPlanCntFlag
|
|
1799
|
+
|
|
1800
|
+
|
|
1801
|
+
修改数据结构:
|
|
1802
|
+
|
|
1803
|
+
* [BGPInstance](https://cloud.tencent.com/document/api/297/95396#BGPInstance)
|
|
1804
|
+
|
|
1805
|
+
* 新增成员:PlanCntFlag
|
|
1806
|
+
|
|
1807
|
+
|
|
1819
1808
|
### 第 62 次发布
|
|
1820
1809
|
|
|
1821
1810
|
发布时间:2023-12-13 01:06:45
|
|
@@ -51354,6 +51343,21 @@
|
|
|
51354
51343
|
|
|
51355
51344
|
## 数据传输服务(dts) 版本:2021-12-06
|
|
51356
51345
|
|
|
51346
|
+
### 第 22 次发布
|
|
51347
|
+
|
|
51348
|
+
发布时间:2024-01-12 01:14:12
|
|
51349
|
+
|
|
51350
|
+
本次发布包含了以下内容:
|
|
51351
|
+
|
|
51352
|
+
改善已有的文档。
|
|
51353
|
+
|
|
51354
|
+
修改数据结构:
|
|
51355
|
+
|
|
51356
|
+
* [MigrateOption](https://cloud.tencent.com/document/api/571/82108#MigrateOption)
|
|
51357
|
+
|
|
51358
|
+
* 新增成员:MigrateWay
|
|
51359
|
+
|
|
51360
|
+
|
|
51357
51361
|
### 第 21 次发布
|
|
51358
51362
|
|
|
51359
51363
|
发布时间:2024-01-10 01:13:50
|
|
@@ -62949,6 +62953,21 @@
|
|
|
62949
62953
|
|
|
62950
62954
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
62951
62955
|
|
|
62956
|
+
### 第 70 次发布
|
|
62957
|
+
|
|
62958
|
+
发布时间:2024-01-12 01:15:37
|
|
62959
|
+
|
|
62960
|
+
本次发布包含了以下内容:
|
|
62961
|
+
|
|
62962
|
+
改善已有的文档。
|
|
62963
|
+
|
|
62964
|
+
修改接口:
|
|
62965
|
+
|
|
62966
|
+
* [GetEidResult](https://cloud.tencent.com/document/api/1007/54090)
|
|
62967
|
+
|
|
62968
|
+
* 新增入参:IsCutIdCardImage, IsNeedIdCardAvatar
|
|
62969
|
+
|
|
62970
|
+
|
|
62952
62971
|
### 第 69 次发布
|
|
62953
62972
|
|
|
62954
62973
|
发布时间:2023-12-27 01:19:47
|
|
@@ -82404,6 +82423,29 @@
|
|
|
82404
82423
|
|
|
82405
82424
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
82406
82425
|
|
|
82426
|
+
### 第 102 次发布
|
|
82427
|
+
|
|
82428
|
+
发布时间:2024-01-12 01:19:06
|
|
82429
|
+
|
|
82430
|
+
本次发布包含了以下内容:
|
|
82431
|
+
|
|
82432
|
+
改善已有的文档。
|
|
82433
|
+
|
|
82434
|
+
新增接口:
|
|
82435
|
+
|
|
82436
|
+
* [CreatePrometheusAlertGroup](https://cloud.tencent.com/document/api/248/102990)
|
|
82437
|
+
* [DeletePrometheusAlertGroups](https://cloud.tencent.com/document/api/248/102989)
|
|
82438
|
+
* [DescribePrometheusAlertGroups](https://cloud.tencent.com/document/api/248/102988)
|
|
82439
|
+
* [UpdatePrometheusAlertGroup](https://cloud.tencent.com/document/api/248/102987)
|
|
82440
|
+
* [UpdatePrometheusAlertGroupState](https://cloud.tencent.com/document/api/248/102986)
|
|
82441
|
+
|
|
82442
|
+
新增数据结构:
|
|
82443
|
+
|
|
82444
|
+
* [PrometheusAlertAllowTimeRange](https://cloud.tencent.com/document/api/248/30354#PrometheusAlertAllowTimeRange)
|
|
82445
|
+
* [PrometheusAlertCustomReceiver](https://cloud.tencent.com/document/api/248/30354#PrometheusAlertCustomReceiver)
|
|
82446
|
+
* [PrometheusAlertGroupRuleSet](https://cloud.tencent.com/document/api/248/30354#PrometheusAlertGroupRuleSet)
|
|
82447
|
+
* [PrometheusAlertGroupSet](https://cloud.tencent.com/document/api/248/30354#PrometheusAlertGroupSet)
|
|
82448
|
+
|
|
82407
82449
|
### 第 101 次发布
|
|
82408
82450
|
|
|
82409
82451
|
发布时间:2024-01-10 01:19:07
|
|
@@ -89895,6 +89937,21 @@
|
|
|
89895
89937
|
|
|
89896
89938
|
## 文字识别(ocr) 版本:2018-11-19
|
|
89897
89939
|
|
|
89940
|
+
### 第 127 次发布
|
|
89941
|
+
|
|
89942
|
+
发布时间:2024-01-12 01:20:10
|
|
89943
|
+
|
|
89944
|
+
本次发布包含了以下内容:
|
|
89945
|
+
|
|
89946
|
+
改善已有的文档。
|
|
89947
|
+
|
|
89948
|
+
修改接口:
|
|
89949
|
+
|
|
89950
|
+
* [SealOCR](https://cloud.tencent.com/document/api/866/45807)
|
|
89951
|
+
|
|
89952
|
+
* 新增入参:EnablePdf, PdfPageNumber
|
|
89953
|
+
|
|
89954
|
+
|
|
89898
89955
|
### 第 126 次发布
|
|
89899
89956
|
|
|
89900
89957
|
发布时间:2024-01-05 01:21:40
|
|
@@ -96873,6 +96930,20 @@
|
|
|
96873
96930
|
|
|
96874
96931
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
96875
96932
|
|
|
96933
|
+
### 第 31 次发布
|
|
96934
|
+
|
|
96935
|
+
发布时间:2024-01-12 01:21:17
|
|
96936
|
+
|
|
96937
|
+
本次发布包含了以下内容:
|
|
96938
|
+
|
|
96939
|
+
改善已有的文档。
|
|
96940
|
+
|
|
96941
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
96942
|
+
|
|
96943
|
+
* DeleteOfflineLogConfig
|
|
96944
|
+
* DeleteOfflineLogRecord
|
|
96945
|
+
* DescribeOfflineLogConfigs
|
|
96946
|
+
|
|
96876
96947
|
### 第 30 次发布
|
|
96877
96948
|
|
|
96878
96949
|
发布时间:2024-01-10 01:21:10
|
|
@@ -111683,6 +111754,37 @@
|
|
|
111683
111754
|
|
|
111684
111755
|
## 分布式身份(tdid) 版本:2021-05-19
|
|
111685
111756
|
|
|
111757
|
+
### 第 12 次发布
|
|
111758
|
+
|
|
111759
|
+
发布时间:2024-01-12 01:24:00
|
|
111760
|
+
|
|
111761
|
+
本次发布包含了以下内容:
|
|
111762
|
+
|
|
111763
|
+
改善已有的文档。
|
|
111764
|
+
|
|
111765
|
+
新增接口:
|
|
111766
|
+
|
|
111767
|
+
* [CreateDisclosedCredential](https://cloud.tencent.com/document/api/1439/102997)
|
|
111768
|
+
* [CreatePresentation](https://cloud.tencent.com/document/api/1439/102996)
|
|
111769
|
+
* [GetAppSummary](https://cloud.tencent.com/document/api/1439/102993)
|
|
111770
|
+
* [GetOverSummary](https://cloud.tencent.com/document/api/1439/102992)
|
|
111771
|
+
* [GetTDidByObjectId](https://cloud.tencent.com/document/api/1439/103001)
|
|
111772
|
+
* [GetTDidPubKey](https://cloud.tencent.com/document/api/1439/103000)
|
|
111773
|
+
* [QueryAuthorityInfo](https://cloud.tencent.com/document/api/1439/102999)
|
|
111774
|
+
* [QueryCPT](https://cloud.tencent.com/document/api/1439/102995)
|
|
111775
|
+
* [SetTDidAttribute](https://cloud.tencent.com/document/api/1439/102998)
|
|
111776
|
+
* [VerifyPresentation](https://cloud.tencent.com/document/api/1439/102994)
|
|
111777
|
+
|
|
111778
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
111779
|
+
|
|
111780
|
+
* CheckNewPurchase
|
|
111781
|
+
|
|
111782
|
+
新增数据结构:
|
|
111783
|
+
|
|
111784
|
+
* [CredentialProof](https://cloud.tencent.com/document/api/1439/60283#CredentialProof)
|
|
111785
|
+
* [DidAttribute](https://cloud.tencent.com/document/api/1439/60283#DidAttribute)
|
|
111786
|
+
* [ResourceCounterData](https://cloud.tencent.com/document/api/1439/60283#ResourceCounterData)
|
|
111787
|
+
|
|
111686
111788
|
### 第 11 次发布
|
|
111687
111789
|
|
|
111688
111790
|
发布时间:2024-01-11 10:56:14
|
|
@@ -111693,15 +111795,15 @@
|
|
|
111693
111795
|
|
|
111694
111796
|
新增接口:
|
|
111695
111797
|
|
|
111696
|
-
* [
|
|
111697
|
-
* [
|
|
111698
|
-
* [
|
|
111699
|
-
* [
|
|
111700
|
-
* [
|
|
111701
|
-
* [
|
|
111702
|
-
* [
|
|
111703
|
-
* [
|
|
111704
|
-
* [
|
|
111798
|
+
* [CheckNewPurchase](https://cloud.tencent.com/document/api/#/#)
|
|
111799
|
+
* [CreateTDidByHost](https://cloud.tencent.com/document/api/1439/102970)
|
|
111800
|
+
* [CreateTDidByPubKey](https://cloud.tencent.com/document/api/1439/102969)
|
|
111801
|
+
* [DeactivateTDid](https://cloud.tencent.com/document/api/1439/102968)
|
|
111802
|
+
* [GetCredentialState](https://cloud.tencent.com/document/api/1439/102966)
|
|
111803
|
+
* [GetTDidDocument](https://cloud.tencent.com/document/api/1439/102967)
|
|
111804
|
+
* [IssueCredential](https://cloud.tencent.com/document/api/1439/102965)
|
|
111805
|
+
* [UpdateCredentialState](https://cloud.tencent.com/document/api/1439/102964)
|
|
111806
|
+
* [VerifyCredentials](https://cloud.tencent.com/document/api/1439/102963)
|
|
111705
111807
|
|
|
111706
111808
|
<font color="#dd0000">**删除接口**:</font>
|
|
111707
111809
|
|
|
@@ -111721,9 +111823,9 @@
|
|
|
111721
111823
|
|
|
111722
111824
|
新增数据结构:
|
|
111723
111825
|
|
|
111724
|
-
* [
|
|
111725
|
-
* [
|
|
111726
|
-
* [
|
|
111826
|
+
* [CRDLArg](https://cloud.tencent.com/document/api/1439/60283#CRDLArg)
|
|
111827
|
+
* [ChainTransaction](https://cloud.tencent.com/document/api/1439/60283#ChainTransaction)
|
|
111828
|
+
* [CredentialState](https://cloud.tencent.com/document/api/1439/60283#CredentialState)
|
|
111727
111829
|
|
|
111728
111830
|
<font color="#dd0000">**删除数据结构**:</font>
|
|
111729
111831
|
|
|
@@ -112046,6 +112148,18 @@
|
|
|
112046
112148
|
|
|
112047
112149
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
112048
112150
|
|
|
112151
|
+
### 第 101 次发布
|
|
112152
|
+
|
|
112153
|
+
发布时间:2024-01-12 01:24:10
|
|
112154
|
+
|
|
112155
|
+
本次发布包含了以下内容:
|
|
112156
|
+
|
|
112157
|
+
改善已有的文档。
|
|
112158
|
+
|
|
112159
|
+
新增接口:
|
|
112160
|
+
|
|
112161
|
+
* [ExportRocketMQMessageDetail](https://cloud.tencent.com/document/api/1179/103002)
|
|
112162
|
+
|
|
112049
112163
|
### 第 100 次发布
|
|
112050
112164
|
|
|
112051
112165
|
发布时间:2023-12-21 02:11:13
|
|
@@ -129638,6 +129752,23 @@
|
|
|
129638
129752
|
|
|
129639
129753
|
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
129640
129754
|
|
|
129755
|
+
### 第 104 次发布
|
|
129756
|
+
|
|
129757
|
+
发布时间:2024-01-15 01:25:03
|
|
129758
|
+
|
|
129759
|
+
本次发布包含了以下内容:
|
|
129760
|
+
|
|
129761
|
+
改善已有的文档。
|
|
129762
|
+
|
|
129763
|
+
修改数据结构:
|
|
129764
|
+
|
|
129765
|
+
* [LaneInfo](https://cloud.tencent.com/document/api/649/36099#LaneInfo)
|
|
129766
|
+
|
|
129767
|
+
* 新增成员:LaneGroupId
|
|
129768
|
+
|
|
129769
|
+
* <font color="#dd0000">**修改成员**:</font>LaneId, LaneName, Remark, CreateTime, UpdateTime, LaneGroupList, Entrance, NamespaceIdList
|
|
129770
|
+
|
|
129771
|
+
|
|
129641
129772
|
### 第 103 次发布
|
|
129642
129773
|
|
|
129643
129774
|
发布时间:2024-01-05 01:28:46
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-12-27 01:08:57 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-12-22 01:08:08 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-01-05 01:08:31 |
|
|
44
|
-
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-01-
|
|
44
|
+
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-01-15 01:08:17 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-01-08 00:04:01 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-01-04 01:08:58 |
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
58
58
|
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2023-12-18 10:51:23 |
|
|
59
59
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-01-10 01:09:43 |
|
|
60
|
-
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-
|
|
60
|
+
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
63
63
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-12-26 01:10:29 |
|
|
@@ -80,14 +80,14 @@
|
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
81
81
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-01-11 01:12:33 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
|
|
83
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-01-
|
|
83
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-01-15 01:12:23 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-01-10 01:13:10 |
|
|
85
85
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-12-15 01:10:52 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-10 01:14:28 |
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
88
88
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-11-29 01:53:04 |
|
|
89
89
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
90
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-01-
|
|
90
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-01-15 01:13:18 |
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-12-15 19:35:27 |
|
|
92
92
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
|
|
93
93
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
146
146
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-12-01 01:19:47 |
|
|
147
147
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-12-27 01:26:46 |
|
|
148
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-01-
|
|
148
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-01-15 01:18:07 |
|
|
149
149
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-01-09 01:20:43 |
|
|
150
150
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-01-08 00:14:42 |
|
|
151
151
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-12-05 02:07:42 |
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
155
155
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
156
156
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-01-05 01:21:32 |
|
|
157
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-01-
|
|
157
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-01-15 01:19:04 |
|
|
158
158
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-01-05 01:21:57 |
|
|
159
159
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-12-25 00:15:53 |
|
|
160
160
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-01-12 01:24:10 |
|
|
205
205
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
|
|
206
206
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-12-20 02:13:36 |
|
|
207
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-01-
|
|
207
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-01-15 01:23:22 |
|
|
208
208
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-27 00:20:12 |
|
|
209
209
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
210
210
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
226
226
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-01-11 01:25:31 |
|
|
227
227
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2024-01-12 01:26:19 |
|
|
228
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-01-
|
|
228
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-01-15 01:25:03 |
|
|
229
229
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
230
230
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-11-27 00:22:20 |
|
|
231
231
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.781"
|
|
@@ -10095,12 +10095,12 @@ export interface DescribeAlarmPoliciesRequest {
|
|
|
10095
10095
|
*/
|
|
10096
10096
|
PolicyName?: string
|
|
10097
10097
|
/**
|
|
10098
|
-
* 根据监控类型过滤 不选默认查所有类型 "MT_QCE"
|
|
10098
|
+
* 根据监控类型过滤 不选默认查所有类型 "MT_QCE"=云产品监控,当Dimension不为空时,该项为必填项
|
|
10099
10099
|
*/
|
|
10100
10100
|
MonitorTypes?: Array<string>
|
|
10101
10101
|
/**
|
|
10102
10102
|
* 根据命名空间过滤,不同策略类型的值详见
|
|
10103
|
-
[策略类型列表](https://cloud.tencent.com/document/product/248/50397)
|
|
10103
|
+
[策略类型列表](https://cloud.tencent.com/document/product/248/50397)当Dimension不为空时,该项为必填项
|
|
10104
10104
|
*/
|
|
10105
10105
|
Namespaces?: Array<string>
|
|
10106
10106
|
/**
|
|
@@ -6967,7 +6967,7 @@ export interface RecognizeTableAccurateOCRRequest {
|
|
|
6967
6967
|
*/
|
|
6968
6968
|
ImageUrl?: string
|
|
6969
6969
|
/**
|
|
6970
|
-
* 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF
|
|
6970
|
+
* 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF有效,默认值为1。
|
|
6971
6971
|
*/
|
|
6972
6972
|
PdfPageNumber?: number
|
|
6973
6973
|
}
|
|
@@ -1961,12 +1961,14 @@ export interface ApplicationProxyRule {
|
|
|
1961
1961
|
/**
|
|
1962
1962
|
* 源站类型,取值有:
|
|
1963
1963
|
<li>custom:手动添加;</li>
|
|
1964
|
+
<li>loadbalancer:负载均衡;</li>
|
|
1964
1965
|
<li>origins:源站组。</li>
|
|
1965
1966
|
*/
|
|
1966
1967
|
OriginType: string
|
|
1967
1968
|
/**
|
|
1968
1969
|
* 源站信息:
|
|
1969
1970
|
<li>当 OriginType 为 custom 时,表示一个或多个源站,如`["8.8.8.8","9.9.9.9"]` 或 `OriginValue=["test.com"]`;</li>
|
|
1971
|
+
<li>当 OriginType 为 loadbalancer 时,表示一个负载均衡,如`["lb-xdffsfasdfs"]`;</li>
|
|
1970
1972
|
<li>当 OriginType 为 origins 时,要求有且仅有一个元素,表示源站组ID,如`["origin-537f5b41-162a-11ed-abaa-525400c5da15"]`。</li>
|
|
1971
1973
|
*/
|
|
1972
1974
|
OriginValue: Array<string>
|
|
@@ -4260,12 +4262,14 @@ export interface CreateApplicationProxyRuleRequest {
|
|
|
4260
4262
|
/**
|
|
4261
4263
|
* 源站类型,取值有:
|
|
4262
4264
|
<li>custom:手动添加;</li>
|
|
4265
|
+
<li>loadbalancer:负载均衡;</li>
|
|
4263
4266
|
<li>origins:源站组。</li>
|
|
4264
4267
|
*/
|
|
4265
4268
|
OriginType: string
|
|
4266
4269
|
/**
|
|
4267
4270
|
* 源站信息:
|
|
4268
4271
|
<li>当 OriginType 为 custom 时,表示一个或多个源站,如`["8.8.8.8","9.9.9.9"]` 或 `OriginValue=["test.com"]`;</li>
|
|
4272
|
+
<li>当 OriginType 为 loadbalancer 时,表示一个负载均衡,如`["lb-xdffsfasdfs"]`;</li>
|
|
4269
4273
|
<li>当 OriginType 为 origins 时,要求有且仅有一个元素,表示源站组ID,如`["origin-537f5b41-162a-11ed-abaa-525400c5da15"]`。</li>
|
|
4270
4274
|
*/
|
|
4271
4275
|
OriginValue: Array<string>
|
|
@@ -5507,9 +5511,7 @@ export interface CreateApplicationProxyRequest {
|
|
|
5507
5511
|
*/
|
|
5508
5512
|
AccelerateType: number
|
|
5509
5513
|
/**
|
|
5510
|
-
* 四层代理模式,取值有:
|
|
5511
|
-
<li>hostname:表示子域名模式;</li>
|
|
5512
|
-
<li>instance:表示实例模式。</li>不填写使用默认值instance。
|
|
5514
|
+
* 四层代理模式,取值有: <li>instance:表示实例模式。</li>不填写使用默认值instance。
|
|
5513
5515
|
*/
|
|
5514
5516
|
ProxyType?: string
|
|
5515
5517
|
/**
|
|
@@ -5308,42 +5308,47 @@ export interface LaneInfo {
|
|
|
5308
5308
|
* 泳道ID
|
|
5309
5309
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5310
5310
|
*/
|
|
5311
|
-
LaneId
|
|
5311
|
+
LaneId?: string
|
|
5312
5312
|
/**
|
|
5313
5313
|
* 泳道名称
|
|
5314
5314
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5315
5315
|
*/
|
|
5316
|
-
LaneName
|
|
5316
|
+
LaneName?: string
|
|
5317
5317
|
/**
|
|
5318
5318
|
* 泳道备注
|
|
5319
5319
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5320
5320
|
*/
|
|
5321
|
-
Remark
|
|
5321
|
+
Remark?: string
|
|
5322
5322
|
/**
|
|
5323
5323
|
* 创建时间
|
|
5324
5324
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5325
5325
|
*/
|
|
5326
|
-
CreateTime
|
|
5326
|
+
CreateTime?: number
|
|
5327
5327
|
/**
|
|
5328
5328
|
* 更新时间
|
|
5329
5329
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5330
5330
|
*/
|
|
5331
|
-
UpdateTime
|
|
5331
|
+
UpdateTime?: number
|
|
5332
5332
|
/**
|
|
5333
5333
|
* 泳道部署组
|
|
5334
5334
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5335
5335
|
*/
|
|
5336
|
-
LaneGroupList
|
|
5336
|
+
LaneGroupList?: Array<LaneGroup>
|
|
5337
5337
|
/**
|
|
5338
5338
|
* 是否入口应用
|
|
5339
5339
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5340
5340
|
*/
|
|
5341
|
-
Entrance
|
|
5341
|
+
Entrance?: boolean
|
|
5342
5342
|
/**
|
|
5343
5343
|
* 泳道已经关联部署组的命名空间列表
|
|
5344
5344
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5345
5345
|
*/
|
|
5346
|
-
NamespaceIdList
|
|
5346
|
+
NamespaceIdList?: Array<string>
|
|
5347
|
+
/**
|
|
5348
|
+
* 泳道部署组ID
|
|
5349
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5350
|
+
*/
|
|
5351
|
+
LaneGroupId?: string
|
|
5347
5352
|
}
|
|
5348
5353
|
|
|
5349
5354
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.781";
|
|
@@ -9665,12 +9665,12 @@ export interface DescribeAlarmPoliciesRequest {
|
|
|
9665
9665
|
*/
|
|
9666
9666
|
PolicyName?: string;
|
|
9667
9667
|
/**
|
|
9668
|
-
* 根据监控类型过滤 不选默认查所有类型 "MT_QCE"
|
|
9668
|
+
* 根据监控类型过滤 不选默认查所有类型 "MT_QCE"=云产品监控,当Dimension不为空时,该项为必填项
|
|
9669
9669
|
*/
|
|
9670
9670
|
MonitorTypes?: Array<string>;
|
|
9671
9671
|
/**
|
|
9672
9672
|
* 根据命名空间过滤,不同策略类型的值详见
|
|
9673
|
-
[策略类型列表](https://cloud.tencent.com/document/product/248/50397)
|
|
9673
|
+
[策略类型列表](https://cloud.tencent.com/document/product/248/50397)当Dimension不为空时,该项为必填项
|
|
9674
9674
|
*/
|
|
9675
9675
|
Namespaces?: Array<string>;
|
|
9676
9676
|
/**
|
|
@@ -6768,7 +6768,7 @@ export interface RecognizeTableAccurateOCRRequest {
|
|
|
6768
6768
|
*/
|
|
6769
6769
|
ImageUrl?: string;
|
|
6770
6770
|
/**
|
|
6771
|
-
* 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF
|
|
6771
|
+
* 需要识别的PDF页面的对应页码,仅支持PDF单页识别,当上传文件为PDF有效,默认值为1。
|
|
6772
6772
|
*/
|
|
6773
6773
|
PdfPageNumber?: number;
|
|
6774
6774
|
}
|
|
@@ -1868,12 +1868,14 @@ export interface ApplicationProxyRule {
|
|
|
1868
1868
|
/**
|
|
1869
1869
|
* 源站类型,取值有:
|
|
1870
1870
|
<li>custom:手动添加;</li>
|
|
1871
|
+
<li>loadbalancer:负载均衡;</li>
|
|
1871
1872
|
<li>origins:源站组。</li>
|
|
1872
1873
|
*/
|
|
1873
1874
|
OriginType: string;
|
|
1874
1875
|
/**
|
|
1875
1876
|
* 源站信息:
|
|
1876
1877
|
<li>当 OriginType 为 custom 时,表示一个或多个源站,如`["8.8.8.8","9.9.9.9"]` 或 `OriginValue=["test.com"]`;</li>
|
|
1878
|
+
<li>当 OriginType 为 loadbalancer 时,表示一个负载均衡,如`["lb-xdffsfasdfs"]`;</li>
|
|
1877
1879
|
<li>当 OriginType 为 origins 时,要求有且仅有一个元素,表示源站组ID,如`["origin-537f5b41-162a-11ed-abaa-525400c5da15"]`。</li>
|
|
1878
1880
|
*/
|
|
1879
1881
|
OriginValue: Array<string>;
|
|
@@ -4088,12 +4090,14 @@ export interface CreateApplicationProxyRuleRequest {
|
|
|
4088
4090
|
/**
|
|
4089
4091
|
* 源站类型,取值有:
|
|
4090
4092
|
<li>custom:手动添加;</li>
|
|
4093
|
+
<li>loadbalancer:负载均衡;</li>
|
|
4091
4094
|
<li>origins:源站组。</li>
|
|
4092
4095
|
*/
|
|
4093
4096
|
OriginType: string;
|
|
4094
4097
|
/**
|
|
4095
4098
|
* 源站信息:
|
|
4096
4099
|
<li>当 OriginType 为 custom 时,表示一个或多个源站,如`["8.8.8.8","9.9.9.9"]` 或 `OriginValue=["test.com"]`;</li>
|
|
4100
|
+
<li>当 OriginType 为 loadbalancer 时,表示一个负载均衡,如`["lb-xdffsfasdfs"]`;</li>
|
|
4097
4101
|
<li>当 OriginType 为 origins 时,要求有且仅有一个元素,表示源站组ID,如`["origin-537f5b41-162a-11ed-abaa-525400c5da15"]`。</li>
|
|
4098
4102
|
*/
|
|
4099
4103
|
OriginValue: Array<string>;
|
|
@@ -5293,9 +5297,7 @@ export interface CreateApplicationProxyRequest {
|
|
|
5293
5297
|
*/
|
|
5294
5298
|
AccelerateType: number;
|
|
5295
5299
|
/**
|
|
5296
|
-
* 四层代理模式,取值有:
|
|
5297
|
-
<li>hostname:表示子域名模式;</li>
|
|
5298
|
-
<li>instance:表示实例模式。</li>不填写使用默认值instance。
|
|
5300
|
+
* 四层代理模式,取值有: <li>instance:表示实例模式。</li>不填写使用默认值instance。
|
|
5299
5301
|
*/
|
|
5300
5302
|
ProxyType?: string;
|
|
5301
5303
|
/**
|
|
@@ -5068,42 +5068,47 @@ export interface LaneInfo {
|
|
|
5068
5068
|
* 泳道ID
|
|
5069
5069
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5070
5070
|
*/
|
|
5071
|
-
LaneId
|
|
5071
|
+
LaneId?: string;
|
|
5072
5072
|
/**
|
|
5073
5073
|
* 泳道名称
|
|
5074
5074
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5075
5075
|
*/
|
|
5076
|
-
LaneName
|
|
5076
|
+
LaneName?: string;
|
|
5077
5077
|
/**
|
|
5078
5078
|
* 泳道备注
|
|
5079
5079
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5080
5080
|
*/
|
|
5081
|
-
Remark
|
|
5081
|
+
Remark?: string;
|
|
5082
5082
|
/**
|
|
5083
5083
|
* 创建时间
|
|
5084
5084
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5085
5085
|
*/
|
|
5086
|
-
CreateTime
|
|
5086
|
+
CreateTime?: number;
|
|
5087
5087
|
/**
|
|
5088
5088
|
* 更新时间
|
|
5089
5089
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5090
5090
|
*/
|
|
5091
|
-
UpdateTime
|
|
5091
|
+
UpdateTime?: number;
|
|
5092
5092
|
/**
|
|
5093
5093
|
* 泳道部署组
|
|
5094
5094
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5095
5095
|
*/
|
|
5096
|
-
LaneGroupList
|
|
5096
|
+
LaneGroupList?: Array<LaneGroup>;
|
|
5097
5097
|
/**
|
|
5098
5098
|
* 是否入口应用
|
|
5099
5099
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5100
5100
|
*/
|
|
5101
|
-
Entrance
|
|
5101
|
+
Entrance?: boolean;
|
|
5102
5102
|
/**
|
|
5103
5103
|
* 泳道已经关联部署组的命名空间列表
|
|
5104
5104
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5105
5105
|
*/
|
|
5106
|
-
NamespaceIdList
|
|
5106
|
+
NamespaceIdList?: Array<string>;
|
|
5107
|
+
/**
|
|
5108
|
+
* 泳道部署组ID
|
|
5109
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5110
|
+
*/
|
|
5111
|
+
LaneGroupId?: string;
|
|
5107
5112
|
}
|
|
5108
5113
|
/**
|
|
5109
5114
|
* DescribeConfigReleaseLogs返回参数结构体
|