@alicloud/esa20240910 2.22.0 → 2.24.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 +1309 -214
- package/dist/client.js +1519 -109
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +2442 -324
package/dist/client.d.ts
CHANGED
|
@@ -1720,6 +1720,7 @@ export declare class CreateHttpRequestHeaderModificationRuleRequestRequestHeader
|
|
|
1720
1720
|
* add
|
|
1721
1721
|
*/
|
|
1722
1722
|
operation?: string;
|
|
1723
|
+
type?: string;
|
|
1723
1724
|
/**
|
|
1724
1725
|
* @remarks
|
|
1725
1726
|
* Request header value.
|
|
@@ -1764,6 +1765,7 @@ export declare class CreateHttpResponseHeaderModificationRuleRequestResponseHead
|
|
|
1764
1765
|
* add
|
|
1765
1766
|
*/
|
|
1766
1767
|
operation?: string;
|
|
1768
|
+
type?: string;
|
|
1767
1769
|
/**
|
|
1768
1770
|
* @remarks
|
|
1769
1771
|
* Response header value.
|
|
@@ -5510,6 +5512,7 @@ export declare class GetHttpRequestHeaderModificationRuleResponseBodyRequestHead
|
|
|
5510
5512
|
* add
|
|
5511
5513
|
*/
|
|
5512
5514
|
operation?: string;
|
|
5515
|
+
type?: string;
|
|
5513
5516
|
/**
|
|
5514
5517
|
* @remarks
|
|
5515
5518
|
* Request header value.
|
|
@@ -5550,6 +5553,7 @@ export declare class GetHttpResponseHeaderModificationRuleResponseBodyResponseHe
|
|
|
5550
5553
|
* add
|
|
5551
5554
|
*/
|
|
5552
5555
|
operation?: string;
|
|
5556
|
+
type?: string;
|
|
5553
5557
|
/**
|
|
5554
5558
|
* @remarks
|
|
5555
5559
|
* Response header value.
|
|
@@ -7011,14 +7015,6 @@ export declare class GetRoutineResponseBodyEnvs extends $dara.Model {
|
|
|
7011
7015
|
* production
|
|
7012
7016
|
*/
|
|
7013
7017
|
env?: string;
|
|
7014
|
-
/**
|
|
7015
|
-
* @remarks
|
|
7016
|
-
* The specification.
|
|
7017
|
-
*
|
|
7018
|
-
* @example
|
|
7019
|
-
* 5ms
|
|
7020
|
-
*/
|
|
7021
|
-
specName?: string;
|
|
7022
7018
|
static names(): {
|
|
7023
7019
|
[key: string]: string;
|
|
7024
7020
|
};
|
|
@@ -8377,6 +8373,109 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
8377
8373
|
[key: string]: any;
|
|
8378
8374
|
});
|
|
8379
8375
|
}
|
|
8376
|
+
export declare class ListCertificatesByRecordResponseBodyResultCertificates extends $dara.Model {
|
|
8377
|
+
/**
|
|
8378
|
+
* @example
|
|
8379
|
+
* 30000137
|
|
8380
|
+
*/
|
|
8381
|
+
casId?: string;
|
|
8382
|
+
/**
|
|
8383
|
+
* @example
|
|
8384
|
+
* www.example.com
|
|
8385
|
+
*/
|
|
8386
|
+
commonName?: string;
|
|
8387
|
+
/**
|
|
8388
|
+
* @example
|
|
8389
|
+
* 2023-02-28 06:17:11
|
|
8390
|
+
*/
|
|
8391
|
+
createTime?: string;
|
|
8392
|
+
/**
|
|
8393
|
+
* @example
|
|
8394
|
+
* 1dc5fc9af4eead2570c70d94b416130baeb6d4429b51fd3557379588456aca66
|
|
8395
|
+
*/
|
|
8396
|
+
fingerprintSha256?: string;
|
|
8397
|
+
id?: string;
|
|
8398
|
+
/**
|
|
8399
|
+
* @example
|
|
8400
|
+
* GlobalSign nv-sa
|
|
8401
|
+
*/
|
|
8402
|
+
issuer?: string;
|
|
8403
|
+
/**
|
|
8404
|
+
* @example
|
|
8405
|
+
* GlobalSign Organization Validation CA - SHA256 - G3
|
|
8406
|
+
*/
|
|
8407
|
+
issuerCN?: string;
|
|
8408
|
+
name?: string;
|
|
8409
|
+
/**
|
|
8410
|
+
* @example
|
|
8411
|
+
* 2024-02-28 06:17:11
|
|
8412
|
+
*/
|
|
8413
|
+
notAfter?: string;
|
|
8414
|
+
/**
|
|
8415
|
+
* @example
|
|
8416
|
+
* 2023-02-28 06:17:11
|
|
8417
|
+
*/
|
|
8418
|
+
notBefore?: string;
|
|
8419
|
+
/**
|
|
8420
|
+
* @example
|
|
8421
|
+
* RSA
|
|
8422
|
+
*/
|
|
8423
|
+
pubAlg?: string;
|
|
8424
|
+
region?: string;
|
|
8425
|
+
/**
|
|
8426
|
+
* @example
|
|
8427
|
+
* www.example.com,*.example.com
|
|
8428
|
+
*/
|
|
8429
|
+
SAN?: string;
|
|
8430
|
+
/**
|
|
8431
|
+
* @example
|
|
8432
|
+
* baba39055622c008b90285a8838ed09a
|
|
8433
|
+
*/
|
|
8434
|
+
serialNumber?: string;
|
|
8435
|
+
/**
|
|
8436
|
+
* @example
|
|
8437
|
+
* SHA256-RSA
|
|
8438
|
+
*/
|
|
8439
|
+
sigAlg?: string;
|
|
8440
|
+
status?: string;
|
|
8441
|
+
/**
|
|
8442
|
+
* @example
|
|
8443
|
+
* free
|
|
8444
|
+
*/
|
|
8445
|
+
type?: string;
|
|
8446
|
+
/**
|
|
8447
|
+
* @example
|
|
8448
|
+
* 2023-02-28 06:17:11
|
|
8449
|
+
*/
|
|
8450
|
+
updateTime?: string;
|
|
8451
|
+
static names(): {
|
|
8452
|
+
[key: string]: string;
|
|
8453
|
+
};
|
|
8454
|
+
static types(): {
|
|
8455
|
+
[key: string]: any;
|
|
8456
|
+
};
|
|
8457
|
+
validate(): void;
|
|
8458
|
+
constructor(map?: {
|
|
8459
|
+
[key: string]: any;
|
|
8460
|
+
});
|
|
8461
|
+
}
|
|
8462
|
+
export declare class ListCertificatesByRecordResponseBodyResult extends $dara.Model {
|
|
8463
|
+
applylingCount?: number;
|
|
8464
|
+
certificates?: ListCertificatesByRecordResponseBodyResultCertificates[];
|
|
8465
|
+
count?: number;
|
|
8466
|
+
recordName?: string;
|
|
8467
|
+
status?: string;
|
|
8468
|
+
static names(): {
|
|
8469
|
+
[key: string]: string;
|
|
8470
|
+
};
|
|
8471
|
+
static types(): {
|
|
8472
|
+
[key: string]: any;
|
|
8473
|
+
};
|
|
8474
|
+
validate(): void;
|
|
8475
|
+
constructor(map?: {
|
|
8476
|
+
[key: string]: any;
|
|
8477
|
+
});
|
|
8478
|
+
}
|
|
8380
8479
|
export declare class ListClientCaCertificatesResponseBodyResult extends $dara.Model {
|
|
8381
8480
|
/**
|
|
8382
8481
|
* @remarks
|
|
@@ -9521,6 +9620,7 @@ export declare class ListHttpRequestHeaderModificationRulesResponseBodyConfigsRe
|
|
|
9521
9620
|
* add
|
|
9522
9621
|
*/
|
|
9523
9622
|
operation?: string;
|
|
9623
|
+
type?: string;
|
|
9524
9624
|
/**
|
|
9525
9625
|
* @remarks
|
|
9526
9626
|
* The value of the request header.
|
|
@@ -9639,6 +9739,7 @@ export declare class ListHttpResponseHeaderModificationRulesResponseBodyConfigsR
|
|
|
9639
9739
|
* add
|
|
9640
9740
|
*/
|
|
9641
9741
|
operation?: string;
|
|
9742
|
+
type?: string;
|
|
9642
9743
|
/**
|
|
9643
9744
|
* @remarks
|
|
9644
9745
|
* Response header value.
|
|
@@ -12618,26 +12719,99 @@ export declare class ListRewriteUrlRulesResponseBodyConfigs extends $dara.Model
|
|
|
12618
12719
|
[key: string]: any;
|
|
12619
12720
|
});
|
|
12620
12721
|
}
|
|
12621
|
-
export declare class
|
|
12722
|
+
export declare class ListRoutineRelatedRecordsResponseBodyRelatedRecords extends $dara.Model {
|
|
12622
12723
|
/**
|
|
12623
|
-
* @remarks
|
|
12624
|
-
* Indicates whether the specification is available. Valid values:
|
|
12625
|
-
*
|
|
12626
|
-
* * true
|
|
12627
|
-
* * false
|
|
12628
|
-
*
|
|
12629
12724
|
* @example
|
|
12630
|
-
*
|
|
12725
|
+
* 509348423011904
|
|
12631
12726
|
*/
|
|
12632
|
-
|
|
12727
|
+
recordId?: number;
|
|
12728
|
+
/**
|
|
12729
|
+
* @example
|
|
12730
|
+
* test-record-1.example.com
|
|
12731
|
+
*/
|
|
12732
|
+
recordName?: string;
|
|
12733
|
+
/**
|
|
12734
|
+
* @example
|
|
12735
|
+
* 54362329990032
|
|
12736
|
+
*/
|
|
12737
|
+
siteId?: number;
|
|
12633
12738
|
/**
|
|
12634
|
-
* @remarks
|
|
12635
|
-
* The specification name.
|
|
12636
|
-
*
|
|
12637
12739
|
* @example
|
|
12638
|
-
*
|
|
12740
|
+
* example.com
|
|
12639
12741
|
*/
|
|
12640
|
-
|
|
12742
|
+
siteName?: string;
|
|
12743
|
+
static names(): {
|
|
12744
|
+
[key: string]: string;
|
|
12745
|
+
};
|
|
12746
|
+
static types(): {
|
|
12747
|
+
[key: string]: any;
|
|
12748
|
+
};
|
|
12749
|
+
validate(): void;
|
|
12750
|
+
constructor(map?: {
|
|
12751
|
+
[key: string]: any;
|
|
12752
|
+
});
|
|
12753
|
+
}
|
|
12754
|
+
export declare class ListRoutineRoutesResponseBodyConfigs extends $dara.Model {
|
|
12755
|
+
/**
|
|
12756
|
+
* @example
|
|
12757
|
+
* on
|
|
12758
|
+
*/
|
|
12759
|
+
bypass?: string;
|
|
12760
|
+
/**
|
|
12761
|
+
* @example
|
|
12762
|
+
* 35281609698****
|
|
12763
|
+
*/
|
|
12764
|
+
configId?: number;
|
|
12765
|
+
/**
|
|
12766
|
+
* @example
|
|
12767
|
+
* global
|
|
12768
|
+
*/
|
|
12769
|
+
configType?: string;
|
|
12770
|
+
/**
|
|
12771
|
+
* @example
|
|
12772
|
+
* simple
|
|
12773
|
+
*/
|
|
12774
|
+
mode?: string;
|
|
12775
|
+
/**
|
|
12776
|
+
* @example
|
|
12777
|
+
* on
|
|
12778
|
+
*/
|
|
12779
|
+
routeEnable?: string;
|
|
12780
|
+
/**
|
|
12781
|
+
* @example
|
|
12782
|
+
* test_route
|
|
12783
|
+
*/
|
|
12784
|
+
routeName?: string;
|
|
12785
|
+
/**
|
|
12786
|
+
* @example
|
|
12787
|
+
* test-routine1
|
|
12788
|
+
*/
|
|
12789
|
+
routineName?: string;
|
|
12790
|
+
/**
|
|
12791
|
+
* @example
|
|
12792
|
+
* (http.host eq \\"video.example.com\\")
|
|
12793
|
+
*/
|
|
12794
|
+
rule?: string;
|
|
12795
|
+
/**
|
|
12796
|
+
* @example
|
|
12797
|
+
* 1
|
|
12798
|
+
*/
|
|
12799
|
+
sequence?: number;
|
|
12800
|
+
/**
|
|
12801
|
+
* @example
|
|
12802
|
+
* 554889455535696
|
|
12803
|
+
*/
|
|
12804
|
+
siteId?: number;
|
|
12805
|
+
/**
|
|
12806
|
+
* @example
|
|
12807
|
+
* test.com
|
|
12808
|
+
*/
|
|
12809
|
+
siteName?: string;
|
|
12810
|
+
/**
|
|
12811
|
+
* @example
|
|
12812
|
+
* 1
|
|
12813
|
+
*/
|
|
12814
|
+
siteVersion?: number;
|
|
12641
12815
|
static names(): {
|
|
12642
12816
|
[key: string]: string;
|
|
12643
12817
|
};
|
|
@@ -12926,6 +13100,68 @@ export declare class ListSiteDeliveryTasksResponseBodyTasks extends $dara.Model
|
|
|
12926
13100
|
[key: string]: any;
|
|
12927
13101
|
});
|
|
12928
13102
|
}
|
|
13103
|
+
export declare class ListSiteRoutesResponseBodyConfigs extends $dara.Model {
|
|
13104
|
+
/**
|
|
13105
|
+
* @example
|
|
13106
|
+
* on
|
|
13107
|
+
*/
|
|
13108
|
+
bypass?: string;
|
|
13109
|
+
/**
|
|
13110
|
+
* @example
|
|
13111
|
+
* 35281609698****
|
|
13112
|
+
*/
|
|
13113
|
+
configId?: number;
|
|
13114
|
+
/**
|
|
13115
|
+
* @example
|
|
13116
|
+
* global
|
|
13117
|
+
*/
|
|
13118
|
+
configType?: string;
|
|
13119
|
+
/**
|
|
13120
|
+
* @example
|
|
13121
|
+
* simple
|
|
13122
|
+
*/
|
|
13123
|
+
mode?: string;
|
|
13124
|
+
/**
|
|
13125
|
+
* @example
|
|
13126
|
+
* on
|
|
13127
|
+
*/
|
|
13128
|
+
routeEnable?: string;
|
|
13129
|
+
/**
|
|
13130
|
+
* @example
|
|
13131
|
+
* test_route
|
|
13132
|
+
*/
|
|
13133
|
+
routeName?: string;
|
|
13134
|
+
/**
|
|
13135
|
+
* @example
|
|
13136
|
+
* test-routine1
|
|
13137
|
+
*/
|
|
13138
|
+
routineName?: string;
|
|
13139
|
+
/**
|
|
13140
|
+
* @example
|
|
13141
|
+
* (http.host eq \\"video.example.com\\")
|
|
13142
|
+
*/
|
|
13143
|
+
rule?: string;
|
|
13144
|
+
/**
|
|
13145
|
+
* @example
|
|
13146
|
+
* 1
|
|
13147
|
+
*/
|
|
13148
|
+
sequence?: number;
|
|
13149
|
+
/**
|
|
13150
|
+
* @example
|
|
13151
|
+
* 1
|
|
13152
|
+
*/
|
|
13153
|
+
siteVersion?: number;
|
|
13154
|
+
static names(): {
|
|
13155
|
+
[key: string]: string;
|
|
13156
|
+
};
|
|
13157
|
+
static types(): {
|
|
13158
|
+
[key: string]: any;
|
|
13159
|
+
};
|
|
13160
|
+
validate(): void;
|
|
13161
|
+
constructor(map?: {
|
|
13162
|
+
[key: string]: any;
|
|
13163
|
+
});
|
|
13164
|
+
}
|
|
12929
13165
|
export declare class ListSitesRequestTagFilter extends $dara.Model {
|
|
12930
13166
|
/**
|
|
12931
13167
|
* @remarks
|
|
@@ -13484,6 +13720,21 @@ export declare class ListUserRatePlanInstancesResponseBodyInstanceInfo extends $
|
|
|
13484
13720
|
[key: string]: any;
|
|
13485
13721
|
});
|
|
13486
13722
|
}
|
|
13723
|
+
export declare class ListUserRoutinesResponseBodyRoutines extends $dara.Model {
|
|
13724
|
+
createTime?: string;
|
|
13725
|
+
description?: string;
|
|
13726
|
+
routineName?: string;
|
|
13727
|
+
static names(): {
|
|
13728
|
+
[key: string]: string;
|
|
13729
|
+
};
|
|
13730
|
+
static types(): {
|
|
13731
|
+
[key: string]: any;
|
|
13732
|
+
};
|
|
13733
|
+
validate(): void;
|
|
13734
|
+
constructor(map?: {
|
|
13735
|
+
[key: string]: any;
|
|
13736
|
+
});
|
|
13737
|
+
}
|
|
13487
13738
|
export declare class ListWafManagedRulesRequestQueryArgs extends $dara.Model {
|
|
13488
13739
|
/**
|
|
13489
13740
|
* @remarks
|
|
@@ -13937,6 +14188,7 @@ export declare class ListWafRulesetsResponseBodyRulesets extends $dara.Model {
|
|
|
13937
14188
|
});
|
|
13938
14189
|
}
|
|
13939
14190
|
export declare class ListWafTemplateRulesRequestQueryArgs extends $dara.Model {
|
|
14191
|
+
kinds?: string[];
|
|
13940
14192
|
/**
|
|
13941
14193
|
* @remarks
|
|
13942
14194
|
* Rule type.
|
|
@@ -14656,6 +14908,7 @@ export declare class UpdateHttpRequestHeaderModificationRuleRequestRequestHeader
|
|
|
14656
14908
|
* add
|
|
14657
14909
|
*/
|
|
14658
14910
|
operation?: string;
|
|
14911
|
+
type?: string;
|
|
14659
14912
|
/**
|
|
14660
14913
|
* @remarks
|
|
14661
14914
|
* Request header value.
|
|
@@ -14699,6 +14952,7 @@ export declare class UpdateHttpResponseHeaderModificationRuleRequestResponseHead
|
|
|
14699
14952
|
* add
|
|
14700
14953
|
*/
|
|
14701
14954
|
operation?: string;
|
|
14955
|
+
type?: string;
|
|
14702
14956
|
/**
|
|
14703
14957
|
* @remarks
|
|
14704
14958
|
* Response header value.
|
|
@@ -21389,14 +21643,6 @@ export declare class CreateRoutineRequest extends $dara.Model {
|
|
|
21389
21643
|
* test-routine1
|
|
21390
21644
|
*/
|
|
21391
21645
|
name?: string;
|
|
21392
|
-
/**
|
|
21393
|
-
* @remarks
|
|
21394
|
-
* The specification of the routine.
|
|
21395
|
-
*
|
|
21396
|
-
* @example
|
|
21397
|
-
* 5ms
|
|
21398
|
-
*/
|
|
21399
|
-
specName?: string;
|
|
21400
21646
|
static names(): {
|
|
21401
21647
|
[key: string]: string;
|
|
21402
21648
|
};
|
|
@@ -21628,6 +21874,98 @@ export declare class CreateRoutineRelatedRouteResponse extends $dara.Model {
|
|
|
21628
21874
|
[key: string]: any;
|
|
21629
21875
|
});
|
|
21630
21876
|
}
|
|
21877
|
+
export declare class CreateRoutineRouteRequest extends $dara.Model {
|
|
21878
|
+
/**
|
|
21879
|
+
* @example
|
|
21880
|
+
* on
|
|
21881
|
+
*/
|
|
21882
|
+
bypass?: string;
|
|
21883
|
+
/**
|
|
21884
|
+
* @example
|
|
21885
|
+
* on
|
|
21886
|
+
*/
|
|
21887
|
+
routeEnable?: string;
|
|
21888
|
+
/**
|
|
21889
|
+
* @example
|
|
21890
|
+
* test_route
|
|
21891
|
+
*/
|
|
21892
|
+
routeName?: string;
|
|
21893
|
+
/**
|
|
21894
|
+
* @remarks
|
|
21895
|
+
* This parameter is required.
|
|
21896
|
+
*
|
|
21897
|
+
* @example
|
|
21898
|
+
* test-routine1
|
|
21899
|
+
*/
|
|
21900
|
+
routineName?: string;
|
|
21901
|
+
/**
|
|
21902
|
+
* @example
|
|
21903
|
+
* (http.host eq \\"video.example.com\\")
|
|
21904
|
+
*/
|
|
21905
|
+
rule?: string;
|
|
21906
|
+
/**
|
|
21907
|
+
* @example
|
|
21908
|
+
* 1
|
|
21909
|
+
*/
|
|
21910
|
+
sequence?: number;
|
|
21911
|
+
/**
|
|
21912
|
+
* @remarks
|
|
21913
|
+
* This parameter is required.
|
|
21914
|
+
*
|
|
21915
|
+
* @example
|
|
21916
|
+
* 123456****
|
|
21917
|
+
*/
|
|
21918
|
+
siteId?: number;
|
|
21919
|
+
static names(): {
|
|
21920
|
+
[key: string]: string;
|
|
21921
|
+
};
|
|
21922
|
+
static types(): {
|
|
21923
|
+
[key: string]: any;
|
|
21924
|
+
};
|
|
21925
|
+
validate(): void;
|
|
21926
|
+
constructor(map?: {
|
|
21927
|
+
[key: string]: any;
|
|
21928
|
+
});
|
|
21929
|
+
}
|
|
21930
|
+
export declare class CreateRoutineRouteResponseBody extends $dara.Model {
|
|
21931
|
+
/**
|
|
21932
|
+
* @example
|
|
21933
|
+
* 35281609698****
|
|
21934
|
+
*/
|
|
21935
|
+
configId?: number;
|
|
21936
|
+
/**
|
|
21937
|
+
* @example
|
|
21938
|
+
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
21939
|
+
*/
|
|
21940
|
+
requestId?: string;
|
|
21941
|
+
static names(): {
|
|
21942
|
+
[key: string]: string;
|
|
21943
|
+
};
|
|
21944
|
+
static types(): {
|
|
21945
|
+
[key: string]: any;
|
|
21946
|
+
};
|
|
21947
|
+
validate(): void;
|
|
21948
|
+
constructor(map?: {
|
|
21949
|
+
[key: string]: any;
|
|
21950
|
+
});
|
|
21951
|
+
}
|
|
21952
|
+
export declare class CreateRoutineRouteResponse extends $dara.Model {
|
|
21953
|
+
headers?: {
|
|
21954
|
+
[key: string]: string;
|
|
21955
|
+
};
|
|
21956
|
+
statusCode?: number;
|
|
21957
|
+
body?: CreateRoutineRouteResponseBody;
|
|
21958
|
+
static names(): {
|
|
21959
|
+
[key: string]: string;
|
|
21960
|
+
};
|
|
21961
|
+
static types(): {
|
|
21962
|
+
[key: string]: any;
|
|
21963
|
+
};
|
|
21964
|
+
validate(): void;
|
|
21965
|
+
constructor(map?: {
|
|
21966
|
+
[key: string]: any;
|
|
21967
|
+
});
|
|
21968
|
+
}
|
|
21631
21969
|
export declare class CreateScheduledPreloadExecutionsRequest extends $dara.Model {
|
|
21632
21970
|
/**
|
|
21633
21971
|
* @remarks
|
|
@@ -26287,6 +26625,68 @@ export declare class DeleteRoutineRelatedRouteResponse extends $dara.Model {
|
|
|
26287
26625
|
[key: string]: any;
|
|
26288
26626
|
});
|
|
26289
26627
|
}
|
|
26628
|
+
export declare class DeleteRoutineRouteRequest extends $dara.Model {
|
|
26629
|
+
/**
|
|
26630
|
+
* @remarks
|
|
26631
|
+
* This parameter is required.
|
|
26632
|
+
*
|
|
26633
|
+
* @example
|
|
26634
|
+
* 3528160969****
|
|
26635
|
+
*/
|
|
26636
|
+
configId?: number;
|
|
26637
|
+
/**
|
|
26638
|
+
* @remarks
|
|
26639
|
+
* This parameter is required.
|
|
26640
|
+
*
|
|
26641
|
+
* @example
|
|
26642
|
+
* 11223***
|
|
26643
|
+
*/
|
|
26644
|
+
siteId?: number;
|
|
26645
|
+
static names(): {
|
|
26646
|
+
[key: string]: string;
|
|
26647
|
+
};
|
|
26648
|
+
static types(): {
|
|
26649
|
+
[key: string]: any;
|
|
26650
|
+
};
|
|
26651
|
+
validate(): void;
|
|
26652
|
+
constructor(map?: {
|
|
26653
|
+
[key: string]: any;
|
|
26654
|
+
});
|
|
26655
|
+
}
|
|
26656
|
+
export declare class DeleteRoutineRouteResponseBody extends $dara.Model {
|
|
26657
|
+
/**
|
|
26658
|
+
* @example
|
|
26659
|
+
* 0AEDAF20-4DDF-4165-8750-47FF9C1929C9
|
|
26660
|
+
*/
|
|
26661
|
+
requestId?: string;
|
|
26662
|
+
static names(): {
|
|
26663
|
+
[key: string]: string;
|
|
26664
|
+
};
|
|
26665
|
+
static types(): {
|
|
26666
|
+
[key: string]: any;
|
|
26667
|
+
};
|
|
26668
|
+
validate(): void;
|
|
26669
|
+
constructor(map?: {
|
|
26670
|
+
[key: string]: any;
|
|
26671
|
+
});
|
|
26672
|
+
}
|
|
26673
|
+
export declare class DeleteRoutineRouteResponse extends $dara.Model {
|
|
26674
|
+
headers?: {
|
|
26675
|
+
[key: string]: string;
|
|
26676
|
+
};
|
|
26677
|
+
statusCode?: number;
|
|
26678
|
+
body?: DeleteRoutineRouteResponseBody;
|
|
26679
|
+
static names(): {
|
|
26680
|
+
[key: string]: string;
|
|
26681
|
+
};
|
|
26682
|
+
static types(): {
|
|
26683
|
+
[key: string]: any;
|
|
26684
|
+
};
|
|
26685
|
+
validate(): void;
|
|
26686
|
+
constructor(map?: {
|
|
26687
|
+
[key: string]: any;
|
|
26688
|
+
});
|
|
26689
|
+
}
|
|
26290
26690
|
export declare class DeleteScheduledPreloadExecutionRequest extends $dara.Model {
|
|
26291
26691
|
/**
|
|
26292
26692
|
* @remarks
|
|
@@ -30955,27 +31355,9 @@ export declare class GetEdgeContainerTerminalResponse extends $dara.Model {
|
|
|
30955
31355
|
[key: string]: any;
|
|
30956
31356
|
});
|
|
30957
31357
|
}
|
|
30958
|
-
export declare class
|
|
30959
|
-
|
|
30960
|
-
|
|
30961
|
-
* Configuration ID. It can be obtained by calling the [ListHttpRequestHeaderModificationRules](https://help.aliyun.com/document_detail/2867483.html) interface.
|
|
30962
|
-
*
|
|
30963
|
-
* This parameter is required.
|
|
30964
|
-
*
|
|
30965
|
-
* @example
|
|
30966
|
-
* 3528160969****
|
|
30967
|
-
*/
|
|
30968
|
-
configId?: number;
|
|
30969
|
-
/**
|
|
30970
|
-
* @remarks
|
|
30971
|
-
* Site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
|
|
30972
|
-
*
|
|
30973
|
-
* This parameter is required.
|
|
30974
|
-
*
|
|
30975
|
-
* @example
|
|
30976
|
-
* 123456****
|
|
30977
|
-
*/
|
|
30978
|
-
siteId?: number;
|
|
31358
|
+
export declare class GetErServiceRequest extends $dara.Model {
|
|
31359
|
+
ownerId?: number;
|
|
31360
|
+
securityToken?: string;
|
|
30979
31361
|
static names(): {
|
|
30980
31362
|
[key: string]: string;
|
|
30981
31363
|
};
|
|
@@ -30987,82 +31369,40 @@ export declare class GetHttpRequestHeaderModificationRuleRequest extends $dara.M
|
|
|
30987
31369
|
[key: string]: any;
|
|
30988
31370
|
});
|
|
30989
31371
|
}
|
|
30990
|
-
export declare class
|
|
31372
|
+
export declare class GetErServiceResponseBody extends $dara.Model {
|
|
30991
31373
|
/**
|
|
30992
31374
|
* @remarks
|
|
30993
|
-
*
|
|
31375
|
+
* The billing mode. Valid values:
|
|
30994
31376
|
*
|
|
30995
|
-
*
|
|
30996
|
-
*
|
|
30997
|
-
|
|
30998
|
-
|
|
30999
|
-
/**
|
|
31000
|
-
* @remarks
|
|
31001
|
-
* Configuration type. Possible values:
|
|
31002
|
-
* - global: Global configuration.
|
|
31003
|
-
* - rule: Rule-based configuration.
|
|
31377
|
+
* * er_paymode: billed for customers on the China site.
|
|
31378
|
+
* * er_freemode: free for customers on the China site.
|
|
31379
|
+
* * er_paymodeintl: billed for customers on the International site.
|
|
31380
|
+
* * err_freemodeintl: free for customers on the International site
|
|
31004
31381
|
*
|
|
31005
31382
|
* @example
|
|
31006
|
-
*
|
|
31383
|
+
* er_paymode
|
|
31007
31384
|
*/
|
|
31008
|
-
|
|
31009
|
-
/**
|
|
31010
|
-
* @remarks
|
|
31011
|
-
* Modify request headers, supporting add, delete, and modify operations.
|
|
31012
|
-
*/
|
|
31013
|
-
requestHeaderModification?: GetHttpRequestHeaderModificationRuleResponseBodyRequestHeaderModification[];
|
|
31385
|
+
planName?: string;
|
|
31014
31386
|
/**
|
|
31015
31387
|
* @remarks
|
|
31016
|
-
*
|
|
31388
|
+
* The request ID.
|
|
31017
31389
|
*
|
|
31018
31390
|
* @example
|
|
31019
|
-
*
|
|
31391
|
+
* CB1A380B-09F0-41BB-A198-72F8FD6DA2FE
|
|
31020
31392
|
*/
|
|
31021
31393
|
requestId?: string;
|
|
31022
31394
|
/**
|
|
31023
31395
|
* @remarks
|
|
31024
|
-
*
|
|
31025
|
-
* - Match all incoming requests: Set the value to true
|
|
31026
|
-
* - Match specific requests: Set the value to a custom expression, for example: (http.host eq "video.example.com")
|
|
31396
|
+
* The service status. Valid values:
|
|
31027
31397
|
*
|
|
31028
|
-
*
|
|
31029
|
-
*
|
|
31030
|
-
|
|
31031
|
-
rule?: string;
|
|
31032
|
-
/**
|
|
31033
|
-
* @remarks
|
|
31034
|
-
* Rule switch. This parameter is not required when adding a global configuration. Possible values:
|
|
31035
|
-
* - on: Enabled.
|
|
31036
|
-
* - off: Disabled.
|
|
31398
|
+
* * Creating
|
|
31399
|
+
* * Running
|
|
31400
|
+
* * NotOpened
|
|
31037
31401
|
*
|
|
31038
31402
|
* @example
|
|
31039
|
-
*
|
|
31040
|
-
*/
|
|
31041
|
-
ruleEnable?: string;
|
|
31042
|
-
/**
|
|
31043
|
-
* @remarks
|
|
31044
|
-
* Rule name. This parameter is not required when adding a global configuration.
|
|
31045
|
-
*
|
|
31046
|
-
* @example
|
|
31047
|
-
* rule_example
|
|
31048
|
-
*/
|
|
31049
|
-
ruleName?: string;
|
|
31050
|
-
/**
|
|
31051
|
-
* @remarks
|
|
31052
|
-
* Rule execution order. The smaller the value, the higher the priority.
|
|
31053
|
-
*
|
|
31054
|
-
* @example
|
|
31055
|
-
* 1
|
|
31056
|
-
*/
|
|
31057
|
-
sequence?: number;
|
|
31058
|
-
/**
|
|
31059
|
-
* @remarks
|
|
31060
|
-
* The version number of the site configuration. For sites with version management enabled, you can use this parameter to specify the effective version of the site, defaulting to version 0.
|
|
31061
|
-
*
|
|
31062
|
-
* @example
|
|
31063
|
-
* 0
|
|
31403
|
+
* Running
|
|
31064
31404
|
*/
|
|
31065
|
-
|
|
31405
|
+
status?: string;
|
|
31066
31406
|
static names(): {
|
|
31067
31407
|
[key: string]: string;
|
|
31068
31408
|
};
|
|
@@ -31074,12 +31414,12 @@ export declare class GetHttpRequestHeaderModificationRuleResponseBody extends $d
|
|
|
31074
31414
|
[key: string]: any;
|
|
31075
31415
|
});
|
|
31076
31416
|
}
|
|
31077
|
-
export declare class
|
|
31417
|
+
export declare class GetErServiceResponse extends $dara.Model {
|
|
31078
31418
|
headers?: {
|
|
31079
31419
|
[key: string]: string;
|
|
31080
31420
|
};
|
|
31081
31421
|
statusCode?: number;
|
|
31082
|
-
body?:
|
|
31422
|
+
body?: GetErServiceResponseBody;
|
|
31083
31423
|
static names(): {
|
|
31084
31424
|
[key: string]: string;
|
|
31085
31425
|
};
|
|
@@ -31091,15 +31431,15 @@ export declare class GetHttpRequestHeaderModificationRuleResponse extends $dara.
|
|
|
31091
31431
|
[key: string]: any;
|
|
31092
31432
|
});
|
|
31093
31433
|
}
|
|
31094
|
-
export declare class
|
|
31434
|
+
export declare class GetHttpRequestHeaderModificationRuleRequest extends $dara.Model {
|
|
31095
31435
|
/**
|
|
31096
31436
|
* @remarks
|
|
31097
|
-
* Configuration ID
|
|
31437
|
+
* Configuration ID. It can be obtained by calling the [ListHttpRequestHeaderModificationRules](https://help.aliyun.com/document_detail/2867483.html) interface.
|
|
31098
31438
|
*
|
|
31099
31439
|
* This parameter is required.
|
|
31100
31440
|
*
|
|
31101
31441
|
* @example
|
|
31102
|
-
*
|
|
31442
|
+
* 3528160969****
|
|
31103
31443
|
*/
|
|
31104
31444
|
configId?: number;
|
|
31105
31445
|
/**
|
|
@@ -31123,43 +31463,43 @@ export declare class GetHttpResponseHeaderModificationRuleRequest extends $dara.
|
|
|
31123
31463
|
[key: string]: any;
|
|
31124
31464
|
});
|
|
31125
31465
|
}
|
|
31126
|
-
export declare class
|
|
31466
|
+
export declare class GetHttpRequestHeaderModificationRuleResponseBody extends $dara.Model {
|
|
31127
31467
|
/**
|
|
31128
31468
|
* @remarks
|
|
31129
31469
|
* Configuration ID.
|
|
31130
31470
|
*
|
|
31131
31471
|
* @example
|
|
31132
|
-
*
|
|
31472
|
+
* 3528160969****
|
|
31133
31473
|
*/
|
|
31134
31474
|
configId?: number;
|
|
31135
31475
|
/**
|
|
31136
31476
|
* @remarks
|
|
31137
|
-
* Configuration type
|
|
31477
|
+
* Configuration type. Possible values:
|
|
31138
31478
|
* - global: Global configuration.
|
|
31139
31479
|
* - rule: Rule-based configuration.
|
|
31140
31480
|
*
|
|
31141
31481
|
* @example
|
|
31142
|
-
*
|
|
31482
|
+
* global
|
|
31143
31483
|
*/
|
|
31144
31484
|
configType?: string;
|
|
31485
|
+
/**
|
|
31486
|
+
* @remarks
|
|
31487
|
+
* Modify request headers, supporting add, delete, and modify operations.
|
|
31488
|
+
*/
|
|
31489
|
+
requestHeaderModification?: GetHttpRequestHeaderModificationRuleResponseBodyRequestHeaderModification[];
|
|
31145
31490
|
/**
|
|
31146
31491
|
* @remarks
|
|
31147
31492
|
* Request ID.
|
|
31148
31493
|
*
|
|
31149
31494
|
* @example
|
|
31150
|
-
*
|
|
31495
|
+
* 15C66C7B-671A-4297-9187-2C4477247A74
|
|
31151
31496
|
*/
|
|
31152
31497
|
requestId?: string;
|
|
31153
|
-
/**
|
|
31154
|
-
* @remarks
|
|
31155
|
-
* Modify response headers, supporting add, delete, and modify operations.
|
|
31156
|
-
*/
|
|
31157
|
-
responseHeaderModification?: GetHttpResponseHeaderModificationRuleResponseBodyResponseHeaderModification[];
|
|
31158
31498
|
/**
|
|
31159
31499
|
* @remarks
|
|
31160
31500
|
* Rule content, using conditional expressions to match user requests. This parameter is not required when adding a global configuration. There are two usage scenarios:
|
|
31161
31501
|
* - Match all incoming requests: Set the value to true
|
|
31162
|
-
* - Match specific requests: Set the value to a custom expression, for example: (http.host eq
|
|
31502
|
+
* - Match specific requests: Set the value to a custom expression, for example: (http.host eq "video.example.com")
|
|
31163
31503
|
*
|
|
31164
31504
|
* @example
|
|
31165
31505
|
* (http.host eq "video.example.com")
|
|
@@ -31167,7 +31507,143 @@ export declare class GetHttpResponseHeaderModificationRuleResponseBody extends $
|
|
|
31167
31507
|
rule?: string;
|
|
31168
31508
|
/**
|
|
31169
31509
|
* @remarks
|
|
31170
|
-
* Rule switch. This parameter is not required when adding a global configuration. Possible values
|
|
31510
|
+
* Rule switch. This parameter is not required when adding a global configuration. Possible values:
|
|
31511
|
+
* - on: Enabled.
|
|
31512
|
+
* - off: Disabled.
|
|
31513
|
+
*
|
|
31514
|
+
* @example
|
|
31515
|
+
* on
|
|
31516
|
+
*/
|
|
31517
|
+
ruleEnable?: string;
|
|
31518
|
+
/**
|
|
31519
|
+
* @remarks
|
|
31520
|
+
* Rule name. This parameter is not required when adding a global configuration.
|
|
31521
|
+
*
|
|
31522
|
+
* @example
|
|
31523
|
+
* rule_example
|
|
31524
|
+
*/
|
|
31525
|
+
ruleName?: string;
|
|
31526
|
+
/**
|
|
31527
|
+
* @remarks
|
|
31528
|
+
* Rule execution order. The smaller the value, the higher the priority.
|
|
31529
|
+
*
|
|
31530
|
+
* @example
|
|
31531
|
+
* 1
|
|
31532
|
+
*/
|
|
31533
|
+
sequence?: number;
|
|
31534
|
+
/**
|
|
31535
|
+
* @remarks
|
|
31536
|
+
* The version number of the site configuration. For sites with version management enabled, you can use this parameter to specify the effective version of the site, defaulting to version 0.
|
|
31537
|
+
*
|
|
31538
|
+
* @example
|
|
31539
|
+
* 0
|
|
31540
|
+
*/
|
|
31541
|
+
siteVersion?: number;
|
|
31542
|
+
static names(): {
|
|
31543
|
+
[key: string]: string;
|
|
31544
|
+
};
|
|
31545
|
+
static types(): {
|
|
31546
|
+
[key: string]: any;
|
|
31547
|
+
};
|
|
31548
|
+
validate(): void;
|
|
31549
|
+
constructor(map?: {
|
|
31550
|
+
[key: string]: any;
|
|
31551
|
+
});
|
|
31552
|
+
}
|
|
31553
|
+
export declare class GetHttpRequestHeaderModificationRuleResponse extends $dara.Model {
|
|
31554
|
+
headers?: {
|
|
31555
|
+
[key: string]: string;
|
|
31556
|
+
};
|
|
31557
|
+
statusCode?: number;
|
|
31558
|
+
body?: GetHttpRequestHeaderModificationRuleResponseBody;
|
|
31559
|
+
static names(): {
|
|
31560
|
+
[key: string]: string;
|
|
31561
|
+
};
|
|
31562
|
+
static types(): {
|
|
31563
|
+
[key: string]: any;
|
|
31564
|
+
};
|
|
31565
|
+
validate(): void;
|
|
31566
|
+
constructor(map?: {
|
|
31567
|
+
[key: string]: any;
|
|
31568
|
+
});
|
|
31569
|
+
}
|
|
31570
|
+
export declare class GetHttpResponseHeaderModificationRuleRequest extends $dara.Model {
|
|
31571
|
+
/**
|
|
31572
|
+
* @remarks
|
|
31573
|
+
* Configuration ID, which can be obtained by calling the [ListHttpResponseHeaderModificationRules](https://help.aliyun.com/document_detail/2867483.html) interface.
|
|
31574
|
+
*
|
|
31575
|
+
* This parameter is required.
|
|
31576
|
+
*
|
|
31577
|
+
* @example
|
|
31578
|
+
* 35281609698****
|
|
31579
|
+
*/
|
|
31580
|
+
configId?: number;
|
|
31581
|
+
/**
|
|
31582
|
+
* @remarks
|
|
31583
|
+
* Site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
|
|
31584
|
+
*
|
|
31585
|
+
* This parameter is required.
|
|
31586
|
+
*
|
|
31587
|
+
* @example
|
|
31588
|
+
* 123456****
|
|
31589
|
+
*/
|
|
31590
|
+
siteId?: number;
|
|
31591
|
+
static names(): {
|
|
31592
|
+
[key: string]: string;
|
|
31593
|
+
};
|
|
31594
|
+
static types(): {
|
|
31595
|
+
[key: string]: any;
|
|
31596
|
+
};
|
|
31597
|
+
validate(): void;
|
|
31598
|
+
constructor(map?: {
|
|
31599
|
+
[key: string]: any;
|
|
31600
|
+
});
|
|
31601
|
+
}
|
|
31602
|
+
export declare class GetHttpResponseHeaderModificationRuleResponseBody extends $dara.Model {
|
|
31603
|
+
/**
|
|
31604
|
+
* @remarks
|
|
31605
|
+
* Configuration ID.
|
|
31606
|
+
*
|
|
31607
|
+
* @example
|
|
31608
|
+
* 35281609698****
|
|
31609
|
+
*/
|
|
31610
|
+
configId?: number;
|
|
31611
|
+
/**
|
|
31612
|
+
* @remarks
|
|
31613
|
+
* Configuration type, with the following values:
|
|
31614
|
+
* - global: Global configuration.
|
|
31615
|
+
* - rule: Rule-based configuration.
|
|
31616
|
+
*
|
|
31617
|
+
* @example
|
|
31618
|
+
* rule
|
|
31619
|
+
*/
|
|
31620
|
+
configType?: string;
|
|
31621
|
+
/**
|
|
31622
|
+
* @remarks
|
|
31623
|
+
* Request ID.
|
|
31624
|
+
*
|
|
31625
|
+
* @example
|
|
31626
|
+
* EDBD3EB3-97DA-5465-AEF5-8DCA5DC5E395
|
|
31627
|
+
*/
|
|
31628
|
+
requestId?: string;
|
|
31629
|
+
/**
|
|
31630
|
+
* @remarks
|
|
31631
|
+
* Modify response headers, supporting add, delete, and modify operations.
|
|
31632
|
+
*/
|
|
31633
|
+
responseHeaderModification?: GetHttpResponseHeaderModificationRuleResponseBodyResponseHeaderModification[];
|
|
31634
|
+
/**
|
|
31635
|
+
* @remarks
|
|
31636
|
+
* Rule content, using conditional expressions to match user requests. This parameter is not required when adding a global configuration. There are two usage scenarios:
|
|
31637
|
+
* - Match all incoming requests: Set the value to true
|
|
31638
|
+
* - Match specific requests: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
|
|
31639
|
+
*
|
|
31640
|
+
* @example
|
|
31641
|
+
* (http.host eq "video.example.com")
|
|
31642
|
+
*/
|
|
31643
|
+
rule?: string;
|
|
31644
|
+
/**
|
|
31645
|
+
* @remarks
|
|
31646
|
+
* Rule switch. This parameter is not required when adding a global configuration. Possible values are:
|
|
31171
31647
|
* - on: Enabled.
|
|
31172
31648
|
* - off: Disabled.
|
|
31173
31649
|
*
|
|
@@ -34343,6 +34819,118 @@ export declare class GetRoutineResponse extends $dara.Model {
|
|
|
34343
34819
|
[key: string]: any;
|
|
34344
34820
|
});
|
|
34345
34821
|
}
|
|
34822
|
+
export declare class GetRoutineRouteRequest extends $dara.Model {
|
|
34823
|
+
/**
|
|
34824
|
+
* @remarks
|
|
34825
|
+
* This parameter is required.
|
|
34826
|
+
*
|
|
34827
|
+
* @example
|
|
34828
|
+
* 35281609698****
|
|
34829
|
+
*/
|
|
34830
|
+
configId?: number;
|
|
34831
|
+
/**
|
|
34832
|
+
* @remarks
|
|
34833
|
+
* This parameter is required.
|
|
34834
|
+
*
|
|
34835
|
+
* @example
|
|
34836
|
+
* 123456****
|
|
34837
|
+
*/
|
|
34838
|
+
siteId?: number;
|
|
34839
|
+
static names(): {
|
|
34840
|
+
[key: string]: string;
|
|
34841
|
+
};
|
|
34842
|
+
static types(): {
|
|
34843
|
+
[key: string]: any;
|
|
34844
|
+
};
|
|
34845
|
+
validate(): void;
|
|
34846
|
+
constructor(map?: {
|
|
34847
|
+
[key: string]: any;
|
|
34848
|
+
});
|
|
34849
|
+
}
|
|
34850
|
+
export declare class GetRoutineRouteResponseBody extends $dara.Model {
|
|
34851
|
+
/**
|
|
34852
|
+
* @example
|
|
34853
|
+
* on
|
|
34854
|
+
*/
|
|
34855
|
+
bypass?: string;
|
|
34856
|
+
/**
|
|
34857
|
+
* @example
|
|
34858
|
+
* 352816******
|
|
34859
|
+
*/
|
|
34860
|
+
configId?: number;
|
|
34861
|
+
/**
|
|
34862
|
+
* @example
|
|
34863
|
+
* global
|
|
34864
|
+
*/
|
|
34865
|
+
configType?: string;
|
|
34866
|
+
/**
|
|
34867
|
+
* @example
|
|
34868
|
+
* simple
|
|
34869
|
+
*/
|
|
34870
|
+
mode?: string;
|
|
34871
|
+
/**
|
|
34872
|
+
* @example
|
|
34873
|
+
* 36af3fcc-43d0-441c-86b1-428951dc8225
|
|
34874
|
+
*/
|
|
34875
|
+
requestId?: string;
|
|
34876
|
+
/**
|
|
34877
|
+
* @example
|
|
34878
|
+
* on
|
|
34879
|
+
*/
|
|
34880
|
+
routeEnable?: string;
|
|
34881
|
+
/**
|
|
34882
|
+
* @example
|
|
34883
|
+
* test_route
|
|
34884
|
+
*/
|
|
34885
|
+
routeName?: string;
|
|
34886
|
+
/**
|
|
34887
|
+
* @example
|
|
34888
|
+
* test-routine1
|
|
34889
|
+
*/
|
|
34890
|
+
routineName?: string;
|
|
34891
|
+
/**
|
|
34892
|
+
* @example
|
|
34893
|
+
* (http.host eq \\"video.example.com\\")
|
|
34894
|
+
*/
|
|
34895
|
+
rule?: string;
|
|
34896
|
+
/**
|
|
34897
|
+
* @example
|
|
34898
|
+
* 1
|
|
34899
|
+
*/
|
|
34900
|
+
sequence?: number;
|
|
34901
|
+
/**
|
|
34902
|
+
* @example
|
|
34903
|
+
* 0
|
|
34904
|
+
*/
|
|
34905
|
+
siteVersion?: number;
|
|
34906
|
+
static names(): {
|
|
34907
|
+
[key: string]: string;
|
|
34908
|
+
};
|
|
34909
|
+
static types(): {
|
|
34910
|
+
[key: string]: any;
|
|
34911
|
+
};
|
|
34912
|
+
validate(): void;
|
|
34913
|
+
constructor(map?: {
|
|
34914
|
+
[key: string]: any;
|
|
34915
|
+
});
|
|
34916
|
+
}
|
|
34917
|
+
export declare class GetRoutineRouteResponse extends $dara.Model {
|
|
34918
|
+
headers?: {
|
|
34919
|
+
[key: string]: string;
|
|
34920
|
+
};
|
|
34921
|
+
statusCode?: number;
|
|
34922
|
+
body?: GetRoutineRouteResponseBody;
|
|
34923
|
+
static names(): {
|
|
34924
|
+
[key: string]: string;
|
|
34925
|
+
};
|
|
34926
|
+
static types(): {
|
|
34927
|
+
[key: string]: any;
|
|
34928
|
+
};
|
|
34929
|
+
validate(): void;
|
|
34930
|
+
constructor(map?: {
|
|
34931
|
+
[key: string]: any;
|
|
34932
|
+
});
|
|
34933
|
+
}
|
|
34346
34934
|
export declare class GetRoutineStagingCodeUploadInfoRequest extends $dara.Model {
|
|
34347
34935
|
/**
|
|
34348
34936
|
* @remarks
|
|
@@ -36299,7 +36887,7 @@ export declare class GetWafRuleResponse extends $dara.Model {
|
|
|
36299
36887
|
export declare class GetWafRulesetRequest extends $dara.Model {
|
|
36300
36888
|
/**
|
|
36301
36889
|
* @remarks
|
|
36302
|
-
* The ID of the WAF ruleset, which can be obtained by calling the
|
|
36890
|
+
* The ID of the WAF ruleset, which can be obtained by calling the ListWafRulesets interface.
|
|
36303
36891
|
*
|
|
36304
36892
|
* @example
|
|
36305
36893
|
* 10000001
|
|
@@ -36855,6 +37443,67 @@ export declare class ListCertificatesResponse extends $dara.Model {
|
|
|
36855
37443
|
[key: string]: any;
|
|
36856
37444
|
});
|
|
36857
37445
|
}
|
|
37446
|
+
export declare class ListCertificatesByRecordRequest extends $dara.Model {
|
|
37447
|
+
detail?: boolean;
|
|
37448
|
+
/**
|
|
37449
|
+
* @remarks
|
|
37450
|
+
* This parameter is required.
|
|
37451
|
+
*/
|
|
37452
|
+
recordName?: string;
|
|
37453
|
+
/**
|
|
37454
|
+
* @remarks
|
|
37455
|
+
* This parameter is required.
|
|
37456
|
+
*
|
|
37457
|
+
* @example
|
|
37458
|
+
* 1234567890123
|
|
37459
|
+
*/
|
|
37460
|
+
siteId?: number;
|
|
37461
|
+
validOnly?: boolean;
|
|
37462
|
+
static names(): {
|
|
37463
|
+
[key: string]: string;
|
|
37464
|
+
};
|
|
37465
|
+
static types(): {
|
|
37466
|
+
[key: string]: any;
|
|
37467
|
+
};
|
|
37468
|
+
validate(): void;
|
|
37469
|
+
constructor(map?: {
|
|
37470
|
+
[key: string]: any;
|
|
37471
|
+
});
|
|
37472
|
+
}
|
|
37473
|
+
export declare class ListCertificatesByRecordResponseBody extends $dara.Model {
|
|
37474
|
+
requestId?: string;
|
|
37475
|
+
result?: ListCertificatesByRecordResponseBodyResult[];
|
|
37476
|
+
siteId?: number;
|
|
37477
|
+
siteName?: string;
|
|
37478
|
+
totalCount?: number;
|
|
37479
|
+
static names(): {
|
|
37480
|
+
[key: string]: string;
|
|
37481
|
+
};
|
|
37482
|
+
static types(): {
|
|
37483
|
+
[key: string]: any;
|
|
37484
|
+
};
|
|
37485
|
+
validate(): void;
|
|
37486
|
+
constructor(map?: {
|
|
37487
|
+
[key: string]: any;
|
|
37488
|
+
});
|
|
37489
|
+
}
|
|
37490
|
+
export declare class ListCertificatesByRecordResponse extends $dara.Model {
|
|
37491
|
+
headers?: {
|
|
37492
|
+
[key: string]: string;
|
|
37493
|
+
};
|
|
37494
|
+
statusCode?: number;
|
|
37495
|
+
body?: ListCertificatesByRecordResponseBody;
|
|
37496
|
+
static names(): {
|
|
37497
|
+
[key: string]: string;
|
|
37498
|
+
};
|
|
37499
|
+
static types(): {
|
|
37500
|
+
[key: string]: any;
|
|
37501
|
+
};
|
|
37502
|
+
validate(): void;
|
|
37503
|
+
constructor(map?: {
|
|
37504
|
+
[key: string]: any;
|
|
37505
|
+
});
|
|
37506
|
+
}
|
|
36858
37507
|
export declare class ListCiphersRequest extends $dara.Model {
|
|
36859
37508
|
/**
|
|
36860
37509
|
* @remarks
|
|
@@ -41085,20 +41734,110 @@ export declare class ListRoutineCanaryAreasResponse extends $dara.Model {
|
|
|
41085
41734
|
[key: string]: any;
|
|
41086
41735
|
});
|
|
41087
41736
|
}
|
|
41088
|
-
export declare class
|
|
41737
|
+
export declare class ListRoutineRelatedRecordsRequest extends $dara.Model {
|
|
41089
41738
|
/**
|
|
41090
41739
|
* @remarks
|
|
41091
|
-
*
|
|
41740
|
+
* This parameter is required.
|
|
41092
41741
|
*
|
|
41093
41742
|
* @example
|
|
41094
|
-
*
|
|
41743
|
+
* test
|
|
41744
|
+
*/
|
|
41745
|
+
name?: string;
|
|
41746
|
+
/**
|
|
41747
|
+
* @example
|
|
41748
|
+
* 1
|
|
41749
|
+
*/
|
|
41750
|
+
pageNumber?: number;
|
|
41751
|
+
/**
|
|
41752
|
+
* @example
|
|
41753
|
+
* 20
|
|
41754
|
+
*/
|
|
41755
|
+
pageSize?: number;
|
|
41756
|
+
/**
|
|
41757
|
+
* @example
|
|
41758
|
+
* hello
|
|
41759
|
+
*/
|
|
41760
|
+
searchKeyWord?: string;
|
|
41761
|
+
static names(): {
|
|
41762
|
+
[key: string]: string;
|
|
41763
|
+
};
|
|
41764
|
+
static types(): {
|
|
41765
|
+
[key: string]: any;
|
|
41766
|
+
};
|
|
41767
|
+
validate(): void;
|
|
41768
|
+
constructor(map?: {
|
|
41769
|
+
[key: string]: any;
|
|
41770
|
+
});
|
|
41771
|
+
}
|
|
41772
|
+
export declare class ListRoutineRelatedRecordsResponseBody extends $dara.Model {
|
|
41773
|
+
/**
|
|
41774
|
+
* @example
|
|
41775
|
+
* 1
|
|
41776
|
+
*/
|
|
41777
|
+
pageNumber?: number;
|
|
41778
|
+
/**
|
|
41779
|
+
* @example
|
|
41780
|
+
* 20
|
|
41781
|
+
*/
|
|
41782
|
+
pageSize?: number;
|
|
41783
|
+
relatedRecords?: ListRoutineRelatedRecordsResponseBodyRelatedRecords[];
|
|
41784
|
+
/**
|
|
41785
|
+
* @example
|
|
41786
|
+
* 15C66C7B-671A-4297-9187-2C4477247A74
|
|
41095
41787
|
*/
|
|
41096
41788
|
requestId?: string;
|
|
41789
|
+
/**
|
|
41790
|
+
* @example
|
|
41791
|
+
* 16
|
|
41792
|
+
*/
|
|
41793
|
+
totalCount?: number;
|
|
41794
|
+
static names(): {
|
|
41795
|
+
[key: string]: string;
|
|
41796
|
+
};
|
|
41797
|
+
static types(): {
|
|
41798
|
+
[key: string]: any;
|
|
41799
|
+
};
|
|
41800
|
+
validate(): void;
|
|
41801
|
+
constructor(map?: {
|
|
41802
|
+
[key: string]: any;
|
|
41803
|
+
});
|
|
41804
|
+
}
|
|
41805
|
+
export declare class ListRoutineRelatedRecordsResponse extends $dara.Model {
|
|
41806
|
+
headers?: {
|
|
41807
|
+
[key: string]: string;
|
|
41808
|
+
};
|
|
41809
|
+
statusCode?: number;
|
|
41810
|
+
body?: ListRoutineRelatedRecordsResponseBody;
|
|
41811
|
+
static names(): {
|
|
41812
|
+
[key: string]: string;
|
|
41813
|
+
};
|
|
41814
|
+
static types(): {
|
|
41815
|
+
[key: string]: any;
|
|
41816
|
+
};
|
|
41817
|
+
validate(): void;
|
|
41818
|
+
constructor(map?: {
|
|
41819
|
+
[key: string]: any;
|
|
41820
|
+
});
|
|
41821
|
+
}
|
|
41822
|
+
export declare class ListRoutineRoutesRequest extends $dara.Model {
|
|
41823
|
+
/**
|
|
41824
|
+
* @example
|
|
41825
|
+
* 1
|
|
41826
|
+
*/
|
|
41827
|
+
pageNumber?: number;
|
|
41828
|
+
/**
|
|
41829
|
+
* @example
|
|
41830
|
+
* 10
|
|
41831
|
+
*/
|
|
41832
|
+
pageSize?: number;
|
|
41097
41833
|
/**
|
|
41098
41834
|
* @remarks
|
|
41099
|
-
*
|
|
41835
|
+
* This parameter is required.
|
|
41836
|
+
*
|
|
41837
|
+
* @example
|
|
41838
|
+
* test-routine1
|
|
41100
41839
|
*/
|
|
41101
|
-
|
|
41840
|
+
routineName?: string;
|
|
41102
41841
|
static names(): {
|
|
41103
41842
|
[key: string]: string;
|
|
41104
41843
|
};
|
|
@@ -41110,12 +41849,50 @@ export declare class ListRoutineOptionalSpecsResponseBody extends $dara.Model {
|
|
|
41110
41849
|
[key: string]: any;
|
|
41111
41850
|
});
|
|
41112
41851
|
}
|
|
41113
|
-
export declare class
|
|
41852
|
+
export declare class ListRoutineRoutesResponseBody extends $dara.Model {
|
|
41853
|
+
configs?: ListRoutineRoutesResponseBodyConfigs[];
|
|
41854
|
+
/**
|
|
41855
|
+
* @example
|
|
41856
|
+
* 1
|
|
41857
|
+
*/
|
|
41858
|
+
pageNumber?: number;
|
|
41859
|
+
/**
|
|
41860
|
+
* @example
|
|
41861
|
+
* 20
|
|
41862
|
+
*/
|
|
41863
|
+
pageSize?: number;
|
|
41864
|
+
/**
|
|
41865
|
+
* @example
|
|
41866
|
+
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
41867
|
+
*/
|
|
41868
|
+
requestId?: string;
|
|
41869
|
+
/**
|
|
41870
|
+
* @example
|
|
41871
|
+
* 83
|
|
41872
|
+
*/
|
|
41873
|
+
totalCount?: number;
|
|
41874
|
+
/**
|
|
41875
|
+
* @example
|
|
41876
|
+
* 2
|
|
41877
|
+
*/
|
|
41878
|
+
totalPage?: number;
|
|
41879
|
+
static names(): {
|
|
41880
|
+
[key: string]: string;
|
|
41881
|
+
};
|
|
41882
|
+
static types(): {
|
|
41883
|
+
[key: string]: any;
|
|
41884
|
+
};
|
|
41885
|
+
validate(): void;
|
|
41886
|
+
constructor(map?: {
|
|
41887
|
+
[key: string]: any;
|
|
41888
|
+
});
|
|
41889
|
+
}
|
|
41890
|
+
export declare class ListRoutineRoutesResponse extends $dara.Model {
|
|
41114
41891
|
headers?: {
|
|
41115
41892
|
[key: string]: string;
|
|
41116
41893
|
};
|
|
41117
41894
|
statusCode?: number;
|
|
41118
|
-
body?:
|
|
41895
|
+
body?: ListRoutineRoutesResponseBody;
|
|
41119
41896
|
static names(): {
|
|
41120
41897
|
[key: string]: string;
|
|
41121
41898
|
};
|
|
@@ -41420,6 +42197,106 @@ export declare class ListSiteDeliveryTasksResponse extends $dara.Model {
|
|
|
41420
42197
|
[key: string]: any;
|
|
41421
42198
|
});
|
|
41422
42199
|
}
|
|
42200
|
+
export declare class ListSiteRoutesRequest extends $dara.Model {
|
|
42201
|
+
/**
|
|
42202
|
+
* @example
|
|
42203
|
+
* 35281609698****
|
|
42204
|
+
*/
|
|
42205
|
+
configId?: number;
|
|
42206
|
+
/**
|
|
42207
|
+
* @example
|
|
42208
|
+
* global
|
|
42209
|
+
*/
|
|
42210
|
+
configType?: string;
|
|
42211
|
+
/**
|
|
42212
|
+
* @example
|
|
42213
|
+
* 1
|
|
42214
|
+
*/
|
|
42215
|
+
pageNumber?: number;
|
|
42216
|
+
/**
|
|
42217
|
+
* @example
|
|
42218
|
+
* 20
|
|
42219
|
+
*/
|
|
42220
|
+
pageSize?: number;
|
|
42221
|
+
/**
|
|
42222
|
+
* @example
|
|
42223
|
+
* test_route
|
|
42224
|
+
*/
|
|
42225
|
+
routeName?: string;
|
|
42226
|
+
/**
|
|
42227
|
+
* @remarks
|
|
42228
|
+
* This parameter is required.
|
|
42229
|
+
*
|
|
42230
|
+
* @example
|
|
42231
|
+
* 123456****
|
|
42232
|
+
*/
|
|
42233
|
+
siteId?: number;
|
|
42234
|
+
static names(): {
|
|
42235
|
+
[key: string]: string;
|
|
42236
|
+
};
|
|
42237
|
+
static types(): {
|
|
42238
|
+
[key: string]: any;
|
|
42239
|
+
};
|
|
42240
|
+
validate(): void;
|
|
42241
|
+
constructor(map?: {
|
|
42242
|
+
[key: string]: any;
|
|
42243
|
+
});
|
|
42244
|
+
}
|
|
42245
|
+
export declare class ListSiteRoutesResponseBody extends $dara.Model {
|
|
42246
|
+
configs?: ListSiteRoutesResponseBodyConfigs[];
|
|
42247
|
+
/**
|
|
42248
|
+
* @example
|
|
42249
|
+
* 1
|
|
42250
|
+
*/
|
|
42251
|
+
pageNumber?: number;
|
|
42252
|
+
/**
|
|
42253
|
+
* @example
|
|
42254
|
+
* 10
|
|
42255
|
+
*/
|
|
42256
|
+
pageSize?: number;
|
|
42257
|
+
/**
|
|
42258
|
+
* @example
|
|
42259
|
+
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
42260
|
+
*/
|
|
42261
|
+
requestId?: string;
|
|
42262
|
+
/**
|
|
42263
|
+
* @example
|
|
42264
|
+
* 16
|
|
42265
|
+
*/
|
|
42266
|
+
totalCount?: number;
|
|
42267
|
+
/**
|
|
42268
|
+
* @example
|
|
42269
|
+
* 10
|
|
42270
|
+
*/
|
|
42271
|
+
totalPage?: number;
|
|
42272
|
+
static names(): {
|
|
42273
|
+
[key: string]: string;
|
|
42274
|
+
};
|
|
42275
|
+
static types(): {
|
|
42276
|
+
[key: string]: any;
|
|
42277
|
+
};
|
|
42278
|
+
validate(): void;
|
|
42279
|
+
constructor(map?: {
|
|
42280
|
+
[key: string]: any;
|
|
42281
|
+
});
|
|
42282
|
+
}
|
|
42283
|
+
export declare class ListSiteRoutesResponse extends $dara.Model {
|
|
42284
|
+
headers?: {
|
|
42285
|
+
[key: string]: string;
|
|
42286
|
+
};
|
|
42287
|
+
statusCode?: number;
|
|
42288
|
+
body?: ListSiteRoutesResponseBody;
|
|
42289
|
+
static names(): {
|
|
42290
|
+
[key: string]: string;
|
|
42291
|
+
};
|
|
42292
|
+
static types(): {
|
|
42293
|
+
[key: string]: any;
|
|
42294
|
+
};
|
|
42295
|
+
validate(): void;
|
|
42296
|
+
constructor(map?: {
|
|
42297
|
+
[key: string]: any;
|
|
42298
|
+
});
|
|
42299
|
+
}
|
|
41423
42300
|
export declare class ListSitesRequest extends $dara.Model {
|
|
41424
42301
|
/**
|
|
41425
42302
|
* @remarks
|
|
@@ -42213,6 +43090,65 @@ export declare class ListUserRatePlanInstancesResponse extends $dara.Model {
|
|
|
42213
43090
|
[key: string]: any;
|
|
42214
43091
|
});
|
|
42215
43092
|
}
|
|
43093
|
+
export declare class ListUserRoutinesRequest extends $dara.Model {
|
|
43094
|
+
/**
|
|
43095
|
+
* @example
|
|
43096
|
+
* ListUserRoutines
|
|
43097
|
+
*/
|
|
43098
|
+
pageNumber?: number;
|
|
43099
|
+
pageSize?: number;
|
|
43100
|
+
searchKeyWord?: string;
|
|
43101
|
+
static names(): {
|
|
43102
|
+
[key: string]: string;
|
|
43103
|
+
};
|
|
43104
|
+
static types(): {
|
|
43105
|
+
[key: string]: any;
|
|
43106
|
+
};
|
|
43107
|
+
validate(): void;
|
|
43108
|
+
constructor(map?: {
|
|
43109
|
+
[key: string]: any;
|
|
43110
|
+
});
|
|
43111
|
+
}
|
|
43112
|
+
export declare class ListUserRoutinesResponseBody extends $dara.Model {
|
|
43113
|
+
pageNumber?: number;
|
|
43114
|
+
pageSize?: number;
|
|
43115
|
+
quotaRoutineNumber?: number;
|
|
43116
|
+
/**
|
|
43117
|
+
* @remarks
|
|
43118
|
+
* Id of the request
|
|
43119
|
+
*/
|
|
43120
|
+
requestId?: string;
|
|
43121
|
+
routines?: ListUserRoutinesResponseBodyRoutines[];
|
|
43122
|
+
totalCount?: number;
|
|
43123
|
+
usedRoutineNumber?: number;
|
|
43124
|
+
static names(): {
|
|
43125
|
+
[key: string]: string;
|
|
43126
|
+
};
|
|
43127
|
+
static types(): {
|
|
43128
|
+
[key: string]: any;
|
|
43129
|
+
};
|
|
43130
|
+
validate(): void;
|
|
43131
|
+
constructor(map?: {
|
|
43132
|
+
[key: string]: any;
|
|
43133
|
+
});
|
|
43134
|
+
}
|
|
43135
|
+
export declare class ListUserRoutinesResponse extends $dara.Model {
|
|
43136
|
+
headers?: {
|
|
43137
|
+
[key: string]: string;
|
|
43138
|
+
};
|
|
43139
|
+
statusCode?: number;
|
|
43140
|
+
body?: ListUserRoutinesResponseBody;
|
|
43141
|
+
static names(): {
|
|
43142
|
+
[key: string]: string;
|
|
43143
|
+
};
|
|
43144
|
+
static types(): {
|
|
43145
|
+
[key: string]: any;
|
|
43146
|
+
};
|
|
43147
|
+
validate(): void;
|
|
43148
|
+
constructor(map?: {
|
|
43149
|
+
[key: string]: any;
|
|
43150
|
+
});
|
|
43151
|
+
}
|
|
42216
43152
|
export declare class ListWafManagedRulesRequest extends $dara.Model {
|
|
42217
43153
|
/**
|
|
42218
43154
|
* @remarks
|
|
@@ -43704,72 +44640,6 @@ export declare class PublishEdgeContainerAppVersionResponse extends $dara.Model
|
|
|
43704
44640
|
});
|
|
43705
44641
|
}
|
|
43706
44642
|
export declare class PublishRoutineCodeVersionRequest extends $dara.Model {
|
|
43707
|
-
/**
|
|
43708
|
-
* @remarks
|
|
43709
|
-
* The regions for canary release.
|
|
43710
|
-
*/
|
|
43711
|
-
canaryAreaList?: string[];
|
|
43712
|
-
/**
|
|
43713
|
-
* @remarks
|
|
43714
|
-
* The version number for canary release.
|
|
43715
|
-
*
|
|
43716
|
-
* @example
|
|
43717
|
-
* 1710120201067203242
|
|
43718
|
-
*/
|
|
43719
|
-
canaryCodeVersion?: string;
|
|
43720
|
-
/**
|
|
43721
|
-
* @remarks
|
|
43722
|
-
* The code version to be released.
|
|
43723
|
-
*
|
|
43724
|
-
* @example
|
|
43725
|
-
* 1710120201067203242
|
|
43726
|
-
*/
|
|
43727
|
-
codeVersion?: string;
|
|
43728
|
-
/**
|
|
43729
|
-
* @remarks
|
|
43730
|
-
* The environment name.
|
|
43731
|
-
*
|
|
43732
|
-
* This parameter is required.
|
|
43733
|
-
*
|
|
43734
|
-
* @example
|
|
43735
|
-
* production
|
|
43736
|
-
*/
|
|
43737
|
-
env?: string;
|
|
43738
|
-
/**
|
|
43739
|
-
* @remarks
|
|
43740
|
-
* The routine name.
|
|
43741
|
-
*
|
|
43742
|
-
* This parameter is required.
|
|
43743
|
-
*
|
|
43744
|
-
* @example
|
|
43745
|
-
* PublishRoutineCodeVersion
|
|
43746
|
-
*/
|
|
43747
|
-
name?: string;
|
|
43748
|
-
static names(): {
|
|
43749
|
-
[key: string]: string;
|
|
43750
|
-
};
|
|
43751
|
-
static types(): {
|
|
43752
|
-
[key: string]: any;
|
|
43753
|
-
};
|
|
43754
|
-
validate(): void;
|
|
43755
|
-
constructor(map?: {
|
|
43756
|
-
[key: string]: any;
|
|
43757
|
-
});
|
|
43758
|
-
}
|
|
43759
|
-
export declare class PublishRoutineCodeVersionShrinkRequest extends $dara.Model {
|
|
43760
|
-
/**
|
|
43761
|
-
* @remarks
|
|
43762
|
-
* The regions for canary release.
|
|
43763
|
-
*/
|
|
43764
|
-
canaryAreaListShrink?: string;
|
|
43765
|
-
/**
|
|
43766
|
-
* @remarks
|
|
43767
|
-
* The version number for canary release.
|
|
43768
|
-
*
|
|
43769
|
-
* @example
|
|
43770
|
-
* 1710120201067203242
|
|
43771
|
-
*/
|
|
43772
|
-
canaryCodeVersion?: string;
|
|
43773
44643
|
/**
|
|
43774
44644
|
* @remarks
|
|
43775
44645
|
* The code version to be released.
|
|
@@ -44886,6 +45756,7 @@ export declare class RollbackEdgeContainerAppVersionRequest extends $dara.Model
|
|
|
44886
45756
|
* app-88068867578379****
|
|
44887
45757
|
*/
|
|
44888
45758
|
appId?: string;
|
|
45759
|
+
percentage?: number;
|
|
44889
45760
|
/**
|
|
44890
45761
|
* @remarks
|
|
44891
45762
|
* The remarks.
|
|
@@ -44894,6 +45765,7 @@ export declare class RollbackEdgeContainerAppVersionRequest extends $dara.Model
|
|
|
44894
45765
|
* test rollback app
|
|
44895
45766
|
*/
|
|
44896
45767
|
remarks?: string;
|
|
45768
|
+
usedPercent?: boolean;
|
|
44897
45769
|
/**
|
|
44898
45770
|
* @remarks
|
|
44899
45771
|
* The ID of version that you want to roll back.
|
|
@@ -49860,6 +50732,98 @@ export declare class UpdateRewriteUrlRuleResponse extends $dara.Model {
|
|
|
49860
50732
|
[key: string]: any;
|
|
49861
50733
|
});
|
|
49862
50734
|
}
|
|
50735
|
+
export declare class UpdateRoutineRouteRequest extends $dara.Model {
|
|
50736
|
+
/**
|
|
50737
|
+
* @example
|
|
50738
|
+
* on
|
|
50739
|
+
*/
|
|
50740
|
+
bypass?: string;
|
|
50741
|
+
/**
|
|
50742
|
+
* @remarks
|
|
50743
|
+
* This parameter is required.
|
|
50744
|
+
*
|
|
50745
|
+
* @example
|
|
50746
|
+
* 35281609698****
|
|
50747
|
+
*/
|
|
50748
|
+
configId?: number;
|
|
50749
|
+
/**
|
|
50750
|
+
* @example
|
|
50751
|
+
* on
|
|
50752
|
+
*/
|
|
50753
|
+
routeEnable?: string;
|
|
50754
|
+
/**
|
|
50755
|
+
* @example
|
|
50756
|
+
* test_route
|
|
50757
|
+
*/
|
|
50758
|
+
routeName?: string;
|
|
50759
|
+
/**
|
|
50760
|
+
* @example
|
|
50761
|
+
* test-routine1
|
|
50762
|
+
*/
|
|
50763
|
+
routineName?: string;
|
|
50764
|
+
/**
|
|
50765
|
+
* @example
|
|
50766
|
+
* (http.host eq \\"video.example.com\\")
|
|
50767
|
+
*/
|
|
50768
|
+
rule?: string;
|
|
50769
|
+
/**
|
|
50770
|
+
* @example
|
|
50771
|
+
* 1
|
|
50772
|
+
*/
|
|
50773
|
+
sequence?: number;
|
|
50774
|
+
/**
|
|
50775
|
+
* @remarks
|
|
50776
|
+
* This parameter is required.
|
|
50777
|
+
*
|
|
50778
|
+
* @example
|
|
50779
|
+
* 123456******
|
|
50780
|
+
*/
|
|
50781
|
+
siteId?: number;
|
|
50782
|
+
static names(): {
|
|
50783
|
+
[key: string]: string;
|
|
50784
|
+
};
|
|
50785
|
+
static types(): {
|
|
50786
|
+
[key: string]: any;
|
|
50787
|
+
};
|
|
50788
|
+
validate(): void;
|
|
50789
|
+
constructor(map?: {
|
|
50790
|
+
[key: string]: any;
|
|
50791
|
+
});
|
|
50792
|
+
}
|
|
50793
|
+
export declare class UpdateRoutineRouteResponseBody extends $dara.Model {
|
|
50794
|
+
/**
|
|
50795
|
+
* @example
|
|
50796
|
+
* 34DCBC8A-****-****-****-6DAA11D7DDBD
|
|
50797
|
+
*/
|
|
50798
|
+
requestId?: string;
|
|
50799
|
+
static names(): {
|
|
50800
|
+
[key: string]: string;
|
|
50801
|
+
};
|
|
50802
|
+
static types(): {
|
|
50803
|
+
[key: string]: any;
|
|
50804
|
+
};
|
|
50805
|
+
validate(): void;
|
|
50806
|
+
constructor(map?: {
|
|
50807
|
+
[key: string]: any;
|
|
50808
|
+
});
|
|
50809
|
+
}
|
|
50810
|
+
export declare class UpdateRoutineRouteResponse extends $dara.Model {
|
|
50811
|
+
headers?: {
|
|
50812
|
+
[key: string]: string;
|
|
50813
|
+
};
|
|
50814
|
+
statusCode?: number;
|
|
50815
|
+
body?: UpdateRoutineRouteResponseBody;
|
|
50816
|
+
static names(): {
|
|
50817
|
+
[key: string]: string;
|
|
50818
|
+
};
|
|
50819
|
+
static types(): {
|
|
50820
|
+
[key: string]: any;
|
|
50821
|
+
};
|
|
50822
|
+
validate(): void;
|
|
50823
|
+
constructor(map?: {
|
|
50824
|
+
[key: string]: any;
|
|
50825
|
+
});
|
|
50826
|
+
}
|
|
49863
50827
|
export declare class UpdateScheduledPreloadExecutionRequest extends $dara.Model {
|
|
49864
50828
|
/**
|
|
49865
50829
|
* @remarks
|
|
@@ -51160,7 +52124,7 @@ export declare class UpdateWafRuleResponse extends $dara.Model {
|
|
|
51160
52124
|
export declare class UpdateWafRulesetRequest extends $dara.Model {
|
|
51161
52125
|
/**
|
|
51162
52126
|
* @remarks
|
|
51163
|
-
* ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/
|
|
52127
|
+
* ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2878359.html) interface.
|
|
51164
52128
|
*
|
|
51165
52129
|
* This parameter is required.
|
|
51166
52130
|
*
|
|
@@ -53693,6 +54657,21 @@ export default class Client extends OpenApi {
|
|
|
53693
54657
|
* @returns CreateRoutineRelatedRouteResponse
|
|
53694
54658
|
*/
|
|
53695
54659
|
createRoutineRelatedRoute(request: CreateRoutineRelatedRouteRequest): Promise<CreateRoutineRelatedRouteResponse>;
|
|
54660
|
+
/**
|
|
54661
|
+
* 新增边缘函数路由配置
|
|
54662
|
+
*
|
|
54663
|
+
* @param request - CreateRoutineRouteRequest
|
|
54664
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
54665
|
+
* @returns CreateRoutineRouteResponse
|
|
54666
|
+
*/
|
|
54667
|
+
createRoutineRouteWithOptions(request: CreateRoutineRouteRequest, runtime: $dara.RuntimeOptions): Promise<CreateRoutineRouteResponse>;
|
|
54668
|
+
/**
|
|
54669
|
+
* 新增边缘函数路由配置
|
|
54670
|
+
*
|
|
54671
|
+
* @param request - CreateRoutineRouteRequest
|
|
54672
|
+
* @returns CreateRoutineRouteResponse
|
|
54673
|
+
*/
|
|
54674
|
+
createRoutineRoute(request: CreateRoutineRouteRequest): Promise<CreateRoutineRouteResponse>;
|
|
53696
54675
|
/**
|
|
53697
54676
|
* Creates scheduled prefetch plans.
|
|
53698
54677
|
*
|
|
@@ -54418,6 +55397,21 @@ export default class Client extends OpenApi {
|
|
|
54418
55397
|
* @returns DeleteRoutineRelatedRouteResponse
|
|
54419
55398
|
*/
|
|
54420
55399
|
deleteRoutineRelatedRoute(request: DeleteRoutineRelatedRouteRequest): Promise<DeleteRoutineRelatedRouteResponse>;
|
|
55400
|
+
/**
|
|
55401
|
+
* 删除边缘函数路由配置
|
|
55402
|
+
*
|
|
55403
|
+
* @param request - DeleteRoutineRouteRequest
|
|
55404
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
55405
|
+
* @returns DeleteRoutineRouteResponse
|
|
55406
|
+
*/
|
|
55407
|
+
deleteRoutineRouteWithOptions(request: DeleteRoutineRouteRequest, runtime: $dara.RuntimeOptions): Promise<DeleteRoutineRouteResponse>;
|
|
55408
|
+
/**
|
|
55409
|
+
* 删除边缘函数路由配置
|
|
55410
|
+
*
|
|
55411
|
+
* @param request - DeleteRoutineRouteRequest
|
|
55412
|
+
* @returns DeleteRoutineRouteResponse
|
|
55413
|
+
*/
|
|
55414
|
+
deleteRoutineRoute(request: DeleteRoutineRouteRequest): Promise<DeleteRoutineRouteResponse>;
|
|
54421
55415
|
/**
|
|
54422
55416
|
* Deletes a scheduled prefetch plan based on the plan ID.
|
|
54423
55417
|
*
|
|
@@ -55182,6 +56176,21 @@ export default class Client extends OpenApi {
|
|
|
55182
56176
|
* @returns GetEdgeContainerTerminalResponse
|
|
55183
56177
|
*/
|
|
55184
56178
|
getEdgeContainerTerminal(request: GetEdgeContainerTerminalRequest): Promise<GetEdgeContainerTerminalResponse>;
|
|
56179
|
+
/**
|
|
56180
|
+
* Checks the status of Edge Routine.
|
|
56181
|
+
*
|
|
56182
|
+
* @param request - GetErServiceRequest
|
|
56183
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
56184
|
+
* @returns GetErServiceResponse
|
|
56185
|
+
*/
|
|
56186
|
+
getErServiceWithOptions(request: GetErServiceRequest, runtime: $dara.RuntimeOptions): Promise<GetErServiceResponse>;
|
|
56187
|
+
/**
|
|
56188
|
+
* Checks the status of Edge Routine.
|
|
56189
|
+
*
|
|
56190
|
+
* @param request - GetErServiceRequest
|
|
56191
|
+
* @returns GetErServiceResponse
|
|
56192
|
+
*/
|
|
56193
|
+
getErService(request: GetErServiceRequest): Promise<GetErServiceResponse>;
|
|
55185
56194
|
/**
|
|
55186
56195
|
* Query HTTP Request Header Rule Details
|
|
55187
56196
|
*
|
|
@@ -55576,6 +56585,21 @@ export default class Client extends OpenApi {
|
|
|
55576
56585
|
* @returns GetRoutineResponse
|
|
55577
56586
|
*/
|
|
55578
56587
|
getRoutine(request: GetRoutineRequest): Promise<GetRoutineResponse>;
|
|
56588
|
+
/**
|
|
56589
|
+
* 查询单条边缘函数路由配置
|
|
56590
|
+
*
|
|
56591
|
+
* @param request - GetRoutineRouteRequest
|
|
56592
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
56593
|
+
* @returns GetRoutineRouteResponse
|
|
56594
|
+
*/
|
|
56595
|
+
getRoutineRouteWithOptions(request: GetRoutineRouteRequest, runtime: $dara.RuntimeOptions): Promise<GetRoutineRouteResponse>;
|
|
56596
|
+
/**
|
|
56597
|
+
* 查询单条边缘函数路由配置
|
|
56598
|
+
*
|
|
56599
|
+
* @param request - GetRoutineRouteRequest
|
|
56600
|
+
* @returns GetRoutineRouteResponse
|
|
56601
|
+
*/
|
|
56602
|
+
getRoutineRoute(request: GetRoutineRouteRequest): Promise<GetRoutineRouteResponse>;
|
|
55579
56603
|
/**
|
|
55580
56604
|
* 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).
|
|
55581
56605
|
*
|
|
@@ -56012,6 +57036,21 @@ export default class Client extends OpenApi {
|
|
|
56012
57036
|
* @returns ListCertificatesResponse
|
|
56013
57037
|
*/
|
|
56014
57038
|
listCertificates(request: ListCertificatesRequest): Promise<ListCertificatesResponse>;
|
|
57039
|
+
/**
|
|
57040
|
+
* 查询匹配记录名的站点证书列表
|
|
57041
|
+
*
|
|
57042
|
+
* @param request - ListCertificatesByRecordRequest
|
|
57043
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
57044
|
+
* @returns ListCertificatesByRecordResponse
|
|
57045
|
+
*/
|
|
57046
|
+
listCertificatesByRecordWithOptions(request: ListCertificatesByRecordRequest, runtime: $dara.RuntimeOptions): Promise<ListCertificatesByRecordResponse>;
|
|
57047
|
+
/**
|
|
57048
|
+
* 查询匹配记录名的站点证书列表
|
|
57049
|
+
*
|
|
57050
|
+
* @param request - ListCertificatesByRecordRequest
|
|
57051
|
+
* @returns ListCertificatesByRecordResponse
|
|
57052
|
+
*/
|
|
57053
|
+
listCertificatesByRecord(request: ListCertificatesByRecordRequest): Promise<ListCertificatesByRecordResponse>;
|
|
56015
57054
|
/**
|
|
56016
57055
|
* Query TLS Cipher Suite List
|
|
56017
57056
|
*
|
|
@@ -56536,24 +57575,35 @@ export default class Client extends OpenApi {
|
|
|
56536
57575
|
*/
|
|
56537
57576
|
listRoutineCanaryAreas(): Promise<ListRoutineCanaryAreasResponse>;
|
|
56538
57577
|
/**
|
|
56539
|
-
*
|
|
57578
|
+
* 查询函数关联域名列表
|
|
56540
57579
|
*
|
|
56541
|
-
* @
|
|
56542
|
-
*
|
|
57580
|
+
* @param request - ListRoutineRelatedRecordsRequest
|
|
57581
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
57582
|
+
* @returns ListRoutineRelatedRecordsResponse
|
|
57583
|
+
*/
|
|
57584
|
+
listRoutineRelatedRecordsWithOptions(request: ListRoutineRelatedRecordsRequest, runtime: $dara.RuntimeOptions): Promise<ListRoutineRelatedRecordsResponse>;
|
|
57585
|
+
/**
|
|
57586
|
+
* 查询函数关联域名列表
|
|
56543
57587
|
*
|
|
56544
|
-
* @param request -
|
|
57588
|
+
* @param request - ListRoutineRelatedRecordsRequest
|
|
57589
|
+
* @returns ListRoutineRelatedRecordsResponse
|
|
57590
|
+
*/
|
|
57591
|
+
listRoutineRelatedRecords(request: ListRoutineRelatedRecordsRequest): Promise<ListRoutineRelatedRecordsResponse>;
|
|
57592
|
+
/**
|
|
57593
|
+
* 查询边缘程序的函数路由列表
|
|
57594
|
+
*
|
|
57595
|
+
* @param request - ListRoutineRoutesRequest
|
|
56545
57596
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
56546
|
-
* @returns
|
|
57597
|
+
* @returns ListRoutineRoutesResponse
|
|
56547
57598
|
*/
|
|
56548
|
-
|
|
57599
|
+
listRoutineRoutesWithOptions(request: ListRoutineRoutesRequest, runtime: $dara.RuntimeOptions): Promise<ListRoutineRoutesResponse>;
|
|
56549
57600
|
/**
|
|
56550
|
-
*
|
|
57601
|
+
* 查询边缘程序的函数路由列表
|
|
56551
57602
|
*
|
|
56552
|
-
* @
|
|
56553
|
-
*
|
|
56554
|
-
* @returns ListRoutineOptionalSpecsResponse
|
|
57603
|
+
* @param request - ListRoutineRoutesRequest
|
|
57604
|
+
* @returns ListRoutineRoutesResponse
|
|
56555
57605
|
*/
|
|
56556
|
-
|
|
57606
|
+
listRoutineRoutes(request: ListRoutineRoutesRequest): Promise<ListRoutineRoutesResponse>;
|
|
56557
57607
|
/**
|
|
56558
57608
|
* Lists the plans in a scheduled prefetch task by task ID.
|
|
56559
57609
|
*
|
|
@@ -56599,6 +57649,21 @@ export default class Client extends OpenApi {
|
|
|
56599
57649
|
* @returns ListSiteDeliveryTasksResponse
|
|
56600
57650
|
*/
|
|
56601
57651
|
listSiteDeliveryTasks(request: ListSiteDeliveryTasksRequest): Promise<ListSiteDeliveryTasksResponse>;
|
|
57652
|
+
/**
|
|
57653
|
+
* 查询站点的函数路由列表
|
|
57654
|
+
*
|
|
57655
|
+
* @param request - ListSiteRoutesRequest
|
|
57656
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
57657
|
+
* @returns ListSiteRoutesResponse
|
|
57658
|
+
*/
|
|
57659
|
+
listSiteRoutesWithOptions(request: ListSiteRoutesRequest, runtime: $dara.RuntimeOptions): Promise<ListSiteRoutesResponse>;
|
|
57660
|
+
/**
|
|
57661
|
+
* 查询站点的函数路由列表
|
|
57662
|
+
*
|
|
57663
|
+
* @param request - ListSiteRoutesRequest
|
|
57664
|
+
* @returns ListSiteRoutesResponse
|
|
57665
|
+
*/
|
|
57666
|
+
listSiteRoutes(request: ListSiteRoutesRequest): Promise<ListSiteRoutesResponse>;
|
|
56602
57667
|
/**
|
|
56603
57668
|
* Queries the information about websites in your account, such as the name, status, and configuration of each website.
|
|
56604
57669
|
*
|
|
@@ -56674,6 +57739,21 @@ export default class Client extends OpenApi {
|
|
|
56674
57739
|
* @returns ListUserRatePlanInstancesResponse
|
|
56675
57740
|
*/
|
|
56676
57741
|
listUserRatePlanInstances(request: ListUserRatePlanInstancesRequest): Promise<ListUserRatePlanInstancesResponse>;
|
|
57742
|
+
/**
|
|
57743
|
+
* 查询用户的Routine列表
|
|
57744
|
+
*
|
|
57745
|
+
* @param request - ListUserRoutinesRequest
|
|
57746
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
57747
|
+
* @returns ListUserRoutinesResponse
|
|
57748
|
+
*/
|
|
57749
|
+
listUserRoutinesWithOptions(request: ListUserRoutinesRequest, runtime: $dara.RuntimeOptions): Promise<ListUserRoutinesResponse>;
|
|
57750
|
+
/**
|
|
57751
|
+
* 查询用户的Routine列表
|
|
57752
|
+
*
|
|
57753
|
+
* @param request - ListUserRoutinesRequest
|
|
57754
|
+
* @returns ListUserRoutinesResponse
|
|
57755
|
+
*/
|
|
57756
|
+
listUserRoutines(request: ListUserRoutinesRequest): Promise<ListUserRoutinesResponse>;
|
|
56677
57757
|
/**
|
|
56678
57758
|
* List WAF Managed Rules
|
|
56679
57759
|
*
|
|
@@ -56860,11 +57940,11 @@ export default class Client extends OpenApi {
|
|
|
56860
57940
|
/**
|
|
56861
57941
|
* Releases a code version of a routine to the staging, canary, or production environment. You can specify the regions where the canary environment is deployed to release your code.
|
|
56862
57942
|
*
|
|
56863
|
-
* @param
|
|
57943
|
+
* @param request - PublishRoutineCodeVersionRequest
|
|
56864
57944
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
56865
57945
|
* @returns PublishRoutineCodeVersionResponse
|
|
56866
57946
|
*/
|
|
56867
|
-
publishRoutineCodeVersionWithOptions(
|
|
57947
|
+
publishRoutineCodeVersionWithOptions(request: PublishRoutineCodeVersionRequest, runtime: $dara.RuntimeOptions): Promise<PublishRoutineCodeVersionResponse>;
|
|
56868
57948
|
/**
|
|
56869
57949
|
* Releases a code version of a routine to the staging, canary, or production environment. You can specify the regions where the canary environment is deployed to release your code.
|
|
56870
57950
|
*
|
|
@@ -57671,6 +58751,21 @@ export default class Client extends OpenApi {
|
|
|
57671
58751
|
* @returns UpdateRewriteUrlRuleResponse
|
|
57672
58752
|
*/
|
|
57673
58753
|
updateRewriteUrlRule(request: UpdateRewriteUrlRuleRequest): Promise<UpdateRewriteUrlRuleResponse>;
|
|
58754
|
+
/**
|
|
58755
|
+
* 修改边缘函数路由配置
|
|
58756
|
+
*
|
|
58757
|
+
* @param request - UpdateRoutineRouteRequest
|
|
58758
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
58759
|
+
* @returns UpdateRoutineRouteResponse
|
|
58760
|
+
*/
|
|
58761
|
+
updateRoutineRouteWithOptions(request: UpdateRoutineRouteRequest, runtime: $dara.RuntimeOptions): Promise<UpdateRoutineRouteResponse>;
|
|
58762
|
+
/**
|
|
58763
|
+
* 修改边缘函数路由配置
|
|
58764
|
+
*
|
|
58765
|
+
* @param request - UpdateRoutineRouteRequest
|
|
58766
|
+
* @returns UpdateRoutineRouteResponse
|
|
58767
|
+
*/
|
|
58768
|
+
updateRoutineRoute(request: UpdateRoutineRouteRequest): Promise<UpdateRoutineRouteResponse>;
|
|
57674
58769
|
/**
|
|
57675
58770
|
* Updates a scheduled prefetch plan based on the plan ID.
|
|
57676
58771
|
*
|