@alicloud/esa20240910 2.21.0 → 2.23.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 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:
@@ -12448,6 +12649,78 @@ export declare class ListRoutineOptionalSpecsResponseBodySpecs extends $dara.Mod
12448
12649
  [key: string]: any;
12449
12650
  });
12450
12651
  }
12652
+ export declare class ListRoutineRoutesResponseBodyConfigs extends $dara.Model {
12653
+ /**
12654
+ * @example
12655
+ * on
12656
+ */
12657
+ bypass?: string;
12658
+ /**
12659
+ * @example
12660
+ * 35281609698****
12661
+ */
12662
+ configId?: number;
12663
+ /**
12664
+ * @example
12665
+ * global
12666
+ */
12667
+ configType?: string;
12668
+ /**
12669
+ * @example
12670
+ * simple
12671
+ */
12672
+ mode?: string;
12673
+ /**
12674
+ * @example
12675
+ * on
12676
+ */
12677
+ routeEnable?: string;
12678
+ /**
12679
+ * @example
12680
+ * test_route
12681
+ */
12682
+ routeName?: string;
12683
+ /**
12684
+ * @example
12685
+ * test-routine1
12686
+ */
12687
+ routineName?: string;
12688
+ /**
12689
+ * @example
12690
+ * (http.host eq \\"video.example.com\\")
12691
+ */
12692
+ rule?: string;
12693
+ /**
12694
+ * @example
12695
+ * 1
12696
+ */
12697
+ sequence?: number;
12698
+ /**
12699
+ * @example
12700
+ * 554889455535696
12701
+ */
12702
+ siteId?: string;
12703
+ /**
12704
+ * @example
12705
+ * test.com
12706
+ */
12707
+ siteName?: string;
12708
+ /**
12709
+ * @example
12710
+ * 1
12711
+ */
12712
+ siteVersion?: number;
12713
+ static names(): {
12714
+ [key: string]: string;
12715
+ };
12716
+ static types(): {
12717
+ [key: string]: any;
12718
+ };
12719
+ validate(): void;
12720
+ constructor(map?: {
12721
+ [key: string]: any;
12722
+ });
12723
+ }
12451
12724
  export declare class ListScheduledPreloadExecutionsResponseBodyExecutions extends $dara.Model {
12452
12725
  /**
12453
12726
  * @remarks
@@ -12725,6 +12998,68 @@ export declare class ListSiteDeliveryTasksResponseBodyTasks extends $dara.Model
12725
12998
  [key: string]: any;
12726
12999
  });
12727
13000
  }
13001
+ export declare class ListSiteRoutesResponseBodyConfigs extends $dara.Model {
13002
+ /**
13003
+ * @example
13004
+ * on
13005
+ */
13006
+ bypass?: string;
13007
+ /**
13008
+ * @example
13009
+ * 35281609698****
13010
+ */
13011
+ configId?: number;
13012
+ /**
13013
+ * @example
13014
+ * global
13015
+ */
13016
+ configType?: string;
13017
+ /**
13018
+ * @example
13019
+ * simple
13020
+ */
13021
+ mode?: string;
13022
+ /**
13023
+ * @example
13024
+ * on
13025
+ */
13026
+ routeEnable?: string;
13027
+ /**
13028
+ * @example
13029
+ * test_route
13030
+ */
13031
+ routeName?: string;
13032
+ /**
13033
+ * @example
13034
+ * test-routine1
13035
+ */
13036
+ routineName?: string;
13037
+ /**
13038
+ * @example
13039
+ * (http.host eq \\"video.example.com\\")
13040
+ */
13041
+ rule?: string;
13042
+ /**
13043
+ * @example
13044
+ * 1
13045
+ */
13046
+ sequence?: number;
13047
+ /**
13048
+ * @example
13049
+ * 1
13050
+ */
13051
+ siteVersion?: number;
13052
+ static names(): {
13053
+ [key: string]: string;
13054
+ };
13055
+ static types(): {
13056
+ [key: string]: any;
13057
+ };
13058
+ validate(): void;
13059
+ constructor(map?: {
13060
+ [key: string]: any;
13061
+ });
13062
+ }
12728
13063
  export declare class ListSitesRequestTagFilter extends $dara.Model {
12729
13064
  /**
12730
13065
  * @remarks
@@ -15921,7 +16256,7 @@ export declare class BatchCreateWafRulesShrinkRequest extends $dara.Model {
15921
16256
  export declare class BatchCreateWafRulesResponseBody extends $dara.Model {
15922
16257
  /**
15923
16258
  * @remarks
15924
- * ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2850237.html) interface.
16259
+ * ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2878257.html) interface.
15925
16260
  */
15926
16261
  ids?: number[];
15927
16262
  /**
@@ -15934,7 +16269,7 @@ export declare class BatchCreateWafRulesResponseBody extends $dara.Model {
15934
16269
  requestId?: string;
15935
16270
  /**
15936
16271
  * @remarks
15937
- * ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2850233.html) interface.
16272
+ * ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2878359.html) interface.
15938
16273
  *
15939
16274
  * @example
15940
16275
  * 10000001
@@ -16530,7 +16865,7 @@ export declare class BatchUpdateWafRulesRequest extends $dara.Model {
16530
16865
  phase?: string;
16531
16866
  /**
16532
16867
  * @remarks
16533
- * The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2850233.html) operation.
16868
+ * The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2878359.html) operation.
16534
16869
  *
16535
16870
  * @example
16536
16871
  * 10000001
@@ -16539,6 +16874,9 @@ export declare class BatchUpdateWafRulesRequest extends $dara.Model {
16539
16874
  /**
16540
16875
  * @remarks
16541
16876
  * The configurations shared by multiple rules.
16877
+ *
16878
+ * @example
16879
+ * 10000001
16542
16880
  */
16543
16881
  shared?: WafBatchRuleShared;
16544
16882
  /**
@@ -16584,7 +16922,7 @@ export declare class BatchUpdateWafRulesShrinkRequest extends $dara.Model {
16584
16922
  phase?: string;
16585
16923
  /**
16586
16924
  * @remarks
16587
- * The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2850233.html) operation.
16925
+ * The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2878359.html) operation.
16588
16926
  *
16589
16927
  * @example
16590
16928
  * 10000001
@@ -16593,6 +16931,9 @@ export declare class BatchUpdateWafRulesShrinkRequest extends $dara.Model {
16593
16931
  /**
16594
16932
  * @remarks
16595
16933
  * The configurations shared by multiple rules.
16934
+ *
16935
+ * @example
16936
+ * 10000001
16596
16937
  */
16597
16938
  sharedShrink?: string;
16598
16939
  /**
@@ -20323,6 +20664,7 @@ export declare class CreateOriginRuleRequest extends $dara.Model {
20323
20664
  * on
20324
20665
  */
20325
20666
  originMtls?: string;
20667
+ originReadTimeout?: string;
20326
20668
  /**
20327
20669
  * @remarks
20328
20670
  * Protocol used for the origin request. Possible values:
@@ -21420,6 +21762,98 @@ export declare class CreateRoutineRelatedRouteResponse extends $dara.Model {
21420
21762
  [key: string]: any;
21421
21763
  });
21422
21764
  }
21765
+ export declare class CreateRoutineRouteRequest extends $dara.Model {
21766
+ /**
21767
+ * @example
21768
+ * on
21769
+ */
21770
+ bypass?: string;
21771
+ /**
21772
+ * @example
21773
+ * on
21774
+ */
21775
+ routeEnable?: string;
21776
+ /**
21777
+ * @example
21778
+ * test_route
21779
+ */
21780
+ routeName?: string;
21781
+ /**
21782
+ * @remarks
21783
+ * This parameter is required.
21784
+ *
21785
+ * @example
21786
+ * test-routine1
21787
+ */
21788
+ routineName?: string;
21789
+ /**
21790
+ * @example
21791
+ * (http.host eq \\"video.example.com\\")
21792
+ */
21793
+ rule?: string;
21794
+ /**
21795
+ * @example
21796
+ * 1
21797
+ */
21798
+ sequence?: number;
21799
+ /**
21800
+ * @remarks
21801
+ * This parameter is required.
21802
+ *
21803
+ * @example
21804
+ * 123456****
21805
+ */
21806
+ siteId?: number;
21807
+ static names(): {
21808
+ [key: string]: string;
21809
+ };
21810
+ static types(): {
21811
+ [key: string]: any;
21812
+ };
21813
+ validate(): void;
21814
+ constructor(map?: {
21815
+ [key: string]: any;
21816
+ });
21817
+ }
21818
+ export declare class CreateRoutineRouteResponseBody extends $dara.Model {
21819
+ /**
21820
+ * @example
21821
+ * 35281609698****
21822
+ */
21823
+ configId?: number;
21824
+ /**
21825
+ * @example
21826
+ * 04F0F334-1335-436C-A1D7-6C044FE73368
21827
+ */
21828
+ requestId?: string;
21829
+ static names(): {
21830
+ [key: string]: string;
21831
+ };
21832
+ static types(): {
21833
+ [key: string]: any;
21834
+ };
21835
+ validate(): void;
21836
+ constructor(map?: {
21837
+ [key: string]: any;
21838
+ });
21839
+ }
21840
+ export declare class CreateRoutineRouteResponse extends $dara.Model {
21841
+ headers?: {
21842
+ [key: string]: string;
21843
+ };
21844
+ statusCode?: number;
21845
+ body?: CreateRoutineRouteResponseBody;
21846
+ static names(): {
21847
+ [key: string]: string;
21848
+ };
21849
+ static types(): {
21850
+ [key: string]: any;
21851
+ };
21852
+ validate(): void;
21853
+ constructor(map?: {
21854
+ [key: string]: any;
21855
+ });
21856
+ }
21423
21857
  export declare class CreateScheduledPreloadExecutionsRequest extends $dara.Model {
21424
21858
  /**
21425
21859
  * @remarks
@@ -22731,7 +23165,7 @@ export declare class CreateWafRuleShrinkRequest extends $dara.Model {
22731
23165
  export declare class CreateWafRuleResponseBody extends $dara.Model {
22732
23166
  /**
22733
23167
  * @remarks
22734
- * The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2850237.html) API.
23168
+ * The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2878257.html) API.
22735
23169
  *
22736
23170
  * @example
22737
23171
  * 20000001
@@ -22747,7 +23181,7 @@ export declare class CreateWafRuleResponseBody extends $dara.Model {
22747
23181
  requestId?: string;
22748
23182
  /**
22749
23183
  * @remarks
22750
- * ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2850233.html) interface.
23184
+ * ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2878359.html) interface.
22751
23185
  *
22752
23186
  * @example
22753
23187
  * 10000001
@@ -26079,6 +26513,68 @@ export declare class DeleteRoutineRelatedRouteResponse extends $dara.Model {
26079
26513
  [key: string]: any;
26080
26514
  });
26081
26515
  }
26516
+ export declare class DeleteRoutineRouteRequest extends $dara.Model {
26517
+ /**
26518
+ * @remarks
26519
+ * This parameter is required.
26520
+ *
26521
+ * @example
26522
+ * 3528160969****
26523
+ */
26524
+ configId?: number;
26525
+ /**
26526
+ * @remarks
26527
+ * This parameter is required.
26528
+ *
26529
+ * @example
26530
+ * 11223***
26531
+ */
26532
+ siteId?: number;
26533
+ static names(): {
26534
+ [key: string]: string;
26535
+ };
26536
+ static types(): {
26537
+ [key: string]: any;
26538
+ };
26539
+ validate(): void;
26540
+ constructor(map?: {
26541
+ [key: string]: any;
26542
+ });
26543
+ }
26544
+ export declare class DeleteRoutineRouteResponseBody extends $dara.Model {
26545
+ /**
26546
+ * @example
26547
+ * 0AEDAF20-4DDF-4165-8750-47FF9C1929C9
26548
+ */
26549
+ requestId?: string;
26550
+ static names(): {
26551
+ [key: string]: string;
26552
+ };
26553
+ static types(): {
26554
+ [key: string]: any;
26555
+ };
26556
+ validate(): void;
26557
+ constructor(map?: {
26558
+ [key: string]: any;
26559
+ });
26560
+ }
26561
+ export declare class DeleteRoutineRouteResponse extends $dara.Model {
26562
+ headers?: {
26563
+ [key: string]: string;
26564
+ };
26565
+ statusCode?: number;
26566
+ body?: DeleteRoutineRouteResponseBody;
26567
+ static names(): {
26568
+ [key: string]: string;
26569
+ };
26570
+ static types(): {
26571
+ [key: string]: any;
26572
+ };
26573
+ validate(): void;
26574
+ constructor(map?: {
26575
+ [key: string]: any;
26576
+ });
26577
+ }
26082
26578
  export declare class DeleteScheduledPreloadExecutionRequest extends $dara.Model {
26083
26579
  /**
26084
26580
  * @remarks
@@ -26480,7 +26976,7 @@ export declare class DeleteUserDeliveryTaskResponse extends $dara.Model {
26480
26976
  export declare class DeleteWafRuleRequest extends $dara.Model {
26481
26977
  /**
26482
26978
  * @remarks
26483
- * ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2850237.html) interface.
26979
+ * ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2878257.html) interface.
26484
26980
  *
26485
26981
  * This parameter is required.
26486
26982
  *
@@ -28069,6 +28565,262 @@ export declare class DescribeRatePlanInstanceStatusResponse extends $dara.Model
28069
28565
  [key: string]: any;
28070
28566
  });
28071
28567
  }
28568
+ export declare class DescribeSiteTimeSeriesDataRequest extends $dara.Model {
28569
+ /**
28570
+ * @example
28571
+ * 2023-04-09T16:00:00Z
28572
+ */
28573
+ endTime?: string;
28574
+ /**
28575
+ * @remarks
28576
+ * This parameter is required.
28577
+ */
28578
+ fields?: DescribeSiteTimeSeriesDataRequestFields[];
28579
+ /**
28580
+ * @example
28581
+ * 300
28582
+ */
28583
+ interval?: string;
28584
+ /**
28585
+ * @example
28586
+ * 1150376036*****
28587
+ */
28588
+ siteId?: string;
28589
+ /**
28590
+ * @example
28591
+ * 2023-04-08T16:00:00Z
28592
+ */
28593
+ startTime?: string;
28594
+ static names(): {
28595
+ [key: string]: string;
28596
+ };
28597
+ static types(): {
28598
+ [key: string]: any;
28599
+ };
28600
+ validate(): void;
28601
+ constructor(map?: {
28602
+ [key: string]: any;
28603
+ });
28604
+ }
28605
+ export declare class DescribeSiteTimeSeriesDataShrinkRequest extends $dara.Model {
28606
+ /**
28607
+ * @example
28608
+ * 2023-04-09T16:00:00Z
28609
+ */
28610
+ endTime?: string;
28611
+ /**
28612
+ * @remarks
28613
+ * This parameter is required.
28614
+ */
28615
+ fieldsShrink?: string;
28616
+ /**
28617
+ * @example
28618
+ * 300
28619
+ */
28620
+ interval?: string;
28621
+ /**
28622
+ * @example
28623
+ * 1150376036*****
28624
+ */
28625
+ siteId?: string;
28626
+ /**
28627
+ * @example
28628
+ * 2023-04-08T16:00:00Z
28629
+ */
28630
+ startTime?: string;
28631
+ static names(): {
28632
+ [key: string]: string;
28633
+ };
28634
+ static types(): {
28635
+ [key: string]: any;
28636
+ };
28637
+ validate(): void;
28638
+ constructor(map?: {
28639
+ [key: string]: any;
28640
+ });
28641
+ }
28642
+ export declare class DescribeSiteTimeSeriesDataResponseBody extends $dara.Model {
28643
+ data?: DescribeSiteTimeSeriesDataResponseBodyData[];
28644
+ /**
28645
+ * @example
28646
+ * 2023-04-09T16:00:00Z
28647
+ */
28648
+ endTime?: string;
28649
+ /**
28650
+ * @example
28651
+ * 300
28652
+ */
28653
+ interval?: number;
28654
+ /**
28655
+ * @example
28656
+ * 04F0F334-1335-436C-A1D7-6C044FE7****
28657
+ */
28658
+ requestId?: string;
28659
+ /**
28660
+ * @example
28661
+ * 100
28662
+ */
28663
+ samplingRate?: number;
28664
+ /**
28665
+ * @example
28666
+ * 2023-04-08T16:00:00Z
28667
+ */
28668
+ startTime?: string;
28669
+ summarizedData?: DescribeSiteTimeSeriesDataResponseBodySummarizedData[];
28670
+ static names(): {
28671
+ [key: string]: string;
28672
+ };
28673
+ static types(): {
28674
+ [key: string]: any;
28675
+ };
28676
+ validate(): void;
28677
+ constructor(map?: {
28678
+ [key: string]: any;
28679
+ });
28680
+ }
28681
+ export declare class DescribeSiteTimeSeriesDataResponse extends $dara.Model {
28682
+ headers?: {
28683
+ [key: string]: string;
28684
+ };
28685
+ statusCode?: number;
28686
+ body?: DescribeSiteTimeSeriesDataResponseBody;
28687
+ static names(): {
28688
+ [key: string]: string;
28689
+ };
28690
+ static types(): {
28691
+ [key: string]: any;
28692
+ };
28693
+ validate(): void;
28694
+ constructor(map?: {
28695
+ [key: string]: any;
28696
+ });
28697
+ }
28698
+ export declare class DescribeSiteTopDataRequest extends $dara.Model {
28699
+ /**
28700
+ * @example
28701
+ * 2023-04-09T16:00:00Z
28702
+ */
28703
+ endTime?: string;
28704
+ /**
28705
+ * @remarks
28706
+ * This parameter is required.
28707
+ */
28708
+ fields?: DescribeSiteTopDataRequestFields[];
28709
+ /**
28710
+ * @example
28711
+ * 300
28712
+ */
28713
+ interval?: string;
28714
+ limit?: string;
28715
+ /**
28716
+ * @example
28717
+ * 1150376036*****
28718
+ */
28719
+ siteId?: string;
28720
+ /**
28721
+ * @example
28722
+ * 2023-04-08T16:00:00Z
28723
+ */
28724
+ startTime?: string;
28725
+ static names(): {
28726
+ [key: string]: string;
28727
+ };
28728
+ static types(): {
28729
+ [key: string]: any;
28730
+ };
28731
+ validate(): void;
28732
+ constructor(map?: {
28733
+ [key: string]: any;
28734
+ });
28735
+ }
28736
+ export declare class DescribeSiteTopDataShrinkRequest extends $dara.Model {
28737
+ /**
28738
+ * @example
28739
+ * 2023-04-09T16:00:00Z
28740
+ */
28741
+ endTime?: string;
28742
+ /**
28743
+ * @remarks
28744
+ * This parameter is required.
28745
+ */
28746
+ fieldsShrink?: string;
28747
+ /**
28748
+ * @example
28749
+ * 300
28750
+ */
28751
+ interval?: string;
28752
+ limit?: string;
28753
+ /**
28754
+ * @example
28755
+ * 1150376036*****
28756
+ */
28757
+ siteId?: string;
28758
+ /**
28759
+ * @example
28760
+ * 2023-04-08T16:00:00Z
28761
+ */
28762
+ startTime?: string;
28763
+ static names(): {
28764
+ [key: string]: string;
28765
+ };
28766
+ static types(): {
28767
+ [key: string]: any;
28768
+ };
28769
+ validate(): void;
28770
+ constructor(map?: {
28771
+ [key: string]: any;
28772
+ });
28773
+ }
28774
+ export declare class DescribeSiteTopDataResponseBody extends $dara.Model {
28775
+ data?: DescribeSiteTopDataResponseBodyData[];
28776
+ /**
28777
+ * @example
28778
+ * 2023-04-09T16:00:00Z
28779
+ */
28780
+ endTime?: string;
28781
+ /**
28782
+ * @example
28783
+ * 35C66C7B-671H-4297-9187-2C447724****
28784
+ */
28785
+ requestId?: string;
28786
+ /**
28787
+ * @example
28788
+ * 100
28789
+ */
28790
+ samplingRate?: number;
28791
+ /**
28792
+ * @example
28793
+ * 2023-04-08T16:00:00Z
28794
+ */
28795
+ startTime?: string;
28796
+ static names(): {
28797
+ [key: string]: string;
28798
+ };
28799
+ static types(): {
28800
+ [key: string]: any;
28801
+ };
28802
+ validate(): void;
28803
+ constructor(map?: {
28804
+ [key: string]: any;
28805
+ });
28806
+ }
28807
+ export declare class DescribeSiteTopDataResponse extends $dara.Model {
28808
+ headers?: {
28809
+ [key: string]: string;
28810
+ };
28811
+ statusCode?: number;
28812
+ body?: DescribeSiteTopDataResponseBody;
28813
+ static names(): {
28814
+ [key: string]: string;
28815
+ };
28816
+ static types(): {
28817
+ [key: string]: any;
28818
+ };
28819
+ validate(): void;
28820
+ constructor(map?: {
28821
+ [key: string]: any;
28822
+ });
28823
+ }
28072
28824
  export declare class DisableCustomScenePolicyRequest extends $dara.Model {
28073
28825
  /**
28074
28826
  * @remarks
@@ -29918,6 +30670,61 @@ export declare class GetEdgeContainerAppResourceReserveResponse extends $dara.Mo
29918
30670
  [key: string]: any;
29919
30671
  });
29920
30672
  }
30673
+ export declare class GetEdgeContainerAppResourceStatusRequest extends $dara.Model {
30674
+ /**
30675
+ * @remarks
30676
+ * This parameter is required.
30677
+ *
30678
+ * @example
30679
+ * app-96253477062511****
30680
+ */
30681
+ appId?: string;
30682
+ static names(): {
30683
+ [key: string]: string;
30684
+ };
30685
+ static types(): {
30686
+ [key: string]: any;
30687
+ };
30688
+ validate(): void;
30689
+ constructor(map?: {
30690
+ [key: string]: any;
30691
+ });
30692
+ }
30693
+ export declare class GetEdgeContainerAppResourceStatusResponseBody extends $dara.Model {
30694
+ regions?: GetEdgeContainerAppResourceStatusResponseBodyRegions[];
30695
+ /**
30696
+ * @example
30697
+ * 15C66C7B-671A-4297-9187-2C4477247A74
30698
+ */
30699
+ requestId?: string;
30700
+ static names(): {
30701
+ [key: string]: string;
30702
+ };
30703
+ static types(): {
30704
+ [key: string]: any;
30705
+ };
30706
+ validate(): void;
30707
+ constructor(map?: {
30708
+ [key: string]: any;
30709
+ });
30710
+ }
30711
+ export declare class GetEdgeContainerAppResourceStatusResponse extends $dara.Model {
30712
+ headers?: {
30713
+ [key: string]: string;
30714
+ };
30715
+ statusCode?: number;
30716
+ body?: GetEdgeContainerAppResourceStatusResponseBody;
30717
+ static names(): {
30718
+ [key: string]: string;
30719
+ };
30720
+ static types(): {
30721
+ [key: string]: any;
30722
+ };
30723
+ validate(): void;
30724
+ constructor(map?: {
30725
+ [key: string]: any;
30726
+ });
30727
+ }
29921
30728
  export declare class GetEdgeContainerAppStatusRequest extends $dara.Model {
29922
30729
  /**
29923
30730
  * @remarks
@@ -32929,6 +33736,7 @@ export declare class GetOriginRuleResponseBody extends $dara.Model {
32929
33736
  * on
32930
33737
  */
32931
33738
  originMtls?: string;
33739
+ originReadTimeout?: string;
32932
33740
  /**
32933
33741
  * @remarks
32934
33742
  * Protocol used for the origin request. Value range:
@@ -33823,6 +34631,118 @@ export declare class GetRoutineResponse extends $dara.Model {
33823
34631
  [key: string]: any;
33824
34632
  });
33825
34633
  }
34634
+ export declare class GetRoutineRouteRequest extends $dara.Model {
34635
+ /**
34636
+ * @remarks
34637
+ * This parameter is required.
34638
+ *
34639
+ * @example
34640
+ * 35281609698****
34641
+ */
34642
+ configId?: number;
34643
+ /**
34644
+ * @remarks
34645
+ * This parameter is required.
34646
+ *
34647
+ * @example
34648
+ * 123456****
34649
+ */
34650
+ siteId?: number;
34651
+ static names(): {
34652
+ [key: string]: string;
34653
+ };
34654
+ static types(): {
34655
+ [key: string]: any;
34656
+ };
34657
+ validate(): void;
34658
+ constructor(map?: {
34659
+ [key: string]: any;
34660
+ });
34661
+ }
34662
+ export declare class GetRoutineRouteResponseBody extends $dara.Model {
34663
+ /**
34664
+ * @example
34665
+ * on
34666
+ */
34667
+ bypass?: string;
34668
+ /**
34669
+ * @example
34670
+ * 352816******
34671
+ */
34672
+ configId?: number;
34673
+ /**
34674
+ * @example
34675
+ * global
34676
+ */
34677
+ configType?: string;
34678
+ /**
34679
+ * @example
34680
+ * simple
34681
+ */
34682
+ mode?: string;
34683
+ /**
34684
+ * @example
34685
+ * 36af3fcc-43d0-441c-86b1-428951dc8225
34686
+ */
34687
+ requestId?: string;
34688
+ /**
34689
+ * @example
34690
+ * on
34691
+ */
34692
+ routeEnable?: string;
34693
+ /**
34694
+ * @example
34695
+ * test_route
34696
+ */
34697
+ routeName?: string;
34698
+ /**
34699
+ * @example
34700
+ * test-routine1
34701
+ */
34702
+ routineName?: string;
34703
+ /**
34704
+ * @example
34705
+ * (http.host eq \\"video.example.com\\")
34706
+ */
34707
+ rule?: string;
34708
+ /**
34709
+ * @example
34710
+ * 1
34711
+ */
34712
+ sequence?: number;
34713
+ /**
34714
+ * @example
34715
+ * 0
34716
+ */
34717
+ siteVersion?: number;
34718
+ static names(): {
34719
+ [key: string]: string;
34720
+ };
34721
+ static types(): {
34722
+ [key: string]: any;
34723
+ };
34724
+ validate(): void;
34725
+ constructor(map?: {
34726
+ [key: string]: any;
34727
+ });
34728
+ }
34729
+ export declare class GetRoutineRouteResponse extends $dara.Model {
34730
+ headers?: {
34731
+ [key: string]: string;
34732
+ };
34733
+ statusCode?: number;
34734
+ body?: GetRoutineRouteResponseBody;
34735
+ static names(): {
34736
+ [key: string]: string;
34737
+ };
34738
+ static types(): {
34739
+ [key: string]: any;
34740
+ };
34741
+ validate(): void;
34742
+ constructor(map?: {
34743
+ [key: string]: any;
34744
+ });
34745
+ }
33826
34746
  export declare class GetRoutineStagingCodeUploadInfoRequest extends $dara.Model {
33827
34747
  /**
33828
34748
  * @remarks
@@ -35653,7 +36573,7 @@ export declare class GetWafQuotaResponse extends $dara.Model {
35653
36573
  export declare class GetWafRuleRequest extends $dara.Model {
35654
36574
  /**
35655
36575
  * @remarks
35656
- * The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2850237.html) interface.
36576
+ * The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2878257.html) interface.
35657
36577
  *
35658
36578
  * This parameter is required.
35659
36579
  *
@@ -35690,7 +36610,7 @@ export declare class GetWafRuleResponseBody extends $dara.Model {
35690
36610
  config?: WafRuleConfig;
35691
36611
  /**
35692
36612
  * @remarks
35693
- * The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2850237.html) interface.
36613
+ * The ID of the WAF rule, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2878257.html) interface.
35694
36614
  *
35695
36615
  * @example
35696
36616
  * 2000001
@@ -35779,7 +36699,7 @@ export declare class GetWafRuleResponse extends $dara.Model {
35779
36699
  export declare class GetWafRulesetRequest extends $dara.Model {
35780
36700
  /**
35781
36701
  * @remarks
35782
- * The ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2850233.html) interface.
36702
+ * The ID of the WAF ruleset, which can be obtained by calling the ListWafRulesets interface.
35783
36703
  *
35784
36704
  * @example
35785
36705
  * 10000001
@@ -40607,6 +41527,91 @@ export declare class ListRoutineOptionalSpecsResponse extends $dara.Model {
40607
41527
  [key: string]: any;
40608
41528
  });
40609
41529
  }
41530
+ export declare class ListRoutineRoutesRequest extends $dara.Model {
41531
+ /**
41532
+ * @example
41533
+ * 1
41534
+ */
41535
+ pageNumber?: number;
41536
+ /**
41537
+ * @example
41538
+ * 10
41539
+ */
41540
+ pageSize?: number;
41541
+ /**
41542
+ * @remarks
41543
+ * This parameter is required.
41544
+ *
41545
+ * @example
41546
+ * test-routine1
41547
+ */
41548
+ routineName?: string;
41549
+ static names(): {
41550
+ [key: string]: string;
41551
+ };
41552
+ static types(): {
41553
+ [key: string]: any;
41554
+ };
41555
+ validate(): void;
41556
+ constructor(map?: {
41557
+ [key: string]: any;
41558
+ });
41559
+ }
41560
+ export declare class ListRoutineRoutesResponseBody extends $dara.Model {
41561
+ configs?: ListRoutineRoutesResponseBodyConfigs[];
41562
+ /**
41563
+ * @example
41564
+ * 1
41565
+ */
41566
+ pageNumber?: number;
41567
+ /**
41568
+ * @example
41569
+ * 20
41570
+ */
41571
+ pageSize?: number;
41572
+ /**
41573
+ * @example
41574
+ * 04F0F334-1335-436C-A1D7-6C044FE73368
41575
+ */
41576
+ requestId?: string;
41577
+ /**
41578
+ * @example
41579
+ * 83
41580
+ */
41581
+ totalCount?: number;
41582
+ /**
41583
+ * @example
41584
+ * 2
41585
+ */
41586
+ totalPage?: number;
41587
+ static names(): {
41588
+ [key: string]: string;
41589
+ };
41590
+ static types(): {
41591
+ [key: string]: any;
41592
+ };
41593
+ validate(): void;
41594
+ constructor(map?: {
41595
+ [key: string]: any;
41596
+ });
41597
+ }
41598
+ export declare class ListRoutineRoutesResponse extends $dara.Model {
41599
+ headers?: {
41600
+ [key: string]: string;
41601
+ };
41602
+ statusCode?: number;
41603
+ body?: ListRoutineRoutesResponseBody;
41604
+ static names(): {
41605
+ [key: string]: string;
41606
+ };
41607
+ static types(): {
41608
+ [key: string]: any;
41609
+ };
41610
+ validate(): void;
41611
+ constructor(map?: {
41612
+ [key: string]: any;
41613
+ });
41614
+ }
40610
41615
  export declare class ListScheduledPreloadExecutionsRequest extends $dara.Model {
40611
41616
  /**
40612
41617
  * @remarks
@@ -40900,6 +41905,106 @@ export declare class ListSiteDeliveryTasksResponse extends $dara.Model {
40900
41905
  [key: string]: any;
40901
41906
  });
40902
41907
  }
41908
+ export declare class ListSiteRoutesRequest extends $dara.Model {
41909
+ /**
41910
+ * @example
41911
+ * 35281609698****
41912
+ */
41913
+ configId?: number;
41914
+ /**
41915
+ * @example
41916
+ * global
41917
+ */
41918
+ configType?: string;
41919
+ /**
41920
+ * @example
41921
+ * 1
41922
+ */
41923
+ pageNumber?: number;
41924
+ /**
41925
+ * @example
41926
+ * 20
41927
+ */
41928
+ pageSize?: number;
41929
+ /**
41930
+ * @example
41931
+ * test_route
41932
+ */
41933
+ routeName?: string;
41934
+ /**
41935
+ * @remarks
41936
+ * This parameter is required.
41937
+ *
41938
+ * @example
41939
+ * 123456****
41940
+ */
41941
+ siteId?: number;
41942
+ static names(): {
41943
+ [key: string]: string;
41944
+ };
41945
+ static types(): {
41946
+ [key: string]: any;
41947
+ };
41948
+ validate(): void;
41949
+ constructor(map?: {
41950
+ [key: string]: any;
41951
+ });
41952
+ }
41953
+ export declare class ListSiteRoutesResponseBody extends $dara.Model {
41954
+ configs?: ListSiteRoutesResponseBodyConfigs[];
41955
+ /**
41956
+ * @example
41957
+ * 1
41958
+ */
41959
+ pageNumber?: number;
41960
+ /**
41961
+ * @example
41962
+ * 10
41963
+ */
41964
+ pageSize?: number;
41965
+ /**
41966
+ * @example
41967
+ * 04F0F334-1335-436C-A1D7-6C044FE73368
41968
+ */
41969
+ requestId?: string;
41970
+ /**
41971
+ * @example
41972
+ * 16
41973
+ */
41974
+ totalCount?: number;
41975
+ /**
41976
+ * @example
41977
+ * 10
41978
+ */
41979
+ totalPage?: number;
41980
+ static names(): {
41981
+ [key: string]: string;
41982
+ };
41983
+ static types(): {
41984
+ [key: string]: any;
41985
+ };
41986
+ validate(): void;
41987
+ constructor(map?: {
41988
+ [key: string]: any;
41989
+ });
41990
+ }
41991
+ export declare class ListSiteRoutesResponse extends $dara.Model {
41992
+ headers?: {
41993
+ [key: string]: string;
41994
+ };
41995
+ statusCode?: number;
41996
+ body?: ListSiteRoutesResponseBody;
41997
+ static names(): {
41998
+ [key: string]: string;
41999
+ };
42000
+ static types(): {
42001
+ [key: string]: any;
42002
+ };
42003
+ validate(): void;
42004
+ constructor(map?: {
42005
+ [key: string]: any;
42006
+ });
42007
+ }
40903
42008
  export declare class ListSitesRequest extends $dara.Model {
40904
42009
  /**
40905
42010
  * @remarks
@@ -40936,7 +42041,7 @@ export declare class ListSitesRequest extends $dara.Model {
40936
42041
  * @remarks
40937
42042
  * Sorting field. By default, it sorts by creation time, supporting the following options:
40938
42043
  * - gmtCreate: website creation time
40939
- * - visitTimewebsite visit time
42044
+ * - visitTime: website visit time
40940
42045
  *
40941
42046
  * @example
40942
42047
  * visitTime
@@ -41060,7 +42165,7 @@ export declare class ListSitesShrinkRequest extends $dara.Model {
41060
42165
  * @remarks
41061
42166
  * Sorting field. By default, it sorts by creation time, supporting the following options:
41062
42167
  * - gmtCreate: website creation time
41063
- * - visitTimewebsite visit time
42168
+ * - visitTime: website visit time
41064
42169
  *
41065
42170
  * @example
41066
42171
  * visitTime
@@ -48486,6 +49591,7 @@ export declare class UpdateOriginRuleRequest extends $dara.Model {
48486
49591
  * on
48487
49592
  */
48488
49593
  originMtls?: string;
49594
+ originReadTimeout?: string;
48489
49595
  /**
48490
49596
  * @remarks
48491
49597
  * Protocol used for the origin request. Valid values:
@@ -49339,6 +50445,98 @@ export declare class UpdateRewriteUrlRuleResponse extends $dara.Model {
49339
50445
  [key: string]: any;
49340
50446
  });
49341
50447
  }
50448
+ export declare class UpdateRoutineRouteRequest extends $dara.Model {
50449
+ /**
50450
+ * @example
50451
+ * on
50452
+ */
50453
+ bypass?: string;
50454
+ /**
50455
+ * @remarks
50456
+ * This parameter is required.
50457
+ *
50458
+ * @example
50459
+ * 35281609698****
50460
+ */
50461
+ configId?: number;
50462
+ /**
50463
+ * @example
50464
+ * on
50465
+ */
50466
+ routeEnable?: string;
50467
+ /**
50468
+ * @example
50469
+ * test_route
50470
+ */
50471
+ routeName?: string;
50472
+ /**
50473
+ * @example
50474
+ * test-routine1
50475
+ */
50476
+ routineName?: string;
50477
+ /**
50478
+ * @example
50479
+ * (http.host eq \\"video.example.com\\")
50480
+ */
50481
+ rule?: string;
50482
+ /**
50483
+ * @example
50484
+ * 1
50485
+ */
50486
+ sequence?: number;
50487
+ /**
50488
+ * @remarks
50489
+ * This parameter is required.
50490
+ *
50491
+ * @example
50492
+ * 123456******
50493
+ */
50494
+ siteId?: number;
50495
+ static names(): {
50496
+ [key: string]: string;
50497
+ };
50498
+ static types(): {
50499
+ [key: string]: any;
50500
+ };
50501
+ validate(): void;
50502
+ constructor(map?: {
50503
+ [key: string]: any;
50504
+ });
50505
+ }
50506
+ export declare class UpdateRoutineRouteResponseBody extends $dara.Model {
50507
+ /**
50508
+ * @example
50509
+ * 34DCBC8A-****-****-****-6DAA11D7DDBD
50510
+ */
50511
+ requestId?: string;
50512
+ static names(): {
50513
+ [key: string]: string;
50514
+ };
50515
+ static types(): {
50516
+ [key: string]: any;
50517
+ };
50518
+ validate(): void;
50519
+ constructor(map?: {
50520
+ [key: string]: any;
50521
+ });
50522
+ }
50523
+ export declare class UpdateRoutineRouteResponse extends $dara.Model {
50524
+ headers?: {
50525
+ [key: string]: string;
50526
+ };
50527
+ statusCode?: number;
50528
+ body?: UpdateRoutineRouteResponseBody;
50529
+ static names(): {
50530
+ [key: string]: string;
50531
+ };
50532
+ static types(): {
50533
+ [key: string]: any;
50534
+ };
50535
+ validate(): void;
50536
+ constructor(map?: {
50537
+ [key: string]: any;
50538
+ });
50539
+ }
49342
50540
  export declare class UpdateScheduledPreloadExecutionRequest extends $dara.Model {
49343
50541
  /**
49344
50542
  * @remarks
@@ -50477,7 +51675,7 @@ export declare class UpdateWafRuleRequest extends $dara.Model {
50477
51675
  config?: WafRuleConfig;
50478
51676
  /**
50479
51677
  * @remarks
50480
- * WAF rule ID, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2850237.html) interface.
51678
+ * WAF rule ID, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2878257.html) interface.
50481
51679
  *
50482
51680
  * This parameter is required.
50483
51681
  *
@@ -50538,7 +51736,7 @@ export declare class UpdateWafRuleShrinkRequest extends $dara.Model {
50538
51736
  configShrink?: string;
50539
51737
  /**
50540
51738
  * @remarks
50541
- * WAF rule ID, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2850237.html) interface.
51739
+ * WAF rule ID, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2878257.html) interface.
50542
51740
  *
50543
51741
  * This parameter is required.
50544
51742
  *
@@ -50594,7 +51792,7 @@ export declare class UpdateWafRuleShrinkRequest extends $dara.Model {
50594
51792
  export declare class UpdateWafRuleResponseBody extends $dara.Model {
50595
51793
  /**
50596
51794
  * @remarks
50597
- * WAF rule ID, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2850237.html) interface.
51795
+ * WAF rule ID, which can be obtained by calling the [ListWafRules](https://help.aliyun.com/document_detail/2878257.html) interface.
50598
51796
  *
50599
51797
  * @example
50600
51798
  * 20000001
@@ -50639,7 +51837,7 @@ export declare class UpdateWafRuleResponse extends $dara.Model {
50639
51837
  export declare class UpdateWafRulesetRequest extends $dara.Model {
50640
51838
  /**
50641
51839
  * @remarks
50642
- * ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2850233.html) interface.
51840
+ * ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2878359.html) interface.
50643
51841
  *
50644
51842
  * This parameter is required.
50645
51843
  *
@@ -53172,6 +54370,21 @@ export default class Client extends OpenApi {
53172
54370
  * @returns CreateRoutineRelatedRouteResponse
53173
54371
  */
53174
54372
  createRoutineRelatedRoute(request: CreateRoutineRelatedRouteRequest): Promise<CreateRoutineRelatedRouteResponse>;
54373
+ /**
54374
+ * 新增边缘函数路由配置
54375
+ *
54376
+ * @param request - CreateRoutineRouteRequest
54377
+ * @param runtime - runtime options for this request RuntimeOptions
54378
+ * @returns CreateRoutineRouteResponse
54379
+ */
54380
+ createRoutineRouteWithOptions(request: CreateRoutineRouteRequest, runtime: $dara.RuntimeOptions): Promise<CreateRoutineRouteResponse>;
54381
+ /**
54382
+ * 新增边缘函数路由配置
54383
+ *
54384
+ * @param request - CreateRoutineRouteRequest
54385
+ * @returns CreateRoutineRouteResponse
54386
+ */
54387
+ createRoutineRoute(request: CreateRoutineRouteRequest): Promise<CreateRoutineRouteResponse>;
53175
54388
  /**
53176
54389
  * Creates scheduled prefetch plans.
53177
54390
  *
@@ -53897,6 +55110,21 @@ export default class Client extends OpenApi {
53897
55110
  * @returns DeleteRoutineRelatedRouteResponse
53898
55111
  */
53899
55112
  deleteRoutineRelatedRoute(request: DeleteRoutineRelatedRouteRequest): Promise<DeleteRoutineRelatedRouteResponse>;
55113
+ /**
55114
+ * 删除边缘函数路由配置
55115
+ *
55116
+ * @param request - DeleteRoutineRouteRequest
55117
+ * @param runtime - runtime options for this request RuntimeOptions
55118
+ * @returns DeleteRoutineRouteResponse
55119
+ */
55120
+ deleteRoutineRouteWithOptions(request: DeleteRoutineRouteRequest, runtime: $dara.RuntimeOptions): Promise<DeleteRoutineRouteResponse>;
55121
+ /**
55122
+ * 删除边缘函数路由配置
55123
+ *
55124
+ * @param request - DeleteRoutineRouteRequest
55125
+ * @returns DeleteRoutineRouteResponse
55126
+ */
55127
+ deleteRoutineRoute(request: DeleteRoutineRouteRequest): Promise<DeleteRoutineRouteResponse>;
53900
55128
  /**
53901
55129
  * Deletes a scheduled prefetch plan based on the plan ID.
53902
55130
  *
@@ -54243,6 +55471,36 @@ export default class Client extends OpenApi {
54243
55471
  * @returns DescribeRatePlanInstanceStatusResponse
54244
55472
  */
54245
55473
  describeRatePlanInstanceStatus(request: DescribeRatePlanInstanceStatusRequest): Promise<DescribeRatePlanInstanceStatusResponse>;
55474
+ /**
55475
+ * 获取时序数据
55476
+ *
55477
+ * @param tmpReq - DescribeSiteTimeSeriesDataRequest
55478
+ * @param runtime - runtime options for this request RuntimeOptions
55479
+ * @returns DescribeSiteTimeSeriesDataResponse
55480
+ */
55481
+ describeSiteTimeSeriesDataWithOptions(tmpReq: DescribeSiteTimeSeriesDataRequest, runtime: $dara.RuntimeOptions): Promise<DescribeSiteTimeSeriesDataResponse>;
55482
+ /**
55483
+ * 获取时序数据
55484
+ *
55485
+ * @param request - DescribeSiteTimeSeriesDataRequest
55486
+ * @returns DescribeSiteTimeSeriesDataResponse
55487
+ */
55488
+ describeSiteTimeSeriesData(request: DescribeSiteTimeSeriesDataRequest): Promise<DescribeSiteTimeSeriesDataResponse>;
55489
+ /**
55490
+ * 获取Top数据
55491
+ *
55492
+ * @param tmpReq - DescribeSiteTopDataRequest
55493
+ * @param runtime - runtime options for this request RuntimeOptions
55494
+ * @returns DescribeSiteTopDataResponse
55495
+ */
55496
+ describeSiteTopDataWithOptions(tmpReq: DescribeSiteTopDataRequest, runtime: $dara.RuntimeOptions): Promise<DescribeSiteTopDataResponse>;
55497
+ /**
55498
+ * 获取Top数据
55499
+ *
55500
+ * @param request - DescribeSiteTopDataRequest
55501
+ * @returns DescribeSiteTopDataResponse
55502
+ */
55503
+ describeSiteTopData(request: DescribeSiteTopDataRequest): Promise<DescribeSiteTopDataResponse>;
54246
55504
  /**
54247
55505
  * Disables a scenario-specific policy.
54248
55506
  *
@@ -54526,6 +55784,21 @@ export default class Client extends OpenApi {
54526
55784
  * @returns GetEdgeContainerAppResourceReserveResponse
54527
55785
  */
54528
55786
  getEdgeContainerAppResourceReserve(request: GetEdgeContainerAppResourceReserveRequest): Promise<GetEdgeContainerAppResourceReserveResponse>;
55787
+ /**
55788
+ * 获取边缘容器应用资源分布
55789
+ *
55790
+ * @param request - GetEdgeContainerAppResourceStatusRequest
55791
+ * @param runtime - runtime options for this request RuntimeOptions
55792
+ * @returns GetEdgeContainerAppResourceStatusResponse
55793
+ */
55794
+ getEdgeContainerAppResourceStatusWithOptions(request: GetEdgeContainerAppResourceStatusRequest, runtime: $dara.RuntimeOptions): Promise<GetEdgeContainerAppResourceStatusResponse>;
55795
+ /**
55796
+ * 获取边缘容器应用资源分布
55797
+ *
55798
+ * @param request - GetEdgeContainerAppResourceStatusRequest
55799
+ * @returns GetEdgeContainerAppResourceStatusResponse
55800
+ */
55801
+ getEdgeContainerAppResourceStatus(request: GetEdgeContainerAppResourceStatusRequest): Promise<GetEdgeContainerAppResourceStatusResponse>;
54529
55802
  /**
54530
55803
  * Queries the status information about a containerized application, including the deployment, release, and rollback of the application.
54531
55804
  *
@@ -55010,6 +56283,21 @@ export default class Client extends OpenApi {
55010
56283
  * @returns GetRoutineResponse
55011
56284
  */
55012
56285
  getRoutine(request: GetRoutineRequest): Promise<GetRoutineResponse>;
56286
+ /**
56287
+ * 查询单条边缘函数路由配置
56288
+ *
56289
+ * @param request - GetRoutineRouteRequest
56290
+ * @param runtime - runtime options for this request RuntimeOptions
56291
+ * @returns GetRoutineRouteResponse
56292
+ */
56293
+ getRoutineRouteWithOptions(request: GetRoutineRouteRequest, runtime: $dara.RuntimeOptions): Promise<GetRoutineRouteResponse>;
56294
+ /**
56295
+ * 查询单条边缘函数路由配置
56296
+ *
56297
+ * @param request - GetRoutineRouteRequest
56298
+ * @returns GetRoutineRouteResponse
56299
+ */
56300
+ getRoutineRoute(request: GetRoutineRouteRequest): Promise<GetRoutineRouteResponse>;
55013
56301
  /**
55014
56302
  * Obtains the release information about the routine code that is released to the staging environment. This information can be used to upload the test code to Object Storage Service (OSS).
55015
56303
  *
@@ -55988,6 +57276,21 @@ export default class Client extends OpenApi {
55988
57276
  * @returns ListRoutineOptionalSpecsResponse
55989
57277
  */
55990
57278
  listRoutineOptionalSpecs(): Promise<ListRoutineOptionalSpecsResponse>;
57279
+ /**
57280
+ * 查询边缘程序的函数路由列表
57281
+ *
57282
+ * @param request - ListRoutineRoutesRequest
57283
+ * @param runtime - runtime options for this request RuntimeOptions
57284
+ * @returns ListRoutineRoutesResponse
57285
+ */
57286
+ listRoutineRoutesWithOptions(request: ListRoutineRoutesRequest, runtime: $dara.RuntimeOptions): Promise<ListRoutineRoutesResponse>;
57287
+ /**
57288
+ * 查询边缘程序的函数路由列表
57289
+ *
57290
+ * @param request - ListRoutineRoutesRequest
57291
+ * @returns ListRoutineRoutesResponse
57292
+ */
57293
+ listRoutineRoutes(request: ListRoutineRoutesRequest): Promise<ListRoutineRoutesResponse>;
55991
57294
  /**
55992
57295
  * Lists the plans in a scheduled prefetch task by task ID.
55993
57296
  *
@@ -56033,6 +57336,21 @@ export default class Client extends OpenApi {
56033
57336
  * @returns ListSiteDeliveryTasksResponse
56034
57337
  */
56035
57338
  listSiteDeliveryTasks(request: ListSiteDeliveryTasksRequest): Promise<ListSiteDeliveryTasksResponse>;
57339
+ /**
57340
+ * 查询站点的函数路由列表
57341
+ *
57342
+ * @param request - ListSiteRoutesRequest
57343
+ * @param runtime - runtime options for this request RuntimeOptions
57344
+ * @returns ListSiteRoutesResponse
57345
+ */
57346
+ listSiteRoutesWithOptions(request: ListSiteRoutesRequest, runtime: $dara.RuntimeOptions): Promise<ListSiteRoutesResponse>;
57347
+ /**
57348
+ * 查询站点的函数路由列表
57349
+ *
57350
+ * @param request - ListSiteRoutesRequest
57351
+ * @returns ListSiteRoutesResponse
57352
+ */
57353
+ listSiteRoutes(request: ListSiteRoutesRequest): Promise<ListSiteRoutesResponse>;
56036
57354
  /**
56037
57355
  * Queries the information about websites in your account, such as the name, status, and configuration of each website.
56038
57356
  *
@@ -57105,6 +58423,21 @@ export default class Client extends OpenApi {
57105
58423
  * @returns UpdateRewriteUrlRuleResponse
57106
58424
  */
57107
58425
  updateRewriteUrlRule(request: UpdateRewriteUrlRuleRequest): Promise<UpdateRewriteUrlRuleResponse>;
58426
+ /**
58427
+ * 修改边缘函数路由配置
58428
+ *
58429
+ * @param request - UpdateRoutineRouteRequest
58430
+ * @param runtime - runtime options for this request RuntimeOptions
58431
+ * @returns UpdateRoutineRouteResponse
58432
+ */
58433
+ updateRoutineRouteWithOptions(request: UpdateRoutineRouteRequest, runtime: $dara.RuntimeOptions): Promise<UpdateRoutineRouteResponse>;
58434
+ /**
58435
+ * 修改边缘函数路由配置
58436
+ *
58437
+ * @param request - UpdateRoutineRouteRequest
58438
+ * @returns UpdateRoutineRouteResponse
58439
+ */
58440
+ updateRoutineRoute(request: UpdateRoutineRouteRequest): Promise<UpdateRoutineRouteResponse>;
57108
58441
  /**
57109
58442
  * Updates a scheduled prefetch plan based on the plan ID.
57110
58443
  *