@alicloud/esa20240910 2.5.2 → 2.5.3
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 +147 -195
- package/dist/client.js +71 -246
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +206 -350
package/dist/client.d.ts
CHANGED
|
@@ -3260,14 +3260,28 @@ export declare class CreateWaitingRoomRequest extends $tea.Model {
|
|
|
3260
3260
|
/**
|
|
3261
3261
|
* @remarks
|
|
3262
3262
|
* This parameter is required.
|
|
3263
|
+
*
|
|
3264
|
+
* @example
|
|
3265
|
+
* __aliwaitingroom_example
|
|
3263
3266
|
*/
|
|
3264
3267
|
cookieName?: string;
|
|
3268
|
+
/**
|
|
3269
|
+
* @example
|
|
3270
|
+
* Hello%20world!
|
|
3271
|
+
*/
|
|
3265
3272
|
customPageHtml?: string;
|
|
3266
3273
|
description?: string;
|
|
3274
|
+
/**
|
|
3275
|
+
* @example
|
|
3276
|
+
* on
|
|
3277
|
+
*/
|
|
3267
3278
|
disableSessionRenewalEnable?: string;
|
|
3268
3279
|
/**
|
|
3269
3280
|
* @remarks
|
|
3270
3281
|
* This parameter is required.
|
|
3282
|
+
*
|
|
3283
|
+
* @example
|
|
3284
|
+
* on
|
|
3271
3285
|
*/
|
|
3272
3286
|
enable?: string;
|
|
3273
3287
|
/**
|
|
@@ -3275,47 +3289,83 @@ export declare class CreateWaitingRoomRequest extends $tea.Model {
|
|
|
3275
3289
|
* This parameter is required.
|
|
3276
3290
|
*/
|
|
3277
3291
|
hostNameAndPath?: CreateWaitingRoomRequestHostNameAndPath[];
|
|
3292
|
+
/**
|
|
3293
|
+
* @example
|
|
3294
|
+
* on
|
|
3295
|
+
*/
|
|
3278
3296
|
jsonResponseEnable?: string;
|
|
3297
|
+
/**
|
|
3298
|
+
* @example
|
|
3299
|
+
* enus
|
|
3300
|
+
*/
|
|
3279
3301
|
language?: string;
|
|
3280
3302
|
/**
|
|
3281
3303
|
* @remarks
|
|
3282
3304
|
* This parameter is required.
|
|
3305
|
+
*
|
|
3306
|
+
* @example
|
|
3307
|
+
* waitingroom_example
|
|
3283
3308
|
*/
|
|
3284
3309
|
name?: string;
|
|
3285
3310
|
/**
|
|
3286
3311
|
* @remarks
|
|
3287
3312
|
* This parameter is required.
|
|
3313
|
+
*
|
|
3314
|
+
* @example
|
|
3315
|
+
* 200
|
|
3288
3316
|
*/
|
|
3289
3317
|
newUsersPerMinute?: string;
|
|
3318
|
+
/**
|
|
3319
|
+
* @example
|
|
3320
|
+
* on
|
|
3321
|
+
*/
|
|
3290
3322
|
queueAllEnable?: string;
|
|
3291
3323
|
/**
|
|
3292
3324
|
* @remarks
|
|
3293
3325
|
* This parameter is required.
|
|
3326
|
+
*
|
|
3327
|
+
* @example
|
|
3328
|
+
* fifo
|
|
3294
3329
|
*/
|
|
3295
3330
|
queuingMethod?: string;
|
|
3296
3331
|
/**
|
|
3297
3332
|
* @remarks
|
|
3298
3333
|
* This parameter is required.
|
|
3334
|
+
*
|
|
3335
|
+
* @example
|
|
3336
|
+
* 200
|
|
3299
3337
|
*/
|
|
3300
3338
|
queuingStatusCode?: string;
|
|
3301
3339
|
/**
|
|
3302
3340
|
* @remarks
|
|
3303
3341
|
* This parameter is required.
|
|
3342
|
+
*
|
|
3343
|
+
* @example
|
|
3344
|
+
* 5
|
|
3304
3345
|
*/
|
|
3305
3346
|
sessionDuration?: string;
|
|
3306
3347
|
/**
|
|
3307
3348
|
* @remarks
|
|
3308
3349
|
* This parameter is required.
|
|
3350
|
+
*
|
|
3351
|
+
* @example
|
|
3352
|
+
* 1234567890123
|
|
3309
3353
|
*/
|
|
3310
3354
|
siteId?: number;
|
|
3311
3355
|
/**
|
|
3312
3356
|
* @remarks
|
|
3313
3357
|
* This parameter is required.
|
|
3358
|
+
*
|
|
3359
|
+
* @example
|
|
3360
|
+
* 300
|
|
3314
3361
|
*/
|
|
3315
3362
|
totalActiveUsers?: string;
|
|
3316
3363
|
/**
|
|
3317
3364
|
* @remarks
|
|
3318
3365
|
* This parameter is required.
|
|
3366
|
+
*
|
|
3367
|
+
* @example
|
|
3368
|
+
* default
|
|
3319
3369
|
*/
|
|
3320
3370
|
waitingRoomType?: string;
|
|
3321
3371
|
static names(): {
|
|
@@ -3332,14 +3382,28 @@ export declare class CreateWaitingRoomShrinkRequest extends $tea.Model {
|
|
|
3332
3382
|
/**
|
|
3333
3383
|
* @remarks
|
|
3334
3384
|
* This parameter is required.
|
|
3385
|
+
*
|
|
3386
|
+
* @example
|
|
3387
|
+
* __aliwaitingroom_example
|
|
3335
3388
|
*/
|
|
3336
3389
|
cookieName?: string;
|
|
3390
|
+
/**
|
|
3391
|
+
* @example
|
|
3392
|
+
* Hello%20world!
|
|
3393
|
+
*/
|
|
3337
3394
|
customPageHtml?: string;
|
|
3338
3395
|
description?: string;
|
|
3396
|
+
/**
|
|
3397
|
+
* @example
|
|
3398
|
+
* on
|
|
3399
|
+
*/
|
|
3339
3400
|
disableSessionRenewalEnable?: string;
|
|
3340
3401
|
/**
|
|
3341
3402
|
* @remarks
|
|
3342
3403
|
* This parameter is required.
|
|
3404
|
+
*
|
|
3405
|
+
* @example
|
|
3406
|
+
* on
|
|
3343
3407
|
*/
|
|
3344
3408
|
enable?: string;
|
|
3345
3409
|
/**
|
|
@@ -3347,47 +3411,83 @@ export declare class CreateWaitingRoomShrinkRequest extends $tea.Model {
|
|
|
3347
3411
|
* This parameter is required.
|
|
3348
3412
|
*/
|
|
3349
3413
|
hostNameAndPathShrink?: string;
|
|
3414
|
+
/**
|
|
3415
|
+
* @example
|
|
3416
|
+
* on
|
|
3417
|
+
*/
|
|
3350
3418
|
jsonResponseEnable?: string;
|
|
3419
|
+
/**
|
|
3420
|
+
* @example
|
|
3421
|
+
* enus
|
|
3422
|
+
*/
|
|
3351
3423
|
language?: string;
|
|
3352
3424
|
/**
|
|
3353
3425
|
* @remarks
|
|
3354
3426
|
* This parameter is required.
|
|
3427
|
+
*
|
|
3428
|
+
* @example
|
|
3429
|
+
* waitingroom_example
|
|
3355
3430
|
*/
|
|
3356
3431
|
name?: string;
|
|
3357
3432
|
/**
|
|
3358
3433
|
* @remarks
|
|
3359
3434
|
* This parameter is required.
|
|
3435
|
+
*
|
|
3436
|
+
* @example
|
|
3437
|
+
* 200
|
|
3360
3438
|
*/
|
|
3361
3439
|
newUsersPerMinute?: string;
|
|
3440
|
+
/**
|
|
3441
|
+
* @example
|
|
3442
|
+
* on
|
|
3443
|
+
*/
|
|
3362
3444
|
queueAllEnable?: string;
|
|
3363
3445
|
/**
|
|
3364
3446
|
* @remarks
|
|
3365
3447
|
* This parameter is required.
|
|
3448
|
+
*
|
|
3449
|
+
* @example
|
|
3450
|
+
* fifo
|
|
3366
3451
|
*/
|
|
3367
3452
|
queuingMethod?: string;
|
|
3368
3453
|
/**
|
|
3369
3454
|
* @remarks
|
|
3370
3455
|
* This parameter is required.
|
|
3456
|
+
*
|
|
3457
|
+
* @example
|
|
3458
|
+
* 200
|
|
3371
3459
|
*/
|
|
3372
3460
|
queuingStatusCode?: string;
|
|
3373
3461
|
/**
|
|
3374
3462
|
* @remarks
|
|
3375
3463
|
* This parameter is required.
|
|
3464
|
+
*
|
|
3465
|
+
* @example
|
|
3466
|
+
* 5
|
|
3376
3467
|
*/
|
|
3377
3468
|
sessionDuration?: string;
|
|
3378
3469
|
/**
|
|
3379
3470
|
* @remarks
|
|
3380
3471
|
* This parameter is required.
|
|
3472
|
+
*
|
|
3473
|
+
* @example
|
|
3474
|
+
* 1234567890123
|
|
3381
3475
|
*/
|
|
3382
3476
|
siteId?: number;
|
|
3383
3477
|
/**
|
|
3384
3478
|
* @remarks
|
|
3385
3479
|
* This parameter is required.
|
|
3480
|
+
*
|
|
3481
|
+
* @example
|
|
3482
|
+
* 300
|
|
3386
3483
|
*/
|
|
3387
3484
|
totalActiveUsers?: string;
|
|
3388
3485
|
/**
|
|
3389
3486
|
* @remarks
|
|
3390
3487
|
* This parameter is required.
|
|
3488
|
+
*
|
|
3489
|
+
* @example
|
|
3490
|
+
* default
|
|
3391
3491
|
*/
|
|
3392
3492
|
waitingRoomType?: string;
|
|
3393
3493
|
static names(): {
|
|
@@ -3401,6 +3501,10 @@ export declare class CreateWaitingRoomShrinkRequest extends $tea.Model {
|
|
|
3401
3501
|
});
|
|
3402
3502
|
}
|
|
3403
3503
|
export declare class CreateWaitingRoomResponseBody extends $tea.Model {
|
|
3504
|
+
/**
|
|
3505
|
+
* @example
|
|
3506
|
+
* 85H66C7B-671A-4297-9187-2C4477247A74
|
|
3507
|
+
*/
|
|
3404
3508
|
requestId?: string;
|
|
3405
3509
|
static names(): {
|
|
3406
3510
|
[key: string]: string;
|
|
@@ -10319,6 +10423,7 @@ export declare class ListWafManagedRulesRequest extends $tea.Model {
|
|
|
10319
10423
|
* 20
|
|
10320
10424
|
*/
|
|
10321
10425
|
pageSize?: number;
|
|
10426
|
+
protectionLevel?: number;
|
|
10322
10427
|
queryArgs?: ListWafManagedRulesRequestQueryArgs;
|
|
10323
10428
|
/**
|
|
10324
10429
|
* @remarks
|
|
@@ -10370,6 +10475,7 @@ export declare class ListWafManagedRulesShrinkRequest extends $tea.Model {
|
|
|
10370
10475
|
* 20
|
|
10371
10476
|
*/
|
|
10372
10477
|
pageSize?: number;
|
|
10478
|
+
protectionLevel?: number;
|
|
10373
10479
|
queryArgsShrink?: string;
|
|
10374
10480
|
/**
|
|
10375
10481
|
* @remarks
|
|
@@ -10789,6 +10895,7 @@ export declare class ListWafTemplateRulesRequest extends $tea.Model {
|
|
|
10789
10895
|
*/
|
|
10790
10896
|
phase?: string;
|
|
10791
10897
|
queryArgs?: ListWafTemplateRulesRequestQueryArgs;
|
|
10898
|
+
siteId?: number;
|
|
10792
10899
|
static names(): {
|
|
10793
10900
|
[key: string]: string;
|
|
10794
10901
|
};
|
|
@@ -10806,6 +10913,7 @@ export declare class ListWafTemplateRulesShrinkRequest extends $tea.Model {
|
|
|
10806
10913
|
*/
|
|
10807
10914
|
phase?: string;
|
|
10808
10915
|
queryArgsShrink?: string;
|
|
10916
|
+
siteId?: number;
|
|
10809
10917
|
static names(): {
|
|
10810
10918
|
[key: string]: string;
|
|
10811
10919
|
};
|
|
@@ -12274,156 +12382,6 @@ export declare class StopScheduledPreloadExecutionResponse extends $tea.Model {
|
|
|
12274
12382
|
[key: string]: any;
|
|
12275
12383
|
});
|
|
12276
12384
|
}
|
|
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
12385
|
export declare class UntagResourcesRequest extends $tea.Model {
|
|
12428
12386
|
/**
|
|
12429
12387
|
* @remarks
|
|
@@ -14423,6 +14381,7 @@ export declare class WafBatchRuleSharedActions extends $tea.Model {
|
|
|
14423
14381
|
});
|
|
14424
14382
|
}
|
|
14425
14383
|
export declare class WafRuleConfigActionsBypass extends $tea.Model {
|
|
14384
|
+
customRules?: number[];
|
|
14426
14385
|
regularRules?: number[];
|
|
14427
14386
|
regularTypes?: string[];
|
|
14428
14387
|
skip?: string;
|
|
@@ -14774,6 +14733,22 @@ export declare class FieldContentValueFieldList extends $tea.Model {
|
|
|
14774
14733
|
[key: string]: any;
|
|
14775
14734
|
});
|
|
14776
14735
|
}
|
|
14736
|
+
export declare class BatchCreateRecordsRequestRecordListAuthConf extends $tea.Model {
|
|
14737
|
+
accessKey?: string;
|
|
14738
|
+
authType?: string;
|
|
14739
|
+
region?: string;
|
|
14740
|
+
secretKey?: string;
|
|
14741
|
+
version?: string;
|
|
14742
|
+
static names(): {
|
|
14743
|
+
[key: string]: string;
|
|
14744
|
+
};
|
|
14745
|
+
static types(): {
|
|
14746
|
+
[key: string]: any;
|
|
14747
|
+
};
|
|
14748
|
+
constructor(map?: {
|
|
14749
|
+
[key: string]: any;
|
|
14750
|
+
});
|
|
14751
|
+
}
|
|
14777
14752
|
export declare class BatchCreateRecordsRequestRecordListData extends $tea.Model {
|
|
14778
14753
|
/**
|
|
14779
14754
|
* @example
|
|
@@ -14856,6 +14831,7 @@ export declare class BatchCreateRecordsRequestRecordListData extends $tea.Model
|
|
|
14856
14831
|
});
|
|
14857
14832
|
}
|
|
14858
14833
|
export declare class BatchCreateRecordsRequestRecordList extends $tea.Model {
|
|
14834
|
+
authConf?: BatchCreateRecordsRequestRecordListAuthConf;
|
|
14859
14835
|
/**
|
|
14860
14836
|
* @example
|
|
14861
14837
|
* web
|
|
@@ -15891,16 +15867,25 @@ export declare class CreateWaitingRoomRequestHostNameAndPath extends $tea.Model
|
|
|
15891
15867
|
/**
|
|
15892
15868
|
* @remarks
|
|
15893
15869
|
* This parameter is required.
|
|
15870
|
+
*
|
|
15871
|
+
* @example
|
|
15872
|
+
* example.com
|
|
15894
15873
|
*/
|
|
15895
15874
|
domain?: string;
|
|
15896
15875
|
/**
|
|
15897
15876
|
* @remarks
|
|
15898
15877
|
* This parameter is required.
|
|
15878
|
+
*
|
|
15879
|
+
* @example
|
|
15880
|
+
* /test
|
|
15899
15881
|
*/
|
|
15900
15882
|
path?: string;
|
|
15901
15883
|
/**
|
|
15902
15884
|
* @remarks
|
|
15903
15885
|
* This parameter is required.
|
|
15886
|
+
*
|
|
15887
|
+
* @example
|
|
15888
|
+
* test.
|
|
15904
15889
|
*/
|
|
15905
15890
|
subdomain?: string;
|
|
15906
15891
|
static names(): {
|
|
@@ -16502,11 +16487,6 @@ export declare class GetEdgeContainerAppVersionResponseBodyVersionContainers ext
|
|
|
16502
16487
|
* {\\"exec\\":{\\"command\\":[\\"touch\\",\\"/home/admin/checkpoststartV1\\"]}}
|
|
16503
16488
|
*/
|
|
16504
16489
|
postStart?: string;
|
|
16505
|
-
/**
|
|
16506
|
-
* @example
|
|
16507
|
-
* sh prestart.sh "echo hello world"
|
|
16508
|
-
*/
|
|
16509
|
-
preStart?: string;
|
|
16510
16490
|
/**
|
|
16511
16491
|
* @example
|
|
16512
16492
|
* sh prestop.sh "echo hello world"
|
|
@@ -17522,11 +17502,6 @@ export declare class ListEdgeContainerAppVersionsResponseBodyVersionsContainers
|
|
|
17522
17502
|
* {\\"exec\\":{\\"command\\":[\\"bash\\",\\"-c\\",\\"cd /home/admin/
|
|
17523
17503
|
*/
|
|
17524
17504
|
postStart?: string;
|
|
17525
|
-
/**
|
|
17526
|
-
* @example
|
|
17527
|
-
* sh start.sh
|
|
17528
|
-
*/
|
|
17529
|
-
preStart?: string;
|
|
17530
17505
|
/**
|
|
17531
17506
|
* @example
|
|
17532
17507
|
* sh stop.sh
|
|
@@ -18757,6 +18732,7 @@ export declare class ListUserRatePlanInstancesResponseBodyInstanceInfo extends $
|
|
|
18757
18732
|
* PREPAY
|
|
18758
18733
|
*/
|
|
18759
18734
|
billingMode?: string;
|
|
18735
|
+
botInstanceLevel?: string;
|
|
18760
18736
|
/**
|
|
18761
18737
|
* @example
|
|
18762
18738
|
* domestic,overseas
|
|
@@ -18767,11 +18743,17 @@ export declare class ListUserRatePlanInstancesResponseBodyInstanceInfo extends $
|
|
|
18767
18743
|
* YYYY-MM-DDThh:mm:ssZ
|
|
18768
18744
|
*/
|
|
18769
18745
|
createTime?: string;
|
|
18746
|
+
crossborderTraffic?: string;
|
|
18747
|
+
ddosBurstableDomesticProtection?: string;
|
|
18748
|
+
ddosBurstableOverseasProtection?: string;
|
|
18749
|
+
ddosInstanceLevel?: string;
|
|
18770
18750
|
/**
|
|
18771
18751
|
* @example
|
|
18772
18752
|
* 3
|
|
18773
18753
|
*/
|
|
18774
18754
|
duration?: number;
|
|
18755
|
+
edgeRoutineRquest?: string;
|
|
18756
|
+
edgeWafRequest?: string;
|
|
18775
18757
|
/**
|
|
18776
18758
|
* @example
|
|
18777
18759
|
* YYYY-MM-DDThh:mm:ssZ
|
|
@@ -18782,11 +18764,14 @@ export declare class ListUserRatePlanInstancesResponseBodyInstanceInfo extends $
|
|
|
18782
18764
|
* sp-xcdn-96wblslz****
|
|
18783
18765
|
*/
|
|
18784
18766
|
instanceId?: string;
|
|
18767
|
+
layer4Traffic?: string;
|
|
18768
|
+
layer4TrafficIntl?: string;
|
|
18785
18769
|
/**
|
|
18786
18770
|
* @example
|
|
18787
18771
|
* basic
|
|
18788
18772
|
*/
|
|
18789
18773
|
planName?: string;
|
|
18774
|
+
planTraffic?: string;
|
|
18790
18775
|
/**
|
|
18791
18776
|
* @example
|
|
18792
18777
|
* normal
|
|
@@ -18798,6 +18783,8 @@ export declare class ListUserRatePlanInstancesResponseBodyInstanceInfo extends $
|
|
|
18798
18783
|
*/
|
|
18799
18784
|
siteQuota?: string;
|
|
18800
18785
|
sites?: ListUserRatePlanInstancesResponseBodyInstanceInfoSites[];
|
|
18786
|
+
smartRoutingRequest?: string;
|
|
18787
|
+
staticRequest?: string;
|
|
18801
18788
|
/**
|
|
18802
18789
|
* @example
|
|
18803
18790
|
* online
|
|
@@ -18824,11 +18811,6 @@ export declare class ListWafManagedRulesRequestQueryArgs extends $tea.Model {
|
|
|
18824
18811
|
* example
|
|
18825
18812
|
*/
|
|
18826
18813
|
idNameLike?: string;
|
|
18827
|
-
/**
|
|
18828
|
-
* @example
|
|
18829
|
-
* 1
|
|
18830
|
-
*/
|
|
18831
|
-
protectionLevel?: number;
|
|
18832
18814
|
protectionLevels?: number[];
|
|
18833
18815
|
/**
|
|
18834
18816
|
* @example
|
|
@@ -21814,36 +21796,6 @@ export default class Client extends OpenApi {
|
|
|
21814
21796
|
* @returns StopScheduledPreloadExecutionResponse
|
|
21815
21797
|
*/
|
|
21816
21798
|
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
21799
|
/**
|
|
21848
21800
|
* 为资源列表统一解绑标签
|
|
21849
21801
|
*
|