@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 +127 -74
- package/dist/client.js +19 -7
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +129 -74
package/src/client.ts
CHANGED
|
@@ -428,10 +428,9 @@ export class CreateApiExportRequest extends $tea.Model {
|
|
|
428
428
|
param?: string;
|
|
429
429
|
/**
|
|
430
430
|
* @remarks
|
|
431
|
-
*
|
|
432
|
-
*
|
|
433
|
-
* - **
|
|
434
|
-
* - **cn-hongkong**: outside the Chinese mainland.
|
|
431
|
+
* Language type. Valid values:
|
|
432
|
+
* - **cn**: Chinese.
|
|
433
|
+
* - **en**: English.
|
|
435
434
|
*
|
|
436
435
|
* @example
|
|
437
436
|
* cn
|
|
@@ -2276,6 +2275,7 @@ export class DeleteApisecAbnormalsRequest extends $tea.Model {
|
|
|
2276
2275
|
/**
|
|
2277
2276
|
* @remarks
|
|
2278
2277
|
* The ID of the hybrid cloud cluster.
|
|
2278
|
+
* >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.
|
|
2279
2279
|
*
|
|
2280
2280
|
* @example
|
|
2281
2281
|
* 428
|
|
@@ -2306,7 +2306,7 @@ export class DeleteApisecAbnormalsRequest extends $tea.Model {
|
|
|
2306
2306
|
regionId?: string;
|
|
2307
2307
|
/**
|
|
2308
2308
|
* @remarks
|
|
2309
|
-
*
|
|
2309
|
+
* 阿里云资源组ID。
|
|
2310
2310
|
*
|
|
2311
2311
|
* @example
|
|
2312
2312
|
* rg-acfm***q
|
|
@@ -2392,6 +2392,7 @@ export class DeleteApisecEventsRequest extends $tea.Model {
|
|
|
2392
2392
|
/**
|
|
2393
2393
|
* @remarks
|
|
2394
2394
|
* The ID of the hybrid cloud cluster.
|
|
2395
|
+
* >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.
|
|
2395
2396
|
*
|
|
2396
2397
|
* @example
|
|
2397
2398
|
* 428
|
|
@@ -2429,7 +2430,7 @@ export class DeleteApisecEventsRequest extends $tea.Model {
|
|
|
2429
2430
|
regionId?: string;
|
|
2430
2431
|
/**
|
|
2431
2432
|
* @remarks
|
|
2432
|
-
*
|
|
2433
|
+
* 阿里云资源组ID。
|
|
2433
2434
|
*
|
|
2434
2435
|
* @example
|
|
2435
2436
|
* rg-acfm***q
|
|
@@ -3554,7 +3555,9 @@ export class DescribeAccountDelegatedStatusResponse extends $tea.Model {
|
|
|
3554
3555
|
export class DescribeApiExportsRequest extends $tea.Model {
|
|
3555
3556
|
/**
|
|
3556
3557
|
* @remarks
|
|
3557
|
-
* The
|
|
3558
|
+
* The ID of the Web Application Firewall (WAF) instance.
|
|
3559
|
+
*
|
|
3560
|
+
* > You can call the [DescribeInstance](https://help.aliyun.com/document_detail/433756.html) operation to query the ID of the WAF instance.
|
|
3558
3561
|
*
|
|
3559
3562
|
* This parameter is required.
|
|
3560
3563
|
*
|
|
@@ -3564,7 +3567,10 @@ export class DescribeApiExportsRequest extends $tea.Model {
|
|
|
3564
3567
|
instanceId?: string;
|
|
3565
3568
|
/**
|
|
3566
3569
|
* @remarks
|
|
3567
|
-
*
|
|
3570
|
+
* Language type. Valid values:
|
|
3571
|
+
*
|
|
3572
|
+
* - **cn**: Chinese.
|
|
3573
|
+
* - **en**: English.
|
|
3568
3574
|
*
|
|
3569
3575
|
* @example
|
|
3570
3576
|
* zh
|
|
@@ -3572,7 +3578,7 @@ export class DescribeApiExportsRequest extends $tea.Model {
|
|
|
3572
3578
|
lang?: string;
|
|
3573
3579
|
/**
|
|
3574
3580
|
* @remarks
|
|
3575
|
-
* The
|
|
3581
|
+
* The page number. Default value: **1**.
|
|
3576
3582
|
*
|
|
3577
3583
|
* @example
|
|
3578
3584
|
* 1
|
|
@@ -3580,7 +3586,7 @@ export class DescribeApiExportsRequest extends $tea.Model {
|
|
|
3580
3586
|
pageNumber?: number;
|
|
3581
3587
|
/**
|
|
3582
3588
|
* @remarks
|
|
3583
|
-
* The
|
|
3589
|
+
* The number of entries to return on each page. Default value: **10**.
|
|
3584
3590
|
*
|
|
3585
3591
|
* @example
|
|
3586
3592
|
* 10
|
|
@@ -3588,7 +3594,10 @@ export class DescribeApiExportsRequest extends $tea.Model {
|
|
|
3588
3594
|
pageSize?: number;
|
|
3589
3595
|
/**
|
|
3590
3596
|
* @remarks
|
|
3591
|
-
* The
|
|
3597
|
+
* The region ID of the Web Application Firewall (WAF) instance. Valid values:
|
|
3598
|
+
*
|
|
3599
|
+
* * **cn-hangzhou**: Chinese mainland.
|
|
3600
|
+
* * **ap-southeast-1**: outside the Chinese mainland.
|
|
3592
3601
|
*
|
|
3593
3602
|
* @example
|
|
3594
3603
|
* cn-hangzhou
|
|
@@ -3596,7 +3605,7 @@ export class DescribeApiExportsRequest extends $tea.Model {
|
|
|
3596
3605
|
regionId?: string;
|
|
3597
3606
|
/**
|
|
3598
3607
|
* @remarks
|
|
3599
|
-
* The
|
|
3608
|
+
* The ID of the Alibaba Cloud resource group.
|
|
3600
3609
|
*
|
|
3601
3610
|
* @example
|
|
3602
3611
|
* rg-acfm***q
|
|
@@ -3632,12 +3641,12 @@ export class DescribeApiExportsRequest extends $tea.Model {
|
|
|
3632
3641
|
export class DescribeApiExportsResponseBody extends $tea.Model {
|
|
3633
3642
|
/**
|
|
3634
3643
|
* @remarks
|
|
3635
|
-
* The
|
|
3644
|
+
* The returned data export tasks.
|
|
3636
3645
|
*/
|
|
3637
3646
|
apiExports?: DescribeApiExportsResponseBodyApiExports[];
|
|
3638
3647
|
/**
|
|
3639
3648
|
* @remarks
|
|
3640
|
-
* The
|
|
3649
|
+
* The request ID.
|
|
3641
3650
|
*
|
|
3642
3651
|
* @example
|
|
3643
3652
|
* D9532525-E885-54E7-A178-D5554D563AFB
|
|
@@ -3705,6 +3714,7 @@ export class DescribeApisecAbnormalDomainStatisticRequest extends $tea.Model {
|
|
|
3705
3714
|
/**
|
|
3706
3715
|
* @remarks
|
|
3707
3716
|
* The ID of the hybrid cloud cluster.
|
|
3717
|
+
* >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.
|
|
3708
3718
|
*
|
|
3709
3719
|
* @example
|
|
3710
3720
|
* 428
|
|
@@ -3712,7 +3722,7 @@ export class DescribeApisecAbnormalDomainStatisticRequest extends $tea.Model {
|
|
|
3712
3722
|
clusterId?: string;
|
|
3713
3723
|
/**
|
|
3714
3724
|
* @remarks
|
|
3715
|
-
* The end of the time range to query.
|
|
3725
|
+
* The end of the time range to query. Specify a UNIX timestamp in UTC. Unit: seconds.
|
|
3716
3726
|
*
|
|
3717
3727
|
* @example
|
|
3718
3728
|
* 1687313820
|
|
@@ -3732,10 +3742,10 @@ export class DescribeApisecAbnormalDomainStatisticRequest extends $tea.Model {
|
|
|
3732
3742
|
instanceId?: string;
|
|
3733
3743
|
/**
|
|
3734
3744
|
* @remarks
|
|
3735
|
-
* The sorting order.
|
|
3745
|
+
* The sorting order. Valid values:
|
|
3736
3746
|
*
|
|
3737
|
-
*
|
|
3738
|
-
*
|
|
3747
|
+
* - **asc**: ascending order.
|
|
3748
|
+
* - **desc**: descending order.
|
|
3739
3749
|
*
|
|
3740
3750
|
* @example
|
|
3741
3751
|
* desc
|
|
@@ -3751,10 +3761,10 @@ export class DescribeApisecAbnormalDomainStatisticRequest extends $tea.Model {
|
|
|
3751
3761
|
pageNumber?: number;
|
|
3752
3762
|
/**
|
|
3753
3763
|
* @remarks
|
|
3754
|
-
* The number of entries per page. Default value: **
|
|
3764
|
+
* The number of entries per page. Default value: **5**.
|
|
3755
3765
|
*
|
|
3756
3766
|
* @example
|
|
3757
|
-
*
|
|
3767
|
+
* 5
|
|
3758
3768
|
*/
|
|
3759
3769
|
pageSize?: number;
|
|
3760
3770
|
/**
|
|
@@ -3778,7 +3788,7 @@ export class DescribeApisecAbnormalDomainStatisticRequest extends $tea.Model {
|
|
|
3778
3788
|
resourceManagerResourceGroupId?: string;
|
|
3779
3789
|
/**
|
|
3780
3790
|
* @remarks
|
|
3781
|
-
* The beginning of the time range to query.
|
|
3791
|
+
* The beginning of the time range to query. Specify a UNIX timestamp in UTC. Unit: seconds.
|
|
3782
3792
|
*
|
|
3783
3793
|
* @example
|
|
3784
3794
|
* 1682571600
|
|
@@ -3825,7 +3835,7 @@ export class DescribeApisecAbnormalDomainStatisticResponseBody extends $tea.Mode
|
|
|
3825
3835
|
data?: DescribeApisecAbnormalDomainStatisticResponseBodyData[];
|
|
3826
3836
|
/**
|
|
3827
3837
|
* @remarks
|
|
3828
|
-
* Id of the request
|
|
3838
|
+
* Id of the request.
|
|
3829
3839
|
*
|
|
3830
3840
|
* @example
|
|
3831
3841
|
* 66A98669-CC6E-4F3E-80A6-3014***B11AE
|
|
@@ -3910,7 +3920,7 @@ export class DescribeApisecAbnormalsRequest extends $tea.Model {
|
|
|
3910
3920
|
* @remarks
|
|
3911
3921
|
* The type of the risk.
|
|
3912
3922
|
*
|
|
3913
|
-
* > You can call the [DescribeApisecRules](
|
|
3923
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of risks.
|
|
3914
3924
|
*
|
|
3915
3925
|
* @example
|
|
3916
3926
|
* LackOfSpeedLimit
|
|
@@ -3936,7 +3946,7 @@ export class DescribeApisecAbnormalsRequest extends $tea.Model {
|
|
|
3936
3946
|
* @remarks
|
|
3937
3947
|
* The business purpose of the API.
|
|
3938
3948
|
*
|
|
3939
|
-
* > You can call the [DescribeApisecRules](
|
|
3949
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the business purposes of APIs.
|
|
3940
3950
|
*
|
|
3941
3951
|
* @example
|
|
3942
3952
|
* RegisterAPI
|
|
@@ -4241,7 +4251,7 @@ export class DescribeApisecApiResourcesRequest extends $tea.Model {
|
|
|
4241
4251
|
* @remarks
|
|
4242
4252
|
* The business purpose of the API.
|
|
4243
4253
|
*
|
|
4244
|
-
* > You can call the [DescribeApisecRules](
|
|
4254
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the business purpose of the API.
|
|
4245
4255
|
*
|
|
4246
4256
|
* @example
|
|
4247
4257
|
* SendMail
|
|
@@ -4384,7 +4394,7 @@ export class DescribeApisecApiResourcesRequest extends $tea.Model {
|
|
|
4384
4394
|
* @remarks
|
|
4385
4395
|
* The sensitive data type in the request.
|
|
4386
4396
|
*
|
|
4387
|
-
* > You can call the [DescribeApisecRules](
|
|
4397
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported sensitive data types.
|
|
4388
4398
|
*
|
|
4389
4399
|
* @example
|
|
4390
4400
|
* 1004,1005
|
|
@@ -4415,7 +4425,7 @@ export class DescribeApisecApiResourcesRequest extends $tea.Model {
|
|
|
4415
4425
|
* @remarks
|
|
4416
4426
|
* The sensitive data type in the response.
|
|
4417
4427
|
*
|
|
4418
|
-
* > You can call the [DescribeApisecRules](
|
|
4428
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported sensitive data types.
|
|
4419
4429
|
*
|
|
4420
4430
|
* @example
|
|
4421
4431
|
* 1004
|
|
@@ -4569,7 +4579,7 @@ export class DescribeApisecAssetTrendRequest extends $tea.Model {
|
|
|
4569
4579
|
clusterId?: string;
|
|
4570
4580
|
/**
|
|
4571
4581
|
* @remarks
|
|
4572
|
-
* The end of the time range to query. Specify a UNIX timestamp in UTC. Unit:
|
|
4582
|
+
* The end of the time range to query. Specify a UNIX timestamp in UTC. Unit: seconds.
|
|
4573
4583
|
*
|
|
4574
4584
|
* @example
|
|
4575
4585
|
* 1683183599
|
|
@@ -4579,7 +4589,7 @@ export class DescribeApisecAssetTrendRequest extends $tea.Model {
|
|
|
4579
4589
|
* @remarks
|
|
4580
4590
|
* The ID of the WAF instance.
|
|
4581
4591
|
*
|
|
4582
|
-
* > You can call the [
|
|
4592
|
+
* > You can call the [DescribeInstance](https://help.aliyun.com/document_detail/433756.html) operation to query the ID of the WAF instance.
|
|
4583
4593
|
*
|
|
4584
4594
|
* This parameter is required.
|
|
4585
4595
|
*
|
|
@@ -4608,7 +4618,7 @@ export class DescribeApisecAssetTrendRequest extends $tea.Model {
|
|
|
4608
4618
|
resourceManagerResourceGroupId?: string;
|
|
4609
4619
|
/**
|
|
4610
4620
|
* @remarks
|
|
4611
|
-
* The beginning of the time range to query. Specify a UNIX timestamp in UTC. Unit:
|
|
4621
|
+
* The beginning of the time range to query. Specify a UNIX timestamp in UTC. Unit: seconds.
|
|
4612
4622
|
*
|
|
4613
4623
|
* @example
|
|
4614
4624
|
* 1668496310
|
|
@@ -4649,7 +4659,7 @@ export class DescribeApisecAssetTrendResponseBody extends $tea.Model {
|
|
|
4649
4659
|
data?: DescribeApisecAssetTrendResponseBodyData[];
|
|
4650
4660
|
/**
|
|
4651
4661
|
* @remarks
|
|
4652
|
-
* Id of the request
|
|
4662
|
+
* Id of the request.
|
|
4653
4663
|
*
|
|
4654
4664
|
* @example
|
|
4655
4665
|
* D7861F61-5B61-46CE-A47C-6B19****5EB0
|
|
@@ -4703,6 +4713,7 @@ export class DescribeApisecEventDomainStatisticRequest extends $tea.Model {
|
|
|
4703
4713
|
/**
|
|
4704
4714
|
* @remarks
|
|
4705
4715
|
* The ID of the hybrid cloud cluster.
|
|
4716
|
+
* >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.
|
|
4706
4717
|
*
|
|
4707
4718
|
* @example
|
|
4708
4719
|
* 428
|
|
@@ -4710,7 +4721,7 @@ export class DescribeApisecEventDomainStatisticRequest extends $tea.Model {
|
|
|
4710
4721
|
clusterId?: string;
|
|
4711
4722
|
/**
|
|
4712
4723
|
* @remarks
|
|
4713
|
-
* The end of the time range to query. Specify a UNIX timestamp in UTC. Unit:
|
|
4724
|
+
* The end of the time range to query. Specify a UNIX timestamp in UTC. Unit: seconds.
|
|
4714
4725
|
*
|
|
4715
4726
|
* @example
|
|
4716
4727
|
* 1686895256
|
|
@@ -4730,10 +4741,10 @@ export class DescribeApisecEventDomainStatisticRequest extends $tea.Model {
|
|
|
4730
4741
|
instanceId?: string;
|
|
4731
4742
|
/**
|
|
4732
4743
|
* @remarks
|
|
4733
|
-
* The sorting order.
|
|
4744
|
+
* The sorting order. Valid values:
|
|
4734
4745
|
*
|
|
4735
|
-
*
|
|
4736
|
-
*
|
|
4746
|
+
* - **asc**: ascending order.
|
|
4747
|
+
* - **desc**: descending order.
|
|
4737
4748
|
*
|
|
4738
4749
|
* @example
|
|
4739
4750
|
* desc
|
|
@@ -4741,7 +4752,7 @@ export class DescribeApisecEventDomainStatisticRequest extends $tea.Model {
|
|
|
4741
4752
|
orderWay?: string;
|
|
4742
4753
|
/**
|
|
4743
4754
|
* @remarks
|
|
4744
|
-
* The page number.
|
|
4755
|
+
* The page number. Default value: **1**.
|
|
4745
4756
|
*
|
|
4746
4757
|
* @example
|
|
4747
4758
|
* 1
|
|
@@ -4749,10 +4760,10 @@ export class DescribeApisecEventDomainStatisticRequest extends $tea.Model {
|
|
|
4749
4760
|
pageNumber?: number;
|
|
4750
4761
|
/**
|
|
4751
4762
|
* @remarks
|
|
4752
|
-
* The number of entries per page. Default value: **
|
|
4763
|
+
* The number of entries per page. Default value: **5**.
|
|
4753
4764
|
*
|
|
4754
4765
|
* @example
|
|
4755
|
-
*
|
|
4766
|
+
* 5
|
|
4756
4767
|
*/
|
|
4757
4768
|
pageSize?: number;
|
|
4758
4769
|
/**
|
|
@@ -4776,7 +4787,7 @@ export class DescribeApisecEventDomainStatisticRequest extends $tea.Model {
|
|
|
4776
4787
|
resourceManagerResourceGroupId?: string;
|
|
4777
4788
|
/**
|
|
4778
4789
|
* @remarks
|
|
4779
|
-
* The beginning of the time range to query. Specify a UNIX timestamp in UTC. Unit:
|
|
4790
|
+
* The beginning of the time range to query. Specify a UNIX timestamp in UTC. Unit: seconds.
|
|
4780
4791
|
*
|
|
4781
4792
|
* @example
|
|
4782
4793
|
* 1668496310
|
|
@@ -4823,7 +4834,7 @@ export class DescribeApisecEventDomainStatisticResponseBody extends $tea.Model {
|
|
|
4823
4834
|
data?: DescribeApisecEventDomainStatisticResponseBodyData[];
|
|
4824
4835
|
/**
|
|
4825
4836
|
* @remarks
|
|
4826
|
-
* Id of the request
|
|
4837
|
+
* Id of the request.
|
|
4827
4838
|
*
|
|
4828
4839
|
* @example
|
|
4829
4840
|
* 66A98669-*******-80A6-3014697B11AE
|
|
@@ -4904,7 +4915,7 @@ export class DescribeApisecEventsRequest extends $tea.Model {
|
|
|
4904
4915
|
* @remarks
|
|
4905
4916
|
* The business purpose of the API.
|
|
4906
4917
|
*
|
|
4907
|
-
* > You can call the [DescribeApisecRules](
|
|
4918
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the business purpose of the API.
|
|
4908
4919
|
*
|
|
4909
4920
|
* @example
|
|
4910
4921
|
* SendMail
|
|
@@ -4959,7 +4970,7 @@ export class DescribeApisecEventsRequest extends $tea.Model {
|
|
|
4959
4970
|
* @remarks
|
|
4960
4971
|
* The type of the event.
|
|
4961
4972
|
*
|
|
4962
|
-
* > You can call the [DescribeApisecRules](
|
|
4973
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported event types.
|
|
4963
4974
|
*
|
|
4964
4975
|
* @example
|
|
4965
4976
|
* ObtainSensitiveUnauthorized
|
|
@@ -6059,10 +6070,10 @@ export class DescribeApisecSensitiveDomainStatisticRequest extends $tea.Model {
|
|
|
6059
6070
|
instanceId?: string;
|
|
6060
6071
|
/**
|
|
6061
6072
|
* @remarks
|
|
6062
|
-
* The sorting order.
|
|
6073
|
+
* The sorting order. Valid values:
|
|
6063
6074
|
*
|
|
6064
|
-
*
|
|
6065
|
-
*
|
|
6075
|
+
* - **asc**: ascending order.
|
|
6076
|
+
* - **desc**: descending order.
|
|
6066
6077
|
*
|
|
6067
6078
|
* @example
|
|
6068
6079
|
* desc
|
|
@@ -6078,10 +6089,10 @@ export class DescribeApisecSensitiveDomainStatisticRequest extends $tea.Model {
|
|
|
6078
6089
|
pageNumber?: number;
|
|
6079
6090
|
/**
|
|
6080
6091
|
* @remarks
|
|
6081
|
-
* The number of entries per page. Default value: **
|
|
6092
|
+
* The number of entries per page. Default value: **5**.
|
|
6082
6093
|
*
|
|
6083
6094
|
* @example
|
|
6084
|
-
*
|
|
6095
|
+
* 5
|
|
6085
6096
|
*/
|
|
6086
6097
|
pageSize?: number;
|
|
6087
6098
|
/**
|
|
@@ -6113,10 +6124,10 @@ export class DescribeApisecSensitiveDomainStatisticRequest extends $tea.Model {
|
|
|
6113
6124
|
startTime?: number;
|
|
6114
6125
|
/**
|
|
6115
6126
|
* @remarks
|
|
6116
|
-
* The sensitive data type.
|
|
6127
|
+
* The sensitive data type. Valid values:
|
|
6117
6128
|
*
|
|
6118
|
-
*
|
|
6119
|
-
*
|
|
6129
|
+
* - **request**: sensitive data in requests.
|
|
6130
|
+
* - **response**: sensitive data in responses.
|
|
6120
6131
|
*
|
|
6121
6132
|
* @example
|
|
6122
6133
|
* request
|
|
@@ -6165,7 +6176,7 @@ export class DescribeApisecSensitiveDomainStatisticResponseBody extends $tea.Mod
|
|
|
6165
6176
|
data?: DescribeApisecSensitiveDomainStatisticResponseBodyData[];
|
|
6166
6177
|
/**
|
|
6167
6178
|
* @remarks
|
|
6168
|
-
*
|
|
6179
|
+
* The request ID.
|
|
6169
6180
|
*
|
|
6170
6181
|
* @example
|
|
6171
6182
|
* 56B40D30-4960-4F19-B7D5-2B1F***6CB70
|
|
@@ -7584,6 +7595,9 @@ export class DescribeCloudResourcesRequest extends $tea.Model {
|
|
|
7584
7595
|
*/
|
|
7585
7596
|
resourceInstanceId?: string;
|
|
7586
7597
|
/**
|
|
7598
|
+
* @remarks
|
|
7599
|
+
* The name of the instance that is added to WAF.
|
|
7600
|
+
*
|
|
7587
7601
|
* @example
|
|
7588
7602
|
* test-name
|
|
7589
7603
|
*/
|
|
@@ -7608,12 +7622,16 @@ export class DescribeCloudResourcesRequest extends $tea.Model {
|
|
|
7608
7622
|
resourceName?: string;
|
|
7609
7623
|
/**
|
|
7610
7624
|
* @remarks
|
|
7611
|
-
* The cloud service to which the resource belongs. Valid values:
|
|
7625
|
+
* 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:
|
|
7612
7626
|
*
|
|
7613
|
-
* * **alb**:
|
|
7614
|
-
* * **mse**:
|
|
7627
|
+
* * **alb**: ALB.
|
|
7628
|
+
* * **mse**: MSE.
|
|
7615
7629
|
* * **fc**: Function Compute.
|
|
7616
|
-
* * **sae**:
|
|
7630
|
+
* * **sae**: SAE.
|
|
7631
|
+
* * **ecs**: Elastic Compute Service (ECS).
|
|
7632
|
+
* * **clb4**: Layer 4 Classic Load Balancer (CLB).
|
|
7633
|
+
* * **clb7**: Layer 7 CLB.
|
|
7634
|
+
* * **nlb**: Network Load Balancer (NLB).
|
|
7617
7635
|
*
|
|
7618
7636
|
* > Different cloud services are available in different regions. The specified cloud service must be available in the specified region.
|
|
7619
7637
|
*
|
|
@@ -15935,7 +15953,7 @@ export class DescribeSensitiveOutboundStatisticRequest extends $tea.Model {
|
|
|
15935
15953
|
* @remarks
|
|
15936
15954
|
* The type of the sensitive data. Separate multiple types with commas (,).
|
|
15937
15955
|
*
|
|
15938
|
-
* > You can call the [DescribeApisecRules](
|
|
15956
|
+
* > 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.
|
|
15939
15957
|
*
|
|
15940
15958
|
* @example
|
|
15941
15959
|
* 1000,1001
|
|
@@ -16334,7 +16352,7 @@ export class DescribeSensitiveRequestLogRequest extends $tea.Model {
|
|
|
16334
16352
|
* @remarks
|
|
16335
16353
|
* The type of the sensitive data.
|
|
16336
16354
|
*
|
|
16337
|
-
* > You can call the [DescribeApisecRules](
|
|
16355
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of sensitive data.
|
|
16338
16356
|
*
|
|
16339
16357
|
* @example
|
|
16340
16358
|
* 1000,1001
|
|
@@ -16534,7 +16552,7 @@ export class DescribeSensitiveRequestsRequest extends $tea.Model {
|
|
|
16534
16552
|
* @remarks
|
|
16535
16553
|
* The type of the sensitive data.
|
|
16536
16554
|
*
|
|
16537
|
-
* > You can call the [DescribeApisecRules](
|
|
16555
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of sensitive data.
|
|
16538
16556
|
*
|
|
16539
16557
|
* @example
|
|
16540
16558
|
* 1001
|
|
@@ -17763,6 +17781,7 @@ export class DescribeUserApiRequestRequest extends $tea.Model {
|
|
|
17763
17781
|
/**
|
|
17764
17782
|
* @remarks
|
|
17765
17783
|
* The API.
|
|
17784
|
+
* >Notice: This parameter is deprecated, please use ApiId to query.
|
|
17766
17785
|
*
|
|
17767
17786
|
* @example
|
|
17768
17787
|
* /api/v1/know
|
|
@@ -17790,6 +17809,7 @@ export class DescribeUserApiRequestRequest extends $tea.Model {
|
|
|
17790
17809
|
/**
|
|
17791
17810
|
* @remarks
|
|
17792
17811
|
* The domain name or IP address of the API.
|
|
17812
|
+
* >Notice: This parameter is deprecated, please use ApiId to query.
|
|
17793
17813
|
*
|
|
17794
17814
|
* @example
|
|
17795
17815
|
* c.***.com
|
|
@@ -17966,6 +17986,7 @@ export class DescribeUserAssetRequest extends $tea.Model {
|
|
|
17966
17986
|
/**
|
|
17967
17987
|
* @remarks
|
|
17968
17988
|
* The time at which the API was called. The value is a UNIX timestamp displayed in UTC. Unit: seconds.
|
|
17989
|
+
* >Notice: The parameter has been deprecated.
|
|
17969
17990
|
*
|
|
17970
17991
|
* @example
|
|
17971
17992
|
* 1723435200
|
|
@@ -18488,7 +18509,7 @@ export class DescribeUserWafLogStatusRequest extends $tea.Model {
|
|
|
18488
18509
|
regionId?: string;
|
|
18489
18510
|
/**
|
|
18490
18511
|
* @remarks
|
|
18491
|
-
*
|
|
18512
|
+
* 阿里云资源组ID。
|
|
18492
18513
|
*
|
|
18493
18514
|
* @example
|
|
18494
18515
|
* rg-acfm***q
|
|
@@ -18524,7 +18545,6 @@ export class DescribeUserWafLogStatusResponseBody extends $tea.Model {
|
|
|
18524
18545
|
* * **cn-beijing**: China (Beijing).
|
|
18525
18546
|
* * **cn-hongkong**: China (Hong Kong).
|
|
18526
18547
|
* * **ap-southeast-1**: Singapore.
|
|
18527
|
-
* * **ap-southeast-2**: Australia (Sydney).
|
|
18528
18548
|
* * **ap-southeast-3**: Malaysia (Kuala Lumpur).
|
|
18529
18549
|
* * **ap-southeast-5**: Indonesia (Jakarta).
|
|
18530
18550
|
* * **ap-southeast-6**: Philippines (Manila).
|
|
@@ -19439,6 +19459,7 @@ export class ModifyApisecAbnormalsRequest extends $tea.Model {
|
|
|
19439
19459
|
/**
|
|
19440
19460
|
* @remarks
|
|
19441
19461
|
* The ID of the hybrid cloud cluster.
|
|
19462
|
+
* >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.
|
|
19442
19463
|
*
|
|
19443
19464
|
* @example
|
|
19444
19465
|
* 428
|
|
@@ -19477,7 +19498,7 @@ export class ModifyApisecAbnormalsRequest extends $tea.Model {
|
|
|
19477
19498
|
regionId?: string;
|
|
19478
19499
|
/**
|
|
19479
19500
|
* @remarks
|
|
19480
|
-
*
|
|
19501
|
+
* 阿里云资源组ID。
|
|
19481
19502
|
*
|
|
19482
19503
|
* @example
|
|
19483
19504
|
* rg-acfm***q
|
|
@@ -19733,6 +19754,7 @@ export class ModifyApisecEventsRequest extends $tea.Model {
|
|
|
19733
19754
|
/**
|
|
19734
19755
|
* @remarks
|
|
19735
19756
|
* The ID of the hybrid cloud cluster.
|
|
19757
|
+
* >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.
|
|
19736
19758
|
*
|
|
19737
19759
|
* @example
|
|
19738
19760
|
* 428
|
|
@@ -19778,7 +19800,7 @@ export class ModifyApisecEventsRequest extends $tea.Model {
|
|
|
19778
19800
|
regionId?: string;
|
|
19779
19801
|
/**
|
|
19780
19802
|
* @remarks
|
|
19781
|
-
*
|
|
19803
|
+
* 阿里云资源组ID。
|
|
19782
19804
|
*
|
|
19783
19805
|
* @example
|
|
19784
19806
|
* rg-acfm***q
|
|
@@ -25312,7 +25334,7 @@ export class DescribeApisecAbnormalsResponseBodyData extends $tea.Model {
|
|
|
25312
25334
|
* @remarks
|
|
25313
25335
|
* The type of the risk.
|
|
25314
25336
|
*
|
|
25315
|
-
* > You can call the [DescribeApisecRules](
|
|
25337
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of risks.
|
|
25316
25338
|
*
|
|
25317
25339
|
* @example
|
|
25318
25340
|
* LackOfSpeedLimit
|
|
@@ -25346,7 +25368,7 @@ export class DescribeApisecAbnormalsResponseBodyData extends $tea.Model {
|
|
|
25346
25368
|
* @remarks
|
|
25347
25369
|
* The business purpose of the API.
|
|
25348
25370
|
*
|
|
25349
|
-
* > You can call the [DescribeApisecRules](
|
|
25371
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the business purposes of APIs.
|
|
25350
25372
|
*
|
|
25351
25373
|
* @example
|
|
25352
25374
|
* SendMail
|
|
@@ -25608,7 +25630,7 @@ export class DescribeApisecApiResourcesResponseBodyData extends $tea.Model {
|
|
|
25608
25630
|
* @remarks
|
|
25609
25631
|
* The business purpose of the API.
|
|
25610
25632
|
*
|
|
25611
|
-
* > You can call the [DescribeApisecRules](
|
|
25633
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the business purpose of the API.
|
|
25612
25634
|
*
|
|
25613
25635
|
* @example
|
|
25614
25636
|
* SendMail
|
|
@@ -25795,7 +25817,7 @@ export class DescribeApisecAssetTrendResponseBodyData extends $tea.Model {
|
|
|
25795
25817
|
assetOffline?: number;
|
|
25796
25818
|
/**
|
|
25797
25819
|
* @remarks
|
|
25798
|
-
* The
|
|
25820
|
+
* The time for statistics. Specify a UNIX timestamp in UTC. Unit: seconds.
|
|
25799
25821
|
*
|
|
25800
25822
|
* @example
|
|
25801
25823
|
* 1683600042
|
|
@@ -25919,7 +25941,7 @@ export class DescribeApisecEventsResponseBodyData extends $tea.Model {
|
|
|
25919
25941
|
* @remarks
|
|
25920
25942
|
* The business purpose of the API.
|
|
25921
25943
|
*
|
|
25922
|
-
* > You can call the [DescribeApisecRules](
|
|
25944
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the business purpose of the API.
|
|
25923
25945
|
*
|
|
25924
25946
|
* @example
|
|
25925
25947
|
* SendMail
|
|
@@ -26006,7 +26028,7 @@ export class DescribeApisecEventsResponseBodyData extends $tea.Model {
|
|
|
26006
26028
|
* @remarks
|
|
26007
26029
|
* The type of the event.
|
|
26008
26030
|
*
|
|
26009
|
-
* > You can call the [DescribeApisecRules](
|
|
26031
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported event types.
|
|
26010
26032
|
*
|
|
26011
26033
|
* @example
|
|
26012
26034
|
* ObtainSensitiveUnauthorized
|
|
@@ -26490,6 +26512,7 @@ export class DescribeApisecSensitiveDomainStatisticResponseBodyData extends $tea
|
|
|
26490
26512
|
/**
|
|
26491
26513
|
* @remarks
|
|
26492
26514
|
* The code of the sensitive data.
|
|
26515
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported sensitive data types.
|
|
26493
26516
|
*
|
|
26494
26517
|
* @example
|
|
26495
26518
|
* 10
|
|
@@ -26497,7 +26520,11 @@ export class DescribeApisecSensitiveDomainStatisticResponseBodyData extends $tea
|
|
|
26497
26520
|
sensitiveCode?: string;
|
|
26498
26521
|
/**
|
|
26499
26522
|
* @remarks
|
|
26500
|
-
* The sensitivity level of the sensitive data.
|
|
26523
|
+
* The sensitivity level of the sensitive data.Valid values:
|
|
26524
|
+
*
|
|
26525
|
+
* * **S1**: low sensitivity.
|
|
26526
|
+
* * **S2**: moderate sensitivity.
|
|
26527
|
+
* * **S3**: high sensitivity.
|
|
26501
26528
|
*
|
|
26502
26529
|
* @example
|
|
26503
26530
|
* L3
|
|
@@ -27399,11 +27426,21 @@ export class DescribeCloudResourceAccessPortDetailsResponseBodyAccessPortDetails
|
|
|
27399
27426
|
|
|
27400
27427
|
export class DescribeCloudResourcesResponseBodyCloudResources extends $tea.Model {
|
|
27401
27428
|
/**
|
|
27429
|
+
* @remarks
|
|
27430
|
+
* The number of the HTTP ports that are added to WAF.
|
|
27431
|
+
*
|
|
27432
|
+
* > This parameter is returned only if the cloud service is ECS or CLB.
|
|
27433
|
+
*
|
|
27402
27434
|
* @example
|
|
27403
27435
|
* 1
|
|
27404
27436
|
*/
|
|
27405
27437
|
httpPortCount?: number;
|
|
27406
27438
|
/**
|
|
27439
|
+
* @remarks
|
|
27440
|
+
* The number of the HTTPS ports that are added to WAF.
|
|
27441
|
+
*
|
|
27442
|
+
* > This parameter is returned only if the cloud service is ECS or CLB.
|
|
27443
|
+
*
|
|
27407
27444
|
* @example
|
|
27408
27445
|
* 1
|
|
27409
27446
|
*/
|
|
@@ -27443,16 +27480,25 @@ export class DescribeCloudResourcesResponseBodyCloudResources extends $tea.Model
|
|
|
27443
27480
|
*/
|
|
27444
27481
|
resourceInstance?: string;
|
|
27445
27482
|
/**
|
|
27483
|
+
* @remarks
|
|
27484
|
+
* The ID of the instance that is added to WAF.
|
|
27485
|
+
*
|
|
27446
27486
|
* @example
|
|
27447
27487
|
* lb-uf60ub45fr9b***
|
|
27448
27488
|
*/
|
|
27449
27489
|
resourceInstanceId?: string;
|
|
27450
27490
|
/**
|
|
27491
|
+
* @remarks
|
|
27492
|
+
* The IP address of the instance that is added to WAF.
|
|
27493
|
+
*
|
|
27451
27494
|
* @example
|
|
27452
27495
|
* 1.1.1.1
|
|
27453
27496
|
*/
|
|
27454
27497
|
resourceInstanceIp?: string;
|
|
27455
27498
|
/**
|
|
27499
|
+
* @remarks
|
|
27500
|
+
* The name of the instance that is added to WAF.
|
|
27501
|
+
*
|
|
27456
27502
|
* @example
|
|
27457
27503
|
* test-name
|
|
27458
27504
|
*/
|
|
@@ -27475,6 +27521,9 @@ export class DescribeCloudResourcesResponseBodyCloudResources extends $tea.Model
|
|
|
27475
27521
|
* * **mse**: MSE.
|
|
27476
27522
|
* * **fc**: Function Compute.
|
|
27477
27523
|
* * **sae**: SAE.
|
|
27524
|
+
* * **ecs**: ECS.
|
|
27525
|
+
* * **clb4**: Layer 4 CLB.
|
|
27526
|
+
* * **clb7**: Layer 7 CLB.
|
|
27478
27527
|
*
|
|
27479
27528
|
* @example
|
|
27480
27529
|
* alb
|
|
@@ -30155,7 +30204,7 @@ export class DescribeFreeUserEventsResponseBodyEvent extends $tea.Model {
|
|
|
30155
30204
|
* @remarks
|
|
30156
30205
|
* The type of the security event.
|
|
30157
30206
|
*
|
|
30158
|
-
* > You can call the [DescribeApisecRules](
|
|
30207
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of security events.
|
|
30159
30208
|
*
|
|
30160
30209
|
* @example
|
|
30161
30210
|
* Event_DataTraverse
|
|
@@ -33089,7 +33138,7 @@ export class DescribeSensitiveOutboundStatisticResponseBodyData extends $tea.Mod
|
|
|
33089
33138
|
* @remarks
|
|
33090
33139
|
* The type of the sensitive data.
|
|
33091
33140
|
*
|
|
33092
|
-
* > You can call the [DescribeApisecRules](
|
|
33141
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of sensitive data.
|
|
33093
33142
|
*
|
|
33094
33143
|
* @example
|
|
33095
33144
|
* 1001
|
|
@@ -33242,6 +33291,7 @@ export class DescribeSensitiveRequestLogResponseBodyData extends $tea.Model {
|
|
|
33242
33291
|
* a.****.com
|
|
33243
33292
|
*/
|
|
33244
33293
|
matchedHost?: string;
|
|
33294
|
+
remoteCountryId?: string;
|
|
33245
33295
|
/**
|
|
33246
33296
|
* @remarks
|
|
33247
33297
|
* The time when the request was initiated. The value is a UNIX timestamp displayed in UTC. Unit: seconds.
|
|
@@ -33273,6 +33323,7 @@ export class DescribeSensitiveRequestLogResponseBodyData extends $tea.Model {
|
|
|
33273
33323
|
clientIP: 'ClientIP',
|
|
33274
33324
|
count: 'Count',
|
|
33275
33325
|
matchedHost: 'MatchedHost',
|
|
33326
|
+
remoteCountryId: 'RemoteCountryId',
|
|
33276
33327
|
requestTime: 'RequestTime',
|
|
33277
33328
|
sensitiveList: 'SensitiveList',
|
|
33278
33329
|
traceId: 'TraceId',
|
|
@@ -33286,6 +33337,7 @@ export class DescribeSensitiveRequestLogResponseBodyData extends $tea.Model {
|
|
|
33286
33337
|
clientIP: 'string',
|
|
33287
33338
|
count: 'number',
|
|
33288
33339
|
matchedHost: 'string',
|
|
33340
|
+
remoteCountryId: 'string',
|
|
33289
33341
|
requestTime: 'number',
|
|
33290
33342
|
sensitiveList: 'string',
|
|
33291
33343
|
traceId: 'string',
|
|
@@ -33473,7 +33525,7 @@ export class DescribeSensitiveStatisticResponseBodyData extends $tea.Model {
|
|
|
33473
33525
|
* @remarks
|
|
33474
33526
|
* The type of the sensitive data.
|
|
33475
33527
|
*
|
|
33476
|
-
* > You can call the [DescribeApisecRules](
|
|
33528
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of sensitive data.
|
|
33477
33529
|
*
|
|
33478
33530
|
* @example
|
|
33479
33531
|
* 1003
|
|
@@ -33579,6 +33631,8 @@ export class DescribeUserAbnormalTrendResponseBodyTrend extends $tea.Model {
|
|
|
33579
33631
|
* @remarks
|
|
33580
33632
|
* The time at which the API was called. The value is a UNIX timestamp displayed in UTC. Unit: seconds.
|
|
33581
33633
|
*
|
|
33634
|
+
* >Notice: The parameter has been deprecated, it is recommended to use the Timestamp parameter.
|
|
33635
|
+
*
|
|
33582
33636
|
* @example
|
|
33583
33637
|
* 1722268800
|
|
33584
33638
|
*/
|
|
@@ -33645,7 +33699,7 @@ export class DescribeUserAbnormalTypeResponseBodyAbnormal extends $tea.Model {
|
|
|
33645
33699
|
* @remarks
|
|
33646
33700
|
* The type of the risk.
|
|
33647
33701
|
*
|
|
33648
|
-
* > You can call the [DescribeApisecRules](
|
|
33702
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of risks.
|
|
33649
33703
|
*
|
|
33650
33704
|
* @example
|
|
33651
33705
|
* LackOfSpeedLimit
|
|
@@ -33786,6 +33840,7 @@ export class DescribeUserEventTrendResponseBodyTrend extends $tea.Model {
|
|
|
33786
33840
|
/**
|
|
33787
33841
|
* @remarks
|
|
33788
33842
|
* The time at which the API was called. The value is a UNIX timestamp displayed in UTC. Unit: seconds.
|
|
33843
|
+
* >Notice: The parameter has been deprecated, it is recommended to use the Timestamp parameter.
|
|
33789
33844
|
*
|
|
33790
33845
|
* @example
|
|
33791
33846
|
* 1723435200
|
|
@@ -33853,7 +33908,7 @@ export class DescribeUserEventTypeResponseBodyEvent extends $tea.Model {
|
|
|
33853
33908
|
* @remarks
|
|
33854
33909
|
* The type of the security event.
|
|
33855
33910
|
*
|
|
33856
|
-
* > You can call the [DescribeApisecRules](
|
|
33911
|
+
* > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of security events.
|
|
33857
33912
|
*
|
|
33858
33913
|
* @example
|
|
33859
33914
|
* Event_AbnormalFrequency
|