tencentcloud-sdk-nodejs 4.0.731 → 4.0.733

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 (104) hide show
  1. package/CHANGELOG.md +274 -0
  2. package/SERVICE_CHANGELOG.md +251 -6
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/index.ts +2 -2
  7. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  8. package/src/services/chdfs/index.ts +2 -2
  9. package/src/services/cii/index.ts +2 -2
  10. package/src/services/cloudstudio/index.ts +2 -2
  11. package/src/services/cynosdb/v20190107/cynosdb_client.ts +13 -1
  12. package/src/services/cynosdb/v20190107/cynosdb_models.ts +52 -8
  13. package/src/services/ess/v20201111/ess_models.ts +1 -0
  14. package/src/services/essbasic/v20210526/essbasic_client.ts +17 -5
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +50 -24
  16. package/src/services/facefusion/index.ts +2 -2
  17. package/src/services/faceid/v20180301/faceid_client.ts +71 -58
  18. package/src/services/faceid/v20180301/faceid_models.ts +1592 -1526
  19. package/src/services/gaap/v20180529/gaap_models.ts +5 -0
  20. package/src/services/ims/index.ts +2 -2
  21. package/src/services/iotvideo/index.ts +4 -4
  22. package/src/services/live/v20180801/live_models.ts +9 -0
  23. package/src/services/monitor/v20180724/monitor_models.ts +2 -1
  24. package/src/services/ocr/v20181119/ocr_client.ts +1 -0
  25. package/src/services/ocr/v20181119/ocr_models.ts +35 -0
  26. package/src/services/omics/v20221128/omics_client.ts +3 -0
  27. package/src/services/omics/v20221128/omics_models.ts +74 -3
  28. package/src/services/organization/index.ts +2 -2
  29. package/src/services/sms/index.ts +2 -2
  30. package/src/services/sqlserver/v20180328/sqlserver_models.ts +9 -9
  31. package/src/services/tbp/index.ts +2 -2
  32. package/src/services/tem/index.ts +2 -2
  33. package/src/services/teo/v20220901/teo_models.ts +2 -2
  34. package/src/services/tione/index.ts +2 -2
  35. package/src/services/tms/index.ts +2 -2
  36. package/src/services/vm/index.ts +2 -2
  37. package/src/services/vrs/v20200824/vrs_models.ts +1 -1
  38. package/src/services/waf/v20180125/waf_client.ts +30 -18
  39. package/src/services/waf/v20180125/waf_models.ts +176 -66
  40. package/src/services/wedata/v20210820/wedata_client.ts +16 -0
  41. package/src/services/wedata/v20210820/wedata_models.ts +418 -0
  42. package/src/services/weilingwith/v20230427/weilingwith_client.ts +8 -3
  43. package/src/services/weilingwith/v20230427/weilingwith_models.ts +242 -9
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/bma/index.d.ts +4 -4
  47. package/tencentcloud/services/bma/index.js +2 -2
  48. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  49. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  50. package/tencentcloud/services/chdfs/index.js +2 -2
  51. package/tencentcloud/services/cii/index.d.ts +4 -4
  52. package/tencentcloud/services/cii/index.js +2 -2
  53. package/tencentcloud/services/cloudstudio/index.d.ts +4 -4
  54. package/tencentcloud/services/cloudstudio/index.js +2 -2
  55. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  57. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +50 -8
  58. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -0
  59. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +17 -5
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +17 -5
  61. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +50 -24
  62. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  63. package/tencentcloud/services/facefusion/index.js +2 -2
  64. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
  65. package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
  66. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1692 -1629
  67. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +5 -0
  68. package/tencentcloud/services/ims/index.d.ts +4 -4
  69. package/tencentcloud/services/ims/index.js +2 -2
  70. package/tencentcloud/services/iotvideo/index.d.ts +6 -6
  71. package/tencentcloud/services/iotvideo/index.js +4 -4
  72. package/tencentcloud/services/live/v20180801/live_models.d.ts +9 -0
  73. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -1
  74. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +34 -0
  75. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +71 -3
  76. package/tencentcloud/services/organization/index.d.ts +4 -4
  77. package/tencentcloud/services/organization/index.js +2 -2
  78. package/tencentcloud/services/sms/index.d.ts +4 -4
  79. package/tencentcloud/services/sms/index.js +2 -2
  80. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +9 -9
  81. package/tencentcloud/services/tbp/index.d.ts +4 -4
  82. package/tencentcloud/services/tbp/index.js +2 -2
  83. package/tencentcloud/services/tem/index.d.ts +4 -4
  84. package/tencentcloud/services/tem/index.js +2 -2
  85. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
  86. package/tencentcloud/services/tione/index.d.ts +4 -4
  87. package/tencentcloud/services/tione/index.js +2 -2
  88. package/tencentcloud/services/tms/index.d.ts +4 -4
  89. package/tencentcloud/services/tms/index.js +2 -2
  90. package/tencentcloud/services/vm/index.d.ts +4 -4
  91. package/tencentcloud/services/vm/index.js +2 -2
  92. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +1 -1
  93. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +10 -8
  94. package/tencentcloud/services/waf/v20180125/waf_client.js +13 -9
  95. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +170 -64
  96. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  97. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  98. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +412 -0
  99. package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +3 -3
  100. package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +237 -9
  101. package/test/cynosdb.v20190107.test.js +10 -0
  102. package/test/faceid.v20180301.test.js +10 -0
  103. package/test/waf.v20180125.test.js +20 -10
  104. package/test/wedata.v20210820.test.js +10 -0
@@ -5787,6 +5787,11 @@ CrossBorder表示跨境通道。
5787
5787
  注意:此字段可能返回 null,表示取不到有效值。
5788
5788
  */
5789
5789
  FeatureBitmap?: number
5790
+ /**
5791
+ * 是否是开启了auto scale的通道,0表示否,1表示是。
5792
+ 注意:此字段可能返回 null,表示取不到有效值。
5793
+ */
5794
+ IsAutoScaleProxy?: number
5790
5795
  }
5791
5796
 
5792
5797
  /**
@@ -1,7 +1,7 @@
1
- import { v20201229 } from "./v20201229"
2
1
  import { v20200713 } from "./v20200713"
2
+ import { v20201229 } from "./v20201229"
3
3
 
4
4
  export const ims = {
5
- v20201229: v20201229,
6
5
  v20200713: v20200713,
6
+ v20201229: v20201229,
7
7
  }
@@ -1,9 +1,9 @@
1
- import { v20201215 } from "./v20201215"
2
- import { v20211125 } from "./v20211125"
3
1
  import { v20191126 } from "./v20191126"
2
+ import { v20211125 } from "./v20211125"
3
+ import { v20201215 } from "./v20201215"
4
4
 
5
5
  export const iotvideo = {
6
- v20201215: v20201215,
7
- v20211125: v20211125,
8
6
  v20191126: v20191126,
7
+ v20211125: v20211125,
8
+ v20201215: v20201215,
9
9
  }
@@ -3139,6 +3139,11 @@ PullVodPushLive -点播。
3139
3139
  注意:启用本地模式后,会将源列表中的 MP4 文件进行本地下载,优先使用本地已下载文件进行推流,提高点播源推流稳定性。使用本地下载文件推流时,会产生增值费用。
3140
3140
  */
3141
3141
  VodLocalMode?: number
3142
+ /**
3143
+ * 新的目标地址。传空值,则取消该地址的推流。
3144
+ 传入新值,则替换原有地址。
3145
+ */
3146
+ BackupToUrl?: string
3142
3147
  }
3143
3148
 
3144
3149
  /**
@@ -5026,6 +5031,10 @@ PullVodPushLive -点播。
5026
5031
  * 录制模板 ID。
5027
5032
  */
5028
5033
  RecordTemplateId?: string
5034
+ /**
5035
+ * 新的目标地址,用于任务同时推两路场景。
5036
+ */
5037
+ BackupToUrl?: string
5029
5038
  }
5030
5039
 
5031
5040
  /**
@@ -10074,7 +10074,7 @@ export interface DescribeStatisticDataRequest {
10074
10074
  */
10075
10075
  Module: string
10076
10076
  /**
10077
- * 命名空间,目前只支持QCE/TKE2
10077
+ * 命名空间,目前支持QCE/TKE2(Conditions必填),QCE/KEEWIDB,QCE/CAMP
10078
10078
  */
10079
10079
  Namespace: string
10080
10080
  /**
@@ -10083,6 +10083,7 @@ export interface DescribeStatisticDataRequest {
10083
10083
  MetricNames: Array<string>
10084
10084
  /**
10085
10085
  * 维度条件,操作符支持=、in
10086
+ 配置文档参考:https://cloud.tencent.com/document/product/248/53821
10086
10087
  */
10087
10088
  Conditions?: Array<MidQueryCondition>
10088
10089
  /**
@@ -253,6 +253,7 @@ import {
253
253
  EnterpriseLicenseInfo,
254
254
  InsuranceBillOCRRequest,
255
255
  QrcodeOCRRequest,
256
+ MainlandTravelPermitBackInfos,
256
257
  TableCell,
257
258
  TableOCRResponse,
258
259
  DetectedWordCoordPoint,
@@ -1818,6 +1818,11 @@ export interface MainlandPermitOCRRequest {
1818
1818
  * 是否返回头像。默认不返回。
1819
1819
  */
1820
1820
  RetProfile?: boolean
1821
+ /**
1822
+ * 图片正反面
1823
+ FRONT:正面、BACK:反面,默认为FRONT
1824
+ */
1825
+ CardSide?: string
1821
1826
  }
1822
1827
 
1823
1828
  /**
@@ -7809,6 +7814,10 @@ export interface MainlandPermitOCRResponse {
7809
7814
  * RetProfile为True时返回头像字段, Base64编码
7810
7815
  */
7811
7816
  Profile?: string
7817
+ /**
7818
+ * 背面字段信息
7819
+ */
7820
+ MainlandTravelPermitBackInfos?: MainlandTravelPermitBackInfos
7812
7821
  /**
7813
7822
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7814
7823
  */
@@ -8280,6 +8289,32 @@ export interface QrcodeOCRRequest {
8280
8289
  ImageUrl?: string
8281
8290
  }
8282
8291
 
8292
+ /**
8293
+ * 港澳台来往内地通行证背面字段信息
8294
+ */
8295
+ export interface MainlandTravelPermitBackInfos {
8296
+ /**
8297
+ * String 证件类别, 如:台湾居民来往大陆通行证、港澳居民来往内地通行证。
8298
+ 注意:此字段可能返回 null,表示取不到有效值。
8299
+ */
8300
+ Type?: string
8301
+ /**
8302
+ * 卡证背面的中文姓名
8303
+ 注意:此字段可能返回 null,表示取不到有效值。
8304
+ */
8305
+ Name?: string
8306
+ /**
8307
+ * 卡证背面的身份证号码
8308
+ 注意:此字段可能返回 null,表示取不到有效值。
8309
+ */
8310
+ IDNumber?: string
8311
+ /**
8312
+ * 历史通行证号码
8313
+ 注意:此字段可能返回 null,表示取不到有效值。
8314
+ */
8315
+ HistoryNumber?: string
8316
+ }
8317
+
8283
8318
  /**
8284
8319
  * 单元格数据
8285
8320
  */
@@ -34,10 +34,13 @@ import {
34
34
  DescribeRunsRequest,
35
35
  Run,
36
36
  TableColumn,
37
+ SecurityGroupOption,
37
38
  DescribeTablesRowsRequest,
38
39
  DescribeEnvironmentsResponse,
40
+ LimitRange,
39
41
  DescribeTablesResponse,
40
42
  VPCOption,
43
+ ResourceQuota,
41
44
  RetryRunsRequest,
42
45
  ImportTableFileRequest,
43
46
  CacheInfo,
@@ -448,6 +448,16 @@ export interface TableColumn {
448
448
  DataType?: string
449
449
  }
450
450
 
451
+ /**
452
+ * 安全组配置。
453
+ */
454
+ export interface SecurityGroupOption {
455
+ /**
456
+ * 安全组ID。
457
+ */
458
+ SecurityGroupId: string
459
+ }
460
+
451
461
  /**
452
462
  * DescribeTablesRows请求参数结构体
453
463
  */
@@ -494,6 +504,22 @@ export interface DescribeEnvironmentsResponse {
494
504
  RequestId?: string
495
505
  }
496
506
 
507
+ /**
508
+ * 资源限制范围。
509
+ */
510
+ export interface LimitRange {
511
+ /**
512
+ * 最大CPU设置
513
+ 注意:此字段可能返回 null,表示取不到有效值。
514
+ */
515
+ MaxCPU?: string
516
+ /**
517
+ * 最大内存设置(单位:Mi,Gi,Ti,M,G,T)
518
+ 注意:此字段可能返回 null,表示取不到有效值。
519
+ */
520
+ MaxMemory?: string
521
+ }
522
+
497
523
  /**
498
524
  * DescribeTables返回参数结构体
499
525
  */
@@ -516,18 +542,47 @@ export interface DescribeTablesResponse {
516
542
  * 私有网络配置。
517
543
  */
518
544
  export interface VPCOption {
545
+ /**
546
+ * 私有网络ID(VPCId和VPCCIDRBlock必选其一。若使用VPCId,则使用现用私有网络;若使用VPCCIDRBlock,则创建新的私有网络)
547
+ */
548
+ VPCId?: string
549
+ /**
550
+ * 子网ID(SubnetId和SubnetZone&SubnetCIDRBlock必选其一。若使用SubnetId,则使用现用子网;若使用SubnetZone&SubnetCIDRBlock,则创建新的子网)
551
+ */
552
+ SubnetId?: string
519
553
  /**
520
554
  * 子网可用区。
521
555
  */
522
- SubnetZone: string
556
+ SubnetZone?: string
523
557
  /**
524
558
  * 私有网络CIDR。
525
559
  */
526
- VPCCIDRBlock: string
560
+ VPCCIDRBlock?: string
527
561
  /**
528
562
  * 子网CIDR。
529
563
  */
530
- SubnetCIDRBlock: string
564
+ SubnetCIDRBlock?: string
565
+ }
566
+
567
+ /**
568
+ * 资源配额。
569
+ */
570
+ export interface ResourceQuota {
571
+ /**
572
+ * CPU Limit设置。
573
+ 注意:此字段可能返回 null,表示取不到有效值。
574
+ */
575
+ CPULimit?: string
576
+ /**
577
+ * 内存Limit设置(单位:Mi,Gi,Ti,M,G,T)
578
+ 注意:此字段可能返回 null,表示取不到有效值。
579
+ */
580
+ MemoryLimit?: string
581
+ /**
582
+ * Pods数量设置
583
+ 注意:此字段可能返回 null,表示取不到有效值。
584
+ */
585
+ Pods?: string
531
586
  }
532
587
 
533
588
  /**
@@ -604,6 +659,14 @@ export interface ClusterOption {
604
659
  - KUBERNETES
605
660
  */
606
661
  Type: string
662
+ /**
663
+ * 资源配额。
664
+ */
665
+ ResourceQuota?: ResourceQuota
666
+ /**
667
+ * 限制范围。
668
+ */
669
+ LimitRange?: LimitRange
607
670
  }
608
671
 
609
672
  /**
@@ -964,6 +1027,10 @@ export interface EnvironmentConfig {
964
1027
  * 云服务器配置。
965
1028
  */
966
1029
  CVMOption: CVMOption
1030
+ /**
1031
+ * 安全组配置。
1032
+ */
1033
+ SecurityGroupOption?: SecurityGroupOption
967
1034
  }
968
1035
 
969
1036
  /**
@@ -1407,4 +1474,8 @@ export interface CreateEnvironmentRequest {
1407
1474
  * 环境描述。
1408
1475
  */
1409
1476
  Description?: string
1477
+ /**
1478
+ * 是否为默认环境。
1479
+ */
1480
+ IsDefault?: boolean
1410
1481
  }
@@ -1,7 +1,7 @@
1
- import { v20181225 } from "./v20181225"
2
1
  import { v20210331 } from "./v20210331"
2
+ import { v20181225 } from "./v20181225"
3
3
 
4
4
  export const organization = {
5
- v20181225: v20181225,
6
5
  v20210331: v20210331,
6
+ v20181225: v20181225,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20210111 } from "./v20210111"
2
1
  import { v20190711 } from "./v20190711"
2
+ import { v20210111 } from "./v20210111"
3
3
 
4
4
  export const sms = {
5
- v20210111: v20210111,
6
5
  v20190711: v20190711,
6
+ v20210111: v20210111,
7
7
  }
@@ -216,7 +216,7 @@ export interface ModifyBackupStrategyRequest {
216
216
  */
217
217
  BackupDay?: number
218
218
  /**
219
- * 备份模式,master_pkg-主节点上打包备份文件;master_no_pkg-主节点单库备份文件;slave_pkg-从节点上打包备份文件;slave_no_pkg-从节点上单库备份文件,从节点上备份只有在always on容灾模式下支持。
219
+ * 备份模式(必填),master_pkg-主节点上打包备份文件;master_no_pkg-主节点单库备份文件;slave_pkg-从节点上打包备份文件;slave_no_pkg-从节点上单库备份文件,从节点上备份只有在always on容灾模式下支持。
220
220
  */
221
221
  BackupModel?: string
222
222
  /**
@@ -224,7 +224,7 @@ export interface ModifyBackupStrategyRequest {
224
224
  */
225
225
  BackupCycle?: Array<number | bigint>
226
226
  /**
227
- * 数据(日志)备份保留时间,取值[3-1830]天,默认7天
227
+ * 数据(日志)备份保留天数(必填),取值[3-1830]天,默认7天
228
228
  */
229
229
  BackupSaveDays?: number
230
230
  /**
@@ -1926,7 +1926,7 @@ export interface ModifyAccountPrivilegeResponse {
1926
1926
  /**
1927
1927
  * 异步任务流程ID
1928
1928
  */
1929
- FlowId: number
1929
+ FlowId?: number
1930
1930
  /**
1931
1931
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1932
1932
  */
@@ -1942,15 +1942,15 @@ export interface RemoveBackupsRequest {
1942
1942
  */
1943
1943
  InstanceId: string
1944
1944
  /**
1945
- * 待删除的备份名称,备份名称可通过DescribeBackups接口的FileName字段获得。单次请求批量删除备份数不能超过10个。
1945
+ * 待删除的备份名称,备份名称可通过DescribeBackups接口的FileName字段获得,单次请求批量删除备份数不能超过10个。当StartTime、EndTime为空时,此字段必填。
1946
1946
  */
1947
1947
  BackupNames?: Array<string>
1948
1948
  /**
1949
- * 批量删除手动备份起始时间
1949
+ * 批量删除手动备份起始时间。当BackupNames为空时,此字段必填。
1950
1950
  */
1951
1951
  StartTime?: string
1952
1952
  /**
1953
- * 批量删除手动备份截止时间
1953
+ * 批量删除手动备份截止时间。当BackupNames为空时,此字段必填。
1954
1954
  */
1955
1955
  EndTime?: string
1956
1956
  }
@@ -5742,7 +5742,7 @@ export interface CreateAccountResponse {
5742
5742
  /**
5743
5743
  * 任务流ID
5744
5744
  */
5745
- FlowId: number
5745
+ FlowId?: number
5746
5746
  /**
5747
5747
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5748
5748
  */
@@ -5882,7 +5882,7 @@ export interface RestartDBInstanceResponse {
5882
5882
  /**
5883
5883
  * 异步任务流程ID
5884
5884
  */
5885
- FlowId: number
5885
+ FlowId?: number
5886
5886
  /**
5887
5887
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5888
5888
  */
@@ -6197,7 +6197,7 @@ export interface ModifyBackupNameRequest {
6197
6197
  */
6198
6198
  BackupName: string
6199
6199
  /**
6200
- * 要修改名称的备份ID,可通过 [DescribeBackups](https://cloud.tencent.com/document/product/238/19943) 接口获取。
6200
+ * 备份ID 可通过 [DescribeBackups](https://cloud.tencent.com/document/product/238/19943) 接口获取。当GroupId为空时,BackupId必填。
6201
6201
  */
6202
6202
  BackupId?: number
6203
6203
  /**
@@ -1,7 +1,7 @@
1
- import { v20190627 } from "./v20190627"
2
1
  import { v20190311 } from "./v20190311"
2
+ import { v20190627 } from "./v20190627"
3
3
 
4
4
  export const tbp = {
5
- v20190627: v20190627,
6
5
  v20190311: v20190311,
6
+ v20190627: v20190627,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20210701 } from "./v20210701"
2
1
  import { v20201221 } from "./v20201221"
2
+ import { v20210701 } from "./v20210701"
3
3
 
4
4
  export const tem = {
5
- v20210701: v20210701,
6
5
  v20201221: v20201221,
6
+ v20210701: v20210701,
7
7
  }
@@ -6963,7 +6963,7 @@ export interface CreateSecurityIPGroupResponse {
6963
6963
  */
6964
6964
  export interface CreateSharedCNAMEResponse {
6965
6965
  /**
6966
- * 共享 CNAME。格式为:<自定义前缀>+<ZoneId中的12位随机字符串>+"share.dnse[0-5].com"。
6966
+ * 共享 CNAME。格式为:`<自定义前缀>+<ZoneId中的12位随机字符串>+share.dnse[0-5].com`。
6967
6967
  */
6968
6968
  SharedCNAME?: string
6969
6969
  /**
@@ -7297,7 +7297,7 @@ export interface CreateSharedCNAMERequest {
7297
7297
  /**
7298
7298
  * 共享 CNAME 前缀。请输入合法的域名前缀,例如"test-api"、"test-api.com",限制输入 50 个字符。
7299
7299
 
7300
- 共享 CNAME 完整格式为:<自定义前缀>+<zoneid中的12位随机字符串>+"share.dnse[0-5].com"。
7300
+ 共享 CNAME 完整格式为:`<自定义前缀>+<zoneid中的12位随机字符串>+share.dnse[0-5].com`。
7301
7301
 
7302
7302
  例如前缀传入 example.com,EO 会为您创建共享 CNAME:example.com.sai2ig51kaa5.share.dnse2.com。
7303
7303
  */
@@ -1,7 +1,7 @@
1
- import { v20191022 } from "./v20191022"
2
1
  import { v20211111 } from "./v20211111"
2
+ import { v20191022 } from "./v20191022"
3
3
 
4
4
  export const tione = {
5
- v20191022: v20191022,
6
5
  v20211111: v20211111,
6
+ v20191022: v20191022,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20201229 } from "./v20201229"
2
1
  import { v20200713 } from "./v20200713"
2
+ import { v20201229 } from "./v20201229"
3
3
 
4
4
  export const tms = {
5
- v20201229: v20201229,
6
5
  v20200713: v20200713,
6
+ v20201229: v20201229,
7
7
  }
@@ -1,9 +1,9 @@
1
- import { v20201229 } from "./v20201229"
2
1
  import { v20200709 } from "./v20200709"
3
2
  import { v20210922 } from "./v20210922"
3
+ import { v20201229 } from "./v20201229"
4
4
 
5
5
  export const vm = {
6
- v20201229: v20201229,
7
6
  v20200709: v20200709,
8
7
  v20210922: v20210922,
8
+ v20201229: v20201229,
9
9
  }
@@ -370,7 +370,7 @@ export interface CreateVRSTaskRequest {
370
370
  */
371
371
  ModelType?: number
372
372
  /**
373
- * 任务类型 0:默认类型 1:轻量级复刻
373
+ * 任务类型 0:轻量版复刻
374
374
  默认为0
375
375
  */
376
376
  TaskType?: number
@@ -99,7 +99,6 @@ import {
99
99
  DescribeVipInfoRequest,
100
100
  DescribeFindDomainListResponse,
101
101
  DeleteSessionResponse,
102
- ModifyWafAutoDenyStatusResponse,
103
102
  DescribeAccessIndexResponse,
104
103
  ModifyUserSignatureRuleRequest,
105
104
  ModifyWafThreatenIntelligenceResponse,
@@ -125,10 +124,11 @@ import {
125
124
  DescribeUserCdcClbWafRegionsResponse,
126
125
  SwitchElasticModeResponse,
127
126
  AccessRuleInfo,
127
+ CCRuleLists,
128
128
  PostAttackDownloadTaskRequest,
129
129
  ModifyAntiFakeUrlStatusRequest,
130
130
  TLSCiphers,
131
- ModifyWafAutoDenyStatusRequest,
131
+ ResponseCode,
132
132
  ModifyAccessPeriodResponse,
133
133
  ModifyAttackWhiteRuleResponse,
134
134
  SearchAccessLogResponse,
@@ -200,6 +200,7 @@ import {
200
200
  DescribeInstancesResponse,
201
201
  AccessRuleTagInfo,
202
202
  IpAccessControlItem,
203
+ UpsertCCAutoStatusResponse,
203
204
  ModifyGenerateDealsResponse,
204
205
  UpsertSessionResponse,
205
206
  AccessLogItem,
@@ -230,7 +231,7 @@ import {
230
231
  DeleteDomainWhiteRulesResponse,
231
232
  DescribeAttackOverviewResponse,
232
233
  CacheUrlItem,
233
- AddCustomWhiteRuleRequest,
234
+ DescribeCCAutoStatusRequest,
234
235
  DescribeDomainDetailsClbRequest,
235
236
  DomainPackageNew,
236
237
  ModifyDomainsCLSStatusResponse,
@@ -271,6 +272,7 @@ import {
271
272
  VipInfo,
272
273
  DescribeAccessHistogramResponse,
273
274
  DescribeTopAttackDomainResponse,
275
+ AddCustomWhiteRuleRequest,
274
276
  Goods,
275
277
  UpsertIpAccessControlResponse,
276
278
  DescribeAccessHistogramRequest,
@@ -284,6 +286,7 @@ import {
284
286
  ModifyProtectionStatusResponse,
285
287
  DescribeDomainsRequest,
286
288
  BotPkg,
289
+ UpsertCCAutoStatusRequest,
287
290
  SearchAttackLogResponse,
288
291
  RefreshAccessCheckResultRequest,
289
292
  IpHitItemsData,
@@ -300,6 +303,7 @@ import {
300
303
  DescribeAntiInfoLeakRulesStrategyItem,
301
304
  BotStatPointItem,
302
305
  DescribeCiphersDetailRequest,
306
+ CCRuleItems,
303
307
  ModifyDomainIpv6StatusRequest,
304
308
  DescribeAntiInfoLeakageRulesResponse,
305
309
  GetAttackHistogramRequest,
@@ -316,6 +320,7 @@ import {
316
320
  AddSpartaProtectionRequest,
317
321
  ModifyModuleStatusResponse,
318
322
  AttackLogInfo,
323
+ DescribeCCAutoStatusResponse,
319
324
  DescribeAntiInfoLeakRulesRequest,
320
325
  LogHistogramInfo,
321
326
  DeleteDomainWhiteRulesRequest,
@@ -348,7 +353,6 @@ import {
348
353
  ModifyAntiFakeUrlRequest,
349
354
  ModifyInstanceElasticModeRequest,
350
355
  AutoDenyDetail,
351
- ResponseCode,
352
356
  DescribeWebshellStatusResponse,
353
357
  FindAllDomainDetail,
354
358
  DeleteAntiInfoLeakRuleRequest,
@@ -713,6 +717,16 @@ export class Client extends AbstractClient {
713
717
  return this.request("DescribeObjects", req, cb)
714
718
  }
715
719
 
720
+ /**
721
+ * Waf 斯巴达版本更新cc自动封堵状态
722
+ */
723
+ async UpsertCCAutoStatus(
724
+ req: UpsertCCAutoStatusRequest,
725
+ cb?: (error: string, rep: UpsertCCAutoStatusResponse) => void
726
+ ): Promise<UpsertCCAutoStatusResponse> {
727
+ return this.request("UpsertCCAutoStatus", req, cb)
728
+ }
729
+
716
730
  /**
717
731
  * 获取各个模块具体的规格限制
718
732
  */
@@ -774,16 +788,6 @@ export class Client extends AbstractClient {
774
788
  return this.request("GetAttackHistogram", req, cb)
775
789
  }
776
790
 
777
- /**
778
- * 配置WAF自动封禁模块状态
779
- */
780
- async ModifyWafAutoDenyStatus(
781
- req: ModifyWafAutoDenyStatusRequest,
782
- cb?: (error: string, rep: ModifyWafAutoDenyStatusResponse) => void
783
- ): Promise<ModifyWafAutoDenyStatusResponse> {
784
- return this.request("ModifyWafAutoDenyStatus", req, cb)
785
- }
786
-
787
791
  /**
788
792
  * 本接口用于修改访问日志保存期限及大字段是否存储
789
793
  */
@@ -906,10 +910,8 @@ export class Client extends AbstractClient {
906
910
  }
907
911
 
908
912
  /**
909
- * 没有在使用。
910
-
911
- Waf CC V2 Query接口
912
- */
913
+ * Waf CC V2 Query接口
914
+ */
913
915
  async DescribeCCRule(
914
916
  req: DescribeCCRuleRequest,
915
917
  cb?: (error: string, rep: DescribeCCRuleResponse) => void
@@ -1644,6 +1646,16 @@ Waf CC V2 Query接口
1644
1646
  return this.request("UpsertSession", req, cb)
1645
1647
  }
1646
1648
 
1649
+ /**
1650
+ * Waf 斯巴达版本查询cc自动封堵状态
1651
+ */
1652
+ async DescribeCCAutoStatus(
1653
+ req: DescribeCCAutoStatusRequest,
1654
+ cb?: (error: string, rep: DescribeCCAutoStatusResponse) => void
1655
+ ): Promise<DescribeCCAutoStatusResponse> {
1656
+ return this.request("DescribeCCAutoStatus", req, cb)
1657
+ }
1658
+
1647
1659
  /**
1648
1660
  * 获取用户特征规则列表
1649
1661
  */