@alicloud/waf-openapi20211001 4.0.0 → 4.0.1

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/dist/client.d.ts CHANGED
@@ -331,10 +331,9 @@ export declare class CreateApiExportRequest extends $tea.Model {
331
331
  param?: string;
332
332
  /**
333
333
  * @remarks
334
- * The region in which the Web Application Firewall (WAF) instance is deployed. Valid values:
335
- *
336
- * - **cn** (default): Chinese mainland.
337
- * - **cn-hongkong**: outside the Chinese mainland.
334
+ * Language type. Valid values:
335
+ * - **cn**: Chinese.
336
+ * - **en**: English.
338
337
  *
339
338
  * @example
340
339
  * cn
@@ -1748,6 +1747,7 @@ export declare class DeleteApisecAbnormalsRequest extends $tea.Model {
1748
1747
  /**
1749
1748
  * @remarks
1750
1749
  * The ID of the hybrid cloud cluster.
1750
+ * >For hybrid cloud scenarios only, you can call the [DescribeHybridCloudClusters](https://help.aliyun.com/document_detail/2849376.html) operation to query the hybrid cloud clusters.
1751
1751
  *
1752
1752
  * @example
1753
1753
  * 428
@@ -1778,7 +1778,7 @@ export declare class DeleteApisecAbnormalsRequest extends $tea.Model {
1778
1778
  regionId?: string;
1779
1779
  /**
1780
1780
  * @remarks
1781
- * The ID of the Alibaba Cloud resource group.
1781
+ * 阿里云资源组ID
1782
1782
  *
1783
1783
  * @example
1784
1784
  * rg-acfm***q
@@ -1833,6 +1833,7 @@ export declare class DeleteApisecEventsRequest extends $tea.Model {
1833
1833
  /**
1834
1834
  * @remarks
1835
1835
  * The ID of the hybrid cloud cluster.
1836
+ * >For hybrid cloud scenarios only, you can call the [DescribeHybridCloudClusters](https://help.aliyun.com/document_detail/2849376.html) operation to query the hybrid cloud clusters.
1836
1837
  *
1837
1838
  * @example
1838
1839
  * 428
@@ -1870,7 +1871,7 @@ export declare class DeleteApisecEventsRequest extends $tea.Model {
1870
1871
  regionId?: string;
1871
1872
  /**
1872
1873
  * @remarks
1873
- * The ID of the Alibaba Cloud resource group.
1874
+ * 阿里云资源组ID
1874
1875
  *
1875
1876
  * @example
1876
1877
  * rg-acfm***q
@@ -2714,7 +2715,9 @@ export declare class DescribeAccountDelegatedStatusResponse extends $tea.Model {
2714
2715
  export declare class DescribeApiExportsRequest extends $tea.Model {
2715
2716
  /**
2716
2717
  * @remarks
2717
- * The returned data export tasks.
2718
+ * The ID of the Web Application Firewall (WAF) instance.
2719
+ *
2720
+ * > You can call the [DescribeInstance](https://help.aliyun.com/document_detail/433756.html) operation to query the ID of the WAF instance.
2718
2721
  *
2719
2722
  * This parameter is required.
2720
2723
  *
@@ -2724,7 +2727,10 @@ export declare class DescribeApiExportsRequest extends $tea.Model {
2724
2727
  instanceId?: string;
2725
2728
  /**
2726
2729
  * @remarks
2727
- * The response parameters.
2730
+ * Language type. Valid values:
2731
+ *
2732
+ * - **cn**: Chinese.
2733
+ * - **en**: English.
2728
2734
  *
2729
2735
  * @example
2730
2736
  * zh
@@ -2732,7 +2738,7 @@ export declare class DescribeApiExportsRequest extends $tea.Model {
2732
2738
  lang?: string;
2733
2739
  /**
2734
2740
  * @remarks
2735
- * The request ID.
2741
+ * The page number. Default value: **1**.
2736
2742
  *
2737
2743
  * @example
2738
2744
  * 1
@@ -2740,7 +2746,7 @@ export declare class DescribeApiExportsRequest extends $tea.Model {
2740
2746
  pageNumber?: number;
2741
2747
  /**
2742
2748
  * @remarks
2743
- * The total number of entries returned.
2749
+ * The number of entries to return on each page. Default value: **10**.
2744
2750
  *
2745
2751
  * @example
2746
2752
  * 10
@@ -2748,7 +2754,10 @@ export declare class DescribeApiExportsRequest extends $tea.Model {
2748
2754
  pageSize?: number;
2749
2755
  /**
2750
2756
  * @remarks
2751
- * The returned data export task.
2757
+ * The region ID of the Web Application Firewall (WAF) instance. Valid values:
2758
+ *
2759
+ * * **cn-hangzhou**: Chinese mainland.
2760
+ * * **ap-southeast-1**: outside the Chinese mainland.
2752
2761
  *
2753
2762
  * @example
2754
2763
  * cn-hangzhou
@@ -2756,7 +2765,7 @@ export declare class DescribeApiExportsRequest extends $tea.Model {
2756
2765
  regionId?: string;
2757
2766
  /**
2758
2767
  * @remarks
2759
- * The name of the file.
2768
+ * The ID of the Alibaba Cloud resource group.
2760
2769
  *
2761
2770
  * @example
2762
2771
  * rg-acfm***q
@@ -2775,12 +2784,12 @@ export declare class DescribeApiExportsRequest extends $tea.Model {
2775
2784
  export declare class DescribeApiExportsResponseBody extends $tea.Model {
2776
2785
  /**
2777
2786
  * @remarks
2778
- * The time when the data export task was created. The value is a UNIX timestamp displayed in UTC. Unit: seconds.
2787
+ * The returned data export tasks.
2779
2788
  */
2780
2789
  apiExports?: DescribeApiExportsResponseBodyApiExports[];
2781
2790
  /**
2782
2791
  * @remarks
2783
- * The format of the exported file.
2792
+ * The request ID.
2784
2793
  *
2785
2794
  * @example
2786
2795
  * D9532525-E885-54E7-A178-D5554D563AFB
@@ -2828,6 +2837,7 @@ export declare class DescribeApisecAbnormalDomainStatisticRequest extends $tea.M
2828
2837
  /**
2829
2838
  * @remarks
2830
2839
  * The ID of the hybrid cloud cluster.
2840
+ * >For hybrid cloud scenarios only, you can call the [DescribeHybridCloudClusters](https://help.aliyun.com/document_detail/2849376.html) operation to query the hybrid cloud clusters.
2831
2841
  *
2832
2842
  * @example
2833
2843
  * 428
@@ -2835,7 +2845,7 @@ export declare class DescribeApisecAbnormalDomainStatisticRequest extends $tea.M
2835
2845
  clusterId?: string;
2836
2846
  /**
2837
2847
  * @remarks
2838
- * The end of the time range to query.
2848
+ * The end of the time range to query. Specify a UNIX timestamp in UTC. Unit: seconds.
2839
2849
  *
2840
2850
  * @example
2841
2851
  * 1687313820
@@ -2855,10 +2865,10 @@ export declare class DescribeApisecAbnormalDomainStatisticRequest extends $tea.M
2855
2865
  instanceId?: string;
2856
2866
  /**
2857
2867
  * @remarks
2858
- * The sorting order.
2868
+ * The sorting order. Valid values:
2859
2869
  *
2860
- * * asc: ascending order.
2861
- * * desc: descending order.
2870
+ * - **asc**: ascending order.
2871
+ * - **desc**: descending order.
2862
2872
  *
2863
2873
  * @example
2864
2874
  * desc
@@ -2874,10 +2884,10 @@ export declare class DescribeApisecAbnormalDomainStatisticRequest extends $tea.M
2874
2884
  pageNumber?: number;
2875
2885
  /**
2876
2886
  * @remarks
2877
- * The number of entries per page. Default value: **10**.
2887
+ * The number of entries per page. Default value: **5**.
2878
2888
  *
2879
2889
  * @example
2880
- * 10
2890
+ * 5
2881
2891
  */
2882
2892
  pageSize?: number;
2883
2893
  /**
@@ -2901,7 +2911,7 @@ export declare class DescribeApisecAbnormalDomainStatisticRequest extends $tea.M
2901
2911
  resourceManagerResourceGroupId?: string;
2902
2912
  /**
2903
2913
  * @remarks
2904
- * The beginning of the time range to query.
2914
+ * The beginning of the time range to query. Specify a UNIX timestamp in UTC. Unit: seconds.
2905
2915
  *
2906
2916
  * @example
2907
2917
  * 1682571600
@@ -2925,7 +2935,7 @@ export declare class DescribeApisecAbnormalDomainStatisticResponseBody extends $
2925
2935
  data?: DescribeApisecAbnormalDomainStatisticResponseBodyData[];
2926
2936
  /**
2927
2937
  * @remarks
2928
- * Id of the request
2938
+ * Id of the request.
2929
2939
  *
2930
2940
  * @example
2931
2941
  * 66A98669-CC6E-4F3E-80A6-3014***B11AE
@@ -2990,7 +3000,7 @@ export declare class DescribeApisecAbnormalsRequest extends $tea.Model {
2990
3000
  * @remarks
2991
3001
  * The type of the risk.
2992
3002
  *
2993
- * > You can call the [DescribeApisecRules](~~DescribeApisecRules~~) operation to query the supported types of risks.
3003
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of risks.
2994
3004
  *
2995
3005
  * @example
2996
3006
  * LackOfSpeedLimit
@@ -3016,7 +3026,7 @@ export declare class DescribeApisecAbnormalsRequest extends $tea.Model {
3016
3026
  * @remarks
3017
3027
  * The business purpose of the API.
3018
3028
  *
3019
- * > You can call the [DescribeApisecRules](~~DescribeApisecRules~~) operation to query the business purposes of APIs.
3029
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the business purposes of APIs.
3020
3030
  *
3021
3031
  * @example
3022
3032
  * RegisterAPI
@@ -3258,7 +3268,7 @@ export declare class DescribeApisecApiResourcesRequest extends $tea.Model {
3258
3268
  * @remarks
3259
3269
  * The business purpose of the API.
3260
3270
  *
3261
- * > You can call the [DescribeApisecRules](~~DescribeApisecRules~~) operation to query the business purpose of the API.
3271
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the business purpose of the API.
3262
3272
  *
3263
3273
  * @example
3264
3274
  * SendMail
@@ -3401,7 +3411,7 @@ export declare class DescribeApisecApiResourcesRequest extends $tea.Model {
3401
3411
  * @remarks
3402
3412
  * The sensitive data type in the request.
3403
3413
  *
3404
- * > You can call the [DescribeApisecRules](~~DescribeApisecRules~~) operation to query the supported sensitive data types.
3414
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported sensitive data types.
3405
3415
  *
3406
3416
  * @example
3407
3417
  * 1004,1005
@@ -3432,7 +3442,7 @@ export declare class DescribeApisecApiResourcesRequest extends $tea.Model {
3432
3442
  * @remarks
3433
3443
  * The sensitive data type in the response.
3434
3444
  *
3435
- * > You can call the [DescribeApisecRules](~~DescribeApisecRules~~) operation to query the supported sensitive data types.
3445
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported sensitive data types.
3436
3446
  *
3437
3447
  * @example
3438
3448
  * 1004
@@ -3515,7 +3525,7 @@ export declare class DescribeApisecAssetTrendRequest extends $tea.Model {
3515
3525
  clusterId?: string;
3516
3526
  /**
3517
3527
  * @remarks
3518
- * The end of the time range to query. Specify a UNIX timestamp in UTC. Unit: milliseconds.
3528
+ * The end of the time range to query. Specify a UNIX timestamp in UTC. Unit: seconds.
3519
3529
  *
3520
3530
  * @example
3521
3531
  * 1683183599
@@ -3525,7 +3535,7 @@ export declare class DescribeApisecAssetTrendRequest extends $tea.Model {
3525
3535
  * @remarks
3526
3536
  * The ID of the WAF instance.
3527
3537
  *
3528
- * > You can call the [DescribeInstanceInfo](https://help.aliyun.com/document_detail/140857.html) operation to query the ID of the WAF instance.
3538
+ * > You can call the [DescribeInstance](https://help.aliyun.com/document_detail/433756.html) operation to query the ID of the WAF instance.
3529
3539
  *
3530
3540
  * This parameter is required.
3531
3541
  *
@@ -3554,7 +3564,7 @@ export declare class DescribeApisecAssetTrendRequest extends $tea.Model {
3554
3564
  resourceManagerResourceGroupId?: string;
3555
3565
  /**
3556
3566
  * @remarks
3557
- * The beginning of the time range to query. Specify a UNIX timestamp in UTC. Unit: milliseconds.
3567
+ * The beginning of the time range to query. Specify a UNIX timestamp in UTC. Unit: seconds.
3558
3568
  *
3559
3569
  * @example
3560
3570
  * 1668496310
@@ -3578,7 +3588,7 @@ export declare class DescribeApisecAssetTrendResponseBody extends $tea.Model {
3578
3588
  data?: DescribeApisecAssetTrendResponseBodyData[];
3579
3589
  /**
3580
3590
  * @remarks
3581
- * Id of the request
3591
+ * Id of the request.
3582
3592
  *
3583
3593
  * @example
3584
3594
  * D7861F61-5B61-46CE-A47C-6B19****5EB0
@@ -3614,6 +3624,7 @@ export declare class DescribeApisecEventDomainStatisticRequest extends $tea.Mode
3614
3624
  /**
3615
3625
  * @remarks
3616
3626
  * The ID of the hybrid cloud cluster.
3627
+ * >For hybrid cloud scenarios only, you can call the [DescribeHybridCloudClusters](https://help.aliyun.com/document_detail/2849376.html) operation to query the hybrid cloud clusters.
3617
3628
  *
3618
3629
  * @example
3619
3630
  * 428
@@ -3621,7 +3632,7 @@ export declare class DescribeApisecEventDomainStatisticRequest extends $tea.Mode
3621
3632
  clusterId?: string;
3622
3633
  /**
3623
3634
  * @remarks
3624
- * The end of the time range to query. Specify a UNIX timestamp in UTC. Unit: milliseconds.
3635
+ * The end of the time range to query. Specify a UNIX timestamp in UTC. Unit: seconds.
3625
3636
  *
3626
3637
  * @example
3627
3638
  * 1686895256
@@ -3641,10 +3652,10 @@ export declare class DescribeApisecEventDomainStatisticRequest extends $tea.Mode
3641
3652
  instanceId?: string;
3642
3653
  /**
3643
3654
  * @remarks
3644
- * The sorting order.
3655
+ * The sorting order. Valid values:
3645
3656
  *
3646
- * * asc: ascending order.
3647
- * * desc: descending order.
3657
+ * - **asc**: ascending order.
3658
+ * - **desc**: descending order.
3648
3659
  *
3649
3660
  * @example
3650
3661
  * desc
@@ -3652,7 +3663,7 @@ export declare class DescribeApisecEventDomainStatisticRequest extends $tea.Mode
3652
3663
  orderWay?: string;
3653
3664
  /**
3654
3665
  * @remarks
3655
- * The page number. Pages start from page 1. Default value: 1.
3666
+ * The page number. Default value: **1**.
3656
3667
  *
3657
3668
  * @example
3658
3669
  * 1
@@ -3660,10 +3671,10 @@ export declare class DescribeApisecEventDomainStatisticRequest extends $tea.Mode
3660
3671
  pageNumber?: number;
3661
3672
  /**
3662
3673
  * @remarks
3663
- * The number of entries per page. Default value: **10**.
3674
+ * The number of entries per page. Default value: **5**.
3664
3675
  *
3665
3676
  * @example
3666
- * 10
3677
+ * 5
3667
3678
  */
3668
3679
  pageSize?: number;
3669
3680
  /**
@@ -3687,7 +3698,7 @@ export declare class DescribeApisecEventDomainStatisticRequest extends $tea.Mode
3687
3698
  resourceManagerResourceGroupId?: string;
3688
3699
  /**
3689
3700
  * @remarks
3690
- * The beginning of the time range to query. Specify a UNIX timestamp in UTC. Unit: milliseconds.
3701
+ * The beginning of the time range to query. Specify a UNIX timestamp in UTC. Unit: seconds.
3691
3702
  *
3692
3703
  * @example
3693
3704
  * 1668496310
@@ -3711,7 +3722,7 @@ export declare class DescribeApisecEventDomainStatisticResponseBody extends $tea
3711
3722
  data?: DescribeApisecEventDomainStatisticResponseBodyData[];
3712
3723
  /**
3713
3724
  * @remarks
3714
- * Id of the request
3725
+ * Id of the request.
3715
3726
  *
3716
3727
  * @example
3717
3728
  * 66A98669-*******-80A6-3014697B11AE
@@ -3772,7 +3783,7 @@ export declare class DescribeApisecEventsRequest extends $tea.Model {
3772
3783
  * @remarks
3773
3784
  * The business purpose of the API.
3774
3785
  *
3775
- * > You can call the [DescribeApisecRules](~~DescribeApisecRules~~) operation to query the business purpose of the API.
3786
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the business purpose of the API.
3776
3787
  *
3777
3788
  * @example
3778
3789
  * SendMail
@@ -3827,7 +3838,7 @@ export declare class DescribeApisecEventsRequest extends $tea.Model {
3827
3838
  * @remarks
3828
3839
  * The type of the event.
3829
3840
  *
3830
- * > You can call the [DescribeApisecRules](~~DescribeApisecRules~~) operation to query the supported event types.
3841
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported event types.
3831
3842
  *
3832
3843
  * @example
3833
3844
  * ObtainSensitiveUnauthorized
@@ -4669,10 +4680,10 @@ export declare class DescribeApisecSensitiveDomainStatisticRequest extends $tea.
4669
4680
  instanceId?: string;
4670
4681
  /**
4671
4682
  * @remarks
4672
- * The sorting order.
4683
+ * The sorting order. Valid values:
4673
4684
  *
4674
- * * asc: ascending order.
4675
- * * desc: descending order.
4685
+ * - **asc**: ascending order.
4686
+ * - **desc**: descending order.
4676
4687
  *
4677
4688
  * @example
4678
4689
  * desc
@@ -4688,10 +4699,10 @@ export declare class DescribeApisecSensitiveDomainStatisticRequest extends $tea.
4688
4699
  pageNumber?: number;
4689
4700
  /**
4690
4701
  * @remarks
4691
- * The number of entries per page. Default value: **10**.
4702
+ * The number of entries per page. Default value: **5**.
4692
4703
  *
4693
4704
  * @example
4694
- * 10
4705
+ * 5
4695
4706
  */
4696
4707
  pageSize?: number;
4697
4708
  /**
@@ -4723,10 +4734,10 @@ export declare class DescribeApisecSensitiveDomainStatisticRequest extends $tea.
4723
4734
  startTime?: number;
4724
4735
  /**
4725
4736
  * @remarks
4726
- * The sensitive data type.
4737
+ * The sensitive data type. Valid values:
4727
4738
  *
4728
- * * request: sensitive data in requests.
4729
- * * response: sensitive data in responses.
4739
+ * - **request**: sensitive data in requests.
4740
+ * - **response**: sensitive data in responses.
4730
4741
  *
4731
4742
  * @example
4732
4743
  * request
@@ -4750,7 +4761,7 @@ export declare class DescribeApisecSensitiveDomainStatisticResponseBody extends
4750
4761
  data?: DescribeApisecSensitiveDomainStatisticResponseBodyData[];
4751
4762
  /**
4752
4763
  * @remarks
4753
- * Id of the request
4764
+ * The request ID.
4754
4765
  *
4755
4766
  * @example
4756
4767
  * 56B40D30-4960-4F19-B7D5-2B1F***6CB70
@@ -5838,6 +5849,9 @@ export declare class DescribeCloudResourcesRequest extends $tea.Model {
5838
5849
  */
5839
5850
  resourceInstanceId?: string;
5840
5851
  /**
5852
+ * @remarks
5853
+ * The name of the instance that is added to WAF.
5854
+ *
5841
5855
  * @example
5842
5856
  * test-name
5843
5857
  */
@@ -5862,12 +5876,16 @@ export declare class DescribeCloudResourcesRequest extends $tea.Model {
5862
5876
  resourceName?: string;
5863
5877
  /**
5864
5878
  * @remarks
5865
- * The cloud service to which the resource belongs. Valid values:
5879
+ * The cloud service to which the resource belongs. If you do not specify this parameter, the system automatically returns the Application Load Balancer (ALB), Microservices Engine (MSE), Function Compute, and Serverless App Engine (SAE) resources that are added to WAF. Valid values:
5866
5880
  *
5867
- * * **alb**: Application Load Balancer (ALB).
5868
- * * **mse**: Microservices Engine (MSE).
5881
+ * * **alb**: ALB.
5882
+ * * **mse**: MSE.
5869
5883
  * * **fc**: Function Compute.
5870
- * * **sae**: Serverless App Engine (SAE).
5884
+ * * **sae**: SAE.
5885
+ * * **ecs**: Elastic Compute Service (ECS).
5886
+ * * **clb4**: Layer 4 Classic Load Balancer (CLB).
5887
+ * * **clb7**: Layer 7 CLB.
5888
+ * * **nlb**: Network Load Balancer (NLB).
5871
5889
  *
5872
5890
  * > Different cloud services are available in different regions. The specified cloud service must be available in the specified region.
5873
5891
  *
@@ -12187,7 +12205,7 @@ export declare class DescribeSensitiveOutboundStatisticRequest extends $tea.Mode
12187
12205
  * @remarks
12188
12206
  * The type of the sensitive data. Separate multiple types with commas (,).
12189
12207
  *
12190
- * > You can call the [DescribeApisecRules](~~DescribeApisecRules~~) operation to query the supported types of sensitive data. Only built-in types of sensitive data are supported for this operation.
12208
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of sensitive data. Only built-in types of sensitive data are supported for this operation.
12191
12209
  *
12192
12210
  * @example
12193
12211
  * 1000,1001
@@ -12496,7 +12514,7 @@ export declare class DescribeSensitiveRequestLogRequest extends $tea.Model {
12496
12514
  * @remarks
12497
12515
  * The type of the sensitive data.
12498
12516
  *
12499
- * > You can call the [DescribeApisecRules](~~DescribeApisecRules~~) operation to query the supported types of sensitive data.
12517
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of sensitive data.
12500
12518
  *
12501
12519
  * @example
12502
12520
  * 1000,1001
@@ -12645,7 +12663,7 @@ export declare class DescribeSensitiveRequestsRequest extends $tea.Model {
12645
12663
  * @remarks
12646
12664
  * The type of the sensitive data.
12647
12665
  *
12648
- * > You can call the [DescribeApisecRules](~~DescribeApisecRules~~) operation to query the supported types of sensitive data.
12666
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of sensitive data.
12649
12667
  *
12650
12668
  * @example
12651
12669
  * 1001
@@ -13561,6 +13579,7 @@ export declare class DescribeUserApiRequestRequest extends $tea.Model {
13561
13579
  /**
13562
13580
  * @remarks
13563
13581
  * The API.
13582
+ * >Notice: This parameter is deprecated, please use ApiId to query.
13564
13583
  *
13565
13584
  * @example
13566
13585
  * /api/v1/know
@@ -13588,6 +13607,7 @@ export declare class DescribeUserApiRequestRequest extends $tea.Model {
13588
13607
  /**
13589
13608
  * @remarks
13590
13609
  * The domain name or IP address of the API.
13610
+ * >Notice: This parameter is deprecated, please use ApiId to query.
13591
13611
  *
13592
13612
  * @example
13593
13613
  * c.***.com
@@ -13725,6 +13745,7 @@ export declare class DescribeUserAssetRequest extends $tea.Model {
13725
13745
  /**
13726
13746
  * @remarks
13727
13747
  * The time at which the API was called. The value is a UNIX timestamp displayed in UTC. Unit: seconds.
13748
+ * >Notice: The parameter has been deprecated.
13728
13749
  *
13729
13750
  * @example
13730
13751
  * 1723435200
@@ -14117,7 +14138,7 @@ export declare class DescribeUserWafLogStatusRequest extends $tea.Model {
14117
14138
  regionId?: string;
14118
14139
  /**
14119
14140
  * @remarks
14120
- * The ID of the Alibaba Cloud resource group.
14141
+ * 阿里云资源组ID
14121
14142
  *
14122
14143
  * @example
14123
14144
  * rg-acfm***q
@@ -14142,7 +14163,6 @@ export declare class DescribeUserWafLogStatusResponseBody extends $tea.Model {
14142
14163
  * * **cn-beijing**: China (Beijing).
14143
14164
  * * **cn-hongkong**: China (Hong Kong).
14144
14165
  * * **ap-southeast-1**: Singapore.
14145
- * * **ap-southeast-2**: Australia (Sydney).
14146
14166
  * * **ap-southeast-3**: Malaysia (Kuala Lumpur).
14147
14167
  * * **ap-southeast-5**: Indonesia (Jakarta).
14148
14168
  * * **ap-southeast-6**: Philippines (Manila).
@@ -14831,6 +14851,7 @@ export declare class ModifyApisecAbnormalsRequest extends $tea.Model {
14831
14851
  /**
14832
14852
  * @remarks
14833
14853
  * The ID of the hybrid cloud cluster.
14854
+ * >For hybrid cloud scenarios only, you can call the [DescribeHybridCloudClusters](https://help.aliyun.com/document_detail/2849376.html) operation to query the hybrid cloud clusters.
14834
14855
  *
14835
14856
  * @example
14836
14857
  * 428
@@ -14869,7 +14890,7 @@ export declare class ModifyApisecAbnormalsRequest extends $tea.Model {
14869
14890
  regionId?: string;
14870
14891
  /**
14871
14892
  * @remarks
14872
- * The ID of the Alibaba Cloud resource group.
14893
+ * 阿里云资源组ID
14873
14894
  *
14874
14895
  * @example
14875
14896
  * rg-acfm***q
@@ -15055,6 +15076,7 @@ export declare class ModifyApisecEventsRequest extends $tea.Model {
15055
15076
  /**
15056
15077
  * @remarks
15057
15078
  * The ID of the hybrid cloud cluster.
15079
+ * >For hybrid cloud scenarios only, you can call the [DescribeHybridCloudClusters](https://help.aliyun.com/document_detail/2849376.html) operation to query the hybrid cloud clusters.
15058
15080
  *
15059
15081
  * @example
15060
15082
  * 428
@@ -15100,7 +15122,7 @@ export declare class ModifyApisecEventsRequest extends $tea.Model {
15100
15122
  regionId?: string;
15101
15123
  /**
15102
15124
  * @remarks
15103
- * The ID of the Alibaba Cloud resource group.
15125
+ * 阿里云资源组ID
15104
15126
  *
15105
15127
  * @example
15106
15128
  * rg-acfm***q
@@ -19362,7 +19384,7 @@ export declare class DescribeApisecAbnormalsResponseBodyData extends $tea.Model
19362
19384
  * @remarks
19363
19385
  * The type of the risk.
19364
19386
  *
19365
- * > You can call the [DescribeApisecRules](~~DescribeApisecRules~~) operation to query the supported types of risks.
19387
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of risks.
19366
19388
  *
19367
19389
  * @example
19368
19390
  * LackOfSpeedLimit
@@ -19396,7 +19418,7 @@ export declare class DescribeApisecAbnormalsResponseBodyData extends $tea.Model
19396
19418
  * @remarks
19397
19419
  * The business purpose of the API.
19398
19420
  *
19399
- * > You can call the [DescribeApisecRules](~~DescribeApisecRules~~) operation to query the business purposes of APIs.
19421
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the business purposes of APIs.
19400
19422
  *
19401
19423
  * @example
19402
19424
  * SendMail
@@ -19615,7 +19637,7 @@ export declare class DescribeApisecApiResourcesResponseBodyData extends $tea.Mod
19615
19637
  * @remarks
19616
19638
  * The business purpose of the API.
19617
19639
  *
19618
- * > You can call the [DescribeApisecRules](~~DescribeApisecRules~~) operation to query the business purpose of the API.
19640
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the business purpose of the API.
19619
19641
  *
19620
19642
  * @example
19621
19643
  * SendMail
@@ -19753,7 +19775,7 @@ export declare class DescribeApisecAssetTrendResponseBodyData extends $tea.Model
19753
19775
  assetOffline?: number;
19754
19776
  /**
19755
19777
  * @remarks
19756
- * The timestamp. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
19778
+ * The time for statistics. Specify a UNIX timestamp in UTC. Unit: seconds.
19757
19779
  *
19758
19780
  * @example
19759
19781
  * 1683600042
@@ -19849,7 +19871,7 @@ export declare class DescribeApisecEventsResponseBodyData extends $tea.Model {
19849
19871
  * @remarks
19850
19872
  * The business purpose of the API.
19851
19873
  *
19852
- * > You can call the [DescribeApisecRules](~~DescribeApisecRules~~) operation to query the business purpose of the API.
19874
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the business purpose of the API.
19853
19875
  *
19854
19876
  * @example
19855
19877
  * SendMail
@@ -19936,7 +19958,7 @@ export declare class DescribeApisecEventsResponseBodyData extends $tea.Model {
19936
19958
  * @remarks
19937
19959
  * The type of the event.
19938
19960
  *
19939
- * > You can call the [DescribeApisecRules](~~DescribeApisecRules~~) operation to query the supported event types.
19961
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported event types.
19940
19962
  *
19941
19963
  * @example
19942
19964
  * ObtainSensitiveUnauthorized
@@ -20304,6 +20326,7 @@ export declare class DescribeApisecSensitiveDomainStatisticResponseBodyData exte
20304
20326
  /**
20305
20327
  * @remarks
20306
20328
  * The code of the sensitive data.
20329
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported sensitive data types.
20307
20330
  *
20308
20331
  * @example
20309
20332
  * 10
@@ -20311,7 +20334,11 @@ export declare class DescribeApisecSensitiveDomainStatisticResponseBodyData exte
20311
20334
  sensitiveCode?: string;
20312
20335
  /**
20313
20336
  * @remarks
20314
- * The sensitivity level of the sensitive data.
20337
+ * The sensitivity level of the sensitive data.Valid values:
20338
+ *
20339
+ * * **S1**: low sensitivity.
20340
+ * * **S2**: moderate sensitivity.
20341
+ * * **S3**: high sensitivity.
20315
20342
  *
20316
20343
  * @example
20317
20344
  * L3
@@ -21028,11 +21055,21 @@ export declare class DescribeCloudResourceAccessPortDetailsResponseBodyAccessPor
21028
21055
  }
21029
21056
  export declare class DescribeCloudResourcesResponseBodyCloudResources extends $tea.Model {
21030
21057
  /**
21058
+ * @remarks
21059
+ * The number of the HTTP ports that are added to WAF.
21060
+ *
21061
+ * > This parameter is returned only if the cloud service is ECS or CLB.
21062
+ *
21031
21063
  * @example
21032
21064
  * 1
21033
21065
  */
21034
21066
  httpPortCount?: number;
21035
21067
  /**
21068
+ * @remarks
21069
+ * The number of the HTTPS ports that are added to WAF.
21070
+ *
21071
+ * > This parameter is returned only if the cloud service is ECS or CLB.
21072
+ *
21036
21073
  * @example
21037
21074
  * 1
21038
21075
  */
@@ -21072,16 +21109,25 @@ export declare class DescribeCloudResourcesResponseBodyCloudResources extends $t
21072
21109
  */
21073
21110
  resourceInstance?: string;
21074
21111
  /**
21112
+ * @remarks
21113
+ * The ID of the instance that is added to WAF.
21114
+ *
21075
21115
  * @example
21076
21116
  * lb-uf60ub45fr9b***
21077
21117
  */
21078
21118
  resourceInstanceId?: string;
21079
21119
  /**
21120
+ * @remarks
21121
+ * The IP address of the instance that is added to WAF.
21122
+ *
21080
21123
  * @example
21081
21124
  * 1.1.1.1
21082
21125
  */
21083
21126
  resourceInstanceIp?: string;
21084
21127
  /**
21128
+ * @remarks
21129
+ * The name of the instance that is added to WAF.
21130
+ *
21085
21131
  * @example
21086
21132
  * test-name
21087
21133
  */
@@ -21104,6 +21150,9 @@ export declare class DescribeCloudResourcesResponseBodyCloudResources extends $t
21104
21150
  * * **mse**: MSE.
21105
21151
  * * **fc**: Function Compute.
21106
21152
  * * **sae**: SAE.
21153
+ * * **ecs**: ECS.
21154
+ * * **clb4**: Layer 4 CLB.
21155
+ * * **clb7**: Layer 7 CLB.
21107
21156
  *
21108
21157
  * @example
21109
21158
  * alb
@@ -23212,7 +23261,7 @@ export declare class DescribeFreeUserEventsResponseBodyEvent extends $tea.Model
23212
23261
  * @remarks
23213
23262
  * The type of the security event.
23214
23263
  *
23215
- * > You can call the [DescribeApisecRules](~~DescribeApisecRules~~) operation to query the supported types of security events.
23264
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of security events.
23216
23265
  *
23217
23266
  * @example
23218
23267
  * Event_DataTraverse
@@ -25527,7 +25576,7 @@ export declare class DescribeSensitiveOutboundStatisticResponseBodyData extends
25527
25576
  * @remarks
25528
25577
  * The type of the sensitive data.
25529
25578
  *
25530
- * > You can call the [DescribeApisecRules](~~DescribeApisecRules~~) operation to query the supported types of sensitive data.
25579
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of sensitive data.
25531
25580
  *
25532
25581
  * @example
25533
25582
  * 1001
@@ -25650,6 +25699,7 @@ export declare class DescribeSensitiveRequestLogResponseBodyData extends $tea.Mo
25650
25699
  * a.****.com
25651
25700
  */
25652
25701
  matchedHost?: string;
25702
+ remoteCountryId?: string;
25653
25703
  /**
25654
25704
  * @remarks
25655
25705
  * The time when the request was initiated. The value is a UNIX timestamp displayed in UTC. Unit: seconds.
@@ -25828,7 +25878,7 @@ export declare class DescribeSensitiveStatisticResponseBodyData extends $tea.Mod
25828
25878
  * @remarks
25829
25879
  * The type of the sensitive data.
25830
25880
  *
25831
- * > You can call the [DescribeApisecRules](~~DescribeApisecRules~~) operation to query the supported types of sensitive data.
25881
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of sensitive data.
25832
25882
  *
25833
25883
  * @example
25834
25884
  * 1003
@@ -25908,6 +25958,8 @@ export declare class DescribeUserAbnormalTrendResponseBodyTrend extends $tea.Mod
25908
25958
  * @remarks
25909
25959
  * The time at which the API was called. The value is a UNIX timestamp displayed in UTC. Unit: seconds.
25910
25960
  *
25961
+ * >Notice: The parameter has been deprecated, it is recommended to use the Timestamp parameter.
25962
+ *
25911
25963
  * @example
25912
25964
  * 1722268800
25913
25965
  */
@@ -25959,7 +26011,7 @@ export declare class DescribeUserAbnormalTypeResponseBodyAbnormal extends $tea.M
25959
26011
  * @remarks
25960
26012
  * The type of the risk.
25961
26013
  *
25962
- * > You can call the [DescribeApisecRules](~~DescribeApisecRules~~) operation to query the supported types of risks.
26014
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of risks.
25963
26015
  *
25964
26016
  * @example
25965
26017
  * LackOfSpeedLimit
@@ -26069,6 +26121,7 @@ export declare class DescribeUserEventTrendResponseBodyTrend extends $tea.Model
26069
26121
  /**
26070
26122
  * @remarks
26071
26123
  * The time at which the API was called. The value is a UNIX timestamp displayed in UTC. Unit: seconds.
26124
+ * >Notice: The parameter has been deprecated, it is recommended to use the Timestamp parameter.
26072
26125
  *
26073
26126
  * @example
26074
26127
  * 1723435200
@@ -26121,7 +26174,7 @@ export declare class DescribeUserEventTypeResponseBodyEvent extends $tea.Model {
26121
26174
  * @remarks
26122
26175
  * The type of the security event.
26123
26176
  *
26124
- * > You can call the [DescribeApisecRules](~~DescribeApisecRules~~) operation to query the supported types of security events.
26177
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of security events.
26125
26178
  *
26126
26179
  * @example
26127
26180
  * Event_AbnormalFrequency