tencentcloud-sdk-nodejs 4.0.1052 → 4.0.1053

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 (65) hide show
  1. package/package.json +1 -1
  2. package/src/common/sdk_version.ts +1 -1
  3. package/src/services/billing/v20180709/billing_models.ts +0 -123
  4. package/src/services/captcha/v20190722/captcha_models.ts +31 -40
  5. package/src/services/cdc/v20201214/cdc_models.ts +0 -6
  6. package/src/services/cvm/v20170312/cvm_client.ts +19 -5
  7. package/src/services/cvm/v20170312/cvm_models.ts +95 -38
  8. package/src/services/cwp/v20180228/cwp_models.ts +32 -12
  9. package/src/services/domain/v20180808/domain_models.ts +8 -12
  10. package/src/services/ess/v20201111/ess_client.ts +1 -0
  11. package/src/services/ess/v20201111/ess_models.ts +23 -1
  12. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -0
  13. package/src/services/essbasic/v20210526/essbasic_models.ts +25 -3
  14. package/src/services/hunyuan/v20230901/hunyuan_client.ts +2 -1
  15. package/src/services/hunyuan/v20230901/hunyuan_models.ts +33 -11
  16. package/src/services/lke/v20231130/lke_client.ts +1 -1
  17. package/src/services/mariadb/v20170312/mariadb_models.ts +4 -16
  18. package/src/services/mongodb/v20190725/mongodb_models.ts +3 -3
  19. package/src/services/redis/v20180412/redis_models.ts +4 -4
  20. package/src/services/ses/v20201002/ses_models.ts +1 -2
  21. package/src/services/tat/v20201028/tat_models.ts +5 -4
  22. package/src/services/tcb/v20180608/tcb_models.ts +1 -116
  23. package/src/services/tdmq/v20200217/tdmq_models.ts +19 -114
  24. package/src/services/teo/v20220901/teo_client.ts +17 -10
  25. package/src/services/teo/v20220901/teo_models.ts +77 -15
  26. package/src/services/trocket/v20230308/trocket_client.ts +12 -0
  27. package/src/services/trocket/v20230308/trocket_models.ts +32 -0
  28. package/src/services/trro/v20220325/trro_client.ts +14 -0
  29. package/src/services/trro/v20220325/trro_models.ts +44 -0
  30. package/src/services/waf/v20180125/waf_client.ts +40 -3
  31. package/src/services/waf/v20180125/waf_models.ts +120 -6
  32. package/tencentcloud/common/sdk_version.d.ts +1 -1
  33. package/tencentcloud/common/sdk_version.js +1 -1
  34. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +0 -123
  35. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +31 -40
  36. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +0 -6
  37. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +5 -1
  38. package/tencentcloud/services/cvm/v20170312/cvm_client.js +6 -0
  39. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +91 -38
  40. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +32 -12
  41. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +8 -12
  42. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +22 -1
  43. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +24 -3
  44. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +32 -11
  45. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -1
  46. package/tencentcloud/services/lke/v20231130/lke_client.js +1 -1
  47. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +4 -16
  48. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +3 -3
  49. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +4 -4
  50. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -3
  51. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +5 -4
  52. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +1 -116
  53. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +19 -114
  54. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +9 -5
  55. package/tencentcloud/services/teo/v20220901/teo_client.js +8 -4
  56. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +74 -15
  57. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +5 -1
  58. package/tencentcloud/services/trocket/v20230308/trocket_client.js +6 -0
  59. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +30 -0
  60. package/tencentcloud/services/trro/v20220325/trro_client.d.ts +7 -1
  61. package/tencentcloud/services/trro/v20220325/trro_client.js +8 -0
  62. package/tencentcloud/services/trro/v20220325/trro_models.d.ts +42 -0
  63. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +13 -1
  64. package/tencentcloud/services/waf/v20180125/waf_client.js +18 -0
  65. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +113 -6
@@ -1868,6 +1868,16 @@ export interface ModifyApiSecEventChangeRequest {
1868
1868
  UpdateApiRemark?: boolean
1869
1869
  }
1870
1870
 
1871
+ /**
1872
+ * DescribePostCLSFlows请求参数结构体
1873
+ */
1874
+ export interface DescribePostCLSFlowsRequest {
1875
+ /**
1876
+ * 1-访问日志,2-攻击日志,默认为访问日志。
1877
+ */
1878
+ LogType?: number
1879
+ }
1880
+
1871
1881
  /**
1872
1882
  * 规则执行的时间结构体
1873
1883
  */
@@ -2018,6 +2028,20 @@ export interface ModifyInstanceElasticModeResponse {
2018
2028
  RequestId?: string
2019
2029
  }
2020
2030
 
2031
+ /**
2032
+ * DescribePostCLSFlows返回参数结构体
2033
+ */
2034
+ export interface DescribePostCLSFlowsResponse {
2035
+ /**
2036
+ * 客户的投递流列表
2037
+ */
2038
+ PostCLSFlows?: Array<PostCLSFlowInfo>
2039
+ /**
2040
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2041
+ */
2042
+ RequestId?: string
2043
+ }
2044
+
2021
2045
  /**
2022
2046
  * 需要开启/关闭API安全的 实例+域名 组合实体
2023
2047
  */
@@ -2507,6 +2531,44 @@ export interface LoadBalancer {
2507
2531
  LoadBalancerDomain?: string
2508
2532
  }
2509
2533
 
2534
+ /**
2535
+ * CKafka投递流
2536
+ */
2537
+ export interface PostCLSFlowInfo {
2538
+ /**
2539
+ * 投递流唯一ID
2540
+ */
2541
+ FlowId?: number
2542
+ /**
2543
+ * 1-访问日志 2-攻击日志
2544
+ */
2545
+ LogType?: number
2546
+ /**
2547
+ * 状态 0-为关闭 1-为启用
2548
+ */
2549
+ Status?: number
2550
+ /**
2551
+ * CLS所在区域
2552
+ */
2553
+ CLSRegion?: string
2554
+ /**
2555
+ * CLS日志集合名称
2556
+ */
2557
+ LogsetName?: string
2558
+ /**
2559
+ * CLS日志集合ID
2560
+ */
2561
+ LogsetID?: string
2562
+ /**
2563
+ * CLS日志主题名称
2564
+ */
2565
+ LogTopicName?: string
2566
+ /**
2567
+ * CLS日志集合ID
2568
+ */
2569
+ LogTopicID?: string
2570
+ }
2571
+
2510
2572
  /**
2511
2573
  * CDC场景下负载均衡WAF的集群信息
2512
2574
  */
@@ -2725,6 +2787,16 @@ export interface DeleteAttackWhiteRuleRequest {
2725
2787
  Domain: string
2726
2788
  }
2727
2789
 
2790
+ /**
2791
+ * CreatePostCLSFlow返回参数结构体
2792
+ */
2793
+ export interface CreatePostCLSFlowResponse {
2794
+ /**
2795
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2796
+ */
2797
+ RequestId?: string
2798
+ }
2799
+
2728
2800
  /**
2729
2801
  * DescribeHosts返回参数结构体
2730
2802
  */
@@ -4787,9 +4859,9 @@ export interface DescribeUserSignatureRuleRequest {
4787
4859
  }
4788
4860
 
4789
4861
  /**
4790
- * ModifyAreaBanRule返回参数结构体
4862
+ * ModifyProtectionStatus返回参数结构体
4791
4863
  */
4792
- export interface ModifyAreaBanRuleResponse {
4864
+ export interface ModifyProtectionStatusResponse {
4793
4865
  /**
4794
4866
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4795
4867
  */
@@ -5586,6 +5658,16 @@ export interface IpAccessControlItem {
5586
5658
  JobDateTime?: JobDateTime
5587
5659
  }
5588
5660
 
5661
+ /**
5662
+ * DestroyPostCLSFlow返回参数结构体
5663
+ */
5664
+ export interface DestroyPostCLSFlowResponse {
5665
+ /**
5666
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5667
+ */
5668
+ RequestId?: string
5669
+ }
5670
+
5589
5671
  /**
5590
5672
  * UpsertCCAutoStatus返回参数结构体
5591
5673
  */
@@ -7919,9 +8001,9 @@ export interface UpsertCCRuleRequest {
7919
8001
  }
7920
8002
 
7921
8003
  /**
7922
- * ModifyProtectionStatus返回参数结构体
8004
+ * ModifyAreaBanRule返回参数结构体
7923
8005
  */
7924
- export interface ModifyProtectionStatusResponse {
8006
+ export interface ModifyAreaBanRuleResponse {
7925
8007
  /**
7926
8008
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7927
8009
  */
@@ -8574,9 +8656,22 @@ export interface BotStatPointItem {
8574
8656
  }
8575
8657
 
8576
8658
  /**
8577
- * DescribeCiphersDetail请求参数结构体
8659
+ * CreatePostCLSFlow请求参数结构体
8578
8660
  */
8579
- export type DescribeCiphersDetailRequest = null
8661
+ export interface CreatePostCLSFlowRequest {
8662
+ /**
8663
+ * 投递的CLS所在区域,默认为ap-shanghai
8664
+ */
8665
+ CLSRegion?: string
8666
+ /**
8667
+ * 投递的CLS所在日志集合名称,默认为 waf_post_logset
8668
+ */
8669
+ LogsetName?: string
8670
+ /**
8671
+ * 1-访问日志,2-攻击日志,默认为访问日志。
8672
+ */
8673
+ LogType?: number
8674
+ }
8580
8675
 
8581
8676
  /**
8582
8677
  * CC规则详情
@@ -9882,6 +9977,20 @@ export interface BotQPS {
9882
9977
  RenewFlag: number
9883
9978
  }
9884
9979
 
9980
+ /**
9981
+ * DestroyPostCLSFlow请求参数结构体
9982
+ */
9983
+ export interface DestroyPostCLSFlowRequest {
9984
+ /**
9985
+ * 投递流的流ID
9986
+ */
9987
+ FlowId: number
9988
+ /**
9989
+ * 1-访问日志,2-攻击日志,默认为访问日志。
9990
+ */
9991
+ LogType?: number
9992
+ }
9993
+
9885
9994
  /**
9886
9995
  * DescribeApiDetail请求参数结构体
9887
9996
  */
@@ -10008,6 +10117,11 @@ export interface TLSCiphers {
10008
10117
  CipherName?: string
10009
10118
  }
10010
10119
 
10120
+ /**
10121
+ * DescribeCiphersDetail请求参数结构体
10122
+ */
10123
+ export type DescribeCiphersDetailRequest = null
10124
+
10011
10125
  /**
10012
10126
  * DescribeDomainVerifyResult返回参数结构体
10013
10127
  */
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.1052";
1
+ export declare const sdkVersion = "4.0.1053";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.0.1052";
4
+ exports.sdkVersion = "4.0.1053";