tencentcloud-sdk-nodejs-cfw 4.1.288 → 4.1.303

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-cfw",
3
- "version": "4.1.288",
3
+ "version": "4.1.303",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -49,7 +49,6 @@
49
49
  "@types/json-bigint": "^1.0.1",
50
50
  "@types/node": "^18.0.0",
51
51
  "@types/node-fetch": "^2.5.7",
52
- "@types/uuid": "^9.0.8",
53
52
  "@typescript-eslint/eslint-plugin": "^2.34.0",
54
53
  "@typescript-eslint/parser": "^2.34.0",
55
54
  "babel-eslint": "^10.0.2",
@@ -1529,7 +1529,65 @@ export interface DescribeTableStatusRequest {
1529
1529
  /**
1530
1530
  * IPS规则展示字段相关结构
1531
1531
  */
1532
- export type IpsRuleDetailNew = null;
1532
+ export interface IpsRuleDetailNew {
1533
+ /**
1534
+ * <p>规则ID</p>
1535
+ */
1536
+ RuleID?: string;
1537
+ /**
1538
+ * <p>规则名称</p>
1539
+ */
1540
+ EventName?: string;
1541
+ /**
1542
+ * <p>规则描述</p>
1543
+ */
1544
+ EventNameDesc?: string;
1545
+ /**
1546
+ * <p>规则类型</p>
1547
+ */
1548
+ Category?: string;
1549
+ /**
1550
+ * <p>置信度</p>
1551
+ */
1552
+ Confidence?: string;
1553
+ /**
1554
+ * <p>自增id</p>
1555
+ */
1556
+ Id?: number;
1557
+ /**
1558
+ * <p>漏洞对象</p>
1559
+ */
1560
+ VulTarget?: string;
1561
+ /**
1562
+ * <p>漏洞编号</p>
1563
+ */
1564
+ Cve?: string;
1565
+ /**
1566
+ * <p>状态 0 关闭 1打开</p>
1567
+ */
1568
+ Status?: number;
1569
+ /**
1570
+ * <p>0观察, 1阻断</p>
1571
+ */
1572
+ Action?: number;
1573
+ /**
1574
+ * <p>默认策略</p>
1575
+ */
1576
+ DefaultAction?: number;
1577
+ /**
1578
+ * <p>基础防御/虚拟补丁</p>
1579
+ */
1580
+ RuleType?: number;
1581
+ /**
1582
+ * <p>危险等级</p>
1583
+ */
1584
+ Level?: string;
1585
+ /**
1586
+ * <p>FwType字段 1 border 2 nat 4 vpc</p>
1587
+ 注意:此字段可能返回 null,表示取不到有效值。
1588
+ */
1589
+ FwType?: number;
1590
+ }
1533
1591
  /**
1534
1592
  * ModifyAddressTemplate返回参数结构体
1535
1593
  */
@@ -4473,37 +4531,41 @@ export interface DescribeNatFwClusterRegionStatusRequest {
4473
4531
  */
4474
4532
  export interface DescribeAddressTemplateListRequest {
4475
4533
  /**
4476
- * 偏移量,分页用
4534
+ * <p>偏移量,分页用</p>
4477
4535
  */
4478
4536
  Offset?: number;
4479
4537
  /**
4480
- * 条数,分页用
4538
+ * <p>条数,分页用</p>
4481
4539
  */
4482
4540
  Limit?: number;
4483
4541
  /**
4484
- * 排序字段,取值:UpdateTime最近更新时间,RulesNum关联规则数
4542
+ * <p>排序字段,取值:UpdateTime最近更新时间,RulesNum关联规则数</p>
4485
4543
  */
4486
4544
  By?: string;
4487
4545
  /**
4488
- * 排序,取值 :asc正序,desc逆序
4546
+ * <p>排序,取值 :asc正序,desc逆序</p>
4489
4547
  */
4490
4548
  Order?: string;
4491
4549
  /**
4492
- * 搜索值
4550
+ * <p>搜索值</p>
4493
4551
  */
4494
4552
  SearchValue?: string;
4495
4553
  /**
4496
- * 检索地址模板唯一id
4554
+ * <p>检索地址模板唯一id</p>
4497
4555
  */
4498
4556
  Uuid?: string;
4499
4557
  /**
4500
- * 模板类型,取值:1:ip模板,5:域名模板,6:协议端口模板
4558
+ * <p>模板类型,取值:1:ip模板,5:域名模板,6:协议端口模板</p>
4501
4559
  */
4502
4560
  TemplateType?: string;
4503
4561
  /**
4504
- * 模板Id
4562
+ * <p>模板Id</p>
4505
4563
  */
4506
4564
  TemplateId?: string;
4565
+ /**
4566
+ * <p>模板来源</p>
4567
+ */
4568
+ SourceType?: string;
4507
4569
  }
4508
4570
  /**
4509
4571
  * RemoveAclRule请求参数结构体
@@ -5505,37 +5567,41 @@ export interface StorageHistogram {
5505
5567
  */
5506
5568
  export interface DescribeAddressTemplateListResponse {
5507
5569
  /**
5508
- * 模板总数
5570
+ * <p>模板总数</p>
5509
5571
  */
5510
5572
  Total?: number;
5511
5573
  /**
5512
- * 模板列表数据
5574
+ * <p>模板列表数据</p>
5513
5575
  */
5514
5576
  Data?: Array<TemplateListInfo>;
5515
5577
  /**
5516
- * 模板名称列表
5578
+ * <p>模板名称列表</p>
5517
5579
  */
5518
5580
  NameList?: Array<string>;
5519
5581
  /**
5520
- * Ip地址模板数量
5582
+ * <p>Ip地址模板数量</p>
5521
5583
  */
5522
5584
  IpTemplateCount?: number;
5523
5585
  /**
5524
- * 域名地址模板数量
5586
+ * <p>域名地址模板数量</p>
5525
5587
  */
5526
5588
  DomainTemplateCount?: number;
5527
5589
  /**
5528
- * 协议端口模板数量
5590
+ * <p>协议端口模板数量</p>
5529
5591
  */
5530
5592
  PortTemplateCount?: number;
5531
5593
  /**
5532
- * 已使用的地址模板数
5594
+ * <p>已使用的地址模板数</p>
5533
5595
  */
5534
5596
  UsedTemplateCount?: number;
5535
5597
  /**
5536
- * 地址模板配额数量
5598
+ * <p>地址模板配额数量</p>
5537
5599
  */
5538
5600
  TemplateQuotaCount?: number;
5601
+ /**
5602
+ * <p>容器服务地址模板数量</p>
5603
+ */
5604
+ TkeTemplateCount?: number;
5539
5605
  /**
5540
5606
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5541
5607
  */
@@ -7448,51 +7514,51 @@ export interface CreateDatabaseWhiteListRulesRequest {
7448
7514
  */
7449
7515
  export interface TemplateListInfo {
7450
7516
  /**
7451
- * 模板ID
7517
+ * <p>模板ID</p>
7452
7518
  */
7453
7519
  Uuid?: string;
7454
7520
  /**
7455
- * 模板名称
7521
+ * <p>模板名称</p>
7456
7522
  */
7457
7523
  Name?: string;
7458
7524
  /**
7459
- * 描述
7525
+ * <p>描述</p>
7460
7526
  */
7461
7527
  Detail?: string;
7462
7528
  /**
7463
- * IP模板
7529
+ * <p>IP模板</p>
7464
7530
  */
7465
7531
  IpString?: string;
7466
7532
  /**
7467
- * 插入时间
7533
+ * <p>插入时间</p>
7468
7534
  */
7469
7535
  InsertTime?: string;
7470
7536
  /**
7471
- * 修改时间
7537
+ * <p>修改时间</p>
7472
7538
  */
7473
7539
  UpdateTime?: string;
7474
7540
  /**
7475
- * 模板类型
7541
+ * <p>模板类型</p>
7476
7542
  */
7477
7543
  Type?: number;
7478
7544
  /**
7479
- * 关联规则条数
7545
+ * <p>关联规则条数</p>
7480
7546
  */
7481
7547
  RulesNum?: number;
7482
7548
  /**
7483
- * 模板Id
7549
+ * <p>模板Id</p>
7484
7550
  */
7485
7551
  TemplateId?: string;
7486
7552
  /**
7487
- * 协议端口模板,协议类型,4:4层协议,7:7层协议
7553
+ * <p>协议端口模板,协议类型,4:4层协议,7:7层协议</p>
7488
7554
  */
7489
7555
  ProtocolType?: string;
7490
7556
  /**
7491
- * 模板包含地址数量
7557
+ * <p>模板包含地址数量</p>
7492
7558
  */
7493
7559
  IPNum?: number;
7494
7560
  /**
7495
- * IP版本,0,IPv4;1,IPv6
7561
+ * <p>IP版本,0,IPv4;1,IPv6</p>
7496
7562
  */
7497
7563
  IpVersion?: number;
7498
7564
  }
@@ -8205,26 +8271,26 @@ export interface DescribeIpsModeSwitchResponse {
8205
8271
  */
8206
8272
  export interface DescribeIpsRuleListNewResponse {
8207
8273
  /**
8208
- * 总条数
8274
+ * <p>总条数</p>
8209
8275
  */
8210
- Total: number;
8276
+ Total?: number;
8211
8277
  /**
8212
- * 规则详情
8278
+ * <p>规则详情</p>
8213
8279
  */
8214
- Data: Array<IpsRuleDetailNew>;
8280
+ Data?: Array<IpsRuleDetailNew>;
8215
8281
  /**
8216
- * 返回状态码 0 成功 非0不成功
8282
+ * <p>返回状态码 0 成功 非0不成功</p>
8217
8283
  */
8218
- ReturnCode: number;
8284
+ ReturnCode?: number;
8219
8285
  /**
8220
- * 返回信息 success 成功 其他 不成功
8286
+ * <p>返回信息 success 成功 其他 不成功</p>
8221
8287
  */
8222
- ReturnMsg: string;
8288
+ ReturnMsg?: string;
8223
8289
  /**
8224
- * 字段类型
8290
+ * <p>字段类型</p>
8225
8291
  注意:此字段可能返回 null,表示取不到有效值。
8226
8292
  */
8227
- Category: Array<string>;
8293
+ Category?: Array<string>;
8228
8294
  /**
8229
8295
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8230
8296
  */
@@ -8235,27 +8301,27 @@ export interface DescribeIpsRuleListNewResponse {
8235
8301
  */
8236
8302
  export interface DescribeIpsRuleListNewRequest {
8237
8303
  /**
8238
- * 每页条数
8304
+ * <p>每页条数</p>
8239
8305
  */
8240
8306
  Limit: number;
8241
8307
  /**
8242
- * 偏移值
8308
+ * <p>偏移值</p>
8243
8309
  */
8244
8310
  Offset: number;
8245
8311
  /**
8246
- * 需要查询的索引,特定场景使用,可不填
8312
+ * <p>需要查询的索引,特定场景使用,可不填</p>
8247
8313
  */
8248
8314
  Index?: string;
8249
8315
  /**
8250
- * 过滤条件组合
8316
+ * <p>过滤条件组合</p>
8251
8317
  */
8252
8318
  Filters?: Array<CommonFilter>;
8253
8319
  /**
8254
- * desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值
8320
+ * <p>desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值</p>
8255
8321
  */
8256
8322
  Order?: string;
8257
8323
  /**
8258
- * 排序所用到的字段
8324
+ * <p>排序所用到的字段</p>
8259
8325
  */
8260
8326
  By?: string;
8261
8327
  }