@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/src/client.ts
CHANGED
|
@@ -2626,6 +2626,7 @@ export class CreateHttpRequestHeaderModificationRuleRequestRequestHeaderModifica
|
|
|
2626
2626
|
* add
|
|
2627
2627
|
*/
|
|
2628
2628
|
operation?: string;
|
|
2629
|
+
type?: string;
|
|
2629
2630
|
/**
|
|
2630
2631
|
* @remarks
|
|
2631
2632
|
* Request header value.
|
|
@@ -2638,6 +2639,7 @@ export class CreateHttpRequestHeaderModificationRuleRequestRequestHeaderModifica
|
|
|
2638
2639
|
return {
|
|
2639
2640
|
name: 'Name',
|
|
2640
2641
|
operation: 'Operation',
|
|
2642
|
+
type: 'Type',
|
|
2641
2643
|
value: 'Value',
|
|
2642
2644
|
};
|
|
2643
2645
|
}
|
|
@@ -2646,6 +2648,7 @@ export class CreateHttpRequestHeaderModificationRuleRequestRequestHeaderModifica
|
|
|
2646
2648
|
return {
|
|
2647
2649
|
name: 'string',
|
|
2648
2650
|
operation: 'string',
|
|
2651
|
+
type: 'string',
|
|
2649
2652
|
value: 'string',
|
|
2650
2653
|
};
|
|
2651
2654
|
}
|
|
@@ -2684,6 +2687,7 @@ export class CreateHttpResponseHeaderModificationRuleRequestResponseHeaderModifi
|
|
|
2684
2687
|
* add
|
|
2685
2688
|
*/
|
|
2686
2689
|
operation?: string;
|
|
2690
|
+
type?: string;
|
|
2687
2691
|
/**
|
|
2688
2692
|
* @remarks
|
|
2689
2693
|
* Response header value.
|
|
@@ -2696,6 +2700,7 @@ export class CreateHttpResponseHeaderModificationRuleRequestResponseHeaderModifi
|
|
|
2696
2700
|
return {
|
|
2697
2701
|
name: 'Name',
|
|
2698
2702
|
operation: 'Operation',
|
|
2703
|
+
type: 'Type',
|
|
2699
2704
|
value: 'Value',
|
|
2700
2705
|
};
|
|
2701
2706
|
}
|
|
@@ -2704,6 +2709,7 @@ export class CreateHttpResponseHeaderModificationRuleRequestResponseHeaderModifi
|
|
|
2704
2709
|
return {
|
|
2705
2710
|
name: 'string',
|
|
2706
2711
|
operation: 'string',
|
|
2712
|
+
type: 'string',
|
|
2707
2713
|
value: 'string',
|
|
2708
2714
|
};
|
|
2709
2715
|
}
|
|
@@ -7715,6 +7721,7 @@ export class GetHttpRequestHeaderModificationRuleResponseBodyRequestHeaderModifi
|
|
|
7715
7721
|
* add
|
|
7716
7722
|
*/
|
|
7717
7723
|
operation?: string;
|
|
7724
|
+
type?: string;
|
|
7718
7725
|
/**
|
|
7719
7726
|
* @remarks
|
|
7720
7727
|
* Request header value.
|
|
@@ -7727,6 +7734,7 @@ export class GetHttpRequestHeaderModificationRuleResponseBodyRequestHeaderModifi
|
|
|
7727
7734
|
return {
|
|
7728
7735
|
name: 'Name',
|
|
7729
7736
|
operation: 'Operation',
|
|
7737
|
+
type: 'Type',
|
|
7730
7738
|
value: 'Value',
|
|
7731
7739
|
};
|
|
7732
7740
|
}
|
|
@@ -7735,6 +7743,7 @@ export class GetHttpRequestHeaderModificationRuleResponseBodyRequestHeaderModifi
|
|
|
7735
7743
|
return {
|
|
7736
7744
|
name: 'string',
|
|
7737
7745
|
operation: 'string',
|
|
7746
|
+
type: 'string',
|
|
7738
7747
|
value: 'string',
|
|
7739
7748
|
};
|
|
7740
7749
|
}
|
|
@@ -7769,6 +7778,7 @@ export class GetHttpResponseHeaderModificationRuleResponseBodyResponseHeaderModi
|
|
|
7769
7778
|
* add
|
|
7770
7779
|
*/
|
|
7771
7780
|
operation?: string;
|
|
7781
|
+
type?: string;
|
|
7772
7782
|
/**
|
|
7773
7783
|
* @remarks
|
|
7774
7784
|
* Response header value.
|
|
@@ -7781,6 +7791,7 @@ export class GetHttpResponseHeaderModificationRuleResponseBodyResponseHeaderModi
|
|
|
7781
7791
|
return {
|
|
7782
7792
|
name: 'Name',
|
|
7783
7793
|
operation: 'Operation',
|
|
7794
|
+
type: 'Type',
|
|
7784
7795
|
value: 'Value',
|
|
7785
7796
|
};
|
|
7786
7797
|
}
|
|
@@ -7789,6 +7800,7 @@ export class GetHttpResponseHeaderModificationRuleResponseBodyResponseHeaderModi
|
|
|
7789
7800
|
return {
|
|
7790
7801
|
name: 'string',
|
|
7791
7802
|
operation: 'string',
|
|
7803
|
+
type: 'string',
|
|
7792
7804
|
value: 'string',
|
|
7793
7805
|
};
|
|
7794
7806
|
}
|
|
@@ -9760,21 +9772,12 @@ export class GetRoutineResponseBodyEnvs extends $dara.Model {
|
|
|
9760
9772
|
* production
|
|
9761
9773
|
*/
|
|
9762
9774
|
env?: string;
|
|
9763
|
-
/**
|
|
9764
|
-
* @remarks
|
|
9765
|
-
* The specification.
|
|
9766
|
-
*
|
|
9767
|
-
* @example
|
|
9768
|
-
* 5ms
|
|
9769
|
-
*/
|
|
9770
|
-
specName?: string;
|
|
9771
9775
|
static names(): { [key: string]: string } {
|
|
9772
9776
|
return {
|
|
9773
9777
|
canaryAreaList: 'CanaryAreaList',
|
|
9774
9778
|
canaryCodeVersion: 'CanaryCodeVersion',
|
|
9775
9779
|
codeVersion: 'CodeVersion',
|
|
9776
9780
|
env: 'Env',
|
|
9777
|
-
specName: 'SpecName',
|
|
9778
9781
|
};
|
|
9779
9782
|
}
|
|
9780
9783
|
|
|
@@ -9784,7 +9787,6 @@ export class GetRoutineResponseBodyEnvs extends $dara.Model {
|
|
|
9784
9787
|
canaryCodeVersion: 'string',
|
|
9785
9788
|
codeVersion: 'string',
|
|
9786
9789
|
env: 'string',
|
|
9787
|
-
specName: 'string',
|
|
9788
9790
|
};
|
|
9789
9791
|
}
|
|
9790
9792
|
|
|
@@ -11658,6 +11660,174 @@ export class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
11658
11660
|
}
|
|
11659
11661
|
}
|
|
11660
11662
|
|
|
11663
|
+
export class ListCertificatesByRecordResponseBodyResultCertificates extends $dara.Model {
|
|
11664
|
+
/**
|
|
11665
|
+
* @example
|
|
11666
|
+
* 30000137
|
|
11667
|
+
*/
|
|
11668
|
+
casId?: string;
|
|
11669
|
+
/**
|
|
11670
|
+
* @example
|
|
11671
|
+
* www.example.com
|
|
11672
|
+
*/
|
|
11673
|
+
commonName?: string;
|
|
11674
|
+
/**
|
|
11675
|
+
* @example
|
|
11676
|
+
* 2023-02-28 06:17:11
|
|
11677
|
+
*/
|
|
11678
|
+
createTime?: string;
|
|
11679
|
+
/**
|
|
11680
|
+
* @example
|
|
11681
|
+
* 1dc5fc9af4eead2570c70d94b416130baeb6d4429b51fd3557379588456aca66
|
|
11682
|
+
*/
|
|
11683
|
+
fingerprintSha256?: string;
|
|
11684
|
+
id?: string;
|
|
11685
|
+
/**
|
|
11686
|
+
* @example
|
|
11687
|
+
* GlobalSign nv-sa
|
|
11688
|
+
*/
|
|
11689
|
+
issuer?: string;
|
|
11690
|
+
/**
|
|
11691
|
+
* @example
|
|
11692
|
+
* GlobalSign Organization Validation CA - SHA256 - G3
|
|
11693
|
+
*/
|
|
11694
|
+
issuerCN?: string;
|
|
11695
|
+
name?: string;
|
|
11696
|
+
/**
|
|
11697
|
+
* @example
|
|
11698
|
+
* 2024-02-28 06:17:11
|
|
11699
|
+
*/
|
|
11700
|
+
notAfter?: string;
|
|
11701
|
+
/**
|
|
11702
|
+
* @example
|
|
11703
|
+
* 2023-02-28 06:17:11
|
|
11704
|
+
*/
|
|
11705
|
+
notBefore?: string;
|
|
11706
|
+
/**
|
|
11707
|
+
* @example
|
|
11708
|
+
* RSA
|
|
11709
|
+
*/
|
|
11710
|
+
pubAlg?: string;
|
|
11711
|
+
region?: string;
|
|
11712
|
+
/**
|
|
11713
|
+
* @example
|
|
11714
|
+
* www.example.com,*.example.com
|
|
11715
|
+
*/
|
|
11716
|
+
SAN?: string;
|
|
11717
|
+
/**
|
|
11718
|
+
* @example
|
|
11719
|
+
* baba39055622c008b90285a8838ed09a
|
|
11720
|
+
*/
|
|
11721
|
+
serialNumber?: string;
|
|
11722
|
+
/**
|
|
11723
|
+
* @example
|
|
11724
|
+
* SHA256-RSA
|
|
11725
|
+
*/
|
|
11726
|
+
sigAlg?: string;
|
|
11727
|
+
status?: string;
|
|
11728
|
+
/**
|
|
11729
|
+
* @example
|
|
11730
|
+
* free
|
|
11731
|
+
*/
|
|
11732
|
+
type?: string;
|
|
11733
|
+
/**
|
|
11734
|
+
* @example
|
|
11735
|
+
* 2023-02-28 06:17:11
|
|
11736
|
+
*/
|
|
11737
|
+
updateTime?: string;
|
|
11738
|
+
static names(): { [key: string]: string } {
|
|
11739
|
+
return {
|
|
11740
|
+
casId: 'CasId',
|
|
11741
|
+
commonName: 'CommonName',
|
|
11742
|
+
createTime: 'CreateTime',
|
|
11743
|
+
fingerprintSha256: 'FingerprintSha256',
|
|
11744
|
+
id: 'Id',
|
|
11745
|
+
issuer: 'Issuer',
|
|
11746
|
+
issuerCN: 'IssuerCN',
|
|
11747
|
+
name: 'Name',
|
|
11748
|
+
notAfter: 'NotAfter',
|
|
11749
|
+
notBefore: 'NotBefore',
|
|
11750
|
+
pubAlg: 'PubAlg',
|
|
11751
|
+
region: 'Region',
|
|
11752
|
+
SAN: 'SAN',
|
|
11753
|
+
serialNumber: 'SerialNumber',
|
|
11754
|
+
sigAlg: 'SigAlg',
|
|
11755
|
+
status: 'Status',
|
|
11756
|
+
type: 'Type',
|
|
11757
|
+
updateTime: 'UpdateTime',
|
|
11758
|
+
};
|
|
11759
|
+
}
|
|
11760
|
+
|
|
11761
|
+
static types(): { [key: string]: any } {
|
|
11762
|
+
return {
|
|
11763
|
+
casId: 'string',
|
|
11764
|
+
commonName: 'string',
|
|
11765
|
+
createTime: 'string',
|
|
11766
|
+
fingerprintSha256: 'string',
|
|
11767
|
+
id: 'string',
|
|
11768
|
+
issuer: 'string',
|
|
11769
|
+
issuerCN: 'string',
|
|
11770
|
+
name: 'string',
|
|
11771
|
+
notAfter: 'string',
|
|
11772
|
+
notBefore: 'string',
|
|
11773
|
+
pubAlg: 'string',
|
|
11774
|
+
region: 'string',
|
|
11775
|
+
SAN: 'string',
|
|
11776
|
+
serialNumber: 'string',
|
|
11777
|
+
sigAlg: 'string',
|
|
11778
|
+
status: 'string',
|
|
11779
|
+
type: 'string',
|
|
11780
|
+
updateTime: 'string',
|
|
11781
|
+
};
|
|
11782
|
+
}
|
|
11783
|
+
|
|
11784
|
+
validate() {
|
|
11785
|
+
super.validate();
|
|
11786
|
+
}
|
|
11787
|
+
|
|
11788
|
+
constructor(map?: { [key: string]: any }) {
|
|
11789
|
+
super(map);
|
|
11790
|
+
}
|
|
11791
|
+
}
|
|
11792
|
+
|
|
11793
|
+
export class ListCertificatesByRecordResponseBodyResult extends $dara.Model {
|
|
11794
|
+
applylingCount?: number;
|
|
11795
|
+
certificates?: ListCertificatesByRecordResponseBodyResultCertificates[];
|
|
11796
|
+
count?: number;
|
|
11797
|
+
recordName?: string;
|
|
11798
|
+
status?: string;
|
|
11799
|
+
static names(): { [key: string]: string } {
|
|
11800
|
+
return {
|
|
11801
|
+
applylingCount: 'ApplylingCount',
|
|
11802
|
+
certificates: 'Certificates',
|
|
11803
|
+
count: 'Count',
|
|
11804
|
+
recordName: 'RecordName',
|
|
11805
|
+
status: 'Status',
|
|
11806
|
+
};
|
|
11807
|
+
}
|
|
11808
|
+
|
|
11809
|
+
static types(): { [key: string]: any } {
|
|
11810
|
+
return {
|
|
11811
|
+
applylingCount: 'number',
|
|
11812
|
+
certificates: { 'type': 'array', 'itemType': ListCertificatesByRecordResponseBodyResultCertificates },
|
|
11813
|
+
count: 'number',
|
|
11814
|
+
recordName: 'string',
|
|
11815
|
+
status: 'string',
|
|
11816
|
+
};
|
|
11817
|
+
}
|
|
11818
|
+
|
|
11819
|
+
validate() {
|
|
11820
|
+
if(Array.isArray(this.certificates)) {
|
|
11821
|
+
$dara.Model.validateArray(this.certificates);
|
|
11822
|
+
}
|
|
11823
|
+
super.validate();
|
|
11824
|
+
}
|
|
11825
|
+
|
|
11826
|
+
constructor(map?: { [key: string]: any }) {
|
|
11827
|
+
super(map);
|
|
11828
|
+
}
|
|
11829
|
+
}
|
|
11830
|
+
|
|
11661
11831
|
export class ListClientCaCertificatesResponseBodyResult extends $dara.Model {
|
|
11662
11832
|
/**
|
|
11663
11833
|
* @remarks
|
|
@@ -13153,6 +13323,7 @@ export class ListHttpRequestHeaderModificationRulesResponseBodyConfigsRequestHea
|
|
|
13153
13323
|
* add
|
|
13154
13324
|
*/
|
|
13155
13325
|
operation?: string;
|
|
13326
|
+
type?: string;
|
|
13156
13327
|
/**
|
|
13157
13328
|
* @remarks
|
|
13158
13329
|
* The value of the request header.
|
|
@@ -13165,6 +13336,7 @@ export class ListHttpRequestHeaderModificationRulesResponseBodyConfigsRequestHea
|
|
|
13165
13336
|
return {
|
|
13166
13337
|
name: 'Name',
|
|
13167
13338
|
operation: 'Operation',
|
|
13339
|
+
type: 'Type',
|
|
13168
13340
|
value: 'Value',
|
|
13169
13341
|
};
|
|
13170
13342
|
}
|
|
@@ -13173,6 +13345,7 @@ export class ListHttpRequestHeaderModificationRulesResponseBodyConfigsRequestHea
|
|
|
13173
13345
|
return {
|
|
13174
13346
|
name: 'string',
|
|
13175
13347
|
operation: 'string',
|
|
13348
|
+
type: 'string',
|
|
13176
13349
|
value: 'string',
|
|
13177
13350
|
};
|
|
13178
13351
|
}
|
|
@@ -13312,6 +13485,7 @@ export class ListHttpResponseHeaderModificationRulesResponseBodyConfigsResponseH
|
|
|
13312
13485
|
* add
|
|
13313
13486
|
*/
|
|
13314
13487
|
operation?: string;
|
|
13488
|
+
type?: string;
|
|
13315
13489
|
/**
|
|
13316
13490
|
* @remarks
|
|
13317
13491
|
* Response header value.
|
|
@@ -13324,6 +13498,7 @@ export class ListHttpResponseHeaderModificationRulesResponseBodyConfigsResponseH
|
|
|
13324
13498
|
return {
|
|
13325
13499
|
name: 'Name',
|
|
13326
13500
|
operation: 'Operation',
|
|
13501
|
+
type: 'Type',
|
|
13327
13502
|
value: 'Value',
|
|
13328
13503
|
};
|
|
13329
13504
|
}
|
|
@@ -13332,6 +13507,7 @@ export class ListHttpResponseHeaderModificationRulesResponseBodyConfigsResponseH
|
|
|
13332
13507
|
return {
|
|
13333
13508
|
name: 'string',
|
|
13334
13509
|
operation: 'string',
|
|
13510
|
+
type: 'string',
|
|
13335
13511
|
value: 'string',
|
|
13336
13512
|
};
|
|
13337
13513
|
}
|
|
@@ -17240,37 +17416,146 @@ export class ListRewriteUrlRulesResponseBodyConfigs extends $dara.Model {
|
|
|
17240
17416
|
}
|
|
17241
17417
|
}
|
|
17242
17418
|
|
|
17243
|
-
export class
|
|
17419
|
+
export class ListRoutineRelatedRecordsResponseBodyRelatedRecords extends $dara.Model {
|
|
17244
17420
|
/**
|
|
17245
|
-
* @remarks
|
|
17246
|
-
* Indicates whether the specification is available. Valid values:
|
|
17247
|
-
*
|
|
17248
|
-
* * true
|
|
17249
|
-
* * false
|
|
17250
|
-
*
|
|
17251
17421
|
* @example
|
|
17252
|
-
*
|
|
17422
|
+
* 509348423011904
|
|
17253
17423
|
*/
|
|
17254
|
-
|
|
17424
|
+
recordId?: number;
|
|
17425
|
+
/**
|
|
17426
|
+
* @example
|
|
17427
|
+
* test-record-1.example.com
|
|
17428
|
+
*/
|
|
17429
|
+
recordName?: string;
|
|
17430
|
+
/**
|
|
17431
|
+
* @example
|
|
17432
|
+
* 54362329990032
|
|
17433
|
+
*/
|
|
17434
|
+
siteId?: number;
|
|
17435
|
+
/**
|
|
17436
|
+
* @example
|
|
17437
|
+
* example.com
|
|
17438
|
+
*/
|
|
17439
|
+
siteName?: string;
|
|
17440
|
+
static names(): { [key: string]: string } {
|
|
17441
|
+
return {
|
|
17442
|
+
recordId: 'RecordId',
|
|
17443
|
+
recordName: 'RecordName',
|
|
17444
|
+
siteId: 'SiteId',
|
|
17445
|
+
siteName: 'SiteName',
|
|
17446
|
+
};
|
|
17447
|
+
}
|
|
17448
|
+
|
|
17449
|
+
static types(): { [key: string]: any } {
|
|
17450
|
+
return {
|
|
17451
|
+
recordId: 'number',
|
|
17452
|
+
recordName: 'string',
|
|
17453
|
+
siteId: 'number',
|
|
17454
|
+
siteName: 'string',
|
|
17455
|
+
};
|
|
17456
|
+
}
|
|
17457
|
+
|
|
17458
|
+
validate() {
|
|
17459
|
+
super.validate();
|
|
17460
|
+
}
|
|
17461
|
+
|
|
17462
|
+
constructor(map?: { [key: string]: any }) {
|
|
17463
|
+
super(map);
|
|
17464
|
+
}
|
|
17465
|
+
}
|
|
17466
|
+
|
|
17467
|
+
export class ListRoutineRoutesResponseBodyConfigs extends $dara.Model {
|
|
17468
|
+
/**
|
|
17469
|
+
* @example
|
|
17470
|
+
* on
|
|
17471
|
+
*/
|
|
17472
|
+
bypass?: string;
|
|
17473
|
+
/**
|
|
17474
|
+
* @example
|
|
17475
|
+
* 35281609698****
|
|
17476
|
+
*/
|
|
17477
|
+
configId?: number;
|
|
17478
|
+
/**
|
|
17479
|
+
* @example
|
|
17480
|
+
* global
|
|
17481
|
+
*/
|
|
17482
|
+
configType?: string;
|
|
17483
|
+
/**
|
|
17484
|
+
* @example
|
|
17485
|
+
* simple
|
|
17486
|
+
*/
|
|
17487
|
+
mode?: string;
|
|
17488
|
+
/**
|
|
17489
|
+
* @example
|
|
17490
|
+
* on
|
|
17491
|
+
*/
|
|
17492
|
+
routeEnable?: string;
|
|
17493
|
+
/**
|
|
17494
|
+
* @example
|
|
17495
|
+
* test_route
|
|
17496
|
+
*/
|
|
17497
|
+
routeName?: string;
|
|
17498
|
+
/**
|
|
17499
|
+
* @example
|
|
17500
|
+
* test-routine1
|
|
17501
|
+
*/
|
|
17502
|
+
routineName?: string;
|
|
17503
|
+
/**
|
|
17504
|
+
* @example
|
|
17505
|
+
* (http.host eq \\"video.example.com\\")
|
|
17506
|
+
*/
|
|
17507
|
+
rule?: string;
|
|
17508
|
+
/**
|
|
17509
|
+
* @example
|
|
17510
|
+
* 1
|
|
17511
|
+
*/
|
|
17512
|
+
sequence?: number;
|
|
17255
17513
|
/**
|
|
17256
|
-
* @remarks
|
|
17257
|
-
* The specification name.
|
|
17258
|
-
*
|
|
17259
17514
|
* @example
|
|
17260
|
-
*
|
|
17515
|
+
* 554889455535696
|
|
17261
17516
|
*/
|
|
17262
|
-
|
|
17517
|
+
siteId?: number;
|
|
17518
|
+
/**
|
|
17519
|
+
* @example
|
|
17520
|
+
* test.com
|
|
17521
|
+
*/
|
|
17522
|
+
siteName?: string;
|
|
17523
|
+
/**
|
|
17524
|
+
* @example
|
|
17525
|
+
* 1
|
|
17526
|
+
*/
|
|
17527
|
+
siteVersion?: number;
|
|
17263
17528
|
static names(): { [key: string]: string } {
|
|
17264
17529
|
return {
|
|
17265
|
-
|
|
17266
|
-
|
|
17530
|
+
bypass: 'Bypass',
|
|
17531
|
+
configId: 'ConfigId',
|
|
17532
|
+
configType: 'ConfigType',
|
|
17533
|
+
mode: 'Mode',
|
|
17534
|
+
routeEnable: 'RouteEnable',
|
|
17535
|
+
routeName: 'RouteName',
|
|
17536
|
+
routineName: 'RoutineName',
|
|
17537
|
+
rule: 'Rule',
|
|
17538
|
+
sequence: 'Sequence',
|
|
17539
|
+
siteId: 'SiteId',
|
|
17540
|
+
siteName: 'SiteName',
|
|
17541
|
+
siteVersion: 'SiteVersion',
|
|
17267
17542
|
};
|
|
17268
17543
|
}
|
|
17269
17544
|
|
|
17270
17545
|
static types(): { [key: string]: any } {
|
|
17271
17546
|
return {
|
|
17272
|
-
|
|
17273
|
-
|
|
17547
|
+
bypass: 'string',
|
|
17548
|
+
configId: 'number',
|
|
17549
|
+
configType: 'string',
|
|
17550
|
+
mode: 'string',
|
|
17551
|
+
routeEnable: 'string',
|
|
17552
|
+
routeName: 'string',
|
|
17553
|
+
routineName: 'string',
|
|
17554
|
+
rule: 'string',
|
|
17555
|
+
sequence: 'number',
|
|
17556
|
+
siteId: 'number',
|
|
17557
|
+
siteName: 'string',
|
|
17558
|
+
siteVersion: 'number',
|
|
17274
17559
|
};
|
|
17275
17560
|
}
|
|
17276
17561
|
|
|
@@ -17640,6 +17925,96 @@ export class ListSiteDeliveryTasksResponseBodyTasks extends $dara.Model {
|
|
|
17640
17925
|
}
|
|
17641
17926
|
}
|
|
17642
17927
|
|
|
17928
|
+
export class ListSiteRoutesResponseBodyConfigs extends $dara.Model {
|
|
17929
|
+
/**
|
|
17930
|
+
* @example
|
|
17931
|
+
* on
|
|
17932
|
+
*/
|
|
17933
|
+
bypass?: string;
|
|
17934
|
+
/**
|
|
17935
|
+
* @example
|
|
17936
|
+
* 35281609698****
|
|
17937
|
+
*/
|
|
17938
|
+
configId?: number;
|
|
17939
|
+
/**
|
|
17940
|
+
* @example
|
|
17941
|
+
* global
|
|
17942
|
+
*/
|
|
17943
|
+
configType?: string;
|
|
17944
|
+
/**
|
|
17945
|
+
* @example
|
|
17946
|
+
* simple
|
|
17947
|
+
*/
|
|
17948
|
+
mode?: string;
|
|
17949
|
+
/**
|
|
17950
|
+
* @example
|
|
17951
|
+
* on
|
|
17952
|
+
*/
|
|
17953
|
+
routeEnable?: string;
|
|
17954
|
+
/**
|
|
17955
|
+
* @example
|
|
17956
|
+
* test_route
|
|
17957
|
+
*/
|
|
17958
|
+
routeName?: string;
|
|
17959
|
+
/**
|
|
17960
|
+
* @example
|
|
17961
|
+
* test-routine1
|
|
17962
|
+
*/
|
|
17963
|
+
routineName?: string;
|
|
17964
|
+
/**
|
|
17965
|
+
* @example
|
|
17966
|
+
* (http.host eq \\"video.example.com\\")
|
|
17967
|
+
*/
|
|
17968
|
+
rule?: string;
|
|
17969
|
+
/**
|
|
17970
|
+
* @example
|
|
17971
|
+
* 1
|
|
17972
|
+
*/
|
|
17973
|
+
sequence?: number;
|
|
17974
|
+
/**
|
|
17975
|
+
* @example
|
|
17976
|
+
* 1
|
|
17977
|
+
*/
|
|
17978
|
+
siteVersion?: number;
|
|
17979
|
+
static names(): { [key: string]: string } {
|
|
17980
|
+
return {
|
|
17981
|
+
bypass: 'Bypass',
|
|
17982
|
+
configId: 'ConfigId',
|
|
17983
|
+
configType: 'ConfigType',
|
|
17984
|
+
mode: 'Mode',
|
|
17985
|
+
routeEnable: 'RouteEnable',
|
|
17986
|
+
routeName: 'RouteName',
|
|
17987
|
+
routineName: 'RoutineName',
|
|
17988
|
+
rule: 'Rule',
|
|
17989
|
+
sequence: 'Sequence',
|
|
17990
|
+
siteVersion: 'SiteVersion',
|
|
17991
|
+
};
|
|
17992
|
+
}
|
|
17993
|
+
|
|
17994
|
+
static types(): { [key: string]: any } {
|
|
17995
|
+
return {
|
|
17996
|
+
bypass: 'string',
|
|
17997
|
+
configId: 'number',
|
|
17998
|
+
configType: 'string',
|
|
17999
|
+
mode: 'string',
|
|
18000
|
+
routeEnable: 'string',
|
|
18001
|
+
routeName: 'string',
|
|
18002
|
+
routineName: 'string',
|
|
18003
|
+
rule: 'string',
|
|
18004
|
+
sequence: 'number',
|
|
18005
|
+
siteVersion: 'number',
|
|
18006
|
+
};
|
|
18007
|
+
}
|
|
18008
|
+
|
|
18009
|
+
validate() {
|
|
18010
|
+
super.validate();
|
|
18011
|
+
}
|
|
18012
|
+
|
|
18013
|
+
constructor(map?: { [key: string]: any }) {
|
|
18014
|
+
super(map);
|
|
18015
|
+
}
|
|
18016
|
+
}
|
|
18017
|
+
|
|
17643
18018
|
export class ListSitesRequestTagFilter extends $dara.Model {
|
|
17644
18019
|
/**
|
|
17645
18020
|
* @remarks
|
|
@@ -18396,6 +18771,35 @@ export class ListUserRatePlanInstancesResponseBodyInstanceInfo extends $dara.Mod
|
|
|
18396
18771
|
}
|
|
18397
18772
|
}
|
|
18398
18773
|
|
|
18774
|
+
export class ListUserRoutinesResponseBodyRoutines extends $dara.Model {
|
|
18775
|
+
createTime?: string;
|
|
18776
|
+
description?: string;
|
|
18777
|
+
routineName?: string;
|
|
18778
|
+
static names(): { [key: string]: string } {
|
|
18779
|
+
return {
|
|
18780
|
+
createTime: 'CreateTime',
|
|
18781
|
+
description: 'Description',
|
|
18782
|
+
routineName: 'RoutineName',
|
|
18783
|
+
};
|
|
18784
|
+
}
|
|
18785
|
+
|
|
18786
|
+
static types(): { [key: string]: any } {
|
|
18787
|
+
return {
|
|
18788
|
+
createTime: 'string',
|
|
18789
|
+
description: 'string',
|
|
18790
|
+
routineName: 'string',
|
|
18791
|
+
};
|
|
18792
|
+
}
|
|
18793
|
+
|
|
18794
|
+
validate() {
|
|
18795
|
+
super.validate();
|
|
18796
|
+
}
|
|
18797
|
+
|
|
18798
|
+
constructor(map?: { [key: string]: any }) {
|
|
18799
|
+
super(map);
|
|
18800
|
+
}
|
|
18801
|
+
}
|
|
18802
|
+
|
|
18399
18803
|
export class ListWafManagedRulesRequestQueryArgs extends $dara.Model {
|
|
18400
18804
|
/**
|
|
18401
18805
|
* @remarks
|
|
@@ -19044,6 +19448,7 @@ export class ListWafRulesetsResponseBodyRulesets extends $dara.Model {
|
|
|
19044
19448
|
}
|
|
19045
19449
|
|
|
19046
19450
|
export class ListWafTemplateRulesRequestQueryArgs extends $dara.Model {
|
|
19451
|
+
kinds?: string[];
|
|
19047
19452
|
/**
|
|
19048
19453
|
* @remarks
|
|
19049
19454
|
* Rule type.
|
|
@@ -19054,17 +19459,22 @@ export class ListWafTemplateRulesRequestQueryArgs extends $dara.Model {
|
|
|
19054
19459
|
type?: string;
|
|
19055
19460
|
static names(): { [key: string]: string } {
|
|
19056
19461
|
return {
|
|
19462
|
+
kinds: 'Kinds',
|
|
19057
19463
|
type: 'Type',
|
|
19058
19464
|
};
|
|
19059
19465
|
}
|
|
19060
19466
|
|
|
19061
19467
|
static types(): { [key: string]: any } {
|
|
19062
19468
|
return {
|
|
19469
|
+
kinds: { 'type': 'array', 'itemType': 'string' },
|
|
19063
19470
|
type: 'string',
|
|
19064
19471
|
};
|
|
19065
19472
|
}
|
|
19066
19473
|
|
|
19067
19474
|
validate() {
|
|
19475
|
+
if(Array.isArray(this.kinds)) {
|
|
19476
|
+
$dara.Model.validateArray(this.kinds);
|
|
19477
|
+
}
|
|
19068
19478
|
super.validate();
|
|
19069
19479
|
}
|
|
19070
19480
|
|
|
@@ -20012,6 +20422,7 @@ export class UpdateHttpRequestHeaderModificationRuleRequestRequestHeaderModifica
|
|
|
20012
20422
|
* add
|
|
20013
20423
|
*/
|
|
20014
20424
|
operation?: string;
|
|
20425
|
+
type?: string;
|
|
20015
20426
|
/**
|
|
20016
20427
|
* @remarks
|
|
20017
20428
|
* Request header value.
|
|
@@ -20024,6 +20435,7 @@ export class UpdateHttpRequestHeaderModificationRuleRequestRequestHeaderModifica
|
|
|
20024
20435
|
return {
|
|
20025
20436
|
name: 'Name',
|
|
20026
20437
|
operation: 'Operation',
|
|
20438
|
+
type: 'Type',
|
|
20027
20439
|
value: 'Value',
|
|
20028
20440
|
};
|
|
20029
20441
|
}
|
|
@@ -20032,6 +20444,7 @@ export class UpdateHttpRequestHeaderModificationRuleRequestRequestHeaderModifica
|
|
|
20032
20444
|
return {
|
|
20033
20445
|
name: 'string',
|
|
20034
20446
|
operation: 'string',
|
|
20447
|
+
type: 'string',
|
|
20035
20448
|
value: 'string',
|
|
20036
20449
|
};
|
|
20037
20450
|
}
|
|
@@ -20069,6 +20482,7 @@ export class UpdateHttpResponseHeaderModificationRuleRequestResponseHeaderModifi
|
|
|
20069
20482
|
* add
|
|
20070
20483
|
*/
|
|
20071
20484
|
operation?: string;
|
|
20485
|
+
type?: string;
|
|
20072
20486
|
/**
|
|
20073
20487
|
* @remarks
|
|
20074
20488
|
* Response header value.
|
|
@@ -20081,6 +20495,7 @@ export class UpdateHttpResponseHeaderModificationRuleRequestResponseHeaderModifi
|
|
|
20081
20495
|
return {
|
|
20082
20496
|
name: 'Name',
|
|
20083
20497
|
operation: 'Operation',
|
|
20498
|
+
type: 'Type',
|
|
20084
20499
|
value: 'Value',
|
|
20085
20500
|
};
|
|
20086
20501
|
}
|
|
@@ -20089,6 +20504,7 @@ export class UpdateHttpResponseHeaderModificationRuleRequestResponseHeaderModifi
|
|
|
20089
20504
|
return {
|
|
20090
20505
|
name: 'string',
|
|
20091
20506
|
operation: 'string',
|
|
20507
|
+
type: 'string',
|
|
20092
20508
|
value: 'string',
|
|
20093
20509
|
};
|
|
20094
20510
|
}
|
|
@@ -29742,19 +30158,10 @@ export class CreateRoutineRequest extends $dara.Model {
|
|
|
29742
30158
|
* test-routine1
|
|
29743
30159
|
*/
|
|
29744
30160
|
name?: string;
|
|
29745
|
-
/**
|
|
29746
|
-
* @remarks
|
|
29747
|
-
* The specification of the routine.
|
|
29748
|
-
*
|
|
29749
|
-
* @example
|
|
29750
|
-
* 5ms
|
|
29751
|
-
*/
|
|
29752
|
-
specName?: string;
|
|
29753
30161
|
static names(): { [key: string]: string } {
|
|
29754
30162
|
return {
|
|
29755
30163
|
description: 'Description',
|
|
29756
30164
|
name: 'Name',
|
|
29757
|
-
specName: 'SpecName',
|
|
29758
30165
|
};
|
|
29759
30166
|
}
|
|
29760
30167
|
|
|
@@ -29762,7 +30169,6 @@ export class CreateRoutineRequest extends $dara.Model {
|
|
|
29762
30169
|
return {
|
|
29763
30170
|
description: 'string',
|
|
29764
30171
|
name: 'string',
|
|
29765
|
-
specName: 'string',
|
|
29766
30172
|
};
|
|
29767
30173
|
}
|
|
29768
30174
|
|
|
@@ -30115,6 +30521,150 @@ export class CreateRoutineRelatedRouteResponse extends $dara.Model {
|
|
|
30115
30521
|
}
|
|
30116
30522
|
}
|
|
30117
30523
|
|
|
30524
|
+
export class CreateRoutineRouteRequest extends $dara.Model {
|
|
30525
|
+
/**
|
|
30526
|
+
* @example
|
|
30527
|
+
* on
|
|
30528
|
+
*/
|
|
30529
|
+
bypass?: string;
|
|
30530
|
+
/**
|
|
30531
|
+
* @example
|
|
30532
|
+
* on
|
|
30533
|
+
*/
|
|
30534
|
+
routeEnable?: string;
|
|
30535
|
+
/**
|
|
30536
|
+
* @example
|
|
30537
|
+
* test_route
|
|
30538
|
+
*/
|
|
30539
|
+
routeName?: string;
|
|
30540
|
+
/**
|
|
30541
|
+
* @remarks
|
|
30542
|
+
* This parameter is required.
|
|
30543
|
+
*
|
|
30544
|
+
* @example
|
|
30545
|
+
* test-routine1
|
|
30546
|
+
*/
|
|
30547
|
+
routineName?: string;
|
|
30548
|
+
/**
|
|
30549
|
+
* @example
|
|
30550
|
+
* (http.host eq \\"video.example.com\\")
|
|
30551
|
+
*/
|
|
30552
|
+
rule?: string;
|
|
30553
|
+
/**
|
|
30554
|
+
* @example
|
|
30555
|
+
* 1
|
|
30556
|
+
*/
|
|
30557
|
+
sequence?: number;
|
|
30558
|
+
/**
|
|
30559
|
+
* @remarks
|
|
30560
|
+
* This parameter is required.
|
|
30561
|
+
*
|
|
30562
|
+
* @example
|
|
30563
|
+
* 123456****
|
|
30564
|
+
*/
|
|
30565
|
+
siteId?: number;
|
|
30566
|
+
static names(): { [key: string]: string } {
|
|
30567
|
+
return {
|
|
30568
|
+
bypass: 'Bypass',
|
|
30569
|
+
routeEnable: 'RouteEnable',
|
|
30570
|
+
routeName: 'RouteName',
|
|
30571
|
+
routineName: 'RoutineName',
|
|
30572
|
+
rule: 'Rule',
|
|
30573
|
+
sequence: 'Sequence',
|
|
30574
|
+
siteId: 'SiteId',
|
|
30575
|
+
};
|
|
30576
|
+
}
|
|
30577
|
+
|
|
30578
|
+
static types(): { [key: string]: any } {
|
|
30579
|
+
return {
|
|
30580
|
+
bypass: 'string',
|
|
30581
|
+
routeEnable: 'string',
|
|
30582
|
+
routeName: 'string',
|
|
30583
|
+
routineName: 'string',
|
|
30584
|
+
rule: 'string',
|
|
30585
|
+
sequence: 'number',
|
|
30586
|
+
siteId: 'number',
|
|
30587
|
+
};
|
|
30588
|
+
}
|
|
30589
|
+
|
|
30590
|
+
validate() {
|
|
30591
|
+
super.validate();
|
|
30592
|
+
}
|
|
30593
|
+
|
|
30594
|
+
constructor(map?: { [key: string]: any }) {
|
|
30595
|
+
super(map);
|
|
30596
|
+
}
|
|
30597
|
+
}
|
|
30598
|
+
|
|
30599
|
+
export class CreateRoutineRouteResponseBody extends $dara.Model {
|
|
30600
|
+
/**
|
|
30601
|
+
* @example
|
|
30602
|
+
* 35281609698****
|
|
30603
|
+
*/
|
|
30604
|
+
configId?: number;
|
|
30605
|
+
/**
|
|
30606
|
+
* @example
|
|
30607
|
+
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
30608
|
+
*/
|
|
30609
|
+
requestId?: string;
|
|
30610
|
+
static names(): { [key: string]: string } {
|
|
30611
|
+
return {
|
|
30612
|
+
configId: 'ConfigId',
|
|
30613
|
+
requestId: 'RequestId',
|
|
30614
|
+
};
|
|
30615
|
+
}
|
|
30616
|
+
|
|
30617
|
+
static types(): { [key: string]: any } {
|
|
30618
|
+
return {
|
|
30619
|
+
configId: 'number',
|
|
30620
|
+
requestId: 'string',
|
|
30621
|
+
};
|
|
30622
|
+
}
|
|
30623
|
+
|
|
30624
|
+
validate() {
|
|
30625
|
+
super.validate();
|
|
30626
|
+
}
|
|
30627
|
+
|
|
30628
|
+
constructor(map?: { [key: string]: any }) {
|
|
30629
|
+
super(map);
|
|
30630
|
+
}
|
|
30631
|
+
}
|
|
30632
|
+
|
|
30633
|
+
export class CreateRoutineRouteResponse extends $dara.Model {
|
|
30634
|
+
headers?: { [key: string]: string };
|
|
30635
|
+
statusCode?: number;
|
|
30636
|
+
body?: CreateRoutineRouteResponseBody;
|
|
30637
|
+
static names(): { [key: string]: string } {
|
|
30638
|
+
return {
|
|
30639
|
+
headers: 'headers',
|
|
30640
|
+
statusCode: 'statusCode',
|
|
30641
|
+
body: 'body',
|
|
30642
|
+
};
|
|
30643
|
+
}
|
|
30644
|
+
|
|
30645
|
+
static types(): { [key: string]: any } {
|
|
30646
|
+
return {
|
|
30647
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
30648
|
+
statusCode: 'number',
|
|
30649
|
+
body: CreateRoutineRouteResponseBody,
|
|
30650
|
+
};
|
|
30651
|
+
}
|
|
30652
|
+
|
|
30653
|
+
validate() {
|
|
30654
|
+
if(this.headers) {
|
|
30655
|
+
$dara.Model.validateMap(this.headers);
|
|
30656
|
+
}
|
|
30657
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
30658
|
+
(this.body as any).validate();
|
|
30659
|
+
}
|
|
30660
|
+
super.validate();
|
|
30661
|
+
}
|
|
30662
|
+
|
|
30663
|
+
constructor(map?: { [key: string]: any }) {
|
|
30664
|
+
super(map);
|
|
30665
|
+
}
|
|
30666
|
+
}
|
|
30667
|
+
|
|
30118
30668
|
export class CreateScheduledPreloadExecutionsRequest extends $dara.Model {
|
|
30119
30669
|
/**
|
|
30120
30670
|
* @remarks
|
|
@@ -37013,26 +37563,34 @@ export class DeleteRoutineRelatedRouteResponse extends $dara.Model {
|
|
|
37013
37563
|
}
|
|
37014
37564
|
}
|
|
37015
37565
|
|
|
37016
|
-
export class
|
|
37566
|
+
export class DeleteRoutineRouteRequest extends $dara.Model {
|
|
37017
37567
|
/**
|
|
37018
37568
|
* @remarks
|
|
37019
|
-
*
|
|
37569
|
+
* This parameter is required.
|
|
37020
37570
|
*
|
|
37571
|
+
* @example
|
|
37572
|
+
* 3528160969****
|
|
37573
|
+
*/
|
|
37574
|
+
configId?: number;
|
|
37575
|
+
/**
|
|
37576
|
+
* @remarks
|
|
37021
37577
|
* This parameter is required.
|
|
37022
37578
|
*
|
|
37023
37579
|
* @example
|
|
37024
|
-
*
|
|
37580
|
+
* 11223***
|
|
37025
37581
|
*/
|
|
37026
|
-
|
|
37582
|
+
siteId?: number;
|
|
37027
37583
|
static names(): { [key: string]: string } {
|
|
37028
37584
|
return {
|
|
37029
|
-
|
|
37585
|
+
configId: 'ConfigId',
|
|
37586
|
+
siteId: 'SiteId',
|
|
37030
37587
|
};
|
|
37031
37588
|
}
|
|
37032
37589
|
|
|
37033
37590
|
static types(): { [key: string]: any } {
|
|
37034
37591
|
return {
|
|
37035
|
-
|
|
37592
|
+
configId: 'number',
|
|
37593
|
+
siteId: 'number',
|
|
37036
37594
|
};
|
|
37037
37595
|
}
|
|
37038
37596
|
|
|
@@ -37045,13 +37603,107 @@ export class DeleteScheduledPreloadExecutionRequest extends $dara.Model {
|
|
|
37045
37603
|
}
|
|
37046
37604
|
}
|
|
37047
37605
|
|
|
37048
|
-
export class
|
|
37606
|
+
export class DeleteRoutineRouteResponseBody extends $dara.Model {
|
|
37049
37607
|
/**
|
|
37050
|
-
* @remarks
|
|
37051
|
-
* The request ID.
|
|
37052
|
-
*
|
|
37053
37608
|
* @example
|
|
37054
|
-
*
|
|
37609
|
+
* 0AEDAF20-4DDF-4165-8750-47FF9C1929C9
|
|
37610
|
+
*/
|
|
37611
|
+
requestId?: string;
|
|
37612
|
+
static names(): { [key: string]: string } {
|
|
37613
|
+
return {
|
|
37614
|
+
requestId: 'RequestId',
|
|
37615
|
+
};
|
|
37616
|
+
}
|
|
37617
|
+
|
|
37618
|
+
static types(): { [key: string]: any } {
|
|
37619
|
+
return {
|
|
37620
|
+
requestId: 'string',
|
|
37621
|
+
};
|
|
37622
|
+
}
|
|
37623
|
+
|
|
37624
|
+
validate() {
|
|
37625
|
+
super.validate();
|
|
37626
|
+
}
|
|
37627
|
+
|
|
37628
|
+
constructor(map?: { [key: string]: any }) {
|
|
37629
|
+
super(map);
|
|
37630
|
+
}
|
|
37631
|
+
}
|
|
37632
|
+
|
|
37633
|
+
export class DeleteRoutineRouteResponse extends $dara.Model {
|
|
37634
|
+
headers?: { [key: string]: string };
|
|
37635
|
+
statusCode?: number;
|
|
37636
|
+
body?: DeleteRoutineRouteResponseBody;
|
|
37637
|
+
static names(): { [key: string]: string } {
|
|
37638
|
+
return {
|
|
37639
|
+
headers: 'headers',
|
|
37640
|
+
statusCode: 'statusCode',
|
|
37641
|
+
body: 'body',
|
|
37642
|
+
};
|
|
37643
|
+
}
|
|
37644
|
+
|
|
37645
|
+
static types(): { [key: string]: any } {
|
|
37646
|
+
return {
|
|
37647
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
37648
|
+
statusCode: 'number',
|
|
37649
|
+
body: DeleteRoutineRouteResponseBody,
|
|
37650
|
+
};
|
|
37651
|
+
}
|
|
37652
|
+
|
|
37653
|
+
validate() {
|
|
37654
|
+
if(this.headers) {
|
|
37655
|
+
$dara.Model.validateMap(this.headers);
|
|
37656
|
+
}
|
|
37657
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
37658
|
+
(this.body as any).validate();
|
|
37659
|
+
}
|
|
37660
|
+
super.validate();
|
|
37661
|
+
}
|
|
37662
|
+
|
|
37663
|
+
constructor(map?: { [key: string]: any }) {
|
|
37664
|
+
super(map);
|
|
37665
|
+
}
|
|
37666
|
+
}
|
|
37667
|
+
|
|
37668
|
+
export class DeleteScheduledPreloadExecutionRequest extends $dara.Model {
|
|
37669
|
+
/**
|
|
37670
|
+
* @remarks
|
|
37671
|
+
* The ID of the prefetch plan.
|
|
37672
|
+
*
|
|
37673
|
+
* This parameter is required.
|
|
37674
|
+
*
|
|
37675
|
+
* @example
|
|
37676
|
+
* DeleteScheduledPreloadExecution
|
|
37677
|
+
*/
|
|
37678
|
+
id?: string;
|
|
37679
|
+
static names(): { [key: string]: string } {
|
|
37680
|
+
return {
|
|
37681
|
+
id: 'Id',
|
|
37682
|
+
};
|
|
37683
|
+
}
|
|
37684
|
+
|
|
37685
|
+
static types(): { [key: string]: any } {
|
|
37686
|
+
return {
|
|
37687
|
+
id: 'string',
|
|
37688
|
+
};
|
|
37689
|
+
}
|
|
37690
|
+
|
|
37691
|
+
validate() {
|
|
37692
|
+
super.validate();
|
|
37693
|
+
}
|
|
37694
|
+
|
|
37695
|
+
constructor(map?: { [key: string]: any }) {
|
|
37696
|
+
super(map);
|
|
37697
|
+
}
|
|
37698
|
+
}
|
|
37699
|
+
|
|
37700
|
+
export class DeleteScheduledPreloadExecutionResponseBody extends $dara.Model {
|
|
37701
|
+
/**
|
|
37702
|
+
* @remarks
|
|
37703
|
+
* The request ID.
|
|
37704
|
+
*
|
|
37705
|
+
* @example
|
|
37706
|
+
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
37055
37707
|
*/
|
|
37056
37708
|
requestId?: string;
|
|
37057
37709
|
static names(): { [key: string]: string } {
|
|
@@ -44142,38 +44794,20 @@ export class GetEdgeContainerTerminalResponse extends $dara.Model {
|
|
|
44142
44794
|
}
|
|
44143
44795
|
}
|
|
44144
44796
|
|
|
44145
|
-
export class
|
|
44146
|
-
|
|
44147
|
-
|
|
44148
|
-
* Configuration ID. It can be obtained by calling the [ListHttpRequestHeaderModificationRules](https://help.aliyun.com/document_detail/2867483.html) interface.
|
|
44149
|
-
*
|
|
44150
|
-
* This parameter is required.
|
|
44151
|
-
*
|
|
44152
|
-
* @example
|
|
44153
|
-
* 3528160969****
|
|
44154
|
-
*/
|
|
44155
|
-
configId?: number;
|
|
44156
|
-
/**
|
|
44157
|
-
* @remarks
|
|
44158
|
-
* Site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
|
|
44159
|
-
*
|
|
44160
|
-
* This parameter is required.
|
|
44161
|
-
*
|
|
44162
|
-
* @example
|
|
44163
|
-
* 123456****
|
|
44164
|
-
*/
|
|
44165
|
-
siteId?: number;
|
|
44797
|
+
export class GetErServiceRequest extends $dara.Model {
|
|
44798
|
+
ownerId?: number;
|
|
44799
|
+
securityToken?: string;
|
|
44166
44800
|
static names(): { [key: string]: string } {
|
|
44167
44801
|
return {
|
|
44168
|
-
|
|
44169
|
-
|
|
44802
|
+
ownerId: 'OwnerId',
|
|
44803
|
+
securityToken: 'SecurityToken',
|
|
44170
44804
|
};
|
|
44171
44805
|
}
|
|
44172
44806
|
|
|
44173
44807
|
static types(): { [key: string]: any } {
|
|
44174
44808
|
return {
|
|
44175
|
-
|
|
44176
|
-
|
|
44809
|
+
ownerId: 'number',
|
|
44810
|
+
securityToken: 'string',
|
|
44177
44811
|
};
|
|
44178
44812
|
}
|
|
44179
44813
|
|
|
@@ -44186,114 +44820,57 @@ export class GetHttpRequestHeaderModificationRuleRequest extends $dara.Model {
|
|
|
44186
44820
|
}
|
|
44187
44821
|
}
|
|
44188
44822
|
|
|
44189
|
-
export class
|
|
44823
|
+
export class GetErServiceResponseBody extends $dara.Model {
|
|
44190
44824
|
/**
|
|
44191
44825
|
* @remarks
|
|
44192
|
-
*
|
|
44826
|
+
* The billing mode. Valid values:
|
|
44193
44827
|
*
|
|
44194
|
-
*
|
|
44195
|
-
*
|
|
44196
|
-
|
|
44197
|
-
|
|
44198
|
-
/**
|
|
44199
|
-
* @remarks
|
|
44200
|
-
* Configuration type. Possible values:
|
|
44201
|
-
* - global: Global configuration.
|
|
44202
|
-
* - rule: Rule-based configuration.
|
|
44828
|
+
* * er_paymode: billed for customers on the China site.
|
|
44829
|
+
* * er_freemode: free for customers on the China site.
|
|
44830
|
+
* * er_paymodeintl: billed for customers on the International site.
|
|
44831
|
+
* * err_freemodeintl: free for customers on the International site
|
|
44203
44832
|
*
|
|
44204
44833
|
* @example
|
|
44205
|
-
*
|
|
44834
|
+
* er_paymode
|
|
44206
44835
|
*/
|
|
44207
|
-
|
|
44208
|
-
/**
|
|
44209
|
-
* @remarks
|
|
44210
|
-
* Modify request headers, supporting add, delete, and modify operations.
|
|
44211
|
-
*/
|
|
44212
|
-
requestHeaderModification?: GetHttpRequestHeaderModificationRuleResponseBodyRequestHeaderModification[];
|
|
44836
|
+
planName?: string;
|
|
44213
44837
|
/**
|
|
44214
44838
|
* @remarks
|
|
44215
|
-
*
|
|
44839
|
+
* The request ID.
|
|
44216
44840
|
*
|
|
44217
44841
|
* @example
|
|
44218
|
-
*
|
|
44842
|
+
* CB1A380B-09F0-41BB-A198-72F8FD6DA2FE
|
|
44219
44843
|
*/
|
|
44220
44844
|
requestId?: string;
|
|
44221
44845
|
/**
|
|
44222
44846
|
* @remarks
|
|
44223
|
-
*
|
|
44224
|
-
* - Match all incoming requests: Set the value to true
|
|
44225
|
-
* - Match specific requests: Set the value to a custom expression, for example: (http.host eq "video.example.com")
|
|
44226
|
-
*
|
|
44227
|
-
* @example
|
|
44228
|
-
* (http.host eq "video.example.com")
|
|
44229
|
-
*/
|
|
44230
|
-
rule?: string;
|
|
44231
|
-
/**
|
|
44232
|
-
* @remarks
|
|
44233
|
-
* Rule switch. This parameter is not required when adding a global configuration. Possible values:
|
|
44234
|
-
* - on: Enabled.
|
|
44235
|
-
* - off: Disabled.
|
|
44236
|
-
*
|
|
44237
|
-
* @example
|
|
44238
|
-
* on
|
|
44239
|
-
*/
|
|
44240
|
-
ruleEnable?: string;
|
|
44241
|
-
/**
|
|
44242
|
-
* @remarks
|
|
44243
|
-
* Rule name. This parameter is not required when adding a global configuration.
|
|
44244
|
-
*
|
|
44245
|
-
* @example
|
|
44246
|
-
* rule_example
|
|
44247
|
-
*/
|
|
44248
|
-
ruleName?: string;
|
|
44249
|
-
/**
|
|
44250
|
-
* @remarks
|
|
44251
|
-
* Rule execution order. The smaller the value, the higher the priority.
|
|
44847
|
+
* The service status. Valid values:
|
|
44252
44848
|
*
|
|
44253
|
-
*
|
|
44254
|
-
*
|
|
44255
|
-
|
|
44256
|
-
sequence?: number;
|
|
44257
|
-
/**
|
|
44258
|
-
* @remarks
|
|
44259
|
-
* 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.
|
|
44849
|
+
* * Creating
|
|
44850
|
+
* * Running
|
|
44851
|
+
* * NotOpened
|
|
44260
44852
|
*
|
|
44261
44853
|
* @example
|
|
44262
|
-
*
|
|
44854
|
+
* Running
|
|
44263
44855
|
*/
|
|
44264
|
-
|
|
44856
|
+
status?: string;
|
|
44265
44857
|
static names(): { [key: string]: string } {
|
|
44266
44858
|
return {
|
|
44267
|
-
|
|
44268
|
-
configType: 'ConfigType',
|
|
44269
|
-
requestHeaderModification: 'RequestHeaderModification',
|
|
44859
|
+
planName: 'PlanName',
|
|
44270
44860
|
requestId: 'RequestId',
|
|
44271
|
-
|
|
44272
|
-
ruleEnable: 'RuleEnable',
|
|
44273
|
-
ruleName: 'RuleName',
|
|
44274
|
-
sequence: 'Sequence',
|
|
44275
|
-
siteVersion: 'SiteVersion',
|
|
44861
|
+
status: 'Status',
|
|
44276
44862
|
};
|
|
44277
44863
|
}
|
|
44278
44864
|
|
|
44279
44865
|
static types(): { [key: string]: any } {
|
|
44280
44866
|
return {
|
|
44281
|
-
|
|
44282
|
-
configType: 'string',
|
|
44283
|
-
requestHeaderModification: { 'type': 'array', 'itemType': GetHttpRequestHeaderModificationRuleResponseBodyRequestHeaderModification },
|
|
44867
|
+
planName: 'string',
|
|
44284
44868
|
requestId: 'string',
|
|
44285
|
-
|
|
44286
|
-
ruleEnable: 'string',
|
|
44287
|
-
ruleName: 'string',
|
|
44288
|
-
sequence: 'number',
|
|
44289
|
-
siteVersion: 'number',
|
|
44869
|
+
status: 'string',
|
|
44290
44870
|
};
|
|
44291
44871
|
}
|
|
44292
44872
|
|
|
44293
44873
|
validate() {
|
|
44294
|
-
if(Array.isArray(this.requestHeaderModification)) {
|
|
44295
|
-
$dara.Model.validateArray(this.requestHeaderModification);
|
|
44296
|
-
}
|
|
44297
44874
|
super.validate();
|
|
44298
44875
|
}
|
|
44299
44876
|
|
|
@@ -44302,10 +44879,10 @@ export class GetHttpRequestHeaderModificationRuleResponseBody extends $dara.Mode
|
|
|
44302
44879
|
}
|
|
44303
44880
|
}
|
|
44304
44881
|
|
|
44305
|
-
export class
|
|
44882
|
+
export class GetErServiceResponse extends $dara.Model {
|
|
44306
44883
|
headers?: { [key: string]: string };
|
|
44307
44884
|
statusCode?: number;
|
|
44308
|
-
body?:
|
|
44885
|
+
body?: GetErServiceResponseBody;
|
|
44309
44886
|
static names(): { [key: string]: string } {
|
|
44310
44887
|
return {
|
|
44311
44888
|
headers: 'headers',
|
|
@@ -44318,7 +44895,7 @@ export class GetHttpRequestHeaderModificationRuleResponse extends $dara.Model {
|
|
|
44318
44895
|
return {
|
|
44319
44896
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
44320
44897
|
statusCode: 'number',
|
|
44321
|
-
body:
|
|
44898
|
+
body: GetErServiceResponseBody,
|
|
44322
44899
|
};
|
|
44323
44900
|
}
|
|
44324
44901
|
|
|
@@ -44337,15 +44914,15 @@ export class GetHttpRequestHeaderModificationRuleResponse extends $dara.Model {
|
|
|
44337
44914
|
}
|
|
44338
44915
|
}
|
|
44339
44916
|
|
|
44340
|
-
export class
|
|
44917
|
+
export class GetHttpRequestHeaderModificationRuleRequest extends $dara.Model {
|
|
44341
44918
|
/**
|
|
44342
44919
|
* @remarks
|
|
44343
|
-
* Configuration ID
|
|
44920
|
+
* Configuration ID. It can be obtained by calling the [ListHttpRequestHeaderModificationRules](https://help.aliyun.com/document_detail/2867483.html) interface.
|
|
44344
44921
|
*
|
|
44345
44922
|
* This parameter is required.
|
|
44346
44923
|
*
|
|
44347
44924
|
* @example
|
|
44348
|
-
*
|
|
44925
|
+
* 3528160969****
|
|
44349
44926
|
*/
|
|
44350
44927
|
configId?: number;
|
|
44351
44928
|
/**
|
|
@@ -44381,43 +44958,43 @@ export class GetHttpResponseHeaderModificationRuleRequest extends $dara.Model {
|
|
|
44381
44958
|
}
|
|
44382
44959
|
}
|
|
44383
44960
|
|
|
44384
|
-
export class
|
|
44961
|
+
export class GetHttpRequestHeaderModificationRuleResponseBody extends $dara.Model {
|
|
44385
44962
|
/**
|
|
44386
44963
|
* @remarks
|
|
44387
44964
|
* Configuration ID.
|
|
44388
44965
|
*
|
|
44389
44966
|
* @example
|
|
44390
|
-
*
|
|
44967
|
+
* 3528160969****
|
|
44391
44968
|
*/
|
|
44392
44969
|
configId?: number;
|
|
44393
44970
|
/**
|
|
44394
44971
|
* @remarks
|
|
44395
|
-
* Configuration type
|
|
44972
|
+
* Configuration type. Possible values:
|
|
44396
44973
|
* - global: Global configuration.
|
|
44397
44974
|
* - rule: Rule-based configuration.
|
|
44398
44975
|
*
|
|
44399
44976
|
* @example
|
|
44400
|
-
*
|
|
44977
|
+
* global
|
|
44401
44978
|
*/
|
|
44402
44979
|
configType?: string;
|
|
44980
|
+
/**
|
|
44981
|
+
* @remarks
|
|
44982
|
+
* Modify request headers, supporting add, delete, and modify operations.
|
|
44983
|
+
*/
|
|
44984
|
+
requestHeaderModification?: GetHttpRequestHeaderModificationRuleResponseBodyRequestHeaderModification[];
|
|
44403
44985
|
/**
|
|
44404
44986
|
* @remarks
|
|
44405
44987
|
* Request ID.
|
|
44406
44988
|
*
|
|
44407
44989
|
* @example
|
|
44408
|
-
*
|
|
44990
|
+
* 15C66C7B-671A-4297-9187-2C4477247A74
|
|
44409
44991
|
*/
|
|
44410
44992
|
requestId?: string;
|
|
44411
|
-
/**
|
|
44412
|
-
* @remarks
|
|
44413
|
-
* Modify response headers, supporting add, delete, and modify operations.
|
|
44414
|
-
*/
|
|
44415
|
-
responseHeaderModification?: GetHttpResponseHeaderModificationRuleResponseBodyResponseHeaderModification[];
|
|
44416
44993
|
/**
|
|
44417
44994
|
* @remarks
|
|
44418
44995
|
* Rule content, using conditional expressions to match user requests. This parameter is not required when adding a global configuration. There are two usage scenarios:
|
|
44419
44996
|
* - Match all incoming requests: Set the value to true
|
|
44420
|
-
* - Match specific requests: Set the value to a custom expression, for example: (http.host eq
|
|
44997
|
+
* - Match specific requests: Set the value to a custom expression, for example: (http.host eq "video.example.com")
|
|
44421
44998
|
*
|
|
44422
44999
|
* @example
|
|
44423
45000
|
* (http.host eq "video.example.com")
|
|
@@ -44425,7 +45002,7 @@ export class GetHttpResponseHeaderModificationRuleResponseBody extends $dara.Mod
|
|
|
44425
45002
|
rule?: string;
|
|
44426
45003
|
/**
|
|
44427
45004
|
* @remarks
|
|
44428
|
-
* Rule switch. This parameter is not required when adding a global configuration. Possible values
|
|
45005
|
+
* Rule switch. This parameter is not required when adding a global configuration. Possible values:
|
|
44429
45006
|
* - on: Enabled.
|
|
44430
45007
|
* - off: Disabled.
|
|
44431
45008
|
*
|
|
@@ -44451,7 +45028,7 @@ export class GetHttpResponseHeaderModificationRuleResponseBody extends $dara.Mod
|
|
|
44451
45028
|
sequence?: number;
|
|
44452
45029
|
/**
|
|
44453
45030
|
* @remarks
|
|
44454
|
-
* The version number of the site configuration. For sites
|
|
45031
|
+
* 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.
|
|
44455
45032
|
*
|
|
44456
45033
|
* @example
|
|
44457
45034
|
* 0
|
|
@@ -44461,8 +45038,8 @@ export class GetHttpResponseHeaderModificationRuleResponseBody extends $dara.Mod
|
|
|
44461
45038
|
return {
|
|
44462
45039
|
configId: 'ConfigId',
|
|
44463
45040
|
configType: 'ConfigType',
|
|
45041
|
+
requestHeaderModification: 'RequestHeaderModification',
|
|
44464
45042
|
requestId: 'RequestId',
|
|
44465
|
-
responseHeaderModification: 'ResponseHeaderModification',
|
|
44466
45043
|
rule: 'Rule',
|
|
44467
45044
|
ruleEnable: 'RuleEnable',
|
|
44468
45045
|
ruleName: 'RuleName',
|
|
@@ -44475,8 +45052,8 @@ export class GetHttpResponseHeaderModificationRuleResponseBody extends $dara.Mod
|
|
|
44475
45052
|
return {
|
|
44476
45053
|
configId: 'number',
|
|
44477
45054
|
configType: 'string',
|
|
45055
|
+
requestHeaderModification: { 'type': 'array', 'itemType': GetHttpRequestHeaderModificationRuleResponseBodyRequestHeaderModification },
|
|
44478
45056
|
requestId: 'string',
|
|
44479
|
-
responseHeaderModification: { 'type': 'array', 'itemType': GetHttpResponseHeaderModificationRuleResponseBodyResponseHeaderModification },
|
|
44480
45057
|
rule: 'string',
|
|
44481
45058
|
ruleEnable: 'string',
|
|
44482
45059
|
ruleName: 'string',
|
|
@@ -44486,8 +45063,8 @@ export class GetHttpResponseHeaderModificationRuleResponseBody extends $dara.Mod
|
|
|
44486
45063
|
}
|
|
44487
45064
|
|
|
44488
45065
|
validate() {
|
|
44489
|
-
if(Array.isArray(this.
|
|
44490
|
-
$dara.Model.validateArray(this.
|
|
45066
|
+
if(Array.isArray(this.requestHeaderModification)) {
|
|
45067
|
+
$dara.Model.validateArray(this.requestHeaderModification);
|
|
44491
45068
|
}
|
|
44492
45069
|
super.validate();
|
|
44493
45070
|
}
|
|
@@ -44497,10 +45074,10 @@ export class GetHttpResponseHeaderModificationRuleResponseBody extends $dara.Mod
|
|
|
44497
45074
|
}
|
|
44498
45075
|
}
|
|
44499
45076
|
|
|
44500
|
-
export class
|
|
45077
|
+
export class GetHttpRequestHeaderModificationRuleResponse extends $dara.Model {
|
|
44501
45078
|
headers?: { [key: string]: string };
|
|
44502
45079
|
statusCode?: number;
|
|
44503
|
-
body?:
|
|
45080
|
+
body?: GetHttpRequestHeaderModificationRuleResponseBody;
|
|
44504
45081
|
static names(): { [key: string]: string } {
|
|
44505
45082
|
return {
|
|
44506
45083
|
headers: 'headers',
|
|
@@ -44513,7 +45090,7 @@ export class GetHttpResponseHeaderModificationRuleResponse extends $dara.Model {
|
|
|
44513
45090
|
return {
|
|
44514
45091
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
44515
45092
|
statusCode: 'number',
|
|
44516
|
-
body:
|
|
45093
|
+
body: GetHttpRequestHeaderModificationRuleResponseBody,
|
|
44517
45094
|
};
|
|
44518
45095
|
}
|
|
44519
45096
|
|
|
@@ -44532,25 +45109,220 @@ export class GetHttpResponseHeaderModificationRuleResponse extends $dara.Model {
|
|
|
44532
45109
|
}
|
|
44533
45110
|
}
|
|
44534
45111
|
|
|
44535
|
-
export class
|
|
45112
|
+
export class GetHttpResponseHeaderModificationRuleRequest extends $dara.Model {
|
|
44536
45113
|
/**
|
|
44537
45114
|
* @remarks
|
|
44538
|
-
*
|
|
45115
|
+
* Configuration ID, which can be obtained by calling the [ListHttpResponseHeaderModificationRules](https://help.aliyun.com/document_detail/2867483.html) interface.
|
|
44539
45116
|
*
|
|
44540
45117
|
* This parameter is required.
|
|
44541
45118
|
*
|
|
44542
45119
|
* @example
|
|
44543
|
-
*
|
|
45120
|
+
* 35281609698****
|
|
44544
45121
|
*/
|
|
44545
45122
|
configId?: number;
|
|
44546
45123
|
/**
|
|
44547
45124
|
* @remarks
|
|
44548
|
-
* Site ID, which can be obtained by calling the [ListSites](
|
|
45125
|
+
* Site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
|
|
44549
45126
|
*
|
|
44550
45127
|
* This parameter is required.
|
|
44551
45128
|
*
|
|
44552
45129
|
* @example
|
|
44553
|
-
*
|
|
45130
|
+
* 123456****
|
|
45131
|
+
*/
|
|
45132
|
+
siteId?: number;
|
|
45133
|
+
static names(): { [key: string]: string } {
|
|
45134
|
+
return {
|
|
45135
|
+
configId: 'ConfigId',
|
|
45136
|
+
siteId: 'SiteId',
|
|
45137
|
+
};
|
|
45138
|
+
}
|
|
45139
|
+
|
|
45140
|
+
static types(): { [key: string]: any } {
|
|
45141
|
+
return {
|
|
45142
|
+
configId: 'number',
|
|
45143
|
+
siteId: 'number',
|
|
45144
|
+
};
|
|
45145
|
+
}
|
|
45146
|
+
|
|
45147
|
+
validate() {
|
|
45148
|
+
super.validate();
|
|
45149
|
+
}
|
|
45150
|
+
|
|
45151
|
+
constructor(map?: { [key: string]: any }) {
|
|
45152
|
+
super(map);
|
|
45153
|
+
}
|
|
45154
|
+
}
|
|
45155
|
+
|
|
45156
|
+
export class GetHttpResponseHeaderModificationRuleResponseBody extends $dara.Model {
|
|
45157
|
+
/**
|
|
45158
|
+
* @remarks
|
|
45159
|
+
* Configuration ID.
|
|
45160
|
+
*
|
|
45161
|
+
* @example
|
|
45162
|
+
* 35281609698****
|
|
45163
|
+
*/
|
|
45164
|
+
configId?: number;
|
|
45165
|
+
/**
|
|
45166
|
+
* @remarks
|
|
45167
|
+
* Configuration type, with the following values:
|
|
45168
|
+
* - global: Global configuration.
|
|
45169
|
+
* - rule: Rule-based configuration.
|
|
45170
|
+
*
|
|
45171
|
+
* @example
|
|
45172
|
+
* rule
|
|
45173
|
+
*/
|
|
45174
|
+
configType?: string;
|
|
45175
|
+
/**
|
|
45176
|
+
* @remarks
|
|
45177
|
+
* Request ID.
|
|
45178
|
+
*
|
|
45179
|
+
* @example
|
|
45180
|
+
* EDBD3EB3-97DA-5465-AEF5-8DCA5DC5E395
|
|
45181
|
+
*/
|
|
45182
|
+
requestId?: string;
|
|
45183
|
+
/**
|
|
45184
|
+
* @remarks
|
|
45185
|
+
* Modify response headers, supporting add, delete, and modify operations.
|
|
45186
|
+
*/
|
|
45187
|
+
responseHeaderModification?: GetHttpResponseHeaderModificationRuleResponseBodyResponseHeaderModification[];
|
|
45188
|
+
/**
|
|
45189
|
+
* @remarks
|
|
45190
|
+
* Rule content, using conditional expressions to match user requests. This parameter is not required when adding a global configuration. There are two usage scenarios:
|
|
45191
|
+
* - Match all incoming requests: Set the value to true
|
|
45192
|
+
* - Match specific requests: Set the value to a custom expression, for example: (http.host eq \\"video.example.com\\")
|
|
45193
|
+
*
|
|
45194
|
+
* @example
|
|
45195
|
+
* (http.host eq "video.example.com")
|
|
45196
|
+
*/
|
|
45197
|
+
rule?: string;
|
|
45198
|
+
/**
|
|
45199
|
+
* @remarks
|
|
45200
|
+
* Rule switch. This parameter is not required when adding a global configuration. Possible values are:
|
|
45201
|
+
* - on: Enabled.
|
|
45202
|
+
* - off: Disabled.
|
|
45203
|
+
*
|
|
45204
|
+
* @example
|
|
45205
|
+
* on
|
|
45206
|
+
*/
|
|
45207
|
+
ruleEnable?: string;
|
|
45208
|
+
/**
|
|
45209
|
+
* @remarks
|
|
45210
|
+
* Rule name. This parameter is not required when adding a global configuration.
|
|
45211
|
+
*
|
|
45212
|
+
* @example
|
|
45213
|
+
* rule_example
|
|
45214
|
+
*/
|
|
45215
|
+
ruleName?: string;
|
|
45216
|
+
/**
|
|
45217
|
+
* @remarks
|
|
45218
|
+
* Rule execution order. The smaller the value, the higher the priority.
|
|
45219
|
+
*
|
|
45220
|
+
* @example
|
|
45221
|
+
* 1
|
|
45222
|
+
*/
|
|
45223
|
+
sequence?: number;
|
|
45224
|
+
/**
|
|
45225
|
+
* @remarks
|
|
45226
|
+
* The version number of the site configuration. For sites that have enabled configuration version management, you can use this parameter to specify the effective version of the site configuration, defaulting to version 0.
|
|
45227
|
+
*
|
|
45228
|
+
* @example
|
|
45229
|
+
* 0
|
|
45230
|
+
*/
|
|
45231
|
+
siteVersion?: number;
|
|
45232
|
+
static names(): { [key: string]: string } {
|
|
45233
|
+
return {
|
|
45234
|
+
configId: 'ConfigId',
|
|
45235
|
+
configType: 'ConfigType',
|
|
45236
|
+
requestId: 'RequestId',
|
|
45237
|
+
responseHeaderModification: 'ResponseHeaderModification',
|
|
45238
|
+
rule: 'Rule',
|
|
45239
|
+
ruleEnable: 'RuleEnable',
|
|
45240
|
+
ruleName: 'RuleName',
|
|
45241
|
+
sequence: 'Sequence',
|
|
45242
|
+
siteVersion: 'SiteVersion',
|
|
45243
|
+
};
|
|
45244
|
+
}
|
|
45245
|
+
|
|
45246
|
+
static types(): { [key: string]: any } {
|
|
45247
|
+
return {
|
|
45248
|
+
configId: 'number',
|
|
45249
|
+
configType: 'string',
|
|
45250
|
+
requestId: 'string',
|
|
45251
|
+
responseHeaderModification: { 'type': 'array', 'itemType': GetHttpResponseHeaderModificationRuleResponseBodyResponseHeaderModification },
|
|
45252
|
+
rule: 'string',
|
|
45253
|
+
ruleEnable: 'string',
|
|
45254
|
+
ruleName: 'string',
|
|
45255
|
+
sequence: 'number',
|
|
45256
|
+
siteVersion: 'number',
|
|
45257
|
+
};
|
|
45258
|
+
}
|
|
45259
|
+
|
|
45260
|
+
validate() {
|
|
45261
|
+
if(Array.isArray(this.responseHeaderModification)) {
|
|
45262
|
+
$dara.Model.validateArray(this.responseHeaderModification);
|
|
45263
|
+
}
|
|
45264
|
+
super.validate();
|
|
45265
|
+
}
|
|
45266
|
+
|
|
45267
|
+
constructor(map?: { [key: string]: any }) {
|
|
45268
|
+
super(map);
|
|
45269
|
+
}
|
|
45270
|
+
}
|
|
45271
|
+
|
|
45272
|
+
export class GetHttpResponseHeaderModificationRuleResponse extends $dara.Model {
|
|
45273
|
+
headers?: { [key: string]: string };
|
|
45274
|
+
statusCode?: number;
|
|
45275
|
+
body?: GetHttpResponseHeaderModificationRuleResponseBody;
|
|
45276
|
+
static names(): { [key: string]: string } {
|
|
45277
|
+
return {
|
|
45278
|
+
headers: 'headers',
|
|
45279
|
+
statusCode: 'statusCode',
|
|
45280
|
+
body: 'body',
|
|
45281
|
+
};
|
|
45282
|
+
}
|
|
45283
|
+
|
|
45284
|
+
static types(): { [key: string]: any } {
|
|
45285
|
+
return {
|
|
45286
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
45287
|
+
statusCode: 'number',
|
|
45288
|
+
body: GetHttpResponseHeaderModificationRuleResponseBody,
|
|
45289
|
+
};
|
|
45290
|
+
}
|
|
45291
|
+
|
|
45292
|
+
validate() {
|
|
45293
|
+
if(this.headers) {
|
|
45294
|
+
$dara.Model.validateMap(this.headers);
|
|
45295
|
+
}
|
|
45296
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
45297
|
+
(this.body as any).validate();
|
|
45298
|
+
}
|
|
45299
|
+
super.validate();
|
|
45300
|
+
}
|
|
45301
|
+
|
|
45302
|
+
constructor(map?: { [key: string]: any }) {
|
|
45303
|
+
super(map);
|
|
45304
|
+
}
|
|
45305
|
+
}
|
|
45306
|
+
|
|
45307
|
+
export class GetHttpsApplicationConfigurationRequest extends $dara.Model {
|
|
45308
|
+
/**
|
|
45309
|
+
* @remarks
|
|
45310
|
+
* ConfigId of the configuration, which can be obtained by calling the [listHttpsApplicationConfigurations](https://help.aliyun.com/document_detail/2869087.html) interface.
|
|
45311
|
+
*
|
|
45312
|
+
* This parameter is required.
|
|
45313
|
+
*
|
|
45314
|
+
* @example
|
|
45315
|
+
* 352816096987136
|
|
45316
|
+
*/
|
|
45317
|
+
configId?: number;
|
|
45318
|
+
/**
|
|
45319
|
+
* @remarks
|
|
45320
|
+
* Site ID, which can be obtained by calling the [ListSites](~~ListSites~~) interface.
|
|
45321
|
+
*
|
|
45322
|
+
* This parameter is required.
|
|
45323
|
+
*
|
|
45324
|
+
* @example
|
|
45325
|
+
* 1234567890123
|
|
44554
45326
|
*/
|
|
44555
45327
|
siteId?: number;
|
|
44556
45328
|
static names(): { [key: string]: string } {
|
|
@@ -48998,6 +49770,178 @@ export class GetRoutineResponse extends $dara.Model {
|
|
|
48998
49770
|
}
|
|
48999
49771
|
}
|
|
49000
49772
|
|
|
49773
|
+
export class GetRoutineRouteRequest extends $dara.Model {
|
|
49774
|
+
/**
|
|
49775
|
+
* @remarks
|
|
49776
|
+
* This parameter is required.
|
|
49777
|
+
*
|
|
49778
|
+
* @example
|
|
49779
|
+
* 35281609698****
|
|
49780
|
+
*/
|
|
49781
|
+
configId?: number;
|
|
49782
|
+
/**
|
|
49783
|
+
* @remarks
|
|
49784
|
+
* This parameter is required.
|
|
49785
|
+
*
|
|
49786
|
+
* @example
|
|
49787
|
+
* 123456****
|
|
49788
|
+
*/
|
|
49789
|
+
siteId?: number;
|
|
49790
|
+
static names(): { [key: string]: string } {
|
|
49791
|
+
return {
|
|
49792
|
+
configId: 'ConfigId',
|
|
49793
|
+
siteId: 'SiteId',
|
|
49794
|
+
};
|
|
49795
|
+
}
|
|
49796
|
+
|
|
49797
|
+
static types(): { [key: string]: any } {
|
|
49798
|
+
return {
|
|
49799
|
+
configId: 'number',
|
|
49800
|
+
siteId: 'number',
|
|
49801
|
+
};
|
|
49802
|
+
}
|
|
49803
|
+
|
|
49804
|
+
validate() {
|
|
49805
|
+
super.validate();
|
|
49806
|
+
}
|
|
49807
|
+
|
|
49808
|
+
constructor(map?: { [key: string]: any }) {
|
|
49809
|
+
super(map);
|
|
49810
|
+
}
|
|
49811
|
+
}
|
|
49812
|
+
|
|
49813
|
+
export class GetRoutineRouteResponseBody extends $dara.Model {
|
|
49814
|
+
/**
|
|
49815
|
+
* @example
|
|
49816
|
+
* on
|
|
49817
|
+
*/
|
|
49818
|
+
bypass?: string;
|
|
49819
|
+
/**
|
|
49820
|
+
* @example
|
|
49821
|
+
* 352816******
|
|
49822
|
+
*/
|
|
49823
|
+
configId?: number;
|
|
49824
|
+
/**
|
|
49825
|
+
* @example
|
|
49826
|
+
* global
|
|
49827
|
+
*/
|
|
49828
|
+
configType?: string;
|
|
49829
|
+
/**
|
|
49830
|
+
* @example
|
|
49831
|
+
* simple
|
|
49832
|
+
*/
|
|
49833
|
+
mode?: string;
|
|
49834
|
+
/**
|
|
49835
|
+
* @example
|
|
49836
|
+
* 36af3fcc-43d0-441c-86b1-428951dc8225
|
|
49837
|
+
*/
|
|
49838
|
+
requestId?: string;
|
|
49839
|
+
/**
|
|
49840
|
+
* @example
|
|
49841
|
+
* on
|
|
49842
|
+
*/
|
|
49843
|
+
routeEnable?: string;
|
|
49844
|
+
/**
|
|
49845
|
+
* @example
|
|
49846
|
+
* test_route
|
|
49847
|
+
*/
|
|
49848
|
+
routeName?: string;
|
|
49849
|
+
/**
|
|
49850
|
+
* @example
|
|
49851
|
+
* test-routine1
|
|
49852
|
+
*/
|
|
49853
|
+
routineName?: string;
|
|
49854
|
+
/**
|
|
49855
|
+
* @example
|
|
49856
|
+
* (http.host eq \\"video.example.com\\")
|
|
49857
|
+
*/
|
|
49858
|
+
rule?: string;
|
|
49859
|
+
/**
|
|
49860
|
+
* @example
|
|
49861
|
+
* 1
|
|
49862
|
+
*/
|
|
49863
|
+
sequence?: number;
|
|
49864
|
+
/**
|
|
49865
|
+
* @example
|
|
49866
|
+
* 0
|
|
49867
|
+
*/
|
|
49868
|
+
siteVersion?: number;
|
|
49869
|
+
static names(): { [key: string]: string } {
|
|
49870
|
+
return {
|
|
49871
|
+
bypass: 'Bypass',
|
|
49872
|
+
configId: 'ConfigId',
|
|
49873
|
+
configType: 'ConfigType',
|
|
49874
|
+
mode: 'Mode',
|
|
49875
|
+
requestId: 'RequestId',
|
|
49876
|
+
routeEnable: 'RouteEnable',
|
|
49877
|
+
routeName: 'RouteName',
|
|
49878
|
+
routineName: 'RoutineName',
|
|
49879
|
+
rule: 'Rule',
|
|
49880
|
+
sequence: 'Sequence',
|
|
49881
|
+
siteVersion: 'SiteVersion',
|
|
49882
|
+
};
|
|
49883
|
+
}
|
|
49884
|
+
|
|
49885
|
+
static types(): { [key: string]: any } {
|
|
49886
|
+
return {
|
|
49887
|
+
bypass: 'string',
|
|
49888
|
+
configId: 'number',
|
|
49889
|
+
configType: 'string',
|
|
49890
|
+
mode: 'string',
|
|
49891
|
+
requestId: 'string',
|
|
49892
|
+
routeEnable: 'string',
|
|
49893
|
+
routeName: 'string',
|
|
49894
|
+
routineName: 'string',
|
|
49895
|
+
rule: 'string',
|
|
49896
|
+
sequence: 'number',
|
|
49897
|
+
siteVersion: 'number',
|
|
49898
|
+
};
|
|
49899
|
+
}
|
|
49900
|
+
|
|
49901
|
+
validate() {
|
|
49902
|
+
super.validate();
|
|
49903
|
+
}
|
|
49904
|
+
|
|
49905
|
+
constructor(map?: { [key: string]: any }) {
|
|
49906
|
+
super(map);
|
|
49907
|
+
}
|
|
49908
|
+
}
|
|
49909
|
+
|
|
49910
|
+
export class GetRoutineRouteResponse extends $dara.Model {
|
|
49911
|
+
headers?: { [key: string]: string };
|
|
49912
|
+
statusCode?: number;
|
|
49913
|
+
body?: GetRoutineRouteResponseBody;
|
|
49914
|
+
static names(): { [key: string]: string } {
|
|
49915
|
+
return {
|
|
49916
|
+
headers: 'headers',
|
|
49917
|
+
statusCode: 'statusCode',
|
|
49918
|
+
body: 'body',
|
|
49919
|
+
};
|
|
49920
|
+
}
|
|
49921
|
+
|
|
49922
|
+
static types(): { [key: string]: any } {
|
|
49923
|
+
return {
|
|
49924
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
49925
|
+
statusCode: 'number',
|
|
49926
|
+
body: GetRoutineRouteResponseBody,
|
|
49927
|
+
};
|
|
49928
|
+
}
|
|
49929
|
+
|
|
49930
|
+
validate() {
|
|
49931
|
+
if(this.headers) {
|
|
49932
|
+
$dara.Model.validateMap(this.headers);
|
|
49933
|
+
}
|
|
49934
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
49935
|
+
(this.body as any).validate();
|
|
49936
|
+
}
|
|
49937
|
+
super.validate();
|
|
49938
|
+
}
|
|
49939
|
+
|
|
49940
|
+
constructor(map?: { [key: string]: any }) {
|
|
49941
|
+
super(map);
|
|
49942
|
+
}
|
|
49943
|
+
}
|
|
49944
|
+
|
|
49001
49945
|
export class GetRoutineStagingCodeUploadInfoRequest extends $dara.Model {
|
|
49002
49946
|
/**
|
|
49003
49947
|
* @remarks
|
|
@@ -51962,7 +52906,7 @@ export class GetWafRuleResponse extends $dara.Model {
|
|
|
51962
52906
|
export class GetWafRulesetRequest extends $dara.Model {
|
|
51963
52907
|
/**
|
|
51964
52908
|
* @remarks
|
|
51965
|
-
* The ID of the WAF ruleset, which can be obtained by calling the
|
|
52909
|
+
* The ID of the WAF ruleset, which can be obtained by calling the ListWafRulesets interface.
|
|
51966
52910
|
*
|
|
51967
52911
|
* @example
|
|
51968
52912
|
* 10000001
|
|
@@ -52765,6 +53709,122 @@ export class ListCertificatesResponse extends $dara.Model {
|
|
|
52765
53709
|
}
|
|
52766
53710
|
}
|
|
52767
53711
|
|
|
53712
|
+
export class ListCertificatesByRecordRequest extends $dara.Model {
|
|
53713
|
+
detail?: boolean;
|
|
53714
|
+
/**
|
|
53715
|
+
* @remarks
|
|
53716
|
+
* This parameter is required.
|
|
53717
|
+
*/
|
|
53718
|
+
recordName?: string;
|
|
53719
|
+
/**
|
|
53720
|
+
* @remarks
|
|
53721
|
+
* This parameter is required.
|
|
53722
|
+
*
|
|
53723
|
+
* @example
|
|
53724
|
+
* 1234567890123
|
|
53725
|
+
*/
|
|
53726
|
+
siteId?: number;
|
|
53727
|
+
validOnly?: boolean;
|
|
53728
|
+
static names(): { [key: string]: string } {
|
|
53729
|
+
return {
|
|
53730
|
+
detail: 'Detail',
|
|
53731
|
+
recordName: 'RecordName',
|
|
53732
|
+
siteId: 'SiteId',
|
|
53733
|
+
validOnly: 'ValidOnly',
|
|
53734
|
+
};
|
|
53735
|
+
}
|
|
53736
|
+
|
|
53737
|
+
static types(): { [key: string]: any } {
|
|
53738
|
+
return {
|
|
53739
|
+
detail: 'boolean',
|
|
53740
|
+
recordName: 'string',
|
|
53741
|
+
siteId: 'number',
|
|
53742
|
+
validOnly: 'boolean',
|
|
53743
|
+
};
|
|
53744
|
+
}
|
|
53745
|
+
|
|
53746
|
+
validate() {
|
|
53747
|
+
super.validate();
|
|
53748
|
+
}
|
|
53749
|
+
|
|
53750
|
+
constructor(map?: { [key: string]: any }) {
|
|
53751
|
+
super(map);
|
|
53752
|
+
}
|
|
53753
|
+
}
|
|
53754
|
+
|
|
53755
|
+
export class ListCertificatesByRecordResponseBody extends $dara.Model {
|
|
53756
|
+
requestId?: string;
|
|
53757
|
+
result?: ListCertificatesByRecordResponseBodyResult[];
|
|
53758
|
+
siteId?: number;
|
|
53759
|
+
siteName?: string;
|
|
53760
|
+
totalCount?: number;
|
|
53761
|
+
static names(): { [key: string]: string } {
|
|
53762
|
+
return {
|
|
53763
|
+
requestId: 'RequestId',
|
|
53764
|
+
result: 'Result',
|
|
53765
|
+
siteId: 'SiteId',
|
|
53766
|
+
siteName: 'SiteName',
|
|
53767
|
+
totalCount: 'TotalCount',
|
|
53768
|
+
};
|
|
53769
|
+
}
|
|
53770
|
+
|
|
53771
|
+
static types(): { [key: string]: any } {
|
|
53772
|
+
return {
|
|
53773
|
+
requestId: 'string',
|
|
53774
|
+
result: { 'type': 'array', 'itemType': ListCertificatesByRecordResponseBodyResult },
|
|
53775
|
+
siteId: 'number',
|
|
53776
|
+
siteName: 'string',
|
|
53777
|
+
totalCount: 'number',
|
|
53778
|
+
};
|
|
53779
|
+
}
|
|
53780
|
+
|
|
53781
|
+
validate() {
|
|
53782
|
+
if(Array.isArray(this.result)) {
|
|
53783
|
+
$dara.Model.validateArray(this.result);
|
|
53784
|
+
}
|
|
53785
|
+
super.validate();
|
|
53786
|
+
}
|
|
53787
|
+
|
|
53788
|
+
constructor(map?: { [key: string]: any }) {
|
|
53789
|
+
super(map);
|
|
53790
|
+
}
|
|
53791
|
+
}
|
|
53792
|
+
|
|
53793
|
+
export class ListCertificatesByRecordResponse extends $dara.Model {
|
|
53794
|
+
headers?: { [key: string]: string };
|
|
53795
|
+
statusCode?: number;
|
|
53796
|
+
body?: ListCertificatesByRecordResponseBody;
|
|
53797
|
+
static names(): { [key: string]: string } {
|
|
53798
|
+
return {
|
|
53799
|
+
headers: 'headers',
|
|
53800
|
+
statusCode: 'statusCode',
|
|
53801
|
+
body: 'body',
|
|
53802
|
+
};
|
|
53803
|
+
}
|
|
53804
|
+
|
|
53805
|
+
static types(): { [key: string]: any } {
|
|
53806
|
+
return {
|
|
53807
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
53808
|
+
statusCode: 'number',
|
|
53809
|
+
body: ListCertificatesByRecordResponseBody,
|
|
53810
|
+
};
|
|
53811
|
+
}
|
|
53812
|
+
|
|
53813
|
+
validate() {
|
|
53814
|
+
if(this.headers) {
|
|
53815
|
+
$dara.Model.validateMap(this.headers);
|
|
53816
|
+
}
|
|
53817
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
53818
|
+
(this.body as any).validate();
|
|
53819
|
+
}
|
|
53820
|
+
super.validate();
|
|
53821
|
+
}
|
|
53822
|
+
|
|
53823
|
+
constructor(map?: { [key: string]: any }) {
|
|
53824
|
+
super(map);
|
|
53825
|
+
}
|
|
53826
|
+
}
|
|
53827
|
+
|
|
52768
53828
|
export class ListCiphersRequest extends $dara.Model {
|
|
52769
53829
|
/**
|
|
52770
53830
|
* @remarks
|
|
@@ -58904,37 +59964,242 @@ export class ListRoutineCanaryAreasResponse extends $dara.Model {
|
|
|
58904
59964
|
}
|
|
58905
59965
|
}
|
|
58906
59966
|
|
|
58907
|
-
export class
|
|
59967
|
+
export class ListRoutineRelatedRecordsRequest extends $dara.Model {
|
|
58908
59968
|
/**
|
|
58909
59969
|
* @remarks
|
|
58910
|
-
*
|
|
59970
|
+
* This parameter is required.
|
|
58911
59971
|
*
|
|
58912
59972
|
* @example
|
|
58913
|
-
*
|
|
59973
|
+
* test
|
|
59974
|
+
*/
|
|
59975
|
+
name?: string;
|
|
59976
|
+
/**
|
|
59977
|
+
* @example
|
|
59978
|
+
* 1
|
|
59979
|
+
*/
|
|
59980
|
+
pageNumber?: number;
|
|
59981
|
+
/**
|
|
59982
|
+
* @example
|
|
59983
|
+
* 20
|
|
59984
|
+
*/
|
|
59985
|
+
pageSize?: number;
|
|
59986
|
+
/**
|
|
59987
|
+
* @example
|
|
59988
|
+
* hello
|
|
59989
|
+
*/
|
|
59990
|
+
searchKeyWord?: string;
|
|
59991
|
+
static names(): { [key: string]: string } {
|
|
59992
|
+
return {
|
|
59993
|
+
name: 'Name',
|
|
59994
|
+
pageNumber: 'PageNumber',
|
|
59995
|
+
pageSize: 'PageSize',
|
|
59996
|
+
searchKeyWord: 'SearchKeyWord',
|
|
59997
|
+
};
|
|
59998
|
+
}
|
|
59999
|
+
|
|
60000
|
+
static types(): { [key: string]: any } {
|
|
60001
|
+
return {
|
|
60002
|
+
name: 'string',
|
|
60003
|
+
pageNumber: 'number',
|
|
60004
|
+
pageSize: 'number',
|
|
60005
|
+
searchKeyWord: 'string',
|
|
60006
|
+
};
|
|
60007
|
+
}
|
|
60008
|
+
|
|
60009
|
+
validate() {
|
|
60010
|
+
super.validate();
|
|
60011
|
+
}
|
|
60012
|
+
|
|
60013
|
+
constructor(map?: { [key: string]: any }) {
|
|
60014
|
+
super(map);
|
|
60015
|
+
}
|
|
60016
|
+
}
|
|
60017
|
+
|
|
60018
|
+
export class ListRoutineRelatedRecordsResponseBody extends $dara.Model {
|
|
60019
|
+
/**
|
|
60020
|
+
* @example
|
|
60021
|
+
* 1
|
|
60022
|
+
*/
|
|
60023
|
+
pageNumber?: number;
|
|
60024
|
+
/**
|
|
60025
|
+
* @example
|
|
60026
|
+
* 20
|
|
60027
|
+
*/
|
|
60028
|
+
pageSize?: number;
|
|
60029
|
+
relatedRecords?: ListRoutineRelatedRecordsResponseBodyRelatedRecords[];
|
|
60030
|
+
/**
|
|
60031
|
+
* @example
|
|
60032
|
+
* 15C66C7B-671A-4297-9187-2C4477247A74
|
|
58914
60033
|
*/
|
|
58915
60034
|
requestId?: string;
|
|
60035
|
+
/**
|
|
60036
|
+
* @example
|
|
60037
|
+
* 16
|
|
60038
|
+
*/
|
|
60039
|
+
totalCount?: number;
|
|
60040
|
+
static names(): { [key: string]: string } {
|
|
60041
|
+
return {
|
|
60042
|
+
pageNumber: 'PageNumber',
|
|
60043
|
+
pageSize: 'PageSize',
|
|
60044
|
+
relatedRecords: 'RelatedRecords',
|
|
60045
|
+
requestId: 'RequestId',
|
|
60046
|
+
totalCount: 'TotalCount',
|
|
60047
|
+
};
|
|
60048
|
+
}
|
|
60049
|
+
|
|
60050
|
+
static types(): { [key: string]: any } {
|
|
60051
|
+
return {
|
|
60052
|
+
pageNumber: 'number',
|
|
60053
|
+
pageSize: 'number',
|
|
60054
|
+
relatedRecords: { 'type': 'array', 'itemType': ListRoutineRelatedRecordsResponseBodyRelatedRecords },
|
|
60055
|
+
requestId: 'string',
|
|
60056
|
+
totalCount: 'number',
|
|
60057
|
+
};
|
|
60058
|
+
}
|
|
60059
|
+
|
|
60060
|
+
validate() {
|
|
60061
|
+
if(Array.isArray(this.relatedRecords)) {
|
|
60062
|
+
$dara.Model.validateArray(this.relatedRecords);
|
|
60063
|
+
}
|
|
60064
|
+
super.validate();
|
|
60065
|
+
}
|
|
60066
|
+
|
|
60067
|
+
constructor(map?: { [key: string]: any }) {
|
|
60068
|
+
super(map);
|
|
60069
|
+
}
|
|
60070
|
+
}
|
|
60071
|
+
|
|
60072
|
+
export class ListRoutineRelatedRecordsResponse extends $dara.Model {
|
|
60073
|
+
headers?: { [key: string]: string };
|
|
60074
|
+
statusCode?: number;
|
|
60075
|
+
body?: ListRoutineRelatedRecordsResponseBody;
|
|
60076
|
+
static names(): { [key: string]: string } {
|
|
60077
|
+
return {
|
|
60078
|
+
headers: 'headers',
|
|
60079
|
+
statusCode: 'statusCode',
|
|
60080
|
+
body: 'body',
|
|
60081
|
+
};
|
|
60082
|
+
}
|
|
60083
|
+
|
|
60084
|
+
static types(): { [key: string]: any } {
|
|
60085
|
+
return {
|
|
60086
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
60087
|
+
statusCode: 'number',
|
|
60088
|
+
body: ListRoutineRelatedRecordsResponseBody,
|
|
60089
|
+
};
|
|
60090
|
+
}
|
|
60091
|
+
|
|
60092
|
+
validate() {
|
|
60093
|
+
if(this.headers) {
|
|
60094
|
+
$dara.Model.validateMap(this.headers);
|
|
60095
|
+
}
|
|
60096
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
60097
|
+
(this.body as any).validate();
|
|
60098
|
+
}
|
|
60099
|
+
super.validate();
|
|
60100
|
+
}
|
|
60101
|
+
|
|
60102
|
+
constructor(map?: { [key: string]: any }) {
|
|
60103
|
+
super(map);
|
|
60104
|
+
}
|
|
60105
|
+
}
|
|
60106
|
+
|
|
60107
|
+
export class ListRoutineRoutesRequest extends $dara.Model {
|
|
60108
|
+
/**
|
|
60109
|
+
* @example
|
|
60110
|
+
* 1
|
|
60111
|
+
*/
|
|
60112
|
+
pageNumber?: number;
|
|
60113
|
+
/**
|
|
60114
|
+
* @example
|
|
60115
|
+
* 10
|
|
60116
|
+
*/
|
|
60117
|
+
pageSize?: number;
|
|
58916
60118
|
/**
|
|
58917
60119
|
* @remarks
|
|
58918
|
-
*
|
|
60120
|
+
* This parameter is required.
|
|
60121
|
+
*
|
|
60122
|
+
* @example
|
|
60123
|
+
* test-routine1
|
|
58919
60124
|
*/
|
|
58920
|
-
|
|
60125
|
+
routineName?: string;
|
|
58921
60126
|
static names(): { [key: string]: string } {
|
|
58922
60127
|
return {
|
|
60128
|
+
pageNumber: 'PageNumber',
|
|
60129
|
+
pageSize: 'PageSize',
|
|
60130
|
+
routineName: 'RoutineName',
|
|
60131
|
+
};
|
|
60132
|
+
}
|
|
60133
|
+
|
|
60134
|
+
static types(): { [key: string]: any } {
|
|
60135
|
+
return {
|
|
60136
|
+
pageNumber: 'number',
|
|
60137
|
+
pageSize: 'number',
|
|
60138
|
+
routineName: 'string',
|
|
60139
|
+
};
|
|
60140
|
+
}
|
|
60141
|
+
|
|
60142
|
+
validate() {
|
|
60143
|
+
super.validate();
|
|
60144
|
+
}
|
|
60145
|
+
|
|
60146
|
+
constructor(map?: { [key: string]: any }) {
|
|
60147
|
+
super(map);
|
|
60148
|
+
}
|
|
60149
|
+
}
|
|
60150
|
+
|
|
60151
|
+
export class ListRoutineRoutesResponseBody extends $dara.Model {
|
|
60152
|
+
configs?: ListRoutineRoutesResponseBodyConfigs[];
|
|
60153
|
+
/**
|
|
60154
|
+
* @example
|
|
60155
|
+
* 1
|
|
60156
|
+
*/
|
|
60157
|
+
pageNumber?: number;
|
|
60158
|
+
/**
|
|
60159
|
+
* @example
|
|
60160
|
+
* 20
|
|
60161
|
+
*/
|
|
60162
|
+
pageSize?: number;
|
|
60163
|
+
/**
|
|
60164
|
+
* @example
|
|
60165
|
+
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
60166
|
+
*/
|
|
60167
|
+
requestId?: string;
|
|
60168
|
+
/**
|
|
60169
|
+
* @example
|
|
60170
|
+
* 83
|
|
60171
|
+
*/
|
|
60172
|
+
totalCount?: number;
|
|
60173
|
+
/**
|
|
60174
|
+
* @example
|
|
60175
|
+
* 2
|
|
60176
|
+
*/
|
|
60177
|
+
totalPage?: number;
|
|
60178
|
+
static names(): { [key: string]: string } {
|
|
60179
|
+
return {
|
|
60180
|
+
configs: 'Configs',
|
|
60181
|
+
pageNumber: 'PageNumber',
|
|
60182
|
+
pageSize: 'PageSize',
|
|
58923
60183
|
requestId: 'RequestId',
|
|
58924
|
-
|
|
60184
|
+
totalCount: 'TotalCount',
|
|
60185
|
+
totalPage: 'TotalPage',
|
|
58925
60186
|
};
|
|
58926
60187
|
}
|
|
58927
60188
|
|
|
58928
60189
|
static types(): { [key: string]: any } {
|
|
58929
60190
|
return {
|
|
60191
|
+
configs: { 'type': 'array', 'itemType': ListRoutineRoutesResponseBodyConfigs },
|
|
60192
|
+
pageNumber: 'number',
|
|
60193
|
+
pageSize: 'number',
|
|
58930
60194
|
requestId: 'string',
|
|
58931
|
-
|
|
60195
|
+
totalCount: 'number',
|
|
60196
|
+
totalPage: 'number',
|
|
58932
60197
|
};
|
|
58933
60198
|
}
|
|
58934
60199
|
|
|
58935
60200
|
validate() {
|
|
58936
|
-
if(Array.isArray(this.
|
|
58937
|
-
$dara.Model.validateArray(this.
|
|
60201
|
+
if(Array.isArray(this.configs)) {
|
|
60202
|
+
$dara.Model.validateArray(this.configs);
|
|
58938
60203
|
}
|
|
58939
60204
|
super.validate();
|
|
58940
60205
|
}
|
|
@@ -58944,10 +60209,10 @@ export class ListRoutineOptionalSpecsResponseBody extends $dara.Model {
|
|
|
58944
60209
|
}
|
|
58945
60210
|
}
|
|
58946
60211
|
|
|
58947
|
-
export class
|
|
60212
|
+
export class ListRoutineRoutesResponse extends $dara.Model {
|
|
58948
60213
|
headers?: { [key: string]: string };
|
|
58949
60214
|
statusCode?: number;
|
|
58950
|
-
body?:
|
|
60215
|
+
body?: ListRoutineRoutesResponseBody;
|
|
58951
60216
|
static names(): { [key: string]: string } {
|
|
58952
60217
|
return {
|
|
58953
60218
|
headers: 'headers',
|
|
@@ -58960,7 +60225,7 @@ export class ListRoutineOptionalSpecsResponse extends $dara.Model {
|
|
|
58960
60225
|
return {
|
|
58961
60226
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
58962
60227
|
statusCode: 'number',
|
|
58963
|
-
body:
|
|
60228
|
+
body: ListRoutineRoutesResponseBody,
|
|
58964
60229
|
};
|
|
58965
60230
|
}
|
|
58966
60231
|
|
|
@@ -59425,6 +60690,167 @@ export class ListSiteDeliveryTasksResponse extends $dara.Model {
|
|
|
59425
60690
|
}
|
|
59426
60691
|
}
|
|
59427
60692
|
|
|
60693
|
+
export class ListSiteRoutesRequest extends $dara.Model {
|
|
60694
|
+
/**
|
|
60695
|
+
* @example
|
|
60696
|
+
* 35281609698****
|
|
60697
|
+
*/
|
|
60698
|
+
configId?: number;
|
|
60699
|
+
/**
|
|
60700
|
+
* @example
|
|
60701
|
+
* global
|
|
60702
|
+
*/
|
|
60703
|
+
configType?: string;
|
|
60704
|
+
/**
|
|
60705
|
+
* @example
|
|
60706
|
+
* 1
|
|
60707
|
+
*/
|
|
60708
|
+
pageNumber?: number;
|
|
60709
|
+
/**
|
|
60710
|
+
* @example
|
|
60711
|
+
* 20
|
|
60712
|
+
*/
|
|
60713
|
+
pageSize?: number;
|
|
60714
|
+
/**
|
|
60715
|
+
* @example
|
|
60716
|
+
* test_route
|
|
60717
|
+
*/
|
|
60718
|
+
routeName?: string;
|
|
60719
|
+
/**
|
|
60720
|
+
* @remarks
|
|
60721
|
+
* This parameter is required.
|
|
60722
|
+
*
|
|
60723
|
+
* @example
|
|
60724
|
+
* 123456****
|
|
60725
|
+
*/
|
|
60726
|
+
siteId?: number;
|
|
60727
|
+
static names(): { [key: string]: string } {
|
|
60728
|
+
return {
|
|
60729
|
+
configId: 'ConfigId',
|
|
60730
|
+
configType: 'ConfigType',
|
|
60731
|
+
pageNumber: 'PageNumber',
|
|
60732
|
+
pageSize: 'PageSize',
|
|
60733
|
+
routeName: 'RouteName',
|
|
60734
|
+
siteId: 'SiteId',
|
|
60735
|
+
};
|
|
60736
|
+
}
|
|
60737
|
+
|
|
60738
|
+
static types(): { [key: string]: any } {
|
|
60739
|
+
return {
|
|
60740
|
+
configId: 'number',
|
|
60741
|
+
configType: 'string',
|
|
60742
|
+
pageNumber: 'number',
|
|
60743
|
+
pageSize: 'number',
|
|
60744
|
+
routeName: 'string',
|
|
60745
|
+
siteId: 'number',
|
|
60746
|
+
};
|
|
60747
|
+
}
|
|
60748
|
+
|
|
60749
|
+
validate() {
|
|
60750
|
+
super.validate();
|
|
60751
|
+
}
|
|
60752
|
+
|
|
60753
|
+
constructor(map?: { [key: string]: any }) {
|
|
60754
|
+
super(map);
|
|
60755
|
+
}
|
|
60756
|
+
}
|
|
60757
|
+
|
|
60758
|
+
export class ListSiteRoutesResponseBody extends $dara.Model {
|
|
60759
|
+
configs?: ListSiteRoutesResponseBodyConfigs[];
|
|
60760
|
+
/**
|
|
60761
|
+
* @example
|
|
60762
|
+
* 1
|
|
60763
|
+
*/
|
|
60764
|
+
pageNumber?: number;
|
|
60765
|
+
/**
|
|
60766
|
+
* @example
|
|
60767
|
+
* 10
|
|
60768
|
+
*/
|
|
60769
|
+
pageSize?: number;
|
|
60770
|
+
/**
|
|
60771
|
+
* @example
|
|
60772
|
+
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
60773
|
+
*/
|
|
60774
|
+
requestId?: string;
|
|
60775
|
+
/**
|
|
60776
|
+
* @example
|
|
60777
|
+
* 16
|
|
60778
|
+
*/
|
|
60779
|
+
totalCount?: number;
|
|
60780
|
+
/**
|
|
60781
|
+
* @example
|
|
60782
|
+
* 10
|
|
60783
|
+
*/
|
|
60784
|
+
totalPage?: number;
|
|
60785
|
+
static names(): { [key: string]: string } {
|
|
60786
|
+
return {
|
|
60787
|
+
configs: 'Configs',
|
|
60788
|
+
pageNumber: 'PageNumber',
|
|
60789
|
+
pageSize: 'PageSize',
|
|
60790
|
+
requestId: 'RequestId',
|
|
60791
|
+
totalCount: 'TotalCount',
|
|
60792
|
+
totalPage: 'TotalPage',
|
|
60793
|
+
};
|
|
60794
|
+
}
|
|
60795
|
+
|
|
60796
|
+
static types(): { [key: string]: any } {
|
|
60797
|
+
return {
|
|
60798
|
+
configs: { 'type': 'array', 'itemType': ListSiteRoutesResponseBodyConfigs },
|
|
60799
|
+
pageNumber: 'number',
|
|
60800
|
+
pageSize: 'number',
|
|
60801
|
+
requestId: 'string',
|
|
60802
|
+
totalCount: 'number',
|
|
60803
|
+
totalPage: 'number',
|
|
60804
|
+
};
|
|
60805
|
+
}
|
|
60806
|
+
|
|
60807
|
+
validate() {
|
|
60808
|
+
if(Array.isArray(this.configs)) {
|
|
60809
|
+
$dara.Model.validateArray(this.configs);
|
|
60810
|
+
}
|
|
60811
|
+
super.validate();
|
|
60812
|
+
}
|
|
60813
|
+
|
|
60814
|
+
constructor(map?: { [key: string]: any }) {
|
|
60815
|
+
super(map);
|
|
60816
|
+
}
|
|
60817
|
+
}
|
|
60818
|
+
|
|
60819
|
+
export class ListSiteRoutesResponse extends $dara.Model {
|
|
60820
|
+
headers?: { [key: string]: string };
|
|
60821
|
+
statusCode?: number;
|
|
60822
|
+
body?: ListSiteRoutesResponseBody;
|
|
60823
|
+
static names(): { [key: string]: string } {
|
|
60824
|
+
return {
|
|
60825
|
+
headers: 'headers',
|
|
60826
|
+
statusCode: 'statusCode',
|
|
60827
|
+
body: 'body',
|
|
60828
|
+
};
|
|
60829
|
+
}
|
|
60830
|
+
|
|
60831
|
+
static types(): { [key: string]: any } {
|
|
60832
|
+
return {
|
|
60833
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
60834
|
+
statusCode: 'number',
|
|
60835
|
+
body: ListSiteRoutesResponseBody,
|
|
60836
|
+
};
|
|
60837
|
+
}
|
|
60838
|
+
|
|
60839
|
+
validate() {
|
|
60840
|
+
if(this.headers) {
|
|
60841
|
+
$dara.Model.validateMap(this.headers);
|
|
60842
|
+
}
|
|
60843
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
60844
|
+
(this.body as any).validate();
|
|
60845
|
+
}
|
|
60846
|
+
super.validate();
|
|
60847
|
+
}
|
|
60848
|
+
|
|
60849
|
+
constructor(map?: { [key: string]: any }) {
|
|
60850
|
+
super(map);
|
|
60851
|
+
}
|
|
60852
|
+
}
|
|
60853
|
+
|
|
59428
60854
|
export class ListSitesRequest extends $dara.Model {
|
|
59429
60855
|
/**
|
|
59430
60856
|
* @remarks
|
|
@@ -60560,6 +61986,122 @@ export class ListUserRatePlanInstancesResponse extends $dara.Model {
|
|
|
60560
61986
|
}
|
|
60561
61987
|
}
|
|
60562
61988
|
|
|
61989
|
+
export class ListUserRoutinesRequest extends $dara.Model {
|
|
61990
|
+
/**
|
|
61991
|
+
* @example
|
|
61992
|
+
* ListUserRoutines
|
|
61993
|
+
*/
|
|
61994
|
+
pageNumber?: number;
|
|
61995
|
+
pageSize?: number;
|
|
61996
|
+
searchKeyWord?: string;
|
|
61997
|
+
static names(): { [key: string]: string } {
|
|
61998
|
+
return {
|
|
61999
|
+
pageNumber: 'PageNumber',
|
|
62000
|
+
pageSize: 'PageSize',
|
|
62001
|
+
searchKeyWord: 'SearchKeyWord',
|
|
62002
|
+
};
|
|
62003
|
+
}
|
|
62004
|
+
|
|
62005
|
+
static types(): { [key: string]: any } {
|
|
62006
|
+
return {
|
|
62007
|
+
pageNumber: 'number',
|
|
62008
|
+
pageSize: 'number',
|
|
62009
|
+
searchKeyWord: 'string',
|
|
62010
|
+
};
|
|
62011
|
+
}
|
|
62012
|
+
|
|
62013
|
+
validate() {
|
|
62014
|
+
super.validate();
|
|
62015
|
+
}
|
|
62016
|
+
|
|
62017
|
+
constructor(map?: { [key: string]: any }) {
|
|
62018
|
+
super(map);
|
|
62019
|
+
}
|
|
62020
|
+
}
|
|
62021
|
+
|
|
62022
|
+
export class ListUserRoutinesResponseBody extends $dara.Model {
|
|
62023
|
+
pageNumber?: number;
|
|
62024
|
+
pageSize?: number;
|
|
62025
|
+
quotaRoutineNumber?: number;
|
|
62026
|
+
/**
|
|
62027
|
+
* @remarks
|
|
62028
|
+
* Id of the request
|
|
62029
|
+
*/
|
|
62030
|
+
requestId?: string;
|
|
62031
|
+
routines?: ListUserRoutinesResponseBodyRoutines[];
|
|
62032
|
+
totalCount?: number;
|
|
62033
|
+
usedRoutineNumber?: number;
|
|
62034
|
+
static names(): { [key: string]: string } {
|
|
62035
|
+
return {
|
|
62036
|
+
pageNumber: 'PageNumber',
|
|
62037
|
+
pageSize: 'PageSize',
|
|
62038
|
+
quotaRoutineNumber: 'QuotaRoutineNumber',
|
|
62039
|
+
requestId: 'RequestId',
|
|
62040
|
+
routines: 'Routines',
|
|
62041
|
+
totalCount: 'TotalCount',
|
|
62042
|
+
usedRoutineNumber: 'UsedRoutineNumber',
|
|
62043
|
+
};
|
|
62044
|
+
}
|
|
62045
|
+
|
|
62046
|
+
static types(): { [key: string]: any } {
|
|
62047
|
+
return {
|
|
62048
|
+
pageNumber: 'number',
|
|
62049
|
+
pageSize: 'number',
|
|
62050
|
+
quotaRoutineNumber: 'number',
|
|
62051
|
+
requestId: 'string',
|
|
62052
|
+
routines: { 'type': 'array', 'itemType': ListUserRoutinesResponseBodyRoutines },
|
|
62053
|
+
totalCount: 'number',
|
|
62054
|
+
usedRoutineNumber: 'number',
|
|
62055
|
+
};
|
|
62056
|
+
}
|
|
62057
|
+
|
|
62058
|
+
validate() {
|
|
62059
|
+
if(Array.isArray(this.routines)) {
|
|
62060
|
+
$dara.Model.validateArray(this.routines);
|
|
62061
|
+
}
|
|
62062
|
+
super.validate();
|
|
62063
|
+
}
|
|
62064
|
+
|
|
62065
|
+
constructor(map?: { [key: string]: any }) {
|
|
62066
|
+
super(map);
|
|
62067
|
+
}
|
|
62068
|
+
}
|
|
62069
|
+
|
|
62070
|
+
export class ListUserRoutinesResponse extends $dara.Model {
|
|
62071
|
+
headers?: { [key: string]: string };
|
|
62072
|
+
statusCode?: number;
|
|
62073
|
+
body?: ListUserRoutinesResponseBody;
|
|
62074
|
+
static names(): { [key: string]: string } {
|
|
62075
|
+
return {
|
|
62076
|
+
headers: 'headers',
|
|
62077
|
+
statusCode: 'statusCode',
|
|
62078
|
+
body: 'body',
|
|
62079
|
+
};
|
|
62080
|
+
}
|
|
62081
|
+
|
|
62082
|
+
static types(): { [key: string]: any } {
|
|
62083
|
+
return {
|
|
62084
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
62085
|
+
statusCode: 'number',
|
|
62086
|
+
body: ListUserRoutinesResponseBody,
|
|
62087
|
+
};
|
|
62088
|
+
}
|
|
62089
|
+
|
|
62090
|
+
validate() {
|
|
62091
|
+
if(this.headers) {
|
|
62092
|
+
$dara.Model.validateMap(this.headers);
|
|
62093
|
+
}
|
|
62094
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
62095
|
+
(this.body as any).validate();
|
|
62096
|
+
}
|
|
62097
|
+
super.validate();
|
|
62098
|
+
}
|
|
62099
|
+
|
|
62100
|
+
constructor(map?: { [key: string]: any }) {
|
|
62101
|
+
super(map);
|
|
62102
|
+
}
|
|
62103
|
+
}
|
|
62104
|
+
|
|
60563
62105
|
export class ListWafManagedRulesRequest extends $dara.Model {
|
|
60564
62106
|
/**
|
|
60565
62107
|
* @remarks
|
|
@@ -62757,93 +64299,6 @@ export class PublishEdgeContainerAppVersionResponse extends $dara.Model {
|
|
|
62757
64299
|
}
|
|
62758
64300
|
|
|
62759
64301
|
export class PublishRoutineCodeVersionRequest extends $dara.Model {
|
|
62760
|
-
/**
|
|
62761
|
-
* @remarks
|
|
62762
|
-
* The regions for canary release.
|
|
62763
|
-
*/
|
|
62764
|
-
canaryAreaList?: string[];
|
|
62765
|
-
/**
|
|
62766
|
-
* @remarks
|
|
62767
|
-
* The version number for canary release.
|
|
62768
|
-
*
|
|
62769
|
-
* @example
|
|
62770
|
-
* 1710120201067203242
|
|
62771
|
-
*/
|
|
62772
|
-
canaryCodeVersion?: string;
|
|
62773
|
-
/**
|
|
62774
|
-
* @remarks
|
|
62775
|
-
* The code version to be released.
|
|
62776
|
-
*
|
|
62777
|
-
* @example
|
|
62778
|
-
* 1710120201067203242
|
|
62779
|
-
*/
|
|
62780
|
-
codeVersion?: string;
|
|
62781
|
-
/**
|
|
62782
|
-
* @remarks
|
|
62783
|
-
* The environment name.
|
|
62784
|
-
*
|
|
62785
|
-
* This parameter is required.
|
|
62786
|
-
*
|
|
62787
|
-
* @example
|
|
62788
|
-
* production
|
|
62789
|
-
*/
|
|
62790
|
-
env?: string;
|
|
62791
|
-
/**
|
|
62792
|
-
* @remarks
|
|
62793
|
-
* The routine name.
|
|
62794
|
-
*
|
|
62795
|
-
* This parameter is required.
|
|
62796
|
-
*
|
|
62797
|
-
* @example
|
|
62798
|
-
* PublishRoutineCodeVersion
|
|
62799
|
-
*/
|
|
62800
|
-
name?: string;
|
|
62801
|
-
static names(): { [key: string]: string } {
|
|
62802
|
-
return {
|
|
62803
|
-
canaryAreaList: 'CanaryAreaList',
|
|
62804
|
-
canaryCodeVersion: 'CanaryCodeVersion',
|
|
62805
|
-
codeVersion: 'CodeVersion',
|
|
62806
|
-
env: 'Env',
|
|
62807
|
-
name: 'Name',
|
|
62808
|
-
};
|
|
62809
|
-
}
|
|
62810
|
-
|
|
62811
|
-
static types(): { [key: string]: any } {
|
|
62812
|
-
return {
|
|
62813
|
-
canaryAreaList: { 'type': 'array', 'itemType': 'string' },
|
|
62814
|
-
canaryCodeVersion: 'string',
|
|
62815
|
-
codeVersion: 'string',
|
|
62816
|
-
env: 'string',
|
|
62817
|
-
name: 'string',
|
|
62818
|
-
};
|
|
62819
|
-
}
|
|
62820
|
-
|
|
62821
|
-
validate() {
|
|
62822
|
-
if(Array.isArray(this.canaryAreaList)) {
|
|
62823
|
-
$dara.Model.validateArray(this.canaryAreaList);
|
|
62824
|
-
}
|
|
62825
|
-
super.validate();
|
|
62826
|
-
}
|
|
62827
|
-
|
|
62828
|
-
constructor(map?: { [key: string]: any }) {
|
|
62829
|
-
super(map);
|
|
62830
|
-
}
|
|
62831
|
-
}
|
|
62832
|
-
|
|
62833
|
-
export class PublishRoutineCodeVersionShrinkRequest extends $dara.Model {
|
|
62834
|
-
/**
|
|
62835
|
-
* @remarks
|
|
62836
|
-
* The regions for canary release.
|
|
62837
|
-
*/
|
|
62838
|
-
canaryAreaListShrink?: string;
|
|
62839
|
-
/**
|
|
62840
|
-
* @remarks
|
|
62841
|
-
* The version number for canary release.
|
|
62842
|
-
*
|
|
62843
|
-
* @example
|
|
62844
|
-
* 1710120201067203242
|
|
62845
|
-
*/
|
|
62846
|
-
canaryCodeVersion?: string;
|
|
62847
64302
|
/**
|
|
62848
64303
|
* @remarks
|
|
62849
64304
|
* The code version to be released.
|
|
@@ -62874,8 +64329,6 @@ export class PublishRoutineCodeVersionShrinkRequest extends $dara.Model {
|
|
|
62874
64329
|
name?: string;
|
|
62875
64330
|
static names(): { [key: string]: string } {
|
|
62876
64331
|
return {
|
|
62877
|
-
canaryAreaListShrink: 'CanaryAreaList',
|
|
62878
|
-
canaryCodeVersion: 'CanaryCodeVersion',
|
|
62879
64332
|
codeVersion: 'CodeVersion',
|
|
62880
64333
|
env: 'Env',
|
|
62881
64334
|
name: 'Name',
|
|
@@ -62884,8 +64337,6 @@ export class PublishRoutineCodeVersionShrinkRequest extends $dara.Model {
|
|
|
62884
64337
|
|
|
62885
64338
|
static types(): { [key: string]: any } {
|
|
62886
64339
|
return {
|
|
62887
|
-
canaryAreaListShrink: 'string',
|
|
62888
|
-
canaryCodeVersion: 'string',
|
|
62889
64340
|
codeVersion: 'string',
|
|
62890
64341
|
env: 'string',
|
|
62891
64342
|
name: 'string',
|
|
@@ -64451,6 +65902,7 @@ export class RollbackEdgeContainerAppVersionRequest extends $dara.Model {
|
|
|
64451
65902
|
* app-88068867578379****
|
|
64452
65903
|
*/
|
|
64453
65904
|
appId?: string;
|
|
65905
|
+
percentage?: number;
|
|
64454
65906
|
/**
|
|
64455
65907
|
* @remarks
|
|
64456
65908
|
* The remarks.
|
|
@@ -64459,6 +65911,7 @@ export class RollbackEdgeContainerAppVersionRequest extends $dara.Model {
|
|
|
64459
65911
|
* test rollback app
|
|
64460
65912
|
*/
|
|
64461
65913
|
remarks?: string;
|
|
65914
|
+
usedPercent?: boolean;
|
|
64462
65915
|
/**
|
|
64463
65916
|
* @remarks
|
|
64464
65917
|
* The ID of version that you want to roll back.
|
|
@@ -64472,7 +65925,9 @@ export class RollbackEdgeContainerAppVersionRequest extends $dara.Model {
|
|
|
64472
65925
|
static names(): { [key: string]: string } {
|
|
64473
65926
|
return {
|
|
64474
65927
|
appId: 'AppId',
|
|
65928
|
+
percentage: 'Percentage',
|
|
64475
65929
|
remarks: 'Remarks',
|
|
65930
|
+
usedPercent: 'UsedPercent',
|
|
64476
65931
|
versionId: 'VersionId',
|
|
64477
65932
|
};
|
|
64478
65933
|
}
|
|
@@ -64480,7 +65935,9 @@ export class RollbackEdgeContainerAppVersionRequest extends $dara.Model {
|
|
|
64480
65935
|
static types(): { [key: string]: any } {
|
|
64481
65936
|
return {
|
|
64482
65937
|
appId: 'string',
|
|
65938
|
+
percentage: 'number',
|
|
64483
65939
|
remarks: 'string',
|
|
65940
|
+
usedPercent: 'boolean',
|
|
64484
65941
|
versionId: 'string',
|
|
64485
65942
|
};
|
|
64486
65943
|
}
|
|
@@ -71633,6 +73090,150 @@ export class UpdateRewriteUrlRuleResponse extends $dara.Model {
|
|
|
71633
73090
|
}
|
|
71634
73091
|
}
|
|
71635
73092
|
|
|
73093
|
+
export class UpdateRoutineRouteRequest extends $dara.Model {
|
|
73094
|
+
/**
|
|
73095
|
+
* @example
|
|
73096
|
+
* on
|
|
73097
|
+
*/
|
|
73098
|
+
bypass?: string;
|
|
73099
|
+
/**
|
|
73100
|
+
* @remarks
|
|
73101
|
+
* This parameter is required.
|
|
73102
|
+
*
|
|
73103
|
+
* @example
|
|
73104
|
+
* 35281609698****
|
|
73105
|
+
*/
|
|
73106
|
+
configId?: number;
|
|
73107
|
+
/**
|
|
73108
|
+
* @example
|
|
73109
|
+
* on
|
|
73110
|
+
*/
|
|
73111
|
+
routeEnable?: string;
|
|
73112
|
+
/**
|
|
73113
|
+
* @example
|
|
73114
|
+
* test_route
|
|
73115
|
+
*/
|
|
73116
|
+
routeName?: string;
|
|
73117
|
+
/**
|
|
73118
|
+
* @example
|
|
73119
|
+
* test-routine1
|
|
73120
|
+
*/
|
|
73121
|
+
routineName?: string;
|
|
73122
|
+
/**
|
|
73123
|
+
* @example
|
|
73124
|
+
* (http.host eq \\"video.example.com\\")
|
|
73125
|
+
*/
|
|
73126
|
+
rule?: string;
|
|
73127
|
+
/**
|
|
73128
|
+
* @example
|
|
73129
|
+
* 1
|
|
73130
|
+
*/
|
|
73131
|
+
sequence?: number;
|
|
73132
|
+
/**
|
|
73133
|
+
* @remarks
|
|
73134
|
+
* This parameter is required.
|
|
73135
|
+
*
|
|
73136
|
+
* @example
|
|
73137
|
+
* 123456******
|
|
73138
|
+
*/
|
|
73139
|
+
siteId?: number;
|
|
73140
|
+
static names(): { [key: string]: string } {
|
|
73141
|
+
return {
|
|
73142
|
+
bypass: 'Bypass',
|
|
73143
|
+
configId: 'ConfigId',
|
|
73144
|
+
routeEnable: 'RouteEnable',
|
|
73145
|
+
routeName: 'RouteName',
|
|
73146
|
+
routineName: 'RoutineName',
|
|
73147
|
+
rule: 'Rule',
|
|
73148
|
+
sequence: 'Sequence',
|
|
73149
|
+
siteId: 'SiteId',
|
|
73150
|
+
};
|
|
73151
|
+
}
|
|
73152
|
+
|
|
73153
|
+
static types(): { [key: string]: any } {
|
|
73154
|
+
return {
|
|
73155
|
+
bypass: 'string',
|
|
73156
|
+
configId: 'number',
|
|
73157
|
+
routeEnable: 'string',
|
|
73158
|
+
routeName: 'string',
|
|
73159
|
+
routineName: 'string',
|
|
73160
|
+
rule: 'string',
|
|
73161
|
+
sequence: 'number',
|
|
73162
|
+
siteId: 'number',
|
|
73163
|
+
};
|
|
73164
|
+
}
|
|
73165
|
+
|
|
73166
|
+
validate() {
|
|
73167
|
+
super.validate();
|
|
73168
|
+
}
|
|
73169
|
+
|
|
73170
|
+
constructor(map?: { [key: string]: any }) {
|
|
73171
|
+
super(map);
|
|
73172
|
+
}
|
|
73173
|
+
}
|
|
73174
|
+
|
|
73175
|
+
export class UpdateRoutineRouteResponseBody extends $dara.Model {
|
|
73176
|
+
/**
|
|
73177
|
+
* @example
|
|
73178
|
+
* 34DCBC8A-****-****-****-6DAA11D7DDBD
|
|
73179
|
+
*/
|
|
73180
|
+
requestId?: string;
|
|
73181
|
+
static names(): { [key: string]: string } {
|
|
73182
|
+
return {
|
|
73183
|
+
requestId: 'RequestId',
|
|
73184
|
+
};
|
|
73185
|
+
}
|
|
73186
|
+
|
|
73187
|
+
static types(): { [key: string]: any } {
|
|
73188
|
+
return {
|
|
73189
|
+
requestId: 'string',
|
|
73190
|
+
};
|
|
73191
|
+
}
|
|
73192
|
+
|
|
73193
|
+
validate() {
|
|
73194
|
+
super.validate();
|
|
73195
|
+
}
|
|
73196
|
+
|
|
73197
|
+
constructor(map?: { [key: string]: any }) {
|
|
73198
|
+
super(map);
|
|
73199
|
+
}
|
|
73200
|
+
}
|
|
73201
|
+
|
|
73202
|
+
export class UpdateRoutineRouteResponse extends $dara.Model {
|
|
73203
|
+
headers?: { [key: string]: string };
|
|
73204
|
+
statusCode?: number;
|
|
73205
|
+
body?: UpdateRoutineRouteResponseBody;
|
|
73206
|
+
static names(): { [key: string]: string } {
|
|
73207
|
+
return {
|
|
73208
|
+
headers: 'headers',
|
|
73209
|
+
statusCode: 'statusCode',
|
|
73210
|
+
body: 'body',
|
|
73211
|
+
};
|
|
73212
|
+
}
|
|
73213
|
+
|
|
73214
|
+
static types(): { [key: string]: any } {
|
|
73215
|
+
return {
|
|
73216
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
73217
|
+
statusCode: 'number',
|
|
73218
|
+
body: UpdateRoutineRouteResponseBody,
|
|
73219
|
+
};
|
|
73220
|
+
}
|
|
73221
|
+
|
|
73222
|
+
validate() {
|
|
73223
|
+
if(this.headers) {
|
|
73224
|
+
$dara.Model.validateMap(this.headers);
|
|
73225
|
+
}
|
|
73226
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
73227
|
+
(this.body as any).validate();
|
|
73228
|
+
}
|
|
73229
|
+
super.validate();
|
|
73230
|
+
}
|
|
73231
|
+
|
|
73232
|
+
constructor(map?: { [key: string]: any }) {
|
|
73233
|
+
super(map);
|
|
73234
|
+
}
|
|
73235
|
+
}
|
|
73236
|
+
|
|
71636
73237
|
export class UpdateScheduledPreloadExecutionRequest extends $dara.Model {
|
|
71637
73238
|
/**
|
|
71638
73239
|
* @remarks
|
|
@@ -73599,7 +75200,7 @@ export class UpdateWafRuleResponse extends $dara.Model {
|
|
|
73599
75200
|
export class UpdateWafRulesetRequest extends $dara.Model {
|
|
73600
75201
|
/**
|
|
73601
75202
|
* @remarks
|
|
73602
|
-
* ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/
|
|
75203
|
+
* ID of the WAF ruleset, which can be obtained by calling the [ListWafRulesets](https://help.aliyun.com/document_detail/2878359.html) interface.
|
|
73603
75204
|
*
|
|
73604
75205
|
* This parameter is required.
|
|
73605
75206
|
*
|
|
@@ -79110,10 +80711,6 @@ export default class Client extends OpenApi {
|
|
|
79110
80711
|
body["Name"] = request.name;
|
|
79111
80712
|
}
|
|
79112
80713
|
|
|
79113
|
-
if (!$dara.isNull(request.specName)) {
|
|
79114
|
-
body["SpecName"] = request.specName;
|
|
79115
|
-
}
|
|
79116
|
-
|
|
79117
80714
|
let req = new $OpenApiUtil.OpenApiRequest({
|
|
79118
80715
|
body: OpenApiUtil.parseToMap(body),
|
|
79119
80716
|
});
|
|
@@ -79261,6 +80858,77 @@ export default class Client extends OpenApi {
|
|
|
79261
80858
|
return await this.createRoutineRelatedRouteWithOptions(request, runtime);
|
|
79262
80859
|
}
|
|
79263
80860
|
|
|
80861
|
+
/**
|
|
80862
|
+
* 新增边缘函数路由配置
|
|
80863
|
+
*
|
|
80864
|
+
* @param request - CreateRoutineRouteRequest
|
|
80865
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
80866
|
+
* @returns CreateRoutineRouteResponse
|
|
80867
|
+
*/
|
|
80868
|
+
async createRoutineRouteWithOptions(request: CreateRoutineRouteRequest, runtime: $dara.RuntimeOptions): Promise<CreateRoutineRouteResponse> {
|
|
80869
|
+
request.validate();
|
|
80870
|
+
let query = { };
|
|
80871
|
+
if (!$dara.isNull(request.bypass)) {
|
|
80872
|
+
query["Bypass"] = request.bypass;
|
|
80873
|
+
}
|
|
80874
|
+
|
|
80875
|
+
if (!$dara.isNull(request.routeEnable)) {
|
|
80876
|
+
query["RouteEnable"] = request.routeEnable;
|
|
80877
|
+
}
|
|
80878
|
+
|
|
80879
|
+
if (!$dara.isNull(request.routeName)) {
|
|
80880
|
+
query["RouteName"] = request.routeName;
|
|
80881
|
+
}
|
|
80882
|
+
|
|
80883
|
+
if (!$dara.isNull(request.routineName)) {
|
|
80884
|
+
query["RoutineName"] = request.routineName;
|
|
80885
|
+
}
|
|
80886
|
+
|
|
80887
|
+
if (!$dara.isNull(request.rule)) {
|
|
80888
|
+
query["Rule"] = request.rule;
|
|
80889
|
+
}
|
|
80890
|
+
|
|
80891
|
+
if (!$dara.isNull(request.sequence)) {
|
|
80892
|
+
query["Sequence"] = request.sequence;
|
|
80893
|
+
}
|
|
80894
|
+
|
|
80895
|
+
if (!$dara.isNull(request.siteId)) {
|
|
80896
|
+
query["SiteId"] = request.siteId;
|
|
80897
|
+
}
|
|
80898
|
+
|
|
80899
|
+
let req = new $OpenApiUtil.OpenApiRequest({
|
|
80900
|
+
query: OpenApiUtil.query(query),
|
|
80901
|
+
});
|
|
80902
|
+
let params = new $OpenApiUtil.Params({
|
|
80903
|
+
action: "CreateRoutineRoute",
|
|
80904
|
+
version: "2024-09-10",
|
|
80905
|
+
protocol: "HTTPS",
|
|
80906
|
+
pathname: "/",
|
|
80907
|
+
method: "POST",
|
|
80908
|
+
authType: "AK",
|
|
80909
|
+
style: "RPC",
|
|
80910
|
+
reqBodyType: "formData",
|
|
80911
|
+
bodyType: "json",
|
|
80912
|
+
});
|
|
80913
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
80914
|
+
return $dara.cast<CreateRoutineRouteResponse>(await this.callApi(params, req, runtime), new CreateRoutineRouteResponse({}));
|
|
80915
|
+
} else {
|
|
80916
|
+
return $dara.cast<CreateRoutineRouteResponse>(await this.execute(params, req, runtime), new CreateRoutineRouteResponse({}));
|
|
80917
|
+
}
|
|
80918
|
+
|
|
80919
|
+
}
|
|
80920
|
+
|
|
80921
|
+
/**
|
|
80922
|
+
* 新增边缘函数路由配置
|
|
80923
|
+
*
|
|
80924
|
+
* @param request - CreateRoutineRouteRequest
|
|
80925
|
+
* @returns CreateRoutineRouteResponse
|
|
80926
|
+
*/
|
|
80927
|
+
async createRoutineRoute(request: CreateRoutineRouteRequest): Promise<CreateRoutineRouteResponse> {
|
|
80928
|
+
let runtime = new $dara.RuntimeOptions({ });
|
|
80929
|
+
return await this.createRoutineRouteWithOptions(request, runtime);
|
|
80930
|
+
}
|
|
80931
|
+
|
|
79264
80932
|
/**
|
|
79265
80933
|
* Creates scheduled prefetch plans.
|
|
79266
80934
|
*
|
|
@@ -81890,6 +83558,57 @@ export default class Client extends OpenApi {
|
|
|
81890
83558
|
return await this.deleteRoutineRelatedRouteWithOptions(request, runtime);
|
|
81891
83559
|
}
|
|
81892
83560
|
|
|
83561
|
+
/**
|
|
83562
|
+
* 删除边缘函数路由配置
|
|
83563
|
+
*
|
|
83564
|
+
* @param request - DeleteRoutineRouteRequest
|
|
83565
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
83566
|
+
* @returns DeleteRoutineRouteResponse
|
|
83567
|
+
*/
|
|
83568
|
+
async deleteRoutineRouteWithOptions(request: DeleteRoutineRouteRequest, runtime: $dara.RuntimeOptions): Promise<DeleteRoutineRouteResponse> {
|
|
83569
|
+
request.validate();
|
|
83570
|
+
let query = { };
|
|
83571
|
+
if (!$dara.isNull(request.configId)) {
|
|
83572
|
+
query["ConfigId"] = request.configId;
|
|
83573
|
+
}
|
|
83574
|
+
|
|
83575
|
+
if (!$dara.isNull(request.siteId)) {
|
|
83576
|
+
query["SiteId"] = request.siteId;
|
|
83577
|
+
}
|
|
83578
|
+
|
|
83579
|
+
let req = new $OpenApiUtil.OpenApiRequest({
|
|
83580
|
+
query: OpenApiUtil.query(query),
|
|
83581
|
+
});
|
|
83582
|
+
let params = new $OpenApiUtil.Params({
|
|
83583
|
+
action: "DeleteRoutineRoute",
|
|
83584
|
+
version: "2024-09-10",
|
|
83585
|
+
protocol: "HTTPS",
|
|
83586
|
+
pathname: "/",
|
|
83587
|
+
method: "POST",
|
|
83588
|
+
authType: "AK",
|
|
83589
|
+
style: "RPC",
|
|
83590
|
+
reqBodyType: "formData",
|
|
83591
|
+
bodyType: "json",
|
|
83592
|
+
});
|
|
83593
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
83594
|
+
return $dara.cast<DeleteRoutineRouteResponse>(await this.callApi(params, req, runtime), new DeleteRoutineRouteResponse({}));
|
|
83595
|
+
} else {
|
|
83596
|
+
return $dara.cast<DeleteRoutineRouteResponse>(await this.execute(params, req, runtime), new DeleteRoutineRouteResponse({}));
|
|
83597
|
+
}
|
|
83598
|
+
|
|
83599
|
+
}
|
|
83600
|
+
|
|
83601
|
+
/**
|
|
83602
|
+
* 删除边缘函数路由配置
|
|
83603
|
+
*
|
|
83604
|
+
* @param request - DeleteRoutineRouteRequest
|
|
83605
|
+
* @returns DeleteRoutineRouteResponse
|
|
83606
|
+
*/
|
|
83607
|
+
async deleteRoutineRoute(request: DeleteRoutineRouteRequest): Promise<DeleteRoutineRouteResponse> {
|
|
83608
|
+
let runtime = new $dara.RuntimeOptions({ });
|
|
83609
|
+
return await this.deleteRoutineRouteWithOptions(request, runtime);
|
|
83610
|
+
}
|
|
83611
|
+
|
|
81893
83612
|
/**
|
|
81894
83613
|
* Deletes a scheduled prefetch plan based on the plan ID.
|
|
81895
83614
|
*
|
|
@@ -84306,6 +86025,49 @@ export default class Client extends OpenApi {
|
|
|
84306
86025
|
return await this.getEdgeContainerTerminalWithOptions(request, runtime);
|
|
84307
86026
|
}
|
|
84308
86027
|
|
|
86028
|
+
/**
|
|
86029
|
+
* Checks the status of Edge Routine.
|
|
86030
|
+
*
|
|
86031
|
+
* @param request - GetErServiceRequest
|
|
86032
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
86033
|
+
* @returns GetErServiceResponse
|
|
86034
|
+
*/
|
|
86035
|
+
async getErServiceWithOptions(request: GetErServiceRequest, runtime: $dara.RuntimeOptions): Promise<GetErServiceResponse> {
|
|
86036
|
+
request.validate();
|
|
86037
|
+
let query = OpenApiUtil.query(request.toMap());
|
|
86038
|
+
let req = new $OpenApiUtil.OpenApiRequest({
|
|
86039
|
+
query: OpenApiUtil.query(query),
|
|
86040
|
+
});
|
|
86041
|
+
let params = new $OpenApiUtil.Params({
|
|
86042
|
+
action: "GetErService",
|
|
86043
|
+
version: "2024-09-10",
|
|
86044
|
+
protocol: "HTTPS",
|
|
86045
|
+
pathname: "/",
|
|
86046
|
+
method: "GET",
|
|
86047
|
+
authType: "AK",
|
|
86048
|
+
style: "RPC",
|
|
86049
|
+
reqBodyType: "formData",
|
|
86050
|
+
bodyType: "json",
|
|
86051
|
+
});
|
|
86052
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
86053
|
+
return $dara.cast<GetErServiceResponse>(await this.callApi(params, req, runtime), new GetErServiceResponse({}));
|
|
86054
|
+
} else {
|
|
86055
|
+
return $dara.cast<GetErServiceResponse>(await this.execute(params, req, runtime), new GetErServiceResponse({}));
|
|
86056
|
+
}
|
|
86057
|
+
|
|
86058
|
+
}
|
|
86059
|
+
|
|
86060
|
+
/**
|
|
86061
|
+
* Checks the status of Edge Routine.
|
|
86062
|
+
*
|
|
86063
|
+
* @param request - GetErServiceRequest
|
|
86064
|
+
* @returns GetErServiceResponse
|
|
86065
|
+
*/
|
|
86066
|
+
async getErService(request: GetErServiceRequest): Promise<GetErServiceResponse> {
|
|
86067
|
+
let runtime = new $dara.RuntimeOptions({ });
|
|
86068
|
+
return await this.getErServiceWithOptions(request, runtime);
|
|
86069
|
+
}
|
|
86070
|
+
|
|
84309
86071
|
/**
|
|
84310
86072
|
* Query HTTP Request Header Rule Details
|
|
84311
86073
|
*
|
|
@@ -85436,6 +87198,57 @@ export default class Client extends OpenApi {
|
|
|
85436
87198
|
return await this.getRoutineWithOptions(request, runtime);
|
|
85437
87199
|
}
|
|
85438
87200
|
|
|
87201
|
+
/**
|
|
87202
|
+
* 查询单条边缘函数路由配置
|
|
87203
|
+
*
|
|
87204
|
+
* @param request - GetRoutineRouteRequest
|
|
87205
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
87206
|
+
* @returns GetRoutineRouteResponse
|
|
87207
|
+
*/
|
|
87208
|
+
async getRoutineRouteWithOptions(request: GetRoutineRouteRequest, runtime: $dara.RuntimeOptions): Promise<GetRoutineRouteResponse> {
|
|
87209
|
+
request.validate();
|
|
87210
|
+
let query = { };
|
|
87211
|
+
if (!$dara.isNull(request.configId)) {
|
|
87212
|
+
query["ConfigId"] = request.configId;
|
|
87213
|
+
}
|
|
87214
|
+
|
|
87215
|
+
if (!$dara.isNull(request.siteId)) {
|
|
87216
|
+
query["SiteId"] = request.siteId;
|
|
87217
|
+
}
|
|
87218
|
+
|
|
87219
|
+
let req = new $OpenApiUtil.OpenApiRequest({
|
|
87220
|
+
query: OpenApiUtil.query(query),
|
|
87221
|
+
});
|
|
87222
|
+
let params = new $OpenApiUtil.Params({
|
|
87223
|
+
action: "GetRoutineRoute",
|
|
87224
|
+
version: "2024-09-10",
|
|
87225
|
+
protocol: "HTTPS",
|
|
87226
|
+
pathname: "/",
|
|
87227
|
+
method: "POST",
|
|
87228
|
+
authType: "AK",
|
|
87229
|
+
style: "RPC",
|
|
87230
|
+
reqBodyType: "formData",
|
|
87231
|
+
bodyType: "json",
|
|
87232
|
+
});
|
|
87233
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
87234
|
+
return $dara.cast<GetRoutineRouteResponse>(await this.callApi(params, req, runtime), new GetRoutineRouteResponse({}));
|
|
87235
|
+
} else {
|
|
87236
|
+
return $dara.cast<GetRoutineRouteResponse>(await this.execute(params, req, runtime), new GetRoutineRouteResponse({}));
|
|
87237
|
+
}
|
|
87238
|
+
|
|
87239
|
+
}
|
|
87240
|
+
|
|
87241
|
+
/**
|
|
87242
|
+
* 查询单条边缘函数路由配置
|
|
87243
|
+
*
|
|
87244
|
+
* @param request - GetRoutineRouteRequest
|
|
87245
|
+
* @returns GetRoutineRouteResponse
|
|
87246
|
+
*/
|
|
87247
|
+
async getRoutineRoute(request: GetRoutineRouteRequest): Promise<GetRoutineRouteResponse> {
|
|
87248
|
+
let runtime = new $dara.RuntimeOptions({ });
|
|
87249
|
+
return await this.getRoutineRouteWithOptions(request, runtime);
|
|
87250
|
+
}
|
|
87251
|
+
|
|
85439
87252
|
/**
|
|
85440
87253
|
* 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).
|
|
85441
87254
|
*
|
|
@@ -86648,6 +88461,49 @@ export default class Client extends OpenApi {
|
|
|
86648
88461
|
return await this.listCertificatesWithOptions(request, runtime);
|
|
86649
88462
|
}
|
|
86650
88463
|
|
|
88464
|
+
/**
|
|
88465
|
+
* 查询匹配记录名的站点证书列表
|
|
88466
|
+
*
|
|
88467
|
+
* @param request - ListCertificatesByRecordRequest
|
|
88468
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
88469
|
+
* @returns ListCertificatesByRecordResponse
|
|
88470
|
+
*/
|
|
88471
|
+
async listCertificatesByRecordWithOptions(request: ListCertificatesByRecordRequest, runtime: $dara.RuntimeOptions): Promise<ListCertificatesByRecordResponse> {
|
|
88472
|
+
request.validate();
|
|
88473
|
+
let query = OpenApiUtil.query(request.toMap());
|
|
88474
|
+
let req = new $OpenApiUtil.OpenApiRequest({
|
|
88475
|
+
query: OpenApiUtil.query(query),
|
|
88476
|
+
});
|
|
88477
|
+
let params = new $OpenApiUtil.Params({
|
|
88478
|
+
action: "ListCertificatesByRecord",
|
|
88479
|
+
version: "2024-09-10",
|
|
88480
|
+
protocol: "HTTPS",
|
|
88481
|
+
pathname: "/",
|
|
88482
|
+
method: "GET",
|
|
88483
|
+
authType: "AK",
|
|
88484
|
+
style: "RPC",
|
|
88485
|
+
reqBodyType: "formData",
|
|
88486
|
+
bodyType: "json",
|
|
88487
|
+
});
|
|
88488
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
88489
|
+
return $dara.cast<ListCertificatesByRecordResponse>(await this.callApi(params, req, runtime), new ListCertificatesByRecordResponse({}));
|
|
88490
|
+
} else {
|
|
88491
|
+
return $dara.cast<ListCertificatesByRecordResponse>(await this.execute(params, req, runtime), new ListCertificatesByRecordResponse({}));
|
|
88492
|
+
}
|
|
88493
|
+
|
|
88494
|
+
}
|
|
88495
|
+
|
|
88496
|
+
/**
|
|
88497
|
+
* 查询匹配记录名的站点证书列表
|
|
88498
|
+
*
|
|
88499
|
+
* @param request - ListCertificatesByRecordRequest
|
|
88500
|
+
* @returns ListCertificatesByRecordResponse
|
|
88501
|
+
*/
|
|
88502
|
+
async listCertificatesByRecord(request: ListCertificatesByRecordRequest): Promise<ListCertificatesByRecordResponse> {
|
|
88503
|
+
let runtime = new $dara.RuntimeOptions({ });
|
|
88504
|
+
return await this.listCertificatesByRecordWithOptions(request, runtime);
|
|
88505
|
+
}
|
|
88506
|
+
|
|
86651
88507
|
/**
|
|
86652
88508
|
* Query TLS Cipher Suite List
|
|
86653
88509
|
*
|
|
@@ -88156,19 +90012,91 @@ export default class Client extends OpenApi {
|
|
|
88156
90012
|
}
|
|
88157
90013
|
|
|
88158
90014
|
/**
|
|
88159
|
-
*
|
|
90015
|
+
* 查询函数关联域名列表
|
|
88160
90016
|
*
|
|
88161
|
-
* @
|
|
88162
|
-
*
|
|
90017
|
+
* @param request - ListRoutineRelatedRecordsRequest
|
|
90018
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
90019
|
+
* @returns ListRoutineRelatedRecordsResponse
|
|
90020
|
+
*/
|
|
90021
|
+
async listRoutineRelatedRecordsWithOptions(request: ListRoutineRelatedRecordsRequest, runtime: $dara.RuntimeOptions): Promise<ListRoutineRelatedRecordsResponse> {
|
|
90022
|
+
request.validate();
|
|
90023
|
+
let body : {[key: string ]: any} = { };
|
|
90024
|
+
if (!$dara.isNull(request.name)) {
|
|
90025
|
+
body["Name"] = request.name;
|
|
90026
|
+
}
|
|
90027
|
+
|
|
90028
|
+
if (!$dara.isNull(request.pageNumber)) {
|
|
90029
|
+
body["PageNumber"] = request.pageNumber;
|
|
90030
|
+
}
|
|
90031
|
+
|
|
90032
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
90033
|
+
body["PageSize"] = request.pageSize;
|
|
90034
|
+
}
|
|
90035
|
+
|
|
90036
|
+
if (!$dara.isNull(request.searchKeyWord)) {
|
|
90037
|
+
body["SearchKeyWord"] = request.searchKeyWord;
|
|
90038
|
+
}
|
|
90039
|
+
|
|
90040
|
+
let req = new $OpenApiUtil.OpenApiRequest({
|
|
90041
|
+
body: OpenApiUtil.parseToMap(body),
|
|
90042
|
+
});
|
|
90043
|
+
let params = new $OpenApiUtil.Params({
|
|
90044
|
+
action: "ListRoutineRelatedRecords",
|
|
90045
|
+
version: "2024-09-10",
|
|
90046
|
+
protocol: "HTTPS",
|
|
90047
|
+
pathname: "/",
|
|
90048
|
+
method: "POST",
|
|
90049
|
+
authType: "AK",
|
|
90050
|
+
style: "RPC",
|
|
90051
|
+
reqBodyType: "formData",
|
|
90052
|
+
bodyType: "json",
|
|
90053
|
+
});
|
|
90054
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
90055
|
+
return $dara.cast<ListRoutineRelatedRecordsResponse>(await this.callApi(params, req, runtime), new ListRoutineRelatedRecordsResponse({}));
|
|
90056
|
+
} else {
|
|
90057
|
+
return $dara.cast<ListRoutineRelatedRecordsResponse>(await this.execute(params, req, runtime), new ListRoutineRelatedRecordsResponse({}));
|
|
90058
|
+
}
|
|
90059
|
+
|
|
90060
|
+
}
|
|
90061
|
+
|
|
90062
|
+
/**
|
|
90063
|
+
* 查询函数关联域名列表
|
|
88163
90064
|
*
|
|
88164
|
-
* @param request -
|
|
90065
|
+
* @param request - ListRoutineRelatedRecordsRequest
|
|
90066
|
+
* @returns ListRoutineRelatedRecordsResponse
|
|
90067
|
+
*/
|
|
90068
|
+
async listRoutineRelatedRecords(request: ListRoutineRelatedRecordsRequest): Promise<ListRoutineRelatedRecordsResponse> {
|
|
90069
|
+
let runtime = new $dara.RuntimeOptions({ });
|
|
90070
|
+
return await this.listRoutineRelatedRecordsWithOptions(request, runtime);
|
|
90071
|
+
}
|
|
90072
|
+
|
|
90073
|
+
/**
|
|
90074
|
+
* 查询边缘程序的函数路由列表
|
|
90075
|
+
*
|
|
90076
|
+
* @param request - ListRoutineRoutesRequest
|
|
88165
90077
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
88166
|
-
* @returns
|
|
90078
|
+
* @returns ListRoutineRoutesResponse
|
|
88167
90079
|
*/
|
|
88168
|
-
async
|
|
88169
|
-
|
|
90080
|
+
async listRoutineRoutesWithOptions(request: ListRoutineRoutesRequest, runtime: $dara.RuntimeOptions): Promise<ListRoutineRoutesResponse> {
|
|
90081
|
+
request.validate();
|
|
90082
|
+
let query = { };
|
|
90083
|
+
if (!$dara.isNull(request.pageNumber)) {
|
|
90084
|
+
query["PageNumber"] = request.pageNumber;
|
|
90085
|
+
}
|
|
90086
|
+
|
|
90087
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
90088
|
+
query["PageSize"] = request.pageSize;
|
|
90089
|
+
}
|
|
90090
|
+
|
|
90091
|
+
if (!$dara.isNull(request.routineName)) {
|
|
90092
|
+
query["RoutineName"] = request.routineName;
|
|
90093
|
+
}
|
|
90094
|
+
|
|
90095
|
+
let req = new $OpenApiUtil.OpenApiRequest({
|
|
90096
|
+
query: OpenApiUtil.query(query),
|
|
90097
|
+
});
|
|
88170
90098
|
let params = new $OpenApiUtil.Params({
|
|
88171
|
-
action: "
|
|
90099
|
+
action: "ListRoutineRoutes",
|
|
88172
90100
|
version: "2024-09-10",
|
|
88173
90101
|
protocol: "HTTPS",
|
|
88174
90102
|
pathname: "/",
|
|
@@ -88179,23 +90107,22 @@ export default class Client extends OpenApi {
|
|
|
88179
90107
|
bodyType: "json",
|
|
88180
90108
|
});
|
|
88181
90109
|
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
88182
|
-
return $dara.cast<
|
|
90110
|
+
return $dara.cast<ListRoutineRoutesResponse>(await this.callApi(params, req, runtime), new ListRoutineRoutesResponse({}));
|
|
88183
90111
|
} else {
|
|
88184
|
-
return $dara.cast<
|
|
90112
|
+
return $dara.cast<ListRoutineRoutesResponse>(await this.execute(params, req, runtime), new ListRoutineRoutesResponse({}));
|
|
88185
90113
|
}
|
|
88186
90114
|
|
|
88187
90115
|
}
|
|
88188
90116
|
|
|
88189
90117
|
/**
|
|
88190
|
-
*
|
|
90118
|
+
* 查询边缘程序的函数路由列表
|
|
88191
90119
|
*
|
|
88192
|
-
* @
|
|
88193
|
-
*
|
|
88194
|
-
* @returns ListRoutineOptionalSpecsResponse
|
|
90120
|
+
* @param request - ListRoutineRoutesRequest
|
|
90121
|
+
* @returns ListRoutineRoutesResponse
|
|
88195
90122
|
*/
|
|
88196
|
-
async
|
|
90123
|
+
async listRoutineRoutes(request: ListRoutineRoutesRequest): Promise<ListRoutineRoutesResponse> {
|
|
88197
90124
|
let runtime = new $dara.RuntimeOptions({ });
|
|
88198
|
-
return await this.
|
|
90125
|
+
return await this.listRoutineRoutesWithOptions(request, runtime);
|
|
88199
90126
|
}
|
|
88200
90127
|
|
|
88201
90128
|
/**
|
|
@@ -88327,6 +90254,73 @@ export default class Client extends OpenApi {
|
|
|
88327
90254
|
return await this.listSiteDeliveryTasksWithOptions(request, runtime);
|
|
88328
90255
|
}
|
|
88329
90256
|
|
|
90257
|
+
/**
|
|
90258
|
+
* 查询站点的函数路由列表
|
|
90259
|
+
*
|
|
90260
|
+
* @param request - ListSiteRoutesRequest
|
|
90261
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
90262
|
+
* @returns ListSiteRoutesResponse
|
|
90263
|
+
*/
|
|
90264
|
+
async listSiteRoutesWithOptions(request: ListSiteRoutesRequest, runtime: $dara.RuntimeOptions): Promise<ListSiteRoutesResponse> {
|
|
90265
|
+
request.validate();
|
|
90266
|
+
let query = { };
|
|
90267
|
+
if (!$dara.isNull(request.configId)) {
|
|
90268
|
+
query["ConfigId"] = request.configId;
|
|
90269
|
+
}
|
|
90270
|
+
|
|
90271
|
+
if (!$dara.isNull(request.configType)) {
|
|
90272
|
+
query["ConfigType"] = request.configType;
|
|
90273
|
+
}
|
|
90274
|
+
|
|
90275
|
+
if (!$dara.isNull(request.pageNumber)) {
|
|
90276
|
+
query["PageNumber"] = request.pageNumber;
|
|
90277
|
+
}
|
|
90278
|
+
|
|
90279
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
90280
|
+
query["PageSize"] = request.pageSize;
|
|
90281
|
+
}
|
|
90282
|
+
|
|
90283
|
+
if (!$dara.isNull(request.routeName)) {
|
|
90284
|
+
query["RouteName"] = request.routeName;
|
|
90285
|
+
}
|
|
90286
|
+
|
|
90287
|
+
if (!$dara.isNull(request.siteId)) {
|
|
90288
|
+
query["SiteId"] = request.siteId;
|
|
90289
|
+
}
|
|
90290
|
+
|
|
90291
|
+
let req = new $OpenApiUtil.OpenApiRequest({
|
|
90292
|
+
query: OpenApiUtil.query(query),
|
|
90293
|
+
});
|
|
90294
|
+
let params = new $OpenApiUtil.Params({
|
|
90295
|
+
action: "ListSiteRoutes",
|
|
90296
|
+
version: "2024-09-10",
|
|
90297
|
+
protocol: "HTTPS",
|
|
90298
|
+
pathname: "/",
|
|
90299
|
+
method: "POST",
|
|
90300
|
+
authType: "AK",
|
|
90301
|
+
style: "RPC",
|
|
90302
|
+
reqBodyType: "formData",
|
|
90303
|
+
bodyType: "json",
|
|
90304
|
+
});
|
|
90305
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
90306
|
+
return $dara.cast<ListSiteRoutesResponse>(await this.callApi(params, req, runtime), new ListSiteRoutesResponse({}));
|
|
90307
|
+
} else {
|
|
90308
|
+
return $dara.cast<ListSiteRoutesResponse>(await this.execute(params, req, runtime), new ListSiteRoutesResponse({}));
|
|
90309
|
+
}
|
|
90310
|
+
|
|
90311
|
+
}
|
|
90312
|
+
|
|
90313
|
+
/**
|
|
90314
|
+
* 查询站点的函数路由列表
|
|
90315
|
+
*
|
|
90316
|
+
* @param request - ListSiteRoutesRequest
|
|
90317
|
+
* @returns ListSiteRoutesResponse
|
|
90318
|
+
*/
|
|
90319
|
+
async listSiteRoutes(request: ListSiteRoutesRequest): Promise<ListSiteRoutesResponse> {
|
|
90320
|
+
let runtime = new $dara.RuntimeOptions({ });
|
|
90321
|
+
return await this.listSiteRoutesWithOptions(request, runtime);
|
|
90322
|
+
}
|
|
90323
|
+
|
|
88330
90324
|
/**
|
|
88331
90325
|
* Queries the information about websites in your account, such as the name, status, and configuration of each website.
|
|
88332
90326
|
*
|
|
@@ -88580,6 +90574,61 @@ export default class Client extends OpenApi {
|
|
|
88580
90574
|
return await this.listUserRatePlanInstancesWithOptions(request, runtime);
|
|
88581
90575
|
}
|
|
88582
90576
|
|
|
90577
|
+
/**
|
|
90578
|
+
* 查询用户的Routine列表
|
|
90579
|
+
*
|
|
90580
|
+
* @param request - ListUserRoutinesRequest
|
|
90581
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
90582
|
+
* @returns ListUserRoutinesResponse
|
|
90583
|
+
*/
|
|
90584
|
+
async listUserRoutinesWithOptions(request: ListUserRoutinesRequest, runtime: $dara.RuntimeOptions): Promise<ListUserRoutinesResponse> {
|
|
90585
|
+
request.validate();
|
|
90586
|
+
let query = { };
|
|
90587
|
+
if (!$dara.isNull(request.pageNumber)) {
|
|
90588
|
+
query["PageNumber"] = request.pageNumber;
|
|
90589
|
+
}
|
|
90590
|
+
|
|
90591
|
+
if (!$dara.isNull(request.pageSize)) {
|
|
90592
|
+
query["PageSize"] = request.pageSize;
|
|
90593
|
+
}
|
|
90594
|
+
|
|
90595
|
+
if (!$dara.isNull(request.searchKeyWord)) {
|
|
90596
|
+
query["SearchKeyWord"] = request.searchKeyWord;
|
|
90597
|
+
}
|
|
90598
|
+
|
|
90599
|
+
let req = new $OpenApiUtil.OpenApiRequest({
|
|
90600
|
+
query: OpenApiUtil.query(query),
|
|
90601
|
+
});
|
|
90602
|
+
let params = new $OpenApiUtil.Params({
|
|
90603
|
+
action: "ListUserRoutines",
|
|
90604
|
+
version: "2024-09-10",
|
|
90605
|
+
protocol: "HTTPS",
|
|
90606
|
+
pathname: "/",
|
|
90607
|
+
method: "POST",
|
|
90608
|
+
authType: "AK",
|
|
90609
|
+
style: "RPC",
|
|
90610
|
+
reqBodyType: "formData",
|
|
90611
|
+
bodyType: "json",
|
|
90612
|
+
});
|
|
90613
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
90614
|
+
return $dara.cast<ListUserRoutinesResponse>(await this.callApi(params, req, runtime), new ListUserRoutinesResponse({}));
|
|
90615
|
+
} else {
|
|
90616
|
+
return $dara.cast<ListUserRoutinesResponse>(await this.execute(params, req, runtime), new ListUserRoutinesResponse({}));
|
|
90617
|
+
}
|
|
90618
|
+
|
|
90619
|
+
}
|
|
90620
|
+
|
|
90621
|
+
/**
|
|
90622
|
+
* 查询用户的Routine列表
|
|
90623
|
+
*
|
|
90624
|
+
* @param request - ListUserRoutinesRequest
|
|
90625
|
+
* @returns ListUserRoutinesResponse
|
|
90626
|
+
*/
|
|
90627
|
+
async listUserRoutines(request: ListUserRoutinesRequest): Promise<ListUserRoutinesResponse> {
|
|
90628
|
+
let runtime = new $dara.RuntimeOptions({ });
|
|
90629
|
+
return await this.listUserRoutinesWithOptions(request, runtime);
|
|
90630
|
+
}
|
|
90631
|
+
|
|
88583
90632
|
/**
|
|
88584
90633
|
* List WAF Managed Rules
|
|
88585
90634
|
*
|
|
@@ -89276,27 +91325,13 @@ export default class Client extends OpenApi {
|
|
|
89276
91325
|
/**
|
|
89277
91326
|
* 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.
|
|
89278
91327
|
*
|
|
89279
|
-
* @param
|
|
91328
|
+
* @param request - PublishRoutineCodeVersionRequest
|
|
89280
91329
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
89281
91330
|
* @returns PublishRoutineCodeVersionResponse
|
|
89282
91331
|
*/
|
|
89283
|
-
async publishRoutineCodeVersionWithOptions(
|
|
89284
|
-
|
|
89285
|
-
let request = new PublishRoutineCodeVersionShrinkRequest({ });
|
|
89286
|
-
OpenApiUtil.convert(tmpReq, request);
|
|
89287
|
-
if (!$dara.isNull(tmpReq.canaryAreaList)) {
|
|
89288
|
-
request.canaryAreaListShrink = OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.canaryAreaList, "CanaryAreaList", "json");
|
|
89289
|
-
}
|
|
89290
|
-
|
|
91332
|
+
async publishRoutineCodeVersionWithOptions(request: PublishRoutineCodeVersionRequest, runtime: $dara.RuntimeOptions): Promise<PublishRoutineCodeVersionResponse> {
|
|
91333
|
+
request.validate();
|
|
89291
91334
|
let body : {[key: string ]: any} = { };
|
|
89292
|
-
if (!$dara.isNull(request.canaryAreaListShrink)) {
|
|
89293
|
-
body["CanaryAreaList"] = request.canaryAreaListShrink;
|
|
89294
|
-
}
|
|
89295
|
-
|
|
89296
|
-
if (!$dara.isNull(request.canaryCodeVersion)) {
|
|
89297
|
-
body["CanaryCodeVersion"] = request.canaryCodeVersion;
|
|
89298
|
-
}
|
|
89299
|
-
|
|
89300
91335
|
if (!$dara.isNull(request.codeVersion)) {
|
|
89301
91336
|
body["CodeVersion"] = request.codeVersion;
|
|
89302
91337
|
}
|
|
@@ -89991,6 +92026,14 @@ export default class Client extends OpenApi {
|
|
|
89991
92026
|
async rollbackEdgeContainerAppVersionWithOptions(request: RollbackEdgeContainerAppVersionRequest, runtime: $dara.RuntimeOptions): Promise<RollbackEdgeContainerAppVersionResponse> {
|
|
89992
92027
|
request.validate();
|
|
89993
92028
|
let query = { };
|
|
92029
|
+
if (!$dara.isNull(request.percentage)) {
|
|
92030
|
+
query["Percentage"] = request.percentage;
|
|
92031
|
+
}
|
|
92032
|
+
|
|
92033
|
+
if (!$dara.isNull(request.usedPercent)) {
|
|
92034
|
+
query["UsedPercent"] = request.usedPercent;
|
|
92035
|
+
}
|
|
92036
|
+
|
|
89994
92037
|
if (!$dara.isNull(request.versionId)) {
|
|
89995
92038
|
query["VersionId"] = request.versionId;
|
|
89996
92039
|
}
|
|
@@ -92719,6 +94762,81 @@ export default class Client extends OpenApi {
|
|
|
92719
94762
|
return await this.updateRewriteUrlRuleWithOptions(request, runtime);
|
|
92720
94763
|
}
|
|
92721
94764
|
|
|
94765
|
+
/**
|
|
94766
|
+
* 修改边缘函数路由配置
|
|
94767
|
+
*
|
|
94768
|
+
* @param request - UpdateRoutineRouteRequest
|
|
94769
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
94770
|
+
* @returns UpdateRoutineRouteResponse
|
|
94771
|
+
*/
|
|
94772
|
+
async updateRoutineRouteWithOptions(request: UpdateRoutineRouteRequest, runtime: $dara.RuntimeOptions): Promise<UpdateRoutineRouteResponse> {
|
|
94773
|
+
request.validate();
|
|
94774
|
+
let query = { };
|
|
94775
|
+
if (!$dara.isNull(request.bypass)) {
|
|
94776
|
+
query["Bypass"] = request.bypass;
|
|
94777
|
+
}
|
|
94778
|
+
|
|
94779
|
+
if (!$dara.isNull(request.configId)) {
|
|
94780
|
+
query["ConfigId"] = request.configId;
|
|
94781
|
+
}
|
|
94782
|
+
|
|
94783
|
+
if (!$dara.isNull(request.routeEnable)) {
|
|
94784
|
+
query["RouteEnable"] = request.routeEnable;
|
|
94785
|
+
}
|
|
94786
|
+
|
|
94787
|
+
if (!$dara.isNull(request.routeName)) {
|
|
94788
|
+
query["RouteName"] = request.routeName;
|
|
94789
|
+
}
|
|
94790
|
+
|
|
94791
|
+
if (!$dara.isNull(request.routineName)) {
|
|
94792
|
+
query["RoutineName"] = request.routineName;
|
|
94793
|
+
}
|
|
94794
|
+
|
|
94795
|
+
if (!$dara.isNull(request.rule)) {
|
|
94796
|
+
query["Rule"] = request.rule;
|
|
94797
|
+
}
|
|
94798
|
+
|
|
94799
|
+
if (!$dara.isNull(request.sequence)) {
|
|
94800
|
+
query["Sequence"] = request.sequence;
|
|
94801
|
+
}
|
|
94802
|
+
|
|
94803
|
+
if (!$dara.isNull(request.siteId)) {
|
|
94804
|
+
query["SiteId"] = request.siteId;
|
|
94805
|
+
}
|
|
94806
|
+
|
|
94807
|
+
let req = new $OpenApiUtil.OpenApiRequest({
|
|
94808
|
+
query: OpenApiUtil.query(query),
|
|
94809
|
+
});
|
|
94810
|
+
let params = new $OpenApiUtil.Params({
|
|
94811
|
+
action: "UpdateRoutineRoute",
|
|
94812
|
+
version: "2024-09-10",
|
|
94813
|
+
protocol: "HTTPS",
|
|
94814
|
+
pathname: "/",
|
|
94815
|
+
method: "POST",
|
|
94816
|
+
authType: "AK",
|
|
94817
|
+
style: "RPC",
|
|
94818
|
+
reqBodyType: "formData",
|
|
94819
|
+
bodyType: "json",
|
|
94820
|
+
});
|
|
94821
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
94822
|
+
return $dara.cast<UpdateRoutineRouteResponse>(await this.callApi(params, req, runtime), new UpdateRoutineRouteResponse({}));
|
|
94823
|
+
} else {
|
|
94824
|
+
return $dara.cast<UpdateRoutineRouteResponse>(await this.execute(params, req, runtime), new UpdateRoutineRouteResponse({}));
|
|
94825
|
+
}
|
|
94826
|
+
|
|
94827
|
+
}
|
|
94828
|
+
|
|
94829
|
+
/**
|
|
94830
|
+
* 修改边缘函数路由配置
|
|
94831
|
+
*
|
|
94832
|
+
* @param request - UpdateRoutineRouteRequest
|
|
94833
|
+
* @returns UpdateRoutineRouteResponse
|
|
94834
|
+
*/
|
|
94835
|
+
async updateRoutineRoute(request: UpdateRoutineRouteRequest): Promise<UpdateRoutineRouteResponse> {
|
|
94836
|
+
let runtime = new $dara.RuntimeOptions({ });
|
|
94837
|
+
return await this.updateRoutineRouteWithOptions(request, runtime);
|
|
94838
|
+
}
|
|
94839
|
+
|
|
92722
94840
|
/**
|
|
92723
94841
|
* Updates a scheduled prefetch plan based on the plan ID.
|
|
92724
94842
|
*
|