tencentcloud-sdk-nodejs 4.0.756 → 4.0.757

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.
Files changed (34) hide show
  1. package/CHANGELOG.md +126 -0
  2. package/SERVICE_CHANGELOG.md +145 -66
  3. package/package.json +1 -1
  4. package/products.md +10 -10
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +25 -12
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +91 -42
  8. package/src/services/cdb/v20170320/cdb_models.ts +4 -0
  9. package/src/services/cvm/v20170312/cvm_models.ts +12 -12
  10. package/src/services/hai/v20230812/hai_client.ts +31 -7
  11. package/src/services/hai/v20230812/hai_models.ts +66 -4
  12. package/src/services/lighthouse/v20200324/lighthouse_models.ts +35 -27
  13. package/src/services/omics/v20221128/omics_client.ts +1 -1
  14. package/src/services/omics/v20221128/omics_models.ts +22 -4
  15. package/src/services/tdmq/v20200217/tdmq_models.ts +13 -5
  16. package/src/services/teo/v20220901/teo_models.ts +3 -2
  17. package/tencentcloud/common/sdk_version.d.ts +1 -1
  18. package/tencentcloud/common/sdk_version.js +1 -1
  19. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +10 -6
  20. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +13 -7
  21. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +88 -42
  22. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
  23. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +12 -12
  24. package/tencentcloud/services/hai/v20230812/hai_client.d.ts +11 -3
  25. package/tencentcloud/services/hai/v20230812/hai_client.js +15 -3
  26. package/tencentcloud/services/hai/v20230812/hai_models.d.ts +62 -4
  27. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +35 -27
  28. package/tencentcloud/services/omics/v20221128/omics_client.d.ts +1 -1
  29. package/tencentcloud/services/omics/v20221128/omics_client.js +1 -1
  30. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +22 -4
  31. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +13 -5
  32. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -2
  33. package/test/antiddos.v20200309.test.js +14 -4
  34. package/test/hai.v20230812.test.js +22 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,129 @@
1
+ # Release 4.0.757
2
+
3
+ ## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
4
+
5
+ ### 第 62 次发布
6
+
7
+ 发布时间:2023-12-13 01:06:45
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [DescribeIpBlockList](https://cloud.tencent.com/document/api/297/102444)
16
+
17
+ 新增数据结构:
18
+
19
+ * [IpBlockData](https://cloud.tencent.com/document/api/297/95396#IpBlockData)
20
+
21
+
22
+
23
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
24
+
25
+ ### 第 149 次发布
26
+
27
+ 发布时间:2023-12-13 01:17:04
28
+
29
+ 本次发布包含了以下内容:
30
+
31
+ 改善已有的文档。
32
+
33
+ 修改接口:
34
+
35
+ * [DescribeBackupDecryptionKey](https://cloud.tencent.com/document/api/236/91083)
36
+
37
+ * 新增入参:BackupType
38
+
39
+
40
+
41
+
42
+ ## 高性能应用服务(hai) 版本:2023-08-12
43
+
44
+ ### 第 5 次发布
45
+
46
+ 发布时间:2023-12-13 01:52:48
47
+
48
+ 本次发布包含了以下内容:
49
+
50
+ 改善已有的文档。
51
+
52
+ 新增接口:
53
+
54
+ * [StartInstance](https://cloud.tencent.com/document/api/1721/102449)
55
+ * [StopInstance](https://cloud.tencent.com/document/api/1721/102448)
56
+
57
+
58
+
59
+ ## 轻量应用服务器(lighthouse) 版本:2020-03-24
60
+
61
+ ### 第 57 次发布
62
+
63
+ 发布时间:2023-12-13 02:03:09
64
+
65
+ 本次发布包含了以下内容:
66
+
67
+ 改善已有的文档。
68
+
69
+ 修改接口:
70
+
71
+ * [ResetInstance](https://cloud.tencent.com/document/api/1207/47571)
72
+
73
+ * 新增入参:Containers, LoginConfiguration
74
+
75
+
76
+ 修改数据结构:
77
+
78
+ * [InstancePrice](https://cloud.tencent.com/document/api/1207/47576#InstancePrice)
79
+
80
+ * <font color="#dd0000">**修改成员**:</font>OriginalBundlePrice, OriginalPrice, Discount, DiscountPrice, Currency
81
+
82
+
83
+
84
+
85
+ ## 腾讯健康组学平台(omics) 版本:2022-11-28
86
+
87
+ ### 第 9 次发布
88
+
89
+ 发布时间:2023-12-13 02:14:02
90
+
91
+ 本次发布包含了以下内容:
92
+
93
+ 改善已有的文档。
94
+
95
+ 修改接口:
96
+
97
+ * [GetRunMetadataFile](https://cloud.tencent.com/document/api/1643/100858)
98
+
99
+ * 新增入参:Keys
100
+
101
+ * <font color="#dd0000">**修改入参**:</font>Key
102
+
103
+ * 新增出参:CosSignedUrls
104
+
105
+
106
+
107
+
108
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
109
+
110
+ ### 第 97 次发布
111
+
112
+ 发布时间:2023-12-13 02:31:49
113
+
114
+ 本次发布包含了以下内容:
115
+
116
+ 改善已有的文档。
117
+
118
+ 修改数据结构:
119
+
120
+ * [PulsarNetworkAccessPointInfo](https://cloud.tencent.com/document/api/1179/46089#PulsarNetworkAccessPointInfo)
121
+
122
+ * 新增成员:OperationType
123
+
124
+
125
+
126
+
1
127
  # Release 4.0.756
2
128
 
3
129
  ## 云安全一体化平台(csip) 版本:2022-11-21
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云安全一体化平台(csip) 版本:2022-11-21
3
+ ## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
4
4
 
5
- ### 第 25 次发布
5
+ ### 第 62 次发布
6
6
 
7
- 发布时间:2023-12-12 01:27:48
7
+ 发布时间:2023-12-13 01:06:45
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,59 +12,55 @@
12
12
 
13
13
  新增接口:
14
14
 
15
- * [DescribeNICAssets](https://cloud.tencent.com/document/api/664/102406)
15
+ * [DescribeIpBlockList](https://cloud.tencent.com/document/api/297/102444)
16
16
 
17
17
  新增数据结构:
18
18
 
19
- * [NICAsset](https://cloud.tencent.com/document/api/664/90825#NICAsset)
19
+ * [IpBlockData](https://cloud.tencent.com/document/api/297/95396#IpBlockData)
20
20
 
21
21
 
22
22
 
23
- ## 域名注册(domain) 版本:2018-08-08
23
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
24
24
 
25
- ### 第 28 次发布
25
+ ### 第 149 次发布
26
26
 
27
- 发布时间:2023-12-12 01:41:31
27
+ 发布时间:2023-12-13 01:17:04
28
28
 
29
29
  本次发布包含了以下内容:
30
30
 
31
31
  改善已有的文档。
32
32
 
33
- 修改数据结构:
33
+ 修改接口:
34
34
 
35
- * [TemplateInfo](https://cloud.tencent.com/document/api/242/38895#TemplateInfo)
35
+ * [DescribeBackupDecryptionKey](https://cloud.tencent.com/document/api/236/91083)
36
36
 
37
- * <font color="#dd0000">**修改成员**:</font>IsBlack
37
+ * 新增入参:BackupType
38
38
 
39
39
 
40
40
 
41
41
 
42
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
42
+ ## 高性能应用服务(hai) 版本:2023-08-12
43
43
 
44
- ### 第 140 次发布
44
+ ### 第 5 次发布
45
45
 
46
- 发布时间:2023-12-12 01:48:23
46
+ 发布时间:2023-12-13 01:52:48
47
47
 
48
48
  本次发布包含了以下内容:
49
49
 
50
50
  改善已有的文档。
51
51
 
52
- 修改接口:
53
-
54
- * [CreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1323/101058)
55
-
56
- * 新增入参:FlowGroupId
57
-
58
- * <font color="#dd0000">**修改入参**:</font>FlowIds
52
+ 新增接口:
59
53
 
54
+ * [StartInstance](https://cloud.tencent.com/document/api/1721/102449)
55
+ * [StopInstance](https://cloud.tencent.com/document/api/1721/102448)
60
56
 
61
57
 
62
58
 
63
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
59
+ ## 轻量应用服务器(lighthouse) 版本:2020-03-24
64
60
 
65
- ### 第 141 次发布
61
+ ### 第 57 次发布
66
62
 
67
- 发布时间:2023-12-12 01:49:27
63
+ 发布时间:2023-12-13 02:03:09
68
64
 
69
65
  本次发布包含了以下内容:
70
66
 
@@ -72,76 +68,59 @@
72
68
 
73
69
  修改接口:
74
70
 
75
- * [ChannelCreateBatchQuickSignUrl](https://cloud.tencent.com/document/api/1420/101059)
76
-
77
- * 新增入参:FlowGroupId
78
-
79
- * <font color="#dd0000">**修改入参**:</font>FlowIds
71
+ * [ResetInstance](https://cloud.tencent.com/document/api/1207/47571)
80
72
 
81
- * [ChannelCreatePreparedPersonalEsign](https://cloud.tencent.com/document/api/1420/96160)
73
+ * 新增入参:Containers, LoginConfiguration
82
74
 
83
- * 新增入参:SceneKey
84
75
 
76
+ 修改数据结构:
85
77
 
78
+ * [InstancePrice](https://cloud.tencent.com/document/api/1207/47576#InstancePrice)
86
79
 
80
+ * <font color="#dd0000">**修改成员**:</font>OriginalBundlePrice, OriginalPrice, Discount, DiscountPrice, Currency
87
81
 
88
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
89
82
 
90
83
 
91
84
 
92
- ## 实时互动-教育版(lcic) 版本:2022-08-17
85
+ ## 腾讯健康组学平台(omics) 版本:2022-11-28
93
86
 
94
- ### 第 47 次发布
87
+ ### 第 9 次发布
95
88
 
96
- 发布时间:2023-12-12 02:02:36
89
+ 发布时间:2023-12-13 02:14:02
97
90
 
98
91
  本次发布包含了以下内容:
99
92
 
100
93
  改善已有的文档。
101
94
 
102
- 修改数据结构:
103
-
104
- * [RoomItem](https://cloud.tencent.com/document/api/1639/81423#RoomItem)
105
-
106
- * 新增成员:RecordBackground
107
-
108
-
109
-
110
-
111
- ## 容器镜像服务(tcr) 版本:2019-09-24
112
-
113
- ### 第 64 次发布
114
-
115
- 发布时间:2023-12-12 02:27:39
116
-
117
- 本次发布包含了以下内容:
95
+ 修改接口:
118
96
 
119
- 改善已有的文档。
97
+ * [GetRunMetadataFile](https://cloud.tencent.com/document/api/1643/100858)
120
98
 
121
- <font color="#dd0000">**删除接口**:</font>
99
+ * 新增入参:Keys
122
100
 
123
- * DescribeCustomAccounts
101
+ * <font color="#dd0000">**修改入参**:</font>Key
124
102
 
125
- <font color="#dd0000">**删除数据结构**:</font>
103
+ * 新增出参:CosSignedUrls
126
104
 
127
- * CustomAccount
128
105
 
129
106
 
130
107
 
131
- ## 容器服务(tke) 版本:2018-05-25
108
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
132
109
 
133
- ### 第 166 次发布
110
+ ### 第 97 次发布
134
111
 
135
- 发布时间:2023-12-12 02:39:11
112
+ 发布时间:2023-12-13 02:31:49
136
113
 
137
114
  本次发布包含了以下内容:
138
115
 
139
116
  改善已有的文档。
140
117
 
141
- 新增接口:
118
+ 修改数据结构:
119
+
120
+ * [PulsarNetworkAccessPointInfo](https://cloud.tencent.com/document/api/1179/46089#PulsarNetworkAccessPointInfo)
121
+
122
+ * 新增成员:OperationType
142
123
 
143
- * [CreateCLSLogConfig](https://cloud.tencent.com/document/api/457/102410)
144
- * [CreateEksLogConfig](https://cloud.tencent.com/document/api/457/102409)
145
124
 
146
125
 
147
126
 
@@ -1888,6 +1867,22 @@
1888
1867
 
1889
1868
  ## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
1890
1869
 
1870
+ ### 第 62 次发布
1871
+
1872
+ 发布时间:2023-12-13 01:06:45
1873
+
1874
+ 本次发布包含了以下内容:
1875
+
1876
+ 改善已有的文档。
1877
+
1878
+ 新增接口:
1879
+
1880
+ * [[DescribeIpBlockList](https://cloud.tencent.com/document/api/297/102444)](https://cloud.tencent.com/document/api/#/#)
1881
+
1882
+ 新增数据结构:
1883
+
1884
+ * [[IpBlockData](https://cloud.tencent.com/document/api/297/95396#IpBlockData)](https://cloud.tencent.com/document/api/297/95396#[IpBlockData](https://cloud.tencent.com/document/api/297/95396#IpBlockData))
1885
+
1891
1886
  ### 第 61 次发布
1892
1887
 
1893
1888
  发布时间:2023-11-28 01:06:04
@@ -15467,6 +15462,21 @@
15467
15462
 
15468
15463
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
15469
15464
 
15465
+ ### 第 149 次发布
15466
+
15467
+ 发布时间:2023-12-13 01:17:04
15468
+
15469
+ 本次发布包含了以下内容:
15470
+
15471
+ 改善已有的文档。
15472
+
15473
+ 修改接口:
15474
+
15475
+ * [DescribeBackupDecryptionKey](https://cloud.tencent.com/document/api/236/91083)
15476
+
15477
+ * 新增入参:BackupType
15478
+
15479
+
15470
15480
  ### 第 148 次发布
15471
15481
 
15472
15482
  发布时间:2023-11-22 01:30:13
@@ -35391,11 +35401,11 @@
35391
35401
 
35392
35402
  新增接口:
35393
35403
 
35394
- * [[DescribeNICAssets](https://cloud.tencent.com/document/api/664/102406)](https://cloud.tencent.com/document/api/#/#)
35404
+ * [DescribeNICAssets](https://cloud.tencent.com/document/api/664/102406)
35395
35405
 
35396
35406
  新增数据结构:
35397
35407
 
35398
- * [[NICAsset](https://cloud.tencent.com/document/api/664/90825#NICAsset)](https://cloud.tencent.com/document/api/664/90825#[NICAsset](https://cloud.tencent.com/document/api/664/90825#NICAsset))
35408
+ * [NICAsset](https://cloud.tencent.com/document/api/664/90825#NICAsset)
35399
35409
 
35400
35410
  ### 第 24 次发布
35401
35411
 
@@ -66552,6 +66562,19 @@
66552
66562
 
66553
66563
  ## 高性能应用服务(hai) 版本:2023-08-12
66554
66564
 
66565
+ ### 第 5 次发布
66566
+
66567
+ 发布时间:2023-12-13 01:52:48
66568
+
66569
+ 本次发布包含了以下内容:
66570
+
66571
+ 改善已有的文档。
66572
+
66573
+ 新增接口:
66574
+
66575
+ * [[StartInstance](https://cloud.tencent.com/document/api/1721/102449)](https://cloud.tencent.com/document/api/#/#)
66576
+ * [[StopInstance](https://cloud.tencent.com/document/api/1721/102448)](https://cloud.tencent.com/document/api/#/#)
66577
+
66555
66578
  ### 第 4 次发布
66556
66579
 
66557
66580
  发布时间:2023-11-22 04:14:20
@@ -75245,6 +75268,28 @@
75245
75268
 
75246
75269
  ## 轻量应用服务器(lighthouse) 版本:2020-03-24
75247
75270
 
75271
+ ### 第 57 次发布
75272
+
75273
+ 发布时间:2023-12-13 02:03:09
75274
+
75275
+ 本次发布包含了以下内容:
75276
+
75277
+ 改善已有的文档。
75278
+
75279
+ 修改接口:
75280
+
75281
+ * [ResetInstance](https://cloud.tencent.com/document/api/1207/47571)
75282
+
75283
+ * 新增入参:Containers, LoginConfiguration
75284
+
75285
+
75286
+ 修改数据结构:
75287
+
75288
+ * [InstancePrice](https://cloud.tencent.com/document/api/1207/47576#InstancePrice)
75289
+
75290
+ * <font color="#dd0000">**修改成员**:</font>OriginalBundlePrice, OriginalPrice, Discount, DiscountPrice, Currency
75291
+
75292
+
75248
75293
  ### 第 56 次发布
75249
75294
 
75250
75295
  发布时间:2023-12-05 01:59:59
@@ -90989,6 +91034,25 @@
90989
91034
 
90990
91035
  ## 腾讯健康组学平台(omics) 版本:2022-11-28
90991
91036
 
91037
+ ### 第 9 次发布
91038
+
91039
+ 发布时间:2023-12-13 02:14:02
91040
+
91041
+ 本次发布包含了以下内容:
91042
+
91043
+ 改善已有的文档。
91044
+
91045
+ 修改接口:
91046
+
91047
+ * [GetRunMetadataFile](https://cloud.tencent.com/document/api/1643/100858)
91048
+
91049
+ * 新增入参:Keys
91050
+
91051
+ * <font color="#dd0000">**修改入参**:</font>Key
91052
+
91053
+ * 新增出参:CosSignedUrls
91054
+
91055
+
90992
91056
  ### 第 8 次发布
90993
91057
 
90994
91058
  发布时间:2023-11-14 01:22:26
@@ -110419,6 +110483,21 @@
110419
110483
 
110420
110484
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
110421
110485
 
110486
+ ### 第 97 次发布
110487
+
110488
+ 发布时间:2023-12-13 02:31:49
110489
+
110490
+ 本次发布包含了以下内容:
110491
+
110492
+ 改善已有的文档。
110493
+
110494
+ 修改数据结构:
110495
+
110496
+ * [PulsarNetworkAccessPointInfo](https://cloud.tencent.com/document/api/1179/46089#PulsarNetworkAccessPointInfo)
110497
+
110498
+ * 新增成员:OperationType
110499
+
110500
+
110422
110501
  ### 第 96 次发布
110423
110502
 
110424
110503
  发布时间:2023-12-11 01:28:43
@@ -120752,8 +120831,8 @@
120752
120831
 
120753
120832
  新增接口:
120754
120833
 
120755
- * [[CreateCLSLogConfig](https://cloud.tencent.com/document/api/457/102410)](https://cloud.tencent.com/document/api/#/#)
120756
- * [[CreateEksLogConfig](https://cloud.tencent.com/document/api/457/102409)](https://cloud.tencent.com/document/api/#/#)
120834
+ * [CreateCLSLogConfig](https://cloud.tencent.com/document/api/457/102410)
120835
+ * [CreateEksLogConfig](https://cloud.tencent.com/document/api/457/102409)
120757
120836
 
120758
120837
  ### 第 165 次发布
120759
120838
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.756",
3
+ "version": "4.0.757",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -10,7 +10,7 @@
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-11-16 01:06:13 |
12
12
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
13
- | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-12-01 01:06:11 |
13
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-12-13 01:06:45 |
14
14
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
@@ -40,7 +40,7 @@
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-12-04 00:03:32 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-11-01 01:07:57 |
42
42
  | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-11-16 01:09:13 |
43
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-12-05 01:15:44 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-12-13 01:17:04 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-12-05 01:17:51 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-27 01:17:34 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
@@ -69,7 +69,7 @@
69
69
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
70
70
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-12-12 01:27:48 |
71
71
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
72
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-12-04 00:06:28 |
72
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-12-13 01:28:37 |
73
73
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-11-29 01:11:08 |
74
74
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
75
75
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-12-06 01:34:06 |
@@ -109,7 +109,7 @@
109
109
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
110
110
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
111
111
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
112
- | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2023-12-01 01:16:56 |
112
+ | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2023-12-13 01:52:48 |
113
113
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
114
114
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-11-01 01:14:52 |
115
115
  | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2023-11-29 01:56:24 |
@@ -132,7 +132,7 @@
132
132
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-30 04:52:16 |
133
133
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
134
134
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-12 02:02:36 |
135
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-05 01:59:59 |
135
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-13 02:03:09 |
136
136
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-11-21 01:21:33 |
137
137
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
138
138
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
@@ -154,7 +154,7 @@
154
154
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
155
155
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-12-04 15:28:57 |
156
156
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-12-08 02:12:05 |
157
- | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-12-01 01:21:15 |
157
+ | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-12-13 02:14:02 |
158
158
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-11-08 02:00:11 |
159
159
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
160
160
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
@@ -200,10 +200,10 @@
200
200
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-11-29 02:03:30 |
201
201
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
202
202
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
203
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-12-11 01:28:43 |
203
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-12-13 02:31:49 |
204
204
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
205
205
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
206
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-11 01:31:04 |
206
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-12 17:53:15 |
207
207
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-27 00:20:12 |
208
208
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
209
209
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
@@ -213,7 +213,7 @@
213
213
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
214
214
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-11-27 00:20:30 |
215
215
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-12-01 01:26:06 |
216
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-12-12 02:39:11 |
216
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-12-13 02:38:08 |
217
217
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
218
218
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-11-28 01:28:13 |
219
219
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-12-07 02:40:15 |
@@ -231,7 +231,7 @@
231
231
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-11-15 02:36:58 |
232
232
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
233
233
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-12-08 02:44:40 |
234
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-01 01:28:57 |
234
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-13 02:47:55 |
235
235
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
236
236
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-12 02:52:40 |
237
237
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.756"
1
+ export const sdkVersion = "4.0.757"
@@ -71,11 +71,13 @@ import {
71
71
  DescribeOverviewAttackTrendRequest,
72
72
  DescribeListBGPIPInstancesRequest,
73
73
  DescribeNewL7RulesResponse,
74
+ OverviewDDoSEvent,
74
75
  StaticPackRelation,
75
76
  CreatePortAclConfigRequest,
76
77
  DescribeCCThresholdListResponse,
77
78
  DescribeL7RulesBySSLCertIdRequest,
78
79
  TagFilter,
80
+ IpBlockData,
79
81
  DescribeListPacketFilterConfigResponse,
80
82
  CreateSchedulingDomainRequest,
81
83
  ModifyPortAclConfigRequest,
@@ -167,6 +169,7 @@ import {
167
169
  DescribeCcBlackWhiteIpListRequest,
168
170
  DescribeListListenerResponse,
169
171
  DeletePortAclConfigRequest,
172
+ DescribeIpBlockListRequest,
170
173
  DescribePendingRiskInfoRequest,
171
174
  CreatePortAclConfigResponse,
172
175
  ModifyDDoSLevelResponse,
@@ -250,7 +253,7 @@ import {
250
253
  DescribeCCPrecisionPlyListResponse,
251
254
  DescribeBizTrendRequest,
252
255
  DescribeListPortAclListRequest,
253
- OverviewDDoSEvent,
256
+ DescribeIpBlockListResponse,
254
257
  DescribeCCLevelPolicyResponse,
255
258
  DescribeBizMonitorTrendRequest,
256
259
  DescribeOverviewDDoSTrendResponse,
@@ -618,6 +621,16 @@ export class Client extends AbstractClient {
618
621
  return this.request("DescribeNewL7Rules", req, cb)
619
622
  }
620
623
 
624
+ /**
625
+ * 获取IP封堵列表
626
+ */
627
+ async DescribeIpBlockList(
628
+ req?: DescribeIpBlockListRequest,
629
+ cb?: (error: string, rep: DescribeIpBlockListResponse) => void
630
+ ): Promise<DescribeIpBlockListResponse> {
631
+ return this.request("DescribeIpBlockList", req, cb)
632
+ }
633
+
621
634
  /**
622
635
  * 修改CC防护等级
623
636
  */
@@ -1010,7 +1023,7 @@ export class Client extends AbstractClient {
1010
1023
  }
1011
1024
 
1012
1025
  /**
1013
- * 新建cc防护的地域封禁配置
1026
+ * 新建CC防护的地域封禁配置
1014
1027
  */
1015
1028
  async CreateCcGeoIPBlockConfig(
1016
1029
  req: CreateCcGeoIPBlockConfigRequest,
@@ -1211,16 +1224,6 @@ export class Client extends AbstractClient {
1211
1224
  return this.request("CreateWaterPrintKey", req, cb)
1212
1225
  }
1213
1226
 
1214
- /**
1215
- * 删除CC频率限制策略
1216
- */
1217
- async DeleteCCRequestLimitPolicy(
1218
- req: DeleteCCRequestLimitPolicyRequest,
1219
- cb?: (error: string, rep: DeleteCCRequestLimitPolicyResponse) => void
1220
- ): Promise<DeleteCCRequestLimitPolicyResponse> {
1221
- return this.request("DeleteCCRequestLimitPolicy", req, cb)
1222
- }
1223
-
1224
1227
  /**
1225
1228
  * 修改DDoS防护的区域封禁配置
1226
1229
  */
@@ -1230,4 +1233,14 @@ export class Client extends AbstractClient {
1230
1233
  ): Promise<ModifyDDoSGeoIPBlockConfigResponse> {
1231
1234
  return this.request("ModifyDDoSGeoIPBlockConfig", req, cb)
1232
1235
  }
1236
+
1237
+ /**
1238
+ * 删除CC频率限制策略
1239
+ */
1240
+ async DeleteCCRequestLimitPolicy(
1241
+ req: DeleteCCRequestLimitPolicyRequest,
1242
+ cb?: (error: string, rep: DeleteCCRequestLimitPolicyResponse) => void
1243
+ ): Promise<DeleteCCRequestLimitPolicyResponse> {
1244
+ return this.request("DeleteCCRequestLimitPolicy", req, cb)
1245
+ }
1233
1246
  }