@alicloud/esa20240910 2.23.0 → 2.24.1
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 +476 -119
- package/dist/client.js +994 -2030
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1403 -2216
package/dist/client.d.ts
CHANGED
|
@@ -1720,6 +1720,7 @@ export declare class CreateHttpRequestHeaderModificationRuleRequestRequestHeader
|
|
|
1720
1720
|
* add
|
|
1721
1721
|
*/
|
|
1722
1722
|
operation?: string;
|
|
1723
|
+
type?: string;
|
|
1723
1724
|
/**
|
|
1724
1725
|
* @remarks
|
|
1725
1726
|
* Request header value.
|
|
@@ -1764,6 +1765,7 @@ export declare class CreateHttpResponseHeaderModificationRuleRequestResponseHead
|
|
|
1764
1765
|
* add
|
|
1765
1766
|
*/
|
|
1766
1767
|
operation?: string;
|
|
1768
|
+
type?: string;
|
|
1767
1769
|
/**
|
|
1768
1770
|
* @remarks
|
|
1769
1771
|
* Response header value.
|
|
@@ -5510,6 +5512,7 @@ export declare class GetHttpRequestHeaderModificationRuleResponseBodyRequestHead
|
|
|
5510
5512
|
* add
|
|
5511
5513
|
*/
|
|
5512
5514
|
operation?: string;
|
|
5515
|
+
type?: string;
|
|
5513
5516
|
/**
|
|
5514
5517
|
* @remarks
|
|
5515
5518
|
* Request header value.
|
|
@@ -5550,6 +5553,7 @@ export declare class GetHttpResponseHeaderModificationRuleResponseBodyResponseHe
|
|
|
5550
5553
|
* add
|
|
5551
5554
|
*/
|
|
5552
5555
|
operation?: string;
|
|
5556
|
+
type?: string;
|
|
5553
5557
|
/**
|
|
5554
5558
|
* @remarks
|
|
5555
5559
|
* Response header value.
|
|
@@ -7011,14 +7015,6 @@ export declare class GetRoutineResponseBodyEnvs extends $dara.Model {
|
|
|
7011
7015
|
* production
|
|
7012
7016
|
*/
|
|
7013
7017
|
env?: string;
|
|
7014
|
-
/**
|
|
7015
|
-
* @remarks
|
|
7016
|
-
* The specification.
|
|
7017
|
-
*
|
|
7018
|
-
* @example
|
|
7019
|
-
* 5ms
|
|
7020
|
-
*/
|
|
7021
|
-
specName?: string;
|
|
7022
7018
|
static names(): {
|
|
7023
7019
|
[key: string]: string;
|
|
7024
7020
|
};
|
|
@@ -8377,6 +8373,109 @@ export declare class ListCertificatesResponseBodyResult extends $dara.Model {
|
|
|
8377
8373
|
[key: string]: any;
|
|
8378
8374
|
});
|
|
8379
8375
|
}
|
|
8376
|
+
export declare class ListCertificatesByRecordResponseBodyResultCertificates extends $dara.Model {
|
|
8377
|
+
/**
|
|
8378
|
+
* @example
|
|
8379
|
+
* 30000137
|
|
8380
|
+
*/
|
|
8381
|
+
casId?: string;
|
|
8382
|
+
/**
|
|
8383
|
+
* @example
|
|
8384
|
+
* www.example.com
|
|
8385
|
+
*/
|
|
8386
|
+
commonName?: string;
|
|
8387
|
+
/**
|
|
8388
|
+
* @example
|
|
8389
|
+
* 2023-02-28 06:17:11
|
|
8390
|
+
*/
|
|
8391
|
+
createTime?: string;
|
|
8392
|
+
/**
|
|
8393
|
+
* @example
|
|
8394
|
+
* 1dc5fc9af4eead2570c70d94b416130baeb6d4429b51fd3557379588456aca66
|
|
8395
|
+
*/
|
|
8396
|
+
fingerprintSha256?: string;
|
|
8397
|
+
id?: string;
|
|
8398
|
+
/**
|
|
8399
|
+
* @example
|
|
8400
|
+
* GlobalSign nv-sa
|
|
8401
|
+
*/
|
|
8402
|
+
issuer?: string;
|
|
8403
|
+
/**
|
|
8404
|
+
* @example
|
|
8405
|
+
* GlobalSign Organization Validation CA - SHA256 - G3
|
|
8406
|
+
*/
|
|
8407
|
+
issuerCN?: string;
|
|
8408
|
+
name?: string;
|
|
8409
|
+
/**
|
|
8410
|
+
* @example
|
|
8411
|
+
* 2024-02-28 06:17:11
|
|
8412
|
+
*/
|
|
8413
|
+
notAfter?: string;
|
|
8414
|
+
/**
|
|
8415
|
+
* @example
|
|
8416
|
+
* 2023-02-28 06:17:11
|
|
8417
|
+
*/
|
|
8418
|
+
notBefore?: string;
|
|
8419
|
+
/**
|
|
8420
|
+
* @example
|
|
8421
|
+
* RSA
|
|
8422
|
+
*/
|
|
8423
|
+
pubAlg?: string;
|
|
8424
|
+
region?: string;
|
|
8425
|
+
/**
|
|
8426
|
+
* @example
|
|
8427
|
+
* www.example.com,*.example.com
|
|
8428
|
+
*/
|
|
8429
|
+
SAN?: string;
|
|
8430
|
+
/**
|
|
8431
|
+
* @example
|
|
8432
|
+
* baba39055622c008b90285a8838ed09a
|
|
8433
|
+
*/
|
|
8434
|
+
serialNumber?: string;
|
|
8435
|
+
/**
|
|
8436
|
+
* @example
|
|
8437
|
+
* SHA256-RSA
|
|
8438
|
+
*/
|
|
8439
|
+
sigAlg?: string;
|
|
8440
|
+
status?: string;
|
|
8441
|
+
/**
|
|
8442
|
+
* @example
|
|
8443
|
+
* free
|
|
8444
|
+
*/
|
|
8445
|
+
type?: string;
|
|
8446
|
+
/**
|
|
8447
|
+
* @example
|
|
8448
|
+
* 2023-02-28 06:17:11
|
|
8449
|
+
*/
|
|
8450
|
+
updateTime?: string;
|
|
8451
|
+
static names(): {
|
|
8452
|
+
[key: string]: string;
|
|
8453
|
+
};
|
|
8454
|
+
static types(): {
|
|
8455
|
+
[key: string]: any;
|
|
8456
|
+
};
|
|
8457
|
+
validate(): void;
|
|
8458
|
+
constructor(map?: {
|
|
8459
|
+
[key: string]: any;
|
|
8460
|
+
});
|
|
8461
|
+
}
|
|
8462
|
+
export declare class ListCertificatesByRecordResponseBodyResult extends $dara.Model {
|
|
8463
|
+
applylingCount?: number;
|
|
8464
|
+
certificates?: ListCertificatesByRecordResponseBodyResultCertificates[];
|
|
8465
|
+
count?: number;
|
|
8466
|
+
recordName?: string;
|
|
8467
|
+
status?: string;
|
|
8468
|
+
static names(): {
|
|
8469
|
+
[key: string]: string;
|
|
8470
|
+
};
|
|
8471
|
+
static types(): {
|
|
8472
|
+
[key: string]: any;
|
|
8473
|
+
};
|
|
8474
|
+
validate(): void;
|
|
8475
|
+
constructor(map?: {
|
|
8476
|
+
[key: string]: any;
|
|
8477
|
+
});
|
|
8478
|
+
}
|
|
8380
8479
|
export declare class ListClientCaCertificatesResponseBodyResult extends $dara.Model {
|
|
8381
8480
|
/**
|
|
8382
8481
|
* @remarks
|
|
@@ -9521,6 +9620,7 @@ export declare class ListHttpRequestHeaderModificationRulesResponseBodyConfigsRe
|
|
|
9521
9620
|
* add
|
|
9522
9621
|
*/
|
|
9523
9622
|
operation?: string;
|
|
9623
|
+
type?: string;
|
|
9524
9624
|
/**
|
|
9525
9625
|
* @remarks
|
|
9526
9626
|
* The value of the request header.
|
|
@@ -9639,6 +9739,7 @@ export declare class ListHttpResponseHeaderModificationRulesResponseBodyConfigsR
|
|
|
9639
9739
|
* add
|
|
9640
9740
|
*/
|
|
9641
9741
|
operation?: string;
|
|
9742
|
+
type?: string;
|
|
9642
9743
|
/**
|
|
9643
9744
|
* @remarks
|
|
9644
9745
|
* Response header value.
|
|
@@ -11827,6 +11928,11 @@ export declare class ListOriginRulesResponseBodyConfigs extends $dara.Model {
|
|
|
11827
11928
|
* test.example.com
|
|
11828
11929
|
*/
|
|
11829
11930
|
dnsRecord?: string;
|
|
11931
|
+
follow302Enable?: string;
|
|
11932
|
+
follow302MaxTries?: string;
|
|
11933
|
+
follow302RetainArgs?: string;
|
|
11934
|
+
follow302RetainHeader?: string;
|
|
11935
|
+
follow302TargetHost?: string;
|
|
11830
11936
|
/**
|
|
11831
11937
|
* @remarks
|
|
11832
11938
|
* HOST carried in the origin request.
|
|
@@ -12618,26 +12724,27 @@ export declare class ListRewriteUrlRulesResponseBodyConfigs extends $dara.Model
|
|
|
12618
12724
|
[key: string]: any;
|
|
12619
12725
|
});
|
|
12620
12726
|
}
|
|
12621
|
-
export declare class
|
|
12727
|
+
export declare class ListRoutineRelatedRecordsResponseBodyRelatedRecords extends $dara.Model {
|
|
12622
12728
|
/**
|
|
12623
|
-
* @remarks
|
|
12624
|
-
* Indicates whether the specification is available. Valid values:
|
|
12625
|
-
*
|
|
12626
|
-
* * true
|
|
12627
|
-
* * false
|
|
12628
|
-
*
|
|
12629
12729
|
* @example
|
|
12630
|
-
*
|
|
12730
|
+
* 509348423011904
|
|
12631
12731
|
*/
|
|
12632
|
-
|
|
12732
|
+
recordId?: number;
|
|
12633
12733
|
/**
|
|
12634
|
-
* @remarks
|
|
12635
|
-
* The specification name.
|
|
12636
|
-
*
|
|
12637
12734
|
* @example
|
|
12638
|
-
*
|
|
12735
|
+
* test-record-1.example.com
|
|
12639
12736
|
*/
|
|
12640
|
-
|
|
12737
|
+
recordName?: string;
|
|
12738
|
+
/**
|
|
12739
|
+
* @example
|
|
12740
|
+
* 54362329990032
|
|
12741
|
+
*/
|
|
12742
|
+
siteId?: number;
|
|
12743
|
+
/**
|
|
12744
|
+
* @example
|
|
12745
|
+
* example.com
|
|
12746
|
+
*/
|
|
12747
|
+
siteName?: string;
|
|
12641
12748
|
static names(): {
|
|
12642
12749
|
[key: string]: string;
|
|
12643
12750
|
};
|
|
@@ -12699,7 +12806,7 @@ export declare class ListRoutineRoutesResponseBodyConfigs extends $dara.Model {
|
|
|
12699
12806
|
* @example
|
|
12700
12807
|
* 554889455535696
|
|
12701
12808
|
*/
|
|
12702
|
-
siteId?:
|
|
12809
|
+
siteId?: number;
|
|
12703
12810
|
/**
|
|
12704
12811
|
* @example
|
|
12705
12812
|
* test.com
|
|
@@ -13618,6 +13725,21 @@ export declare class ListUserRatePlanInstancesResponseBodyInstanceInfo extends $
|
|
|
13618
13725
|
[key: string]: any;
|
|
13619
13726
|
});
|
|
13620
13727
|
}
|
|
13728
|
+
export declare class ListUserRoutinesResponseBodyRoutines extends $dara.Model {
|
|
13729
|
+
createTime?: string;
|
|
13730
|
+
description?: string;
|
|
13731
|
+
routineName?: string;
|
|
13732
|
+
static names(): {
|
|
13733
|
+
[key: string]: string;
|
|
13734
|
+
};
|
|
13735
|
+
static types(): {
|
|
13736
|
+
[key: string]: any;
|
|
13737
|
+
};
|
|
13738
|
+
validate(): void;
|
|
13739
|
+
constructor(map?: {
|
|
13740
|
+
[key: string]: any;
|
|
13741
|
+
});
|
|
13742
|
+
}
|
|
13621
13743
|
export declare class ListWafManagedRulesRequestQueryArgs extends $dara.Model {
|
|
13622
13744
|
/**
|
|
13623
13745
|
* @remarks
|
|
@@ -14071,6 +14193,7 @@ export declare class ListWafRulesetsResponseBodyRulesets extends $dara.Model {
|
|
|
14071
14193
|
});
|
|
14072
14194
|
}
|
|
14073
14195
|
export declare class ListWafTemplateRulesRequestQueryArgs extends $dara.Model {
|
|
14196
|
+
kinds?: string[];
|
|
14074
14197
|
/**
|
|
14075
14198
|
* @remarks
|
|
14076
14199
|
* Rule type.
|
|
@@ -14790,6 +14913,7 @@ export declare class UpdateHttpRequestHeaderModificationRuleRequestRequestHeader
|
|
|
14790
14913
|
* add
|
|
14791
14914
|
*/
|
|
14792
14915
|
operation?: string;
|
|
14916
|
+
type?: string;
|
|
14793
14917
|
/**
|
|
14794
14918
|
* @remarks
|
|
14795
14919
|
* Request header value.
|
|
@@ -14833,6 +14957,7 @@ export declare class UpdateHttpResponseHeaderModificationRuleRequestResponseHead
|
|
|
14833
14957
|
* add
|
|
14834
14958
|
*/
|
|
14835
14959
|
operation?: string;
|
|
14960
|
+
type?: string;
|
|
14836
14961
|
/**
|
|
14837
14962
|
* @remarks
|
|
14838
14963
|
* Response header value.
|
|
@@ -16173,6 +16298,8 @@ export declare class BatchCreateWafRulesRequest extends $dara.Model {
|
|
|
16173
16298
|
* @remarks
|
|
16174
16299
|
* Site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
|
|
16175
16300
|
*
|
|
16301
|
+
* This parameter is required.
|
|
16302
|
+
*
|
|
16176
16303
|
* @example
|
|
16177
16304
|
* 1
|
|
16178
16305
|
*/
|
|
@@ -16230,6 +16357,8 @@ export declare class BatchCreateWafRulesShrinkRequest extends $dara.Model {
|
|
|
16230
16357
|
* @remarks
|
|
16231
16358
|
* Site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
|
|
16232
16359
|
*
|
|
16360
|
+
* This parameter is required.
|
|
16361
|
+
*
|
|
16233
16362
|
* @example
|
|
16234
16363
|
* 1
|
|
16235
16364
|
*/
|
|
@@ -16883,6 +17012,8 @@ export declare class BatchUpdateWafRulesRequest extends $dara.Model {
|
|
|
16883
17012
|
* @remarks
|
|
16884
17013
|
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
16885
17014
|
*
|
|
17015
|
+
* This parameter is required.
|
|
17016
|
+
*
|
|
16886
17017
|
* @example
|
|
16887
17018
|
* 1
|
|
16888
17019
|
*/
|
|
@@ -16940,6 +17071,8 @@ export declare class BatchUpdateWafRulesShrinkRequest extends $dara.Model {
|
|
|
16940
17071
|
* @remarks
|
|
16941
17072
|
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
16942
17073
|
*
|
|
17074
|
+
* This parameter is required.
|
|
17075
|
+
*
|
|
16943
17076
|
* @example
|
|
16944
17077
|
* 1
|
|
16945
17078
|
*/
|
|
@@ -20630,6 +20763,11 @@ export declare class CreateOriginRuleRequest extends $dara.Model {
|
|
|
20630
20763
|
* test.example.com
|
|
20631
20764
|
*/
|
|
20632
20765
|
dnsRecord?: string;
|
|
20766
|
+
follow302Enable?: string;
|
|
20767
|
+
follow302MaxTries?: string;
|
|
20768
|
+
follow302RetainArgs?: string;
|
|
20769
|
+
follow302RetainHeader?: string;
|
|
20770
|
+
follow302TargetHost?: string;
|
|
20633
20771
|
/**
|
|
20634
20772
|
* @remarks
|
|
20635
20773
|
* The HOST carried in the origin request.
|
|
@@ -21523,14 +21661,6 @@ export declare class CreateRoutineRequest extends $dara.Model {
|
|
|
21523
21661
|
* test-routine1
|
|
21524
21662
|
*/
|
|
21525
21663
|
name?: string;
|
|
21526
|
-
/**
|
|
21527
|
-
* @remarks
|
|
21528
|
-
* The specification of the routine.
|
|
21529
|
-
*
|
|
21530
|
-
* @example
|
|
21531
|
-
* 5ms
|
|
21532
|
-
*/
|
|
21533
|
-
specName?: string;
|
|
21534
21664
|
static names(): {
|
|
21535
21665
|
[key: string]: string;
|
|
21536
21666
|
};
|
|
@@ -31243,6 +31373,82 @@ export declare class GetEdgeContainerTerminalResponse extends $dara.Model {
|
|
|
31243
31373
|
[key: string]: any;
|
|
31244
31374
|
});
|
|
31245
31375
|
}
|
|
31376
|
+
export declare class GetErServiceRequest extends $dara.Model {
|
|
31377
|
+
ownerId?: number;
|
|
31378
|
+
securityToken?: string;
|
|
31379
|
+
static names(): {
|
|
31380
|
+
[key: string]: string;
|
|
31381
|
+
};
|
|
31382
|
+
static types(): {
|
|
31383
|
+
[key: string]: any;
|
|
31384
|
+
};
|
|
31385
|
+
validate(): void;
|
|
31386
|
+
constructor(map?: {
|
|
31387
|
+
[key: string]: any;
|
|
31388
|
+
});
|
|
31389
|
+
}
|
|
31390
|
+
export declare class GetErServiceResponseBody extends $dara.Model {
|
|
31391
|
+
/**
|
|
31392
|
+
* @remarks
|
|
31393
|
+
* The billing mode. Valid values:
|
|
31394
|
+
*
|
|
31395
|
+
* * er_paymode: billed for customers on the China site.
|
|
31396
|
+
* * er_freemode: free for customers on the China site.
|
|
31397
|
+
* * er_paymodeintl: billed for customers on the International site.
|
|
31398
|
+
* * err_freemodeintl: free for customers on the International site
|
|
31399
|
+
*
|
|
31400
|
+
* @example
|
|
31401
|
+
* er_paymode
|
|
31402
|
+
*/
|
|
31403
|
+
planName?: string;
|
|
31404
|
+
/**
|
|
31405
|
+
* @remarks
|
|
31406
|
+
* The request ID.
|
|
31407
|
+
*
|
|
31408
|
+
* @example
|
|
31409
|
+
* CB1A380B-09F0-41BB-A198-72F8FD6DA2FE
|
|
31410
|
+
*/
|
|
31411
|
+
requestId?: string;
|
|
31412
|
+
/**
|
|
31413
|
+
* @remarks
|
|
31414
|
+
* The service status. Valid values:
|
|
31415
|
+
*
|
|
31416
|
+
* * Creating
|
|
31417
|
+
* * Running
|
|
31418
|
+
* * NotOpened
|
|
31419
|
+
*
|
|
31420
|
+
* @example
|
|
31421
|
+
* Running
|
|
31422
|
+
*/
|
|
31423
|
+
status?: string;
|
|
31424
|
+
static names(): {
|
|
31425
|
+
[key: string]: string;
|
|
31426
|
+
};
|
|
31427
|
+
static types(): {
|
|
31428
|
+
[key: string]: any;
|
|
31429
|
+
};
|
|
31430
|
+
validate(): void;
|
|
31431
|
+
constructor(map?: {
|
|
31432
|
+
[key: string]: any;
|
|
31433
|
+
});
|
|
31434
|
+
}
|
|
31435
|
+
export declare class GetErServiceResponse extends $dara.Model {
|
|
31436
|
+
headers?: {
|
|
31437
|
+
[key: string]: string;
|
|
31438
|
+
};
|
|
31439
|
+
statusCode?: number;
|
|
31440
|
+
body?: GetErServiceResponseBody;
|
|
31441
|
+
static names(): {
|
|
31442
|
+
[key: string]: string;
|
|
31443
|
+
};
|
|
31444
|
+
static types(): {
|
|
31445
|
+
[key: string]: any;
|
|
31446
|
+
};
|
|
31447
|
+
validate(): void;
|
|
31448
|
+
constructor(map?: {
|
|
31449
|
+
[key: string]: any;
|
|
31450
|
+
});
|
|
31451
|
+
}
|
|
31246
31452
|
export declare class GetHttpRequestHeaderModificationRuleRequest extends $dara.Model {
|
|
31247
31453
|
/**
|
|
31248
31454
|
* @remarks
|
|
@@ -33702,6 +33908,11 @@ export declare class GetOriginRuleResponseBody extends $dara.Model {
|
|
|
33702
33908
|
* test.example.com
|
|
33703
33909
|
*/
|
|
33704
33910
|
dnsRecord?: string;
|
|
33911
|
+
follow302Enable?: string;
|
|
33912
|
+
follow302MaxTries?: string;
|
|
33913
|
+
follow302RetainArgs?: string;
|
|
33914
|
+
follow302RetainHeader?: string;
|
|
33915
|
+
follow302TargetHost?: string;
|
|
33705
33916
|
/**
|
|
33706
33917
|
* @remarks
|
|
33707
33918
|
* HOST carried in the origin request.
|
|
@@ -36652,6 +36863,7 @@ export declare class GetWafRuleResponseBody extends $dara.Model {
|
|
|
36652
36863
|
* 36af3fcc-43d0-441c-86b1-428951dc8225
|
|
36653
36864
|
*/
|
|
36654
36865
|
requestId?: string;
|
|
36866
|
+
rulesetId?: number;
|
|
36655
36867
|
/**
|
|
36656
36868
|
* @remarks
|
|
36657
36869
|
* Rule status.
|
|
@@ -37255,6 +37467,67 @@ export declare class ListCertificatesResponse extends $dara.Model {
|
|
|
37255
37467
|
[key: string]: any;
|
|
37256
37468
|
});
|
|
37257
37469
|
}
|
|
37470
|
+
export declare class ListCertificatesByRecordRequest extends $dara.Model {
|
|
37471
|
+
detail?: boolean;
|
|
37472
|
+
/**
|
|
37473
|
+
* @remarks
|
|
37474
|
+
* This parameter is required.
|
|
37475
|
+
*/
|
|
37476
|
+
recordName?: string;
|
|
37477
|
+
/**
|
|
37478
|
+
* @remarks
|
|
37479
|
+
* This parameter is required.
|
|
37480
|
+
*
|
|
37481
|
+
* @example
|
|
37482
|
+
* 1234567890123
|
|
37483
|
+
*/
|
|
37484
|
+
siteId?: number;
|
|
37485
|
+
validOnly?: boolean;
|
|
37486
|
+
static names(): {
|
|
37487
|
+
[key: string]: string;
|
|
37488
|
+
};
|
|
37489
|
+
static types(): {
|
|
37490
|
+
[key: string]: any;
|
|
37491
|
+
};
|
|
37492
|
+
validate(): void;
|
|
37493
|
+
constructor(map?: {
|
|
37494
|
+
[key: string]: any;
|
|
37495
|
+
});
|
|
37496
|
+
}
|
|
37497
|
+
export declare class ListCertificatesByRecordResponseBody extends $dara.Model {
|
|
37498
|
+
requestId?: string;
|
|
37499
|
+
result?: ListCertificatesByRecordResponseBodyResult[];
|
|
37500
|
+
siteId?: number;
|
|
37501
|
+
siteName?: string;
|
|
37502
|
+
totalCount?: number;
|
|
37503
|
+
static names(): {
|
|
37504
|
+
[key: string]: string;
|
|
37505
|
+
};
|
|
37506
|
+
static types(): {
|
|
37507
|
+
[key: string]: any;
|
|
37508
|
+
};
|
|
37509
|
+
validate(): void;
|
|
37510
|
+
constructor(map?: {
|
|
37511
|
+
[key: string]: any;
|
|
37512
|
+
});
|
|
37513
|
+
}
|
|
37514
|
+
export declare class ListCertificatesByRecordResponse extends $dara.Model {
|
|
37515
|
+
headers?: {
|
|
37516
|
+
[key: string]: string;
|
|
37517
|
+
};
|
|
37518
|
+
statusCode?: number;
|
|
37519
|
+
body?: ListCertificatesByRecordResponseBody;
|
|
37520
|
+
static names(): {
|
|
37521
|
+
[key: string]: string;
|
|
37522
|
+
};
|
|
37523
|
+
static types(): {
|
|
37524
|
+
[key: string]: any;
|
|
37525
|
+
};
|
|
37526
|
+
validate(): void;
|
|
37527
|
+
constructor(map?: {
|
|
37528
|
+
[key: string]: any;
|
|
37529
|
+
});
|
|
37530
|
+
}
|
|
37258
37531
|
export declare class ListCiphersRequest extends $dara.Model {
|
|
37259
37532
|
/**
|
|
37260
37533
|
* @remarks
|
|
@@ -41485,20 +41758,63 @@ export declare class ListRoutineCanaryAreasResponse extends $dara.Model {
|
|
|
41485
41758
|
[key: string]: any;
|
|
41486
41759
|
});
|
|
41487
41760
|
}
|
|
41488
|
-
export declare class
|
|
41761
|
+
export declare class ListRoutineRelatedRecordsRequest extends $dara.Model {
|
|
41489
41762
|
/**
|
|
41490
41763
|
* @remarks
|
|
41491
|
-
*
|
|
41764
|
+
* This parameter is required.
|
|
41492
41765
|
*
|
|
41493
41766
|
* @example
|
|
41494
|
-
*
|
|
41767
|
+
* test
|
|
41768
|
+
*/
|
|
41769
|
+
name?: string;
|
|
41770
|
+
/**
|
|
41771
|
+
* @example
|
|
41772
|
+
* 1
|
|
41773
|
+
*/
|
|
41774
|
+
pageNumber?: number;
|
|
41775
|
+
/**
|
|
41776
|
+
* @example
|
|
41777
|
+
* 20
|
|
41778
|
+
*/
|
|
41779
|
+
pageSize?: number;
|
|
41780
|
+
/**
|
|
41781
|
+
* @example
|
|
41782
|
+
* hello
|
|
41783
|
+
*/
|
|
41784
|
+
searchKeyWord?: string;
|
|
41785
|
+
static names(): {
|
|
41786
|
+
[key: string]: string;
|
|
41787
|
+
};
|
|
41788
|
+
static types(): {
|
|
41789
|
+
[key: string]: any;
|
|
41790
|
+
};
|
|
41791
|
+
validate(): void;
|
|
41792
|
+
constructor(map?: {
|
|
41793
|
+
[key: string]: any;
|
|
41794
|
+
});
|
|
41795
|
+
}
|
|
41796
|
+
export declare class ListRoutineRelatedRecordsResponseBody extends $dara.Model {
|
|
41797
|
+
/**
|
|
41798
|
+
* @example
|
|
41799
|
+
* 1
|
|
41800
|
+
*/
|
|
41801
|
+
pageNumber?: number;
|
|
41802
|
+
/**
|
|
41803
|
+
* @example
|
|
41804
|
+
* 20
|
|
41805
|
+
*/
|
|
41806
|
+
pageSize?: number;
|
|
41807
|
+
relatedRecords?: ListRoutineRelatedRecordsResponseBodyRelatedRecords[];
|
|
41808
|
+
/**
|
|
41809
|
+
* @example
|
|
41810
|
+
* 15C66C7B-671A-4297-9187-2C4477247A74
|
|
41495
41811
|
*/
|
|
41496
41812
|
requestId?: string;
|
|
41497
41813
|
/**
|
|
41498
|
-
* @
|
|
41499
|
-
*
|
|
41814
|
+
* @example
|
|
41815
|
+
* 16
|
|
41500
41816
|
*/
|
|
41501
|
-
|
|
41817
|
+
totalCount?: number;
|
|
41502
41818
|
static names(): {
|
|
41503
41819
|
[key: string]: string;
|
|
41504
41820
|
};
|
|
@@ -41510,12 +41826,12 @@ export declare class ListRoutineOptionalSpecsResponseBody extends $dara.Model {
|
|
|
41510
41826
|
[key: string]: any;
|
|
41511
41827
|
});
|
|
41512
41828
|
}
|
|
41513
|
-
export declare class
|
|
41829
|
+
export declare class ListRoutineRelatedRecordsResponse extends $dara.Model {
|
|
41514
41830
|
headers?: {
|
|
41515
41831
|
[key: string]: string;
|
|
41516
41832
|
};
|
|
41517
41833
|
statusCode?: number;
|
|
41518
|
-
body?:
|
|
41834
|
+
body?: ListRoutineRelatedRecordsResponseBody;
|
|
41519
41835
|
static names(): {
|
|
41520
41836
|
[key: string]: string;
|
|
41521
41837
|
};
|
|
@@ -42798,6 +43114,65 @@ export declare class ListUserRatePlanInstancesResponse extends $dara.Model {
|
|
|
42798
43114
|
[key: string]: any;
|
|
42799
43115
|
});
|
|
42800
43116
|
}
|
|
43117
|
+
export declare class ListUserRoutinesRequest extends $dara.Model {
|
|
43118
|
+
/**
|
|
43119
|
+
* @example
|
|
43120
|
+
* ListUserRoutines
|
|
43121
|
+
*/
|
|
43122
|
+
pageNumber?: number;
|
|
43123
|
+
pageSize?: number;
|
|
43124
|
+
searchKeyWord?: string;
|
|
43125
|
+
static names(): {
|
|
43126
|
+
[key: string]: string;
|
|
43127
|
+
};
|
|
43128
|
+
static types(): {
|
|
43129
|
+
[key: string]: any;
|
|
43130
|
+
};
|
|
43131
|
+
validate(): void;
|
|
43132
|
+
constructor(map?: {
|
|
43133
|
+
[key: string]: any;
|
|
43134
|
+
});
|
|
43135
|
+
}
|
|
43136
|
+
export declare class ListUserRoutinesResponseBody extends $dara.Model {
|
|
43137
|
+
pageNumber?: number;
|
|
43138
|
+
pageSize?: number;
|
|
43139
|
+
quotaRoutineNumber?: number;
|
|
43140
|
+
/**
|
|
43141
|
+
* @remarks
|
|
43142
|
+
* Id of the request
|
|
43143
|
+
*/
|
|
43144
|
+
requestId?: string;
|
|
43145
|
+
routines?: ListUserRoutinesResponseBodyRoutines[];
|
|
43146
|
+
totalCount?: number;
|
|
43147
|
+
usedRoutineNumber?: number;
|
|
43148
|
+
static names(): {
|
|
43149
|
+
[key: string]: string;
|
|
43150
|
+
};
|
|
43151
|
+
static types(): {
|
|
43152
|
+
[key: string]: any;
|
|
43153
|
+
};
|
|
43154
|
+
validate(): void;
|
|
43155
|
+
constructor(map?: {
|
|
43156
|
+
[key: string]: any;
|
|
43157
|
+
});
|
|
43158
|
+
}
|
|
43159
|
+
export declare class ListUserRoutinesResponse extends $dara.Model {
|
|
43160
|
+
headers?: {
|
|
43161
|
+
[key: string]: string;
|
|
43162
|
+
};
|
|
43163
|
+
statusCode?: number;
|
|
43164
|
+
body?: ListUserRoutinesResponseBody;
|
|
43165
|
+
static names(): {
|
|
43166
|
+
[key: string]: string;
|
|
43167
|
+
};
|
|
43168
|
+
static types(): {
|
|
43169
|
+
[key: string]: any;
|
|
43170
|
+
};
|
|
43171
|
+
validate(): void;
|
|
43172
|
+
constructor(map?: {
|
|
43173
|
+
[key: string]: any;
|
|
43174
|
+
});
|
|
43175
|
+
}
|
|
42801
43176
|
export declare class ListWafManagedRulesRequest extends $dara.Model {
|
|
42802
43177
|
/**
|
|
42803
43178
|
* @remarks
|
|
@@ -44289,72 +44664,6 @@ export declare class PublishEdgeContainerAppVersionResponse extends $dara.Model
|
|
|
44289
44664
|
});
|
|
44290
44665
|
}
|
|
44291
44666
|
export declare class PublishRoutineCodeVersionRequest extends $dara.Model {
|
|
44292
|
-
/**
|
|
44293
|
-
* @remarks
|
|
44294
|
-
* The regions for canary release.
|
|
44295
|
-
*/
|
|
44296
|
-
canaryAreaList?: string[];
|
|
44297
|
-
/**
|
|
44298
|
-
* @remarks
|
|
44299
|
-
* The version number for canary release.
|
|
44300
|
-
*
|
|
44301
|
-
* @example
|
|
44302
|
-
* 1710120201067203242
|
|
44303
|
-
*/
|
|
44304
|
-
canaryCodeVersion?: string;
|
|
44305
|
-
/**
|
|
44306
|
-
* @remarks
|
|
44307
|
-
* The code version to be released.
|
|
44308
|
-
*
|
|
44309
|
-
* @example
|
|
44310
|
-
* 1710120201067203242
|
|
44311
|
-
*/
|
|
44312
|
-
codeVersion?: string;
|
|
44313
|
-
/**
|
|
44314
|
-
* @remarks
|
|
44315
|
-
* The environment name.
|
|
44316
|
-
*
|
|
44317
|
-
* This parameter is required.
|
|
44318
|
-
*
|
|
44319
|
-
* @example
|
|
44320
|
-
* production
|
|
44321
|
-
*/
|
|
44322
|
-
env?: string;
|
|
44323
|
-
/**
|
|
44324
|
-
* @remarks
|
|
44325
|
-
* The routine name.
|
|
44326
|
-
*
|
|
44327
|
-
* This parameter is required.
|
|
44328
|
-
*
|
|
44329
|
-
* @example
|
|
44330
|
-
* PublishRoutineCodeVersion
|
|
44331
|
-
*/
|
|
44332
|
-
name?: string;
|
|
44333
|
-
static names(): {
|
|
44334
|
-
[key: string]: string;
|
|
44335
|
-
};
|
|
44336
|
-
static types(): {
|
|
44337
|
-
[key: string]: any;
|
|
44338
|
-
};
|
|
44339
|
-
validate(): void;
|
|
44340
|
-
constructor(map?: {
|
|
44341
|
-
[key: string]: any;
|
|
44342
|
-
});
|
|
44343
|
-
}
|
|
44344
|
-
export declare class PublishRoutineCodeVersionShrinkRequest extends $dara.Model {
|
|
44345
|
-
/**
|
|
44346
|
-
* @remarks
|
|
44347
|
-
* The regions for canary release.
|
|
44348
|
-
*/
|
|
44349
|
-
canaryAreaListShrink?: string;
|
|
44350
|
-
/**
|
|
44351
|
-
* @remarks
|
|
44352
|
-
* The version number for canary release.
|
|
44353
|
-
*
|
|
44354
|
-
* @example
|
|
44355
|
-
* 1710120201067203242
|
|
44356
|
-
*/
|
|
44357
|
-
canaryCodeVersion?: string;
|
|
44358
44667
|
/**
|
|
44359
44668
|
* @remarks
|
|
44360
44669
|
* The code version to be released.
|
|
@@ -45471,6 +45780,7 @@ export declare class RollbackEdgeContainerAppVersionRequest extends $dara.Model
|
|
|
45471
45780
|
* app-88068867578379****
|
|
45472
45781
|
*/
|
|
45473
45782
|
appId?: string;
|
|
45783
|
+
percentage?: number;
|
|
45474
45784
|
/**
|
|
45475
45785
|
* @remarks
|
|
45476
45786
|
* The remarks.
|
|
@@ -45479,6 +45789,7 @@ export declare class RollbackEdgeContainerAppVersionRequest extends $dara.Model
|
|
|
45479
45789
|
* test rollback app
|
|
45480
45790
|
*/
|
|
45481
45791
|
remarks?: string;
|
|
45792
|
+
usedPercent?: boolean;
|
|
45482
45793
|
/**
|
|
45483
45794
|
* @remarks
|
|
45484
45795
|
* The ID of version that you want to roll back.
|
|
@@ -49557,6 +49868,11 @@ export declare class UpdateOriginRuleRequest extends $dara.Model {
|
|
|
49557
49868
|
* test.example.com
|
|
49558
49869
|
*/
|
|
49559
49870
|
dnsRecord?: string;
|
|
49871
|
+
follow302Enable?: string;
|
|
49872
|
+
follow302MaxTries?: string;
|
|
49873
|
+
follow302RetainArgs?: string;
|
|
49874
|
+
follow302RetainHeader?: string;
|
|
49875
|
+
follow302TargetHost?: string;
|
|
49560
49876
|
/**
|
|
49561
49877
|
* @remarks
|
|
49562
49878
|
* The HOST carried in the origin request.
|
|
@@ -55889,6 +56205,21 @@ export default class Client extends OpenApi {
|
|
|
55889
56205
|
* @returns GetEdgeContainerTerminalResponse
|
|
55890
56206
|
*/
|
|
55891
56207
|
getEdgeContainerTerminal(request: GetEdgeContainerTerminalRequest): Promise<GetEdgeContainerTerminalResponse>;
|
|
56208
|
+
/**
|
|
56209
|
+
* Checks the status of Edge Routine.
|
|
56210
|
+
*
|
|
56211
|
+
* @param request - GetErServiceRequest
|
|
56212
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
56213
|
+
* @returns GetErServiceResponse
|
|
56214
|
+
*/
|
|
56215
|
+
getErServiceWithOptions(request: GetErServiceRequest, runtime: $dara.RuntimeOptions): Promise<GetErServiceResponse>;
|
|
56216
|
+
/**
|
|
56217
|
+
* Checks the status of Edge Routine.
|
|
56218
|
+
*
|
|
56219
|
+
* @param request - GetErServiceRequest
|
|
56220
|
+
* @returns GetErServiceResponse
|
|
56221
|
+
*/
|
|
56222
|
+
getErService(request: GetErServiceRequest): Promise<GetErServiceResponse>;
|
|
55892
56223
|
/**
|
|
55893
56224
|
* Query HTTP Request Header Rule Details
|
|
55894
56225
|
*
|
|
@@ -56734,6 +57065,21 @@ export default class Client extends OpenApi {
|
|
|
56734
57065
|
* @returns ListCertificatesResponse
|
|
56735
57066
|
*/
|
|
56736
57067
|
listCertificates(request: ListCertificatesRequest): Promise<ListCertificatesResponse>;
|
|
57068
|
+
/**
|
|
57069
|
+
* 查询匹配记录名的站点证书列表
|
|
57070
|
+
*
|
|
57071
|
+
* @param request - ListCertificatesByRecordRequest
|
|
57072
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
57073
|
+
* @returns ListCertificatesByRecordResponse
|
|
57074
|
+
*/
|
|
57075
|
+
listCertificatesByRecordWithOptions(request: ListCertificatesByRecordRequest, runtime: $dara.RuntimeOptions): Promise<ListCertificatesByRecordResponse>;
|
|
57076
|
+
/**
|
|
57077
|
+
* 查询匹配记录名的站点证书列表
|
|
57078
|
+
*
|
|
57079
|
+
* @param request - ListCertificatesByRecordRequest
|
|
57080
|
+
* @returns ListCertificatesByRecordResponse
|
|
57081
|
+
*/
|
|
57082
|
+
listCertificatesByRecord(request: ListCertificatesByRecordRequest): Promise<ListCertificatesByRecordResponse>;
|
|
56737
57083
|
/**
|
|
56738
57084
|
* Query TLS Cipher Suite List
|
|
56739
57085
|
*
|
|
@@ -57258,24 +57604,20 @@ export default class Client extends OpenApi {
|
|
|
57258
57604
|
*/
|
|
57259
57605
|
listRoutineCanaryAreas(): Promise<ListRoutineCanaryAreasResponse>;
|
|
57260
57606
|
/**
|
|
57261
|
-
*
|
|
57607
|
+
* 查询函数关联域名列表
|
|
57262
57608
|
*
|
|
57263
|
-
* @
|
|
57264
|
-
* You can call this operation to query the specifications that you can select for a routine.
|
|
57265
|
-
*
|
|
57266
|
-
* @param request - ListRoutineOptionalSpecsRequest
|
|
57609
|
+
* @param request - ListRoutineRelatedRecordsRequest
|
|
57267
57610
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
57268
|
-
* @returns
|
|
57611
|
+
* @returns ListRoutineRelatedRecordsResponse
|
|
57269
57612
|
*/
|
|
57270
|
-
|
|
57613
|
+
listRoutineRelatedRecordsWithOptions(request: ListRoutineRelatedRecordsRequest, runtime: $dara.RuntimeOptions): Promise<ListRoutineRelatedRecordsResponse>;
|
|
57271
57614
|
/**
|
|
57272
|
-
*
|
|
57615
|
+
* 查询函数关联域名列表
|
|
57273
57616
|
*
|
|
57274
|
-
* @
|
|
57275
|
-
*
|
|
57276
|
-
* @returns ListRoutineOptionalSpecsResponse
|
|
57617
|
+
* @param request - ListRoutineRelatedRecordsRequest
|
|
57618
|
+
* @returns ListRoutineRelatedRecordsResponse
|
|
57277
57619
|
*/
|
|
57278
|
-
|
|
57620
|
+
listRoutineRelatedRecords(request: ListRoutineRelatedRecordsRequest): Promise<ListRoutineRelatedRecordsResponse>;
|
|
57279
57621
|
/**
|
|
57280
57622
|
* 查询边缘程序的函数路由列表
|
|
57281
57623
|
*
|
|
@@ -57426,6 +57768,21 @@ export default class Client extends OpenApi {
|
|
|
57426
57768
|
* @returns ListUserRatePlanInstancesResponse
|
|
57427
57769
|
*/
|
|
57428
57770
|
listUserRatePlanInstances(request: ListUserRatePlanInstancesRequest): Promise<ListUserRatePlanInstancesResponse>;
|
|
57771
|
+
/**
|
|
57772
|
+
* 查询用户的Routine列表
|
|
57773
|
+
*
|
|
57774
|
+
* @param request - ListUserRoutinesRequest
|
|
57775
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
57776
|
+
* @returns ListUserRoutinesResponse
|
|
57777
|
+
*/
|
|
57778
|
+
listUserRoutinesWithOptions(request: ListUserRoutinesRequest, runtime: $dara.RuntimeOptions): Promise<ListUserRoutinesResponse>;
|
|
57779
|
+
/**
|
|
57780
|
+
* 查询用户的Routine列表
|
|
57781
|
+
*
|
|
57782
|
+
* @param request - ListUserRoutinesRequest
|
|
57783
|
+
* @returns ListUserRoutinesResponse
|
|
57784
|
+
*/
|
|
57785
|
+
listUserRoutines(request: ListUserRoutinesRequest): Promise<ListUserRoutinesResponse>;
|
|
57429
57786
|
/**
|
|
57430
57787
|
* List WAF Managed Rules
|
|
57431
57788
|
*
|
|
@@ -57612,11 +57969,11 @@ export default class Client extends OpenApi {
|
|
|
57612
57969
|
/**
|
|
57613
57970
|
* 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.
|
|
57614
57971
|
*
|
|
57615
|
-
* @param
|
|
57972
|
+
* @param request - PublishRoutineCodeVersionRequest
|
|
57616
57973
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
57617
57974
|
* @returns PublishRoutineCodeVersionResponse
|
|
57618
57975
|
*/
|
|
57619
|
-
publishRoutineCodeVersionWithOptions(
|
|
57976
|
+
publishRoutineCodeVersionWithOptions(request: PublishRoutineCodeVersionRequest, runtime: $dara.RuntimeOptions): Promise<PublishRoutineCodeVersionResponse>;
|
|
57620
57977
|
/**
|
|
57621
57978
|
* 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.
|
|
57622
57979
|
*
|