@alicloud/ddosbgp20180720 2.0.0 → 2.0.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/LICENSE +13 -0
- package/README.md +25 -0
- package/dist/client.d.ts +431 -333
- package/dist/client.js +1457 -671
- package/dist/client.js.map +1 -1
- package/package.json +6 -7
- package/src/client.ts +1782 -903
package/dist/client.d.ts
CHANGED
|
@@ -5,9 +5,8 @@ import * as $Util from '@alicloud/tea-util';
|
|
|
5
5
|
import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
|
|
6
6
|
import * as $tea from '@alicloud/tea-typescript';
|
|
7
7
|
export declare class AddIpRequest extends $tea.Model {
|
|
8
|
-
sourceIp?: string;
|
|
9
|
-
ipList?: string;
|
|
10
8
|
instanceId?: string;
|
|
9
|
+
ipList?: string;
|
|
11
10
|
regionId?: string;
|
|
12
11
|
resourceGroupId?: string;
|
|
13
12
|
static names(): {
|
|
@@ -36,6 +35,7 @@ export declare class AddIpResponse extends $tea.Model {
|
|
|
36
35
|
headers: {
|
|
37
36
|
[key: string]: string;
|
|
38
37
|
};
|
|
38
|
+
statusCode: number;
|
|
39
39
|
body: AddIpResponseBody;
|
|
40
40
|
static names(): {
|
|
41
41
|
[key: string]: string;
|
|
@@ -47,10 +47,52 @@ export declare class AddIpResponse extends $tea.Model {
|
|
|
47
47
|
[key: string]: any;
|
|
48
48
|
});
|
|
49
49
|
}
|
|
50
|
-
export declare class
|
|
51
|
-
|
|
50
|
+
export declare class CheckAccessLogAuthRequest extends $tea.Model {
|
|
51
|
+
regionId?: string;
|
|
52
52
|
resourceGroupId?: string;
|
|
53
|
+
static names(): {
|
|
54
|
+
[key: string]: string;
|
|
55
|
+
};
|
|
56
|
+
static types(): {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
};
|
|
59
|
+
constructor(map?: {
|
|
60
|
+
[key: string]: any;
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
export declare class CheckAccessLogAuthResponseBody extends $tea.Model {
|
|
64
|
+
accessLogAuth?: boolean;
|
|
65
|
+
requestId?: string;
|
|
66
|
+
static names(): {
|
|
67
|
+
[key: string]: string;
|
|
68
|
+
};
|
|
69
|
+
static types(): {
|
|
70
|
+
[key: string]: any;
|
|
71
|
+
};
|
|
72
|
+
constructor(map?: {
|
|
73
|
+
[key: string]: any;
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
export declare class CheckAccessLogAuthResponse extends $tea.Model {
|
|
77
|
+
headers: {
|
|
78
|
+
[key: string]: string;
|
|
79
|
+
};
|
|
80
|
+
statusCode: number;
|
|
81
|
+
body: CheckAccessLogAuthResponseBody;
|
|
82
|
+
static names(): {
|
|
83
|
+
[key: string]: string;
|
|
84
|
+
};
|
|
85
|
+
static types(): {
|
|
86
|
+
[key: string]: any;
|
|
87
|
+
};
|
|
88
|
+
constructor(map?: {
|
|
89
|
+
[key: string]: any;
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
export declare class CheckGrantRequest extends $tea.Model {
|
|
93
|
+
isSlr?: boolean;
|
|
53
94
|
regionId?: string;
|
|
95
|
+
resourceGroupId?: string;
|
|
54
96
|
static names(): {
|
|
55
97
|
[key: string]: string;
|
|
56
98
|
};
|
|
@@ -62,8 +104,8 @@ export declare class CheckGrantRequest extends $tea.Model {
|
|
|
62
104
|
});
|
|
63
105
|
}
|
|
64
106
|
export declare class CheckGrantResponseBody extends $tea.Model {
|
|
65
|
-
status?: number;
|
|
66
107
|
requestId?: string;
|
|
108
|
+
status?: number;
|
|
67
109
|
static names(): {
|
|
68
110
|
[key: string]: string;
|
|
69
111
|
};
|
|
@@ -78,6 +120,7 @@ export declare class CheckGrantResponse extends $tea.Model {
|
|
|
78
120
|
headers: {
|
|
79
121
|
[key: string]: string;
|
|
80
122
|
};
|
|
123
|
+
statusCode: number;
|
|
81
124
|
body: CheckGrantResponseBody;
|
|
82
125
|
static names(): {
|
|
83
126
|
[key: string]: string;
|
|
@@ -90,19 +133,18 @@ export declare class CheckGrantResponse extends $tea.Model {
|
|
|
90
133
|
});
|
|
91
134
|
}
|
|
92
135
|
export declare class ConfigSchedruleOnDemandRequest extends $tea.Model {
|
|
93
|
-
sourceIp?: string;
|
|
94
136
|
instanceId?: string;
|
|
95
|
-
|
|
96
|
-
ruleConditionMbps?: string;
|
|
97
|
-
ruleConditionKpps?: string;
|
|
98
|
-
ruleConditionCnt?: string;
|
|
137
|
+
regionId?: string;
|
|
99
138
|
ruleAction?: string;
|
|
139
|
+
ruleConditionCnt?: string;
|
|
140
|
+
ruleConditionKpps?: string;
|
|
141
|
+
ruleConditionMbps?: string;
|
|
142
|
+
ruleName?: string;
|
|
100
143
|
ruleSwitch?: string;
|
|
101
|
-
ruleUndoMode?: string;
|
|
102
144
|
ruleUndoBeginTime?: string;
|
|
103
145
|
ruleUndoEndTime?: string;
|
|
146
|
+
ruleUndoMode?: string;
|
|
104
147
|
timeZone?: string;
|
|
105
|
-
regionId?: string;
|
|
106
148
|
static names(): {
|
|
107
149
|
[key: string]: string;
|
|
108
150
|
};
|
|
@@ -129,6 +171,7 @@ export declare class ConfigSchedruleOnDemandResponse extends $tea.Model {
|
|
|
129
171
|
headers: {
|
|
130
172
|
[key: string]: string;
|
|
131
173
|
};
|
|
174
|
+
statusCode: number;
|
|
132
175
|
body: ConfigSchedruleOnDemandResponseBody;
|
|
133
176
|
static names(): {
|
|
134
177
|
[key: string]: string;
|
|
@@ -141,19 +184,18 @@ export declare class ConfigSchedruleOnDemandResponse extends $tea.Model {
|
|
|
141
184
|
});
|
|
142
185
|
}
|
|
143
186
|
export declare class CreateSchedruleOnDemandRequest extends $tea.Model {
|
|
144
|
-
sourceIp?: string;
|
|
145
187
|
instanceId?: string;
|
|
146
|
-
|
|
147
|
-
ruleConditionMbps?: string;
|
|
148
|
-
ruleConditionKpps?: string;
|
|
149
|
-
ruleConditionCnt?: string;
|
|
188
|
+
regionId?: string;
|
|
150
189
|
ruleAction?: string;
|
|
190
|
+
ruleConditionCnt?: string;
|
|
191
|
+
ruleConditionKpps?: string;
|
|
192
|
+
ruleConditionMbps?: string;
|
|
193
|
+
ruleName?: string;
|
|
151
194
|
ruleSwitch?: string;
|
|
152
|
-
ruleUndoMode?: string;
|
|
153
195
|
ruleUndoBeginTime?: string;
|
|
154
196
|
ruleUndoEndTime?: string;
|
|
197
|
+
ruleUndoMode?: string;
|
|
155
198
|
timeZone?: string;
|
|
156
|
-
regionId?: string;
|
|
157
199
|
static names(): {
|
|
158
200
|
[key: string]: string;
|
|
159
201
|
};
|
|
@@ -180,6 +222,7 @@ export declare class CreateSchedruleOnDemandResponse extends $tea.Model {
|
|
|
180
222
|
headers: {
|
|
181
223
|
[key: string]: string;
|
|
182
224
|
};
|
|
225
|
+
statusCode: number;
|
|
183
226
|
body: CreateSchedruleOnDemandResponseBody;
|
|
184
227
|
static names(): {
|
|
185
228
|
[key: string]: string;
|
|
@@ -192,11 +235,10 @@ export declare class CreateSchedruleOnDemandResponse extends $tea.Model {
|
|
|
192
235
|
});
|
|
193
236
|
}
|
|
194
237
|
export declare class DeleteBlackholeRequest extends $tea.Model {
|
|
195
|
-
sourceIp?: string;
|
|
196
|
-
ip?: string;
|
|
197
238
|
instanceId?: string;
|
|
198
|
-
|
|
239
|
+
ip?: string;
|
|
199
240
|
regionId?: string;
|
|
241
|
+
resourceGroupId?: string;
|
|
200
242
|
static names(): {
|
|
201
243
|
[key: string]: string;
|
|
202
244
|
};
|
|
@@ -223,6 +265,7 @@ export declare class DeleteBlackholeResponse extends $tea.Model {
|
|
|
223
265
|
headers: {
|
|
224
266
|
[key: string]: string;
|
|
225
267
|
};
|
|
268
|
+
statusCode: number;
|
|
226
269
|
body: DeleteBlackholeResponseBody;
|
|
227
270
|
static names(): {
|
|
228
271
|
[key: string]: string;
|
|
@@ -235,11 +278,10 @@ export declare class DeleteBlackholeResponse extends $tea.Model {
|
|
|
235
278
|
});
|
|
236
279
|
}
|
|
237
280
|
export declare class DeleteIpRequest extends $tea.Model {
|
|
238
|
-
sourceIp?: string;
|
|
239
|
-
ipList?: string;
|
|
240
281
|
instanceId?: string;
|
|
241
|
-
|
|
282
|
+
ipList?: string;
|
|
242
283
|
regionId?: string;
|
|
284
|
+
resourceGroupId?: string;
|
|
243
285
|
static names(): {
|
|
244
286
|
[key: string]: string;
|
|
245
287
|
};
|
|
@@ -266,6 +308,7 @@ export declare class DeleteIpResponse extends $tea.Model {
|
|
|
266
308
|
headers: {
|
|
267
309
|
[key: string]: string;
|
|
268
310
|
};
|
|
311
|
+
statusCode: number;
|
|
269
312
|
body: DeleteIpResponseBody;
|
|
270
313
|
static names(): {
|
|
271
314
|
[key: string]: string;
|
|
@@ -278,10 +321,9 @@ export declare class DeleteIpResponse extends $tea.Model {
|
|
|
278
321
|
});
|
|
279
322
|
}
|
|
280
323
|
export declare class DeleteSchedruleOnDemandRequest extends $tea.Model {
|
|
281
|
-
sourceIp?: string;
|
|
282
324
|
instanceId?: string;
|
|
283
|
-
ruleName?: string;
|
|
284
325
|
regionId?: string;
|
|
326
|
+
ruleName?: string;
|
|
285
327
|
static names(): {
|
|
286
328
|
[key: string]: string;
|
|
287
329
|
};
|
|
@@ -308,6 +350,7 @@ export declare class DeleteSchedruleOnDemandResponse extends $tea.Model {
|
|
|
308
350
|
headers: {
|
|
309
351
|
[key: string]: string;
|
|
310
352
|
};
|
|
353
|
+
statusCode: number;
|
|
311
354
|
body: DeleteSchedruleOnDemandResponseBody;
|
|
312
355
|
static names(): {
|
|
313
356
|
[key: string]: string;
|
|
@@ -320,15 +363,14 @@ export declare class DeleteSchedruleOnDemandResponse extends $tea.Model {
|
|
|
320
363
|
});
|
|
321
364
|
}
|
|
322
365
|
export declare class DescribeDdosEventRequest extends $tea.Model {
|
|
323
|
-
sourceIp?: string;
|
|
324
|
-
startTime?: number;
|
|
325
366
|
endTime?: number;
|
|
326
|
-
pageSize?: number;
|
|
327
|
-
pageNo?: number;
|
|
328
367
|
instanceId?: string;
|
|
329
368
|
ip?: string;
|
|
330
|
-
|
|
369
|
+
pageNo?: number;
|
|
370
|
+
pageSize?: number;
|
|
331
371
|
regionId?: string;
|
|
372
|
+
resourceGroupId?: string;
|
|
373
|
+
startTime?: number;
|
|
332
374
|
static names(): {
|
|
333
375
|
[key: string]: string;
|
|
334
376
|
};
|
|
@@ -340,8 +382,8 @@ export declare class DescribeDdosEventRequest extends $tea.Model {
|
|
|
340
382
|
});
|
|
341
383
|
}
|
|
342
384
|
export declare class DescribeDdosEventResponseBody extends $tea.Model {
|
|
343
|
-
requestId?: string;
|
|
344
385
|
events?: DescribeDdosEventResponseBodyEvents[];
|
|
386
|
+
requestId?: string;
|
|
345
387
|
total?: number;
|
|
346
388
|
static names(): {
|
|
347
389
|
[key: string]: string;
|
|
@@ -357,6 +399,7 @@ export declare class DescribeDdosEventResponse extends $tea.Model {
|
|
|
357
399
|
headers: {
|
|
358
400
|
[key: string]: string;
|
|
359
401
|
};
|
|
402
|
+
statusCode: number;
|
|
360
403
|
body: DescribeDdosEventResponseBody;
|
|
361
404
|
static names(): {
|
|
362
405
|
[key: string]: string;
|
|
@@ -369,9 +412,8 @@ export declare class DescribeDdosEventResponse extends $tea.Model {
|
|
|
369
412
|
});
|
|
370
413
|
}
|
|
371
414
|
export declare class DescribeExcpetionCountRequest extends $tea.Model {
|
|
372
|
-
sourceIp?: string;
|
|
373
|
-
resourceGroupId?: string;
|
|
374
415
|
regionId?: string;
|
|
416
|
+
resourceGroupId?: string;
|
|
375
417
|
static names(): {
|
|
376
418
|
[key: string]: string;
|
|
377
419
|
};
|
|
@@ -383,9 +425,9 @@ export declare class DescribeExcpetionCountRequest extends $tea.Model {
|
|
|
383
425
|
});
|
|
384
426
|
}
|
|
385
427
|
export declare class DescribeExcpetionCountResponseBody extends $tea.Model {
|
|
386
|
-
requestId?: string;
|
|
387
428
|
exceptionIpCount?: number;
|
|
388
429
|
expireTimeCount?: number;
|
|
430
|
+
requestId?: string;
|
|
389
431
|
static names(): {
|
|
390
432
|
[key: string]: string;
|
|
391
433
|
};
|
|
@@ -400,6 +442,7 @@ export declare class DescribeExcpetionCountResponse extends $tea.Model {
|
|
|
400
442
|
headers: {
|
|
401
443
|
[key: string]: string;
|
|
402
444
|
};
|
|
445
|
+
statusCode: number;
|
|
403
446
|
body: DescribeExcpetionCountResponseBody;
|
|
404
447
|
static names(): {
|
|
405
448
|
[key: string]: string;
|
|
@@ -412,18 +455,18 @@ export declare class DescribeExcpetionCountResponse extends $tea.Model {
|
|
|
412
455
|
});
|
|
413
456
|
}
|
|
414
457
|
export declare class DescribeInstanceListRequest extends $tea.Model {
|
|
415
|
-
sourceIp?: string;
|
|
416
|
-
resourceGroupId?: string;
|
|
417
458
|
instanceIdList?: string;
|
|
418
|
-
remark?: string;
|
|
419
|
-
pageNo?: number;
|
|
420
|
-
pageSize?: number;
|
|
421
|
-
ipVersion?: string;
|
|
422
459
|
instanceType?: string;
|
|
460
|
+
instanceTypeList?: string[];
|
|
423
461
|
ip?: string;
|
|
462
|
+
ipVersion?: string;
|
|
424
463
|
orderby?: string;
|
|
425
464
|
orderdire?: string;
|
|
465
|
+
pageNo?: number;
|
|
466
|
+
pageSize?: number;
|
|
426
467
|
regionId?: string;
|
|
468
|
+
remark?: string;
|
|
469
|
+
resourceGroupId?: string;
|
|
427
470
|
tag?: DescribeInstanceListRequestTag[];
|
|
428
471
|
static names(): {
|
|
429
472
|
[key: string]: string;
|
|
@@ -436,9 +479,9 @@ export declare class DescribeInstanceListRequest extends $tea.Model {
|
|
|
436
479
|
});
|
|
437
480
|
}
|
|
438
481
|
export declare class DescribeInstanceListResponseBody extends $tea.Model {
|
|
482
|
+
instanceList?: DescribeInstanceListResponseBodyInstanceList[];
|
|
439
483
|
requestId?: string;
|
|
440
484
|
total?: number;
|
|
441
|
-
instanceList?: DescribeInstanceListResponseBodyInstanceList[];
|
|
442
485
|
static names(): {
|
|
443
486
|
[key: string]: string;
|
|
444
487
|
};
|
|
@@ -453,6 +496,7 @@ export declare class DescribeInstanceListResponse extends $tea.Model {
|
|
|
453
496
|
headers: {
|
|
454
497
|
[key: string]: string;
|
|
455
498
|
};
|
|
499
|
+
statusCode: number;
|
|
456
500
|
body: DescribeInstanceListResponseBody;
|
|
457
501
|
static names(): {
|
|
458
502
|
[key: string]: string;
|
|
@@ -465,8 +509,6 @@ export declare class DescribeInstanceListResponse extends $tea.Model {
|
|
|
465
509
|
});
|
|
466
510
|
}
|
|
467
511
|
export declare class DescribeInstanceSpecsRequest extends $tea.Model {
|
|
468
|
-
sourceIp?: string;
|
|
469
|
-
lang?: string;
|
|
470
512
|
instanceIdList?: string;
|
|
471
513
|
regionId?: string;
|
|
472
514
|
resourceGroupId?: string;
|
|
@@ -481,8 +523,8 @@ export declare class DescribeInstanceSpecsRequest extends $tea.Model {
|
|
|
481
523
|
});
|
|
482
524
|
}
|
|
483
525
|
export declare class DescribeInstanceSpecsResponseBody extends $tea.Model {
|
|
484
|
-
requestId?: string;
|
|
485
526
|
instanceSpecs?: DescribeInstanceSpecsResponseBodyInstanceSpecs[];
|
|
527
|
+
requestId?: string;
|
|
486
528
|
static names(): {
|
|
487
529
|
[key: string]: string;
|
|
488
530
|
};
|
|
@@ -497,6 +539,7 @@ export declare class DescribeInstanceSpecsResponse extends $tea.Model {
|
|
|
497
539
|
headers: {
|
|
498
540
|
[key: string]: string;
|
|
499
541
|
};
|
|
542
|
+
statusCode: number;
|
|
500
543
|
body: DescribeInstanceSpecsResponseBody;
|
|
501
544
|
static names(): {
|
|
502
545
|
[key: string]: string;
|
|
@@ -509,15 +552,14 @@ export declare class DescribeInstanceSpecsResponse extends $tea.Model {
|
|
|
509
552
|
});
|
|
510
553
|
}
|
|
511
554
|
export declare class DescribeOnDemandDdosEventRequest extends $tea.Model {
|
|
512
|
-
sourceIp?: string;
|
|
513
|
-
startTime?: number;
|
|
514
555
|
endTime?: number;
|
|
515
|
-
pageSize?: number;
|
|
516
|
-
pageNo?: number;
|
|
517
556
|
instanceId?: string;
|
|
518
557
|
ip?: string;
|
|
519
|
-
|
|
558
|
+
pageNo?: number;
|
|
559
|
+
pageSize?: number;
|
|
520
560
|
regionId?: string;
|
|
561
|
+
resourceGroupId?: string;
|
|
562
|
+
startTime?: number;
|
|
521
563
|
static names(): {
|
|
522
564
|
[key: string]: string;
|
|
523
565
|
};
|
|
@@ -529,8 +571,8 @@ export declare class DescribeOnDemandDdosEventRequest extends $tea.Model {
|
|
|
529
571
|
});
|
|
530
572
|
}
|
|
531
573
|
export declare class DescribeOnDemandDdosEventResponseBody extends $tea.Model {
|
|
532
|
-
requestId?: string;
|
|
533
574
|
events?: DescribeOnDemandDdosEventResponseBodyEvents[];
|
|
575
|
+
requestId?: string;
|
|
534
576
|
total?: number;
|
|
535
577
|
static names(): {
|
|
536
578
|
[key: string]: string;
|
|
@@ -546,6 +588,7 @@ export declare class DescribeOnDemandDdosEventResponse extends $tea.Model {
|
|
|
546
588
|
headers: {
|
|
547
589
|
[key: string]: string;
|
|
548
590
|
};
|
|
591
|
+
statusCode: number;
|
|
549
592
|
body: DescribeOnDemandDdosEventResponseBody;
|
|
550
593
|
static names(): {
|
|
551
594
|
[key: string]: string;
|
|
@@ -558,9 +601,8 @@ export declare class DescribeOnDemandDdosEventResponse extends $tea.Model {
|
|
|
558
601
|
});
|
|
559
602
|
}
|
|
560
603
|
export declare class DescribeOnDemandInstanceStatusRequest extends $tea.Model {
|
|
561
|
-
sourceIp?: string;
|
|
562
|
-
regionId?: string;
|
|
563
604
|
instanceIdList?: string[];
|
|
605
|
+
regionId?: string;
|
|
564
606
|
static names(): {
|
|
565
607
|
[key: string]: string;
|
|
566
608
|
};
|
|
@@ -588,6 +630,7 @@ export declare class DescribeOnDemandInstanceStatusResponse extends $tea.Model {
|
|
|
588
630
|
headers: {
|
|
589
631
|
[key: string]: string;
|
|
590
632
|
};
|
|
633
|
+
statusCode: number;
|
|
591
634
|
body: DescribeOnDemandInstanceStatusResponseBody;
|
|
592
635
|
static names(): {
|
|
593
636
|
[key: string]: string;
|
|
@@ -600,17 +643,15 @@ export declare class DescribeOnDemandInstanceStatusResponse extends $tea.Model {
|
|
|
600
643
|
});
|
|
601
644
|
}
|
|
602
645
|
export declare class DescribeOpEntitiesRequest extends $tea.Model {
|
|
603
|
-
sourceIp?: string;
|
|
604
|
-
lang?: string;
|
|
605
646
|
currentPage?: number;
|
|
606
|
-
pageSize?: number;
|
|
607
|
-
startTime?: number;
|
|
608
647
|
endTime?: number;
|
|
648
|
+
instanceId?: string;
|
|
609
649
|
orderBy?: string;
|
|
610
650
|
orderDir?: string;
|
|
611
|
-
|
|
612
|
-
resourceGroupId?: string;
|
|
651
|
+
pageSize?: number;
|
|
613
652
|
regionId?: string;
|
|
653
|
+
resourceGroupId?: string;
|
|
654
|
+
startTime?: number;
|
|
614
655
|
static names(): {
|
|
615
656
|
[key: string]: string;
|
|
616
657
|
};
|
|
@@ -622,9 +663,9 @@ export declare class DescribeOpEntitiesRequest extends $tea.Model {
|
|
|
622
663
|
});
|
|
623
664
|
}
|
|
624
665
|
export declare class DescribeOpEntitiesResponseBody extends $tea.Model {
|
|
625
|
-
totalCount?: number;
|
|
626
|
-
requestId?: string;
|
|
627
666
|
opEntities?: DescribeOpEntitiesResponseBodyOpEntities[];
|
|
667
|
+
requestId?: string;
|
|
668
|
+
totalCount?: number;
|
|
628
669
|
static names(): {
|
|
629
670
|
[key: string]: string;
|
|
630
671
|
};
|
|
@@ -639,6 +680,7 @@ export declare class DescribeOpEntitiesResponse extends $tea.Model {
|
|
|
639
680
|
headers: {
|
|
640
681
|
[key: string]: string;
|
|
641
682
|
};
|
|
683
|
+
statusCode: number;
|
|
642
684
|
body: DescribeOpEntitiesResponseBody;
|
|
643
685
|
static names(): {
|
|
644
686
|
[key: string]: string;
|
|
@@ -651,14 +693,14 @@ export declare class DescribeOpEntitiesResponse extends $tea.Model {
|
|
|
651
693
|
});
|
|
652
694
|
}
|
|
653
695
|
export declare class DescribePackIpListRequest extends $tea.Model {
|
|
654
|
-
sourceIp?: string;
|
|
655
|
-
pageNo?: number;
|
|
656
|
-
pageSize?: number;
|
|
657
696
|
instanceId?: string;
|
|
658
697
|
ip?: string;
|
|
698
|
+
memberUid?: string;
|
|
699
|
+
pageNo?: number;
|
|
700
|
+
pageSize?: number;
|
|
659
701
|
productName?: string;
|
|
660
|
-
resourceGroupId?: string;
|
|
661
702
|
regionId?: string;
|
|
703
|
+
resourceGroupId?: string;
|
|
662
704
|
static names(): {
|
|
663
705
|
[key: string]: string;
|
|
664
706
|
};
|
|
@@ -670,11 +712,11 @@ export declare class DescribePackIpListRequest extends $tea.Model {
|
|
|
670
712
|
});
|
|
671
713
|
}
|
|
672
714
|
export declare class DescribePackIpListResponseBody extends $tea.Model {
|
|
673
|
-
requestId?: string;
|
|
674
|
-
ipList?: DescribePackIpListResponseBodyIpList[];
|
|
675
|
-
total?: number;
|
|
676
715
|
code?: string;
|
|
716
|
+
ipList?: DescribePackIpListResponseBodyIpList[];
|
|
717
|
+
requestId?: string;
|
|
677
718
|
success?: boolean;
|
|
719
|
+
total?: number;
|
|
678
720
|
static names(): {
|
|
679
721
|
[key: string]: string;
|
|
680
722
|
};
|
|
@@ -689,6 +731,7 @@ export declare class DescribePackIpListResponse extends $tea.Model {
|
|
|
689
731
|
headers: {
|
|
690
732
|
[key: string]: string;
|
|
691
733
|
};
|
|
734
|
+
statusCode: number;
|
|
692
735
|
body: DescribePackIpListResponseBody;
|
|
693
736
|
static names(): {
|
|
694
737
|
[key: string]: string;
|
|
@@ -700,57 +743,9 @@ export declare class DescribePackIpListResponse extends $tea.Model {
|
|
|
700
743
|
[key: string]: any;
|
|
701
744
|
});
|
|
702
745
|
}
|
|
703
|
-
export declare class DescribePackPaidTrafficRequest extends $tea.Model {
|
|
704
|
-
sourceIp?: string;
|
|
705
|
-
instanceId?: string;
|
|
706
|
-
currentPage?: number;
|
|
707
|
-
pageSize?: number;
|
|
708
|
-
startTime?: number;
|
|
709
|
-
endTime?: number;
|
|
710
|
-
resourceGroupId?: string;
|
|
711
|
-
static names(): {
|
|
712
|
-
[key: string]: string;
|
|
713
|
-
};
|
|
714
|
-
static types(): {
|
|
715
|
-
[key: string]: any;
|
|
716
|
-
};
|
|
717
|
-
constructor(map?: {
|
|
718
|
-
[key: string]: any;
|
|
719
|
-
});
|
|
720
|
-
}
|
|
721
|
-
export declare class DescribePackPaidTrafficResponseBody extends $tea.Model {
|
|
722
|
-
totalCount?: number;
|
|
723
|
-
requestId?: string;
|
|
724
|
-
packPaidTraffics?: DescribePackPaidTrafficResponseBodyPackPaidTraffics[];
|
|
725
|
-
static names(): {
|
|
726
|
-
[key: string]: string;
|
|
727
|
-
};
|
|
728
|
-
static types(): {
|
|
729
|
-
[key: string]: any;
|
|
730
|
-
};
|
|
731
|
-
constructor(map?: {
|
|
732
|
-
[key: string]: any;
|
|
733
|
-
});
|
|
734
|
-
}
|
|
735
|
-
export declare class DescribePackPaidTrafficResponse extends $tea.Model {
|
|
736
|
-
headers: {
|
|
737
|
-
[key: string]: string;
|
|
738
|
-
};
|
|
739
|
-
body: DescribePackPaidTrafficResponseBody;
|
|
740
|
-
static names(): {
|
|
741
|
-
[key: string]: string;
|
|
742
|
-
};
|
|
743
|
-
static types(): {
|
|
744
|
-
[key: string]: any;
|
|
745
|
-
};
|
|
746
|
-
constructor(map?: {
|
|
747
|
-
[key: string]: any;
|
|
748
|
-
});
|
|
749
|
-
}
|
|
750
746
|
export declare class DescribeRegionsRequest extends $tea.Model {
|
|
751
|
-
sourceIp?: string;
|
|
752
|
-
resourceGroupId?: string;
|
|
753
747
|
regionId?: string;
|
|
748
|
+
resourceGroupId?: string;
|
|
754
749
|
static names(): {
|
|
755
750
|
[key: string]: string;
|
|
756
751
|
};
|
|
@@ -762,9 +757,9 @@ export declare class DescribeRegionsRequest extends $tea.Model {
|
|
|
762
757
|
});
|
|
763
758
|
}
|
|
764
759
|
export declare class DescribeRegionsResponseBody extends $tea.Model {
|
|
765
|
-
requestId?: string;
|
|
766
|
-
regions?: DescribeRegionsResponseBodyRegions[];
|
|
767
760
|
code?: string;
|
|
761
|
+
regions?: DescribeRegionsResponseBodyRegions[];
|
|
762
|
+
requestId?: string;
|
|
768
763
|
success?: boolean;
|
|
769
764
|
static names(): {
|
|
770
765
|
[key: string]: string;
|
|
@@ -780,6 +775,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
|
|
|
780
775
|
headers: {
|
|
781
776
|
[key: string]: string;
|
|
782
777
|
};
|
|
778
|
+
statusCode: number;
|
|
783
779
|
body: DescribeRegionsResponseBody;
|
|
784
780
|
static names(): {
|
|
785
781
|
[key: string]: string;
|
|
@@ -791,55 +787,16 @@ export declare class DescribeRegionsResponse extends $tea.Model {
|
|
|
791
787
|
[key: string]: any;
|
|
792
788
|
});
|
|
793
789
|
}
|
|
794
|
-
export declare class
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
currentPage?: number;
|
|
798
|
-
resourceGroupId?: string;
|
|
799
|
-
static names(): {
|
|
800
|
-
[key: string]: string;
|
|
801
|
-
};
|
|
802
|
-
static types(): {
|
|
803
|
-
[key: string]: any;
|
|
804
|
-
};
|
|
805
|
-
constructor(map?: {
|
|
806
|
-
[key: string]: any;
|
|
807
|
-
});
|
|
808
|
-
}
|
|
809
|
-
export declare class DescribeResourcePackInstancesResponseBody extends $tea.Model {
|
|
810
|
-
totalCount?: number;
|
|
811
|
-
requestId?: string;
|
|
812
|
-
resourcePacks?: DescribeResourcePackInstancesResponseBodyResourcePacks[];
|
|
813
|
-
static names(): {
|
|
814
|
-
[key: string]: string;
|
|
815
|
-
};
|
|
816
|
-
static types(): {
|
|
817
|
-
[key: string]: any;
|
|
818
|
-
};
|
|
819
|
-
constructor(map?: {
|
|
820
|
-
[key: string]: any;
|
|
821
|
-
});
|
|
822
|
-
}
|
|
823
|
-
export declare class DescribeResourcePackInstancesResponse extends $tea.Model {
|
|
824
|
-
headers: {
|
|
825
|
-
[key: string]: string;
|
|
826
|
-
};
|
|
827
|
-
body: DescribeResourcePackInstancesResponseBody;
|
|
828
|
-
static names(): {
|
|
829
|
-
[key: string]: string;
|
|
830
|
-
};
|
|
831
|
-
static types(): {
|
|
832
|
-
[key: string]: any;
|
|
833
|
-
};
|
|
834
|
-
constructor(map?: {
|
|
835
|
-
[key: string]: any;
|
|
836
|
-
});
|
|
837
|
-
}
|
|
838
|
-
export declare class DescribeResourcePackStatisticsRequest extends $tea.Model {
|
|
839
|
-
sourceIp?: string;
|
|
840
|
-
ddosRegionId?: string;
|
|
790
|
+
export declare class DescribeTrafficRequest extends $tea.Model {
|
|
791
|
+
endTime?: number;
|
|
792
|
+
flowType?: string;
|
|
841
793
|
instanceId?: string;
|
|
794
|
+
interval?: number;
|
|
795
|
+
ip?: string;
|
|
796
|
+
ipnet?: string;
|
|
797
|
+
regionId?: string;
|
|
842
798
|
resourceGroupId?: string;
|
|
799
|
+
startTime?: number;
|
|
843
800
|
static names(): {
|
|
844
801
|
[key: string]: string;
|
|
845
802
|
};
|
|
@@ -850,12 +807,9 @@ export declare class DescribeResourcePackStatisticsRequest extends $tea.Model {
|
|
|
850
807
|
[key: string]: any;
|
|
851
808
|
});
|
|
852
809
|
}
|
|
853
|
-
export declare class
|
|
810
|
+
export declare class DescribeTrafficResponseBody extends $tea.Model {
|
|
811
|
+
flowList?: DescribeTrafficResponseBodyFlowList[];
|
|
854
812
|
requestId?: string;
|
|
855
|
-
totalInitCapacity?: number;
|
|
856
|
-
totalCurrCapacity?: number;
|
|
857
|
-
availablePackNum?: number;
|
|
858
|
-
totalUsedCapacity?: number;
|
|
859
813
|
static names(): {
|
|
860
814
|
[key: string]: string;
|
|
861
815
|
};
|
|
@@ -866,11 +820,12 @@ export declare class DescribeResourcePackStatisticsResponseBody extends $tea.Mod
|
|
|
866
820
|
[key: string]: any;
|
|
867
821
|
});
|
|
868
822
|
}
|
|
869
|
-
export declare class
|
|
823
|
+
export declare class DescribeTrafficResponse extends $tea.Model {
|
|
870
824
|
headers: {
|
|
871
825
|
[key: string]: string;
|
|
872
826
|
};
|
|
873
|
-
|
|
827
|
+
statusCode: number;
|
|
828
|
+
body: DescribeTrafficResponseBody;
|
|
874
829
|
static names(): {
|
|
875
830
|
[key: string]: string;
|
|
876
831
|
};
|
|
@@ -881,11 +836,8 @@ export declare class DescribeResourcePackStatisticsResponse extends $tea.Model {
|
|
|
881
836
|
[key: string]: any;
|
|
882
837
|
});
|
|
883
838
|
}
|
|
884
|
-
export declare class
|
|
885
|
-
|
|
886
|
-
endTime?: number;
|
|
887
|
-
startTime?: number;
|
|
888
|
-
instanceId?: string;
|
|
839
|
+
export declare class GetSlsOpenStatusRequest extends $tea.Model {
|
|
840
|
+
regionId?: string;
|
|
889
841
|
resourceGroupId?: string;
|
|
890
842
|
static names(): {
|
|
891
843
|
[key: string]: string;
|
|
@@ -897,12 +849,9 @@ export declare class DescribeResourcePackUsageRequest extends $tea.Model {
|
|
|
897
849
|
[key: string]: any;
|
|
898
850
|
});
|
|
899
851
|
}
|
|
900
|
-
export declare class
|
|
901
|
-
endTime?: number;
|
|
852
|
+
export declare class GetSlsOpenStatusResponseBody extends $tea.Model {
|
|
902
853
|
requestId?: string;
|
|
903
|
-
|
|
904
|
-
startTime?: number;
|
|
905
|
-
interval?: number;
|
|
854
|
+
slsOpenStatus?: boolean;
|
|
906
855
|
static names(): {
|
|
907
856
|
[key: string]: string;
|
|
908
857
|
};
|
|
@@ -913,11 +862,12 @@ export declare class DescribeResourcePackUsageResponseBody extends $tea.Model {
|
|
|
913
862
|
[key: string]: any;
|
|
914
863
|
});
|
|
915
864
|
}
|
|
916
|
-
export declare class
|
|
865
|
+
export declare class GetSlsOpenStatusResponse extends $tea.Model {
|
|
917
866
|
headers: {
|
|
918
867
|
[key: string]: string;
|
|
919
868
|
};
|
|
920
|
-
|
|
869
|
+
statusCode: number;
|
|
870
|
+
body: GetSlsOpenStatusResponseBody;
|
|
921
871
|
static names(): {
|
|
922
872
|
[key: string]: string;
|
|
923
873
|
};
|
|
@@ -928,16 +878,10 @@ export declare class DescribeResourcePackUsageResponse extends $tea.Model {
|
|
|
928
878
|
[key: string]: any;
|
|
929
879
|
});
|
|
930
880
|
}
|
|
931
|
-
export declare class
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
ipnet?: string;
|
|
935
|
-
ip?: string;
|
|
936
|
-
startTime?: number;
|
|
937
|
-
endTime?: number;
|
|
938
|
-
interval?: number;
|
|
881
|
+
export declare class ListOpenedAccessLogInstancesRequest extends $tea.Model {
|
|
882
|
+
pageNumber?: number;
|
|
883
|
+
pageSize?: number;
|
|
939
884
|
resourceGroupId?: string;
|
|
940
|
-
regionId?: string;
|
|
941
885
|
static names(): {
|
|
942
886
|
[key: string]: string;
|
|
943
887
|
};
|
|
@@ -948,9 +892,10 @@ export declare class DescribeTrafficRequest extends $tea.Model {
|
|
|
948
892
|
[key: string]: any;
|
|
949
893
|
});
|
|
950
894
|
}
|
|
951
|
-
export declare class
|
|
952
|
-
flowList?: DescribeTrafficResponseBodyFlowList[];
|
|
895
|
+
export declare class ListOpenedAccessLogInstancesResponseBody extends $tea.Model {
|
|
953
896
|
requestId?: string;
|
|
897
|
+
slsConfigStatus?: ListOpenedAccessLogInstancesResponseBodySlsConfigStatus[];
|
|
898
|
+
totalCount?: number;
|
|
954
899
|
static names(): {
|
|
955
900
|
[key: string]: string;
|
|
956
901
|
};
|
|
@@ -961,11 +906,12 @@ export declare class DescribeTrafficResponseBody extends $tea.Model {
|
|
|
961
906
|
[key: string]: any;
|
|
962
907
|
});
|
|
963
908
|
}
|
|
964
|
-
export declare class
|
|
909
|
+
export declare class ListOpenedAccessLogInstancesResponse extends $tea.Model {
|
|
965
910
|
headers: {
|
|
966
911
|
[key: string]: string;
|
|
967
912
|
};
|
|
968
|
-
|
|
913
|
+
statusCode: number;
|
|
914
|
+
body: ListOpenedAccessLogInstancesResponseBody;
|
|
969
915
|
static names(): {
|
|
970
916
|
[key: string]: string;
|
|
971
917
|
};
|
|
@@ -977,15 +923,11 @@ export declare class DescribeTrafficResponse extends $tea.Model {
|
|
|
977
923
|
});
|
|
978
924
|
}
|
|
979
925
|
export declare class ListTagKeysRequest extends $tea.Model {
|
|
980
|
-
sourceIp?: string;
|
|
981
|
-
regionId?: string;
|
|
982
|
-
tagOwnerUid?: string;
|
|
983
|
-
tagOwnerBid?: string;
|
|
984
|
-
resourceType?: string;
|
|
985
|
-
scope?: string;
|
|
986
|
-
pageSize?: number;
|
|
987
926
|
currentPage?: number;
|
|
927
|
+
pageSize?: number;
|
|
928
|
+
regionId?: string;
|
|
988
929
|
resourceGroupId?: string;
|
|
930
|
+
resourceType?: string;
|
|
989
931
|
static names(): {
|
|
990
932
|
[key: string]: string;
|
|
991
933
|
};
|
|
@@ -997,11 +939,11 @@ export declare class ListTagKeysRequest extends $tea.Model {
|
|
|
997
939
|
});
|
|
998
940
|
}
|
|
999
941
|
export declare class ListTagKeysResponseBody extends $tea.Model {
|
|
1000
|
-
totalCount?: number;
|
|
1001
|
-
requestId?: string;
|
|
1002
|
-
pageSize?: number;
|
|
1003
942
|
currentPage?: number;
|
|
943
|
+
pageSize?: number;
|
|
944
|
+
requestId?: string;
|
|
1004
945
|
tagKeys?: ListTagKeysResponseBodyTagKeys[];
|
|
946
|
+
totalCount?: number;
|
|
1005
947
|
static names(): {
|
|
1006
948
|
[key: string]: string;
|
|
1007
949
|
};
|
|
@@ -1016,6 +958,7 @@ export declare class ListTagKeysResponse extends $tea.Model {
|
|
|
1016
958
|
headers: {
|
|
1017
959
|
[key: string]: string;
|
|
1018
960
|
};
|
|
961
|
+
statusCode: number;
|
|
1019
962
|
body: ListTagKeysResponseBody;
|
|
1020
963
|
static names(): {
|
|
1021
964
|
[key: string]: string;
|
|
@@ -1028,15 +971,11 @@ export declare class ListTagKeysResponse extends $tea.Model {
|
|
|
1028
971
|
});
|
|
1029
972
|
}
|
|
1030
973
|
export declare class ListTagResourcesRequest extends $tea.Model {
|
|
1031
|
-
sourceIp?: string;
|
|
1032
|
-
resourceGroupId?: string;
|
|
1033
|
-
regionId?: string;
|
|
1034
|
-
tagOwnerUid?: string;
|
|
1035
|
-
tagOwnerBid?: string;
|
|
1036
|
-
resourceType?: string;
|
|
1037
|
-
scope?: string;
|
|
1038
974
|
nextToken?: string;
|
|
975
|
+
regionId?: string;
|
|
976
|
+
resourceGroupId?: string;
|
|
1039
977
|
resourceId?: string[];
|
|
978
|
+
resourceType?: string;
|
|
1040
979
|
tag?: ListTagResourcesRequestTag[];
|
|
1041
980
|
static names(): {
|
|
1042
981
|
[key: string]: string;
|
|
@@ -1066,6 +1005,7 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
1066
1005
|
headers: {
|
|
1067
1006
|
[key: string]: string;
|
|
1068
1007
|
};
|
|
1008
|
+
statusCode: number;
|
|
1069
1009
|
body: ListTagResourcesResponseBody;
|
|
1070
1010
|
static names(): {
|
|
1071
1011
|
[key: string]: string;
|
|
@@ -1078,12 +1018,10 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
1078
1018
|
});
|
|
1079
1019
|
}
|
|
1080
1020
|
export declare class ModifyRemarkRequest extends $tea.Model {
|
|
1081
|
-
sourceIp?: string;
|
|
1082
|
-
lang?: string;
|
|
1083
1021
|
instanceId?: string;
|
|
1022
|
+
regionId?: string;
|
|
1084
1023
|
remark?: string;
|
|
1085
1024
|
resourceGroupId?: string;
|
|
1086
|
-
regionId?: string;
|
|
1087
1025
|
static names(): {
|
|
1088
1026
|
[key: string]: string;
|
|
1089
1027
|
};
|
|
@@ -1110,6 +1048,7 @@ export declare class ModifyRemarkResponse extends $tea.Model {
|
|
|
1110
1048
|
headers: {
|
|
1111
1049
|
[key: string]: string;
|
|
1112
1050
|
};
|
|
1051
|
+
statusCode: number;
|
|
1113
1052
|
body: ModifyRemarkResponseBody;
|
|
1114
1053
|
static names(): {
|
|
1115
1054
|
[key: string]: string;
|
|
@@ -1122,7 +1061,6 @@ export declare class ModifyRemarkResponse extends $tea.Model {
|
|
|
1122
1061
|
});
|
|
1123
1062
|
}
|
|
1124
1063
|
export declare class QuerySchedruleOnDemandRequest extends $tea.Model {
|
|
1125
|
-
sourceIp?: string;
|
|
1126
1064
|
instanceId?: string;
|
|
1127
1065
|
regionId?: string;
|
|
1128
1066
|
static names(): {
|
|
@@ -1136,11 +1074,11 @@ export declare class QuerySchedruleOnDemandRequest extends $tea.Model {
|
|
|
1136
1074
|
});
|
|
1137
1075
|
}
|
|
1138
1076
|
export declare class QuerySchedruleOnDemandResponseBody extends $tea.Model {
|
|
1139
|
-
requestId?: string;
|
|
1140
1077
|
instanceId?: string;
|
|
1141
|
-
|
|
1142
|
-
ruleStatus?: QuerySchedruleOnDemandResponseBodyRuleStatus[];
|
|
1078
|
+
requestId?: string;
|
|
1143
1079
|
ruleConfig?: QuerySchedruleOnDemandResponseBodyRuleConfig[];
|
|
1080
|
+
ruleStatus?: QuerySchedruleOnDemandResponseBodyRuleStatus[];
|
|
1081
|
+
userId?: string;
|
|
1144
1082
|
static names(): {
|
|
1145
1083
|
[key: string]: string;
|
|
1146
1084
|
};
|
|
@@ -1155,6 +1093,7 @@ export declare class QuerySchedruleOnDemandResponse extends $tea.Model {
|
|
|
1155
1093
|
headers: {
|
|
1156
1094
|
[key: string]: string;
|
|
1157
1095
|
};
|
|
1096
|
+
statusCode: number;
|
|
1158
1097
|
body: QuerySchedruleOnDemandResponseBody;
|
|
1159
1098
|
static names(): {
|
|
1160
1099
|
[key: string]: string;
|
|
@@ -1167,10 +1106,9 @@ export declare class QuerySchedruleOnDemandResponse extends $tea.Model {
|
|
|
1167
1106
|
});
|
|
1168
1107
|
}
|
|
1169
1108
|
export declare class SetInstanceModeOnDemandRequest extends $tea.Model {
|
|
1170
|
-
|
|
1109
|
+
instanceIdList?: string[];
|
|
1171
1110
|
mode?: string;
|
|
1172
1111
|
regionId?: string;
|
|
1173
|
-
instanceIdList?: string[];
|
|
1174
1112
|
static names(): {
|
|
1175
1113
|
[key: string]: string;
|
|
1176
1114
|
};
|
|
@@ -1197,6 +1135,7 @@ export declare class SetInstanceModeOnDemandResponse extends $tea.Model {
|
|
|
1197
1135
|
headers: {
|
|
1198
1136
|
[key: string]: string;
|
|
1199
1137
|
};
|
|
1138
|
+
statusCode: number;
|
|
1200
1139
|
body: SetInstanceModeOnDemandResponseBody;
|
|
1201
1140
|
static names(): {
|
|
1202
1141
|
[key: string]: string;
|
|
@@ -1209,14 +1148,10 @@ export declare class SetInstanceModeOnDemandResponse extends $tea.Model {
|
|
|
1209
1148
|
});
|
|
1210
1149
|
}
|
|
1211
1150
|
export declare class TagResourcesRequest extends $tea.Model {
|
|
1212
|
-
sourceIp?: string;
|
|
1213
|
-
resourceGroupId?: string;
|
|
1214
1151
|
regionId?: string;
|
|
1215
|
-
|
|
1216
|
-
tagOwnerBid?: string;
|
|
1217
|
-
resourceType?: string;
|
|
1218
|
-
scope?: string;
|
|
1152
|
+
resourceGroupId?: string;
|
|
1219
1153
|
resourceId?: string[];
|
|
1154
|
+
resourceType?: string;
|
|
1220
1155
|
tag?: TagResourcesRequestTag[];
|
|
1221
1156
|
static names(): {
|
|
1222
1157
|
[key: string]: string;
|
|
@@ -1244,6 +1179,7 @@ export declare class TagResourcesResponse extends $tea.Model {
|
|
|
1244
1179
|
headers: {
|
|
1245
1180
|
[key: string]: string;
|
|
1246
1181
|
};
|
|
1182
|
+
statusCode: number;
|
|
1247
1183
|
body: TagResourcesResponseBody;
|
|
1248
1184
|
static names(): {
|
|
1249
1185
|
[key: string]: string;
|
|
@@ -1256,14 +1192,11 @@ export declare class TagResourcesResponse extends $tea.Model {
|
|
|
1256
1192
|
});
|
|
1257
1193
|
}
|
|
1258
1194
|
export declare class UntagResourcesRequest extends $tea.Model {
|
|
1259
|
-
sourceIp?: string;
|
|
1260
|
-
resourceGroupId?: string;
|
|
1261
|
-
regionId?: string;
|
|
1262
|
-
tagOwnerUid?: string;
|
|
1263
|
-
tagOwnerBid?: string;
|
|
1264
|
-
resourceType?: string;
|
|
1265
1195
|
all?: boolean;
|
|
1196
|
+
regionId?: string;
|
|
1197
|
+
resourceGroupId?: string;
|
|
1266
1198
|
resourceId?: string[];
|
|
1199
|
+
resourceType?: string;
|
|
1267
1200
|
tagKey?: string[];
|
|
1268
1201
|
static names(): {
|
|
1269
1202
|
[key: string]: string;
|
|
@@ -1291,6 +1224,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
|
|
|
1291
1224
|
headers: {
|
|
1292
1225
|
[key: string]: string;
|
|
1293
1226
|
};
|
|
1227
|
+
statusCode: number;
|
|
1294
1228
|
body: UntagResourcesResponseBody;
|
|
1295
1229
|
static names(): {
|
|
1296
1230
|
[key: string]: string;
|
|
@@ -1304,11 +1238,11 @@ export declare class UntagResourcesResponse extends $tea.Model {
|
|
|
1304
1238
|
}
|
|
1305
1239
|
export declare class DescribeDdosEventResponseBodyEvents extends $tea.Model {
|
|
1306
1240
|
endTime?: number;
|
|
1307
|
-
status?: string;
|
|
1308
|
-
startTime?: number;
|
|
1309
|
-
mbps?: number;
|
|
1310
1241
|
ip?: string;
|
|
1242
|
+
mbps?: number;
|
|
1311
1243
|
pps?: number;
|
|
1244
|
+
startTime?: number;
|
|
1245
|
+
status?: string;
|
|
1312
1246
|
static names(): {
|
|
1313
1247
|
[key: string]: string;
|
|
1314
1248
|
};
|
|
@@ -1333,16 +1267,17 @@ export declare class DescribeInstanceListRequestTag extends $tea.Model {
|
|
|
1333
1267
|
});
|
|
1334
1268
|
}
|
|
1335
1269
|
export declare class DescribeInstanceListResponseBodyInstanceList extends $tea.Model {
|
|
1336
|
-
status?: string;
|
|
1337
|
-
ipType?: string;
|
|
1338
1270
|
autoRenewal?: boolean;
|
|
1339
|
-
|
|
1271
|
+
blackholdingCount?: string;
|
|
1272
|
+
coverageType?: number;
|
|
1340
1273
|
expireTime?: number;
|
|
1341
|
-
product?: string;
|
|
1342
1274
|
gmtCreate?: number;
|
|
1343
1275
|
instanceId?: string;
|
|
1344
1276
|
instanceType?: string;
|
|
1345
|
-
|
|
1277
|
+
ipType?: string;
|
|
1278
|
+
product?: string;
|
|
1279
|
+
remark?: string;
|
|
1280
|
+
status?: string;
|
|
1346
1281
|
static names(): {
|
|
1347
1282
|
[key: string]: string;
|
|
1348
1283
|
};
|
|
@@ -1354,12 +1289,14 @@ export declare class DescribeInstanceListResponseBodyInstanceList extends $tea.M
|
|
|
1354
1289
|
});
|
|
1355
1290
|
}
|
|
1356
1291
|
export declare class DescribeInstanceSpecsResponseBodyInstanceSpecsPackConfig extends $tea.Model {
|
|
1357
|
-
|
|
1292
|
+
bandwidth?: number;
|
|
1358
1293
|
bindIpCount?: number;
|
|
1359
|
-
packAdvThre?: number;
|
|
1360
|
-
ipBasicThre?: number;
|
|
1361
1294
|
ipAdvanceThre?: number;
|
|
1295
|
+
ipBasicThre?: number;
|
|
1362
1296
|
ipSpec?: number;
|
|
1297
|
+
normalBandwidth?: number;
|
|
1298
|
+
packAdvThre?: number;
|
|
1299
|
+
packBasicThre?: number;
|
|
1363
1300
|
static names(): {
|
|
1364
1301
|
[key: string]: string;
|
|
1365
1302
|
};
|
|
@@ -1371,10 +1308,13 @@ export declare class DescribeInstanceSpecsResponseBodyInstanceSpecsPackConfig ex
|
|
|
1371
1308
|
});
|
|
1372
1309
|
}
|
|
1373
1310
|
export declare class DescribeInstanceSpecsResponseBodyInstanceSpecs extends $tea.Model {
|
|
1374
|
-
|
|
1375
|
-
region?: string;
|
|
1311
|
+
availableDefenseTimes?: number;
|
|
1376
1312
|
availableDeleteBlackholeCount?: string;
|
|
1377
1313
|
instanceId?: string;
|
|
1314
|
+
isFullDefenseMode?: number;
|
|
1315
|
+
packConfig?: DescribeInstanceSpecsResponseBodyInstanceSpecsPackConfig;
|
|
1316
|
+
region?: string;
|
|
1317
|
+
totalDefenseTimes?: number;
|
|
1378
1318
|
static names(): {
|
|
1379
1319
|
[key: string]: string;
|
|
1380
1320
|
};
|
|
@@ -1387,11 +1327,11 @@ export declare class DescribeInstanceSpecsResponseBodyInstanceSpecs extends $tea
|
|
|
1387
1327
|
}
|
|
1388
1328
|
export declare class DescribeOnDemandDdosEventResponseBodyEvents extends $tea.Model {
|
|
1389
1329
|
endTime?: number;
|
|
1390
|
-
status?: string;
|
|
1391
|
-
startTime?: number;
|
|
1392
|
-
mbps?: number;
|
|
1393
1330
|
ip?: string;
|
|
1331
|
+
mbps?: number;
|
|
1394
1332
|
pps?: number;
|
|
1333
|
+
startTime?: number;
|
|
1334
|
+
status?: string;
|
|
1395
1335
|
static names(): {
|
|
1396
1336
|
[key: string]: string;
|
|
1397
1337
|
};
|
|
@@ -1403,13 +1343,13 @@ export declare class DescribeOnDemandDdosEventResponseBodyEvents extends $tea.Mo
|
|
|
1403
1343
|
});
|
|
1404
1344
|
}
|
|
1405
1345
|
export declare class DescribeOnDemandInstanceStatusResponseBodyInstances extends $tea.Model {
|
|
1406
|
-
userId?: string;
|
|
1407
|
-
mode?: string;
|
|
1408
|
-
instanceId?: string;
|
|
1409
1346
|
declared?: string;
|
|
1410
|
-
registedAs?: string;
|
|
1411
|
-
net?: string;
|
|
1412
1347
|
desc?: string;
|
|
1348
|
+
instanceId?: string;
|
|
1349
|
+
mode?: string;
|
|
1350
|
+
net?: string;
|
|
1351
|
+
registedAs?: string;
|
|
1352
|
+
userId?: string;
|
|
1413
1353
|
static names(): {
|
|
1414
1354
|
[key: string]: string;
|
|
1415
1355
|
};
|
|
@@ -1421,11 +1361,11 @@ export declare class DescribeOnDemandInstanceStatusResponseBodyInstances extends
|
|
|
1421
1361
|
});
|
|
1422
1362
|
}
|
|
1423
1363
|
export declare class DescribeOpEntitiesResponseBodyOpEntities extends $tea.Model {
|
|
1424
|
-
entityType?: number;
|
|
1425
1364
|
entityObject?: string;
|
|
1426
|
-
|
|
1365
|
+
entityType?: number;
|
|
1427
1366
|
gmtCreate?: number;
|
|
1428
1367
|
opAccount?: string;
|
|
1368
|
+
opAction?: number;
|
|
1429
1369
|
opDesc?: string;
|
|
1430
1370
|
static names(): {
|
|
1431
1371
|
[key: string]: string;
|
|
@@ -1438,28 +1378,12 @@ export declare class DescribeOpEntitiesResponseBodyOpEntities extends $tea.Model
|
|
|
1438
1378
|
});
|
|
1439
1379
|
}
|
|
1440
1380
|
export declare class DescribePackIpListResponseBodyIpList extends $tea.Model {
|
|
1441
|
-
status?: string;
|
|
1442
|
-
remark?: string;
|
|
1443
|
-
product?: string;
|
|
1444
1381
|
ip?: string;
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
};
|
|
1451
|
-
constructor(map?: {
|
|
1452
|
-
[key: string]: any;
|
|
1453
|
-
});
|
|
1454
|
-
}
|
|
1455
|
-
export declare class DescribePackPaidTrafficResponseBodyPackPaidTraffics extends $tea.Model {
|
|
1456
|
-
startTime?: number;
|
|
1457
|
-
baseBandwidth?: number;
|
|
1458
|
-
elasticBandwidth?: number;
|
|
1459
|
-
totalCapacity?: number;
|
|
1460
|
-
maxAttack?: number;
|
|
1461
|
-
instanceId?: string;
|
|
1462
|
-
paidCapacity?: number;
|
|
1382
|
+
memberUid?: string;
|
|
1383
|
+
product?: string;
|
|
1384
|
+
region?: string;
|
|
1385
|
+
remark?: string;
|
|
1386
|
+
status?: string;
|
|
1463
1387
|
static names(): {
|
|
1464
1388
|
[key: string]: string;
|
|
1465
1389
|
};
|
|
@@ -1472,8 +1396,8 @@ export declare class DescribePackPaidTrafficResponseBodyPackPaidTraffics extends
|
|
|
1472
1396
|
}
|
|
1473
1397
|
export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
|
|
1474
1398
|
regionEnName?: string;
|
|
1475
|
-
regionName?: string;
|
|
1476
1399
|
regionId?: string;
|
|
1400
|
+
regionName?: string;
|
|
1477
1401
|
static names(): {
|
|
1478
1402
|
[key: string]: string;
|
|
1479
1403
|
};
|
|
@@ -1484,26 +1408,14 @@ export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
|
|
|
1484
1408
|
[key: string]: any;
|
|
1485
1409
|
});
|
|
1486
1410
|
}
|
|
1487
|
-
export declare class
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
static names(): {
|
|
1495
|
-
[key: string]: string;
|
|
1496
|
-
};
|
|
1497
|
-
static types(): {
|
|
1498
|
-
[key: string]: any;
|
|
1499
|
-
};
|
|
1500
|
-
constructor(map?: {
|
|
1501
|
-
[key: string]: any;
|
|
1502
|
-
});
|
|
1503
|
-
}
|
|
1504
|
-
export declare class DescribeResourcePackUsageResponseBodyPackUsages extends $tea.Model {
|
|
1411
|
+
export declare class DescribeTrafficResponseBodyFlowList extends $tea.Model {
|
|
1412
|
+
attackBps?: number;
|
|
1413
|
+
attackPps?: number;
|
|
1414
|
+
flowType?: string;
|
|
1415
|
+
kbps?: number;
|
|
1416
|
+
name?: string;
|
|
1417
|
+
pps?: number;
|
|
1505
1418
|
time?: number;
|
|
1506
|
-
traffic?: number;
|
|
1507
1419
|
static names(): {
|
|
1508
1420
|
[key: string]: string;
|
|
1509
1421
|
};
|
|
@@ -1514,14 +1426,9 @@ export declare class DescribeResourcePackUsageResponseBodyPackUsages extends $te
|
|
|
1514
1426
|
[key: string]: any;
|
|
1515
1427
|
});
|
|
1516
1428
|
}
|
|
1517
|
-
export declare class
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
attackPps?: number;
|
|
1521
|
-
name?: string;
|
|
1522
|
-
pps?: number;
|
|
1523
|
-
kbps?: number;
|
|
1524
|
-
attackBps?: number;
|
|
1429
|
+
export declare class ListOpenedAccessLogInstancesResponseBodySlsConfigStatus extends $tea.Model {
|
|
1430
|
+
enable?: boolean;
|
|
1431
|
+
instanceId?: string;
|
|
1525
1432
|
static names(): {
|
|
1526
1433
|
[key: string]: string;
|
|
1527
1434
|
};
|
|
@@ -1559,10 +1466,10 @@ export declare class ListTagResourcesRequestTag extends $tea.Model {
|
|
|
1559
1466
|
});
|
|
1560
1467
|
}
|
|
1561
1468
|
export declare class ListTagResourcesResponseBodyTagResourcesTagResource extends $tea.Model {
|
|
1562
|
-
resourceType?: string;
|
|
1563
|
-
tagValue?: string;
|
|
1564
1469
|
resourceId?: string;
|
|
1470
|
+
resourceType?: string;
|
|
1565
1471
|
tagKey?: string;
|
|
1472
|
+
tagValue?: string;
|
|
1566
1473
|
static names(): {
|
|
1567
1474
|
[key: string]: string;
|
|
1568
1475
|
};
|
|
@@ -1585,9 +1492,17 @@ export declare class ListTagResourcesResponseBodyTagResources extends $tea.Model
|
|
|
1585
1492
|
[key: string]: any;
|
|
1586
1493
|
});
|
|
1587
1494
|
}
|
|
1588
|
-
export declare class
|
|
1589
|
-
|
|
1590
|
-
|
|
1495
|
+
export declare class QuerySchedruleOnDemandResponseBodyRuleConfig extends $tea.Model {
|
|
1496
|
+
ruleAction?: string;
|
|
1497
|
+
ruleConditionCnt?: string;
|
|
1498
|
+
ruleConditionKpps?: string;
|
|
1499
|
+
ruleConditionMbps?: string;
|
|
1500
|
+
ruleName?: string;
|
|
1501
|
+
ruleSwitch?: string;
|
|
1502
|
+
ruleUndoBeginTime?: string;
|
|
1503
|
+
ruleUndoEndTime?: string;
|
|
1504
|
+
ruleUndoMode?: string;
|
|
1505
|
+
timeZone?: string;
|
|
1591
1506
|
static names(): {
|
|
1592
1507
|
[key: string]: string;
|
|
1593
1508
|
};
|
|
@@ -1598,17 +1513,9 @@ export declare class QuerySchedruleOnDemandResponseBodyRuleStatus extends $tea.M
|
|
|
1598
1513
|
[key: string]: any;
|
|
1599
1514
|
});
|
|
1600
1515
|
}
|
|
1601
|
-
export declare class
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
timeZone?: string;
|
|
1605
|
-
ruleAction?: string;
|
|
1606
|
-
ruleConditionKpps?: string;
|
|
1607
|
-
ruleUndoMode?: string;
|
|
1608
|
-
ruleUndoBeginTime?: string;
|
|
1609
|
-
ruleConditionCnt?: string;
|
|
1610
|
-
ruleUndoEndTime?: string;
|
|
1611
|
-
ruleName?: string;
|
|
1516
|
+
export declare class QuerySchedruleOnDemandResponseBodyRuleStatus extends $tea.Model {
|
|
1517
|
+
net?: string;
|
|
1518
|
+
ruleSchedStatus?: string;
|
|
1612
1519
|
static names(): {
|
|
1613
1520
|
[key: string]: string;
|
|
1614
1521
|
};
|
|
@@ -1639,57 +1546,248 @@ export default class Client extends OpenApi {
|
|
|
1639
1546
|
}, endpoint: string): string;
|
|
1640
1547
|
addIpWithOptions(request: AddIpRequest, runtime: $Util.RuntimeOptions): Promise<AddIpResponse>;
|
|
1641
1548
|
addIp(request: AddIpRequest): Promise<AddIpResponse>;
|
|
1549
|
+
checkAccessLogAuthWithOptions(request: CheckAccessLogAuthRequest, runtime: $Util.RuntimeOptions): Promise<CheckAccessLogAuthResponse>;
|
|
1550
|
+
checkAccessLogAuth(request: CheckAccessLogAuthRequest): Promise<CheckAccessLogAuthResponse>;
|
|
1551
|
+
/**
|
|
1552
|
+
* Indicates whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account. Valid values:
|
|
1553
|
+
* * **1**: Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
|
|
1554
|
+
* * **0**: Anti-DDoS Origin is not authorized to obtain information about the assets within the current Alibaba Cloud account.
|
|
1555
|
+
*
|
|
1556
|
+
* @param request CheckGrantRequest
|
|
1557
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1558
|
+
* @return CheckGrantResponse
|
|
1559
|
+
*/
|
|
1642
1560
|
checkGrantWithOptions(request: CheckGrantRequest, runtime: $Util.RuntimeOptions): Promise<CheckGrantResponse>;
|
|
1561
|
+
/**
|
|
1562
|
+
* Indicates whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account. Valid values:
|
|
1563
|
+
* * **1**: Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
|
|
1564
|
+
* * **0**: Anti-DDoS Origin is not authorized to obtain information about the assets within the current Alibaba Cloud account.
|
|
1565
|
+
*
|
|
1566
|
+
* @param request CheckGrantRequest
|
|
1567
|
+
* @return CheckGrantResponse
|
|
1568
|
+
*/
|
|
1643
1569
|
checkGrant(request: CheckGrantRequest): Promise<CheckGrantResponse>;
|
|
1644
1570
|
configSchedruleOnDemandWithOptions(request: ConfigSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<ConfigSchedruleOnDemandResponse>;
|
|
1645
1571
|
configSchedruleOnDemand(request: ConfigSchedruleOnDemandRequest): Promise<ConfigSchedruleOnDemandResponse>;
|
|
1646
1572
|
createSchedruleOnDemandWithOptions(request: CreateSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<CreateSchedruleOnDemandResponse>;
|
|
1647
1573
|
createSchedruleOnDemand(request: CreateSchedruleOnDemandRequest): Promise<CreateSchedruleOnDemandResponse>;
|
|
1574
|
+
/**
|
|
1575
|
+
* You can call the DeleteBlackhole operation to deactivate blackhole filtering for a protected IP address.
|
|
1576
|
+
* Before you call this operation, you can call the [DescribePackIpList](~~118701~~) operation to query the protection status of the IP addresses that are protected by your Anti-DDoS Origin instance. For example, you can query whether blackhole filtering is triggered for an IP address.
|
|
1577
|
+
* ### Limits
|
|
1578
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
1579
|
+
*
|
|
1580
|
+
* @param request DeleteBlackholeRequest
|
|
1581
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1582
|
+
* @return DeleteBlackholeResponse
|
|
1583
|
+
*/
|
|
1648
1584
|
deleteBlackholeWithOptions(request: DeleteBlackholeRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBlackholeResponse>;
|
|
1585
|
+
/**
|
|
1586
|
+
* You can call the DeleteBlackhole operation to deactivate blackhole filtering for a protected IP address.
|
|
1587
|
+
* Before you call this operation, you can call the [DescribePackIpList](~~118701~~) operation to query the protection status of the IP addresses that are protected by your Anti-DDoS Origin instance. For example, you can query whether blackhole filtering is triggered for an IP address.
|
|
1588
|
+
* ### Limits
|
|
1589
|
+
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
1590
|
+
*
|
|
1591
|
+
* @param request DeleteBlackholeRequest
|
|
1592
|
+
* @return DeleteBlackholeResponse
|
|
1593
|
+
*/
|
|
1649
1594
|
deleteBlackhole(request: DeleteBlackholeRequest): Promise<DeleteBlackholeResponse>;
|
|
1595
|
+
/**
|
|
1596
|
+
* The ID of the Anti-DDoS Origin Enterprise instance.
|
|
1597
|
+
* > You can call the [DescribeInstanceList](~~118698~~) operation to query the IDs of all Anti-DDoS Origin Enterprise instances.
|
|
1598
|
+
*
|
|
1599
|
+
* @param request DeleteIpRequest
|
|
1600
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1601
|
+
* @return DeleteIpResponse
|
|
1602
|
+
*/
|
|
1650
1603
|
deleteIpWithOptions(request: DeleteIpRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpResponse>;
|
|
1604
|
+
/**
|
|
1605
|
+
* The ID of the Anti-DDoS Origin Enterprise instance.
|
|
1606
|
+
* > You can call the [DescribeInstanceList](~~118698~~) operation to query the IDs of all Anti-DDoS Origin Enterprise instances.
|
|
1607
|
+
*
|
|
1608
|
+
* @param request DeleteIpRequest
|
|
1609
|
+
* @return DeleteIpResponse
|
|
1610
|
+
*/
|
|
1651
1611
|
deleteIp(request: DeleteIpRequest): Promise<DeleteIpResponse>;
|
|
1652
1612
|
deleteSchedruleOnDemandWithOptions(request: DeleteSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSchedruleOnDemandResponse>;
|
|
1653
1613
|
deleteSchedruleOnDemand(request: DeleteSchedruleOnDemandRequest): Promise<DeleteSchedruleOnDemandResponse>;
|
|
1614
|
+
/**
|
|
1615
|
+
* The number of entries to return on each page.
|
|
1616
|
+
*
|
|
1617
|
+
* @param request DescribeDdosEventRequest
|
|
1618
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1619
|
+
* @return DescribeDdosEventResponse
|
|
1620
|
+
*/
|
|
1654
1621
|
describeDdosEventWithOptions(request: DescribeDdosEventRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDdosEventResponse>;
|
|
1622
|
+
/**
|
|
1623
|
+
* The number of entries to return on each page.
|
|
1624
|
+
*
|
|
1625
|
+
* @param request DescribeDdosEventRequest
|
|
1626
|
+
* @return DescribeDdosEventResponse
|
|
1627
|
+
*/
|
|
1655
1628
|
describeDdosEvent(request: DescribeDdosEventRequest): Promise<DescribeDdosEventResponse>;
|
|
1629
|
+
/**
|
|
1630
|
+
* The operation that you want to perform. Set the value to **DescribeExcpetionCount**.
|
|
1631
|
+
*
|
|
1632
|
+
* @param request DescribeExcpetionCountRequest
|
|
1633
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1634
|
+
* @return DescribeExcpetionCountResponse
|
|
1635
|
+
*/
|
|
1656
1636
|
describeExcpetionCountWithOptions(request: DescribeExcpetionCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeExcpetionCountResponse>;
|
|
1637
|
+
/**
|
|
1638
|
+
* The operation that you want to perform. Set the value to **DescribeExcpetionCount**.
|
|
1639
|
+
*
|
|
1640
|
+
* @param request DescribeExcpetionCountRequest
|
|
1641
|
+
* @return DescribeExcpetionCountResponse
|
|
1642
|
+
*/
|
|
1657
1643
|
describeExcpetionCount(request: DescribeExcpetionCountRequest): Promise<DescribeExcpetionCountResponse>;
|
|
1644
|
+
/**
|
|
1645
|
+
* The status of the instance. Valid values:
|
|
1646
|
+
* * **1**: normal
|
|
1647
|
+
* * **2**: expired
|
|
1648
|
+
* * **3**: released
|
|
1649
|
+
*
|
|
1650
|
+
* @param request DescribeInstanceListRequest
|
|
1651
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1652
|
+
* @return DescribeInstanceListResponse
|
|
1653
|
+
*/
|
|
1658
1654
|
describeInstanceListWithOptions(request: DescribeInstanceListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceListResponse>;
|
|
1655
|
+
/**
|
|
1656
|
+
* The status of the instance. Valid values:
|
|
1657
|
+
* * **1**: normal
|
|
1658
|
+
* * **2**: expired
|
|
1659
|
+
* * **3**: released
|
|
1660
|
+
*
|
|
1661
|
+
* @param request DescribeInstanceListRequest
|
|
1662
|
+
* @return DescribeInstanceListResponse
|
|
1663
|
+
*/
|
|
1659
1664
|
describeInstanceList(request: DescribeInstanceListRequest): Promise<DescribeInstanceListResponse>;
|
|
1660
1665
|
describeInstanceSpecsWithOptions(request: DescribeInstanceSpecsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSpecsResponse>;
|
|
1661
1666
|
describeInstanceSpecs(request: DescribeInstanceSpecsRequest): Promise<DescribeInstanceSpecsResponse>;
|
|
1667
|
+
/**
|
|
1668
|
+
* The ID of the resource group.
|
|
1669
|
+
*
|
|
1670
|
+
* @param request DescribeOnDemandDdosEventRequest
|
|
1671
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1672
|
+
* @return DescribeOnDemandDdosEventResponse
|
|
1673
|
+
*/
|
|
1662
1674
|
describeOnDemandDdosEventWithOptions(request: DescribeOnDemandDdosEventRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOnDemandDdosEventResponse>;
|
|
1675
|
+
/**
|
|
1676
|
+
* The ID of the resource group.
|
|
1677
|
+
*
|
|
1678
|
+
* @param request DescribeOnDemandDdosEventRequest
|
|
1679
|
+
* @return DescribeOnDemandDdosEventResponse
|
|
1680
|
+
*/
|
|
1663
1681
|
describeOnDemandDdosEvent(request: DescribeOnDemandDdosEventRequest): Promise<DescribeOnDemandDdosEventResponse>;
|
|
1664
1682
|
describeOnDemandInstanceStatusWithOptions(request: DescribeOnDemandInstanceStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOnDemandInstanceStatusResponse>;
|
|
1665
1683
|
describeOnDemandInstanceStatus(request: DescribeOnDemandInstanceStatusRequest): Promise<DescribeOnDemandInstanceStatusResponse>;
|
|
1684
|
+
/**
|
|
1685
|
+
* The start time. Operation logs that were generated after this time are queried.**** This value is a UNIX timestamp. Unit: milliseconds.
|
|
1686
|
+
*
|
|
1687
|
+
* @param request DescribeOpEntitiesRequest
|
|
1688
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1689
|
+
* @return DescribeOpEntitiesResponse
|
|
1690
|
+
*/
|
|
1666
1691
|
describeOpEntitiesWithOptions(request: DescribeOpEntitiesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOpEntitiesResponse>;
|
|
1692
|
+
/**
|
|
1693
|
+
* The start time. Operation logs that were generated after this time are queried.**** This value is a UNIX timestamp. Unit: milliseconds.
|
|
1694
|
+
*
|
|
1695
|
+
* @param request DescribeOpEntitiesRequest
|
|
1696
|
+
* @return DescribeOpEntitiesResponse
|
|
1697
|
+
*/
|
|
1667
1698
|
describeOpEntities(request: DescribeOpEntitiesRequest): Promise<DescribeOpEntitiesResponse>;
|
|
1699
|
+
/**
|
|
1700
|
+
* The number of entries to return on each page.
|
|
1701
|
+
*
|
|
1702
|
+
* @param request DescribePackIpListRequest
|
|
1703
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1704
|
+
* @return DescribePackIpListResponse
|
|
1705
|
+
*/
|
|
1668
1706
|
describePackIpListWithOptions(request: DescribePackIpListRequest, runtime: $Util.RuntimeOptions): Promise<DescribePackIpListResponse>;
|
|
1707
|
+
/**
|
|
1708
|
+
* The number of entries to return on each page.
|
|
1709
|
+
*
|
|
1710
|
+
* @param request DescribePackIpListRequest
|
|
1711
|
+
* @return DescribePackIpListResponse
|
|
1712
|
+
*/
|
|
1669
1713
|
describePackIpList(request: DescribePackIpListRequest): Promise<DescribePackIpListResponse>;
|
|
1670
|
-
describePackPaidTrafficWithOptions(request: DescribePackPaidTrafficRequest, runtime: $Util.RuntimeOptions): Promise<DescribePackPaidTrafficResponse>;
|
|
1671
|
-
describePackPaidTraffic(request: DescribePackPaidTrafficRequest): Promise<DescribePackPaidTrafficResponse>;
|
|
1672
1714
|
describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
|
|
1673
1715
|
describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1716
|
+
/**
|
|
1717
|
+
* The bandwidth of attack traffic. Unit: bit/s.
|
|
1718
|
+
* > This parameter is returned only if attack traffic exists.
|
|
1719
|
+
*
|
|
1720
|
+
* @param request DescribeTrafficRequest
|
|
1721
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1722
|
+
* @return DescribeTrafficResponse
|
|
1723
|
+
*/
|
|
1680
1724
|
describeTrafficWithOptions(request: DescribeTrafficRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTrafficResponse>;
|
|
1725
|
+
/**
|
|
1726
|
+
* The bandwidth of attack traffic. Unit: bit/s.
|
|
1727
|
+
* > This parameter is returned only if attack traffic exists.
|
|
1728
|
+
*
|
|
1729
|
+
* @param request DescribeTrafficRequest
|
|
1730
|
+
* @return DescribeTrafficResponse
|
|
1731
|
+
*/
|
|
1681
1732
|
describeTraffic(request: DescribeTrafficRequest): Promise<DescribeTrafficResponse>;
|
|
1733
|
+
getSlsOpenStatusWithOptions(request: GetSlsOpenStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetSlsOpenStatusResponse>;
|
|
1734
|
+
getSlsOpenStatus(request: GetSlsOpenStatusRequest): Promise<GetSlsOpenStatusResponse>;
|
|
1735
|
+
listOpenedAccessLogInstancesWithOptions(request: ListOpenedAccessLogInstancesRequest, runtime: $Util.RuntimeOptions): Promise<ListOpenedAccessLogInstancesResponse>;
|
|
1736
|
+
listOpenedAccessLogInstances(request: ListOpenedAccessLogInstancesRequest): Promise<ListOpenedAccessLogInstancesResponse>;
|
|
1682
1737
|
listTagKeysWithOptions(request: ListTagKeysRequest, runtime: $Util.RuntimeOptions): Promise<ListTagKeysResponse>;
|
|
1683
1738
|
listTagKeys(request: ListTagKeysRequest): Promise<ListTagKeysResponse>;
|
|
1739
|
+
/**
|
|
1740
|
+
* The ID of the region where the Anti-DDoS Origin instance resides.
|
|
1741
|
+
* > You can call the [DescribeRegions](~~118703~~) operation to query the most recent region list.
|
|
1742
|
+
*
|
|
1743
|
+
* @param request ListTagResourcesRequest
|
|
1744
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1745
|
+
* @return ListTagResourcesResponse
|
|
1746
|
+
*/
|
|
1684
1747
|
listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
|
|
1748
|
+
/**
|
|
1749
|
+
* The ID of the region where the Anti-DDoS Origin instance resides.
|
|
1750
|
+
* > You can call the [DescribeRegions](~~118703~~) operation to query the most recent region list.
|
|
1751
|
+
*
|
|
1752
|
+
* @param request ListTagResourcesRequest
|
|
1753
|
+
* @return ListTagResourcesResponse
|
|
1754
|
+
*/
|
|
1685
1755
|
listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
|
|
1756
|
+
/**
|
|
1757
|
+
* The operation that you want to perform. Set the value to **ModifyRemark**.
|
|
1758
|
+
*
|
|
1759
|
+
* @param request ModifyRemarkRequest
|
|
1760
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1761
|
+
* @return ModifyRemarkResponse
|
|
1762
|
+
*/
|
|
1686
1763
|
modifyRemarkWithOptions(request: ModifyRemarkRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRemarkResponse>;
|
|
1764
|
+
/**
|
|
1765
|
+
* The operation that you want to perform. Set the value to **ModifyRemark**.
|
|
1766
|
+
*
|
|
1767
|
+
* @param request ModifyRemarkRequest
|
|
1768
|
+
* @return ModifyRemarkResponse
|
|
1769
|
+
*/
|
|
1687
1770
|
modifyRemark(request: ModifyRemarkRequest): Promise<ModifyRemarkResponse>;
|
|
1688
1771
|
querySchedruleOnDemandWithOptions(request: QuerySchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<QuerySchedruleOnDemandResponse>;
|
|
1689
1772
|
querySchedruleOnDemand(request: QuerySchedruleOnDemandRequest): Promise<QuerySchedruleOnDemandResponse>;
|
|
1690
1773
|
setInstanceModeOnDemandWithOptions(request: SetInstanceModeOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<SetInstanceModeOnDemandResponse>;
|
|
1691
1774
|
setInstanceModeOnDemand(request: SetInstanceModeOnDemandRequest): Promise<SetInstanceModeOnDemandResponse>;
|
|
1775
|
+
/**
|
|
1776
|
+
* The ID of Anti-DDoS Origin Instance N to which you want to add tags.
|
|
1777
|
+
* > You can call the [DescribeInstanceList](~~118698~~) operation to query the IDs of all Anti-DDoS Origin instances.
|
|
1778
|
+
*
|
|
1779
|
+
* @param request TagResourcesRequest
|
|
1780
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
1781
|
+
* @return TagResourcesResponse
|
|
1782
|
+
*/
|
|
1692
1783
|
tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
|
|
1784
|
+
/**
|
|
1785
|
+
* The ID of Anti-DDoS Origin Instance N to which you want to add tags.
|
|
1786
|
+
* > You can call the [DescribeInstanceList](~~118698~~) operation to query the IDs of all Anti-DDoS Origin instances.
|
|
1787
|
+
*
|
|
1788
|
+
* @param request TagResourcesRequest
|
|
1789
|
+
* @return TagResourcesResponse
|
|
1790
|
+
*/
|
|
1693
1791
|
tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
|
|
1694
1792
|
untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
|
|
1695
1793
|
untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
|