tencentcloud-sdk-nodejs 4.0.301 → 4.0.304
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 +311 -0
- package/SERVICE_CHANGELOG.md +362 -74
- package/package.json +1 -1
- package/products.md +22 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +17 -6
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/billing/v20180709/billing_client.ts +31 -2
- package/src/services/billing/v20180709/billing_models.ts +334 -47
- package/src/services/casb/index.ts +5 -0
- package/src/services/casb/v20200507/casb_client.ts +51 -0
- package/src/services/casb/v20200507/casb_models.ts +76 -0
- package/src/services/casb/v20200507/index.ts +6 -0
- package/src/services/cdn/v20180606/cdn_models.ts +18 -18
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +31 -42
- package/src/services/cpdp/v20190820/cpdp_client.ts +58 -4
- package/src/services/cpdp/v20190820/cpdp_models.ts +493 -87
- package/src/services/es/v20180416/es_models.ts +5 -0
- package/src/services/faceid/v20180301/faceid_models.ts +2 -4
- package/src/services/index.ts +1 -0
- package/src/services/ivld/v20210903/ivld_client.ts +2 -0
- package/src/services/ivld/v20210903/ivld_models.ts +48 -0
- package/src/services/mongodb/v20190725/mongodb_models.ts +7 -5
- package/src/services/monitor/v20180724/monitor_models.ts +9 -4
- package/src/services/organization/v20210331/organization_models.ts +6 -0
- package/src/services/ses/v20201002/ses_client.ts +15 -2
- package/src/services/ses/v20201002/ses_models.ts +51 -10
- package/src/services/tcss/v20201101/tcss_models.ts +5 -0
- package/src/services/tem/v20210701/tem_models.ts +11 -0
- package/src/services/tke/v20180525/tke_client.ts +25 -13
- package/src/services/tke/v20180525/tke_models.ts +39 -4
- package/src/services/tse/v20201207/tse_models.ts +15 -0
- package/src/services/vod/v20180717/vod_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +15 -6
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +9 -1
- package/tencentcloud/services/billing/v20180709/billing_client.js +12 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +279 -39
- package/tencentcloud/services/casb/index.d.ts +6 -0
- package/tencentcloud/services/casb/index.js +7 -0
- package/tencentcloud/services/casb/v20200507/casb_client.d.ts +21 -0
- package/tencentcloud/services/casb/v20200507/casb_client.js +44 -0
- package/tencentcloud/services/casb/v20200507/casb_models.d.ts +51 -0
- package/tencentcloud/services/casb/v20200507/casb_models.js +18 -0
- package/tencentcloud/services/casb/v20200507/index.d.ts +6 -0
- package/tencentcloud/services/casb/v20200507/index.js +9 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +18 -18
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +31 -42
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +17 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +24 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +424 -75
- package/tencentcloud/services/es/v20180416/es_models.d.ts +4 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -4
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +41 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +6 -4
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +8 -4
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +5 -0
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +5 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +6 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +46 -10
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +4 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +10 -0
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +9 -5
- package/tencentcloud/services/tke/v20180525/tke_client.js +12 -6
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +34 -4
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +12 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/test/billing.v20180709.test.js +20 -0
- package/test/casb.v20200507.test.js +31 -0
- package/test/cpdp.v20190820.test.js +40 -0
- package/test/ses.v20201002.test.js +10 -0
- package/test/tke.v20180525.test.js +14 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 47 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-03-
|
|
7
|
+
发布时间:2022-03-09 08:05:55
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,22 +12,22 @@
|
|
|
12
12
|
|
|
13
13
|
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DataDisk](https://cloud.tencent.com/document/api/377/20453#DataDisk)
|
|
16
16
|
|
|
17
|
-
* 新增成员:
|
|
17
|
+
* 新增成员:DeleteWithInstance
|
|
18
18
|
|
|
19
|
-
* [
|
|
19
|
+
* [ScheduledAction](https://cloud.tencent.com/document/api/377/20453#ScheduledAction)
|
|
20
20
|
|
|
21
|
-
* 新增成员:
|
|
21
|
+
* 新增成员:ScheduledType
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
##
|
|
26
|
+
## 计费相关(billing) 版本:2018-07-09
|
|
27
27
|
|
|
28
|
-
### 第
|
|
28
|
+
### 第 32 次发布
|
|
29
29
|
|
|
30
|
-
发布时间:2022-03-
|
|
30
|
+
发布时间:2022-03-09 08:06:22
|
|
31
31
|
|
|
32
32
|
本次发布包含了以下内容:
|
|
33
33
|
|
|
@@ -35,37 +35,79 @@
|
|
|
35
35
|
|
|
36
36
|
新增接口:
|
|
37
37
|
|
|
38
|
-
* [
|
|
39
|
-
* [
|
|
40
|
-
* [CreateToken](https://cloud.tencent.com/document/api/597/70644)
|
|
38
|
+
* [DescribeVoucherInfo](https://cloud.tencent.com/document/api/555/70813)
|
|
39
|
+
* [DescribeVoucherUsageDetails](https://cloud.tencent.com/document/api/555/70812)
|
|
41
40
|
|
|
41
|
+
新增数据结构:
|
|
42
42
|
|
|
43
|
+
* [ApplicableProducts](https://cloud.tencent.com/document/api/555/19183#ApplicableProducts)
|
|
44
|
+
* [ExcludedProducts](https://cloud.tencent.com/document/api/555/19183#ExcludedProducts)
|
|
45
|
+
* [UsageDetails](https://cloud.tencent.com/document/api/555/19183#UsageDetails)
|
|
46
|
+
* [UsageRecords](https://cloud.tencent.com/document/api/555/19183#UsageRecords)
|
|
47
|
+
* [VoucherInfos](https://cloud.tencent.com/document/api/555/19183#VoucherInfos)
|
|
43
48
|
|
|
44
|
-
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
45
49
|
|
|
46
|
-
### 第 56 次发布
|
|
47
50
|
|
|
48
|
-
|
|
51
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
52
|
+
|
|
53
|
+
### 第 25 次发布
|
|
54
|
+
|
|
55
|
+
发布时间:2022-03-09 08:11:10
|
|
49
56
|
|
|
50
57
|
本次发布包含了以下内容:
|
|
51
58
|
|
|
52
59
|
改善已有的文档。
|
|
53
60
|
|
|
54
|
-
|
|
61
|
+
修改接口:
|
|
55
62
|
|
|
56
|
-
* [
|
|
57
|
-
* [QueryFundsTransactionDetails](https://cloud.tencent.com/document/api/1122/70649)
|
|
58
|
-
* [QueryMemberTransactionDetails](https://cloud.tencent.com/document/api/1122/70648)
|
|
59
|
-
* [QueryReconciliationFileApplyInfo](https://cloud.tencent.com/document/api/1122/70647)
|
|
63
|
+
* [UpgradeInstance](https://cloud.tencent.com/document/api/845/36270)
|
|
60
64
|
|
|
61
|
-
|
|
65
|
+
* 新增入参:CosBackup
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
71
|
+
|
|
72
|
+
### 第 41 次发布
|
|
73
|
+
|
|
74
|
+
发布时间:2022-03-09 08:14:02
|
|
75
|
+
|
|
76
|
+
本次发布包含了以下内容:
|
|
77
|
+
|
|
78
|
+
改善已有的文档。
|
|
79
|
+
|
|
80
|
+
修改接口:
|
|
81
|
+
|
|
82
|
+
* [ModifyAlarmPolicyNotice](https://cloud.tencent.com/document/api/248/51274)
|
|
83
|
+
|
|
84
|
+
* 新增入参:PolicyIds
|
|
85
|
+
|
|
86
|
+
* <font color="#dd0000">**修改入参**:</font>PolicyId
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
92
|
+
|
|
93
|
+
### 第 13 次发布
|
|
94
|
+
|
|
95
|
+
发布时间:2022-03-09 08:17:24
|
|
96
|
+
|
|
97
|
+
本次发布包含了以下内容:
|
|
98
|
+
|
|
99
|
+
改善已有的文档。
|
|
100
|
+
|
|
101
|
+
修改接口:
|
|
102
|
+
|
|
103
|
+
* [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
|
|
104
|
+
|
|
105
|
+
* 新增入参:OsFlavour
|
|
62
106
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
* [QueryMemberTransactionDetailsResult](https://cloud.tencent.com/document/api/1122/40683#QueryMemberTransactionDetailsResult)
|
|
68
|
-
* [QueryReconciliationFileApplyInfoResult](https://cloud.tencent.com/document/api/1122/40683#QueryReconciliationFileApplyInfoResult)
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
69
111
|
|
|
70
112
|
|
|
71
113
|
|
|
@@ -2705,6 +2747,25 @@
|
|
|
2705
2747
|
|
|
2706
2748
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
2707
2749
|
|
|
2750
|
+
### 第 47 次发布
|
|
2751
|
+
|
|
2752
|
+
发布时间:2022-03-09 08:05:55
|
|
2753
|
+
|
|
2754
|
+
本次发布包含了以下内容:
|
|
2755
|
+
|
|
2756
|
+
改善已有的文档。
|
|
2757
|
+
|
|
2758
|
+
修改数据结构:
|
|
2759
|
+
|
|
2760
|
+
* [DataDisk](https://cloud.tencent.com/document/api/377/20453#DataDisk)
|
|
2761
|
+
|
|
2762
|
+
* 新增成员:DeleteWithInstance
|
|
2763
|
+
|
|
2764
|
+
* [ScheduledAction](https://cloud.tencent.com/document/api/377/20453#ScheduledAction)
|
|
2765
|
+
|
|
2766
|
+
* 新增成员:ScheduledType
|
|
2767
|
+
|
|
2768
|
+
|
|
2708
2769
|
### 第 46 次发布
|
|
2709
2770
|
|
|
2710
2771
|
发布时间:2022-02-23 08:02:26
|
|
@@ -5267,6 +5328,27 @@
|
|
|
5267
5328
|
|
|
5268
5329
|
## 计费相关(billing) 版本:2018-07-09
|
|
5269
5330
|
|
|
5331
|
+
### 第 32 次发布
|
|
5332
|
+
|
|
5333
|
+
发布时间:2022-03-09 08:06:22
|
|
5334
|
+
|
|
5335
|
+
本次发布包含了以下内容:
|
|
5336
|
+
|
|
5337
|
+
改善已有的文档。
|
|
5338
|
+
|
|
5339
|
+
新增接口:
|
|
5340
|
+
|
|
5341
|
+
* [[DescribeVoucherInfo](https://cloud.tencent.com/document/api/555/70813)](https://cloud.tencent.com/document/api/#/#)
|
|
5342
|
+
* [[DescribeVoucherUsageDetails](https://cloud.tencent.com/document/api/555/70812)](https://cloud.tencent.com/document/api/#/#)
|
|
5343
|
+
|
|
5344
|
+
新增数据结构:
|
|
5345
|
+
|
|
5346
|
+
* [[ApplicableProducts](https://cloud.tencent.com/document/api/555/19183#ApplicableProducts)](https://cloud.tencent.com/document/api/555/19183#[ApplicableProducts](https://cloud.tencent.com/document/api/555/19183#ApplicableProducts))
|
|
5347
|
+
* [[ExcludedProducts](https://cloud.tencent.com/document/api/555/19183#ExcludedProducts)](https://cloud.tencent.com/document/api/555/19183#[ExcludedProducts](https://cloud.tencent.com/document/api/555/19183#ExcludedProducts))
|
|
5348
|
+
* [[UsageDetails](https://cloud.tencent.com/document/api/555/19183#UsageDetails)](https://cloud.tencent.com/document/api/555/19183#[UsageDetails](https://cloud.tencent.com/document/api/555/19183#UsageDetails))
|
|
5349
|
+
* [[UsageRecords](https://cloud.tencent.com/document/api/555/19183#UsageRecords)](https://cloud.tencent.com/document/api/555/19183#[UsageRecords](https://cloud.tencent.com/document/api/555/19183#UsageRecords))
|
|
5350
|
+
* [[VoucherInfos](https://cloud.tencent.com/document/api/555/19183#VoucherInfos)](https://cloud.tencent.com/document/api/555/19183#[VoucherInfos](https://cloud.tencent.com/document/api/555/19183#VoucherInfos))
|
|
5351
|
+
|
|
5270
5352
|
### 第 31 次发布
|
|
5271
5353
|
|
|
5272
5354
|
发布时间:2022-03-02 08:05:35
|
|
@@ -7992,6 +8074,27 @@
|
|
|
7992
8074
|
|
|
7993
8075
|
|
|
7994
8076
|
|
|
8077
|
+
## 云数据加密代理网关(casb) 版本:2020-05-07
|
|
8078
|
+
|
|
8079
|
+
### 第 1 次发布
|
|
8080
|
+
|
|
8081
|
+
发布时间:2022-03-04 10:44:38
|
|
8082
|
+
|
|
8083
|
+
本次发布包含了以下内容:
|
|
8084
|
+
|
|
8085
|
+
改善已有的文档。
|
|
8086
|
+
|
|
8087
|
+
新增接口:
|
|
8088
|
+
|
|
8089
|
+
* [CopyCryptoColumnPolicy](https://cloud.tencent.com/document/api/1303/70652)
|
|
8090
|
+
|
|
8091
|
+
新增数据结构:
|
|
8092
|
+
|
|
8093
|
+
* [CryptoCopyColumnPolicyTableFilter](https://cloud.tencent.com/document/api/1303/70653#CryptoCopyColumnPolicyTableFilter)
|
|
8094
|
+
|
|
8095
|
+
|
|
8096
|
+
|
|
8097
|
+
|
|
7995
8098
|
## 云拨测(cat) 版本:2018-04-09
|
|
7996
8099
|
|
|
7997
8100
|
### 第 6 次发布
|
|
@@ -14464,9 +14567,9 @@
|
|
|
14464
14567
|
|
|
14465
14568
|
新增接口:
|
|
14466
14569
|
|
|
14467
|
-
* [
|
|
14468
|
-
* [
|
|
14469
|
-
* [
|
|
14570
|
+
* [AuthorizeToken](https://cloud.tencent.com/document/api/597/70646)
|
|
14571
|
+
* [CancelAuthorizationToken](https://cloud.tencent.com/document/api/597/70645)
|
|
14572
|
+
* [CreateToken](https://cloud.tencent.com/document/api/597/70644)
|
|
14470
14573
|
|
|
14471
14574
|
### 第 35 次发布
|
|
14472
14575
|
|
|
@@ -18835,6 +18938,51 @@
|
|
|
18835
18938
|
|
|
18836
18939
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
18837
18940
|
|
|
18941
|
+
### 第 58 次发布
|
|
18942
|
+
|
|
18943
|
+
发布时间:2022-03-08 08:09:49
|
|
18944
|
+
|
|
18945
|
+
本次发布包含了以下内容:
|
|
18946
|
+
|
|
18947
|
+
改善已有的文档。
|
|
18948
|
+
|
|
18949
|
+
新增接口:
|
|
18950
|
+
|
|
18951
|
+
* [QueryOpenBankBankAccountBalance](https://cloud.tencent.com/document/api/1122/70774)
|
|
18952
|
+
* [QueryOpenBankDailyReceiptDownloadUrl](https://cloud.tencent.com/document/api/1122/70773)
|
|
18953
|
+
|
|
18954
|
+
新增数据结构:
|
|
18955
|
+
|
|
18956
|
+
* [QueryOpenBankBankAccountBalanceResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBankAccountBalanceResult)
|
|
18957
|
+
* [QueryOpenBankDailyReceiptDownloadUrlResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankDailyReceiptDownloadUrlResult)
|
|
18958
|
+
|
|
18959
|
+
### 第 57 次发布
|
|
18960
|
+
|
|
18961
|
+
发布时间:2022-03-07 08:05:12
|
|
18962
|
+
|
|
18963
|
+
本次发布包含了以下内容:
|
|
18964
|
+
|
|
18965
|
+
改善已有的文档。
|
|
18966
|
+
|
|
18967
|
+
新增接口:
|
|
18968
|
+
|
|
18969
|
+
* [QueryOpenBankBankBranchList](https://cloud.tencent.com/document/api/1122/70730)
|
|
18970
|
+
* [QueryOpenBankSupportBankList](https://cloud.tencent.com/document/api/1122/70729)
|
|
18971
|
+
|
|
18972
|
+
新增数据结构:
|
|
18973
|
+
|
|
18974
|
+
* [BankBranchInfo](https://cloud.tencent.com/document/api/1122/40683#BankBranchInfo)
|
|
18975
|
+
* [QueryOpenBankBankBranchListResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBankBranchListResult)
|
|
18976
|
+
* [QueryOpenBankSupportBankListResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSupportBankListResult)
|
|
18977
|
+
* [SupportBankInfo](https://cloud.tencent.com/document/api/1122/40683#SupportBankInfo)
|
|
18978
|
+
|
|
18979
|
+
修改数据结构:
|
|
18980
|
+
|
|
18981
|
+
* [OpenBankPayeeInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayeeInfo)
|
|
18982
|
+
|
|
18983
|
+
* 新增成员:BindSerialNo
|
|
18984
|
+
|
|
18985
|
+
|
|
18838
18986
|
### 第 56 次发布
|
|
18839
18987
|
|
|
18840
18988
|
发布时间:2022-03-04 08:06:47
|
|
@@ -18845,19 +18993,19 @@
|
|
|
18845
18993
|
|
|
18846
18994
|
新增接口:
|
|
18847
18995
|
|
|
18848
|
-
* [
|
|
18849
|
-
* [
|
|
18850
|
-
* [
|
|
18851
|
-
* [
|
|
18996
|
+
* [ApplyReconciliationFile](https://cloud.tencent.com/document/api/1122/70650)
|
|
18997
|
+
* [QueryFundsTransactionDetails](https://cloud.tencent.com/document/api/1122/70649)
|
|
18998
|
+
* [QueryMemberTransactionDetails](https://cloud.tencent.com/document/api/1122/70648)
|
|
18999
|
+
* [QueryReconciliationFileApplyInfo](https://cloud.tencent.com/document/api/1122/70647)
|
|
18852
19000
|
|
|
18853
19001
|
新增数据结构:
|
|
18854
19002
|
|
|
18855
|
-
* [
|
|
18856
|
-
* [
|
|
18857
|
-
* [
|
|
18858
|
-
* [
|
|
18859
|
-
* [
|
|
18860
|
-
* [
|
|
19003
|
+
* [ApplyReconciliationFileResult](https://cloud.tencent.com/document/api/1122/40683#ApplyReconciliationFileResult)
|
|
19004
|
+
* [FundsTransactionItem](https://cloud.tencent.com/document/api/1122/40683#FundsTransactionItem)
|
|
19005
|
+
* [MemberTransactionItem](https://cloud.tencent.com/document/api/1122/40683#MemberTransactionItem)
|
|
19006
|
+
* [QueryFundsTransactionDetailsResult](https://cloud.tencent.com/document/api/1122/40683#QueryFundsTransactionDetailsResult)
|
|
19007
|
+
* [QueryMemberTransactionDetailsResult](https://cloud.tencent.com/document/api/1122/40683#QueryMemberTransactionDetailsResult)
|
|
19008
|
+
* [QueryReconciliationFileApplyInfoResult](https://cloud.tencent.com/document/api/1122/40683#QueryReconciliationFileApplyInfoResult)
|
|
18861
19009
|
|
|
18862
19010
|
### 第 55 次发布
|
|
18863
19011
|
|
|
@@ -30038,6 +30186,21 @@
|
|
|
30038
30186
|
|
|
30039
30187
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
30040
30188
|
|
|
30189
|
+
### 第 25 次发布
|
|
30190
|
+
|
|
30191
|
+
发布时间:2022-03-09 08:11:10
|
|
30192
|
+
|
|
30193
|
+
本次发布包含了以下内容:
|
|
30194
|
+
|
|
30195
|
+
改善已有的文档。
|
|
30196
|
+
|
|
30197
|
+
修改接口:
|
|
30198
|
+
|
|
30199
|
+
* [UpgradeInstance](https://cloud.tencent.com/document/api/845/36270)
|
|
30200
|
+
|
|
30201
|
+
* 新增入参:CosBackup
|
|
30202
|
+
|
|
30203
|
+
|
|
30041
30204
|
### 第 24 次发布
|
|
30042
30205
|
|
|
30043
30206
|
发布时间:2022-02-18 08:09:35
|
|
@@ -38937,6 +39100,26 @@
|
|
|
38937
39100
|
|
|
38938
39101
|
## 视频智能标签(ivld) 版本:2021-09-03
|
|
38939
39102
|
|
|
39103
|
+
### 第 5 次发布
|
|
39104
|
+
|
|
39105
|
+
发布时间:2022-03-07 10:30:32
|
|
39106
|
+
|
|
39107
|
+
本次发布包含了以下内容:
|
|
39108
|
+
|
|
39109
|
+
改善已有的文档。
|
|
39110
|
+
|
|
39111
|
+
新增数据结构:
|
|
39112
|
+
|
|
39113
|
+
* [ClassifiedPersonInfo](https://cloud.tencent.com/document/api/1509/65063#ClassifiedPersonInfo)
|
|
39114
|
+
* [PersonInfo](https://cloud.tencent.com/document/api/1509/65063#PersonInfo)
|
|
39115
|
+
|
|
39116
|
+
修改数据结构:
|
|
39117
|
+
|
|
39118
|
+
* [ShowInfo](https://cloud.tencent.com/document/api/1509/65063#ShowInfo)
|
|
39119
|
+
|
|
39120
|
+
* 新增成员:ClassifiedPersonInfoSet
|
|
39121
|
+
|
|
39122
|
+
|
|
38940
39123
|
### 第 4 次发布
|
|
38941
39124
|
|
|
38942
39125
|
发布时间:2022-03-02 12:16:47
|
|
@@ -43032,6 +43215,23 @@
|
|
|
43032
43215
|
|
|
43033
43216
|
## 云监控(monitor) 版本:2018-07-24
|
|
43034
43217
|
|
|
43218
|
+
### 第 41 次发布
|
|
43219
|
+
|
|
43220
|
+
发布时间:2022-03-09 08:14:02
|
|
43221
|
+
|
|
43222
|
+
本次发布包含了以下内容:
|
|
43223
|
+
|
|
43224
|
+
改善已有的文档。
|
|
43225
|
+
|
|
43226
|
+
修改接口:
|
|
43227
|
+
|
|
43228
|
+
* [ModifyAlarmPolicyNotice](https://cloud.tencent.com/document/api/248/51274)
|
|
43229
|
+
|
|
43230
|
+
* 新增入参:PolicyIds
|
|
43231
|
+
|
|
43232
|
+
* <font color="#dd0000">**修改入参**:</font>PolicyId
|
|
43233
|
+
|
|
43234
|
+
|
|
43035
43235
|
### 第 40 次发布
|
|
43036
43236
|
|
|
43037
43237
|
发布时间:2022-03-03 08:09:04
|
|
@@ -47562,6 +47762,21 @@
|
|
|
47562
47762
|
|
|
47563
47763
|
## 企业组织(organization) 版本:2021-03-31
|
|
47564
47764
|
|
|
47765
|
+
### 第 7 次发布
|
|
47766
|
+
|
|
47767
|
+
发布时间:2022-03-08 08:16:27
|
|
47768
|
+
|
|
47769
|
+
本次发布包含了以下内容:
|
|
47770
|
+
|
|
47771
|
+
改善已有的文档。
|
|
47772
|
+
|
|
47773
|
+
修改数据结构:
|
|
47774
|
+
|
|
47775
|
+
* [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)
|
|
47776
|
+
|
|
47777
|
+
* 新增成员:BindStatus
|
|
47778
|
+
|
|
47779
|
+
|
|
47565
47780
|
### 第 6 次发布
|
|
47566
47781
|
|
|
47567
47782
|
发布时间:2022-01-26 08:11:15
|
|
@@ -51008,6 +51223,22 @@
|
|
|
51008
51223
|
|
|
51009
51224
|
## 邮件推送(ses) 版本:2020-10-02
|
|
51010
51225
|
|
|
51226
|
+
### 第 8 次发布
|
|
51227
|
+
|
|
51228
|
+
发布时间:2022-03-07 16:52:17
|
|
51229
|
+
|
|
51230
|
+
本次发布包含了以下内容:
|
|
51231
|
+
|
|
51232
|
+
改善已有的文档。
|
|
51233
|
+
|
|
51234
|
+
新增接口:
|
|
51235
|
+
|
|
51236
|
+
* [CreateReceiverDetailWithData](https://cloud.tencent.com/document/api/1288/70776)
|
|
51237
|
+
|
|
51238
|
+
新增数据结构:
|
|
51239
|
+
|
|
51240
|
+
* [ReceiverInputData](https://cloud.tencent.com/document/api/1288/51053#ReceiverInputData)
|
|
51241
|
+
|
|
51011
51242
|
### 第 7 次发布
|
|
51012
51243
|
|
|
51013
51244
|
发布时间:2022-01-18 08:14:15
|
|
@@ -57621,6 +57852,21 @@
|
|
|
57621
57852
|
|
|
57622
57853
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
57623
57854
|
|
|
57855
|
+
### 第 11 次发布
|
|
57856
|
+
|
|
57857
|
+
发布时间:2022-03-08 08:18:39
|
|
57858
|
+
|
|
57859
|
+
本次发布包含了以下内容:
|
|
57860
|
+
|
|
57861
|
+
改善已有的文档。
|
|
57862
|
+
|
|
57863
|
+
修改数据结构:
|
|
57864
|
+
|
|
57865
|
+
* [ImagesInfo](https://cloud.tencent.com/document/api/1285/65614#ImagesInfo)
|
|
57866
|
+
|
|
57867
|
+
* 新增成员:ComponentCnt
|
|
57868
|
+
|
|
57869
|
+
|
|
57624
57870
|
### 第 10 次发布
|
|
57625
57871
|
|
|
57626
57872
|
发布时间:2022-03-02 08:15:58
|
|
@@ -58124,42 +58370,42 @@
|
|
|
58124
58370
|
|
|
58125
58371
|
新增接口:
|
|
58126
58372
|
|
|
58127
|
-
* [CloneClusterToPointInTime](https://cloud.tencent.com/document/api
|
|
58128
|
-
* [CreateCluster](https://cloud.tencent.com/document/api
|
|
58129
|
-
* [CreateClusterInstances](https://cloud.tencent.com/document/api
|
|
58130
|
-
* [DeleteCluster](https://cloud.tencent.com/document/api
|
|
58131
|
-
* [DeleteClusterInstances](https://cloud.tencent.com/document/api
|
|
58132
|
-
* [DescribeAccounts](https://cloud.tencent.com/document/api
|
|
58133
|
-
* [DescribeClusterBackups](https://cloud.tencent.com/document/api
|
|
58134
|
-
* [DescribeClusterEndpoints](https://cloud.tencent.com/document/api
|
|
58135
|
-
* [DescribeClusterInstances](https://cloud.tencent.com/document/api
|
|
58136
|
-
* [DescribeClusterRecoveryTimeRange](https://cloud.tencent.com/document/api
|
|
58137
|
-
* [DescribeClusters](https://cloud.tencent.com/document/api
|
|
58138
|
-
* [DescribeResourcesByDealName](https://cloud.tencent.com/document/api
|
|
58139
|
-
* [IsolateCluster](https://cloud.tencent.com/document/api
|
|
58140
|
-
* [IsolateClusterInstances](https://cloud.tencent.com/document/api
|
|
58141
|
-
* [ModifyAccountDescription](https://cloud.tencent.com/document/api
|
|
58142
|
-
* [ModifyClusterEndpointWanStatus](https://cloud.tencent.com/document/api
|
|
58143
|
-
* [ModifyClusterInstancesSpec](https://cloud.tencent.com/document/api
|
|
58144
|
-
* [ModifyClusterName](https://cloud.tencent.com/document/api
|
|
58145
|
-
* [ModifyClustersAutoRenewFlag](https://cloud.tencent.com/document/api
|
|
58146
|
-
* [RecoverCluster](https://cloud.tencent.com/document/api
|
|
58147
|
-
* [RecoverClusterInstances](https://cloud.tencent.com/document/api
|
|
58148
|
-
* [RenewCluster](https://cloud.tencent.com/document/api
|
|
58149
|
-
* [ResetAccountPassword](https://cloud.tencent.com/document/api
|
|
58150
|
-
* [RestartClusterInstances](https://cloud.tencent.com/document/api
|
|
58151
|
-
* [TransformClusterPayMode](https://cloud.tencent.com/document/api
|
|
58373
|
+
* [CloneClusterToPointInTime](https://cloud.tencent.com/document/api/1556/70694)
|
|
58374
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/1556/70670)
|
|
58375
|
+
* [CreateClusterInstances](https://cloud.tencent.com/document/api/1556/70690)
|
|
58376
|
+
* [DeleteCluster](https://cloud.tencent.com/document/api/1556/70669)
|
|
58377
|
+
* [DeleteClusterInstances](https://cloud.tencent.com/document/api/1556/70689)
|
|
58378
|
+
* [DescribeAccounts](https://cloud.tencent.com/document/api/1556/70674)
|
|
58379
|
+
* [DescribeClusterBackups](https://cloud.tencent.com/document/api/1556/70693)
|
|
58380
|
+
* [DescribeClusterEndpoints](https://cloud.tencent.com/document/api/1556/70682)
|
|
58381
|
+
* [DescribeClusterInstances](https://cloud.tencent.com/document/api/1556/70688)
|
|
58382
|
+
* [DescribeClusterRecoveryTimeRange](https://cloud.tencent.com/document/api/1556/70692)
|
|
58383
|
+
* [DescribeClusters](https://cloud.tencent.com/document/api/1556/70668)
|
|
58384
|
+
* [DescribeResourcesByDealName](https://cloud.tencent.com/document/api/1556/70679)
|
|
58385
|
+
* [IsolateCluster](https://cloud.tencent.com/document/api/1556/70667)
|
|
58386
|
+
* [IsolateClusterInstances](https://cloud.tencent.com/document/api/1556/70687)
|
|
58387
|
+
* [ModifyAccountDescription](https://cloud.tencent.com/document/api/1556/70673)
|
|
58388
|
+
* [ModifyClusterEndpointWanStatus](https://cloud.tencent.com/document/api/1556/70681)
|
|
58389
|
+
* [ModifyClusterInstancesSpec](https://cloud.tencent.com/document/api/1556/70686)
|
|
58390
|
+
* [ModifyClusterName](https://cloud.tencent.com/document/api/1556/70666)
|
|
58391
|
+
* [ModifyClustersAutoRenewFlag](https://cloud.tencent.com/document/api/1556/70678)
|
|
58392
|
+
* [RecoverCluster](https://cloud.tencent.com/document/api/1556/70665)
|
|
58393
|
+
* [RecoverClusterInstances](https://cloud.tencent.com/document/api/1556/70685)
|
|
58394
|
+
* [RenewCluster](https://cloud.tencent.com/document/api/1556/70677)
|
|
58395
|
+
* [ResetAccountPassword](https://cloud.tencent.com/document/api/1556/70672)
|
|
58396
|
+
* [RestartClusterInstances](https://cloud.tencent.com/document/api/1556/70684)
|
|
58397
|
+
* [TransformClusterPayMode](https://cloud.tencent.com/document/api/1556/70676)
|
|
58152
58398
|
|
|
58153
58399
|
新增数据结构:
|
|
58154
58400
|
|
|
58155
|
-
* [Account](https://cloud.tencent.com/document/api
|
|
58156
|
-
* [AvailableRecoveryTimeRange](https://cloud.tencent.com/document/api
|
|
58157
|
-
* [Backup](https://cloud.tencent.com/document/api
|
|
58158
|
-
* [Cluster](https://cloud.tencent.com/document/api
|
|
58159
|
-
* [Endpoint](https://cloud.tencent.com/document/api
|
|
58160
|
-
* [Filter](https://cloud.tencent.com/document/api
|
|
58161
|
-
* [Instance](https://cloud.tencent.com/document/api
|
|
58162
|
-
* [ResourceIdInfo](https://cloud.tencent.com/document/api
|
|
58401
|
+
* [Account](https://cloud.tencent.com/document/api/1556/70695#Account)
|
|
58402
|
+
* [AvailableRecoveryTimeRange](https://cloud.tencent.com/document/api/1556/70695#AvailableRecoveryTimeRange)
|
|
58403
|
+
* [Backup](https://cloud.tencent.com/document/api/1556/70695#Backup)
|
|
58404
|
+
* [Cluster](https://cloud.tencent.com/document/api/1556/70695#Cluster)
|
|
58405
|
+
* [Endpoint](https://cloud.tencent.com/document/api/1556/70695#Endpoint)
|
|
58406
|
+
* [Filter](https://cloud.tencent.com/document/api/1556/70695#Filter)
|
|
58407
|
+
* [Instance](https://cloud.tencent.com/document/api/1556/70695#Instance)
|
|
58408
|
+
* [ResourceIdInfo](https://cloud.tencent.com/document/api/1556/70695#ResourceIdInfo)
|
|
58163
58409
|
|
|
58164
58410
|
|
|
58165
58411
|
|
|
@@ -59243,6 +59489,21 @@
|
|
|
59243
59489
|
|
|
59244
59490
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
59245
59491
|
|
|
59492
|
+
### 第 13 次发布
|
|
59493
|
+
|
|
59494
|
+
发布时间:2022-03-09 08:17:24
|
|
59495
|
+
|
|
59496
|
+
本次发布包含了以下内容:
|
|
59497
|
+
|
|
59498
|
+
改善已有的文档。
|
|
59499
|
+
|
|
59500
|
+
修改接口:
|
|
59501
|
+
|
|
59502
|
+
* [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
|
|
59503
|
+
|
|
59504
|
+
* 新增入参:OsFlavour
|
|
59505
|
+
|
|
59506
|
+
|
|
59246
59507
|
### 第 12 次发布
|
|
59247
59508
|
|
|
59248
59509
|
发布时间:2022-03-01 08:13:25
|
|
@@ -61242,6 +61503,18 @@
|
|
|
61242
61503
|
|
|
61243
61504
|
## 容器服务(tke) 版本:2018-05-25
|
|
61244
61505
|
|
|
61506
|
+
### 第 90 次发布
|
|
61507
|
+
|
|
61508
|
+
发布时间:2022-03-07 08:14:19
|
|
61509
|
+
|
|
61510
|
+
本次发布包含了以下内容:
|
|
61511
|
+
|
|
61512
|
+
改善已有的文档。
|
|
61513
|
+
|
|
61514
|
+
新增接口:
|
|
61515
|
+
|
|
61516
|
+
* [DescribeTKEEdgeScript](https://cloud.tencent.com/document/api/457/70732)
|
|
61517
|
+
|
|
61245
61518
|
### 第 89 次发布
|
|
61246
61519
|
|
|
61247
61520
|
发布时间:2022-02-11 08:13:17
|
|
@@ -63742,6 +64015,21 @@
|
|
|
63742
64015
|
|
|
63743
64016
|
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
63744
64017
|
|
|
64018
|
+
### 第 15 次发布
|
|
64019
|
+
|
|
64020
|
+
发布时间:2022-03-08 08:20:05
|
|
64021
|
+
|
|
64022
|
+
本次发布包含了以下内容:
|
|
64023
|
+
|
|
64024
|
+
改善已有的文档。
|
|
64025
|
+
|
|
64026
|
+
修改数据结构:
|
|
64027
|
+
|
|
64028
|
+
* [EnvInfo](https://cloud.tencent.com/document/api/1364/54942#EnvInfo)
|
|
64029
|
+
|
|
64030
|
+
* 新增成员:SpecId, EnvReplica, RunningCount
|
|
64031
|
+
|
|
64032
|
+
|
|
63745
64033
|
### 第 14 次发布
|
|
63746
64034
|
|
|
63747
64035
|
发布时间:2022-02-18 08:16:25
|