@alicloud/esa20240910 2.5.2 → 2.5.4
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 +377 -267
- package/dist/client.js +82 -343
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +437 -469
package/dist/client.d.ts
CHANGED
|
@@ -1697,6 +1697,8 @@ export declare class CreateEdgeContainerAppRecordResponse extends $tea.Model {
|
|
|
1697
1697
|
export declare class CreateEdgeContainerAppVersionRequest extends $tea.Model {
|
|
1698
1698
|
/**
|
|
1699
1699
|
* @remarks
|
|
1700
|
+
* The application ID, which can be obtained by calling the [ListEdgeContainerApps](~~ListEdgeContainerApps~~) operation.
|
|
1701
|
+
*
|
|
1700
1702
|
* This parameter is required.
|
|
1701
1703
|
*
|
|
1702
1704
|
* @example
|
|
@@ -1705,6 +1707,9 @@ export declare class CreateEdgeContainerAppVersionRequest extends $tea.Model {
|
|
|
1705
1707
|
appId?: string;
|
|
1706
1708
|
/**
|
|
1707
1709
|
* @remarks
|
|
1710
|
+
* The container group to be deployed for this version, which contains information about images.\\
|
|
1711
|
+
* The image data contains the image address, startup command, parameters, environment variables, and probe rules. You can specify one or more images. The parameter value is a JSON string.
|
|
1712
|
+
*
|
|
1708
1713
|
* This parameter is required.
|
|
1709
1714
|
*
|
|
1710
1715
|
* @example
|
|
@@ -1730,6 +1735,8 @@ export declare class CreateEdgeContainerAppVersionRequest extends $tea.Model {
|
|
|
1730
1735
|
containers?: CreateEdgeContainerAppVersionRequestContainers[];
|
|
1731
1736
|
/**
|
|
1732
1737
|
* @remarks
|
|
1738
|
+
* The version name, which must be 6 to 128 characters in length.
|
|
1739
|
+
*
|
|
1733
1740
|
* This parameter is required.
|
|
1734
1741
|
*
|
|
1735
1742
|
* @example
|
|
@@ -1737,6 +1744,9 @@ export declare class CreateEdgeContainerAppVersionRequest extends $tea.Model {
|
|
|
1737
1744
|
*/
|
|
1738
1745
|
name?: string;
|
|
1739
1746
|
/**
|
|
1747
|
+
* @remarks
|
|
1748
|
+
* The description of the version.
|
|
1749
|
+
*
|
|
1740
1750
|
* @example
|
|
1741
1751
|
* test app
|
|
1742
1752
|
*/
|
|
@@ -1754,6 +1764,8 @@ export declare class CreateEdgeContainerAppVersionRequest extends $tea.Model {
|
|
|
1754
1764
|
export declare class CreateEdgeContainerAppVersionShrinkRequest extends $tea.Model {
|
|
1755
1765
|
/**
|
|
1756
1766
|
* @remarks
|
|
1767
|
+
* The application ID, which can be obtained by calling the [ListEdgeContainerApps](~~ListEdgeContainerApps~~) operation.
|
|
1768
|
+
*
|
|
1757
1769
|
* This parameter is required.
|
|
1758
1770
|
*
|
|
1759
1771
|
* @example
|
|
@@ -1762,6 +1774,9 @@ export declare class CreateEdgeContainerAppVersionShrinkRequest extends $tea.Mod
|
|
|
1762
1774
|
appId?: string;
|
|
1763
1775
|
/**
|
|
1764
1776
|
* @remarks
|
|
1777
|
+
* The container group to be deployed for this version, which contains information about images.\\
|
|
1778
|
+
* The image data contains the image address, startup command, parameters, environment variables, and probe rules. You can specify one or more images. The parameter value is a JSON string.
|
|
1779
|
+
*
|
|
1765
1780
|
* This parameter is required.
|
|
1766
1781
|
*
|
|
1767
1782
|
* @example
|
|
@@ -1787,6 +1802,8 @@ export declare class CreateEdgeContainerAppVersionShrinkRequest extends $tea.Mod
|
|
|
1787
1802
|
containersShrink?: string;
|
|
1788
1803
|
/**
|
|
1789
1804
|
* @remarks
|
|
1805
|
+
* The version name, which must be 6 to 128 characters in length.
|
|
1806
|
+
*
|
|
1790
1807
|
* This parameter is required.
|
|
1791
1808
|
*
|
|
1792
1809
|
* @example
|
|
@@ -1794,6 +1811,9 @@ export declare class CreateEdgeContainerAppVersionShrinkRequest extends $tea.Mod
|
|
|
1794
1811
|
*/
|
|
1795
1812
|
name?: string;
|
|
1796
1813
|
/**
|
|
1814
|
+
* @remarks
|
|
1815
|
+
* The description of the version.
|
|
1816
|
+
*
|
|
1797
1817
|
* @example
|
|
1798
1818
|
* test app
|
|
1799
1819
|
*/
|
|
@@ -1810,11 +1830,17 @@ export declare class CreateEdgeContainerAppVersionShrinkRequest extends $tea.Mod
|
|
|
1810
1830
|
}
|
|
1811
1831
|
export declare class CreateEdgeContainerAppVersionResponseBody extends $tea.Model {
|
|
1812
1832
|
/**
|
|
1833
|
+
* @remarks
|
|
1834
|
+
* The request ID.
|
|
1835
|
+
*
|
|
1813
1836
|
* @example
|
|
1814
1837
|
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
1815
1838
|
*/
|
|
1816
1839
|
requestId?: string;
|
|
1817
1840
|
/**
|
|
1841
|
+
* @remarks
|
|
1842
|
+
* The ID of the created version.
|
|
1843
|
+
*
|
|
1818
1844
|
* @example
|
|
1819
1845
|
* ver-87962637161651****
|
|
1820
1846
|
*/
|
|
@@ -3260,14 +3286,28 @@ export declare class CreateWaitingRoomRequest extends $tea.Model {
|
|
|
3260
3286
|
/**
|
|
3261
3287
|
* @remarks
|
|
3262
3288
|
* This parameter is required.
|
|
3289
|
+
*
|
|
3290
|
+
* @example
|
|
3291
|
+
* __aliwaitingroom_example
|
|
3263
3292
|
*/
|
|
3264
3293
|
cookieName?: string;
|
|
3294
|
+
/**
|
|
3295
|
+
* @example
|
|
3296
|
+
* Hello%20world!
|
|
3297
|
+
*/
|
|
3265
3298
|
customPageHtml?: string;
|
|
3266
3299
|
description?: string;
|
|
3300
|
+
/**
|
|
3301
|
+
* @example
|
|
3302
|
+
* on
|
|
3303
|
+
*/
|
|
3267
3304
|
disableSessionRenewalEnable?: string;
|
|
3268
3305
|
/**
|
|
3269
3306
|
* @remarks
|
|
3270
3307
|
* This parameter is required.
|
|
3308
|
+
*
|
|
3309
|
+
* @example
|
|
3310
|
+
* on
|
|
3271
3311
|
*/
|
|
3272
3312
|
enable?: string;
|
|
3273
3313
|
/**
|
|
@@ -3275,47 +3315,83 @@ export declare class CreateWaitingRoomRequest extends $tea.Model {
|
|
|
3275
3315
|
* This parameter is required.
|
|
3276
3316
|
*/
|
|
3277
3317
|
hostNameAndPath?: CreateWaitingRoomRequestHostNameAndPath[];
|
|
3318
|
+
/**
|
|
3319
|
+
* @example
|
|
3320
|
+
* on
|
|
3321
|
+
*/
|
|
3278
3322
|
jsonResponseEnable?: string;
|
|
3323
|
+
/**
|
|
3324
|
+
* @example
|
|
3325
|
+
* enus
|
|
3326
|
+
*/
|
|
3279
3327
|
language?: string;
|
|
3280
3328
|
/**
|
|
3281
3329
|
* @remarks
|
|
3282
3330
|
* This parameter is required.
|
|
3331
|
+
*
|
|
3332
|
+
* @example
|
|
3333
|
+
* waitingroom_example
|
|
3283
3334
|
*/
|
|
3284
3335
|
name?: string;
|
|
3285
3336
|
/**
|
|
3286
3337
|
* @remarks
|
|
3287
3338
|
* This parameter is required.
|
|
3339
|
+
*
|
|
3340
|
+
* @example
|
|
3341
|
+
* 200
|
|
3288
3342
|
*/
|
|
3289
3343
|
newUsersPerMinute?: string;
|
|
3344
|
+
/**
|
|
3345
|
+
* @example
|
|
3346
|
+
* on
|
|
3347
|
+
*/
|
|
3290
3348
|
queueAllEnable?: string;
|
|
3291
3349
|
/**
|
|
3292
3350
|
* @remarks
|
|
3293
3351
|
* This parameter is required.
|
|
3352
|
+
*
|
|
3353
|
+
* @example
|
|
3354
|
+
* fifo
|
|
3294
3355
|
*/
|
|
3295
3356
|
queuingMethod?: string;
|
|
3296
3357
|
/**
|
|
3297
3358
|
* @remarks
|
|
3298
3359
|
* This parameter is required.
|
|
3360
|
+
*
|
|
3361
|
+
* @example
|
|
3362
|
+
* 200
|
|
3299
3363
|
*/
|
|
3300
3364
|
queuingStatusCode?: string;
|
|
3301
3365
|
/**
|
|
3302
3366
|
* @remarks
|
|
3303
3367
|
* This parameter is required.
|
|
3368
|
+
*
|
|
3369
|
+
* @example
|
|
3370
|
+
* 5
|
|
3304
3371
|
*/
|
|
3305
3372
|
sessionDuration?: string;
|
|
3306
3373
|
/**
|
|
3307
3374
|
* @remarks
|
|
3308
3375
|
* This parameter is required.
|
|
3376
|
+
*
|
|
3377
|
+
* @example
|
|
3378
|
+
* 1234567890123
|
|
3309
3379
|
*/
|
|
3310
3380
|
siteId?: number;
|
|
3311
3381
|
/**
|
|
3312
3382
|
* @remarks
|
|
3313
3383
|
* This parameter is required.
|
|
3384
|
+
*
|
|
3385
|
+
* @example
|
|
3386
|
+
* 300
|
|
3314
3387
|
*/
|
|
3315
3388
|
totalActiveUsers?: string;
|
|
3316
3389
|
/**
|
|
3317
3390
|
* @remarks
|
|
3318
3391
|
* This parameter is required.
|
|
3392
|
+
*
|
|
3393
|
+
* @example
|
|
3394
|
+
* default
|
|
3319
3395
|
*/
|
|
3320
3396
|
waitingRoomType?: string;
|
|
3321
3397
|
static names(): {
|
|
@@ -3332,14 +3408,28 @@ export declare class CreateWaitingRoomShrinkRequest extends $tea.Model {
|
|
|
3332
3408
|
/**
|
|
3333
3409
|
* @remarks
|
|
3334
3410
|
* This parameter is required.
|
|
3411
|
+
*
|
|
3412
|
+
* @example
|
|
3413
|
+
* __aliwaitingroom_example
|
|
3335
3414
|
*/
|
|
3336
3415
|
cookieName?: string;
|
|
3416
|
+
/**
|
|
3417
|
+
* @example
|
|
3418
|
+
* Hello%20world!
|
|
3419
|
+
*/
|
|
3337
3420
|
customPageHtml?: string;
|
|
3338
3421
|
description?: string;
|
|
3422
|
+
/**
|
|
3423
|
+
* @example
|
|
3424
|
+
* on
|
|
3425
|
+
*/
|
|
3339
3426
|
disableSessionRenewalEnable?: string;
|
|
3340
3427
|
/**
|
|
3341
3428
|
* @remarks
|
|
3342
3429
|
* This parameter is required.
|
|
3430
|
+
*
|
|
3431
|
+
* @example
|
|
3432
|
+
* on
|
|
3343
3433
|
*/
|
|
3344
3434
|
enable?: string;
|
|
3345
3435
|
/**
|
|
@@ -3347,47 +3437,83 @@ export declare class CreateWaitingRoomShrinkRequest extends $tea.Model {
|
|
|
3347
3437
|
* This parameter is required.
|
|
3348
3438
|
*/
|
|
3349
3439
|
hostNameAndPathShrink?: string;
|
|
3440
|
+
/**
|
|
3441
|
+
* @example
|
|
3442
|
+
* on
|
|
3443
|
+
*/
|
|
3350
3444
|
jsonResponseEnable?: string;
|
|
3445
|
+
/**
|
|
3446
|
+
* @example
|
|
3447
|
+
* enus
|
|
3448
|
+
*/
|
|
3351
3449
|
language?: string;
|
|
3352
3450
|
/**
|
|
3353
3451
|
* @remarks
|
|
3354
3452
|
* This parameter is required.
|
|
3453
|
+
*
|
|
3454
|
+
* @example
|
|
3455
|
+
* waitingroom_example
|
|
3355
3456
|
*/
|
|
3356
3457
|
name?: string;
|
|
3357
3458
|
/**
|
|
3358
3459
|
* @remarks
|
|
3359
3460
|
* This parameter is required.
|
|
3461
|
+
*
|
|
3462
|
+
* @example
|
|
3463
|
+
* 200
|
|
3360
3464
|
*/
|
|
3361
3465
|
newUsersPerMinute?: string;
|
|
3466
|
+
/**
|
|
3467
|
+
* @example
|
|
3468
|
+
* on
|
|
3469
|
+
*/
|
|
3362
3470
|
queueAllEnable?: string;
|
|
3363
3471
|
/**
|
|
3364
3472
|
* @remarks
|
|
3365
3473
|
* This parameter is required.
|
|
3474
|
+
*
|
|
3475
|
+
* @example
|
|
3476
|
+
* fifo
|
|
3366
3477
|
*/
|
|
3367
3478
|
queuingMethod?: string;
|
|
3368
3479
|
/**
|
|
3369
3480
|
* @remarks
|
|
3370
3481
|
* This parameter is required.
|
|
3482
|
+
*
|
|
3483
|
+
* @example
|
|
3484
|
+
* 200
|
|
3371
3485
|
*/
|
|
3372
3486
|
queuingStatusCode?: string;
|
|
3373
3487
|
/**
|
|
3374
3488
|
* @remarks
|
|
3375
3489
|
* This parameter is required.
|
|
3490
|
+
*
|
|
3491
|
+
* @example
|
|
3492
|
+
* 5
|
|
3376
3493
|
*/
|
|
3377
3494
|
sessionDuration?: string;
|
|
3378
3495
|
/**
|
|
3379
3496
|
* @remarks
|
|
3380
3497
|
* This parameter is required.
|
|
3498
|
+
*
|
|
3499
|
+
* @example
|
|
3500
|
+
* 1234567890123
|
|
3381
3501
|
*/
|
|
3382
3502
|
siteId?: number;
|
|
3383
3503
|
/**
|
|
3384
3504
|
* @remarks
|
|
3385
3505
|
* This parameter is required.
|
|
3506
|
+
*
|
|
3507
|
+
* @example
|
|
3508
|
+
* 300
|
|
3386
3509
|
*/
|
|
3387
3510
|
totalActiveUsers?: string;
|
|
3388
3511
|
/**
|
|
3389
3512
|
* @remarks
|
|
3390
3513
|
* This parameter is required.
|
|
3514
|
+
*
|
|
3515
|
+
* @example
|
|
3516
|
+
* default
|
|
3391
3517
|
*/
|
|
3392
3518
|
waitingRoomType?: string;
|
|
3393
3519
|
static names(): {
|
|
@@ -3401,6 +3527,10 @@ export declare class CreateWaitingRoomShrinkRequest extends $tea.Model {
|
|
|
3401
3527
|
});
|
|
3402
3528
|
}
|
|
3403
3529
|
export declare class CreateWaitingRoomResponseBody extends $tea.Model {
|
|
3530
|
+
/**
|
|
3531
|
+
* @example
|
|
3532
|
+
* 85H66C7B-671A-4297-9187-2C4477247A74
|
|
3533
|
+
*/
|
|
3404
3534
|
requestId?: string;
|
|
3405
3535
|
static names(): {
|
|
3406
3536
|
[key: string]: string;
|
|
@@ -5321,39 +5451,6 @@ export declare class DescribeHttpDDoSAttackProtectionResponse extends $tea.Model
|
|
|
5321
5451
|
[key: string]: any;
|
|
5322
5452
|
});
|
|
5323
5453
|
}
|
|
5324
|
-
export declare class DescribeIPRangeListResponseBody extends $tea.Model {
|
|
5325
|
-
content?: DescribeIPRangeListResponseBodyContent[];
|
|
5326
|
-
/**
|
|
5327
|
-
* @example
|
|
5328
|
-
* CB1A380B-09F0-41BB-A198-72F8FD6DA2FE
|
|
5329
|
-
*/
|
|
5330
|
-
requestId?: string;
|
|
5331
|
-
static names(): {
|
|
5332
|
-
[key: string]: string;
|
|
5333
|
-
};
|
|
5334
|
-
static types(): {
|
|
5335
|
-
[key: string]: any;
|
|
5336
|
-
};
|
|
5337
|
-
constructor(map?: {
|
|
5338
|
-
[key: string]: any;
|
|
5339
|
-
});
|
|
5340
|
-
}
|
|
5341
|
-
export declare class DescribeIPRangeListResponse extends $tea.Model {
|
|
5342
|
-
headers?: {
|
|
5343
|
-
[key: string]: string;
|
|
5344
|
-
};
|
|
5345
|
-
statusCode?: number;
|
|
5346
|
-
body?: DescribeIPRangeListResponseBody;
|
|
5347
|
-
static names(): {
|
|
5348
|
-
[key: string]: string;
|
|
5349
|
-
};
|
|
5350
|
-
static types(): {
|
|
5351
|
-
[key: string]: any;
|
|
5352
|
-
};
|
|
5353
|
-
constructor(map?: {
|
|
5354
|
-
[key: string]: any;
|
|
5355
|
-
});
|
|
5356
|
-
}
|
|
5357
5454
|
export declare class DescribeKvAccountStatusResponseBody extends $tea.Model {
|
|
5358
5455
|
/**
|
|
5359
5456
|
* @example
|
|
@@ -8252,17 +8349,25 @@ export declare class ListCacheReserveInstancesResponse extends $tea.Model {
|
|
|
8252
8349
|
}
|
|
8253
8350
|
export declare class ListClientCertificatesRequest extends $tea.Model {
|
|
8254
8351
|
/**
|
|
8352
|
+
* @remarks
|
|
8353
|
+
* The page number.
|
|
8354
|
+
*
|
|
8255
8355
|
* @example
|
|
8256
8356
|
* 1
|
|
8257
8357
|
*/
|
|
8258
8358
|
pageNumber?: number;
|
|
8259
8359
|
/**
|
|
8360
|
+
* @remarks
|
|
8361
|
+
* The number of entries per page.
|
|
8362
|
+
*
|
|
8260
8363
|
* @example
|
|
8261
8364
|
* 20
|
|
8262
8365
|
*/
|
|
8263
8366
|
pageSize?: number;
|
|
8264
8367
|
/**
|
|
8265
8368
|
* @remarks
|
|
8369
|
+
* The website ID.
|
|
8370
|
+
*
|
|
8266
8371
|
* This parameter is required.
|
|
8267
8372
|
*
|
|
8268
8373
|
* @example
|
|
@@ -8281,32 +8386,54 @@ export declare class ListClientCertificatesRequest extends $tea.Model {
|
|
|
8281
8386
|
}
|
|
8282
8387
|
export declare class ListClientCertificatesResponseBody extends $tea.Model {
|
|
8283
8388
|
/**
|
|
8389
|
+
* @remarks
|
|
8390
|
+
* The page number returned.
|
|
8391
|
+
*
|
|
8284
8392
|
* @example
|
|
8285
8393
|
* 1
|
|
8286
8394
|
*/
|
|
8287
8395
|
pageNumber?: number;
|
|
8288
8396
|
/**
|
|
8397
|
+
* @remarks
|
|
8398
|
+
* The number of entries per page.
|
|
8399
|
+
*
|
|
8289
8400
|
* @example
|
|
8290
8401
|
* 20
|
|
8291
8402
|
*/
|
|
8292
8403
|
pageSize?: number;
|
|
8293
8404
|
/**
|
|
8405
|
+
* @remarks
|
|
8406
|
+
* The request ID.
|
|
8407
|
+
*
|
|
8294
8408
|
* @example
|
|
8295
8409
|
* 15C66C7B-671A-4297-9187-2C4477247A74
|
|
8296
8410
|
*/
|
|
8297
8411
|
requestId?: string;
|
|
8412
|
+
/**
|
|
8413
|
+
* @remarks
|
|
8414
|
+
* The client certificates.
|
|
8415
|
+
*/
|
|
8298
8416
|
result?: ListClientCertificatesResponseBodyResult[];
|
|
8299
8417
|
/**
|
|
8418
|
+
* @remarks
|
|
8419
|
+
* The website ID.
|
|
8420
|
+
*
|
|
8300
8421
|
* @example
|
|
8301
8422
|
* 1234567890123
|
|
8302
8423
|
*/
|
|
8303
8424
|
siteId?: number;
|
|
8304
8425
|
/**
|
|
8426
|
+
* @remarks
|
|
8427
|
+
* The website name.
|
|
8428
|
+
*
|
|
8305
8429
|
* @example
|
|
8306
8430
|
* example.com
|
|
8307
8431
|
*/
|
|
8308
8432
|
siteName?: string;
|
|
8309
8433
|
/**
|
|
8434
|
+
* @remarks
|
|
8435
|
+
* The total number of entries.
|
|
8436
|
+
*
|
|
8310
8437
|
* @example
|
|
8311
8438
|
* 5
|
|
8312
8439
|
*/
|
|
@@ -9443,7 +9570,7 @@ export declare class ListRecordsRequest extends $tea.Model {
|
|
|
9443
9570
|
* @example
|
|
9444
9571
|
* true
|
|
9445
9572
|
*/
|
|
9446
|
-
proxied?:
|
|
9573
|
+
proxied?: boolean;
|
|
9447
9574
|
/**
|
|
9448
9575
|
* @example
|
|
9449
9576
|
* fuzzy
|
|
@@ -10319,6 +10446,7 @@ export declare class ListWafManagedRulesRequest extends $tea.Model {
|
|
|
10319
10446
|
* 20
|
|
10320
10447
|
*/
|
|
10321
10448
|
pageSize?: number;
|
|
10449
|
+
protectionLevel?: number;
|
|
10322
10450
|
queryArgs?: ListWafManagedRulesRequestQueryArgs;
|
|
10323
10451
|
/**
|
|
10324
10452
|
* @remarks
|
|
@@ -10370,6 +10498,7 @@ export declare class ListWafManagedRulesShrinkRequest extends $tea.Model {
|
|
|
10370
10498
|
* 20
|
|
10371
10499
|
*/
|
|
10372
10500
|
pageSize?: number;
|
|
10501
|
+
protectionLevel?: number;
|
|
10373
10502
|
queryArgsShrink?: string;
|
|
10374
10503
|
/**
|
|
10375
10504
|
* @remarks
|
|
@@ -10789,6 +10918,7 @@ export declare class ListWafTemplateRulesRequest extends $tea.Model {
|
|
|
10789
10918
|
*/
|
|
10790
10919
|
phase?: string;
|
|
10791
10920
|
queryArgs?: ListWafTemplateRulesRequestQueryArgs;
|
|
10921
|
+
siteId?: number;
|
|
10792
10922
|
static names(): {
|
|
10793
10923
|
[key: string]: string;
|
|
10794
10924
|
};
|
|
@@ -10806,6 +10936,7 @@ export declare class ListWafTemplateRulesShrinkRequest extends $tea.Model {
|
|
|
10806
10936
|
*/
|
|
10807
10937
|
phase?: string;
|
|
10808
10938
|
queryArgsShrink?: string;
|
|
10939
|
+
siteId?: number;
|
|
10809
10940
|
static names(): {
|
|
10810
10941
|
[key: string]: string;
|
|
10811
10942
|
};
|
|
@@ -12274,156 +12405,6 @@ export declare class StopScheduledPreloadExecutionResponse extends $tea.Model {
|
|
|
12274
12405
|
[key: string]: any;
|
|
12275
12406
|
});
|
|
12276
12407
|
}
|
|
12277
|
-
export declare class TransformExpressionToMatchRequest extends $tea.Model {
|
|
12278
|
-
/**
|
|
12279
|
-
* @example
|
|
12280
|
-
* http_bot
|
|
12281
|
-
*/
|
|
12282
|
-
expression?: string;
|
|
12283
|
-
/**
|
|
12284
|
-
* @example
|
|
12285
|
-
* http_bot
|
|
12286
|
-
*/
|
|
12287
|
-
phase?: string;
|
|
12288
|
-
/**
|
|
12289
|
-
* @example
|
|
12290
|
-
* 1
|
|
12291
|
-
*/
|
|
12292
|
-
siteId?: number;
|
|
12293
|
-
static names(): {
|
|
12294
|
-
[key: string]: string;
|
|
12295
|
-
};
|
|
12296
|
-
static types(): {
|
|
12297
|
-
[key: string]: any;
|
|
12298
|
-
};
|
|
12299
|
-
constructor(map?: {
|
|
12300
|
-
[key: string]: any;
|
|
12301
|
-
});
|
|
12302
|
-
}
|
|
12303
|
-
export declare class TransformExpressionToMatchResponseBody extends $tea.Model {
|
|
12304
|
-
match?: WafRuleMatch;
|
|
12305
|
-
/**
|
|
12306
|
-
* @remarks
|
|
12307
|
-
* Id of the request
|
|
12308
|
-
*
|
|
12309
|
-
* @example
|
|
12310
|
-
* 36af3fcc-43d0-441c-86b1-428951dc8225
|
|
12311
|
-
*/
|
|
12312
|
-
requestId?: string;
|
|
12313
|
-
static names(): {
|
|
12314
|
-
[key: string]: string;
|
|
12315
|
-
};
|
|
12316
|
-
static types(): {
|
|
12317
|
-
[key: string]: any;
|
|
12318
|
-
};
|
|
12319
|
-
constructor(map?: {
|
|
12320
|
-
[key: string]: any;
|
|
12321
|
-
});
|
|
12322
|
-
}
|
|
12323
|
-
export declare class TransformExpressionToMatchResponse extends $tea.Model {
|
|
12324
|
-
headers?: {
|
|
12325
|
-
[key: string]: string;
|
|
12326
|
-
};
|
|
12327
|
-
statusCode?: number;
|
|
12328
|
-
body?: TransformExpressionToMatchResponseBody;
|
|
12329
|
-
static names(): {
|
|
12330
|
-
[key: string]: string;
|
|
12331
|
-
};
|
|
12332
|
-
static types(): {
|
|
12333
|
-
[key: string]: any;
|
|
12334
|
-
};
|
|
12335
|
-
constructor(map?: {
|
|
12336
|
-
[key: string]: any;
|
|
12337
|
-
});
|
|
12338
|
-
}
|
|
12339
|
-
export declare class TransformMatchToExpressionRequest extends $tea.Model {
|
|
12340
|
-
/**
|
|
12341
|
-
* @example
|
|
12342
|
-
* http_bot
|
|
12343
|
-
*/
|
|
12344
|
-
match?: WafRuleMatch;
|
|
12345
|
-
/**
|
|
12346
|
-
* @example
|
|
12347
|
-
* http_bot
|
|
12348
|
-
*/
|
|
12349
|
-
phase?: string;
|
|
12350
|
-
/**
|
|
12351
|
-
* @example
|
|
12352
|
-
* 1
|
|
12353
|
-
*/
|
|
12354
|
-
siteId?: number;
|
|
12355
|
-
static names(): {
|
|
12356
|
-
[key: string]: string;
|
|
12357
|
-
};
|
|
12358
|
-
static types(): {
|
|
12359
|
-
[key: string]: any;
|
|
12360
|
-
};
|
|
12361
|
-
constructor(map?: {
|
|
12362
|
-
[key: string]: any;
|
|
12363
|
-
});
|
|
12364
|
-
}
|
|
12365
|
-
export declare class TransformMatchToExpressionShrinkRequest extends $tea.Model {
|
|
12366
|
-
/**
|
|
12367
|
-
* @example
|
|
12368
|
-
* http_bot
|
|
12369
|
-
*/
|
|
12370
|
-
matchShrink?: string;
|
|
12371
|
-
/**
|
|
12372
|
-
* @example
|
|
12373
|
-
* http_bot
|
|
12374
|
-
*/
|
|
12375
|
-
phase?: string;
|
|
12376
|
-
/**
|
|
12377
|
-
* @example
|
|
12378
|
-
* 1
|
|
12379
|
-
*/
|
|
12380
|
-
siteId?: number;
|
|
12381
|
-
static names(): {
|
|
12382
|
-
[key: string]: string;
|
|
12383
|
-
};
|
|
12384
|
-
static types(): {
|
|
12385
|
-
[key: string]: any;
|
|
12386
|
-
};
|
|
12387
|
-
constructor(map?: {
|
|
12388
|
-
[key: string]: any;
|
|
12389
|
-
});
|
|
12390
|
-
}
|
|
12391
|
-
export declare class TransformMatchToExpressionResponseBody extends $tea.Model {
|
|
12392
|
-
expression?: string;
|
|
12393
|
-
/**
|
|
12394
|
-
* @remarks
|
|
12395
|
-
* Id of the request
|
|
12396
|
-
*
|
|
12397
|
-
* @example
|
|
12398
|
-
* 36af3fcc-43d0-441c-86b1-428951dc8225
|
|
12399
|
-
*/
|
|
12400
|
-
requestId?: string;
|
|
12401
|
-
static names(): {
|
|
12402
|
-
[key: string]: string;
|
|
12403
|
-
};
|
|
12404
|
-
static types(): {
|
|
12405
|
-
[key: string]: any;
|
|
12406
|
-
};
|
|
12407
|
-
constructor(map?: {
|
|
12408
|
-
[key: string]: any;
|
|
12409
|
-
});
|
|
12410
|
-
}
|
|
12411
|
-
export declare class TransformMatchToExpressionResponse extends $tea.Model {
|
|
12412
|
-
headers?: {
|
|
12413
|
-
[key: string]: string;
|
|
12414
|
-
};
|
|
12415
|
-
statusCode?: number;
|
|
12416
|
-
body?: TransformMatchToExpressionResponseBody;
|
|
12417
|
-
static names(): {
|
|
12418
|
-
[key: string]: string;
|
|
12419
|
-
};
|
|
12420
|
-
static types(): {
|
|
12421
|
-
[key: string]: any;
|
|
12422
|
-
};
|
|
12423
|
-
constructor(map?: {
|
|
12424
|
-
[key: string]: any;
|
|
12425
|
-
});
|
|
12426
|
-
}
|
|
12427
12408
|
export declare class UntagResourcesRequest extends $tea.Model {
|
|
12428
12409
|
/**
|
|
12429
12410
|
* @remarks
|
|
@@ -14423,6 +14404,7 @@ export declare class WafBatchRuleSharedActions extends $tea.Model {
|
|
|
14423
14404
|
});
|
|
14424
14405
|
}
|
|
14425
14406
|
export declare class WafRuleConfigActionsBypass extends $tea.Model {
|
|
14407
|
+
customRules?: number[];
|
|
14426
14408
|
regularRules?: number[];
|
|
14427
14409
|
regularTypes?: string[];
|
|
14428
14410
|
skip?: string;
|
|
@@ -14774,6 +14756,22 @@ export declare class FieldContentValueFieldList extends $tea.Model {
|
|
|
14774
14756
|
[key: string]: any;
|
|
14775
14757
|
});
|
|
14776
14758
|
}
|
|
14759
|
+
export declare class BatchCreateRecordsRequestRecordListAuthConf extends $tea.Model {
|
|
14760
|
+
accessKey?: string;
|
|
14761
|
+
authType?: string;
|
|
14762
|
+
region?: string;
|
|
14763
|
+
secretKey?: string;
|
|
14764
|
+
version?: string;
|
|
14765
|
+
static names(): {
|
|
14766
|
+
[key: string]: string;
|
|
14767
|
+
};
|
|
14768
|
+
static types(): {
|
|
14769
|
+
[key: string]: any;
|
|
14770
|
+
};
|
|
14771
|
+
constructor(map?: {
|
|
14772
|
+
[key: string]: any;
|
|
14773
|
+
});
|
|
14774
|
+
}
|
|
14777
14775
|
export declare class BatchCreateRecordsRequestRecordListData extends $tea.Model {
|
|
14778
14776
|
/**
|
|
14779
14777
|
* @example
|
|
@@ -14856,6 +14854,7 @@ export declare class BatchCreateRecordsRequestRecordListData extends $tea.Model
|
|
|
14856
14854
|
});
|
|
14857
14855
|
}
|
|
14858
14856
|
export declare class BatchCreateRecordsRequestRecordList extends $tea.Model {
|
|
14857
|
+
authConf?: BatchCreateRecordsRequestRecordListAuthConf;
|
|
14859
14858
|
/**
|
|
14860
14859
|
* @example
|
|
14861
14860
|
* web
|
|
@@ -15283,45 +15282,73 @@ export declare class BatchPutKvRequestKvList extends $tea.Model {
|
|
|
15283
15282
|
}
|
|
15284
15283
|
export declare class CreateEdgeContainerAppVersionRequestContainersACRImageInfo extends $tea.Model {
|
|
15285
15284
|
/**
|
|
15285
|
+
* @remarks
|
|
15286
|
+
* The domain name of the Container Registry image.
|
|
15287
|
+
*
|
|
15286
15288
|
* @example
|
|
15287
15289
|
* 1500.***.net
|
|
15288
15290
|
*/
|
|
15289
15291
|
domain?: string;
|
|
15290
15292
|
/**
|
|
15293
|
+
* @remarks
|
|
15294
|
+
* The ID of the Container Registry instance.
|
|
15295
|
+
*
|
|
15291
15296
|
* @example
|
|
15292
15297
|
* xcdn-9axbo****
|
|
15293
15298
|
*/
|
|
15294
15299
|
instanceId?: string;
|
|
15295
15300
|
/**
|
|
15301
|
+
* @remarks
|
|
15302
|
+
* Specifies whether the image is an enterprise-level Container Registry image.
|
|
15303
|
+
*
|
|
15296
15304
|
* @example
|
|
15297
15305
|
* false
|
|
15298
15306
|
*/
|
|
15299
15307
|
isEnterpriseRegistry?: boolean;
|
|
15300
15308
|
/**
|
|
15309
|
+
* @remarks
|
|
15310
|
+
* The regions in which the Container Registry instance resides.
|
|
15311
|
+
*
|
|
15301
15312
|
* @example
|
|
15302
15313
|
* cn-shanghai
|
|
15303
15314
|
*/
|
|
15304
15315
|
regionId?: string;
|
|
15305
15316
|
/**
|
|
15317
|
+
* @remarks
|
|
15318
|
+
* The ID of the image repository.
|
|
15319
|
+
*
|
|
15306
15320
|
* @example
|
|
15307
15321
|
* crr-h1ghghu60ct****
|
|
15308
15322
|
*/
|
|
15309
15323
|
repoId?: string;
|
|
15310
15324
|
/**
|
|
15325
|
+
* @remarks
|
|
15326
|
+
* The name of the image repository.
|
|
15327
|
+
*
|
|
15311
15328
|
* @example
|
|
15312
15329
|
* test_71
|
|
15313
15330
|
*/
|
|
15314
15331
|
repoName?: string;
|
|
15315
15332
|
/**
|
|
15333
|
+
* @remarks
|
|
15334
|
+
* The namespace to which the image repository belongs.
|
|
15335
|
+
*
|
|
15316
15336
|
* @example
|
|
15317
15337
|
* safeline
|
|
15318
15338
|
*/
|
|
15319
15339
|
repoNamespace?: string;
|
|
15320
15340
|
/**
|
|
15341
|
+
* @remarks
|
|
15342
|
+
* The tag of the Container Registry image.
|
|
15343
|
+
*
|
|
15321
15344
|
* @example
|
|
15322
15345
|
* 3.40.2
|
|
15323
15346
|
*/
|
|
15324
15347
|
tag?: string;
|
|
15348
|
+
/**
|
|
15349
|
+
* @remarks
|
|
15350
|
+
* The URL of the Container Registry image tag.
|
|
15351
|
+
*/
|
|
15325
15352
|
tagUrl?: string;
|
|
15326
15353
|
static names(): {
|
|
15327
15354
|
[key: string]: string;
|
|
@@ -15335,56 +15362,89 @@ export declare class CreateEdgeContainerAppVersionRequestContainersACRImageInfo
|
|
|
15335
15362
|
}
|
|
15336
15363
|
export declare class CreateEdgeContainerAppVersionRequestContainersProbeContent extends $tea.Model {
|
|
15337
15364
|
/**
|
|
15365
|
+
* @remarks
|
|
15366
|
+
* The command of the exec type probe.
|
|
15367
|
+
*
|
|
15338
15368
|
* @example
|
|
15339
15369
|
* echo ok
|
|
15340
15370
|
*/
|
|
15341
15371
|
command?: string;
|
|
15342
15372
|
/**
|
|
15373
|
+
* @remarks
|
|
15374
|
+
* The number of consecutive failed health checks required for a container to be considered as unhealthy.
|
|
15375
|
+
*
|
|
15343
15376
|
* @example
|
|
15344
15377
|
* 3
|
|
15345
15378
|
*/
|
|
15346
15379
|
failureThreshold?: number;
|
|
15347
15380
|
/**
|
|
15381
|
+
* @remarks
|
|
15382
|
+
* The domain name that is used for health checks.
|
|
15383
|
+
*
|
|
15348
15384
|
* @example
|
|
15349
15385
|
* www.rewrite.com
|
|
15350
15386
|
*/
|
|
15351
15387
|
host?: string;
|
|
15352
15388
|
/**
|
|
15389
|
+
* @remarks
|
|
15390
|
+
* The request headers that are included in the container health check request.
|
|
15391
|
+
*
|
|
15353
15392
|
* @example
|
|
15354
15393
|
* [{\\"Content-Type\\":\\"application/json\\"}]
|
|
15355
15394
|
*/
|
|
15356
15395
|
httpHeaders?: string;
|
|
15357
15396
|
/**
|
|
15397
|
+
* @remarks
|
|
15398
|
+
* The latency for container probe initialization.
|
|
15399
|
+
*
|
|
15358
15400
|
* @example
|
|
15359
15401
|
* 1
|
|
15360
15402
|
*/
|
|
15361
15403
|
initialDelaySeconds?: number;
|
|
15362
15404
|
/**
|
|
15405
|
+
* @remarks
|
|
15406
|
+
* The health check path.
|
|
15407
|
+
*
|
|
15363
15408
|
* @example
|
|
15364
15409
|
* /
|
|
15365
15410
|
*/
|
|
15366
15411
|
path?: string;
|
|
15367
15412
|
/**
|
|
15413
|
+
* @remarks
|
|
15414
|
+
* The interval between container health checks.
|
|
15415
|
+
*
|
|
15368
15416
|
* @example
|
|
15369
15417
|
* 1
|
|
15370
15418
|
*/
|
|
15371
15419
|
periodSeconds?: number;
|
|
15372
15420
|
/**
|
|
15421
|
+
* @remarks
|
|
15422
|
+
* The health check port.
|
|
15423
|
+
*
|
|
15373
15424
|
* @example
|
|
15374
15425
|
* 9991
|
|
15375
15426
|
*/
|
|
15376
15427
|
port?: number;
|
|
15377
15428
|
/**
|
|
15429
|
+
* @remarks
|
|
15430
|
+
* The protocol that the container health check request uses.
|
|
15431
|
+
*
|
|
15378
15432
|
* @example
|
|
15379
15433
|
* http
|
|
15380
15434
|
*/
|
|
15381
15435
|
scheme?: string;
|
|
15382
15436
|
/**
|
|
15437
|
+
* @remarks
|
|
15438
|
+
* The number of consecutive successful health checks required for a container to be considered as healthy.
|
|
15439
|
+
*
|
|
15383
15440
|
* @example
|
|
15384
15441
|
* 1
|
|
15385
15442
|
*/
|
|
15386
15443
|
successThreshold?: number;
|
|
15387
15444
|
/**
|
|
15445
|
+
* @remarks
|
|
15446
|
+
* The timeout period of the container health check.
|
|
15447
|
+
*
|
|
15388
15448
|
* @example
|
|
15389
15449
|
* 1
|
|
15390
15450
|
*/
|
|
@@ -15400,12 +15460,39 @@ export declare class CreateEdgeContainerAppVersionRequestContainersProbeContent
|
|
|
15400
15460
|
});
|
|
15401
15461
|
}
|
|
15402
15462
|
export declare class CreateEdgeContainerAppVersionRequestContainers extends $tea.Model {
|
|
15463
|
+
/**
|
|
15464
|
+
* @remarks
|
|
15465
|
+
* The information about the Container Registry image.
|
|
15466
|
+
*/
|
|
15403
15467
|
ACRImageInfo?: CreateEdgeContainerAppVersionRequestContainersACRImageInfo;
|
|
15468
|
+
/**
|
|
15469
|
+
* @remarks
|
|
15470
|
+
* The arguments that are passed to the container startup command. Separate the parameters with spaces.
|
|
15471
|
+
*
|
|
15472
|
+
* @example
|
|
15473
|
+
* -a
|
|
15474
|
+
*/
|
|
15404
15475
|
args?: string;
|
|
15476
|
+
/**
|
|
15477
|
+
* @remarks
|
|
15478
|
+
* The command that is used to start the container. Separate the arguments with spaces.
|
|
15479
|
+
*
|
|
15480
|
+
* @example
|
|
15481
|
+
* nginx
|
|
15482
|
+
*/
|
|
15405
15483
|
command?: string;
|
|
15484
|
+
/**
|
|
15485
|
+
* @remarks
|
|
15486
|
+
* The environment variables. Separate the environment variables with commas (,).
|
|
15487
|
+
*
|
|
15488
|
+
* @example
|
|
15489
|
+
* VITE_APP_TITLE=My App
|
|
15490
|
+
*/
|
|
15406
15491
|
envVariables?: string;
|
|
15407
15492
|
/**
|
|
15408
15493
|
* @remarks
|
|
15494
|
+
* The address of the image.
|
|
15495
|
+
*
|
|
15409
15496
|
* This parameter is required.
|
|
15410
15497
|
*
|
|
15411
15498
|
* @example
|
|
@@ -15414,6 +15501,8 @@ export declare class CreateEdgeContainerAppVersionRequestContainers extends $tea
|
|
|
15414
15501
|
image?: string;
|
|
15415
15502
|
/**
|
|
15416
15503
|
* @remarks
|
|
15504
|
+
* Specifies whether the image is a Container Registry image.
|
|
15505
|
+
*
|
|
15417
15506
|
* This parameter is required.
|
|
15418
15507
|
*
|
|
15419
15508
|
* @example
|
|
@@ -15422,32 +15511,69 @@ export declare class CreateEdgeContainerAppVersionRequestContainers extends $tea
|
|
|
15422
15511
|
isACRImage?: boolean;
|
|
15423
15512
|
/**
|
|
15424
15513
|
* @remarks
|
|
15514
|
+
* The name of the container. The name must be unique in the same container group.
|
|
15515
|
+
*
|
|
15425
15516
|
* This parameter is required.
|
|
15426
15517
|
*
|
|
15427
15518
|
* @example
|
|
15428
15519
|
* lxg-demo-er
|
|
15429
15520
|
*/
|
|
15430
15521
|
name?: string;
|
|
15522
|
+
/**
|
|
15523
|
+
* @remarks
|
|
15524
|
+
* The command that is run before the container is started. Separate the arguments with spaces.
|
|
15525
|
+
*
|
|
15526
|
+
* @example
|
|
15527
|
+
* sh poststart.sh "echo hello world"
|
|
15528
|
+
*/
|
|
15431
15529
|
postStart?: string;
|
|
15530
|
+
/**
|
|
15531
|
+
* @remarks
|
|
15532
|
+
* The command that is run before the container is stopped. Separate the arguments with spaces.
|
|
15533
|
+
*
|
|
15534
|
+
* @example
|
|
15535
|
+
* sh prestop.sh "echo hello world"
|
|
15536
|
+
*/
|
|
15432
15537
|
preStop?: string;
|
|
15433
15538
|
/**
|
|
15434
15539
|
* @remarks
|
|
15540
|
+
* The content of the container health probe.
|
|
15541
|
+
*
|
|
15435
15542
|
* This parameter is required.
|
|
15436
15543
|
*/
|
|
15437
15544
|
probeContent?: CreateEdgeContainerAppVersionRequestContainersProbeContent;
|
|
15438
15545
|
/**
|
|
15439
15546
|
* @remarks
|
|
15547
|
+
* The type of the probe. Valid values:
|
|
15548
|
+
*
|
|
15549
|
+
* * exec: the command type.
|
|
15550
|
+
* * tcpSocket: the TCP probe type.
|
|
15551
|
+
* * httpGet: the HTTP access type.
|
|
15552
|
+
*
|
|
15440
15553
|
* This parameter is required.
|
|
15554
|
+
*
|
|
15555
|
+
* @example
|
|
15556
|
+
* exec
|
|
15441
15557
|
*/
|
|
15442
15558
|
probeType?: string;
|
|
15443
15559
|
/**
|
|
15444
15560
|
* @remarks
|
|
15561
|
+
* The compute specification of the container. Valid values: 1C2G, 2C4G, 2C8G, 4C8G, 4C16G, 8C16G, and 8C32G.
|
|
15562
|
+
*
|
|
15445
15563
|
* This parameter is required.
|
|
15564
|
+
*
|
|
15565
|
+
* @example
|
|
15566
|
+
* 1C2G
|
|
15446
15567
|
*/
|
|
15447
15568
|
spec?: string;
|
|
15448
15569
|
/**
|
|
15449
15570
|
* @remarks
|
|
15571
|
+
* The storage capacity. Valid values: 0.5G, 10G, 20G, and 30G.
|
|
15572
|
+
*
|
|
15450
15573
|
* This parameter is required.
|
|
15574
|
+
*
|
|
15575
|
+
* @example
|
|
15576
|
+
* 0.5G
|
|
15451
15577
|
*/
|
|
15452
15578
|
storage?: string;
|
|
15453
15579
|
static names(): {
|
|
@@ -15891,16 +16017,25 @@ export declare class CreateWaitingRoomRequestHostNameAndPath extends $tea.Model
|
|
|
15891
16017
|
/**
|
|
15892
16018
|
* @remarks
|
|
15893
16019
|
* This parameter is required.
|
|
16020
|
+
*
|
|
16021
|
+
* @example
|
|
16022
|
+
* example.com
|
|
15894
16023
|
*/
|
|
15895
16024
|
domain?: string;
|
|
15896
16025
|
/**
|
|
15897
16026
|
* @remarks
|
|
15898
16027
|
* This parameter is required.
|
|
16028
|
+
*
|
|
16029
|
+
* @example
|
|
16030
|
+
* /test
|
|
15899
16031
|
*/
|
|
15900
16032
|
path?: string;
|
|
15901
16033
|
/**
|
|
15902
16034
|
* @remarks
|
|
15903
16035
|
* This parameter is required.
|
|
16036
|
+
*
|
|
16037
|
+
* @example
|
|
16038
|
+
* test.
|
|
15904
16039
|
*/
|
|
15905
16040
|
subdomain?: string;
|
|
15906
16041
|
static names(): {
|
|
@@ -16016,27 +16151,6 @@ export declare class DescribeDDoSAllEventListResponseBodyDataList extends $tea.M
|
|
|
16016
16151
|
[key: string]: any;
|
|
16017
16152
|
});
|
|
16018
16153
|
}
|
|
16019
|
-
export declare class DescribeIPRangeListResponseBodyContent extends $tea.Model {
|
|
16020
|
-
/**
|
|
16021
|
-
* @example
|
|
16022
|
-
* 172.16.0.0/12
|
|
16023
|
-
*/
|
|
16024
|
-
cidr?: string;
|
|
16025
|
-
/**
|
|
16026
|
-
* @example
|
|
16027
|
-
* IPv4
|
|
16028
|
-
*/
|
|
16029
|
-
ipType?: string;
|
|
16030
|
-
static names(): {
|
|
16031
|
-
[key: string]: string;
|
|
16032
|
-
};
|
|
16033
|
-
static types(): {
|
|
16034
|
-
[key: string]: any;
|
|
16035
|
-
};
|
|
16036
|
-
constructor(map?: {
|
|
16037
|
-
[key: string]: any;
|
|
16038
|
-
});
|
|
16039
|
-
}
|
|
16040
16154
|
export declare class DescribePreloadTasksResponseBodyTasks extends $tea.Model {
|
|
16041
16155
|
/**
|
|
16042
16156
|
* @example
|
|
@@ -16502,11 +16616,6 @@ export declare class GetEdgeContainerAppVersionResponseBodyVersionContainers ext
|
|
|
16502
16616
|
* {\\"exec\\":{\\"command\\":[\\"touch\\",\\"/home/admin/checkpoststartV1\\"]}}
|
|
16503
16617
|
*/
|
|
16504
16618
|
postStart?: string;
|
|
16505
|
-
/**
|
|
16506
|
-
* @example
|
|
16507
|
-
* sh prestart.sh "echo hello world"
|
|
16508
|
-
*/
|
|
16509
|
-
preStart?: string;
|
|
16510
16619
|
/**
|
|
16511
16620
|
* @example
|
|
16512
16621
|
* sh prestop.sh "echo hello world"
|
|
@@ -17290,71 +17399,113 @@ export declare class ListCacheReserveInstancesResponseBodyInstanceInfo extends $
|
|
|
17290
17399
|
}
|
|
17291
17400
|
export declare class ListClientCertificatesResponseBodyResult extends $tea.Model {
|
|
17292
17401
|
/**
|
|
17402
|
+
* @remarks
|
|
17403
|
+
* The ID of the CA certificate.
|
|
17404
|
+
*
|
|
17293
17405
|
* @example
|
|
17294
17406
|
* baba39055622c008b90285a8838ed09a
|
|
17295
17407
|
*/
|
|
17296
17408
|
CACertificateId?: string;
|
|
17297
17409
|
/**
|
|
17410
|
+
* @remarks
|
|
17411
|
+
* The Common Name of the certificate.
|
|
17412
|
+
*
|
|
17298
17413
|
* @example
|
|
17299
17414
|
* www.example.com
|
|
17300
17415
|
*/
|
|
17301
17416
|
commonName?: string;
|
|
17302
17417
|
/**
|
|
17418
|
+
* @remarks
|
|
17419
|
+
* The time when the certificate was created.
|
|
17420
|
+
*
|
|
17303
17421
|
* @example
|
|
17304
17422
|
* 2024-06-24 07:48:51
|
|
17305
17423
|
*/
|
|
17306
17424
|
createTime?: string;
|
|
17307
17425
|
/**
|
|
17426
|
+
* @remarks
|
|
17427
|
+
* The certificate ID.
|
|
17428
|
+
*
|
|
17308
17429
|
* @example
|
|
17309
17430
|
* babab9db65ee5efcca9f3d41d4b50d66
|
|
17310
17431
|
*/
|
|
17311
17432
|
id?: string;
|
|
17312
17433
|
/**
|
|
17434
|
+
* @remarks
|
|
17435
|
+
* The certificate authority (CA) that issued the certificate.
|
|
17436
|
+
*
|
|
17313
17437
|
* @example
|
|
17314
17438
|
* GlobalSign nv-sa
|
|
17315
17439
|
*/
|
|
17316
17440
|
issuer?: string;
|
|
17317
17441
|
/**
|
|
17442
|
+
* @remarks
|
|
17443
|
+
* The certificate name.
|
|
17444
|
+
*
|
|
17318
17445
|
* @example
|
|
17319
17446
|
* yourCertName
|
|
17320
17447
|
*/
|
|
17321
17448
|
name?: string;
|
|
17322
17449
|
/**
|
|
17450
|
+
* @remarks
|
|
17451
|
+
* The time when the certificate expires.
|
|
17452
|
+
*
|
|
17323
17453
|
* @example
|
|
17324
17454
|
* 2024-03-31 02:08:00
|
|
17325
17455
|
*/
|
|
17326
17456
|
notAfter?: string;
|
|
17327
17457
|
/**
|
|
17458
|
+
* @remarks
|
|
17459
|
+
* The time when the certificate takes effect.
|
|
17460
|
+
*
|
|
17328
17461
|
* @example
|
|
17329
17462
|
* 2023-03-31 02:08:00
|
|
17330
17463
|
*/
|
|
17331
17464
|
notBefore?: string;
|
|
17332
17465
|
/**
|
|
17466
|
+
* @remarks
|
|
17467
|
+
* The public key algorithm of the certificate.
|
|
17468
|
+
*
|
|
17333
17469
|
* @example
|
|
17334
17470
|
* RSA
|
|
17335
17471
|
*/
|
|
17336
17472
|
pubkeyAlgorithm?: string;
|
|
17337
17473
|
/**
|
|
17474
|
+
* @remarks
|
|
17475
|
+
* The Subject Alternative Name (SAN) of the certificate.
|
|
17476
|
+
*
|
|
17338
17477
|
* @example
|
|
17339
17478
|
* www.example.com,*.example.com
|
|
17340
17479
|
*/
|
|
17341
17480
|
SAN?: string;
|
|
17342
17481
|
/**
|
|
17482
|
+
* @remarks
|
|
17483
|
+
* The signature algorithm of the certificate.
|
|
17484
|
+
*
|
|
17343
17485
|
* @example
|
|
17344
17486
|
* SHA256-RSA
|
|
17345
17487
|
*/
|
|
17346
17488
|
signatureAlgorithm?: string;
|
|
17347
17489
|
/**
|
|
17490
|
+
* @remarks
|
|
17491
|
+
* The certificate status.
|
|
17492
|
+
*
|
|
17348
17493
|
* @example
|
|
17349
17494
|
* active
|
|
17350
17495
|
*/
|
|
17351
17496
|
status?: string;
|
|
17352
17497
|
/**
|
|
17498
|
+
* @remarks
|
|
17499
|
+
* The certificate type.
|
|
17500
|
+
*
|
|
17353
17501
|
* @example
|
|
17354
17502
|
* dcdn
|
|
17355
17503
|
*/
|
|
17356
17504
|
type?: string;
|
|
17357
17505
|
/**
|
|
17506
|
+
* @remarks
|
|
17507
|
+
* The time when the certificate was updated.
|
|
17508
|
+
*
|
|
17358
17509
|
* @example
|
|
17359
17510
|
* 2024-07-20 06:18:42
|
|
17360
17511
|
*/
|
|
@@ -17522,11 +17673,6 @@ export declare class ListEdgeContainerAppVersionsResponseBodyVersionsContainers
|
|
|
17522
17673
|
* {\\"exec\\":{\\"command\\":[\\"bash\\",\\"-c\\",\\"cd /home/admin/
|
|
17523
17674
|
*/
|
|
17524
17675
|
postStart?: string;
|
|
17525
|
-
/**
|
|
17526
|
-
* @example
|
|
17527
|
-
* sh start.sh
|
|
17528
|
-
*/
|
|
17529
|
-
preStart?: string;
|
|
17530
17676
|
/**
|
|
17531
17677
|
* @example
|
|
17532
17678
|
* sh stop.sh
|
|
@@ -18757,6 +18903,7 @@ export declare class ListUserRatePlanInstancesResponseBodyInstanceInfo extends $
|
|
|
18757
18903
|
* PREPAY
|
|
18758
18904
|
*/
|
|
18759
18905
|
billingMode?: string;
|
|
18906
|
+
botInstanceLevel?: string;
|
|
18760
18907
|
/**
|
|
18761
18908
|
* @example
|
|
18762
18909
|
* domestic,overseas
|
|
@@ -18767,11 +18914,17 @@ export declare class ListUserRatePlanInstancesResponseBodyInstanceInfo extends $
|
|
|
18767
18914
|
* YYYY-MM-DDThh:mm:ssZ
|
|
18768
18915
|
*/
|
|
18769
18916
|
createTime?: string;
|
|
18917
|
+
crossborderTraffic?: string;
|
|
18918
|
+
ddosBurstableDomesticProtection?: string;
|
|
18919
|
+
ddosBurstableOverseasProtection?: string;
|
|
18920
|
+
ddosInstanceLevel?: string;
|
|
18770
18921
|
/**
|
|
18771
18922
|
* @example
|
|
18772
18923
|
* 3
|
|
18773
18924
|
*/
|
|
18774
18925
|
duration?: number;
|
|
18926
|
+
edgeRoutineRquest?: string;
|
|
18927
|
+
edgeWafRequest?: string;
|
|
18775
18928
|
/**
|
|
18776
18929
|
* @example
|
|
18777
18930
|
* YYYY-MM-DDThh:mm:ssZ
|
|
@@ -18782,11 +18935,14 @@ export declare class ListUserRatePlanInstancesResponseBodyInstanceInfo extends $
|
|
|
18782
18935
|
* sp-xcdn-96wblslz****
|
|
18783
18936
|
*/
|
|
18784
18937
|
instanceId?: string;
|
|
18938
|
+
layer4Traffic?: string;
|
|
18939
|
+
layer4TrafficIntl?: string;
|
|
18785
18940
|
/**
|
|
18786
18941
|
* @example
|
|
18787
18942
|
* basic
|
|
18788
18943
|
*/
|
|
18789
18944
|
planName?: string;
|
|
18945
|
+
planTraffic?: string;
|
|
18790
18946
|
/**
|
|
18791
18947
|
* @example
|
|
18792
18948
|
* normal
|
|
@@ -18798,6 +18954,8 @@ export declare class ListUserRatePlanInstancesResponseBodyInstanceInfo extends $
|
|
|
18798
18954
|
*/
|
|
18799
18955
|
siteQuota?: string;
|
|
18800
18956
|
sites?: ListUserRatePlanInstancesResponseBodyInstanceInfoSites[];
|
|
18957
|
+
smartRoutingRequest?: string;
|
|
18958
|
+
staticRequest?: string;
|
|
18801
18959
|
/**
|
|
18802
18960
|
* @example
|
|
18803
18961
|
* online
|
|
@@ -18824,11 +18982,6 @@ export declare class ListWafManagedRulesRequestQueryArgs extends $tea.Model {
|
|
|
18824
18982
|
* example
|
|
18825
18983
|
*/
|
|
18826
18984
|
idNameLike?: string;
|
|
18827
|
-
/**
|
|
18828
|
-
* @example
|
|
18829
|
-
* 1
|
|
18830
|
-
*/
|
|
18831
|
-
protectionLevel?: number;
|
|
18832
18985
|
protectionLevels?: number[];
|
|
18833
18986
|
/**
|
|
18834
18987
|
* @example
|
|
@@ -19767,7 +19920,7 @@ export default class Client extends OpenApi {
|
|
|
19767
19920
|
*/
|
|
19768
19921
|
createEdgeContainerAppRecord(request: CreateEdgeContainerAppRecordRequest): Promise<CreateEdgeContainerAppRecordResponse>;
|
|
19769
19922
|
/**
|
|
19770
|
-
*
|
|
19923
|
+
* Creates a version for a containerized application. You can iterate the application based on the version.
|
|
19771
19924
|
*
|
|
19772
19925
|
* @param tmpReq - CreateEdgeContainerAppVersionRequest
|
|
19773
19926
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -19775,7 +19928,7 @@ export default class Client extends OpenApi {
|
|
|
19775
19928
|
*/
|
|
19776
19929
|
createEdgeContainerAppVersionWithOptions(tmpReq: CreateEdgeContainerAppVersionRequest, runtime: $Util.RuntimeOptions): Promise<CreateEdgeContainerAppVersionResponse>;
|
|
19777
19930
|
/**
|
|
19778
|
-
*
|
|
19931
|
+
* Creates a version for a containerized application. You can iterate the application based on the version.
|
|
19779
19932
|
*
|
|
19780
19933
|
* @param request - CreateEdgeContainerAppVersionRequest
|
|
19781
19934
|
* @returns CreateEdgeContainerAppVersionResponse
|
|
@@ -20441,19 +20594,6 @@ export default class Client extends OpenApi {
|
|
|
20441
20594
|
* @returns DescribeHttpDDoSAttackProtectionResponse
|
|
20442
20595
|
*/
|
|
20443
20596
|
describeHttpDDoSAttackProtection(request: DescribeHttpDDoSAttackProtectionRequest): Promise<DescribeHttpDDoSAttackProtectionResponse>;
|
|
20444
|
-
/**
|
|
20445
|
-
* 查询加速服务节点IP段列表
|
|
20446
|
-
*
|
|
20447
|
-
* @param request - DescribeIPRangeListRequest
|
|
20448
|
-
* @param runtime - runtime options for this request RuntimeOptions
|
|
20449
|
-
* @returns DescribeIPRangeListResponse
|
|
20450
|
-
*/
|
|
20451
|
-
describeIPRangeListWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeIPRangeListResponse>;
|
|
20452
|
-
/**
|
|
20453
|
-
* 查询加速服务节点IP段列表
|
|
20454
|
-
* @returns DescribeIPRangeListResponse
|
|
20455
|
-
*/
|
|
20456
|
-
describeIPRangeList(): Promise<DescribeIPRangeListResponse>;
|
|
20457
20597
|
/**
|
|
20458
20598
|
* 查询账户的KV状态信
|
|
20459
20599
|
*
|
|
@@ -21100,7 +21240,7 @@ export default class Client extends OpenApi {
|
|
|
21100
21240
|
*/
|
|
21101
21241
|
listCacheReserveInstances(request: ListCacheReserveInstancesRequest): Promise<ListCacheReserveInstancesResponse>;
|
|
21102
21242
|
/**
|
|
21103
|
-
*
|
|
21243
|
+
* Queries client certificates configured for a website.
|
|
21104
21244
|
*
|
|
21105
21245
|
* @param request - ListClientCertificatesRequest
|
|
21106
21246
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -21108,7 +21248,7 @@ export default class Client extends OpenApi {
|
|
|
21108
21248
|
*/
|
|
21109
21249
|
listClientCertificatesWithOptions(request: ListClientCertificatesRequest, runtime: $Util.RuntimeOptions): Promise<ListClientCertificatesResponse>;
|
|
21110
21250
|
/**
|
|
21111
|
-
*
|
|
21251
|
+
* Queries client certificates configured for a website.
|
|
21112
21252
|
*
|
|
21113
21253
|
* @param request - ListClientCertificatesRequest
|
|
21114
21254
|
* @returns ListClientCertificatesResponse
|
|
@@ -21814,36 +21954,6 @@ export default class Client extends OpenApi {
|
|
|
21814
21954
|
* @returns StopScheduledPreloadExecutionResponse
|
|
21815
21955
|
*/
|
|
21816
21956
|
stopScheduledPreloadExecution(request: StopScheduledPreloadExecutionRequest): Promise<StopScheduledPreloadExecutionResponse>;
|
|
21817
|
-
/**
|
|
21818
|
-
* 将表达式转换为匹配项
|
|
21819
|
-
*
|
|
21820
|
-
* @param request - TransformExpressionToMatchRequest
|
|
21821
|
-
* @param runtime - runtime options for this request RuntimeOptions
|
|
21822
|
-
* @returns TransformExpressionToMatchResponse
|
|
21823
|
-
*/
|
|
21824
|
-
transformExpressionToMatchWithOptions(request: TransformExpressionToMatchRequest, runtime: $Util.RuntimeOptions): Promise<TransformExpressionToMatchResponse>;
|
|
21825
|
-
/**
|
|
21826
|
-
* 将表达式转换为匹配项
|
|
21827
|
-
*
|
|
21828
|
-
* @param request - TransformExpressionToMatchRequest
|
|
21829
|
-
* @returns TransformExpressionToMatchResponse
|
|
21830
|
-
*/
|
|
21831
|
-
transformExpressionToMatch(request: TransformExpressionToMatchRequest): Promise<TransformExpressionToMatchResponse>;
|
|
21832
|
-
/**
|
|
21833
|
-
* 将匹配项转换为表达式
|
|
21834
|
-
*
|
|
21835
|
-
* @param tmpReq - TransformMatchToExpressionRequest
|
|
21836
|
-
* @param runtime - runtime options for this request RuntimeOptions
|
|
21837
|
-
* @returns TransformMatchToExpressionResponse
|
|
21838
|
-
*/
|
|
21839
|
-
transformMatchToExpressionWithOptions(tmpReq: TransformMatchToExpressionRequest, runtime: $Util.RuntimeOptions): Promise<TransformMatchToExpressionResponse>;
|
|
21840
|
-
/**
|
|
21841
|
-
* 将匹配项转换为表达式
|
|
21842
|
-
*
|
|
21843
|
-
* @param request - TransformMatchToExpressionRequest
|
|
21844
|
-
* @returns TransformMatchToExpressionResponse
|
|
21845
|
-
*/
|
|
21846
|
-
transformMatchToExpression(request: TransformMatchToExpressionRequest): Promise<TransformMatchToExpressionResponse>;
|
|
21847
21957
|
/**
|
|
21848
21958
|
* 为资源列表统一解绑标签
|
|
21849
21959
|
*
|