@alicloud/esa20240910 2.21.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 +581 -15
- package/dist/client.js +718 -24
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1146 -86
package/dist/client.d.ts
CHANGED
|
@@ -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:
|
|
@@ -15921,7 +16122,7 @@ export declare class BatchCreateWafRulesShrinkRequest extends $dara.Model {
|
|
|
15921
16122
|
export declare class BatchCreateWafRulesResponseBody extends $dara.Model {
|
|
15922
16123
|
/**
|
|
15923
16124
|
* @remarks
|
|
15924
|
-
* 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.
|
|
15925
16126
|
*/
|
|
15926
16127
|
ids?: number[];
|
|
15927
16128
|
/**
|
|
@@ -15934,7 +16135,7 @@ export declare class BatchCreateWafRulesResponseBody extends $dara.Model {
|
|
|
15934
16135
|
requestId?: string;
|
|
15935
16136
|
/**
|
|
15936
16137
|
* @remarks
|
|
15937
|
-
* 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.
|
|
15938
16139
|
*
|
|
15939
16140
|
* @example
|
|
15940
16141
|
* 10000001
|
|
@@ -16530,7 +16731,7 @@ export declare class BatchUpdateWafRulesRequest extends $dara.Model {
|
|
|
16530
16731
|
phase?: string;
|
|
16531
16732
|
/**
|
|
16532
16733
|
* @remarks
|
|
16533
|
-
* 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.
|
|
16534
16735
|
*
|
|
16535
16736
|
* @example
|
|
16536
16737
|
* 10000001
|
|
@@ -16539,6 +16740,9 @@ export declare class BatchUpdateWafRulesRequest extends $dara.Model {
|
|
|
16539
16740
|
/**
|
|
16540
16741
|
* @remarks
|
|
16541
16742
|
* The configurations shared by multiple rules.
|
|
16743
|
+
*
|
|
16744
|
+
* @example
|
|
16745
|
+
* 10000001
|
|
16542
16746
|
*/
|
|
16543
16747
|
shared?: WafBatchRuleShared;
|
|
16544
16748
|
/**
|
|
@@ -16584,7 +16788,7 @@ export declare class BatchUpdateWafRulesShrinkRequest extends $dara.Model {
|
|
|
16584
16788
|
phase?: string;
|
|
16585
16789
|
/**
|
|
16586
16790
|
* @remarks
|
|
16587
|
-
* 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.
|
|
16588
16792
|
*
|
|
16589
16793
|
* @example
|
|
16590
16794
|
* 10000001
|
|
@@ -16593,6 +16797,9 @@ export declare class BatchUpdateWafRulesShrinkRequest extends $dara.Model {
|
|
|
16593
16797
|
/**
|
|
16594
16798
|
* @remarks
|
|
16595
16799
|
* The configurations shared by multiple rules.
|
|
16800
|
+
*
|
|
16801
|
+
* @example
|
|
16802
|
+
* 10000001
|
|
16596
16803
|
*/
|
|
16597
16804
|
sharedShrink?: string;
|
|
16598
16805
|
/**
|
|
@@ -20323,6 +20530,7 @@ export declare class CreateOriginRuleRequest extends $dara.Model {
|
|
|
20323
20530
|
* on
|
|
20324
20531
|
*/
|
|
20325
20532
|
originMtls?: string;
|
|
20533
|
+
originReadTimeout?: string;
|
|
20326
20534
|
/**
|
|
20327
20535
|
* @remarks
|
|
20328
20536
|
* Protocol used for the origin request. Possible values:
|
|
@@ -22731,7 +22939,7 @@ export declare class CreateWafRuleShrinkRequest extends $dara.Model {
|
|
|
22731
22939
|
export declare class CreateWafRuleResponseBody extends $dara.Model {
|
|
22732
22940
|
/**
|
|
22733
22941
|
* @remarks
|
|
22734
|
-
* 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.
|
|
22735
22943
|
*
|
|
22736
22944
|
* @example
|
|
22737
22945
|
* 20000001
|
|
@@ -22747,7 +22955,7 @@ export declare class CreateWafRuleResponseBody extends $dara.Model {
|
|
|
22747
22955
|
requestId?: string;
|
|
22748
22956
|
/**
|
|
22749
22957
|
* @remarks
|
|
22750
|
-
* 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.
|
|
22751
22959
|
*
|
|
22752
22960
|
* @example
|
|
22753
22961
|
* 10000001
|
|
@@ -26480,7 +26688,7 @@ export declare class DeleteUserDeliveryTaskResponse extends $dara.Model {
|
|
|
26480
26688
|
export declare class DeleteWafRuleRequest extends $dara.Model {
|
|
26481
26689
|
/**
|
|
26482
26690
|
* @remarks
|
|
26483
|
-
* 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.
|
|
26484
26692
|
*
|
|
26485
26693
|
* This parameter is required.
|
|
26486
26694
|
*
|
|
@@ -28069,6 +28277,262 @@ export declare class DescribeRatePlanInstanceStatusResponse extends $dara.Model
|
|
|
28069
28277
|
[key: string]: any;
|
|
28070
28278
|
});
|
|
28071
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
|
+
}
|
|
28072
28536
|
export declare class DisableCustomScenePolicyRequest extends $dara.Model {
|
|
28073
28537
|
/**
|
|
28074
28538
|
* @remarks
|
|
@@ -29918,6 +30382,61 @@ export declare class GetEdgeContainerAppResourceReserveResponse extends $dara.Mo
|
|
|
29918
30382
|
[key: string]: any;
|
|
29919
30383
|
});
|
|
29920
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
|
+
}
|
|
29921
30440
|
export declare class GetEdgeContainerAppStatusRequest extends $dara.Model {
|
|
29922
30441
|
/**
|
|
29923
30442
|
* @remarks
|
|
@@ -32929,6 +33448,7 @@ export declare class GetOriginRuleResponseBody extends $dara.Model {
|
|
|
32929
33448
|
* on
|
|
32930
33449
|
*/
|
|
32931
33450
|
originMtls?: string;
|
|
33451
|
+
originReadTimeout?: string;
|
|
32932
33452
|
/**
|
|
32933
33453
|
* @remarks
|
|
32934
33454
|
* Protocol used for the origin request. Value range:
|
|
@@ -35653,7 +36173,7 @@ export declare class GetWafQuotaResponse extends $dara.Model {
|
|
|
35653
36173
|
export declare class GetWafRuleRequest extends $dara.Model {
|
|
35654
36174
|
/**
|
|
35655
36175
|
* @remarks
|
|
35656
|
-
* 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.
|
|
35657
36177
|
*
|
|
35658
36178
|
* This parameter is required.
|
|
35659
36179
|
*
|
|
@@ -35690,7 +36210,7 @@ export declare class GetWafRuleResponseBody extends $dara.Model {
|
|
|
35690
36210
|
config?: WafRuleConfig;
|
|
35691
36211
|
/**
|
|
35692
36212
|
* @remarks
|
|
35693
|
-
* 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.
|
|
35694
36214
|
*
|
|
35695
36215
|
* @example
|
|
35696
36216
|
* 2000001
|
|
@@ -35779,7 +36299,7 @@ export declare class GetWafRuleResponse extends $dara.Model {
|
|
|
35779
36299
|
export declare class GetWafRulesetRequest extends $dara.Model {
|
|
35780
36300
|
/**
|
|
35781
36301
|
* @remarks
|
|
35782
|
-
* 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.
|
|
35783
36303
|
*
|
|
35784
36304
|
* @example
|
|
35785
36305
|
* 10000001
|
|
@@ -40936,7 +41456,7 @@ export declare class ListSitesRequest extends $dara.Model {
|
|
|
40936
41456
|
* @remarks
|
|
40937
41457
|
* Sorting field. By default, it sorts by creation time, supporting the following options:
|
|
40938
41458
|
* - gmtCreate: website creation time
|
|
40939
|
-
* - visitTime
|
|
41459
|
+
* - visitTime: website visit time
|
|
40940
41460
|
*
|
|
40941
41461
|
* @example
|
|
40942
41462
|
* visitTime
|
|
@@ -41060,7 +41580,7 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
|
|
|
41060
41580
|
* @remarks
|
|
41061
41581
|
* Sorting field. By default, it sorts by creation time, supporting the following options:
|
|
41062
41582
|
* - gmtCreate: website creation time
|
|
41063
|
-
* - visitTime
|
|
41583
|
+
* - visitTime: website visit time
|
|
41064
41584
|
*
|
|
41065
41585
|
* @example
|
|
41066
41586
|
* visitTime
|
|
@@ -48486,6 +49006,7 @@ export declare class UpdateOriginRuleRequest extends $dara.Model {
|
|
|
48486
49006
|
* on
|
|
48487
49007
|
*/
|
|
48488
49008
|
originMtls?: string;
|
|
49009
|
+
originReadTimeout?: string;
|
|
48489
49010
|
/**
|
|
48490
49011
|
* @remarks
|
|
48491
49012
|
* Protocol used for the origin request. Valid values:
|
|
@@ -50477,7 +50998,7 @@ export declare class UpdateWafRuleRequest extends $dara.Model {
|
|
|
50477
50998
|
config?: WafRuleConfig;
|
|
50478
50999
|
/**
|
|
50479
51000
|
* @remarks
|
|
50480
|
-
* 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.
|
|
50481
51002
|
*
|
|
50482
51003
|
* This parameter is required.
|
|
50483
51004
|
*
|
|
@@ -50538,7 +51059,7 @@ export declare class UpdateWafRuleShrinkRequest extends $dara.Model {
|
|
|
50538
51059
|
configShrink?: string;
|
|
50539
51060
|
/**
|
|
50540
51061
|
* @remarks
|
|
50541
|
-
* 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.
|
|
50542
51063
|
*
|
|
50543
51064
|
* This parameter is required.
|
|
50544
51065
|
*
|
|
@@ -50594,7 +51115,7 @@ export declare class UpdateWafRuleShrinkRequest extends $dara.Model {
|
|
|
50594
51115
|
export declare class UpdateWafRuleResponseBody extends $dara.Model {
|
|
50595
51116
|
/**
|
|
50596
51117
|
* @remarks
|
|
50597
|
-
* 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.
|
|
50598
51119
|
*
|
|
50599
51120
|
* @example
|
|
50600
51121
|
* 20000001
|
|
@@ -54243,6 +54764,36 @@ export default class Client extends OpenApi {
|
|
|
54243
54764
|
* @returns DescribeRatePlanInstanceStatusResponse
|
|
54244
54765
|
*/
|
|
54245
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>;
|
|
54246
54797
|
/**
|
|
54247
54798
|
* Disables a scenario-specific policy.
|
|
54248
54799
|
*
|
|
@@ -54526,6 +55077,21 @@ export default class Client extends OpenApi {
|
|
|
54526
55077
|
* @returns GetEdgeContainerAppResourceReserveResponse
|
|
54527
55078
|
*/
|
|
54528
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>;
|
|
54529
55095
|
/**
|
|
54530
55096
|
* Queries the status information about a containerized application, including the deployment, release, and rollback of the application.
|
|
54531
55097
|
*
|