@alicloud/waf-openapi20211001 4.0.0 → 4.0.2
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 +206 -75
- package/dist/client.js +133 -11
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +275 -75
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
|
-
*
|
|
335
|
-
*
|
|
336
|
-
* - **
|
|
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
|
|
@@ -478,6 +477,7 @@ export declare class CreateCloudResourceRequest extends $tea.Model {
|
|
|
478
477
|
* rg-acfm***q
|
|
479
478
|
*/
|
|
480
479
|
resourceManagerResourceGroupId?: string;
|
|
480
|
+
tag?: CreateCloudResourceRequestTag[];
|
|
481
481
|
static names(): {
|
|
482
482
|
[key: string]: string;
|
|
483
483
|
};
|
|
@@ -542,6 +542,7 @@ export declare class CreateCloudResourceShrinkRequest extends $tea.Model {
|
|
|
542
542
|
* rg-acfm***q
|
|
543
543
|
*/
|
|
544
544
|
resourceManagerResourceGroupId?: string;
|
|
545
|
+
tag?: CreateCloudResourceShrinkRequestTag[];
|
|
545
546
|
static names(): {
|
|
546
547
|
[key: string]: string;
|
|
547
548
|
};
|
|
@@ -1037,6 +1038,7 @@ export declare class CreateDomainRequest extends $tea.Model {
|
|
|
1037
1038
|
* rg-acfm***q
|
|
1038
1039
|
*/
|
|
1039
1040
|
resourceManagerResourceGroupId?: string;
|
|
1041
|
+
tag?: CreateDomainRequestTag[];
|
|
1040
1042
|
static names(): {
|
|
1041
1043
|
[key: string]: string;
|
|
1042
1044
|
};
|
|
@@ -1116,6 +1118,7 @@ export declare class CreateDomainShrinkRequest extends $tea.Model {
|
|
|
1116
1118
|
* rg-acfm***q
|
|
1117
1119
|
*/
|
|
1118
1120
|
resourceManagerResourceGroupId?: string;
|
|
1121
|
+
tag?: CreateDomainShrinkRequestTag[];
|
|
1119
1122
|
static names(): {
|
|
1120
1123
|
[key: string]: string;
|
|
1121
1124
|
};
|
|
@@ -1748,6 +1751,7 @@ export declare class DeleteApisecAbnormalsRequest extends $tea.Model {
|
|
|
1748
1751
|
/**
|
|
1749
1752
|
* @remarks
|
|
1750
1753
|
* The ID of the hybrid cloud cluster.
|
|
1754
|
+
* >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
1755
|
*
|
|
1752
1756
|
* @example
|
|
1753
1757
|
* 428
|
|
@@ -1778,7 +1782,7 @@ export declare class DeleteApisecAbnormalsRequest extends $tea.Model {
|
|
|
1778
1782
|
regionId?: string;
|
|
1779
1783
|
/**
|
|
1780
1784
|
* @remarks
|
|
1781
|
-
*
|
|
1785
|
+
* 阿里云资源组ID。
|
|
1782
1786
|
*
|
|
1783
1787
|
* @example
|
|
1784
1788
|
* rg-acfm***q
|
|
@@ -1833,6 +1837,7 @@ export declare class DeleteApisecEventsRequest extends $tea.Model {
|
|
|
1833
1837
|
/**
|
|
1834
1838
|
* @remarks
|
|
1835
1839
|
* The ID of the hybrid cloud cluster.
|
|
1840
|
+
* >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
1841
|
*
|
|
1837
1842
|
* @example
|
|
1838
1843
|
* 428
|
|
@@ -1870,7 +1875,7 @@ export declare class DeleteApisecEventsRequest extends $tea.Model {
|
|
|
1870
1875
|
regionId?: string;
|
|
1871
1876
|
/**
|
|
1872
1877
|
* @remarks
|
|
1873
|
-
*
|
|
1878
|
+
* 阿里云资源组ID。
|
|
1874
1879
|
*
|
|
1875
1880
|
* @example
|
|
1876
1881
|
* rg-acfm***q
|
|
@@ -2714,7 +2719,9 @@ export declare class DescribeAccountDelegatedStatusResponse extends $tea.Model {
|
|
|
2714
2719
|
export declare class DescribeApiExportsRequest extends $tea.Model {
|
|
2715
2720
|
/**
|
|
2716
2721
|
* @remarks
|
|
2717
|
-
* The
|
|
2722
|
+
* The ID of the Web Application Firewall (WAF) instance.
|
|
2723
|
+
*
|
|
2724
|
+
* > You can call the [DescribeInstance](https://help.aliyun.com/document_detail/433756.html) operation to query the ID of the WAF instance.
|
|
2718
2725
|
*
|
|
2719
2726
|
* This parameter is required.
|
|
2720
2727
|
*
|
|
@@ -2724,7 +2731,10 @@ export declare class DescribeApiExportsRequest extends $tea.Model {
|
|
|
2724
2731
|
instanceId?: string;
|
|
2725
2732
|
/**
|
|
2726
2733
|
* @remarks
|
|
2727
|
-
*
|
|
2734
|
+
* Language type. Valid values:
|
|
2735
|
+
*
|
|
2736
|
+
* - **cn**: Chinese.
|
|
2737
|
+
* - **en**: English.
|
|
2728
2738
|
*
|
|
2729
2739
|
* @example
|
|
2730
2740
|
* zh
|
|
@@ -2732,7 +2742,7 @@ export declare class DescribeApiExportsRequest extends $tea.Model {
|
|
|
2732
2742
|
lang?: string;
|
|
2733
2743
|
/**
|
|
2734
2744
|
* @remarks
|
|
2735
|
-
* The
|
|
2745
|
+
* The page number. Default value: **1**.
|
|
2736
2746
|
*
|
|
2737
2747
|
* @example
|
|
2738
2748
|
* 1
|
|
@@ -2740,7 +2750,7 @@ export declare class DescribeApiExportsRequest extends $tea.Model {
|
|
|
2740
2750
|
pageNumber?: number;
|
|
2741
2751
|
/**
|
|
2742
2752
|
* @remarks
|
|
2743
|
-
* The
|
|
2753
|
+
* The number of entries to return on each page. Default value: **10**.
|
|
2744
2754
|
*
|
|
2745
2755
|
* @example
|
|
2746
2756
|
* 10
|
|
@@ -2748,7 +2758,10 @@ export declare class DescribeApiExportsRequest extends $tea.Model {
|
|
|
2748
2758
|
pageSize?: number;
|
|
2749
2759
|
/**
|
|
2750
2760
|
* @remarks
|
|
2751
|
-
* The
|
|
2761
|
+
* The region ID of the Web Application Firewall (WAF) instance. Valid values:
|
|
2762
|
+
*
|
|
2763
|
+
* * **cn-hangzhou**: Chinese mainland.
|
|
2764
|
+
* * **ap-southeast-1**: outside the Chinese mainland.
|
|
2752
2765
|
*
|
|
2753
2766
|
* @example
|
|
2754
2767
|
* cn-hangzhou
|
|
@@ -2756,7 +2769,7 @@ export declare class DescribeApiExportsRequest extends $tea.Model {
|
|
|
2756
2769
|
regionId?: string;
|
|
2757
2770
|
/**
|
|
2758
2771
|
* @remarks
|
|
2759
|
-
* The
|
|
2772
|
+
* The ID of the Alibaba Cloud resource group.
|
|
2760
2773
|
*
|
|
2761
2774
|
* @example
|
|
2762
2775
|
* rg-acfm***q
|
|
@@ -2775,12 +2788,12 @@ export declare class DescribeApiExportsRequest extends $tea.Model {
|
|
|
2775
2788
|
export declare class DescribeApiExportsResponseBody extends $tea.Model {
|
|
2776
2789
|
/**
|
|
2777
2790
|
* @remarks
|
|
2778
|
-
* The
|
|
2791
|
+
* The returned data export tasks.
|
|
2779
2792
|
*/
|
|
2780
2793
|
apiExports?: DescribeApiExportsResponseBodyApiExports[];
|
|
2781
2794
|
/**
|
|
2782
2795
|
* @remarks
|
|
2783
|
-
* The
|
|
2796
|
+
* The request ID.
|
|
2784
2797
|
*
|
|
2785
2798
|
* @example
|
|
2786
2799
|
* D9532525-E885-54E7-A178-D5554D563AFB
|
|
@@ -2828,6 +2841,7 @@ export declare class DescribeApisecAbnormalDomainStatisticRequest extends $tea.M
|
|
|
2828
2841
|
/**
|
|
2829
2842
|
* @remarks
|
|
2830
2843
|
* The ID of the hybrid cloud cluster.
|
|
2844
|
+
* >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
2845
|
*
|
|
2832
2846
|
* @example
|
|
2833
2847
|
* 428
|
|
@@ -2835,7 +2849,7 @@ export declare class DescribeApisecAbnormalDomainStatisticRequest extends $tea.M
|
|
|
2835
2849
|
clusterId?: string;
|
|
2836
2850
|
/**
|
|
2837
2851
|
* @remarks
|
|
2838
|
-
* The end of the time range to query.
|
|
2852
|
+
* The end of the time range to query. Specify a UNIX timestamp in UTC. Unit: seconds.
|
|
2839
2853
|
*
|
|
2840
2854
|
* @example
|
|
2841
2855
|
* 1687313820
|
|
@@ -2855,10 +2869,10 @@ export declare class DescribeApisecAbnormalDomainStatisticRequest extends $tea.M
|
|
|
2855
2869
|
instanceId?: string;
|
|
2856
2870
|
/**
|
|
2857
2871
|
* @remarks
|
|
2858
|
-
* The sorting order.
|
|
2872
|
+
* The sorting order. Valid values:
|
|
2859
2873
|
*
|
|
2860
|
-
*
|
|
2861
|
-
*
|
|
2874
|
+
* - **asc**: ascending order.
|
|
2875
|
+
* - **desc**: descending order.
|
|
2862
2876
|
*
|
|
2863
2877
|
* @example
|
|
2864
2878
|
* desc
|
|
@@ -2874,10 +2888,10 @@ export declare class DescribeApisecAbnormalDomainStatisticRequest extends $tea.M
|
|
|
2874
2888
|
pageNumber?: number;
|
|
2875
2889
|
/**
|
|
2876
2890
|
* @remarks
|
|
2877
|
-
* The number of entries per page. Default value: **
|
|
2891
|
+
* The number of entries per page. Default value: **5**.
|
|
2878
2892
|
*
|
|
2879
2893
|
* @example
|
|
2880
|
-
*
|
|
2894
|
+
* 5
|
|
2881
2895
|
*/
|
|
2882
2896
|
pageSize?: number;
|
|
2883
2897
|
/**
|
|
@@ -2901,7 +2915,7 @@ export declare class DescribeApisecAbnormalDomainStatisticRequest extends $tea.M
|
|
|
2901
2915
|
resourceManagerResourceGroupId?: string;
|
|
2902
2916
|
/**
|
|
2903
2917
|
* @remarks
|
|
2904
|
-
* The beginning of the time range to query.
|
|
2918
|
+
* The beginning of the time range to query. Specify a UNIX timestamp in UTC. Unit: seconds.
|
|
2905
2919
|
*
|
|
2906
2920
|
* @example
|
|
2907
2921
|
* 1682571600
|
|
@@ -2925,7 +2939,7 @@ export declare class DescribeApisecAbnormalDomainStatisticResponseBody extends $
|
|
|
2925
2939
|
data?: DescribeApisecAbnormalDomainStatisticResponseBodyData[];
|
|
2926
2940
|
/**
|
|
2927
2941
|
* @remarks
|
|
2928
|
-
* Id of the request
|
|
2942
|
+
* Id of the request.
|
|
2929
2943
|
*
|
|
2930
2944
|
* @example
|
|
2931
2945
|
* 66A98669-CC6E-4F3E-80A6-3014***B11AE
|
|
@@ -2990,7 +3004,7 @@ export declare class DescribeApisecAbnormalsRequest extends $tea.Model {
|
|
|
2990
3004
|
* @remarks
|
|
2991
3005
|
* The type of the risk.
|
|
2992
3006
|
*
|
|
2993
|
-
* > You can call the [DescribeApisecRules](
|
|
3007
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of risks.
|
|
2994
3008
|
*
|
|
2995
3009
|
* @example
|
|
2996
3010
|
* LackOfSpeedLimit
|
|
@@ -3016,7 +3030,7 @@ export declare class DescribeApisecAbnormalsRequest extends $tea.Model {
|
|
|
3016
3030
|
* @remarks
|
|
3017
3031
|
* The business purpose of the API.
|
|
3018
3032
|
*
|
|
3019
|
-
* > You can call the [DescribeApisecRules](
|
|
3033
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the business purposes of APIs.
|
|
3020
3034
|
*
|
|
3021
3035
|
* @example
|
|
3022
3036
|
* RegisterAPI
|
|
@@ -3258,7 +3272,7 @@ export declare class DescribeApisecApiResourcesRequest extends $tea.Model {
|
|
|
3258
3272
|
* @remarks
|
|
3259
3273
|
* The business purpose of the API.
|
|
3260
3274
|
*
|
|
3261
|
-
* > You can call the [DescribeApisecRules](
|
|
3275
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the business purpose of the API.
|
|
3262
3276
|
*
|
|
3263
3277
|
* @example
|
|
3264
3278
|
* SendMail
|
|
@@ -3401,7 +3415,7 @@ export declare class DescribeApisecApiResourcesRequest extends $tea.Model {
|
|
|
3401
3415
|
* @remarks
|
|
3402
3416
|
* The sensitive data type in the request.
|
|
3403
3417
|
*
|
|
3404
|
-
* > You can call the [DescribeApisecRules](
|
|
3418
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported sensitive data types.
|
|
3405
3419
|
*
|
|
3406
3420
|
* @example
|
|
3407
3421
|
* 1004,1005
|
|
@@ -3432,7 +3446,7 @@ export declare class DescribeApisecApiResourcesRequest extends $tea.Model {
|
|
|
3432
3446
|
* @remarks
|
|
3433
3447
|
* The sensitive data type in the response.
|
|
3434
3448
|
*
|
|
3435
|
-
* > You can call the [DescribeApisecRules](
|
|
3449
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported sensitive data types.
|
|
3436
3450
|
*
|
|
3437
3451
|
* @example
|
|
3438
3452
|
* 1004
|
|
@@ -3515,7 +3529,7 @@ export declare class DescribeApisecAssetTrendRequest extends $tea.Model {
|
|
|
3515
3529
|
clusterId?: string;
|
|
3516
3530
|
/**
|
|
3517
3531
|
* @remarks
|
|
3518
|
-
* The end of the time range to query. Specify a UNIX timestamp in UTC. Unit:
|
|
3532
|
+
* The end of the time range to query. Specify a UNIX timestamp in UTC. Unit: seconds.
|
|
3519
3533
|
*
|
|
3520
3534
|
* @example
|
|
3521
3535
|
* 1683183599
|
|
@@ -3525,7 +3539,7 @@ export declare class DescribeApisecAssetTrendRequest extends $tea.Model {
|
|
|
3525
3539
|
* @remarks
|
|
3526
3540
|
* The ID of the WAF instance.
|
|
3527
3541
|
*
|
|
3528
|
-
* > You can call the [
|
|
3542
|
+
* > You can call the [DescribeInstance](https://help.aliyun.com/document_detail/433756.html) operation to query the ID of the WAF instance.
|
|
3529
3543
|
*
|
|
3530
3544
|
* This parameter is required.
|
|
3531
3545
|
*
|
|
@@ -3554,7 +3568,7 @@ export declare class DescribeApisecAssetTrendRequest extends $tea.Model {
|
|
|
3554
3568
|
resourceManagerResourceGroupId?: string;
|
|
3555
3569
|
/**
|
|
3556
3570
|
* @remarks
|
|
3557
|
-
* The beginning of the time range to query. Specify a UNIX timestamp in UTC. Unit:
|
|
3571
|
+
* The beginning of the time range to query. Specify a UNIX timestamp in UTC. Unit: seconds.
|
|
3558
3572
|
*
|
|
3559
3573
|
* @example
|
|
3560
3574
|
* 1668496310
|
|
@@ -3578,7 +3592,7 @@ export declare class DescribeApisecAssetTrendResponseBody extends $tea.Model {
|
|
|
3578
3592
|
data?: DescribeApisecAssetTrendResponseBodyData[];
|
|
3579
3593
|
/**
|
|
3580
3594
|
* @remarks
|
|
3581
|
-
* Id of the request
|
|
3595
|
+
* Id of the request.
|
|
3582
3596
|
*
|
|
3583
3597
|
* @example
|
|
3584
3598
|
* D7861F61-5B61-46CE-A47C-6B19****5EB0
|
|
@@ -3614,6 +3628,7 @@ export declare class DescribeApisecEventDomainStatisticRequest extends $tea.Mode
|
|
|
3614
3628
|
/**
|
|
3615
3629
|
* @remarks
|
|
3616
3630
|
* The ID of the hybrid cloud cluster.
|
|
3631
|
+
* >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
3632
|
*
|
|
3618
3633
|
* @example
|
|
3619
3634
|
* 428
|
|
@@ -3621,7 +3636,7 @@ export declare class DescribeApisecEventDomainStatisticRequest extends $tea.Mode
|
|
|
3621
3636
|
clusterId?: string;
|
|
3622
3637
|
/**
|
|
3623
3638
|
* @remarks
|
|
3624
|
-
* The end of the time range to query. Specify a UNIX timestamp in UTC. Unit:
|
|
3639
|
+
* The end of the time range to query. Specify a UNIX timestamp in UTC. Unit: seconds.
|
|
3625
3640
|
*
|
|
3626
3641
|
* @example
|
|
3627
3642
|
* 1686895256
|
|
@@ -3641,10 +3656,10 @@ export declare class DescribeApisecEventDomainStatisticRequest extends $tea.Mode
|
|
|
3641
3656
|
instanceId?: string;
|
|
3642
3657
|
/**
|
|
3643
3658
|
* @remarks
|
|
3644
|
-
* The sorting order.
|
|
3659
|
+
* The sorting order. Valid values:
|
|
3645
3660
|
*
|
|
3646
|
-
*
|
|
3647
|
-
*
|
|
3661
|
+
* - **asc**: ascending order.
|
|
3662
|
+
* - **desc**: descending order.
|
|
3648
3663
|
*
|
|
3649
3664
|
* @example
|
|
3650
3665
|
* desc
|
|
@@ -3652,7 +3667,7 @@ export declare class DescribeApisecEventDomainStatisticRequest extends $tea.Mode
|
|
|
3652
3667
|
orderWay?: string;
|
|
3653
3668
|
/**
|
|
3654
3669
|
* @remarks
|
|
3655
|
-
* The page number.
|
|
3670
|
+
* The page number. Default value: **1**.
|
|
3656
3671
|
*
|
|
3657
3672
|
* @example
|
|
3658
3673
|
* 1
|
|
@@ -3660,10 +3675,10 @@ export declare class DescribeApisecEventDomainStatisticRequest extends $tea.Mode
|
|
|
3660
3675
|
pageNumber?: number;
|
|
3661
3676
|
/**
|
|
3662
3677
|
* @remarks
|
|
3663
|
-
* The number of entries per page. Default value: **
|
|
3678
|
+
* The number of entries per page. Default value: **5**.
|
|
3664
3679
|
*
|
|
3665
3680
|
* @example
|
|
3666
|
-
*
|
|
3681
|
+
* 5
|
|
3667
3682
|
*/
|
|
3668
3683
|
pageSize?: number;
|
|
3669
3684
|
/**
|
|
@@ -3687,7 +3702,7 @@ export declare class DescribeApisecEventDomainStatisticRequest extends $tea.Mode
|
|
|
3687
3702
|
resourceManagerResourceGroupId?: string;
|
|
3688
3703
|
/**
|
|
3689
3704
|
* @remarks
|
|
3690
|
-
* The beginning of the time range to query. Specify a UNIX timestamp in UTC. Unit:
|
|
3705
|
+
* The beginning of the time range to query. Specify a UNIX timestamp in UTC. Unit: seconds.
|
|
3691
3706
|
*
|
|
3692
3707
|
* @example
|
|
3693
3708
|
* 1668496310
|
|
@@ -3711,7 +3726,7 @@ export declare class DescribeApisecEventDomainStatisticResponseBody extends $tea
|
|
|
3711
3726
|
data?: DescribeApisecEventDomainStatisticResponseBodyData[];
|
|
3712
3727
|
/**
|
|
3713
3728
|
* @remarks
|
|
3714
|
-
* Id of the request
|
|
3729
|
+
* Id of the request.
|
|
3715
3730
|
*
|
|
3716
3731
|
* @example
|
|
3717
3732
|
* 66A98669-*******-80A6-3014697B11AE
|
|
@@ -3772,7 +3787,7 @@ export declare class DescribeApisecEventsRequest extends $tea.Model {
|
|
|
3772
3787
|
* @remarks
|
|
3773
3788
|
* The business purpose of the API.
|
|
3774
3789
|
*
|
|
3775
|
-
* > You can call the [DescribeApisecRules](
|
|
3790
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the business purpose of the API.
|
|
3776
3791
|
*
|
|
3777
3792
|
* @example
|
|
3778
3793
|
* SendMail
|
|
@@ -3827,7 +3842,7 @@ export declare class DescribeApisecEventsRequest extends $tea.Model {
|
|
|
3827
3842
|
* @remarks
|
|
3828
3843
|
* The type of the event.
|
|
3829
3844
|
*
|
|
3830
|
-
* > You can call the [DescribeApisecRules](
|
|
3845
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported event types.
|
|
3831
3846
|
*
|
|
3832
3847
|
* @example
|
|
3833
3848
|
* ObtainSensitiveUnauthorized
|
|
@@ -4669,10 +4684,10 @@ export declare class DescribeApisecSensitiveDomainStatisticRequest extends $tea.
|
|
|
4669
4684
|
instanceId?: string;
|
|
4670
4685
|
/**
|
|
4671
4686
|
* @remarks
|
|
4672
|
-
* The sorting order.
|
|
4687
|
+
* The sorting order. Valid values:
|
|
4673
4688
|
*
|
|
4674
|
-
*
|
|
4675
|
-
*
|
|
4689
|
+
* - **asc**: ascending order.
|
|
4690
|
+
* - **desc**: descending order.
|
|
4676
4691
|
*
|
|
4677
4692
|
* @example
|
|
4678
4693
|
* desc
|
|
@@ -4688,10 +4703,10 @@ export declare class DescribeApisecSensitiveDomainStatisticRequest extends $tea.
|
|
|
4688
4703
|
pageNumber?: number;
|
|
4689
4704
|
/**
|
|
4690
4705
|
* @remarks
|
|
4691
|
-
* The number of entries per page. Default value: **
|
|
4706
|
+
* The number of entries per page. Default value: **5**.
|
|
4692
4707
|
*
|
|
4693
4708
|
* @example
|
|
4694
|
-
*
|
|
4709
|
+
* 5
|
|
4695
4710
|
*/
|
|
4696
4711
|
pageSize?: number;
|
|
4697
4712
|
/**
|
|
@@ -4723,10 +4738,10 @@ export declare class DescribeApisecSensitiveDomainStatisticRequest extends $tea.
|
|
|
4723
4738
|
startTime?: number;
|
|
4724
4739
|
/**
|
|
4725
4740
|
* @remarks
|
|
4726
|
-
* The sensitive data type.
|
|
4741
|
+
* The sensitive data type. Valid values:
|
|
4727
4742
|
*
|
|
4728
|
-
*
|
|
4729
|
-
*
|
|
4743
|
+
* - **request**: sensitive data in requests.
|
|
4744
|
+
* - **response**: sensitive data in responses.
|
|
4730
4745
|
*
|
|
4731
4746
|
* @example
|
|
4732
4747
|
* request
|
|
@@ -4750,7 +4765,7 @@ export declare class DescribeApisecSensitiveDomainStatisticResponseBody extends
|
|
|
4750
4765
|
data?: DescribeApisecSensitiveDomainStatisticResponseBodyData[];
|
|
4751
4766
|
/**
|
|
4752
4767
|
* @remarks
|
|
4753
|
-
*
|
|
4768
|
+
* The request ID.
|
|
4754
4769
|
*
|
|
4755
4770
|
* @example
|
|
4756
4771
|
* 56B40D30-4960-4F19-B7D5-2B1F***6CB70
|
|
@@ -5838,6 +5853,9 @@ export declare class DescribeCloudResourcesRequest extends $tea.Model {
|
|
|
5838
5853
|
*/
|
|
5839
5854
|
resourceInstanceId?: string;
|
|
5840
5855
|
/**
|
|
5856
|
+
* @remarks
|
|
5857
|
+
* The name of the instance that is added to WAF.
|
|
5858
|
+
*
|
|
5841
5859
|
* @example
|
|
5842
5860
|
* test-name
|
|
5843
5861
|
*/
|
|
@@ -5862,12 +5880,16 @@ export declare class DescribeCloudResourcesRequest extends $tea.Model {
|
|
|
5862
5880
|
resourceName?: string;
|
|
5863
5881
|
/**
|
|
5864
5882
|
* @remarks
|
|
5865
|
-
* The cloud service to which the resource belongs. Valid values:
|
|
5883
|
+
* 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
5884
|
*
|
|
5867
|
-
* * **alb**:
|
|
5868
|
-
* * **mse**:
|
|
5885
|
+
* * **alb**: ALB.
|
|
5886
|
+
* * **mse**: MSE.
|
|
5869
5887
|
* * **fc**: Function Compute.
|
|
5870
|
-
* * **sae**:
|
|
5888
|
+
* * **sae**: SAE.
|
|
5889
|
+
* * **ecs**: Elastic Compute Service (ECS).
|
|
5890
|
+
* * **clb4**: Layer 4 Classic Load Balancer (CLB).
|
|
5891
|
+
* * **clb7**: Layer 7 CLB.
|
|
5892
|
+
* * **nlb**: Network Load Balancer (NLB).
|
|
5871
5893
|
*
|
|
5872
5894
|
* > Different cloud services are available in different regions. The specified cloud service must be available in the specified region.
|
|
5873
5895
|
*
|
|
@@ -12187,7 +12209,7 @@ export declare class DescribeSensitiveOutboundStatisticRequest extends $tea.Mode
|
|
|
12187
12209
|
* @remarks
|
|
12188
12210
|
* The type of the sensitive data. Separate multiple types with commas (,).
|
|
12189
12211
|
*
|
|
12190
|
-
* > You can call the [DescribeApisecRules](
|
|
12212
|
+
* > 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
12213
|
*
|
|
12192
12214
|
* @example
|
|
12193
12215
|
* 1000,1001
|
|
@@ -12496,7 +12518,7 @@ export declare class DescribeSensitiveRequestLogRequest extends $tea.Model {
|
|
|
12496
12518
|
* @remarks
|
|
12497
12519
|
* The type of the sensitive data.
|
|
12498
12520
|
*
|
|
12499
|
-
* > You can call the [DescribeApisecRules](
|
|
12521
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of sensitive data.
|
|
12500
12522
|
*
|
|
12501
12523
|
* @example
|
|
12502
12524
|
* 1000,1001
|
|
@@ -12645,7 +12667,7 @@ export declare class DescribeSensitiveRequestsRequest extends $tea.Model {
|
|
|
12645
12667
|
* @remarks
|
|
12646
12668
|
* The type of the sensitive data.
|
|
12647
12669
|
*
|
|
12648
|
-
* > You can call the [DescribeApisecRules](
|
|
12670
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of sensitive data.
|
|
12649
12671
|
*
|
|
12650
12672
|
* @example
|
|
12651
12673
|
* 1001
|
|
@@ -13561,6 +13583,7 @@ export declare class DescribeUserApiRequestRequest extends $tea.Model {
|
|
|
13561
13583
|
/**
|
|
13562
13584
|
* @remarks
|
|
13563
13585
|
* The API.
|
|
13586
|
+
* >Notice: This parameter is deprecated, please use ApiId to query.
|
|
13564
13587
|
*
|
|
13565
13588
|
* @example
|
|
13566
13589
|
* /api/v1/know
|
|
@@ -13588,6 +13611,7 @@ export declare class DescribeUserApiRequestRequest extends $tea.Model {
|
|
|
13588
13611
|
/**
|
|
13589
13612
|
* @remarks
|
|
13590
13613
|
* The domain name or IP address of the API.
|
|
13614
|
+
* >Notice: This parameter is deprecated, please use ApiId to query.
|
|
13591
13615
|
*
|
|
13592
13616
|
* @example
|
|
13593
13617
|
* c.***.com
|
|
@@ -13725,6 +13749,7 @@ export declare class DescribeUserAssetRequest extends $tea.Model {
|
|
|
13725
13749
|
/**
|
|
13726
13750
|
* @remarks
|
|
13727
13751
|
* The time at which the API was called. The value is a UNIX timestamp displayed in UTC. Unit: seconds.
|
|
13752
|
+
* >Notice: The parameter has been deprecated.
|
|
13728
13753
|
*
|
|
13729
13754
|
* @example
|
|
13730
13755
|
* 1723435200
|
|
@@ -14117,7 +14142,7 @@ export declare class DescribeUserWafLogStatusRequest extends $tea.Model {
|
|
|
14117
14142
|
regionId?: string;
|
|
14118
14143
|
/**
|
|
14119
14144
|
* @remarks
|
|
14120
|
-
*
|
|
14145
|
+
* 阿里云资源组ID。
|
|
14121
14146
|
*
|
|
14122
14147
|
* @example
|
|
14123
14148
|
* rg-acfm***q
|
|
@@ -14142,7 +14167,6 @@ export declare class DescribeUserWafLogStatusResponseBody extends $tea.Model {
|
|
|
14142
14167
|
* * **cn-beijing**: China (Beijing).
|
|
14143
14168
|
* * **cn-hongkong**: China (Hong Kong).
|
|
14144
14169
|
* * **ap-southeast-1**: Singapore.
|
|
14145
|
-
* * **ap-southeast-2**: Australia (Sydney).
|
|
14146
14170
|
* * **ap-southeast-3**: Malaysia (Kuala Lumpur).
|
|
14147
14171
|
* * **ap-southeast-5**: Indonesia (Jakarta).
|
|
14148
14172
|
* * **ap-southeast-6**: Philippines (Manila).
|
|
@@ -14153,7 +14177,6 @@ export declare class DescribeUserWafLogStatusResponseBody extends $tea.Model {
|
|
|
14153
14177
|
* * **us-west-1**: US (Silicon Valley).
|
|
14154
14178
|
* * **ap-northeast-1**: Japan (Tokyo).
|
|
14155
14179
|
* * **ap-northeast-2**: South Korea (Seoul).
|
|
14156
|
-
* * **ap-south-1**: India (Mumbai) Closing Down.
|
|
14157
14180
|
* * **eu-west-1**: UK (London).
|
|
14158
14181
|
* * **cn-hangzhou-finance**: China East 1 Finance.
|
|
14159
14182
|
* * **cn-shanghai-finance-1**: China East 2 Finance.
|
|
@@ -14831,6 +14854,7 @@ export declare class ModifyApisecAbnormalsRequest extends $tea.Model {
|
|
|
14831
14854
|
/**
|
|
14832
14855
|
* @remarks
|
|
14833
14856
|
* The ID of the hybrid cloud cluster.
|
|
14857
|
+
* >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
14858
|
*
|
|
14835
14859
|
* @example
|
|
14836
14860
|
* 428
|
|
@@ -14869,7 +14893,7 @@ export declare class ModifyApisecAbnormalsRequest extends $tea.Model {
|
|
|
14869
14893
|
regionId?: string;
|
|
14870
14894
|
/**
|
|
14871
14895
|
* @remarks
|
|
14872
|
-
*
|
|
14896
|
+
* 阿里云资源组ID。
|
|
14873
14897
|
*
|
|
14874
14898
|
* @example
|
|
14875
14899
|
* rg-acfm***q
|
|
@@ -15055,6 +15079,7 @@ export declare class ModifyApisecEventsRequest extends $tea.Model {
|
|
|
15055
15079
|
/**
|
|
15056
15080
|
* @remarks
|
|
15057
15081
|
* The ID of the hybrid cloud cluster.
|
|
15082
|
+
* >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
15083
|
*
|
|
15059
15084
|
* @example
|
|
15060
15085
|
* 428
|
|
@@ -15100,7 +15125,7 @@ export declare class ModifyApisecEventsRequest extends $tea.Model {
|
|
|
15100
15125
|
regionId?: string;
|
|
15101
15126
|
/**
|
|
15102
15127
|
* @remarks
|
|
15103
|
-
*
|
|
15128
|
+
* 阿里云资源组ID。
|
|
15104
15129
|
*
|
|
15105
15130
|
* @example
|
|
15106
15131
|
* rg-acfm***q
|
|
@@ -18780,6 +18805,32 @@ export declare class CreateCloudResourceRequestRedirect extends $tea.Model {
|
|
|
18780
18805
|
[key: string]: any;
|
|
18781
18806
|
});
|
|
18782
18807
|
}
|
|
18808
|
+
export declare class CreateCloudResourceRequestTag extends $tea.Model {
|
|
18809
|
+
key?: string;
|
|
18810
|
+
value?: string;
|
|
18811
|
+
static names(): {
|
|
18812
|
+
[key: string]: string;
|
|
18813
|
+
};
|
|
18814
|
+
static types(): {
|
|
18815
|
+
[key: string]: any;
|
|
18816
|
+
};
|
|
18817
|
+
constructor(map?: {
|
|
18818
|
+
[key: string]: any;
|
|
18819
|
+
});
|
|
18820
|
+
}
|
|
18821
|
+
export declare class CreateCloudResourceShrinkRequestTag extends $tea.Model {
|
|
18822
|
+
key?: string;
|
|
18823
|
+
value?: string;
|
|
18824
|
+
static names(): {
|
|
18825
|
+
[key: string]: string;
|
|
18826
|
+
};
|
|
18827
|
+
static types(): {
|
|
18828
|
+
[key: string]: any;
|
|
18829
|
+
};
|
|
18830
|
+
constructor(map?: {
|
|
18831
|
+
[key: string]: any;
|
|
18832
|
+
});
|
|
18833
|
+
}
|
|
18783
18834
|
export declare class CreateDomainRequestListen extends $tea.Model {
|
|
18784
18835
|
/**
|
|
18785
18836
|
* @remarks
|
|
@@ -18996,6 +19047,7 @@ export declare class CreateDomainRequestRedirect extends $tea.Model {
|
|
|
18996
19047
|
* The IP addresses or domain names of the origin server.
|
|
18997
19048
|
*/
|
|
18998
19049
|
backends?: string[];
|
|
19050
|
+
backupBackends?: string[];
|
|
18999
19051
|
/**
|
|
19000
19052
|
* @remarks
|
|
19001
19053
|
* Specifies whether to enable the public cloud disaster recovery feature. Valid values:
|
|
@@ -19167,6 +19219,32 @@ export declare class CreateDomainRequestRedirect extends $tea.Model {
|
|
|
19167
19219
|
[key: string]: any;
|
|
19168
19220
|
});
|
|
19169
19221
|
}
|
|
19222
|
+
export declare class CreateDomainRequestTag extends $tea.Model {
|
|
19223
|
+
key?: string;
|
|
19224
|
+
value?: string;
|
|
19225
|
+
static names(): {
|
|
19226
|
+
[key: string]: string;
|
|
19227
|
+
};
|
|
19228
|
+
static types(): {
|
|
19229
|
+
[key: string]: any;
|
|
19230
|
+
};
|
|
19231
|
+
constructor(map?: {
|
|
19232
|
+
[key: string]: any;
|
|
19233
|
+
});
|
|
19234
|
+
}
|
|
19235
|
+
export declare class CreateDomainShrinkRequestTag extends $tea.Model {
|
|
19236
|
+
key?: string;
|
|
19237
|
+
value?: string;
|
|
19238
|
+
static names(): {
|
|
19239
|
+
[key: string]: string;
|
|
19240
|
+
};
|
|
19241
|
+
static types(): {
|
|
19242
|
+
[key: string]: any;
|
|
19243
|
+
};
|
|
19244
|
+
constructor(map?: {
|
|
19245
|
+
[key: string]: any;
|
|
19246
|
+
});
|
|
19247
|
+
}
|
|
19170
19248
|
export declare class CreateDomainResponseBodyDomainInfo extends $tea.Model {
|
|
19171
19249
|
/**
|
|
19172
19250
|
* @remarks
|
|
@@ -19184,6 +19262,7 @@ export declare class CreateDomainResponseBodyDomainInfo extends $tea.Model {
|
|
|
19184
19262
|
* www.aliyundoc.com
|
|
19185
19263
|
*/
|
|
19186
19264
|
domain?: string;
|
|
19265
|
+
domainId?: string;
|
|
19187
19266
|
static names(): {
|
|
19188
19267
|
[key: string]: string;
|
|
19189
19268
|
};
|
|
@@ -19362,7 +19441,7 @@ export declare class DescribeApisecAbnormalsResponseBodyData extends $tea.Model
|
|
|
19362
19441
|
* @remarks
|
|
19363
19442
|
* The type of the risk.
|
|
19364
19443
|
*
|
|
19365
|
-
* > You can call the [DescribeApisecRules](
|
|
19444
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of risks.
|
|
19366
19445
|
*
|
|
19367
19446
|
* @example
|
|
19368
19447
|
* LackOfSpeedLimit
|
|
@@ -19396,7 +19475,7 @@ export declare class DescribeApisecAbnormalsResponseBodyData extends $tea.Model
|
|
|
19396
19475
|
* @remarks
|
|
19397
19476
|
* The business purpose of the API.
|
|
19398
19477
|
*
|
|
19399
|
-
* > You can call the [DescribeApisecRules](
|
|
19478
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the business purposes of APIs.
|
|
19400
19479
|
*
|
|
19401
19480
|
* @example
|
|
19402
19481
|
* SendMail
|
|
@@ -19615,7 +19694,7 @@ export declare class DescribeApisecApiResourcesResponseBodyData extends $tea.Mod
|
|
|
19615
19694
|
* @remarks
|
|
19616
19695
|
* The business purpose of the API.
|
|
19617
19696
|
*
|
|
19618
|
-
* > You can call the [DescribeApisecRules](
|
|
19697
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the business purpose of the API.
|
|
19619
19698
|
*
|
|
19620
19699
|
* @example
|
|
19621
19700
|
* SendMail
|
|
@@ -19753,7 +19832,7 @@ export declare class DescribeApisecAssetTrendResponseBodyData extends $tea.Model
|
|
|
19753
19832
|
assetOffline?: number;
|
|
19754
19833
|
/**
|
|
19755
19834
|
* @remarks
|
|
19756
|
-
* The
|
|
19835
|
+
* The time for statistics. Specify a UNIX timestamp in UTC. Unit: seconds.
|
|
19757
19836
|
*
|
|
19758
19837
|
* @example
|
|
19759
19838
|
* 1683600042
|
|
@@ -19849,7 +19928,7 @@ export declare class DescribeApisecEventsResponseBodyData extends $tea.Model {
|
|
|
19849
19928
|
* @remarks
|
|
19850
19929
|
* The business purpose of the API.
|
|
19851
19930
|
*
|
|
19852
|
-
* > You can call the [DescribeApisecRules](
|
|
19931
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the business purpose of the API.
|
|
19853
19932
|
*
|
|
19854
19933
|
* @example
|
|
19855
19934
|
* SendMail
|
|
@@ -19936,7 +20015,7 @@ export declare class DescribeApisecEventsResponseBodyData extends $tea.Model {
|
|
|
19936
20015
|
* @remarks
|
|
19937
20016
|
* The type of the event.
|
|
19938
20017
|
*
|
|
19939
|
-
* > You can call the [DescribeApisecRules](
|
|
20018
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported event types.
|
|
19940
20019
|
*
|
|
19941
20020
|
* @example
|
|
19942
20021
|
* ObtainSensitiveUnauthorized
|
|
@@ -20304,6 +20383,7 @@ export declare class DescribeApisecSensitiveDomainStatisticResponseBodyData exte
|
|
|
20304
20383
|
/**
|
|
20305
20384
|
* @remarks
|
|
20306
20385
|
* The code of the sensitive data.
|
|
20386
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported sensitive data types.
|
|
20307
20387
|
*
|
|
20308
20388
|
* @example
|
|
20309
20389
|
* 10
|
|
@@ -20311,7 +20391,11 @@ export declare class DescribeApisecSensitiveDomainStatisticResponseBodyData exte
|
|
|
20311
20391
|
sensitiveCode?: string;
|
|
20312
20392
|
/**
|
|
20313
20393
|
* @remarks
|
|
20314
|
-
* The sensitivity level of the sensitive data.
|
|
20394
|
+
* The sensitivity level of the sensitive data.Valid values:
|
|
20395
|
+
*
|
|
20396
|
+
* * **S1**: low sensitivity.
|
|
20397
|
+
* * **S2**: moderate sensitivity.
|
|
20398
|
+
* * **S3**: high sensitivity.
|
|
20315
20399
|
*
|
|
20316
20400
|
* @example
|
|
20317
20401
|
* L3
|
|
@@ -21028,11 +21112,21 @@ export declare class DescribeCloudResourceAccessPortDetailsResponseBodyAccessPor
|
|
|
21028
21112
|
}
|
|
21029
21113
|
export declare class DescribeCloudResourcesResponseBodyCloudResources extends $tea.Model {
|
|
21030
21114
|
/**
|
|
21115
|
+
* @remarks
|
|
21116
|
+
* The number of the HTTP ports that are added to WAF.
|
|
21117
|
+
*
|
|
21118
|
+
* > This parameter is returned only if the cloud service is ECS or CLB.
|
|
21119
|
+
*
|
|
21031
21120
|
* @example
|
|
21032
21121
|
* 1
|
|
21033
21122
|
*/
|
|
21034
21123
|
httpPortCount?: number;
|
|
21035
21124
|
/**
|
|
21125
|
+
* @remarks
|
|
21126
|
+
* The number of the HTTPS ports that are added to WAF.
|
|
21127
|
+
*
|
|
21128
|
+
* > This parameter is returned only if the cloud service is ECS or CLB.
|
|
21129
|
+
*
|
|
21036
21130
|
* @example
|
|
21037
21131
|
* 1
|
|
21038
21132
|
*/
|
|
@@ -21072,16 +21166,25 @@ export declare class DescribeCloudResourcesResponseBodyCloudResources extends $t
|
|
|
21072
21166
|
*/
|
|
21073
21167
|
resourceInstance?: string;
|
|
21074
21168
|
/**
|
|
21169
|
+
* @remarks
|
|
21170
|
+
* The ID of the instance that is added to WAF.
|
|
21171
|
+
*
|
|
21075
21172
|
* @example
|
|
21076
21173
|
* lb-uf60ub45fr9b***
|
|
21077
21174
|
*/
|
|
21078
21175
|
resourceInstanceId?: string;
|
|
21079
21176
|
/**
|
|
21177
|
+
* @remarks
|
|
21178
|
+
* The IP address of the instance that is added to WAF.
|
|
21179
|
+
*
|
|
21080
21180
|
* @example
|
|
21081
21181
|
* 1.1.1.1
|
|
21082
21182
|
*/
|
|
21083
21183
|
resourceInstanceIp?: string;
|
|
21084
21184
|
/**
|
|
21185
|
+
* @remarks
|
|
21186
|
+
* The name of the instance that is added to WAF.
|
|
21187
|
+
*
|
|
21085
21188
|
* @example
|
|
21086
21189
|
* test-name
|
|
21087
21190
|
*/
|
|
@@ -21104,6 +21207,9 @@ export declare class DescribeCloudResourcesResponseBodyCloudResources extends $t
|
|
|
21104
21207
|
* * **mse**: MSE.
|
|
21105
21208
|
* * **fc**: Function Compute.
|
|
21106
21209
|
* * **sae**: SAE.
|
|
21210
|
+
* * **ecs**: ECS.
|
|
21211
|
+
* * **clb4**: Layer 4 CLB.
|
|
21212
|
+
* * **clb7**: Layer 7 CLB.
|
|
21107
21213
|
*
|
|
21108
21214
|
* @example
|
|
21109
21215
|
* alb
|
|
@@ -22412,6 +22518,18 @@ export declare class DescribeDomainDetailResponseBodyRedirectBackends extends $t
|
|
|
22412
22518
|
[key: string]: any;
|
|
22413
22519
|
});
|
|
22414
22520
|
}
|
|
22521
|
+
export declare class DescribeDomainDetailResponseBodyRedirectBackupBackends extends $tea.Model {
|
|
22522
|
+
backend?: string;
|
|
22523
|
+
static names(): {
|
|
22524
|
+
[key: string]: string;
|
|
22525
|
+
};
|
|
22526
|
+
static types(): {
|
|
22527
|
+
[key: string]: any;
|
|
22528
|
+
};
|
|
22529
|
+
constructor(map?: {
|
|
22530
|
+
[key: string]: any;
|
|
22531
|
+
});
|
|
22532
|
+
}
|
|
22415
22533
|
export declare class DescribeDomainDetailResponseBodyRedirectRequestHeaders extends $tea.Model {
|
|
22416
22534
|
/**
|
|
22417
22535
|
* @remarks
|
|
@@ -22445,6 +22563,7 @@ export declare class DescribeDomainDetailResponseBodyRedirect extends $tea.Model
|
|
|
22445
22563
|
* An array of addresses of origin servers.
|
|
22446
22564
|
*/
|
|
22447
22565
|
backends?: DescribeDomainDetailResponseBodyRedirectBackends[];
|
|
22566
|
+
backupBackends?: DescribeDomainDetailResponseBodyRedirectBackupBackends[];
|
|
22448
22567
|
/**
|
|
22449
22568
|
* @remarks
|
|
22450
22569
|
* The timeout period of the connection. Unit: seconds. Valid values: 5 to 120.
|
|
@@ -23212,7 +23331,7 @@ export declare class DescribeFreeUserEventsResponseBodyEvent extends $tea.Model
|
|
|
23212
23331
|
* @remarks
|
|
23213
23332
|
* The type of the security event.
|
|
23214
23333
|
*
|
|
23215
|
-
* > You can call the [DescribeApisecRules](
|
|
23334
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of security events.
|
|
23216
23335
|
*
|
|
23217
23336
|
* @example
|
|
23218
23337
|
* Event_DataTraverse
|
|
@@ -25527,7 +25646,7 @@ export declare class DescribeSensitiveOutboundStatisticResponseBodyData extends
|
|
|
25527
25646
|
* @remarks
|
|
25528
25647
|
* The type of the sensitive data.
|
|
25529
25648
|
*
|
|
25530
|
-
* > You can call the [DescribeApisecRules](
|
|
25649
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of sensitive data.
|
|
25531
25650
|
*
|
|
25532
25651
|
* @example
|
|
25533
25652
|
* 1001
|
|
@@ -25650,6 +25769,14 @@ export declare class DescribeSensitiveRequestLogResponseBodyData extends $tea.Mo
|
|
|
25650
25769
|
* a.****.com
|
|
25651
25770
|
*/
|
|
25652
25771
|
matchedHost?: string;
|
|
25772
|
+
/**
|
|
25773
|
+
* @remarks
|
|
25774
|
+
* IP region, formatted as a region code.
|
|
25775
|
+
*
|
|
25776
|
+
* @example
|
|
25777
|
+
* CN
|
|
25778
|
+
*/
|
|
25779
|
+
remoteCountryId?: string;
|
|
25653
25780
|
/**
|
|
25654
25781
|
* @remarks
|
|
25655
25782
|
* The time when the request was initiated. The value is a UNIX timestamp displayed in UTC. Unit: seconds.
|
|
@@ -25828,7 +25955,7 @@ export declare class DescribeSensitiveStatisticResponseBodyData extends $tea.Mod
|
|
|
25828
25955
|
* @remarks
|
|
25829
25956
|
* The type of the sensitive data.
|
|
25830
25957
|
*
|
|
25831
|
-
* > You can call the [DescribeApisecRules](
|
|
25958
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of sensitive data.
|
|
25832
25959
|
*
|
|
25833
25960
|
* @example
|
|
25834
25961
|
* 1003
|
|
@@ -25908,6 +26035,8 @@ export declare class DescribeUserAbnormalTrendResponseBodyTrend extends $tea.Mod
|
|
|
25908
26035
|
* @remarks
|
|
25909
26036
|
* The time at which the API was called. The value is a UNIX timestamp displayed in UTC. Unit: seconds.
|
|
25910
26037
|
*
|
|
26038
|
+
* >Notice: The parameter has been deprecated, it is recommended to use the Timestamp parameter.
|
|
26039
|
+
*
|
|
25911
26040
|
* @example
|
|
25912
26041
|
* 1722268800
|
|
25913
26042
|
*/
|
|
@@ -25959,7 +26088,7 @@ export declare class DescribeUserAbnormalTypeResponseBodyAbnormal extends $tea.M
|
|
|
25959
26088
|
* @remarks
|
|
25960
26089
|
* The type of the risk.
|
|
25961
26090
|
*
|
|
25962
|
-
* > You can call the [DescribeApisecRules](
|
|
26091
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of risks.
|
|
25963
26092
|
*
|
|
25964
26093
|
* @example
|
|
25965
26094
|
* LackOfSpeedLimit
|
|
@@ -26069,6 +26198,7 @@ export declare class DescribeUserEventTrendResponseBodyTrend extends $tea.Model
|
|
|
26069
26198
|
/**
|
|
26070
26199
|
* @remarks
|
|
26071
26200
|
* The time at which the API was called. The value is a UNIX timestamp displayed in UTC. Unit: seconds.
|
|
26201
|
+
* >Notice: The parameter has been deprecated, it is recommended to use the Timestamp parameter.
|
|
26072
26202
|
*
|
|
26073
26203
|
* @example
|
|
26074
26204
|
* 1723435200
|
|
@@ -26121,7 +26251,7 @@ export declare class DescribeUserEventTypeResponseBodyEvent extends $tea.Model {
|
|
|
26121
26251
|
* @remarks
|
|
26122
26252
|
* The type of the security event.
|
|
26123
26253
|
*
|
|
26124
|
-
* > You can call the [DescribeApisecRules](
|
|
26254
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of security events.
|
|
26125
26255
|
*
|
|
26126
26256
|
* @example
|
|
26127
26257
|
* Event_AbnormalFrequency
|
|
@@ -26804,6 +26934,7 @@ export declare class ModifyDomainRequestRedirect extends $tea.Model {
|
|
|
26804
26934
|
* * If you use the domain name type, specify the value in the ["domain"] format. You can enter up to 20 domain names.
|
|
26805
26935
|
*/
|
|
26806
26936
|
backends?: string[];
|
|
26937
|
+
backupBackends?: string[];
|
|
26807
26938
|
/**
|
|
26808
26939
|
* @remarks
|
|
26809
26940
|
* Specifies whether to enable the public cloud disaster recovery feature. Valid values:
|