tencentcloud-sdk-nodejs 4.0.960 → 4.0.961
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 +361 -0
- package/SERVICE_CHANGELOG.md +607 -12
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/captcha/v20190722/captcha_models.ts +8 -3
- package/src/services/cdb/v20170320/cdb_models.ts +4 -0
- package/src/services/cfw/v20190904/cfw_client.ts +4 -2
- package/src/services/cfw/v20190904/cfw_models.ts +65 -18
- package/src/services/cvm/v20170312/cvm_models.ts +0 -1
- package/src/services/cwp/v20180228/cwp_models.ts +88 -83
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +40 -40
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +6 -1
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +2 -2
- package/src/services/ecdn/v20191012/ecdn_models.ts +2 -2
- package/src/services/emr/v20190103/emr_client.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +9 -8
- package/src/services/ess/v20201111/ess_models.ts +8 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +8 -0
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
- package/src/services/lcic/v20220817/lcic_models.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +9 -0
- package/src/services/mqtt/v20240516/mqtt_models.ts +4 -2
- package/src/services/ses/v20201002/ses_models.ts +0 -10
- package/src/services/sms/v20190711/sms_models.ts +30 -32
- package/src/services/sms/v20210111/sms_client.ts +1 -1
- package/src/services/sms/v20210111/sms_models.ts +31 -34
- package/src/services/taf/v20200210/taf_models.ts +18 -1
- package/src/services/tdmq/v20200217/tdmq_client.ts +14 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +90 -34
- package/src/services/trocket/v20230308/trocket_client.ts +6 -6
- package/src/services/trocket/v20230308/trocket_models.ts +95 -89
- package/src/services/vpc/v20170312/vpc_models.ts +4 -4
- package/src/services/waf/v20180125/waf_client.ts +19 -6
- package/src/services/waf/v20180125/waf_models.ts +44 -0
- package/src/services/wedata/v20210820/wedata_client.ts +23 -7
- package/src/services/wedata/v20210820/wedata_models.ts +213 -10
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +8 -3
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +3 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +3 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +63 -16
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +0 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +88 -83
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +40 -40
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +39 -39
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +6 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -2
- package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +2 -2
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +9 -8
- package/tencentcloud/services/ess/v20201111/ess_client.js +9 -8
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -0
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +4 -2
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +0 -10
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +30 -32
- package/tencentcloud/services/sms/v20210111/sms_client.d.ts +1 -1
- package/tencentcloud/services/sms/v20210111/sms_client.js +1 -1
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +31 -34
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +18 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +88 -34
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +6 -6
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +6 -6
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +95 -89
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -4
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +7 -3
- package/tencentcloud/services/waf/v20180125/waf_client.js +9 -3
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +41 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +7 -3
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +9 -3
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +207 -10
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/waf.v20180125.test.js +12 -2
- package/test/wedata.v20210820.test.js +12 -2
|
@@ -129,7 +129,7 @@ export interface DeleteMQTTTopicRequest {
|
|
|
129
129
|
*/
|
|
130
130
|
export interface CreateInstanceResponse {
|
|
131
131
|
/**
|
|
132
|
-
*
|
|
132
|
+
* 集群ID
|
|
133
133
|
*/
|
|
134
134
|
InstanceId?: string
|
|
135
135
|
/**
|
|
@@ -194,6 +194,21 @@ Failure 失败
|
|
|
194
194
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
195
195
|
*/
|
|
196
196
|
ImportStatus?: string
|
|
197
|
+
/**
|
|
198
|
+
* 4.x的命名空间,出参使用
|
|
199
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
200
|
+
*/
|
|
201
|
+
NamespaceV4?: string
|
|
202
|
+
/**
|
|
203
|
+
* 4.x的主题名,出参使用
|
|
204
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
205
|
+
*/
|
|
206
|
+
TopicNameV4?: string
|
|
207
|
+
/**
|
|
208
|
+
* 4.x的完整命名空间,出参使用
|
|
209
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
210
|
+
*/
|
|
211
|
+
FullNamespaceV4?: string
|
|
197
212
|
}
|
|
198
213
|
|
|
199
214
|
/**
|
|
@@ -497,11 +512,11 @@ export interface ImportSourceClusterConsumerGroupsResponse {
|
|
|
497
512
|
*/
|
|
498
513
|
export interface DeleteTopicRequest {
|
|
499
514
|
/**
|
|
500
|
-
*
|
|
515
|
+
* 集群ID
|
|
501
516
|
*/
|
|
502
517
|
InstanceId: string
|
|
503
518
|
/**
|
|
504
|
-
*
|
|
519
|
+
* 主题名称
|
|
505
520
|
*/
|
|
506
521
|
Topic: string
|
|
507
522
|
}
|
|
@@ -511,7 +526,7 @@ export interface DeleteTopicRequest {
|
|
|
511
526
|
*/
|
|
512
527
|
export interface ModifyMQTTInstanceRequest {
|
|
513
528
|
/**
|
|
514
|
-
*
|
|
529
|
+
* 集群ID
|
|
515
530
|
*/
|
|
516
531
|
InstanceId: string
|
|
517
532
|
/**
|
|
@@ -584,17 +599,17 @@ export interface DescribeMQTTProductSKUListResponse {
|
|
|
584
599
|
*/
|
|
585
600
|
export interface DescribeRoleListRequest {
|
|
586
601
|
/**
|
|
587
|
-
*
|
|
602
|
+
* 集群ID
|
|
588
603
|
*/
|
|
589
604
|
InstanceId: string
|
|
590
605
|
/**
|
|
591
606
|
* 查询起始位置
|
|
592
607
|
*/
|
|
593
|
-
Offset
|
|
608
|
+
Offset?: number
|
|
594
609
|
/**
|
|
595
610
|
* 查询结果限制数量
|
|
596
611
|
*/
|
|
597
|
-
Limit
|
|
612
|
+
Limit?: number
|
|
598
613
|
/**
|
|
599
614
|
* 查询条件列表
|
|
600
615
|
*/
|
|
@@ -707,7 +722,7 @@ export interface ImportSourceClusterConsumerGroupsRequest {
|
|
|
707
722
|
*/
|
|
708
723
|
export interface DescribeConsumerLagRequest {
|
|
709
724
|
/**
|
|
710
|
-
*
|
|
725
|
+
* 集群ID
|
|
711
726
|
*/
|
|
712
727
|
InstanceId: string
|
|
713
728
|
/**
|
|
@@ -812,10 +827,8 @@ export interface MQTTInstanceItem {
|
|
|
812
827
|
Version?: string
|
|
813
828
|
/**
|
|
814
829
|
* 实例类型,
|
|
815
|
-
EXPERIMENT,体验版
|
|
816
830
|
BASIC,基础版
|
|
817
831
|
PRO,专业版
|
|
818
|
-
PLATINUM,铂金版
|
|
819
832
|
*/
|
|
820
833
|
InstanceType?: string
|
|
821
834
|
/**
|
|
@@ -905,13 +918,9 @@ export interface ModifyInstanceResponse {
|
|
|
905
918
|
*/
|
|
906
919
|
export interface CreateConsumerGroupRequest {
|
|
907
920
|
/**
|
|
908
|
-
*
|
|
921
|
+
* 集群ID
|
|
909
922
|
*/
|
|
910
923
|
InstanceId: string
|
|
911
|
-
/**
|
|
912
|
-
* 消费组名称
|
|
913
|
-
*/
|
|
914
|
-
ConsumerGroup: string
|
|
915
924
|
/**
|
|
916
925
|
* 最大重试次数
|
|
917
926
|
*/
|
|
@@ -925,6 +934,10 @@ export interface CreateConsumerGroupRequest {
|
|
|
925
934
|
并发投递:false
|
|
926
935
|
*/
|
|
927
936
|
ConsumeMessageOrderly: boolean
|
|
937
|
+
/**
|
|
938
|
+
* 消费组名称
|
|
939
|
+
*/
|
|
940
|
+
ConsumerGroup?: string
|
|
928
941
|
/**
|
|
929
942
|
* 备注
|
|
930
943
|
*/
|
|
@@ -1072,7 +1085,7 @@ export interface DescribeInstanceListRequest {
|
|
|
1072
1085
|
*/
|
|
1073
1086
|
export interface DeleteMQTTUserRequest {
|
|
1074
1087
|
/**
|
|
1075
|
-
*
|
|
1088
|
+
* 集群ID
|
|
1076
1089
|
*/
|
|
1077
1090
|
InstanceId: string
|
|
1078
1091
|
/**
|
|
@@ -1122,7 +1135,7 @@ export interface CreateMQTTTopicResponse {
|
|
|
1122
1135
|
*/
|
|
1123
1136
|
export interface DescribeMQTTInstanceRequest {
|
|
1124
1137
|
/**
|
|
1125
|
-
*
|
|
1138
|
+
* 集群ID
|
|
1126
1139
|
*/
|
|
1127
1140
|
InstanceId: string
|
|
1128
1141
|
}
|
|
@@ -1227,7 +1240,7 @@ export interface DeleteMQTTInsPublicEndpointResponse {
|
|
|
1227
1240
|
*/
|
|
1228
1241
|
export interface DeleteInstanceRequest {
|
|
1229
1242
|
/**
|
|
1230
|
-
*
|
|
1243
|
+
* 集群ID
|
|
1231
1244
|
*/
|
|
1232
1245
|
InstanceId: string
|
|
1233
1246
|
}
|
|
@@ -1237,7 +1250,7 @@ export interface DeleteInstanceRequest {
|
|
|
1237
1250
|
*/
|
|
1238
1251
|
export interface ModifyRoleRequest {
|
|
1239
1252
|
/**
|
|
1240
|
-
*
|
|
1253
|
+
* 集群ID
|
|
1241
1254
|
*/
|
|
1242
1255
|
InstanceId: string
|
|
1243
1256
|
/**
|
|
@@ -1292,11 +1305,11 @@ export interface DescribeFusionInstanceListResponse {
|
|
|
1292
1305
|
*/
|
|
1293
1306
|
export interface CreateTopicRequest {
|
|
1294
1307
|
/**
|
|
1295
|
-
*
|
|
1308
|
+
* 集群ID
|
|
1296
1309
|
*/
|
|
1297
1310
|
InstanceId: string
|
|
1298
1311
|
/**
|
|
1299
|
-
*
|
|
1312
|
+
* 主题名称
|
|
1300
1313
|
*/
|
|
1301
1314
|
Topic: string
|
|
1302
1315
|
/**
|
|
@@ -1327,7 +1340,7 @@ TRANSACTION:事务消息
|
|
|
1327
1340
|
*/
|
|
1328
1341
|
export interface DeleteRoleRequest {
|
|
1329
1342
|
/**
|
|
1330
|
-
*
|
|
1343
|
+
* 集群ID
|
|
1331
1344
|
*/
|
|
1332
1345
|
InstanceId: string
|
|
1333
1346
|
/**
|
|
@@ -1427,13 +1440,13 @@ export interface TagFilter {
|
|
|
1427
1440
|
*/
|
|
1428
1441
|
export interface DeleteConsumerGroupRequest {
|
|
1429
1442
|
/**
|
|
1430
|
-
*
|
|
1443
|
+
* 集群ID
|
|
1431
1444
|
*/
|
|
1432
1445
|
InstanceId: string
|
|
1433
1446
|
/**
|
|
1434
1447
|
* 消费组名称
|
|
1435
1448
|
*/
|
|
1436
|
-
ConsumerGroup
|
|
1449
|
+
ConsumerGroup?: string
|
|
1437
1450
|
}
|
|
1438
1451
|
|
|
1439
1452
|
/**
|
|
@@ -1441,11 +1454,11 @@ export interface DeleteConsumerGroupRequest {
|
|
|
1441
1454
|
*/
|
|
1442
1455
|
export interface CreateConsumerGroupResponse {
|
|
1443
1456
|
/**
|
|
1444
|
-
*
|
|
1457
|
+
* 集群ID
|
|
1445
1458
|
*/
|
|
1446
1459
|
InstanceId?: string
|
|
1447
1460
|
/**
|
|
1448
|
-
*
|
|
1461
|
+
* 消费组名称
|
|
1449
1462
|
*/
|
|
1450
1463
|
ConsumerGroup?: string
|
|
1451
1464
|
/**
|
|
@@ -1537,7 +1550,7 @@ export interface MQTTUserItem {
|
|
|
1537
1550
|
*/
|
|
1538
1551
|
export interface ModifyMQTTInsPublicEndpointRequest {
|
|
1539
1552
|
/**
|
|
1540
|
-
*
|
|
1553
|
+
* 集群ID
|
|
1541
1554
|
*/
|
|
1542
1555
|
InstanceId: string
|
|
1543
1556
|
/**
|
|
@@ -1681,11 +1694,11 @@ export interface DeleteMQTTInstanceResponse {
|
|
|
1681
1694
|
*/
|
|
1682
1695
|
export interface DescribeTopicRequest {
|
|
1683
1696
|
/**
|
|
1684
|
-
*
|
|
1697
|
+
* 集群ID
|
|
1685
1698
|
*/
|
|
1686
1699
|
InstanceId: string
|
|
1687
1700
|
/**
|
|
1688
|
-
*
|
|
1701
|
+
* 主题名称
|
|
1689
1702
|
*/
|
|
1690
1703
|
Topic: string
|
|
1691
1704
|
/**
|
|
@@ -1717,11 +1730,11 @@ export interface DeleteMQTTInstanceRequest {
|
|
|
1717
1730
|
*/
|
|
1718
1731
|
export interface CreateTopicResponse {
|
|
1719
1732
|
/**
|
|
1720
|
-
*
|
|
1733
|
+
* 集群ID
|
|
1721
1734
|
*/
|
|
1722
1735
|
InstanceId?: string
|
|
1723
1736
|
/**
|
|
1724
|
-
*
|
|
1737
|
+
* 主题名
|
|
1725
1738
|
*/
|
|
1726
1739
|
Topic?: string
|
|
1727
1740
|
/**
|
|
@@ -1747,7 +1760,7 @@ export interface DescribeMQTTInstanceListRequest {
|
|
|
1747
1760
|
*/
|
|
1748
1761
|
Limit?: number
|
|
1749
1762
|
/**
|
|
1750
|
-
*
|
|
1763
|
+
* 是否包含新控制台集群:默认为包含
|
|
1751
1764
|
*/
|
|
1752
1765
|
IncludeNew?: boolean
|
|
1753
1766
|
}
|
|
@@ -1894,7 +1907,7 @@ export interface ImportSourceClusterTopicsResponse {
|
|
|
1894
1907
|
*/
|
|
1895
1908
|
export interface DescribeTopicListRequest {
|
|
1896
1909
|
/**
|
|
1897
|
-
*
|
|
1910
|
+
* 集群ID
|
|
1898
1911
|
*/
|
|
1899
1912
|
InstanceId: string
|
|
1900
1913
|
/**
|
|
@@ -1916,7 +1929,7 @@ export interface DescribeTopicListRequest {
|
|
|
1916
1929
|
*/
|
|
1917
1930
|
export interface ModifyConsumerGroupRequest {
|
|
1918
1931
|
/**
|
|
1919
|
-
*
|
|
1932
|
+
* 集群ID
|
|
1920
1933
|
*/
|
|
1921
1934
|
InstanceId: string
|
|
1922
1935
|
/**
|
|
@@ -1947,7 +1960,7 @@ export interface ModifyConsumerGroupRequest {
|
|
|
1947
1960
|
*/
|
|
1948
1961
|
export interface DescribeConsumerGroupRequest {
|
|
1949
1962
|
/**
|
|
1950
|
-
*
|
|
1963
|
+
* 集群ID
|
|
1951
1964
|
*/
|
|
1952
1965
|
InstanceId: string
|
|
1953
1966
|
/**
|
|
@@ -1961,21 +1974,21 @@ export interface DescribeConsumerGroupRequest {
|
|
|
1961
1974
|
*/
|
|
1962
1975
|
export interface DescribeConsumerGroupListRequest {
|
|
1963
1976
|
/**
|
|
1964
|
-
*
|
|
1977
|
+
* 集群ID
|
|
1965
1978
|
*/
|
|
1966
1979
|
InstanceId: string
|
|
1967
1980
|
/**
|
|
1968
|
-
*
|
|
1981
|
+
* 查询条件列表
|
|
1969
1982
|
*/
|
|
1970
|
-
|
|
1983
|
+
Filters?: Array<Filter>
|
|
1971
1984
|
/**
|
|
1972
|
-
*
|
|
1985
|
+
* 查询起始位置
|
|
1973
1986
|
*/
|
|
1974
|
-
|
|
1987
|
+
Offset?: number
|
|
1975
1988
|
/**
|
|
1976
|
-
*
|
|
1989
|
+
* 查询结果限制数量
|
|
1977
1990
|
*/
|
|
1978
|
-
|
|
1991
|
+
Limit?: number
|
|
1979
1992
|
/**
|
|
1980
1993
|
* 查询指定主题下的消费组
|
|
1981
1994
|
*/
|
|
@@ -1996,6 +2009,10 @@ export interface TopicItem {
|
|
|
1996
2009
|
Topic?: string
|
|
1997
2010
|
/**
|
|
1998
2011
|
* 主题类型
|
|
2012
|
+
NORMAL:普通消息,
|
|
2013
|
+
FIFO:顺序消息,
|
|
2014
|
+
DELAY:延时消息,
|
|
2015
|
+
TRANSACTION:事务消息
|
|
1999
2016
|
*/
|
|
2000
2017
|
TopicType?: string
|
|
2001
2018
|
/**
|
|
@@ -2004,7 +2021,6 @@ export interface TopicItem {
|
|
|
2004
2021
|
QueueNum?: number
|
|
2005
2022
|
/**
|
|
2006
2023
|
* 描述
|
|
2007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2008
2024
|
*/
|
|
2009
2025
|
Remark?: string
|
|
2010
2026
|
/**
|
|
@@ -2228,6 +2244,12 @@ export interface DescribeConsumerGroupResponse {
|
|
|
2228
2244
|
* 备注
|
|
2229
2245
|
*/
|
|
2230
2246
|
Remark?: string
|
|
2247
|
+
/**
|
|
2248
|
+
* 消费模式:
|
|
2249
|
+
BROADCASTING 广播模式
|
|
2250
|
+
CLUSTERING 集群模式
|
|
2251
|
+
*/
|
|
2252
|
+
MessageModel?: string
|
|
2231
2253
|
/**
|
|
2232
2254
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2233
2255
|
*/
|
|
@@ -2263,7 +2285,7 @@ export interface DescribeConsumerLagResponse {
|
|
|
2263
2285
|
*/
|
|
2264
2286
|
export interface DescribeMQTTInsPublicEndpointsRequest {
|
|
2265
2287
|
/**
|
|
2266
|
-
*
|
|
2288
|
+
* 集群ID
|
|
2267
2289
|
*/
|
|
2268
2290
|
InstanceId: string
|
|
2269
2291
|
}
|
|
@@ -2343,11 +2365,11 @@ export interface MQTTClientSubscription {
|
|
|
2343
2365
|
*/
|
|
2344
2366
|
export interface ModifyTopicRequest {
|
|
2345
2367
|
/**
|
|
2346
|
-
*
|
|
2368
|
+
* 集群ID
|
|
2347
2369
|
*/
|
|
2348
2370
|
InstanceId: string
|
|
2349
2371
|
/**
|
|
2350
|
-
*
|
|
2372
|
+
* 主题名称
|
|
2351
2373
|
*/
|
|
2352
2374
|
Topic: string
|
|
2353
2375
|
/**
|
|
@@ -2549,7 +2571,7 @@ export interface ModifyConsumerGroupResponse {
|
|
|
2549
2571
|
*/
|
|
2550
2572
|
export interface DescribeMQTTInstanceCertRequest {
|
|
2551
2573
|
/**
|
|
2552
|
-
*
|
|
2574
|
+
* 集群ID
|
|
2553
2575
|
*/
|
|
2554
2576
|
InstanceId: string
|
|
2555
2577
|
}
|
|
@@ -2569,7 +2591,7 @@ export interface ModifyMQTTInsPublicEndpointResponse {
|
|
|
2569
2591
|
*/
|
|
2570
2592
|
export interface CreateMQTTUserRequest {
|
|
2571
2593
|
/**
|
|
2572
|
-
*
|
|
2594
|
+
* 集群ID
|
|
2573
2595
|
*/
|
|
2574
2596
|
InstanceId: string
|
|
2575
2597
|
/**
|
|
@@ -2601,11 +2623,11 @@ export interface DescribeFusionInstanceListRequest {
|
|
|
2601
2623
|
/**
|
|
2602
2624
|
* 查询起始位置
|
|
2603
2625
|
*/
|
|
2604
|
-
Offset
|
|
2626
|
+
Offset?: number
|
|
2605
2627
|
/**
|
|
2606
2628
|
* 查询结果限制数量
|
|
2607
2629
|
*/
|
|
2608
|
-
Limit
|
|
2630
|
+
Limit?: number
|
|
2609
2631
|
/**
|
|
2610
2632
|
* 查询条件列表
|
|
2611
2633
|
*/
|
|
@@ -2621,11 +2643,11 @@ export interface DescribeFusionInstanceListRequest {
|
|
|
2621
2643
|
*/
|
|
2622
2644
|
export interface DescribeMQTTMessageRequest {
|
|
2623
2645
|
/**
|
|
2624
|
-
*
|
|
2646
|
+
* 集群ID
|
|
2625
2647
|
*/
|
|
2626
2648
|
InstanceId: string
|
|
2627
2649
|
/**
|
|
2628
|
-
*
|
|
2650
|
+
* 主题名称
|
|
2629
2651
|
*/
|
|
2630
2652
|
Topic: string
|
|
2631
2653
|
/**
|
|
@@ -2772,28 +2794,7 @@ PLATINUM 铂金版
|
|
|
2772
2794
|
Name: string
|
|
2773
2795
|
/**
|
|
2774
2796
|
* 商品规格,可用规格如下:
|
|
2775
|
-
experiment_500,
|
|
2776
2797
|
basic_1k,
|
|
2777
|
-
basic_2k,
|
|
2778
|
-
basic_4k,
|
|
2779
|
-
basic_6k,
|
|
2780
|
-
pro_4k,
|
|
2781
|
-
pro_6k,
|
|
2782
|
-
pro_1w,
|
|
2783
|
-
pro_2w,
|
|
2784
|
-
pro_3w,
|
|
2785
|
-
pro_4w,
|
|
2786
|
-
pro_5w,
|
|
2787
|
-
platinum_6k,
|
|
2788
|
-
platinum_1w,
|
|
2789
|
-
platinum_2w,
|
|
2790
|
-
platinum_4w,
|
|
2791
|
-
platinum_10w,
|
|
2792
|
-
platinum_15w,
|
|
2793
|
-
platinum_20w,
|
|
2794
|
-
platinum_40w,
|
|
2795
|
-
platinum_60w,
|
|
2796
|
-
platinum_100w
|
|
2797
2798
|
*/
|
|
2798
2799
|
SkuCode: string
|
|
2799
2800
|
/**
|
|
@@ -2868,7 +2869,7 @@ export interface DescribeMQTTTopicRequest {
|
|
|
2868
2869
|
*/
|
|
2869
2870
|
export interface CreateRoleRequest {
|
|
2870
2871
|
/**
|
|
2871
|
-
*
|
|
2872
|
+
* 集群ID
|
|
2872
2873
|
*/
|
|
2873
2874
|
InstanceId: string
|
|
2874
2875
|
/**
|
|
@@ -2949,6 +2950,11 @@ POSTPAID 按量付费
|
|
|
2949
2950
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2950
2951
|
*/
|
|
2951
2952
|
IpRules?: Array<IpRule>
|
|
2953
|
+
/**
|
|
2954
|
+
* 公网是否按流量计费
|
|
2955
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2956
|
+
*/
|
|
2957
|
+
BillingFlow?: boolean
|
|
2952
2958
|
}
|
|
2953
2959
|
|
|
2954
2960
|
/**
|
|
@@ -2956,11 +2962,11 @@ POSTPAID 按量付费
|
|
|
2956
2962
|
*/
|
|
2957
2963
|
export interface ModifyMQTTTopicRequest {
|
|
2958
2964
|
/**
|
|
2959
|
-
*
|
|
2965
|
+
* 集群ID
|
|
2960
2966
|
*/
|
|
2961
2967
|
InstanceId: string
|
|
2962
2968
|
/**
|
|
2963
|
-
*
|
|
2969
|
+
* 主题名称
|
|
2964
2970
|
*/
|
|
2965
2971
|
Topic: string
|
|
2966
2972
|
/**
|
|
@@ -3011,23 +3017,23 @@ export interface RoleItem {
|
|
|
3011
3017
|
/**
|
|
3012
3018
|
* 角色名称
|
|
3013
3019
|
*/
|
|
3014
|
-
RoleName
|
|
3020
|
+
RoleName: string
|
|
3015
3021
|
/**
|
|
3016
|
-
*
|
|
3022
|
+
* 是否开启消费
|
|
3017
3023
|
*/
|
|
3018
|
-
|
|
3024
|
+
PermRead: boolean
|
|
3019
3025
|
/**
|
|
3020
|
-
*
|
|
3026
|
+
* 是否开启生产
|
|
3021
3027
|
*/
|
|
3022
|
-
|
|
3028
|
+
PermWrite: boolean
|
|
3023
3029
|
/**
|
|
3024
|
-
*
|
|
3030
|
+
* Access Key
|
|
3025
3031
|
*/
|
|
3026
|
-
|
|
3032
|
+
AccessKey?: string
|
|
3027
3033
|
/**
|
|
3028
|
-
*
|
|
3034
|
+
* Secret Key
|
|
3029
3035
|
*/
|
|
3030
|
-
|
|
3036
|
+
SecretKey?: string
|
|
3031
3037
|
/**
|
|
3032
3038
|
* 备注信息
|
|
3033
3039
|
*/
|
|
@@ -3085,7 +3091,7 @@ export interface DescribeConsumerGroupListResponse {
|
|
|
3085
3091
|
*/
|
|
3086
3092
|
export interface ModifyMQTTUserRequest {
|
|
3087
3093
|
/**
|
|
3088
|
-
*
|
|
3094
|
+
* 集群ID
|
|
3089
3095
|
*/
|
|
3090
3096
|
InstanceId: string
|
|
3091
3097
|
/**
|
|
@@ -3129,11 +3135,11 @@ export interface CreateMQTTInsPublicEndpointRequest {
|
|
|
3129
3135
|
*/
|
|
3130
3136
|
export interface CreateMQTTTopicRequest {
|
|
3131
3137
|
/**
|
|
3132
|
-
*
|
|
3138
|
+
* 集群ID
|
|
3133
3139
|
*/
|
|
3134
3140
|
InstanceId: string
|
|
3135
3141
|
/**
|
|
3136
|
-
*
|
|
3142
|
+
* 主题名称
|
|
3137
3143
|
*/
|
|
3138
3144
|
Topic: string
|
|
3139
3145
|
/**
|
|
@@ -3208,7 +3214,7 @@ export interface DescribeMQTTTopicResponse {
|
|
|
3208
3214
|
*/
|
|
3209
3215
|
export interface DescribeInstanceRequest {
|
|
3210
3216
|
/**
|
|
3211
|
-
*
|
|
3217
|
+
* 集群ID
|
|
3212
3218
|
*/
|
|
3213
3219
|
InstanceId: string
|
|
3214
3220
|
}
|
|
@@ -1709,14 +1709,14 @@ export interface CreateVpnGatewaySslServerRequest {
|
|
|
1709
1709
|
* SSL-VPN-SERVER 实例名称,长度不超过60个字节。
|
|
1710
1710
|
*/
|
|
1711
1711
|
SslVpnServerName: string
|
|
1712
|
-
/**
|
|
1713
|
-
* 云端地址(CIDR)列表。
|
|
1714
|
-
*/
|
|
1715
|
-
LocalAddress: Array<string>
|
|
1716
1712
|
/**
|
|
1717
1713
|
* 客户端地址网段。
|
|
1718
1714
|
*/
|
|
1719
1715
|
RemoteAddress: string
|
|
1716
|
+
/**
|
|
1717
|
+
* 云端地址(CIDR)列表。
|
|
1718
|
+
*/
|
|
1719
|
+
LocalAddress?: Array<string>
|
|
1720
1720
|
/**
|
|
1721
1721
|
* SSL VPN服务端监听协议。当前仅支持 UDP,默认UDP。
|
|
1722
1722
|
*/
|
|
@@ -152,6 +152,7 @@ import {
|
|
|
152
152
|
SearchItem,
|
|
153
153
|
ApiPkg,
|
|
154
154
|
DescribeAreaBanSupportAreasResponse,
|
|
155
|
+
TigaMainClassMode,
|
|
155
156
|
AccessFieldValueRatioInfo,
|
|
156
157
|
DescribePortsRequest,
|
|
157
158
|
DescribeWafAutoDenyStatusResponse,
|
|
@@ -262,6 +263,7 @@ import {
|
|
|
262
263
|
ModifyBotStatusResponse,
|
|
263
264
|
ModifyCustomRuleStatusResponse,
|
|
264
265
|
DomainRuleId,
|
|
266
|
+
DescribeProtectionModesRequest,
|
|
265
267
|
PortItem,
|
|
266
268
|
DescribeCCAutoStatusResponse,
|
|
267
269
|
ModifyCustomRuleStatusRequest,
|
|
@@ -314,6 +316,7 @@ import {
|
|
|
314
316
|
ModifyDomainPostActionRequest,
|
|
315
317
|
BotPkg,
|
|
316
318
|
UpsertCCAutoStatusRequest,
|
|
319
|
+
DescribeProtectionModesResponse,
|
|
317
320
|
DescribeWafAutoDenyRulesResponse,
|
|
318
321
|
RefreshAccessCheckResultRequest,
|
|
319
322
|
IpHitItemsData,
|
|
@@ -684,13 +687,13 @@ export class Client extends AbstractClient {
|
|
|
684
687
|
}
|
|
685
688
|
|
|
686
689
|
/**
|
|
687
|
-
*
|
|
690
|
+
* 查询Tiga引擎大类规则及其防护模式
|
|
688
691
|
*/
|
|
689
|
-
async
|
|
690
|
-
req:
|
|
691
|
-
cb?: (error: string, rep:
|
|
692
|
-
): Promise<
|
|
693
|
-
return this.request("
|
|
692
|
+
async DescribeProtectionModes(
|
|
693
|
+
req: DescribeProtectionModesRequest,
|
|
694
|
+
cb?: (error: string, rep: DescribeProtectionModesResponse) => void
|
|
695
|
+
): Promise<DescribeProtectionModesResponse> {
|
|
696
|
+
return this.request("DescribeProtectionModes", req, cb)
|
|
694
697
|
}
|
|
695
698
|
|
|
696
699
|
/**
|
|
@@ -1758,6 +1761,16 @@ export class Client extends AbstractClient {
|
|
|
1758
1761
|
return this.request("DescribeCCRuleList", req, cb)
|
|
1759
1762
|
}
|
|
1760
1763
|
|
|
1764
|
+
/**
|
|
1765
|
+
* Waf CC V2 Delete接口
|
|
1766
|
+
*/
|
|
1767
|
+
async DeleteCCRule(
|
|
1768
|
+
req: DeleteCCRuleRequest,
|
|
1769
|
+
cb?: (error: string, rep: DeleteCCRuleResponse) => void
|
|
1770
|
+
): Promise<DeleteCCRuleResponse> {
|
|
1771
|
+
return this.request("DeleteCCRule", req, cb)
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1761
1774
|
/**
|
|
1762
1775
|
* clb-waf中添加防护域名
|
|
1763
1776
|
*/
|
|
@@ -3654,6 +3654,22 @@ export interface DescribeAreaBanSupportAreasResponse {
|
|
|
3654
3654
|
RequestId?: string
|
|
3655
3655
|
}
|
|
3656
3656
|
|
|
3657
|
+
/**
|
|
3658
|
+
* Tiga引擎中Mainclass的TypeID和防护模式
|
|
3659
|
+
*/
|
|
3660
|
+
export interface TigaMainClassMode {
|
|
3661
|
+
/**
|
|
3662
|
+
* MainclassID
|
|
3663
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3664
|
+
*/
|
|
3665
|
+
TypeID?: string
|
|
3666
|
+
/**
|
|
3667
|
+
* 防护模式,0表示观察,1表示拦截
|
|
3668
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3669
|
+
*/
|
|
3670
|
+
Mode?: number
|
|
3671
|
+
}
|
|
3672
|
+
|
|
3657
3673
|
/**
|
|
3658
3674
|
* DescribeAccessFastAnalysis接口的出参
|
|
3659
3675
|
*/
|
|
@@ -6608,6 +6624,20 @@ export interface DomainRuleId {
|
|
|
6608
6624
|
RuleId?: string
|
|
6609
6625
|
}
|
|
6610
6626
|
|
|
6627
|
+
/**
|
|
6628
|
+
* DescribeProtectionModes请求参数结构体
|
|
6629
|
+
*/
|
|
6630
|
+
export interface DescribeProtectionModesRequest {
|
|
6631
|
+
/**
|
|
6632
|
+
* sparta-waf或clb
|
|
6633
|
+
*/
|
|
6634
|
+
Edition: string
|
|
6635
|
+
/**
|
|
6636
|
+
* 域名
|
|
6637
|
+
*/
|
|
6638
|
+
Domain: string
|
|
6639
|
+
}
|
|
6640
|
+
|
|
6611
6641
|
/**
|
|
6612
6642
|
* 防护域名端口配置信息
|
|
6613
6643
|
*/
|
|
@@ -8031,6 +8061,20 @@ export interface UpsertCCAutoStatusRequest {
|
|
|
8031
8061
|
Edition?: string
|
|
8032
8062
|
}
|
|
8033
8063
|
|
|
8064
|
+
/**
|
|
8065
|
+
* DescribeProtectionModes返回参数结构体
|
|
8066
|
+
*/
|
|
8067
|
+
export interface DescribeProtectionModesResponse {
|
|
8068
|
+
/**
|
|
8069
|
+
* 规则大类ID及防护模式
|
|
8070
|
+
*/
|
|
8071
|
+
Modes?: Array<TigaMainClassMode>
|
|
8072
|
+
/**
|
|
8073
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8074
|
+
*/
|
|
8075
|
+
RequestId?: string
|
|
8076
|
+
}
|
|
8077
|
+
|
|
8034
8078
|
/**
|
|
8035
8079
|
* DescribeWafAutoDenyRules返回参数结构体
|
|
8036
8080
|
*/
|