tencentcloud-sdk-nodejs-clb 4.0.292 → 4.0.293
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 +90 -0
- package/SERVICE_CHANGELOG.md +151 -86
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/services/clb/v20180317/clb_client.ts +29 -15
- package/src/services/clb/v20180317/clb_models.ts +94 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +12 -8
- package/tencentcloud/services/clb/v20180317/clb_client.js +15 -9
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +80 -0
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,93 @@
|
|
1
|
+
# Release 4.0.293
|
2
|
+
|
3
|
+
## 负载均衡(clb) 版本:2018-03-17
|
4
|
+
|
5
|
+
### 第 66 次发布
|
6
|
+
|
7
|
+
发布时间:2022-02-22 08:03:47
|
8
|
+
|
9
|
+
本次发布包含了以下内容:
|
10
|
+
|
11
|
+
改善已有的文档。
|
12
|
+
|
13
|
+
新增接口:
|
14
|
+
|
15
|
+
* [DescribeResources](https://cloud.tencent.com/document/api/214/70213)
|
16
|
+
|
17
|
+
新增数据结构:
|
18
|
+
|
19
|
+
* [Resource](https://cloud.tencent.com/document/api/214/30694#Resource)
|
20
|
+
* [ZoneResource](https://cloud.tencent.com/document/api/214/30694#ZoneResource)
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
## 云服务器(cvm) 版本:2017-03-12
|
25
|
+
|
26
|
+
### 第 74 次发布
|
27
|
+
|
28
|
+
发布时间:2022-02-22 08:04:45
|
29
|
+
|
30
|
+
本次发布包含了以下内容:
|
31
|
+
|
32
|
+
改善已有的文档。
|
33
|
+
|
34
|
+
修改接口:
|
35
|
+
|
36
|
+
* [ModifyInstancesAttribute](https://cloud.tencent.com/document/api/213/15739)
|
37
|
+
|
38
|
+
* 新增入参:DisableApiTermination
|
39
|
+
|
40
|
+
* [RunInstances](https://cloud.tencent.com/document/api/213/15730)
|
41
|
+
|
42
|
+
* 新增入参:ChcIds
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
## 物联网通信(iotcloud) 版本:2021-04-08
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
## 物联网通信(iotcloud) 版本:2018-06-14
|
52
|
+
|
53
|
+
### 第 26 次发布
|
54
|
+
|
55
|
+
发布时间:2022-02-22 08:08:24
|
56
|
+
|
57
|
+
本次发布包含了以下内容:
|
58
|
+
|
59
|
+
改善已有的文档。
|
60
|
+
|
61
|
+
新增接口:
|
62
|
+
|
63
|
+
* [DeleteDeviceResource](https://cloud.tencent.com/document/api/634/70215)
|
64
|
+
* [DownloadDeviceResource](https://cloud.tencent.com/document/api/634/70214)
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
69
|
+
|
70
|
+
### 第 32 次发布
|
71
|
+
|
72
|
+
发布时间:2022-02-22 08:09:47
|
73
|
+
|
74
|
+
本次发布包含了以下内容:
|
75
|
+
|
76
|
+
改善已有的文档。
|
77
|
+
|
78
|
+
新增接口:
|
79
|
+
|
80
|
+
* [DescribeDatabaseObjects](https://cloud.tencent.com/document/api/237/70216)
|
81
|
+
|
82
|
+
新增数据结构:
|
83
|
+
|
84
|
+
* [DatabaseFunction](https://cloud.tencent.com/document/api/237/16191#DatabaseFunction)
|
85
|
+
* [DatabaseProcedure](https://cloud.tencent.com/document/api/237/16191#DatabaseProcedure)
|
86
|
+
* [DatabaseTable](https://cloud.tencent.com/document/api/237/16191#DatabaseTable)
|
87
|
+
* [DatabaseView](https://cloud.tencent.com/document/api/237/16191#DatabaseView)
|
88
|
+
|
89
|
+
|
90
|
+
|
1
91
|
# Release 4.0.292
|
2
92
|
|
3
93
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
package/SERVICE_CHANGELOG.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
# 本版本更新包含以下内容:
|
2
2
|
|
3
|
-
##
|
3
|
+
## 负载均衡(clb) 版本:2018-03-17
|
4
4
|
|
5
|
-
### 第
|
5
|
+
### 第 66 次发布
|
6
6
|
|
7
|
-
发布时间:2022-02-
|
7
|
+
发布时间:2022-02-22 08:03:47
|
8
8
|
|
9
9
|
本次发布包含了以下内容:
|
10
10
|
|
@@ -12,82 +12,79 @@
|
|
12
12
|
|
13
13
|
新增接口:
|
14
14
|
|
15
|
-
* [
|
16
|
-
* [CreateRoute](https://cloud.tencent.com/document/api/597/70172)
|
15
|
+
* [DescribeResources](https://cloud.tencent.com/document/api/214/70213)
|
17
16
|
|
17
|
+
新增数据结构:
|
18
18
|
|
19
|
+
* [Resource](https://cloud.tencent.com/document/api/214/30694#Resource)
|
20
|
+
* [ZoneResource](https://cloud.tencent.com/document/api/214/30694#ZoneResource)
|
19
21
|
|
20
|
-
## 企业收付平台(cpdp) 版本:2019-08-20
|
21
22
|
|
22
|
-
### 第 54 次发布
|
23
23
|
|
24
|
-
|
24
|
+
## 云服务器(cvm) 版本:2017-03-12
|
25
|
+
|
26
|
+
### 第 74 次发布
|
27
|
+
|
28
|
+
发布时间:2022-02-22 08:04:45
|
25
29
|
|
26
30
|
本次发布包含了以下内容:
|
27
31
|
|
28
32
|
改善已有的文档。
|
29
33
|
|
30
|
-
|
34
|
+
修改接口:
|
31
35
|
|
32
|
-
* [
|
33
|
-
* [CloseOpenBankPaymentOrder](https://cloud.tencent.com/document/api/1122/70185)
|
34
|
-
* [CreateOpenBankExternalSubMerchantRegistration](https://cloud.tencent.com/document/api/1122/70184)
|
35
|
-
* [CreateOpenBankMerchant](https://cloud.tencent.com/document/api/1122/70183)
|
36
|
-
* [CreateOpenBankPaymentOrder](https://cloud.tencent.com/document/api/1122/70182)
|
37
|
-
* [QueryOpenBankBindExternalSubMerchantBankAccount](https://cloud.tencent.com/document/api/1122/70181)
|
38
|
-
* [QueryOpenBankDownLoadUrl](https://cloud.tencent.com/document/api/1122/70180)
|
39
|
-
* [QueryOpenBankExternalSubMerchantBankAccount](https://cloud.tencent.com/document/api/1122/70179)
|
40
|
-
* [QueryOpenBankExternalSubMerchantRegistration](https://cloud.tencent.com/document/api/1122/70178)
|
41
|
-
* [QueryOpenBankPaymentOrder](https://cloud.tencent.com/document/api/1122/70177)
|
42
|
-
* [QueryOpenBankUnbindExternalSubMerchantBankAccount](https://cloud.tencent.com/document/api/1122/70176)
|
43
|
-
* [UnbindOpenBankExternalSubMerchantBankAccount](https://cloud.tencent.com/document/api/1122/70175)
|
36
|
+
* [ModifyInstancesAttribute](https://cloud.tencent.com/document/api/213/15739)
|
44
37
|
|
45
|
-
|
38
|
+
* 新增入参:DisableApiTermination
|
46
39
|
|
47
|
-
* [
|
48
|
-
* [CloseOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#CloseOpenBankPaymentOrderResult)
|
49
|
-
* [CreateOpenBankExternalSubMerchantRegistrationResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankExternalSubMerchantRegistrationResult)
|
50
|
-
* [CreateOpenBankMerchantResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankMerchantResult)
|
51
|
-
* [CreateOpenBankOrderPaymentResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankOrderPaymentResult)
|
52
|
-
* [OpenBankGoodsInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankGoodsInfo)
|
53
|
-
* [OpenBankPayeeInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayeeInfo)
|
54
|
-
* [OpenBankPayerInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayerInfo)
|
55
|
-
* [OpenBankProfitShareInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankProfitShareInfo)
|
56
|
-
* [OpenBankRedirectInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankRedirectInfo)
|
57
|
-
* [OpenBankSceneInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankSceneInfo)
|
58
|
-
* [QueryOpenBankBindExternalSubMerchantBankAccountResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBindExternalSubMerchantBankAccountResult)
|
59
|
-
* [QueryOpenBankDownLoadUrlResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankDownLoadUrlResult)
|
60
|
-
* [QueryOpenBankExternalSubMerchantBankAccountData](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankExternalSubMerchantBankAccountData)
|
61
|
-
* [QueryOpenBankExternalSubMerchantBankAccountResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankExternalSubMerchantBankAccountResult)
|
62
|
-
* [QueryOpenBankExternalSubMerchantRegistrationResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankExternalSubMerchantRegistrationResult)
|
63
|
-
* [QueryOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankPaymentOrderResult)
|
64
|
-
* [QueryOpenBankUnbindExternalSubMerchantBankAccountResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankUnbindExternalSubMerchantBankAccountResult)
|
65
|
-
* [UnbindOpenBankExternalSubMerchantBankAccountResult](https://cloud.tencent.com/document/api/1122/40683#UnbindOpenBankExternalSubMerchantBankAccountResult)
|
40
|
+
* [RunInstances](https://cloud.tencent.com/document/api/213/15730)
|
66
41
|
|
42
|
+
* 新增入参:ChcIds
|
67
43
|
|
68
44
|
|
69
|
-
## 移动网络加速(mna) 版本:2021-01-19
|
70
45
|
|
71
|
-
### 第 5 次发布
|
72
46
|
|
73
|
-
|
47
|
+
## 物联网通信(iotcloud) 版本:2021-04-08
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
## 物联网通信(iotcloud) 版本:2018-06-14
|
52
|
+
|
53
|
+
### 第 26 次发布
|
54
|
+
|
55
|
+
发布时间:2022-02-22 08:08:24
|
74
56
|
|
75
57
|
本次发布包含了以下内容:
|
76
58
|
|
77
59
|
改善已有的文档。
|
78
60
|
|
79
|
-
|
61
|
+
新增接口:
|
62
|
+
|
63
|
+
* [DeleteDeviceResource](https://cloud.tencent.com/document/api/634/70215)
|
64
|
+
* [DownloadDeviceResource](https://cloud.tencent.com/document/api/634/70214)
|
80
65
|
|
81
|
-
* [CreateQos](https://cloud.tencent.com/document/api/1385/55845)
|
82
66
|
|
83
|
-
* 新增入参:Context, Extern
|
84
67
|
|
68
|
+
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
69
|
+
|
70
|
+
### 第 32 次发布
|
71
|
+
|
72
|
+
发布时间:2022-02-22 08:09:47
|
73
|
+
|
74
|
+
本次发布包含了以下内容:
|
75
|
+
|
76
|
+
改善已有的文档。
|
77
|
+
|
78
|
+
新增接口:
|
79
|
+
|
80
|
+
* [DescribeDatabaseObjects](https://cloud.tencent.com/document/api/237/70216)
|
85
81
|
|
86
82
|
新增数据结构:
|
87
83
|
|
88
|
-
* [
|
89
|
-
* [
|
90
|
-
* [
|
84
|
+
* [DatabaseFunction](https://cloud.tencent.com/document/api/237/16191#DatabaseFunction)
|
85
|
+
* [DatabaseProcedure](https://cloud.tencent.com/document/api/237/16191#DatabaseProcedure)
|
86
|
+
* [DatabaseTable](https://cloud.tencent.com/document/api/237/16191#DatabaseTable)
|
87
|
+
* [DatabaseView](https://cloud.tencent.com/document/api/237/16191#DatabaseView)
|
91
88
|
|
92
89
|
|
93
90
|
|
@@ -14259,8 +14256,8 @@
|
|
14259
14256
|
|
14260
14257
|
新增接口:
|
14261
14258
|
|
14262
|
-
* [
|
14263
|
-
* [
|
14259
|
+
* [CreateConsumer](https://cloud.tencent.com/document/api/597/70173)
|
14260
|
+
* [CreateRoute](https://cloud.tencent.com/document/api/597/70172)
|
14264
14261
|
|
14265
14262
|
### 第 34 次发布
|
14266
14263
|
|
@@ -15009,6 +15006,23 @@
|
|
15009
15006
|
|
15010
15007
|
## 负载均衡(clb) 版本:2018-03-17
|
15011
15008
|
|
15009
|
+
### 第 66 次发布
|
15010
|
+
|
15011
|
+
发布时间:2022-02-22 08:03:47
|
15012
|
+
|
15013
|
+
本次发布包含了以下内容:
|
15014
|
+
|
15015
|
+
改善已有的文档。
|
15016
|
+
|
15017
|
+
新增接口:
|
15018
|
+
|
15019
|
+
* [[DescribeResources](https://cloud.tencent.com/document/api/214/70213)](https://cloud.tencent.com/document/api/#/#)
|
15020
|
+
|
15021
|
+
新增数据结构:
|
15022
|
+
|
15023
|
+
* [[Resource](https://cloud.tencent.com/document/api/214/30694#Resource)](https://cloud.tencent.com/document/api/214/30694#[Resource](https://cloud.tencent.com/document/api/214/30694#Resource))
|
15024
|
+
* [[ZoneResource](https://cloud.tencent.com/document/api/214/30694#ZoneResource)](https://cloud.tencent.com/document/api/214/30694#[ZoneResource](https://cloud.tencent.com/document/api/214/30694#ZoneResource))
|
15025
|
+
|
15012
15026
|
### 第 65 次发布
|
15013
15027
|
|
15014
15028
|
发布时间:2022-01-20 08:06:53
|
@@ -18564,40 +18578,40 @@
|
|
18564
18578
|
|
18565
18579
|
新增接口:
|
18566
18580
|
|
18567
|
-
* [
|
18568
|
-
* [
|
18569
|
-
* [
|
18570
|
-
* [
|
18571
|
-
* [
|
18572
|
-
* [
|
18573
|
-
* [
|
18574
|
-
* [
|
18575
|
-
* [
|
18576
|
-
* [
|
18577
|
-
* [
|
18578
|
-
* [
|
18581
|
+
* [BindOpenBankExternalSubMerchantBankAccount](https://cloud.tencent.com/document/api/1122/70186)
|
18582
|
+
* [CloseOpenBankPaymentOrder](https://cloud.tencent.com/document/api/1122/70185)
|
18583
|
+
* [CreateOpenBankExternalSubMerchantRegistration](https://cloud.tencent.com/document/api/1122/70184)
|
18584
|
+
* [CreateOpenBankMerchant](https://cloud.tencent.com/document/api/1122/70183)
|
18585
|
+
* [CreateOpenBankPaymentOrder](https://cloud.tencent.com/document/api/1122/70182)
|
18586
|
+
* [QueryOpenBankBindExternalSubMerchantBankAccount](https://cloud.tencent.com/document/api/1122/70181)
|
18587
|
+
* [QueryOpenBankDownLoadUrl](https://cloud.tencent.com/document/api/1122/70180)
|
18588
|
+
* [QueryOpenBankExternalSubMerchantBankAccount](https://cloud.tencent.com/document/api/1122/70179)
|
18589
|
+
* [QueryOpenBankExternalSubMerchantRegistration](https://cloud.tencent.com/document/api/1122/70178)
|
18590
|
+
* [QueryOpenBankPaymentOrder](https://cloud.tencent.com/document/api/1122/70177)
|
18591
|
+
* [QueryOpenBankUnbindExternalSubMerchantBankAccount](https://cloud.tencent.com/document/api/1122/70176)
|
18592
|
+
* [UnbindOpenBankExternalSubMerchantBankAccount](https://cloud.tencent.com/document/api/1122/70175)
|
18579
18593
|
|
18580
18594
|
新增数据结构:
|
18581
18595
|
|
18582
|
-
* [
|
18583
|
-
* [
|
18584
|
-
* [
|
18585
|
-
* [
|
18586
|
-
* [
|
18587
|
-
* [
|
18588
|
-
* [
|
18589
|
-
* [
|
18590
|
-
* [
|
18591
|
-
* [
|
18592
|
-
* [
|
18593
|
-
* [
|
18594
|
-
* [
|
18595
|
-
* [
|
18596
|
-
* [
|
18597
|
-
* [
|
18598
|
-
* [
|
18599
|
-
* [
|
18600
|
-
* [
|
18596
|
+
* [BindOpenBankExternalSubMerchantBankAccountResult](https://cloud.tencent.com/document/api/1122/40683#BindOpenBankExternalSubMerchantBankAccountResult)
|
18597
|
+
* [CloseOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#CloseOpenBankPaymentOrderResult)
|
18598
|
+
* [CreateOpenBankExternalSubMerchantRegistrationResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankExternalSubMerchantRegistrationResult)
|
18599
|
+
* [CreateOpenBankMerchantResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankMerchantResult)
|
18600
|
+
* [CreateOpenBankOrderPaymentResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankOrderPaymentResult)
|
18601
|
+
* [OpenBankGoodsInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankGoodsInfo)
|
18602
|
+
* [OpenBankPayeeInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayeeInfo)
|
18603
|
+
* [OpenBankPayerInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankPayerInfo)
|
18604
|
+
* [OpenBankProfitShareInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankProfitShareInfo)
|
18605
|
+
* [OpenBankRedirectInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankRedirectInfo)
|
18606
|
+
* [OpenBankSceneInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankSceneInfo)
|
18607
|
+
* [QueryOpenBankBindExternalSubMerchantBankAccountResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankBindExternalSubMerchantBankAccountResult)
|
18608
|
+
* [QueryOpenBankDownLoadUrlResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankDownLoadUrlResult)
|
18609
|
+
* [QueryOpenBankExternalSubMerchantBankAccountData](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankExternalSubMerchantBankAccountData)
|
18610
|
+
* [QueryOpenBankExternalSubMerchantBankAccountResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankExternalSubMerchantBankAccountResult)
|
18611
|
+
* [QueryOpenBankExternalSubMerchantRegistrationResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankExternalSubMerchantRegistrationResult)
|
18612
|
+
* [QueryOpenBankPaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankPaymentOrderResult)
|
18613
|
+
* [QueryOpenBankUnbindExternalSubMerchantBankAccountResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankUnbindExternalSubMerchantBankAccountResult)
|
18614
|
+
* [UnbindOpenBankExternalSubMerchantBankAccountResult](https://cloud.tencent.com/document/api/1122/40683#UnbindOpenBankExternalSubMerchantBankAccountResult)
|
18601
18615
|
|
18602
18616
|
### 第 53 次发布
|
18603
18617
|
|
@@ -20180,6 +20194,25 @@
|
|
20180
20194
|
|
20181
20195
|
## 云服务器(cvm) 版本:2017-03-12
|
20182
20196
|
|
20197
|
+
### 第 74 次发布
|
20198
|
+
|
20199
|
+
发布时间:2022-02-22 08:04:45
|
20200
|
+
|
20201
|
+
本次发布包含了以下内容:
|
20202
|
+
|
20203
|
+
改善已有的文档。
|
20204
|
+
|
20205
|
+
修改接口:
|
20206
|
+
|
20207
|
+
* [ModifyInstancesAttribute](https://cloud.tencent.com/document/api/213/15739)
|
20208
|
+
|
20209
|
+
* 新增入参:DisableApiTermination
|
20210
|
+
|
20211
|
+
* [RunInstances](https://cloud.tencent.com/document/api/213/15730)
|
20212
|
+
|
20213
|
+
* 新增入参:ChcIds
|
20214
|
+
|
20215
|
+
|
20183
20216
|
### 第 73 次发布
|
20184
20217
|
|
20185
20218
|
发布时间:2022-02-18 08:07:21
|
@@ -35577,6 +35610,19 @@
|
|
35577
35610
|
|
35578
35611
|
## 物联网通信(iotcloud) 版本:2018-06-14
|
35579
35612
|
|
35613
|
+
### 第 26 次发布
|
35614
|
+
|
35615
|
+
发布时间:2022-02-22 08:08:24
|
35616
|
+
|
35617
|
+
本次发布包含了以下内容:
|
35618
|
+
|
35619
|
+
改善已有的文档。
|
35620
|
+
|
35621
|
+
新增接口:
|
35622
|
+
|
35623
|
+
* [[DeleteDeviceResource](https://cloud.tencent.com/document/api/634/70215)](https://cloud.tencent.com/document/api/#/#)
|
35624
|
+
* [[DownloadDeviceResource](https://cloud.tencent.com/document/api/634/70214)](https://cloud.tencent.com/document/api/#/#)
|
35625
|
+
|
35580
35626
|
### 第 25 次发布
|
35581
35627
|
|
35582
35628
|
发布时间:2022-01-13 08:43:07
|
@@ -40947,6 +40993,25 @@
|
|
40947
40993
|
|
40948
40994
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
40949
40995
|
|
40996
|
+
### 第 32 次发布
|
40997
|
+
|
40998
|
+
发布时间:2022-02-22 08:09:47
|
40999
|
+
|
41000
|
+
本次发布包含了以下内容:
|
41001
|
+
|
41002
|
+
改善已有的文档。
|
41003
|
+
|
41004
|
+
新增接口:
|
41005
|
+
|
41006
|
+
* [[DescribeDatabaseObjects](https://cloud.tencent.com/document/api/237/70216)](https://cloud.tencent.com/document/api/#/#)
|
41007
|
+
|
41008
|
+
新增数据结构:
|
41009
|
+
|
41010
|
+
* [[DatabaseFunction](https://cloud.tencent.com/document/api/237/16191#DatabaseFunction)](https://cloud.tencent.com/document/api/237/16191#[DatabaseFunction](https://cloud.tencent.com/document/api/237/16191#DatabaseFunction))
|
41011
|
+
* [[DatabaseProcedure](https://cloud.tencent.com/document/api/237/16191#DatabaseProcedure)](https://cloud.tencent.com/document/api/237/16191#[DatabaseProcedure](https://cloud.tencent.com/document/api/237/16191#DatabaseProcedure))
|
41012
|
+
* [[DatabaseTable](https://cloud.tencent.com/document/api/237/16191#DatabaseTable)](https://cloud.tencent.com/document/api/237/16191#[DatabaseTable](https://cloud.tencent.com/document/api/237/16191#DatabaseTable))
|
41013
|
+
* [[DatabaseView](https://cloud.tencent.com/document/api/237/16191#DatabaseView)](https://cloud.tencent.com/document/api/237/16191#[DatabaseView](https://cloud.tencent.com/document/api/237/16191#DatabaseView))
|
41014
|
+
|
40950
41015
|
### 第 31 次发布
|
40951
41016
|
|
40952
41017
|
发布时间:2022-02-11 08:09:25
|
@@ -41894,9 +41959,9 @@
|
|
41894
41959
|
|
41895
41960
|
新增数据结构:
|
41896
41961
|
|
41897
|
-
* [
|
41898
|
-
* [
|
41899
|
-
* [
|
41962
|
+
* [Context](https://cloud.tencent.com/document/api/1385/55846#Context)
|
41963
|
+
* [ExpectedThreshold](https://cloud.tencent.com/document/api/1385/55846#ExpectedThreshold)
|
41964
|
+
* [NetworkData](https://cloud.tencent.com/document/api/1385/55846#NetworkData)
|
41900
41965
|
|
41901
41966
|
### 第 4 次发布
|
41902
41967
|
|
package/package.json
CHANGED
package/products.md
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-02-21 08:01:07 |
|
15
15
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-02-21 08:01:18 |
|
16
16
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-02-21 08:01:20 |
|
17
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-02-
|
17
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-02-22 08:01:35 |
|
18
18
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-02-21 08:01:30 |
|
19
19
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-02-21 08:01:32 |
|
20
20
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-02-21 08:01:33 |
|
@@ -32,7 +32,7 @@
|
|
32
32
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-02-21 08:02:15 |
|
33
33
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-02-21 08:02:20 |
|
34
34
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-02-21 08:02:25 |
|
35
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-02-
|
35
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-02-22 08:02:38 |
|
36
36
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-02-21 08:02:46 |
|
37
37
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-02-21 08:02:59 |
|
38
38
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-02-21 08:03:00 |
|
@@ -41,8 +41,8 @@
|
|
41
41
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-02-18 16:00:08 |
|
42
42
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
43
43
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
44
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-02-
|
45
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-02-
|
44
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-02-22 08:03:38 |
|
45
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-02-22 08:03:47 |
|
46
46
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-21 08:03:41 |
|
47
47
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-02-21 08:03:43 |
|
48
48
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-02-21 08:03:45 |
|
@@ -51,7 +51,7 @@
|
|
51
51
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
52
52
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-02-21 08:04:03 |
|
53
53
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
54
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-02-
|
54
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-02-22 08:04:45 |
|
55
55
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-02-21 08:04:51 |
|
56
56
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
57
57
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-02-21 08:05:19 |
|
@@ -89,7 +89,7 @@
|
|
89
89
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-02-21 08:07:37 |
|
90
90
|
| ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-02-21 08:07:43 |
|
91
91
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-02-21 08:07:44 |
|
92
|
-
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-02-
|
92
|
+
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-02-22 08:08:02 |
|
93
93
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-02-21 08:07:57 |
|
94
94
|
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-02-21 08:07:58 |
|
95
95
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-02-21 08:07:59 |
|
@@ -104,7 +104,7 @@
|
|
104
104
|
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-02-21 08:09:05 |
|
105
105
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-02-21 08:09:21 |
|
106
106
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-02-21 08:09:21 |
|
107
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-02-
|
107
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-02-22 08:09:47 |
|
108
108
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-02-21 08:09:30 |
|
109
109
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
|
110
110
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-02-21 08:09:31 |
|
@@ -129,9 +129,9 @@
|
|
129
129
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-02-21 08:10:46 |
|
130
130
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-02-21 08:10:55 |
|
131
131
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-02-21 08:10:56 |
|
132
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-02-
|
133
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-02-
|
134
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-02-
|
132
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-02-22 08:11:20 |
|
133
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-02-22 08:11:28 |
|
134
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-02-22 08:11:38 |
|
135
135
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-02-21 08:11:14 |
|
136
136
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-02-21 08:11:16 |
|
137
137
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-02-21 08:11:17 |
|
@@ -50,6 +50,7 @@ import {
|
|
50
50
|
SetSecurityGroupForLoadbalancersResponse,
|
51
51
|
BasicTargetGroupInfo,
|
52
52
|
ModifyTargetWeightResponse,
|
53
|
+
ZoneResource,
|
53
54
|
DescribeTaskStatusRequest,
|
54
55
|
TargetGroupInstance,
|
55
56
|
DescribeClassicalLBByInstanceIdResponse,
|
@@ -107,6 +108,7 @@ import {
|
|
107
108
|
DescribeLoadBalancersDetailRequest,
|
108
109
|
TargetGroupBackend,
|
109
110
|
DescribeClassicalLBByInstanceIdRequest,
|
111
|
+
DescribeResourcesResponse,
|
110
112
|
ManualRewriteResponse,
|
111
113
|
ModifyBlockIPListRequest,
|
112
114
|
DescribeClusterResourcesResponse,
|
@@ -188,10 +190,12 @@ import {
|
|
188
190
|
TagInfo,
|
189
191
|
SnatIp,
|
190
192
|
DescribeBlockIPTaskResponse,
|
193
|
+
DescribeResourcesRequest,
|
191
194
|
DescribeClassicalLBListenersResponse,
|
192
195
|
DescribeExclusiveClustersRequest,
|
193
196
|
ModifyLoadBalancerSlaRequest,
|
194
197
|
DescribeBlockIPTaskRequest,
|
198
|
+
Resource,
|
195
199
|
CreateLoadBalancerResponse,
|
196
200
|
DescribeRewriteResponse,
|
197
201
|
Quota,
|
@@ -243,13 +247,14 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
243
247
|
}
|
244
248
|
|
245
249
|
/**
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
250
|
+
* ModifyDomainAttributes接口用于修改负载均衡7层监听器转发规则的域名级别属性,如修改域名、修改DefaultServer、开启/关闭Http2、修改证书。
|
251
|
+
本接口为异步接口,本接口返回成功后,需以返回的RequestId为入参,调用DescribeTaskStatus接口查询本次任务是否成功。
|
252
|
+
*/
|
253
|
+
async ModifyDomainAttributes(
|
254
|
+
req: ModifyDomainAttributesRequest,
|
255
|
+
cb?: (error: string, rep: ModifyDomainAttributesResponse) => void
|
256
|
+
): Promise<ModifyDomainAttributesResponse> {
|
257
|
+
return this.request("ModifyDomainAttributes", req, cb)
|
253
258
|
}
|
254
259
|
|
255
260
|
/**
|
@@ -452,6 +457,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
452
457
|
return this.request("DeleteTargetGroups", req, cb)
|
453
458
|
}
|
454
459
|
|
460
|
+
/**
|
461
|
+
* 支持共享型clb升级到性能容量型clb(不支持性能保障降级到共享型)。
|
462
|
+
*/
|
463
|
+
async ModifyLoadBalancerSla(
|
464
|
+
req: ModifyLoadBalancerSlaRequest,
|
465
|
+
cb?: (error: string, rep: ModifyLoadBalancerSlaResponse) => void
|
466
|
+
): Promise<ModifyLoadBalancerSlaResponse> {
|
467
|
+
return this.request("ModifyLoadBalancerSla", req, cb)
|
468
|
+
}
|
469
|
+
|
455
470
|
/**
|
456
471
|
* 修改负载均衡的IP(client IP)封禁黑名单列表,一个转发规则最多支持封禁 2000000 个IP,及黑名单容量为 2000000。
|
457
472
|
(接口灰度中,如需使用请提工单)
|
@@ -505,14 +520,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
505
520
|
}
|
506
521
|
|
507
522
|
/**
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
return this.request("ModifyDomainAttributes", req, cb)
|
523
|
+
* 查询用户在当前地域支持可用区列表和资源列表。
|
524
|
+
*/
|
525
|
+
async DescribeResources(
|
526
|
+
req: DescribeResourcesRequest,
|
527
|
+
cb?: (error: string, rep: DescribeResourcesResponse) => void
|
528
|
+
): Promise<DescribeResourcesResponse> {
|
529
|
+
return this.request("DescribeResources", req, cb)
|
516
530
|
}
|
517
531
|
|
518
532
|
/**
|
@@ -987,6 +987,43 @@ export interface ModifyTargetWeightResponse {
|
|
987
987
|
RequestId?: string
|
988
988
|
}
|
989
989
|
|
990
|
+
/**
|
991
|
+
* 可用区资源列表
|
992
|
+
*/
|
993
|
+
export interface ZoneResource {
|
994
|
+
/**
|
995
|
+
* 主可用区,如"ap-guangzhou-1"。
|
996
|
+
*/
|
997
|
+
MasterZone: string
|
998
|
+
|
999
|
+
/**
|
1000
|
+
* 资源列表。
|
1001
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1002
|
+
*/
|
1003
|
+
ResourceSet: Array<Resource>
|
1004
|
+
|
1005
|
+
/**
|
1006
|
+
* 备可用区,如"ap-guangzhou-2",单可用区时,备可用区为null。
|
1007
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1008
|
+
*/
|
1009
|
+
SlaveZone: string
|
1010
|
+
|
1011
|
+
/**
|
1012
|
+
* IP版本,如IPv4,IPv6,IPv6_Nat。
|
1013
|
+
*/
|
1014
|
+
IPVersion: string
|
1015
|
+
|
1016
|
+
/**
|
1017
|
+
* 可用区所属地域,如:ap-guangzhou
|
1018
|
+
*/
|
1019
|
+
ZoneRegion: string
|
1020
|
+
|
1021
|
+
/**
|
1022
|
+
* 可用区是否是LocalZone可用区,如:false
|
1023
|
+
*/
|
1024
|
+
LocalZone: boolean
|
1025
|
+
}
|
1026
|
+
|
990
1027
|
/**
|
991
1028
|
* DescribeTaskStatus请求参数结构体
|
992
1029
|
*/
|
@@ -2378,6 +2415,26 @@ export interface DescribeClassicalLBByInstanceIdRequest {
|
|
2378
2415
|
InstanceIds: Array<string>
|
2379
2416
|
}
|
2380
2417
|
|
2418
|
+
/**
|
2419
|
+
* DescribeResources返回参数结构体
|
2420
|
+
*/
|
2421
|
+
export interface DescribeResourcesResponse {
|
2422
|
+
/**
|
2423
|
+
* 可用区支持的资源列表。
|
2424
|
+
*/
|
2425
|
+
ZoneResourceSet: Array<ZoneResource>
|
2426
|
+
|
2427
|
+
/**
|
2428
|
+
* 可用区资源列表数目。
|
2429
|
+
*/
|
2430
|
+
TotalCount: number
|
2431
|
+
|
2432
|
+
/**
|
2433
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
2434
|
+
*/
|
2435
|
+
RequestId?: string
|
2436
|
+
}
|
2437
|
+
|
2381
2438
|
/**
|
2382
2439
|
* ManualRewrite返回参数结构体
|
2383
2440
|
*/
|
@@ -4557,6 +4614,28 @@ export interface DescribeBlockIPTaskResponse {
|
|
4557
4614
|
RequestId?: string
|
4558
4615
|
}
|
4559
4616
|
|
4617
|
+
/**
|
4618
|
+
* DescribeResources请求参数结构体
|
4619
|
+
*/
|
4620
|
+
export interface DescribeResourcesRequest {
|
4621
|
+
/**
|
4622
|
+
* 返回可用区资源列表数目,默认20,最大值100。
|
4623
|
+
*/
|
4624
|
+
Limit?: number
|
4625
|
+
|
4626
|
+
/**
|
4627
|
+
* 返回可用区资源列表起始偏移量,默认0。
|
4628
|
+
*/
|
4629
|
+
Offset?: number
|
4630
|
+
|
4631
|
+
/**
|
4632
|
+
* 查询可用区资源列表条件,详细的过滤条件如下:
|
4633
|
+
<li> zone - String - 是否必填:否 - (过滤条件)按照 可用区 过滤,如:"ap-guangzhou-1"(广州一区)。</li>
|
4634
|
+
<li> isp -- String - 是否必填:否 - (过滤条件)按照 Isp 类型过滤,如:"BGP","CMCC","CUCC","CTCC"。</li>
|
4635
|
+
*/
|
4636
|
+
Filters?: Array<Filter>
|
4637
|
+
}
|
4638
|
+
|
4560
4639
|
/**
|
4561
4640
|
* DescribeClassicalLBListeners返回参数结构体
|
4562
4641
|
*/
|
@@ -4622,6 +4701,21 @@ export interface DescribeBlockIPTaskRequest {
|
|
4622
4701
|
TaskId: string
|
4623
4702
|
}
|
4624
4703
|
|
4704
|
+
/**
|
4705
|
+
* 资源详细信息
|
4706
|
+
*/
|
4707
|
+
export interface Resource {
|
4708
|
+
/**
|
4709
|
+
* 运营商内具体资源信息,如"CMCC", "CUCC", "CTCC", "BGP", "INTERNAL"。
|
4710
|
+
*/
|
4711
|
+
Type: Array<string>
|
4712
|
+
|
4713
|
+
/**
|
4714
|
+
* 运营商信息,如"CMCC", "CUCC", "CTCC", "BGP", "INTERNAL"。
|
4715
|
+
*/
|
4716
|
+
Isp: string
|
4717
|
+
}
|
4718
|
+
|
4625
4719
|
/**
|
4626
4720
|
* CreateLoadBalancer返回参数结构体
|
4627
4721
|
*/
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
2
|
-
import { DeleteRewriteRequest, DescribeTargetGroupListResponse, DescribeQuotaRequest, DescribeTargetGroupListRequest, BatchDeregisterTargetsResponse, SetLoadBalancerSecurityGroupsResponse, BatchModifyTargetWeightResponse, SetSecurityGroupForLoadbalancersRequest, CreateLoadBalancerRequest, DescribeLoadBalancerOverviewResponse, DeleteRuleRequest, CloneLoadBalancerRequest, DisassociateTargetGroupsResponse, SetLoadBalancerClsLogResponse, DescribeLoadBalancerTrafficResponse, ModifyRuleRequest, DescribeCustomizedConfigListResponse, DescribeBlockIPListResponse, DescribeRewriteRequest, ModifyLoadBalancerAttributesResponse, DescribeTargetGroupInstancesRequest, SetCustomizedConfigForLoadBalancerResponse, AssociateTargetGroupsRequest, DescribeLoadBalancersRequest, DeregisterTargetsFromClassicalLBRequest, SetSecurityGroupForLoadbalancersResponse, ModifyTargetWeightResponse, DescribeTaskStatusRequest, DescribeClassicalLBByInstanceIdResponse, CreateRuleResponse, DescribeExclusiveClustersResponse, RegisterTargetGroupInstancesResponse, DescribeTargetsRequest, RegisterTargetsWithClassicalLBResponse, DescribeTargetGroupsResponse, ModifyLoadBalancerSlaResponse, DeleteLoadBalancerListenersRequest, ModifyRuleResponse, DescribeClassicalLBTargetsRequest, DescribeCustomizedConfigListRequest, AutoRewriteRequest, DescribeCrossTargetsResponse, DescribeLoadBalancerListByCertIdResponse, ModifyTargetGroupInstancesWeightResponse, DescribeTargetGroupsRequest, DescribeTaskStatusResponse, BatchRegisterTargetsResponse, ModifyLoadBalancerAttributesRequest, DescribeLBListenersRequest, DescribeLoadBalancerTrafficRequest, DescribeBlockIPListRequest, DescribeClassicalLBHealthStatusResponse, DescribeClsLogSetRequest, RegisterTargetsWithClassicalLBRequest, ModifyDomainAttributesResponse, ReplaceCertForLoadBalancersResponse, DescribeTargetsResponse, ModifyListenerRequest, DeregisterTargetGroupInstancesResponse, RegisterTargetsRequest, AssociateTargetGroupsResponse, CreateTopicRequest, DeleteListenerRequest, DescribeCustomizedConfigAssociateListRequest, ModifyTargetPortResponse, MigrateClassicalLoadBalancersRequest, DescribeLoadBalancersDetailRequest, DescribeClassicalLBByInstanceIdRequest, ManualRewriteResponse, ModifyBlockIPListRequest, DescribeClusterResourcesResponse, ModifyBlockIPListResponse, DescribeClusterResourcesRequest, ModifyDomainAttributesRequest, DescribeClassicalLBHealthStatusRequest, ModifyDomainRequest, CreateClsLogSetResponse, DescribeCrossTargetsRequest, DeleteLoadBalancerRequest, DescribeCustomizedConfigAssociateListResponse, SetCustomizedConfigForLoadBalancerRequest, CreateListenerResponse, CreateTargetGroupResponse, MigrateClassicalLoadBalancersResponse, CreateLoadBalancerSnatIpsResponse, DescribeListenersResponse, CreateTopicResponse, CreateRuleRequest, ModifyTargetGroupInstancesPortResponse, BatchDeregisterTargetsRequest, DeregisterTargetGroupInstancesRequest, ManualRewriteRequest, ModifyListenerResponse, DescribeTargetHealthResponse, DescribeTargetGroupInstancesResponse, CreateTargetGroupRequest, CreateListenerRequest, CreateClsLogSetRequest, DisassociateTargetGroupsRequest, ModifyDomainResponse, RegisterTargetsResponse, DeregisterTargetsFromClassicalLBResponse, DeleteLoadBalancerResponse, AutoRewriteResponse, DeregisterTargetsResponse, DescribeLoadBalancerOverviewRequest, ModifyTargetWeightRequest, DescribeLoadBalancersDetailResponse, BatchModifyTargetWeightRequest, DeleteRewriteResponse, DescribeLoadBalancerListByCertIdRequest, DescribeTargetHealthRequest, ReplaceCertForLoadBalancersRequest, DeleteRuleResponse, CloneLoadBalancerResponse, DescribeClsLogSetResponse, ModifyTargetGroupAttributeRequest, DeregisterTargetsRequest, CreateLoadBalancerSnatIpsRequest, ModifyTargetGroupInstancesWeightRequest, DescribeQuotaResponse, DeleteTargetGroupsResponse, ModifyTargetGroupInstancesPortRequest, BatchRegisterTargetsRequest, DescribeBlockIPTaskResponse, DescribeClassicalLBListenersResponse, DescribeExclusiveClustersRequest, ModifyLoadBalancerSlaRequest, DescribeBlockIPTaskRequest, CreateLoadBalancerResponse, DescribeRewriteResponse, SetLoadBalancerClsLogRequest, ModifyTargetGroupAttributeResponse, DeleteLoadBalancerListenersResponse, DescribeListenersRequest, DeleteLoadBalancerSnatIpsRequest, SetLoadBalancerSecurityGroupsRequest, DescribeClassicalLBTargetsResponse, ModifyTargetPortRequest, DescribeLoadBalancersResponse, DescribeLBListenersResponse, DeleteListenerResponse, DeleteLoadBalancerSnatIpsResponse, DeleteTargetGroupsRequest, DescribeClassicalLBListenersRequest, RegisterTargetGroupInstancesRequest } from "./clb_models";
|
2
|
+
import { DeleteRewriteRequest, DescribeTargetGroupListResponse, DescribeQuotaRequest, DescribeTargetGroupListRequest, BatchDeregisterTargetsResponse, SetLoadBalancerSecurityGroupsResponse, BatchModifyTargetWeightResponse, SetSecurityGroupForLoadbalancersRequest, CreateLoadBalancerRequest, DescribeLoadBalancerOverviewResponse, DeleteRuleRequest, CloneLoadBalancerRequest, DisassociateTargetGroupsResponse, SetLoadBalancerClsLogResponse, DescribeLoadBalancerTrafficResponse, ModifyRuleRequest, DescribeCustomizedConfigListResponse, DescribeBlockIPListResponse, DescribeRewriteRequest, ModifyLoadBalancerAttributesResponse, DescribeTargetGroupInstancesRequest, SetCustomizedConfigForLoadBalancerResponse, AssociateTargetGroupsRequest, DescribeLoadBalancersRequest, DeregisterTargetsFromClassicalLBRequest, SetSecurityGroupForLoadbalancersResponse, ModifyTargetWeightResponse, DescribeTaskStatusRequest, DescribeClassicalLBByInstanceIdResponse, CreateRuleResponse, DescribeExclusiveClustersResponse, RegisterTargetGroupInstancesResponse, DescribeTargetsRequest, RegisterTargetsWithClassicalLBResponse, DescribeTargetGroupsResponse, ModifyLoadBalancerSlaResponse, DeleteLoadBalancerListenersRequest, ModifyRuleResponse, DescribeClassicalLBTargetsRequest, DescribeCustomizedConfigListRequest, AutoRewriteRequest, DescribeCrossTargetsResponse, DescribeLoadBalancerListByCertIdResponse, ModifyTargetGroupInstancesWeightResponse, DescribeTargetGroupsRequest, DescribeTaskStatusResponse, BatchRegisterTargetsResponse, ModifyLoadBalancerAttributesRequest, DescribeLBListenersRequest, DescribeLoadBalancerTrafficRequest, DescribeBlockIPListRequest, DescribeClassicalLBHealthStatusResponse, DescribeClsLogSetRequest, RegisterTargetsWithClassicalLBRequest, ModifyDomainAttributesResponse, ReplaceCertForLoadBalancersResponse, DescribeTargetsResponse, ModifyListenerRequest, DeregisterTargetGroupInstancesResponse, RegisterTargetsRequest, AssociateTargetGroupsResponse, CreateTopicRequest, DeleteListenerRequest, DescribeCustomizedConfigAssociateListRequest, ModifyTargetPortResponse, MigrateClassicalLoadBalancersRequest, DescribeLoadBalancersDetailRequest, DescribeClassicalLBByInstanceIdRequest, DescribeResourcesResponse, ManualRewriteResponse, ModifyBlockIPListRequest, DescribeClusterResourcesResponse, ModifyBlockIPListResponse, DescribeClusterResourcesRequest, ModifyDomainAttributesRequest, DescribeClassicalLBHealthStatusRequest, ModifyDomainRequest, CreateClsLogSetResponse, DescribeCrossTargetsRequest, DeleteLoadBalancerRequest, DescribeCustomizedConfigAssociateListResponse, SetCustomizedConfigForLoadBalancerRequest, CreateListenerResponse, CreateTargetGroupResponse, MigrateClassicalLoadBalancersResponse, CreateLoadBalancerSnatIpsResponse, DescribeListenersResponse, CreateTopicResponse, CreateRuleRequest, ModifyTargetGroupInstancesPortResponse, BatchDeregisterTargetsRequest, DeregisterTargetGroupInstancesRequest, ManualRewriteRequest, ModifyListenerResponse, DescribeTargetHealthResponse, DescribeTargetGroupInstancesResponse, CreateTargetGroupRequest, CreateListenerRequest, CreateClsLogSetRequest, DisassociateTargetGroupsRequest, ModifyDomainResponse, RegisterTargetsResponse, DeregisterTargetsFromClassicalLBResponse, DeleteLoadBalancerResponse, AutoRewriteResponse, DeregisterTargetsResponse, DescribeLoadBalancerOverviewRequest, ModifyTargetWeightRequest, DescribeLoadBalancersDetailResponse, BatchModifyTargetWeightRequest, DeleteRewriteResponse, DescribeLoadBalancerListByCertIdRequest, DescribeTargetHealthRequest, ReplaceCertForLoadBalancersRequest, DeleteRuleResponse, CloneLoadBalancerResponse, DescribeClsLogSetResponse, ModifyTargetGroupAttributeRequest, DeregisterTargetsRequest, CreateLoadBalancerSnatIpsRequest, ModifyTargetGroupInstancesWeightRequest, DescribeQuotaResponse, DeleteTargetGroupsResponse, ModifyTargetGroupInstancesPortRequest, BatchRegisterTargetsRequest, DescribeBlockIPTaskResponse, DescribeResourcesRequest, DescribeClassicalLBListenersResponse, DescribeExclusiveClustersRequest, ModifyLoadBalancerSlaRequest, DescribeBlockIPTaskRequest, CreateLoadBalancerResponse, DescribeRewriteResponse, SetLoadBalancerClsLogRequest, ModifyTargetGroupAttributeResponse, DeleteLoadBalancerListenersResponse, DescribeListenersRequest, DeleteLoadBalancerSnatIpsRequest, SetLoadBalancerSecurityGroupsRequest, DescribeClassicalLBTargetsResponse, ModifyTargetPortRequest, DescribeLoadBalancersResponse, DescribeLBListenersResponse, DeleteListenerResponse, DeleteLoadBalancerSnatIpsResponse, DeleteTargetGroupsRequest, DescribeClassicalLBListenersRequest, RegisterTargetGroupInstancesRequest } from "./clb_models";
|
3
3
|
/**
|
4
4
|
* clb client
|
5
5
|
* @class
|
@@ -12,9 +12,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
12
12
|
*/
|
13
13
|
RegisterTargets(req: RegisterTargetsRequest, cb?: (error: string, rep: RegisterTargetsResponse) => void): Promise<RegisterTargetsResponse>;
|
14
14
|
/**
|
15
|
-
|
16
|
-
|
17
|
-
|
15
|
+
* ModifyDomainAttributes接口用于修改负载均衡7层监听器转发规则的域名级别属性,如修改域名、修改DefaultServer、开启/关闭Http2、修改证书。
|
16
|
+
本接口为异步接口,本接口返回成功后,需以返回的RequestId为入参,调用DescribeTaskStatus接口查询本次任务是否成功。
|
17
|
+
*/
|
18
|
+
ModifyDomainAttributes(req: ModifyDomainAttributesRequest, cb?: (error: string, rep: ModifyDomainAttributesResponse) => void): Promise<ModifyDomainAttributesResponse>;
|
18
19
|
/**
|
19
20
|
* 根据证书ID查询其在一个地域中所关联到负载均衡实例列表
|
20
21
|
*/
|
@@ -101,6 +102,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
101
102
|
* 删除目标组
|
102
103
|
*/
|
103
104
|
DeleteTargetGroups(req: DeleteTargetGroupsRequest, cb?: (error: string, rep: DeleteTargetGroupsResponse) => void): Promise<DeleteTargetGroupsResponse>;
|
105
|
+
/**
|
106
|
+
* 支持共享型clb升级到性能容量型clb(不支持性能保障降级到共享型)。
|
107
|
+
*/
|
108
|
+
ModifyLoadBalancerSla(req: ModifyLoadBalancerSlaRequest, cb?: (error: string, rep: ModifyLoadBalancerSlaResponse) => void): Promise<ModifyLoadBalancerSlaResponse>;
|
104
109
|
/**
|
105
110
|
* 修改负载均衡的IP(client IP)封禁黑名单列表,一个转发规则最多支持封禁 2000000 个IP,及黑名单容量为 2000000。
|
106
111
|
(接口灰度中,如需使用请提工单)
|
@@ -124,10 +129,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
124
129
|
*/
|
125
130
|
DeleteLoadBalancer(req: DeleteLoadBalancerRequest, cb?: (error: string, rep: DeleteLoadBalancerResponse) => void): Promise<DeleteLoadBalancerResponse>;
|
126
131
|
/**
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
ModifyDomainAttributes(req: ModifyDomainAttributesRequest, cb?: (error: string, rep: ModifyDomainAttributesResponse) => void): Promise<ModifyDomainAttributesResponse>;
|
132
|
+
* 查询用户在当前地域支持可用区列表和资源列表。
|
133
|
+
*/
|
134
|
+
DescribeResources(req: DescribeResourcesRequest, cb?: (error: string, rep: DescribeResourcesResponse) => void): Promise<DescribeResourcesResponse>;
|
131
135
|
/**
|
132
136
|
* ModifyTargetPort接口用于修改监听器绑定的后端服务的端口。
|
133
137
|
本接口为异步接口,本接口返回成功后需以返回的RequestID为入参,调用DescribeTaskStatus接口查询本次任务是否成功。
|
@@ -35,10 +35,11 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
35
35
|
return this.request("RegisterTargets", req, cb);
|
36
36
|
}
|
37
37
|
/**
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
38
|
+
* ModifyDomainAttributes接口用于修改负载均衡7层监听器转发规则的域名级别属性,如修改域名、修改DefaultServer、开启/关闭Http2、修改证书。
|
39
|
+
本接口为异步接口,本接口返回成功后,需以返回的RequestId为入参,调用DescribeTaskStatus接口查询本次任务是否成功。
|
40
|
+
*/
|
41
|
+
async ModifyDomainAttributes(req, cb) {
|
42
|
+
return this.request("ModifyDomainAttributes", req, cb);
|
42
43
|
}
|
43
44
|
/**
|
44
45
|
* 根据证书ID查询其在一个地域中所关联到负载均衡实例列表
|
@@ -164,6 +165,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
164
165
|
async DeleteTargetGroups(req, cb) {
|
165
166
|
return this.request("DeleteTargetGroups", req, cb);
|
166
167
|
}
|
168
|
+
/**
|
169
|
+
* 支持共享型clb升级到性能容量型clb(不支持性能保障降级到共享型)。
|
170
|
+
*/
|
171
|
+
async ModifyLoadBalancerSla(req, cb) {
|
172
|
+
return this.request("ModifyLoadBalancerSla", req, cb);
|
173
|
+
}
|
167
174
|
/**
|
168
175
|
* 修改负载均衡的IP(client IP)封禁黑名单列表,一个转发规则最多支持封禁 2000000 个IP,及黑名单容量为 2000000。
|
169
176
|
(接口灰度中,如需使用请提工单)
|
@@ -197,11 +204,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
197
204
|
return this.request("DeleteLoadBalancer", req, cb);
|
198
205
|
}
|
199
206
|
/**
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
return this.request("ModifyDomainAttributes", req, cb);
|
207
|
+
* 查询用户在当前地域支持可用区列表和资源列表。
|
208
|
+
*/
|
209
|
+
async DescribeResources(req, cb) {
|
210
|
+
return this.request("DescribeResources", req, cb);
|
205
211
|
}
|
206
212
|
/**
|
207
213
|
* ModifyTargetPort接口用于修改监听器绑定的后端服务的端口。
|
@@ -815,6 +815,37 @@ export interface ModifyTargetWeightResponse {
|
|
815
815
|
*/
|
816
816
|
RequestId?: string;
|
817
817
|
}
|
818
|
+
/**
|
819
|
+
* 可用区资源列表
|
820
|
+
*/
|
821
|
+
export interface ZoneResource {
|
822
|
+
/**
|
823
|
+
* 主可用区,如"ap-guangzhou-1"。
|
824
|
+
*/
|
825
|
+
MasterZone: string;
|
826
|
+
/**
|
827
|
+
* 资源列表。
|
828
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
829
|
+
*/
|
830
|
+
ResourceSet: Array<Resource>;
|
831
|
+
/**
|
832
|
+
* 备可用区,如"ap-guangzhou-2",单可用区时,备可用区为null。
|
833
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
834
|
+
*/
|
835
|
+
SlaveZone: string;
|
836
|
+
/**
|
837
|
+
* IP版本,如IPv4,IPv6,IPv6_Nat。
|
838
|
+
*/
|
839
|
+
IPVersion: string;
|
840
|
+
/**
|
841
|
+
* 可用区所属地域,如:ap-guangzhou
|
842
|
+
*/
|
843
|
+
ZoneRegion: string;
|
844
|
+
/**
|
845
|
+
* 可用区是否是LocalZone可用区,如:false
|
846
|
+
*/
|
847
|
+
LocalZone: boolean;
|
848
|
+
}
|
818
849
|
/**
|
819
850
|
* DescribeTaskStatus请求参数结构体
|
820
851
|
*/
|
@@ -1999,6 +2030,23 @@ export interface DescribeClassicalLBByInstanceIdRequest {
|
|
1999
2030
|
*/
|
2000
2031
|
InstanceIds: Array<string>;
|
2001
2032
|
}
|
2033
|
+
/**
|
2034
|
+
* DescribeResources返回参数结构体
|
2035
|
+
*/
|
2036
|
+
export interface DescribeResourcesResponse {
|
2037
|
+
/**
|
2038
|
+
* 可用区支持的资源列表。
|
2039
|
+
*/
|
2040
|
+
ZoneResourceSet: Array<ZoneResource>;
|
2041
|
+
/**
|
2042
|
+
* 可用区资源列表数目。
|
2043
|
+
*/
|
2044
|
+
TotalCount: number;
|
2045
|
+
/**
|
2046
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
2047
|
+
*/
|
2048
|
+
RequestId?: string;
|
2049
|
+
}
|
2002
2050
|
/**
|
2003
2051
|
* ManualRewrite返回参数结构体
|
2004
2052
|
*/
|
@@ -3846,6 +3894,25 @@ export interface DescribeBlockIPTaskResponse {
|
|
3846
3894
|
*/
|
3847
3895
|
RequestId?: string;
|
3848
3896
|
}
|
3897
|
+
/**
|
3898
|
+
* DescribeResources请求参数结构体
|
3899
|
+
*/
|
3900
|
+
export interface DescribeResourcesRequest {
|
3901
|
+
/**
|
3902
|
+
* 返回可用区资源列表数目,默认20,最大值100。
|
3903
|
+
*/
|
3904
|
+
Limit?: number;
|
3905
|
+
/**
|
3906
|
+
* 返回可用区资源列表起始偏移量,默认0。
|
3907
|
+
*/
|
3908
|
+
Offset?: number;
|
3909
|
+
/**
|
3910
|
+
* 查询可用区资源列表条件,详细的过滤条件如下:
|
3911
|
+
<li> zone - String - 是否必填:否 - (过滤条件)按照 可用区 过滤,如:"ap-guangzhou-1"(广州一区)。</li>
|
3912
|
+
<li> isp -- String - 是否必填:否 - (过滤条件)按照 Isp 类型过滤,如:"BGP","CMCC","CUCC","CTCC"。</li>
|
3913
|
+
*/
|
3914
|
+
Filters?: Array<Filter>;
|
3915
|
+
}
|
3849
3916
|
/**
|
3850
3917
|
* DescribeClassicalLBListeners返回参数结构体
|
3851
3918
|
*/
|
@@ -3904,6 +3971,19 @@ export interface DescribeBlockIPTaskRequest {
|
|
3904
3971
|
*/
|
3905
3972
|
TaskId: string;
|
3906
3973
|
}
|
3974
|
+
/**
|
3975
|
+
* 资源详细信息
|
3976
|
+
*/
|
3977
|
+
export interface Resource {
|
3978
|
+
/**
|
3979
|
+
* 运营商内具体资源信息,如"CMCC", "CUCC", "CTCC", "BGP", "INTERNAL"。
|
3980
|
+
*/
|
3981
|
+
Type: Array<string>;
|
3982
|
+
/**
|
3983
|
+
* 运营商信息,如"CMCC", "CUCC", "CTCC", "BGP", "INTERNAL"。
|
3984
|
+
*/
|
3985
|
+
Isp: string;
|
3986
|
+
}
|
3907
3987
|
/**
|
3908
3988
|
* CreateLoadBalancer返回参数结构体
|
3909
3989
|
*/
|