@alicloud/esa20240910 2.20.0 → 2.22.0
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 +826 -104
- package/dist/client.js +947 -27
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1465 -105
package/dist/client.d.ts
CHANGED
|
@@ -2917,7 +2917,7 @@ export declare class CreateSiteDeliveryTaskRequestS3Delivery extends $dara.Model
|
|
|
2917
2917
|
* The access key ID of your Amazon S3 account.
|
|
2918
2918
|
*
|
|
2919
2919
|
* @example
|
|
2920
|
-
*
|
|
2920
|
+
* yourAccessKeyID
|
|
2921
2921
|
*/
|
|
2922
2922
|
accessKey?: string;
|
|
2923
2923
|
/**
|
|
@@ -3966,6 +3966,174 @@ export declare class DescribePurgeTasksResponseBodyTasks extends $dara.Model {
|
|
|
3966
3966
|
[key: string]: any;
|
|
3967
3967
|
});
|
|
3968
3968
|
}
|
|
3969
|
+
export declare class DescribeSiteTimeSeriesDataRequestFields extends $dara.Model {
|
|
3970
|
+
dimension?: string[];
|
|
3971
|
+
/**
|
|
3972
|
+
* @example
|
|
3973
|
+
* Traffic
|
|
3974
|
+
*/
|
|
3975
|
+
fieldName?: string;
|
|
3976
|
+
static names(): {
|
|
3977
|
+
[key: string]: string;
|
|
3978
|
+
};
|
|
3979
|
+
static types(): {
|
|
3980
|
+
[key: string]: any;
|
|
3981
|
+
};
|
|
3982
|
+
validate(): void;
|
|
3983
|
+
constructor(map?: {
|
|
3984
|
+
[key: string]: any;
|
|
3985
|
+
});
|
|
3986
|
+
}
|
|
3987
|
+
export declare class DescribeSiteTimeSeriesDataResponseBodyDataDetailData extends $dara.Model {
|
|
3988
|
+
/**
|
|
3989
|
+
* @example
|
|
3990
|
+
* 2023-04-08T16:00:00Z
|
|
3991
|
+
*/
|
|
3992
|
+
timeStamp?: string;
|
|
3993
|
+
/**
|
|
3994
|
+
* @example
|
|
3995
|
+
* 123
|
|
3996
|
+
*/
|
|
3997
|
+
value?: any;
|
|
3998
|
+
static names(): {
|
|
3999
|
+
[key: string]: string;
|
|
4000
|
+
};
|
|
4001
|
+
static types(): {
|
|
4002
|
+
[key: string]: any;
|
|
4003
|
+
};
|
|
4004
|
+
validate(): void;
|
|
4005
|
+
constructor(map?: {
|
|
4006
|
+
[key: string]: any;
|
|
4007
|
+
});
|
|
4008
|
+
}
|
|
4009
|
+
export declare class DescribeSiteTimeSeriesDataResponseBodyData extends $dara.Model {
|
|
4010
|
+
detailData?: DescribeSiteTimeSeriesDataResponseBodyDataDetailData[];
|
|
4011
|
+
/**
|
|
4012
|
+
* @example
|
|
4013
|
+
* ALL
|
|
4014
|
+
*/
|
|
4015
|
+
dimensionName?: string;
|
|
4016
|
+
/**
|
|
4017
|
+
* @example
|
|
4018
|
+
* ALL
|
|
4019
|
+
*/
|
|
4020
|
+
dimensionValue?: string;
|
|
4021
|
+
/**
|
|
4022
|
+
* @example
|
|
4023
|
+
* Traffic
|
|
4024
|
+
*/
|
|
4025
|
+
fieldName?: string;
|
|
4026
|
+
static names(): {
|
|
4027
|
+
[key: string]: string;
|
|
4028
|
+
};
|
|
4029
|
+
static types(): {
|
|
4030
|
+
[key: string]: any;
|
|
4031
|
+
};
|
|
4032
|
+
validate(): void;
|
|
4033
|
+
constructor(map?: {
|
|
4034
|
+
[key: string]: any;
|
|
4035
|
+
});
|
|
4036
|
+
}
|
|
4037
|
+
export declare class DescribeSiteTimeSeriesDataResponseBodySummarizedData extends $dara.Model {
|
|
4038
|
+
/**
|
|
4039
|
+
* @example
|
|
4040
|
+
* sum
|
|
4041
|
+
*/
|
|
4042
|
+
aggMethod?: string;
|
|
4043
|
+
/**
|
|
4044
|
+
* @example
|
|
4045
|
+
* ALL
|
|
4046
|
+
*/
|
|
4047
|
+
dimensionName?: string;
|
|
4048
|
+
/**
|
|
4049
|
+
* @example
|
|
4050
|
+
* ALL
|
|
4051
|
+
*/
|
|
4052
|
+
dimensionValue?: string;
|
|
4053
|
+
/**
|
|
4054
|
+
* @example
|
|
4055
|
+
* Traffic
|
|
4056
|
+
*/
|
|
4057
|
+
fieldName?: string;
|
|
4058
|
+
/**
|
|
4059
|
+
* @example
|
|
4060
|
+
* 12345
|
|
4061
|
+
*/
|
|
4062
|
+
value?: any;
|
|
4063
|
+
static names(): {
|
|
4064
|
+
[key: string]: string;
|
|
4065
|
+
};
|
|
4066
|
+
static types(): {
|
|
4067
|
+
[key: string]: any;
|
|
4068
|
+
};
|
|
4069
|
+
validate(): void;
|
|
4070
|
+
constructor(map?: {
|
|
4071
|
+
[key: string]: any;
|
|
4072
|
+
});
|
|
4073
|
+
}
|
|
4074
|
+
export declare class DescribeSiteTopDataRequestFields extends $dara.Model {
|
|
4075
|
+
dimension?: string[];
|
|
4076
|
+
/**
|
|
4077
|
+
* @example
|
|
4078
|
+
* Traffic
|
|
4079
|
+
*/
|
|
4080
|
+
fieldName?: string;
|
|
4081
|
+
static names(): {
|
|
4082
|
+
[key: string]: string;
|
|
4083
|
+
};
|
|
4084
|
+
static types(): {
|
|
4085
|
+
[key: string]: any;
|
|
4086
|
+
};
|
|
4087
|
+
validate(): void;
|
|
4088
|
+
constructor(map?: {
|
|
4089
|
+
[key: string]: any;
|
|
4090
|
+
});
|
|
4091
|
+
}
|
|
4092
|
+
export declare class DescribeSiteTopDataResponseBodyDataDetailData extends $dara.Model {
|
|
4093
|
+
/**
|
|
4094
|
+
* @example
|
|
4095
|
+
* ALL
|
|
4096
|
+
*/
|
|
4097
|
+
dimensionValue?: string;
|
|
4098
|
+
/**
|
|
4099
|
+
* @example
|
|
4100
|
+
* 123
|
|
4101
|
+
*/
|
|
4102
|
+
value?: any;
|
|
4103
|
+
static names(): {
|
|
4104
|
+
[key: string]: string;
|
|
4105
|
+
};
|
|
4106
|
+
static types(): {
|
|
4107
|
+
[key: string]: any;
|
|
4108
|
+
};
|
|
4109
|
+
validate(): void;
|
|
4110
|
+
constructor(map?: {
|
|
4111
|
+
[key: string]: any;
|
|
4112
|
+
});
|
|
4113
|
+
}
|
|
4114
|
+
export declare class DescribeSiteTopDataResponseBodyData extends $dara.Model {
|
|
4115
|
+
detailData?: DescribeSiteTopDataResponseBodyDataDetailData[];
|
|
4116
|
+
/**
|
|
4117
|
+
* @example
|
|
4118
|
+
* ALL
|
|
4119
|
+
*/
|
|
4120
|
+
dimensionName?: string;
|
|
4121
|
+
/**
|
|
4122
|
+
* @example
|
|
4123
|
+
* Traffic
|
|
4124
|
+
*/
|
|
4125
|
+
fieldName?: string;
|
|
4126
|
+
static names(): {
|
|
4127
|
+
[key: string]: string;
|
|
4128
|
+
};
|
|
4129
|
+
static types(): {
|
|
4130
|
+
[key: string]: any;
|
|
4131
|
+
};
|
|
4132
|
+
validate(): void;
|
|
4133
|
+
constructor(map?: {
|
|
4134
|
+
[key: string]: any;
|
|
4135
|
+
});
|
|
4136
|
+
}
|
|
3969
4137
|
export declare class GetCertificateResponseBodyResultDCV extends $dara.Model {
|
|
3970
4138
|
/**
|
|
3971
4139
|
* @remarks
|
|
@@ -4717,6 +4885,38 @@ export declare class GetEdgeContainerAppResourceReserveResponseBodyReserveSet ex
|
|
|
4717
4885
|
[key: string]: any;
|
|
4718
4886
|
});
|
|
4719
4887
|
}
|
|
4888
|
+
export declare class GetEdgeContainerAppResourceStatusResponseBodyRegions extends $dara.Model {
|
|
4889
|
+
/**
|
|
4890
|
+
* @example
|
|
4891
|
+
* unicom
|
|
4892
|
+
*/
|
|
4893
|
+
isp?: string;
|
|
4894
|
+
/**
|
|
4895
|
+
* @example
|
|
4896
|
+
* 1
|
|
4897
|
+
*/
|
|
4898
|
+
ready?: number;
|
|
4899
|
+
/**
|
|
4900
|
+
* @example
|
|
4901
|
+
* huadong
|
|
4902
|
+
*/
|
|
4903
|
+
region?: string;
|
|
4904
|
+
/**
|
|
4905
|
+
* @example
|
|
4906
|
+
* 1
|
|
4907
|
+
*/
|
|
4908
|
+
total?: number;
|
|
4909
|
+
static names(): {
|
|
4910
|
+
[key: string]: string;
|
|
4911
|
+
};
|
|
4912
|
+
static types(): {
|
|
4913
|
+
[key: string]: any;
|
|
4914
|
+
};
|
|
4915
|
+
validate(): void;
|
|
4916
|
+
constructor(map?: {
|
|
4917
|
+
[key: string]: any;
|
|
4918
|
+
});
|
|
4919
|
+
}
|
|
4720
4920
|
export declare class GetEdgeContainerAppStatusResponseBodyAppStatusRegions extends $dara.Model {
|
|
4721
4921
|
region?: string[];
|
|
4722
4922
|
static names(): {
|
|
@@ -11661,6 +11861,7 @@ export declare class ListOriginRulesResponseBodyConfigs extends $dara.Model {
|
|
|
11661
11861
|
* on
|
|
11662
11862
|
*/
|
|
11663
11863
|
originMtls?: string;
|
|
11864
|
+
originReadTimeout?: string;
|
|
11664
11865
|
/**
|
|
11665
11866
|
* @remarks
|
|
11666
11867
|
* Protocol used for the origin request. Value range:
|
|
@@ -12728,7 +12929,7 @@ export declare class ListSiteDeliveryTasksResponseBodyTasks extends $dara.Model
|
|
|
12728
12929
|
export declare class ListSitesRequestTagFilter extends $dara.Model {
|
|
12729
12930
|
/**
|
|
12730
12931
|
* @remarks
|
|
12731
|
-
*
|
|
12932
|
+
* The tag key. This parameter specifies a filter condition for the query.
|
|
12732
12933
|
*
|
|
12733
12934
|
* @example
|
|
12734
12935
|
* tag1
|
|
@@ -12736,7 +12937,7 @@ export declare class ListSitesRequestTagFilter extends $dara.Model {
|
|
|
12736
12937
|
key?: string;
|
|
12737
12938
|
/**
|
|
12738
12939
|
* @remarks
|
|
12739
|
-
*
|
|
12940
|
+
* The tag value. This parameter specifies a filter condition for the query.
|
|
12740
12941
|
*
|
|
12741
12942
|
* @example
|
|
12742
12943
|
* aaa
|
|
@@ -12756,10 +12957,10 @@ export declare class ListSitesRequestTagFilter extends $dara.Model {
|
|
|
12756
12957
|
export declare class ListSitesResponseBodySites extends $dara.Model {
|
|
12757
12958
|
/**
|
|
12758
12959
|
* @remarks
|
|
12759
|
-
*
|
|
12960
|
+
* The DNS setup for the website. Valid values:
|
|
12760
12961
|
*
|
|
12761
|
-
*
|
|
12762
|
-
*
|
|
12962
|
+
* * **NS**
|
|
12963
|
+
* * **CNAME**
|
|
12763
12964
|
*
|
|
12764
12965
|
* @example
|
|
12765
12966
|
* NS
|
|
@@ -12767,7 +12968,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
|
|
|
12767
12968
|
accessType?: string;
|
|
12768
12969
|
/**
|
|
12769
12970
|
* @remarks
|
|
12770
|
-
* CNAME
|
|
12971
|
+
* The CNAME of the website domain. If you use CNAME setup when you add your website to ESA, the value is the CNAME that you configured then.
|
|
12771
12972
|
*
|
|
12772
12973
|
* @example
|
|
12773
12974
|
* example.cname.com
|
|
@@ -12775,11 +12976,11 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
|
|
|
12775
12976
|
cnameZone?: string;
|
|
12776
12977
|
/**
|
|
12777
12978
|
* @remarks
|
|
12778
|
-
*
|
|
12979
|
+
* The service location for the website. Valid values:
|
|
12779
12980
|
*
|
|
12780
|
-
*
|
|
12781
|
-
*
|
|
12782
|
-
*
|
|
12981
|
+
* * **domestic**: the Chinese mainland
|
|
12982
|
+
* * **global**: global
|
|
12983
|
+
* * **overseas**: outside the Chinese mainland
|
|
12783
12984
|
*
|
|
12784
12985
|
* @example
|
|
12785
12986
|
* domestic
|
|
@@ -12787,7 +12988,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
|
|
|
12787
12988
|
coverage?: string;
|
|
12788
12989
|
/**
|
|
12789
12990
|
* @remarks
|
|
12790
|
-
*
|
|
12991
|
+
* The time when the website was added. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
|
|
12791
12992
|
*
|
|
12792
12993
|
* @example
|
|
12793
12994
|
* 2023-12-24T02:01:11Z
|
|
@@ -12795,7 +12996,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
|
|
|
12795
12996
|
createTime?: string;
|
|
12796
12997
|
/**
|
|
12797
12998
|
* @remarks
|
|
12798
|
-
* The ID of the plan
|
|
12999
|
+
* The ID of the plan associated with the website.
|
|
12799
13000
|
*
|
|
12800
13001
|
* @example
|
|
12801
13002
|
* onBvtlmIyeXLbiDw81F9
|
|
@@ -12803,7 +13004,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
|
|
|
12803
13004
|
instanceId?: string;
|
|
12804
13005
|
/**
|
|
12805
13006
|
* @remarks
|
|
12806
|
-
* The
|
|
13007
|
+
* The nameservers assigned to the website domain, which are separated by commas (,).
|
|
12807
13008
|
*
|
|
12808
13009
|
* @example
|
|
12809
13010
|
* male1-1.ialicdn.com,female1-1.ialicdn.com
|
|
@@ -12812,7 +13013,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
|
|
|
12812
13013
|
offlineReason?: string;
|
|
12813
13014
|
/**
|
|
12814
13015
|
* @remarks
|
|
12815
|
-
* The name
|
|
13016
|
+
* The plan name.
|
|
12816
13017
|
*
|
|
12817
13018
|
* @example
|
|
12818
13019
|
* plan-168656498****
|
|
@@ -12820,7 +13021,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
|
|
|
12820
13021
|
planName?: string;
|
|
12821
13022
|
/**
|
|
12822
13023
|
* @remarks
|
|
12823
|
-
* The
|
|
13024
|
+
* The plan associated with the website.
|
|
12824
13025
|
*
|
|
12825
13026
|
* @example
|
|
12826
13027
|
* normal
|
|
@@ -12828,7 +13029,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
|
|
|
12828
13029
|
planSpecName?: string;
|
|
12829
13030
|
/**
|
|
12830
13031
|
* @remarks
|
|
12831
|
-
* The resource group
|
|
13032
|
+
* The ID of the resource group.
|
|
12832
13033
|
*
|
|
12833
13034
|
* @example
|
|
12834
13035
|
* rg-aek26g6i6se6pna
|
|
@@ -12836,7 +13037,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
|
|
|
12836
13037
|
resourceGroupId?: string;
|
|
12837
13038
|
/**
|
|
12838
13039
|
* @remarks
|
|
12839
|
-
* The
|
|
13040
|
+
* The website ID.
|
|
12840
13041
|
*
|
|
12841
13042
|
* @example
|
|
12842
13043
|
* 123456789****
|
|
@@ -12844,7 +13045,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
|
|
|
12844
13045
|
siteId?: number;
|
|
12845
13046
|
/**
|
|
12846
13047
|
* @remarks
|
|
12847
|
-
* The name
|
|
13048
|
+
* The website name.
|
|
12848
13049
|
*
|
|
12849
13050
|
* @example
|
|
12850
13051
|
* example.com
|
|
@@ -12852,11 +13053,12 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
|
|
|
12852
13053
|
siteName?: string;
|
|
12853
13054
|
/**
|
|
12854
13055
|
* @remarks
|
|
12855
|
-
* The status
|
|
12856
|
-
*
|
|
12857
|
-
*
|
|
12858
|
-
*
|
|
12859
|
-
*
|
|
13056
|
+
* The website status. Valid values:
|
|
13057
|
+
*
|
|
13058
|
+
* * **pending**: The website is to be configured.
|
|
13059
|
+
* * **active**: The website is active.
|
|
13060
|
+
* * **offline**: The website is suspended.
|
|
13061
|
+
* * **moved**: The website has been added and verified by another Alibaba Cloud account.
|
|
12860
13062
|
*
|
|
12861
13063
|
* @example
|
|
12862
13064
|
* pending
|
|
@@ -12864,7 +13066,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
|
|
|
12864
13066
|
status?: string;
|
|
12865
13067
|
/**
|
|
12866
13068
|
* @remarks
|
|
12867
|
-
* The tags of the
|
|
13069
|
+
* The tags of the website.
|
|
12868
13070
|
*
|
|
12869
13071
|
* @example
|
|
12870
13072
|
* {"tag1":"value1"}
|
|
@@ -12874,7 +13076,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
|
|
|
12874
13076
|
};
|
|
12875
13077
|
/**
|
|
12876
13078
|
* @remarks
|
|
12877
|
-
* The
|
|
13079
|
+
* The time when the website was updated. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
|
|
12878
13080
|
*
|
|
12879
13081
|
* @example
|
|
12880
13082
|
* 2023-12-24T02:01:11Z
|
|
@@ -12882,7 +13084,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
|
|
|
12882
13084
|
updateTime?: string;
|
|
12883
13085
|
/**
|
|
12884
13086
|
* @remarks
|
|
12885
|
-
* The
|
|
13087
|
+
* The code that is used to verify the website domain ownership. As part of the verification TXT record, this parameter is returned for websites that use CNAME setup.
|
|
12886
13088
|
*
|
|
12887
13089
|
* @example
|
|
12888
13090
|
* verify_d516cb3740f81f0cef77d162edd1****
|
|
@@ -12890,7 +13092,7 @@ export declare class ListSitesResponseBodySites extends $dara.Model {
|
|
|
12890
13092
|
verifyCode?: string;
|
|
12891
13093
|
/**
|
|
12892
13094
|
* @remarks
|
|
12893
|
-
* The visit time
|
|
13095
|
+
* The website visit time is represented in the ISO 8601 date format using UTC time, formatted as yyyy-MM-ddTHH:mm:ssZ.
|
|
12894
13096
|
*
|
|
12895
13097
|
* @example
|
|
12896
13098
|
* 2023-12-24T02:01:11Z
|
|
@@ -15920,7 +16122,7 @@ export declare class BatchCreateWafRulesShrinkRequest extends $dara.Model {
|
|
|
15920
16122
|
export declare class BatchCreateWafRulesResponseBody extends $dara.Model {
|
|
15921
16123
|
/**
|
|
15922
16124
|
* @remarks
|
|
15923
|
-
* ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/
|
|
16125
|
+
* ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2878257.html) interface.
|
|
15924
16126
|
*/
|
|
15925
16127
|
ids?: number[];
|
|
15926
16128
|
/**
|
|
@@ -15933,7 +16135,7 @@ export declare class BatchCreateWafRulesResponseBody extends $dara.Model {
|
|
|
15933
16135
|
requestId?: string;
|
|
15934
16136
|
/**
|
|
15935
16137
|
* @remarks
|
|
15936
|
-
* ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/
|
|
16138
|
+
* ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2878359.html) interface.
|
|
15937
16139
|
*
|
|
15938
16140
|
* @example
|
|
15939
16141
|
* 10000001
|
|
@@ -16529,7 +16731,7 @@ export declare class BatchUpdateWafRulesRequest extends $dara.Model {
|
|
|
16529
16731
|
phase?: string;
|
|
16530
16732
|
/**
|
|
16531
16733
|
* @remarks
|
|
16532
|
-
* The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/
|
|
16734
|
+
* The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2878359.html) operation.
|
|
16533
16735
|
*
|
|
16534
16736
|
* @example
|
|
16535
16737
|
* 10000001
|
|
@@ -16538,6 +16740,9 @@ export declare class BatchUpdateWafRulesRequest extends $dara.Model {
|
|
|
16538
16740
|
/**
|
|
16539
16741
|
* @remarks
|
|
16540
16742
|
* The configurations shared by multiple rules.
|
|
16743
|
+
*
|
|
16744
|
+
* @example
|
|
16745
|
+
* 10000001
|
|
16541
16746
|
*/
|
|
16542
16747
|
shared?: WafBatchRuleShared;
|
|
16543
16748
|
/**
|
|
@@ -16583,7 +16788,7 @@ export declare class BatchUpdateWafRulesShrinkRequest extends $dara.Model {
|
|
|
16583
16788
|
phase?: string;
|
|
16584
16789
|
/**
|
|
16585
16790
|
* @remarks
|
|
16586
|
-
* The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/
|
|
16791
|
+
* The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2878359.html) operation.
|
|
16587
16792
|
*
|
|
16588
16793
|
* @example
|
|
16589
16794
|
* 10000001
|
|
@@ -16592,6 +16797,9 @@ export declare class BatchUpdateWafRulesShrinkRequest extends $dara.Model {
|
|
|
16592
16797
|
/**
|
|
16593
16798
|
* @remarks
|
|
16594
16799
|
* The configurations shared by multiple rules.
|
|
16800
|
+
*
|
|
16801
|
+
* @example
|
|
16802
|
+
* 10000001
|
|
16595
16803
|
*/
|
|
16596
16804
|
sharedShrink?: string;
|
|
16597
16805
|
/**
|
|
@@ -20322,6 +20530,7 @@ export declare class CreateOriginRuleRequest extends $dara.Model {
|
|
|
20322
20530
|
* on
|
|
20323
20531
|
*/
|
|
20324
20532
|
originMtls?: string;
|
|
20533
|
+
originReadTimeout?: string;
|
|
20325
20534
|
/**
|
|
20326
20535
|
* @remarks
|
|
20327
20536
|
* Protocol used for the origin request. Possible values:
|
|
@@ -22730,7 +22939,7 @@ export declare class CreateWafRuleShrinkRequest extends $dara.Model {
|
|
|
22730
22939
|
export declare class CreateWafRuleResponseBody extends $dara.Model {
|
|
22731
22940
|
/**
|
|
22732
22941
|
* @remarks
|
|
22733
|
-
* The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/
|
|
22942
|
+
* The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2878257.html) API.
|
|
22734
22943
|
*
|
|
22735
22944
|
* @example
|
|
22736
22945
|
* 20000001
|
|
@@ -22746,7 +22955,7 @@ export declare class CreateWafRuleResponseBody extends $dara.Model {
|
|
|
22746
22955
|
requestId?: string;
|
|
22747
22956
|
/**
|
|
22748
22957
|
* @remarks
|
|
22749
|
-
* ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/
|
|
22958
|
+
* ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2878359.html) interface.
|
|
22750
22959
|
*
|
|
22751
22960
|
* @example
|
|
22752
22961
|
* 10000001
|
|
@@ -26479,7 +26688,7 @@ export declare class DeleteUserDeliveryTaskResponse extends $dara.Model {
|
|
|
26479
26688
|
export declare class DeleteWafRuleRequest extends $dara.Model {
|
|
26480
26689
|
/**
|
|
26481
26690
|
* @remarks
|
|
26482
|
-
* ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/
|
|
26691
|
+
* ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2878257.html) interface.
|
|
26483
26692
|
*
|
|
26484
26693
|
* This parameter is required.
|
|
26485
26694
|
*
|
|
@@ -26556,7 +26765,7 @@ export declare class DeleteWafRuleResponse extends $dara.Model {
|
|
|
26556
26765
|
export declare class DeleteWafRulesetRequest extends $dara.Model {
|
|
26557
26766
|
/**
|
|
26558
26767
|
* @remarks
|
|
26559
|
-
* ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/
|
|
26768
|
+
* ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2878359.html) interface.
|
|
26560
26769
|
*
|
|
26561
26770
|
* This parameter is required.
|
|
26562
26771
|
*
|
|
@@ -28068,6 +28277,262 @@ export declare class DescribeRatePlanInstanceStatusResponse extends $dara.Model
|
|
|
28068
28277
|
[key: string]: any;
|
|
28069
28278
|
});
|
|
28070
28279
|
}
|
|
28280
|
+
export declare class DescribeSiteTimeSeriesDataRequest extends $dara.Model {
|
|
28281
|
+
/**
|
|
28282
|
+
* @example
|
|
28283
|
+
* 2023-04-09T16:00:00Z
|
|
28284
|
+
*/
|
|
28285
|
+
endTime?: string;
|
|
28286
|
+
/**
|
|
28287
|
+
* @remarks
|
|
28288
|
+
* This parameter is required.
|
|
28289
|
+
*/
|
|
28290
|
+
fields?: DescribeSiteTimeSeriesDataRequestFields[];
|
|
28291
|
+
/**
|
|
28292
|
+
* @example
|
|
28293
|
+
* 300
|
|
28294
|
+
*/
|
|
28295
|
+
interval?: string;
|
|
28296
|
+
/**
|
|
28297
|
+
* @example
|
|
28298
|
+
* 1150376036*****
|
|
28299
|
+
*/
|
|
28300
|
+
siteId?: string;
|
|
28301
|
+
/**
|
|
28302
|
+
* @example
|
|
28303
|
+
* 2023-04-08T16:00:00Z
|
|
28304
|
+
*/
|
|
28305
|
+
startTime?: string;
|
|
28306
|
+
static names(): {
|
|
28307
|
+
[key: string]: string;
|
|
28308
|
+
};
|
|
28309
|
+
static types(): {
|
|
28310
|
+
[key: string]: any;
|
|
28311
|
+
};
|
|
28312
|
+
validate(): void;
|
|
28313
|
+
constructor(map?: {
|
|
28314
|
+
[key: string]: any;
|
|
28315
|
+
});
|
|
28316
|
+
}
|
|
28317
|
+
export declare class DescribeSiteTimeSeriesDataShrinkRequest extends $dara.Model {
|
|
28318
|
+
/**
|
|
28319
|
+
* @example
|
|
28320
|
+
* 2023-04-09T16:00:00Z
|
|
28321
|
+
*/
|
|
28322
|
+
endTime?: string;
|
|
28323
|
+
/**
|
|
28324
|
+
* @remarks
|
|
28325
|
+
* This parameter is required.
|
|
28326
|
+
*/
|
|
28327
|
+
fieldsShrink?: string;
|
|
28328
|
+
/**
|
|
28329
|
+
* @example
|
|
28330
|
+
* 300
|
|
28331
|
+
*/
|
|
28332
|
+
interval?: string;
|
|
28333
|
+
/**
|
|
28334
|
+
* @example
|
|
28335
|
+
* 1150376036*****
|
|
28336
|
+
*/
|
|
28337
|
+
siteId?: string;
|
|
28338
|
+
/**
|
|
28339
|
+
* @example
|
|
28340
|
+
* 2023-04-08T16:00:00Z
|
|
28341
|
+
*/
|
|
28342
|
+
startTime?: string;
|
|
28343
|
+
static names(): {
|
|
28344
|
+
[key: string]: string;
|
|
28345
|
+
};
|
|
28346
|
+
static types(): {
|
|
28347
|
+
[key: string]: any;
|
|
28348
|
+
};
|
|
28349
|
+
validate(): void;
|
|
28350
|
+
constructor(map?: {
|
|
28351
|
+
[key: string]: any;
|
|
28352
|
+
});
|
|
28353
|
+
}
|
|
28354
|
+
export declare class DescribeSiteTimeSeriesDataResponseBody extends $dara.Model {
|
|
28355
|
+
data?: DescribeSiteTimeSeriesDataResponseBodyData[];
|
|
28356
|
+
/**
|
|
28357
|
+
* @example
|
|
28358
|
+
* 2023-04-09T16:00:00Z
|
|
28359
|
+
*/
|
|
28360
|
+
endTime?: string;
|
|
28361
|
+
/**
|
|
28362
|
+
* @example
|
|
28363
|
+
* 300
|
|
28364
|
+
*/
|
|
28365
|
+
interval?: number;
|
|
28366
|
+
/**
|
|
28367
|
+
* @example
|
|
28368
|
+
* 04F0F334-1335-436C-A1D7-6C044FE7****
|
|
28369
|
+
*/
|
|
28370
|
+
requestId?: string;
|
|
28371
|
+
/**
|
|
28372
|
+
* @example
|
|
28373
|
+
* 100
|
|
28374
|
+
*/
|
|
28375
|
+
samplingRate?: number;
|
|
28376
|
+
/**
|
|
28377
|
+
* @example
|
|
28378
|
+
* 2023-04-08T16:00:00Z
|
|
28379
|
+
*/
|
|
28380
|
+
startTime?: string;
|
|
28381
|
+
summarizedData?: DescribeSiteTimeSeriesDataResponseBodySummarizedData[];
|
|
28382
|
+
static names(): {
|
|
28383
|
+
[key: string]: string;
|
|
28384
|
+
};
|
|
28385
|
+
static types(): {
|
|
28386
|
+
[key: string]: any;
|
|
28387
|
+
};
|
|
28388
|
+
validate(): void;
|
|
28389
|
+
constructor(map?: {
|
|
28390
|
+
[key: string]: any;
|
|
28391
|
+
});
|
|
28392
|
+
}
|
|
28393
|
+
export declare class DescribeSiteTimeSeriesDataResponse extends $dara.Model {
|
|
28394
|
+
headers?: {
|
|
28395
|
+
[key: string]: string;
|
|
28396
|
+
};
|
|
28397
|
+
statusCode?: number;
|
|
28398
|
+
body?: DescribeSiteTimeSeriesDataResponseBody;
|
|
28399
|
+
static names(): {
|
|
28400
|
+
[key: string]: string;
|
|
28401
|
+
};
|
|
28402
|
+
static types(): {
|
|
28403
|
+
[key: string]: any;
|
|
28404
|
+
};
|
|
28405
|
+
validate(): void;
|
|
28406
|
+
constructor(map?: {
|
|
28407
|
+
[key: string]: any;
|
|
28408
|
+
});
|
|
28409
|
+
}
|
|
28410
|
+
export declare class DescribeSiteTopDataRequest extends $dara.Model {
|
|
28411
|
+
/**
|
|
28412
|
+
* @example
|
|
28413
|
+
* 2023-04-09T16:00:00Z
|
|
28414
|
+
*/
|
|
28415
|
+
endTime?: string;
|
|
28416
|
+
/**
|
|
28417
|
+
* @remarks
|
|
28418
|
+
* This parameter is required.
|
|
28419
|
+
*/
|
|
28420
|
+
fields?: DescribeSiteTopDataRequestFields[];
|
|
28421
|
+
/**
|
|
28422
|
+
* @example
|
|
28423
|
+
* 300
|
|
28424
|
+
*/
|
|
28425
|
+
interval?: string;
|
|
28426
|
+
limit?: string;
|
|
28427
|
+
/**
|
|
28428
|
+
* @example
|
|
28429
|
+
* 1150376036*****
|
|
28430
|
+
*/
|
|
28431
|
+
siteId?: string;
|
|
28432
|
+
/**
|
|
28433
|
+
* @example
|
|
28434
|
+
* 2023-04-08T16:00:00Z
|
|
28435
|
+
*/
|
|
28436
|
+
startTime?: string;
|
|
28437
|
+
static names(): {
|
|
28438
|
+
[key: string]: string;
|
|
28439
|
+
};
|
|
28440
|
+
static types(): {
|
|
28441
|
+
[key: string]: any;
|
|
28442
|
+
};
|
|
28443
|
+
validate(): void;
|
|
28444
|
+
constructor(map?: {
|
|
28445
|
+
[key: string]: any;
|
|
28446
|
+
});
|
|
28447
|
+
}
|
|
28448
|
+
export declare class DescribeSiteTopDataShrinkRequest extends $dara.Model {
|
|
28449
|
+
/**
|
|
28450
|
+
* @example
|
|
28451
|
+
* 2023-04-09T16:00:00Z
|
|
28452
|
+
*/
|
|
28453
|
+
endTime?: string;
|
|
28454
|
+
/**
|
|
28455
|
+
* @remarks
|
|
28456
|
+
* This parameter is required.
|
|
28457
|
+
*/
|
|
28458
|
+
fieldsShrink?: string;
|
|
28459
|
+
/**
|
|
28460
|
+
* @example
|
|
28461
|
+
* 300
|
|
28462
|
+
*/
|
|
28463
|
+
interval?: string;
|
|
28464
|
+
limit?: string;
|
|
28465
|
+
/**
|
|
28466
|
+
* @example
|
|
28467
|
+
* 1150376036*****
|
|
28468
|
+
*/
|
|
28469
|
+
siteId?: string;
|
|
28470
|
+
/**
|
|
28471
|
+
* @example
|
|
28472
|
+
* 2023-04-08T16:00:00Z
|
|
28473
|
+
*/
|
|
28474
|
+
startTime?: string;
|
|
28475
|
+
static names(): {
|
|
28476
|
+
[key: string]: string;
|
|
28477
|
+
};
|
|
28478
|
+
static types(): {
|
|
28479
|
+
[key: string]: any;
|
|
28480
|
+
};
|
|
28481
|
+
validate(): void;
|
|
28482
|
+
constructor(map?: {
|
|
28483
|
+
[key: string]: any;
|
|
28484
|
+
});
|
|
28485
|
+
}
|
|
28486
|
+
export declare class DescribeSiteTopDataResponseBody extends $dara.Model {
|
|
28487
|
+
data?: DescribeSiteTopDataResponseBodyData[];
|
|
28488
|
+
/**
|
|
28489
|
+
* @example
|
|
28490
|
+
* 2023-04-09T16:00:00Z
|
|
28491
|
+
*/
|
|
28492
|
+
endTime?: string;
|
|
28493
|
+
/**
|
|
28494
|
+
* @example
|
|
28495
|
+
* 35C66C7B-671H-4297-9187-2C447724****
|
|
28496
|
+
*/
|
|
28497
|
+
requestId?: string;
|
|
28498
|
+
/**
|
|
28499
|
+
* @example
|
|
28500
|
+
* 100
|
|
28501
|
+
*/
|
|
28502
|
+
samplingRate?: number;
|
|
28503
|
+
/**
|
|
28504
|
+
* @example
|
|
28505
|
+
* 2023-04-08T16:00:00Z
|
|
28506
|
+
*/
|
|
28507
|
+
startTime?: string;
|
|
28508
|
+
static names(): {
|
|
28509
|
+
[key: string]: string;
|
|
28510
|
+
};
|
|
28511
|
+
static types(): {
|
|
28512
|
+
[key: string]: any;
|
|
28513
|
+
};
|
|
28514
|
+
validate(): void;
|
|
28515
|
+
constructor(map?: {
|
|
28516
|
+
[key: string]: any;
|
|
28517
|
+
});
|
|
28518
|
+
}
|
|
28519
|
+
export declare class DescribeSiteTopDataResponse extends $dara.Model {
|
|
28520
|
+
headers?: {
|
|
28521
|
+
[key: string]: string;
|
|
28522
|
+
};
|
|
28523
|
+
statusCode?: number;
|
|
28524
|
+
body?: DescribeSiteTopDataResponseBody;
|
|
28525
|
+
static names(): {
|
|
28526
|
+
[key: string]: string;
|
|
28527
|
+
};
|
|
28528
|
+
static types(): {
|
|
28529
|
+
[key: string]: any;
|
|
28530
|
+
};
|
|
28531
|
+
validate(): void;
|
|
28532
|
+
constructor(map?: {
|
|
28533
|
+
[key: string]: any;
|
|
28534
|
+
});
|
|
28535
|
+
}
|
|
28071
28536
|
export declare class DisableCustomScenePolicyRequest extends $dara.Model {
|
|
28072
28537
|
/**
|
|
28073
28538
|
* @remarks
|
|
@@ -29587,6 +30052,65 @@ export declare class GetCompressionRuleResponse extends $dara.Model {
|
|
|
29587
30052
|
[key: string]: any;
|
|
29588
30053
|
});
|
|
29589
30054
|
}
|
|
30055
|
+
export declare class GetCrossBorderOptimizationRequest extends $dara.Model {
|
|
30056
|
+
/**
|
|
30057
|
+
* @remarks
|
|
30058
|
+
* This parameter is required.
|
|
30059
|
+
*
|
|
30060
|
+
* @example
|
|
30061
|
+
* 340035003106221
|
|
30062
|
+
*/
|
|
30063
|
+
siteId?: number;
|
|
30064
|
+
static names(): {
|
|
30065
|
+
[key: string]: string;
|
|
30066
|
+
};
|
|
30067
|
+
static types(): {
|
|
30068
|
+
[key: string]: any;
|
|
30069
|
+
};
|
|
30070
|
+
validate(): void;
|
|
30071
|
+
constructor(map?: {
|
|
30072
|
+
[key: string]: any;
|
|
30073
|
+
});
|
|
30074
|
+
}
|
|
30075
|
+
export declare class GetCrossBorderOptimizationResponseBody extends $dara.Model {
|
|
30076
|
+
/**
|
|
30077
|
+
* @example
|
|
30078
|
+
* on
|
|
30079
|
+
*/
|
|
30080
|
+
enable?: string;
|
|
30081
|
+
/**
|
|
30082
|
+
* @example
|
|
30083
|
+
* CF521A24-633F-5350-A6A5-42AD503D0D20
|
|
30084
|
+
*/
|
|
30085
|
+
requestId?: string;
|
|
30086
|
+
static names(): {
|
|
30087
|
+
[key: string]: string;
|
|
30088
|
+
};
|
|
30089
|
+
static types(): {
|
|
30090
|
+
[key: string]: any;
|
|
30091
|
+
};
|
|
30092
|
+
validate(): void;
|
|
30093
|
+
constructor(map?: {
|
|
30094
|
+
[key: string]: any;
|
|
30095
|
+
});
|
|
30096
|
+
}
|
|
30097
|
+
export declare class GetCrossBorderOptimizationResponse extends $dara.Model {
|
|
30098
|
+
headers?: {
|
|
30099
|
+
[key: string]: string;
|
|
30100
|
+
};
|
|
30101
|
+
statusCode?: number;
|
|
30102
|
+
body?: GetCrossBorderOptimizationResponseBody;
|
|
30103
|
+
static names(): {
|
|
30104
|
+
[key: string]: string;
|
|
30105
|
+
};
|
|
30106
|
+
static types(): {
|
|
30107
|
+
[key: string]: any;
|
|
30108
|
+
};
|
|
30109
|
+
validate(): void;
|
|
30110
|
+
constructor(map?: {
|
|
30111
|
+
[key: string]: any;
|
|
30112
|
+
});
|
|
30113
|
+
}
|
|
29590
30114
|
export declare class GetDevelopmentModeRequest extends $dara.Model {
|
|
29591
30115
|
/**
|
|
29592
30116
|
* @remarks
|
|
@@ -29858,6 +30382,61 @@ export declare class GetEdgeContainerAppResourceReserveResponse extends $dara.Mo
|
|
|
29858
30382
|
[key: string]: any;
|
|
29859
30383
|
});
|
|
29860
30384
|
}
|
|
30385
|
+
export declare class GetEdgeContainerAppResourceStatusRequest extends $dara.Model {
|
|
30386
|
+
/**
|
|
30387
|
+
* @remarks
|
|
30388
|
+
* This parameter is required.
|
|
30389
|
+
*
|
|
30390
|
+
* @example
|
|
30391
|
+
* app-96253477062511****
|
|
30392
|
+
*/
|
|
30393
|
+
appId?: string;
|
|
30394
|
+
static names(): {
|
|
30395
|
+
[key: string]: string;
|
|
30396
|
+
};
|
|
30397
|
+
static types(): {
|
|
30398
|
+
[key: string]: any;
|
|
30399
|
+
};
|
|
30400
|
+
validate(): void;
|
|
30401
|
+
constructor(map?: {
|
|
30402
|
+
[key: string]: any;
|
|
30403
|
+
});
|
|
30404
|
+
}
|
|
30405
|
+
export declare class GetEdgeContainerAppResourceStatusResponseBody extends $dara.Model {
|
|
30406
|
+
regions?: GetEdgeContainerAppResourceStatusResponseBodyRegions[];
|
|
30407
|
+
/**
|
|
30408
|
+
* @example
|
|
30409
|
+
* 15C66C7B-671A-4297-9187-2C4477247A74
|
|
30410
|
+
*/
|
|
30411
|
+
requestId?: string;
|
|
30412
|
+
static names(): {
|
|
30413
|
+
[key: string]: string;
|
|
30414
|
+
};
|
|
30415
|
+
static types(): {
|
|
30416
|
+
[key: string]: any;
|
|
30417
|
+
};
|
|
30418
|
+
validate(): void;
|
|
30419
|
+
constructor(map?: {
|
|
30420
|
+
[key: string]: any;
|
|
30421
|
+
});
|
|
30422
|
+
}
|
|
30423
|
+
export declare class GetEdgeContainerAppResourceStatusResponse extends $dara.Model {
|
|
30424
|
+
headers?: {
|
|
30425
|
+
[key: string]: string;
|
|
30426
|
+
};
|
|
30427
|
+
statusCode?: number;
|
|
30428
|
+
body?: GetEdgeContainerAppResourceStatusResponseBody;
|
|
30429
|
+
static names(): {
|
|
30430
|
+
[key: string]: string;
|
|
30431
|
+
};
|
|
30432
|
+
static types(): {
|
|
30433
|
+
[key: string]: any;
|
|
30434
|
+
};
|
|
30435
|
+
validate(): void;
|
|
30436
|
+
constructor(map?: {
|
|
30437
|
+
[key: string]: any;
|
|
30438
|
+
});
|
|
30439
|
+
}
|
|
29861
30440
|
export declare class GetEdgeContainerAppStatusRequest extends $dara.Model {
|
|
29862
30441
|
/**
|
|
29863
30442
|
* @remarks
|
|
@@ -32869,6 +33448,7 @@ export declare class GetOriginRuleResponseBody extends $dara.Model {
|
|
|
32869
33448
|
* on
|
|
32870
33449
|
*/
|
|
32871
33450
|
originMtls?: string;
|
|
33451
|
+
originReadTimeout?: string;
|
|
32872
33452
|
/**
|
|
32873
33453
|
* @remarks
|
|
32874
33454
|
* Protocol used for the origin request. Value range:
|
|
@@ -35593,7 +36173,7 @@ export declare class GetWafQuotaResponse extends $dara.Model {
|
|
|
35593
36173
|
export declare class GetWafRuleRequest extends $dara.Model {
|
|
35594
36174
|
/**
|
|
35595
36175
|
* @remarks
|
|
35596
|
-
* The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/
|
|
36176
|
+
* The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2878257.html) interface.
|
|
35597
36177
|
*
|
|
35598
36178
|
* This parameter is required.
|
|
35599
36179
|
*
|
|
@@ -35630,7 +36210,7 @@ export declare class GetWafRuleResponseBody extends $dara.Model {
|
|
|
35630
36210
|
config?: WafRuleConfig;
|
|
35631
36211
|
/**
|
|
35632
36212
|
* @remarks
|
|
35633
|
-
* The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/
|
|
36213
|
+
* The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2878257.html) interface.
|
|
35634
36214
|
*
|
|
35635
36215
|
* @example
|
|
35636
36216
|
* 2000001
|
|
@@ -35719,7 +36299,7 @@ export declare class GetWafRuleResponse extends $dara.Model {
|
|
|
35719
36299
|
export declare class GetWafRulesetRequest extends $dara.Model {
|
|
35720
36300
|
/**
|
|
35721
36301
|
* @remarks
|
|
35722
|
-
* The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/
|
|
36302
|
+
* The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2878359.html) interface.
|
|
35723
36303
|
*
|
|
35724
36304
|
* @example
|
|
35725
36305
|
* 10000001
|
|
@@ -40843,10 +41423,10 @@ export declare class ListSiteDeliveryTasksResponse extends $dara.Model {
|
|
|
40843
41423
|
export declare class ListSitesRequest extends $dara.Model {
|
|
40844
41424
|
/**
|
|
40845
41425
|
* @remarks
|
|
40846
|
-
*
|
|
41426
|
+
* The DNS setup. Valid values:
|
|
40847
41427
|
*
|
|
40848
|
-
*
|
|
40849
|
-
*
|
|
41428
|
+
* * **NS**
|
|
41429
|
+
* * **CNAME**
|
|
40850
41430
|
*
|
|
40851
41431
|
* @example
|
|
40852
41432
|
* NS
|
|
@@ -40854,10 +41434,11 @@ export declare class ListSitesRequest extends $dara.Model {
|
|
|
40854
41434
|
accessType?: string;
|
|
40855
41435
|
/**
|
|
40856
41436
|
* @remarks
|
|
40857
|
-
*
|
|
40858
|
-
*
|
|
40859
|
-
*
|
|
40860
|
-
*
|
|
41437
|
+
* The service location. Valid values:
|
|
41438
|
+
*
|
|
41439
|
+
* * **domestic**: the Chinese mainland
|
|
41440
|
+
* * **global**: global
|
|
41441
|
+
* * **overseas**: outside the Chinese mainland
|
|
40861
41442
|
*
|
|
40862
41443
|
* @example
|
|
40863
41444
|
* global
|
|
@@ -40865,7 +41446,7 @@ export declare class ListSitesRequest extends $dara.Model {
|
|
|
40865
41446
|
coverage?: string;
|
|
40866
41447
|
/**
|
|
40867
41448
|
* @remarks
|
|
40868
|
-
*
|
|
41449
|
+
* Specifies whether to query only websites on Enterprise plans. Valid values: **true and false**.
|
|
40869
41450
|
*
|
|
40870
41451
|
* @example
|
|
40871
41452
|
* false
|
|
@@ -40873,9 +41454,9 @@ export declare class ListSitesRequest extends $dara.Model {
|
|
|
40873
41454
|
onlyEnterprise?: boolean;
|
|
40874
41455
|
/**
|
|
40875
41456
|
* @remarks
|
|
40876
|
-
* Sorting field
|
|
40877
|
-
* - gmtCreate:
|
|
40878
|
-
* - visitTime:
|
|
41457
|
+
* Sorting field. By default, it sorts by creation time, supporting the following options:
|
|
41458
|
+
* - gmtCreate: website creation time
|
|
41459
|
+
* - visitTime: website visit time
|
|
40879
41460
|
*
|
|
40880
41461
|
* @example
|
|
40881
41462
|
* visitTime
|
|
@@ -40883,7 +41464,7 @@ export declare class ListSitesRequest extends $dara.Model {
|
|
|
40883
41464
|
orderBy?: string;
|
|
40884
41465
|
/**
|
|
40885
41466
|
* @remarks
|
|
40886
|
-
*
|
|
41467
|
+
* The page number. Default value: **1**.
|
|
40887
41468
|
*
|
|
40888
41469
|
* @example
|
|
40889
41470
|
* 1
|
|
@@ -40891,7 +41472,7 @@ export declare class ListSitesRequest extends $dara.Model {
|
|
|
40891
41472
|
pageNumber?: number;
|
|
40892
41473
|
/**
|
|
40893
41474
|
* @remarks
|
|
40894
|
-
*
|
|
41475
|
+
* The number of entries per page. Default value: **500**.
|
|
40895
41476
|
*
|
|
40896
41477
|
* @example
|
|
40897
41478
|
* 20
|
|
@@ -40899,11 +41480,12 @@ export declare class ListSitesRequest extends $dara.Model {
|
|
|
40899
41480
|
pageSize?: number;
|
|
40900
41481
|
/**
|
|
40901
41482
|
* @remarks
|
|
40902
|
-
*
|
|
40903
|
-
*
|
|
40904
|
-
*
|
|
40905
|
-
*
|
|
40906
|
-
*
|
|
41483
|
+
* The plan type. Valid values:
|
|
41484
|
+
*
|
|
41485
|
+
* * **basicplan**: Entrance
|
|
41486
|
+
* * **standardplan**: Pro
|
|
41487
|
+
* * **advancedplan**: Premium
|
|
41488
|
+
* * **enterpriseplan**: Enterprise
|
|
40907
41489
|
*
|
|
40908
41490
|
* @example
|
|
40909
41491
|
* basicplan
|
|
@@ -40911,7 +41493,7 @@ export declare class ListSitesRequest extends $dara.Model {
|
|
|
40911
41493
|
planSubscribeType?: string;
|
|
40912
41494
|
/**
|
|
40913
41495
|
* @remarks
|
|
40914
|
-
*
|
|
41496
|
+
* The ID of the resource group. This parameter specifies a filter condition for the query.
|
|
40915
41497
|
*
|
|
40916
41498
|
* @example
|
|
40917
41499
|
* rg-aekzd3styujvyei
|
|
@@ -40919,7 +41501,7 @@ export declare class ListSitesRequest extends $dara.Model {
|
|
|
40919
41501
|
resourceGroupId?: string;
|
|
40920
41502
|
/**
|
|
40921
41503
|
* @remarks
|
|
40922
|
-
*
|
|
41504
|
+
* The website name. This parameter specifies a filter condition for the query.
|
|
40923
41505
|
*
|
|
40924
41506
|
* @example
|
|
40925
41507
|
* example.com
|
|
@@ -40927,12 +41509,12 @@ export declare class ListSitesRequest extends $dara.Model {
|
|
|
40927
41509
|
siteName?: string;
|
|
40928
41510
|
/**
|
|
40929
41511
|
* @remarks
|
|
40930
|
-
*
|
|
41512
|
+
* The match mode to search for the website name. Default value: exact. Valid values:
|
|
40931
41513
|
*
|
|
40932
|
-
*
|
|
40933
|
-
*
|
|
40934
|
-
*
|
|
40935
|
-
*
|
|
41514
|
+
* * **prefix**: match by prefix.
|
|
41515
|
+
* * **suffix**: match by suffix.
|
|
41516
|
+
* * **exact**: exact match.
|
|
41517
|
+
* * **fuzzy**: fuzzy match.
|
|
40936
41518
|
*
|
|
40937
41519
|
* @example
|
|
40938
41520
|
* fuzzy
|
|
@@ -40940,7 +41522,7 @@ export declare class ListSitesRequest extends $dara.Model {
|
|
|
40940
41522
|
siteSearchType?: string;
|
|
40941
41523
|
/**
|
|
40942
41524
|
* @remarks
|
|
40943
|
-
*
|
|
41525
|
+
* The website status. This parameter specifies a filter condition for the query.
|
|
40944
41526
|
*
|
|
40945
41527
|
* @example
|
|
40946
41528
|
* pending
|
|
@@ -40948,7 +41530,7 @@ export declare class ListSitesRequest extends $dara.Model {
|
|
|
40948
41530
|
status?: string;
|
|
40949
41531
|
/**
|
|
40950
41532
|
* @remarks
|
|
40951
|
-
*
|
|
41533
|
+
* The tag filtering rule.
|
|
40952
41534
|
*/
|
|
40953
41535
|
tagFilter?: ListSitesRequestTagFilter[];
|
|
40954
41536
|
static names(): {
|
|
@@ -40965,10 +41547,10 @@ export declare class ListSitesRequest extends $dara.Model {
|
|
|
40965
41547
|
export declare class ListSitesShrinkRequest extends $dara.Model {
|
|
40966
41548
|
/**
|
|
40967
41549
|
* @remarks
|
|
40968
|
-
*
|
|
41550
|
+
* The DNS setup. Valid values:
|
|
40969
41551
|
*
|
|
40970
|
-
*
|
|
40971
|
-
*
|
|
41552
|
+
* * **NS**
|
|
41553
|
+
* * **CNAME**
|
|
40972
41554
|
*
|
|
40973
41555
|
* @example
|
|
40974
41556
|
* NS
|
|
@@ -40976,10 +41558,11 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
|
|
|
40976
41558
|
accessType?: string;
|
|
40977
41559
|
/**
|
|
40978
41560
|
* @remarks
|
|
40979
|
-
*
|
|
40980
|
-
*
|
|
40981
|
-
*
|
|
40982
|
-
*
|
|
41561
|
+
* The service location. Valid values:
|
|
41562
|
+
*
|
|
41563
|
+
* * **domestic**: the Chinese mainland
|
|
41564
|
+
* * **global**: global
|
|
41565
|
+
* * **overseas**: outside the Chinese mainland
|
|
40983
41566
|
*
|
|
40984
41567
|
* @example
|
|
40985
41568
|
* global
|
|
@@ -40987,7 +41570,7 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
|
|
|
40987
41570
|
coverage?: string;
|
|
40988
41571
|
/**
|
|
40989
41572
|
* @remarks
|
|
40990
|
-
*
|
|
41573
|
+
* Specifies whether to query only websites on Enterprise plans. Valid values: **true and false**.
|
|
40991
41574
|
*
|
|
40992
41575
|
* @example
|
|
40993
41576
|
* false
|
|
@@ -40995,9 +41578,9 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
|
|
|
40995
41578
|
onlyEnterprise?: boolean;
|
|
40996
41579
|
/**
|
|
40997
41580
|
* @remarks
|
|
40998
|
-
* Sorting field
|
|
40999
|
-
* - gmtCreate:
|
|
41000
|
-
* - visitTime:
|
|
41581
|
+
* Sorting field. By default, it sorts by creation time, supporting the following options:
|
|
41582
|
+
* - gmtCreate: website creation time
|
|
41583
|
+
* - visitTime: website visit time
|
|
41001
41584
|
*
|
|
41002
41585
|
* @example
|
|
41003
41586
|
* visitTime
|
|
@@ -41005,7 +41588,7 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
|
|
|
41005
41588
|
orderBy?: string;
|
|
41006
41589
|
/**
|
|
41007
41590
|
* @remarks
|
|
41008
|
-
*
|
|
41591
|
+
* The page number. Default value: **1**.
|
|
41009
41592
|
*
|
|
41010
41593
|
* @example
|
|
41011
41594
|
* 1
|
|
@@ -41013,7 +41596,7 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
|
|
|
41013
41596
|
pageNumber?: number;
|
|
41014
41597
|
/**
|
|
41015
41598
|
* @remarks
|
|
41016
|
-
*
|
|
41599
|
+
* The number of entries per page. Default value: **500**.
|
|
41017
41600
|
*
|
|
41018
41601
|
* @example
|
|
41019
41602
|
* 20
|
|
@@ -41021,11 +41604,12 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
|
|
|
41021
41604
|
pageSize?: number;
|
|
41022
41605
|
/**
|
|
41023
41606
|
* @remarks
|
|
41024
|
-
*
|
|
41025
|
-
*
|
|
41026
|
-
*
|
|
41027
|
-
*
|
|
41028
|
-
*
|
|
41607
|
+
* The plan type. Valid values:
|
|
41608
|
+
*
|
|
41609
|
+
* * **basicplan**: Entrance
|
|
41610
|
+
* * **standardplan**: Pro
|
|
41611
|
+
* * **advancedplan**: Premium
|
|
41612
|
+
* * **enterpriseplan**: Enterprise
|
|
41029
41613
|
*
|
|
41030
41614
|
* @example
|
|
41031
41615
|
* basicplan
|
|
@@ -41033,7 +41617,7 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
|
|
|
41033
41617
|
planSubscribeType?: string;
|
|
41034
41618
|
/**
|
|
41035
41619
|
* @remarks
|
|
41036
|
-
*
|
|
41620
|
+
* The ID of the resource group. This parameter specifies a filter condition for the query.
|
|
41037
41621
|
*
|
|
41038
41622
|
* @example
|
|
41039
41623
|
* rg-aekzd3styujvyei
|
|
@@ -41041,7 +41625,7 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
|
|
|
41041
41625
|
resourceGroupId?: string;
|
|
41042
41626
|
/**
|
|
41043
41627
|
* @remarks
|
|
41044
|
-
*
|
|
41628
|
+
* The website name. This parameter specifies a filter condition for the query.
|
|
41045
41629
|
*
|
|
41046
41630
|
* @example
|
|
41047
41631
|
* example.com
|
|
@@ -41049,12 +41633,12 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
|
|
|
41049
41633
|
siteName?: string;
|
|
41050
41634
|
/**
|
|
41051
41635
|
* @remarks
|
|
41052
|
-
*
|
|
41636
|
+
* The match mode to search for the website name. Default value: exact. Valid values:
|
|
41053
41637
|
*
|
|
41054
|
-
*
|
|
41055
|
-
*
|
|
41056
|
-
*
|
|
41057
|
-
*
|
|
41638
|
+
* * **prefix**: match by prefix.
|
|
41639
|
+
* * **suffix**: match by suffix.
|
|
41640
|
+
* * **exact**: exact match.
|
|
41641
|
+
* * **fuzzy**: fuzzy match.
|
|
41058
41642
|
*
|
|
41059
41643
|
* @example
|
|
41060
41644
|
* fuzzy
|
|
@@ -41062,7 +41646,7 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
|
|
|
41062
41646
|
siteSearchType?: string;
|
|
41063
41647
|
/**
|
|
41064
41648
|
* @remarks
|
|
41065
|
-
*
|
|
41649
|
+
* The website status. This parameter specifies a filter condition for the query.
|
|
41066
41650
|
*
|
|
41067
41651
|
* @example
|
|
41068
41652
|
* pending
|
|
@@ -41070,7 +41654,7 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
|
|
|
41070
41654
|
status?: string;
|
|
41071
41655
|
/**
|
|
41072
41656
|
* @remarks
|
|
41073
|
-
*
|
|
41657
|
+
* The tag filtering rule.
|
|
41074
41658
|
*/
|
|
41075
41659
|
tagFilterShrink?: string;
|
|
41076
41660
|
static names(): {
|
|
@@ -41087,7 +41671,7 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
|
|
|
41087
41671
|
export declare class ListSitesResponseBody extends $dara.Model {
|
|
41088
41672
|
/**
|
|
41089
41673
|
* @remarks
|
|
41090
|
-
*
|
|
41674
|
+
* The page number.
|
|
41091
41675
|
*
|
|
41092
41676
|
* @example
|
|
41093
41677
|
* 1
|
|
@@ -41095,7 +41679,7 @@ export declare class ListSitesResponseBody extends $dara.Model {
|
|
|
41095
41679
|
pageNumber?: number;
|
|
41096
41680
|
/**
|
|
41097
41681
|
* @remarks
|
|
41098
|
-
*
|
|
41682
|
+
* The number of websites per page.
|
|
41099
41683
|
*
|
|
41100
41684
|
* @example
|
|
41101
41685
|
* 20
|
|
@@ -41103,7 +41687,7 @@ export declare class ListSitesResponseBody extends $dara.Model {
|
|
|
41103
41687
|
pageSize?: number;
|
|
41104
41688
|
/**
|
|
41105
41689
|
* @remarks
|
|
41106
|
-
*
|
|
41690
|
+
* The request ID.
|
|
41107
41691
|
*
|
|
41108
41692
|
* @example
|
|
41109
41693
|
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
@@ -41111,12 +41695,12 @@ export declare class ListSitesResponseBody extends $dara.Model {
|
|
|
41111
41695
|
requestId?: string;
|
|
41112
41696
|
/**
|
|
41113
41697
|
* @remarks
|
|
41114
|
-
*
|
|
41698
|
+
* The queried websites.
|
|
41115
41699
|
*/
|
|
41116
41700
|
sites?: ListSitesResponseBodySites[];
|
|
41117
41701
|
/**
|
|
41118
41702
|
* @remarks
|
|
41119
|
-
*
|
|
41703
|
+
* The total number of websites.
|
|
41120
41704
|
*
|
|
41121
41705
|
* @example
|
|
41122
41706
|
* 40
|
|
@@ -44950,7 +45534,7 @@ export declare class SetOriginClientCertificateHostnamesResponseBody extends $da
|
|
|
44950
45534
|
* @example
|
|
44951
45535
|
* 123456789****
|
|
44952
45536
|
*/
|
|
44953
|
-
siteId?:
|
|
45537
|
+
siteId?: number;
|
|
44954
45538
|
/**
|
|
44955
45539
|
* @remarks
|
|
44956
45540
|
* The website name.
|
|
@@ -45990,6 +46574,68 @@ export declare class UpdateCompressionRuleResponse extends $dara.Model {
|
|
|
45990
46574
|
[key: string]: any;
|
|
45991
46575
|
});
|
|
45992
46576
|
}
|
|
46577
|
+
export declare class UpdateCrossBorderOptimizationRequest extends $dara.Model {
|
|
46578
|
+
/**
|
|
46579
|
+
* @remarks
|
|
46580
|
+
* This parameter is required.
|
|
46581
|
+
*
|
|
46582
|
+
* @example
|
|
46583
|
+
* on
|
|
46584
|
+
*/
|
|
46585
|
+
enable?: string;
|
|
46586
|
+
/**
|
|
46587
|
+
* @remarks
|
|
46588
|
+
* This parameter is required.
|
|
46589
|
+
*
|
|
46590
|
+
* @example
|
|
46591
|
+
* 1234567890123
|
|
46592
|
+
*/
|
|
46593
|
+
siteId?: number;
|
|
46594
|
+
static names(): {
|
|
46595
|
+
[key: string]: string;
|
|
46596
|
+
};
|
|
46597
|
+
static types(): {
|
|
46598
|
+
[key: string]: any;
|
|
46599
|
+
};
|
|
46600
|
+
validate(): void;
|
|
46601
|
+
constructor(map?: {
|
|
46602
|
+
[key: string]: any;
|
|
46603
|
+
});
|
|
46604
|
+
}
|
|
46605
|
+
export declare class UpdateCrossBorderOptimizationResponseBody extends $dara.Model {
|
|
46606
|
+
/**
|
|
46607
|
+
* @example
|
|
46608
|
+
* CB1A380B-09F0-41BB-A198-72F8FD6DA2FE
|
|
46609
|
+
*/
|
|
46610
|
+
requestId?: string;
|
|
46611
|
+
static names(): {
|
|
46612
|
+
[key: string]: string;
|
|
46613
|
+
};
|
|
46614
|
+
static types(): {
|
|
46615
|
+
[key: string]: any;
|
|
46616
|
+
};
|
|
46617
|
+
validate(): void;
|
|
46618
|
+
constructor(map?: {
|
|
46619
|
+
[key: string]: any;
|
|
46620
|
+
});
|
|
46621
|
+
}
|
|
46622
|
+
export declare class UpdateCrossBorderOptimizationResponse extends $dara.Model {
|
|
46623
|
+
headers?: {
|
|
46624
|
+
[key: string]: string;
|
|
46625
|
+
};
|
|
46626
|
+
statusCode?: number;
|
|
46627
|
+
body?: UpdateCrossBorderOptimizationResponseBody;
|
|
46628
|
+
static names(): {
|
|
46629
|
+
[key: string]: string;
|
|
46630
|
+
};
|
|
46631
|
+
static types(): {
|
|
46632
|
+
[key: string]: any;
|
|
46633
|
+
};
|
|
46634
|
+
validate(): void;
|
|
46635
|
+
constructor(map?: {
|
|
46636
|
+
[key: string]: any;
|
|
46637
|
+
});
|
|
46638
|
+
}
|
|
45993
46639
|
export declare class UpdateCustomScenePolicyRequest extends $dara.Model {
|
|
45994
46640
|
/**
|
|
45995
46641
|
* @remarks
|
|
@@ -48360,6 +49006,7 @@ export declare class UpdateOriginRuleRequest extends $dara.Model {
|
|
|
48360
49006
|
* on
|
|
48361
49007
|
*/
|
|
48362
49008
|
originMtls?: string;
|
|
49009
|
+
originReadTimeout?: string;
|
|
48363
49010
|
/**
|
|
48364
49011
|
* @remarks
|
|
48365
49012
|
* Protocol used for the origin request. Valid values:
|
|
@@ -50351,7 +50998,7 @@ export declare class UpdateWafRuleRequest extends $dara.Model {
|
|
|
50351
50998
|
config?: WafRuleConfig;
|
|
50352
50999
|
/**
|
|
50353
51000
|
* @remarks
|
|
50354
|
-
* WAF rule ID, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/
|
|
51001
|
+
* WAF rule ID, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2878257.html) interface.
|
|
50355
51002
|
*
|
|
50356
51003
|
* This parameter is required.
|
|
50357
51004
|
*
|
|
@@ -50412,7 +51059,7 @@ export declare class UpdateWafRuleShrinkRequest extends $dara.Model {
|
|
|
50412
51059
|
configShrink?: string;
|
|
50413
51060
|
/**
|
|
50414
51061
|
* @remarks
|
|
50415
|
-
* WAF rule ID, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/
|
|
51062
|
+
* WAF rule ID, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2878257.html) interface.
|
|
50416
51063
|
*
|
|
50417
51064
|
* This parameter is required.
|
|
50418
51065
|
*
|
|
@@ -50468,7 +51115,7 @@ export declare class UpdateWafRuleShrinkRequest extends $dara.Model {
|
|
|
50468
51115
|
export declare class UpdateWafRuleResponseBody extends $dara.Model {
|
|
50469
51116
|
/**
|
|
50470
51117
|
* @remarks
|
|
50471
|
-
* WAF rule ID, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/
|
|
51118
|
+
* WAF rule ID, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2878257.html) interface.
|
|
50472
51119
|
*
|
|
50473
51120
|
* @example
|
|
50474
51121
|
* 20000001
|
|
@@ -54117,6 +54764,36 @@ export default class Client extends OpenApi {
|
|
|
54117
54764
|
* @returns DescribeRatePlanInstanceStatusResponse
|
|
54118
54765
|
*/
|
|
54119
54766
|
describeRatePlanInstanceStatus(request: DescribeRatePlanInstanceStatusRequest): Promise<DescribeRatePlanInstanceStatusResponse>;
|
|
54767
|
+
/**
|
|
54768
|
+
* 获取时序数据
|
|
54769
|
+
*
|
|
54770
|
+
* @param tmpReq - DescribeSiteTimeSeriesDataRequest
|
|
54771
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
54772
|
+
* @returns DescribeSiteTimeSeriesDataResponse
|
|
54773
|
+
*/
|
|
54774
|
+
describeSiteTimeSeriesDataWithOptions(tmpReq: DescribeSiteTimeSeriesDataRequest, runtime: $dara.RuntimeOptions): Promise<DescribeSiteTimeSeriesDataResponse>;
|
|
54775
|
+
/**
|
|
54776
|
+
* 获取时序数据
|
|
54777
|
+
*
|
|
54778
|
+
* @param request - DescribeSiteTimeSeriesDataRequest
|
|
54779
|
+
* @returns DescribeSiteTimeSeriesDataResponse
|
|
54780
|
+
*/
|
|
54781
|
+
describeSiteTimeSeriesData(request: DescribeSiteTimeSeriesDataRequest): Promise<DescribeSiteTimeSeriesDataResponse>;
|
|
54782
|
+
/**
|
|
54783
|
+
* 获取Top数据
|
|
54784
|
+
*
|
|
54785
|
+
* @param tmpReq - DescribeSiteTopDataRequest
|
|
54786
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
54787
|
+
* @returns DescribeSiteTopDataResponse
|
|
54788
|
+
*/
|
|
54789
|
+
describeSiteTopDataWithOptions(tmpReq: DescribeSiteTopDataRequest, runtime: $dara.RuntimeOptions): Promise<DescribeSiteTopDataResponse>;
|
|
54790
|
+
/**
|
|
54791
|
+
* 获取Top数据
|
|
54792
|
+
*
|
|
54793
|
+
* @param request - DescribeSiteTopDataRequest
|
|
54794
|
+
* @returns DescribeSiteTopDataResponse
|
|
54795
|
+
*/
|
|
54796
|
+
describeSiteTopData(request: DescribeSiteTopDataRequest): Promise<DescribeSiteTopDataResponse>;
|
|
54120
54797
|
/**
|
|
54121
54798
|
* Disables a scenario-specific policy.
|
|
54122
54799
|
*
|
|
@@ -54325,6 +55002,21 @@ export default class Client extends OpenApi {
|
|
|
54325
55002
|
* @returns GetCompressionRuleResponse
|
|
54326
55003
|
*/
|
|
54327
55004
|
getCompressionRule(request: GetCompressionRuleRequest): Promise<GetCompressionRuleResponse>;
|
|
55005
|
+
/**
|
|
55006
|
+
* 查询站点中国大陆网络接入优化配置
|
|
55007
|
+
*
|
|
55008
|
+
* @param request - GetCrossBorderOptimizationRequest
|
|
55009
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
55010
|
+
* @returns GetCrossBorderOptimizationResponse
|
|
55011
|
+
*/
|
|
55012
|
+
getCrossBorderOptimizationWithOptions(request: GetCrossBorderOptimizationRequest, runtime: $dara.RuntimeOptions): Promise<GetCrossBorderOptimizationResponse>;
|
|
55013
|
+
/**
|
|
55014
|
+
* 查询站点中国大陆网络接入优化配置
|
|
55015
|
+
*
|
|
55016
|
+
* @param request - GetCrossBorderOptimizationRequest
|
|
55017
|
+
* @returns GetCrossBorderOptimizationResponse
|
|
55018
|
+
*/
|
|
55019
|
+
getCrossBorderOptimization(request: GetCrossBorderOptimizationRequest): Promise<GetCrossBorderOptimizationResponse>;
|
|
54328
55020
|
/**
|
|
54329
55021
|
* Query Site Developer Mode Configuration
|
|
54330
55022
|
*
|
|
@@ -54385,6 +55077,21 @@ export default class Client extends OpenApi {
|
|
|
54385
55077
|
* @returns GetEdgeContainerAppResourceReserveResponse
|
|
54386
55078
|
*/
|
|
54387
55079
|
getEdgeContainerAppResourceReserve(request: GetEdgeContainerAppResourceReserveRequest): Promise<GetEdgeContainerAppResourceReserveResponse>;
|
|
55080
|
+
/**
|
|
55081
|
+
* 获取边缘容器应用资源分布
|
|
55082
|
+
*
|
|
55083
|
+
* @param request - GetEdgeContainerAppResourceStatusRequest
|
|
55084
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
55085
|
+
* @returns GetEdgeContainerAppResourceStatusResponse
|
|
55086
|
+
*/
|
|
55087
|
+
getEdgeContainerAppResourceStatusWithOptions(request: GetEdgeContainerAppResourceStatusRequest, runtime: $dara.RuntimeOptions): Promise<GetEdgeContainerAppResourceStatusResponse>;
|
|
55088
|
+
/**
|
|
55089
|
+
* 获取边缘容器应用资源分布
|
|
55090
|
+
*
|
|
55091
|
+
* @param request - GetEdgeContainerAppResourceStatusRequest
|
|
55092
|
+
* @returns GetEdgeContainerAppResourceStatusResponse
|
|
55093
|
+
*/
|
|
55094
|
+
getEdgeContainerAppResourceStatus(request: GetEdgeContainerAppResourceStatusRequest): Promise<GetEdgeContainerAppResourceStatusResponse>;
|
|
54388
55095
|
/**
|
|
54389
55096
|
* Queries the status information about a containerized application, including the deployment, release, and rollback of the application.
|
|
54390
55097
|
*
|
|
@@ -55893,7 +56600,7 @@ export default class Client extends OpenApi {
|
|
|
55893
56600
|
*/
|
|
55894
56601
|
listSiteDeliveryTasks(request: ListSiteDeliveryTasksRequest): Promise<ListSiteDeliveryTasksResponse>;
|
|
55895
56602
|
/**
|
|
55896
|
-
*
|
|
56603
|
+
* Queries the information about websites in your account, such as the name, status, and configuration of each website.
|
|
55897
56604
|
*
|
|
55898
56605
|
* @param tmpReq - ListSitesRequest
|
|
55899
56606
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -55901,7 +56608,7 @@ export default class Client extends OpenApi {
|
|
|
55901
56608
|
*/
|
|
55902
56609
|
listSitesWithOptions(tmpReq: ListSitesRequest, runtime: $dara.RuntimeOptions): Promise<ListSitesResponse>;
|
|
55903
56610
|
/**
|
|
55904
|
-
*
|
|
56611
|
+
* Queries the information about websites in your account, such as the name, status, and configuration of each website.
|
|
55905
56612
|
*
|
|
55906
56613
|
* @param request - ListSitesRequest
|
|
55907
56614
|
* @returns ListSitesResponse
|
|
@@ -56580,6 +57287,21 @@ export default class Client extends OpenApi {
|
|
|
56580
57287
|
* @returns UpdateCompressionRuleResponse
|
|
56581
57288
|
*/
|
|
56582
57289
|
updateCompressionRule(request: UpdateCompressionRuleRequest): Promise<UpdateCompressionRuleResponse>;
|
|
57290
|
+
/**
|
|
57291
|
+
* 修改站点中国大陆网络接入优化配置
|
|
57292
|
+
*
|
|
57293
|
+
* @param request - UpdateCrossBorderOptimizationRequest
|
|
57294
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
57295
|
+
* @returns UpdateCrossBorderOptimizationResponse
|
|
57296
|
+
*/
|
|
57297
|
+
updateCrossBorderOptimizationWithOptions(request: UpdateCrossBorderOptimizationRequest, runtime: $dara.RuntimeOptions): Promise<UpdateCrossBorderOptimizationResponse>;
|
|
57298
|
+
/**
|
|
57299
|
+
* 修改站点中国大陆网络接入优化配置
|
|
57300
|
+
*
|
|
57301
|
+
* @param request - UpdateCrossBorderOptimizationRequest
|
|
57302
|
+
* @returns UpdateCrossBorderOptimizationResponse
|
|
57303
|
+
*/
|
|
57304
|
+
updateCrossBorderOptimization(request: UpdateCrossBorderOptimizationRequest): Promise<UpdateCrossBorderOptimizationResponse>;
|
|
56583
57305
|
/**
|
|
56584
57306
|
* Modifies the configurations of a custom scenario-specific policy.
|
|
56585
57307
|
*
|