@alicloud/ddosbgp20180720 2.0.1 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -32,11 +32,69 @@ export declare class AddIpResponseBody extends $tea.Model {
32
32
  });
33
33
  }
34
34
  export declare class AddIpResponse extends $tea.Model {
35
- headers: {
35
+ headers?: {
36
36
  [key: string]: string;
37
37
  };
38
- statusCode: number;
39
- body: AddIpResponseBody;
38
+ statusCode?: number;
39
+ body?: AddIpResponseBody;
40
+ static names(): {
41
+ [key: string]: string;
42
+ };
43
+ static types(): {
44
+ [key: string]: any;
45
+ };
46
+ constructor(map?: {
47
+ [key: string]: any;
48
+ });
49
+ }
50
+ export declare class AttachAssetGroupToInstanceRequest extends $tea.Model {
51
+ assetGroupList?: AttachAssetGroupToInstanceRequestAssetGroupList[];
52
+ instanceId?: string;
53
+ regionId?: string;
54
+ sourceIp?: string;
55
+ static names(): {
56
+ [key: string]: string;
57
+ };
58
+ static types(): {
59
+ [key: string]: any;
60
+ };
61
+ constructor(map?: {
62
+ [key: string]: any;
63
+ });
64
+ }
65
+ export declare class AttachAssetGroupToInstanceShrinkRequest extends $tea.Model {
66
+ assetGroupListShrink?: string;
67
+ instanceId?: string;
68
+ regionId?: string;
69
+ sourceIp?: string;
70
+ static names(): {
71
+ [key: string]: string;
72
+ };
73
+ static types(): {
74
+ [key: string]: any;
75
+ };
76
+ constructor(map?: {
77
+ [key: string]: any;
78
+ });
79
+ }
80
+ export declare class AttachAssetGroupToInstanceResponseBody extends $tea.Model {
81
+ requestId?: string;
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 AttachAssetGroupToInstanceResponse extends $tea.Model {
93
+ headers?: {
94
+ [key: string]: string;
95
+ };
96
+ statusCode?: number;
97
+ body?: AttachAssetGroupToInstanceResponseBody;
40
98
  static names(): {
41
99
  [key: string]: string;
42
100
  };
@@ -74,11 +132,11 @@ export declare class CheckAccessLogAuthResponseBody extends $tea.Model {
74
132
  });
75
133
  }
76
134
  export declare class CheckAccessLogAuthResponse extends $tea.Model {
77
- headers: {
135
+ headers?: {
78
136
  [key: string]: string;
79
137
  };
80
- statusCode: number;
81
- body: CheckAccessLogAuthResponseBody;
138
+ statusCode?: number;
139
+ body?: CheckAccessLogAuthResponseBody;
82
140
  static names(): {
83
141
  [key: string]: string;
84
142
  };
@@ -117,11 +175,11 @@ export declare class CheckGrantResponseBody extends $tea.Model {
117
175
  });
118
176
  }
119
177
  export declare class CheckGrantResponse extends $tea.Model {
120
- headers: {
178
+ headers?: {
121
179
  [key: string]: string;
122
180
  };
123
- statusCode: number;
124
- body: CheckGrantResponseBody;
181
+ statusCode?: number;
182
+ body?: CheckGrantResponseBody;
125
183
  static names(): {
126
184
  [key: string]: string;
127
185
  };
@@ -168,11 +226,11 @@ export declare class ConfigSchedruleOnDemandResponseBody extends $tea.Model {
168
226
  });
169
227
  }
170
228
  export declare class ConfigSchedruleOnDemandResponse extends $tea.Model {
171
- headers: {
229
+ headers?: {
172
230
  [key: string]: string;
173
231
  };
174
- statusCode: number;
175
- body: ConfigSchedruleOnDemandResponseBody;
232
+ statusCode?: number;
233
+ body?: ConfigSchedruleOnDemandResponseBody;
176
234
  static names(): {
177
235
  [key: string]: string;
178
236
  };
@@ -219,11 +277,11 @@ export declare class CreateSchedruleOnDemandResponseBody extends $tea.Model {
219
277
  });
220
278
  }
221
279
  export declare class CreateSchedruleOnDemandResponse extends $tea.Model {
222
- headers: {
280
+ headers?: {
223
281
  [key: string]: string;
224
282
  };
225
- statusCode: number;
226
- body: CreateSchedruleOnDemandResponseBody;
283
+ statusCode?: number;
284
+ body?: CreateSchedruleOnDemandResponseBody;
227
285
  static names(): {
228
286
  [key: string]: string;
229
287
  };
@@ -262,11 +320,11 @@ export declare class DeleteBlackholeResponseBody extends $tea.Model {
262
320
  });
263
321
  }
264
322
  export declare class DeleteBlackholeResponse extends $tea.Model {
265
- headers: {
323
+ headers?: {
266
324
  [key: string]: string;
267
325
  };
268
- statusCode: number;
269
- body: DeleteBlackholeResponseBody;
326
+ statusCode?: number;
327
+ body?: DeleteBlackholeResponseBody;
270
328
  static names(): {
271
329
  [key: string]: string;
272
330
  };
@@ -305,11 +363,11 @@ export declare class DeleteIpResponseBody extends $tea.Model {
305
363
  });
306
364
  }
307
365
  export declare class DeleteIpResponse extends $tea.Model {
308
- headers: {
366
+ headers?: {
309
367
  [key: string]: string;
310
368
  };
311
- statusCode: number;
312
- body: DeleteIpResponseBody;
369
+ statusCode?: number;
370
+ body?: DeleteIpResponseBody;
313
371
  static names(): {
314
372
  [key: string]: string;
315
373
  };
@@ -347,11 +405,105 @@ export declare class DeleteSchedruleOnDemandResponseBody extends $tea.Model {
347
405
  });
348
406
  }
349
407
  export declare class DeleteSchedruleOnDemandResponse extends $tea.Model {
350
- headers: {
408
+ headers?: {
409
+ [key: string]: string;
410
+ };
411
+ statusCode?: number;
412
+ body?: DeleteSchedruleOnDemandResponseBody;
413
+ static names(): {
414
+ [key: string]: string;
415
+ };
416
+ static types(): {
417
+ [key: string]: any;
418
+ };
419
+ constructor(map?: {
420
+ [key: string]: any;
421
+ });
422
+ }
423
+ export declare class DescribeAssetGroupRequest extends $tea.Model {
424
+ name?: string;
425
+ region?: string;
426
+ regionId?: string;
427
+ sourceIp?: string;
428
+ type?: string;
429
+ static names(): {
430
+ [key: string]: string;
431
+ };
432
+ static types(): {
433
+ [key: string]: any;
434
+ };
435
+ constructor(map?: {
436
+ [key: string]: any;
437
+ });
438
+ }
439
+ export declare class DescribeAssetGroupResponseBody extends $tea.Model {
440
+ assetGroupList?: DescribeAssetGroupResponseBodyAssetGroupList[];
441
+ requestId?: string;
442
+ total?: number;
443
+ static names(): {
444
+ [key: string]: string;
445
+ };
446
+ static types(): {
447
+ [key: string]: any;
448
+ };
449
+ constructor(map?: {
450
+ [key: string]: any;
451
+ });
452
+ }
453
+ export declare class DescribeAssetGroupResponse extends $tea.Model {
454
+ headers?: {
351
455
  [key: string]: string;
352
456
  };
353
- statusCode: number;
354
- body: DeleteSchedruleOnDemandResponseBody;
457
+ statusCode?: number;
458
+ body?: DescribeAssetGroupResponseBody;
459
+ static names(): {
460
+ [key: string]: string;
461
+ };
462
+ static types(): {
463
+ [key: string]: any;
464
+ };
465
+ constructor(map?: {
466
+ [key: string]: any;
467
+ });
468
+ }
469
+ export declare class DescribeAssetGroupToInstanceRequest extends $tea.Model {
470
+ instanceId?: string;
471
+ memberUid?: string;
472
+ name?: string;
473
+ region?: string;
474
+ regionId?: string;
475
+ sourceIp?: string;
476
+ type?: string;
477
+ static names(): {
478
+ [key: string]: string;
479
+ };
480
+ static types(): {
481
+ [key: string]: any;
482
+ };
483
+ constructor(map?: {
484
+ [key: string]: any;
485
+ });
486
+ }
487
+ export declare class DescribeAssetGroupToInstanceResponseBody extends $tea.Model {
488
+ dataList?: DescribeAssetGroupToInstanceResponseBodyDataList[];
489
+ requestId?: string;
490
+ total?: number;
491
+ static names(): {
492
+ [key: string]: string;
493
+ };
494
+ static types(): {
495
+ [key: string]: any;
496
+ };
497
+ constructor(map?: {
498
+ [key: string]: any;
499
+ });
500
+ }
501
+ export declare class DescribeAssetGroupToInstanceResponse extends $tea.Model {
502
+ headers?: {
503
+ [key: string]: string;
504
+ };
505
+ statusCode?: number;
506
+ body?: DescribeAssetGroupToInstanceResponseBody;
355
507
  static names(): {
356
508
  [key: string]: string;
357
509
  };
@@ -396,11 +548,72 @@ export declare class DescribeDdosEventResponseBody extends $tea.Model {
396
548
  });
397
549
  }
398
550
  export declare class DescribeDdosEventResponse extends $tea.Model {
399
- headers: {
551
+ headers?: {
552
+ [key: string]: string;
553
+ };
554
+ statusCode?: number;
555
+ body?: DescribeDdosEventResponseBody;
556
+ static names(): {
557
+ [key: string]: string;
558
+ };
559
+ static types(): {
560
+ [key: string]: any;
561
+ };
562
+ constructor(map?: {
563
+ [key: string]: any;
564
+ });
565
+ }
566
+ export declare class DescribeDdosOriginInstanceBillRequest extends $tea.Model {
567
+ endTime?: number;
568
+ isShowList?: boolean;
569
+ startTime?: number;
570
+ type?: string;
571
+ static names(): {
572
+ [key: string]: string;
573
+ };
574
+ static types(): {
575
+ [key: string]: any;
576
+ };
577
+ constructor(map?: {
578
+ [key: string]: any;
579
+ });
580
+ }
581
+ export declare class DescribeDdosOriginInstanceBillResponseBody extends $tea.Model {
582
+ debtStatus?: number;
583
+ flowList?: DescribeDdosOriginInstanceBillResponseBodyFlowList[];
584
+ flowRegion?: {
585
+ [key: string]: any;
586
+ };
587
+ instanceId?: string;
588
+ ipCount?: number;
589
+ ipCountOrFunctionList?: DescribeDdosOriginInstanceBillResponseBodyIpCountOrFunctionList[];
590
+ ipInfo?: string;
591
+ requestId?: string;
592
+ standardAssetsFlowList?: DescribeDdosOriginInstanceBillResponseBodyStandardAssetsFlowList[];
593
+ standardAssetsFlowRegion?: {
594
+ [key: string]: any;
595
+ };
596
+ standardAssetsTotalFlowCn?: number;
597
+ standardAssetsTotalFlowOv?: number;
598
+ status?: number;
599
+ totalFlowCn?: number;
600
+ totalFlowOv?: number;
601
+ static names(): {
400
602
  [key: string]: string;
401
603
  };
402
- statusCode: number;
403
- body: DescribeDdosEventResponseBody;
604
+ static types(): {
605
+ [key: string]: any;
606
+ };
607
+ constructor(map?: {
608
+ [key: string]: any;
609
+ });
610
+ }
611
+ export declare class DescribeDdosOriginInstanceBillResponse extends $tea.Model {
612
+ headers?: {
613
+ [key: string]: string;
614
+ };
615
+ statusCode?: number;
616
+ body?: DescribeDdosOriginInstanceBillResponseBody;
404
617
  static names(): {
405
618
  [key: string]: string;
406
619
  };
@@ -439,11 +652,11 @@ export declare class DescribeExcpetionCountResponseBody extends $tea.Model {
439
652
  });
440
653
  }
441
654
  export declare class DescribeExcpetionCountResponse extends $tea.Model {
442
- headers: {
655
+ headers?: {
443
656
  [key: string]: string;
444
657
  };
445
- statusCode: number;
446
- body: DescribeExcpetionCountResponseBody;
658
+ statusCode?: number;
659
+ body?: DescribeExcpetionCountResponseBody;
447
660
  static names(): {
448
661
  [key: string]: string;
449
662
  };
@@ -493,11 +706,11 @@ export declare class DescribeInstanceListResponseBody extends $tea.Model {
493
706
  });
494
707
  }
495
708
  export declare class DescribeInstanceListResponse extends $tea.Model {
496
- headers: {
709
+ headers?: {
497
710
  [key: string]: string;
498
711
  };
499
- statusCode: number;
500
- body: DescribeInstanceListResponseBody;
712
+ statusCode?: number;
713
+ body?: DescribeInstanceListResponseBody;
501
714
  static names(): {
502
715
  [key: string]: string;
503
716
  };
@@ -536,11 +749,11 @@ export declare class DescribeInstanceSpecsResponseBody extends $tea.Model {
536
749
  });
537
750
  }
538
751
  export declare class DescribeInstanceSpecsResponse extends $tea.Model {
539
- headers: {
752
+ headers?: {
540
753
  [key: string]: string;
541
754
  };
542
- statusCode: number;
543
- body: DescribeInstanceSpecsResponseBody;
755
+ statusCode?: number;
756
+ body?: DescribeInstanceSpecsResponseBody;
544
757
  static names(): {
545
758
  [key: string]: string;
546
759
  };
@@ -585,11 +798,11 @@ export declare class DescribeOnDemandDdosEventResponseBody extends $tea.Model {
585
798
  });
586
799
  }
587
800
  export declare class DescribeOnDemandDdosEventResponse extends $tea.Model {
588
- headers: {
801
+ headers?: {
589
802
  [key: string]: string;
590
803
  };
591
- statusCode: number;
592
- body: DescribeOnDemandDdosEventResponseBody;
804
+ statusCode?: number;
805
+ body?: DescribeOnDemandDdosEventResponseBody;
593
806
  static names(): {
594
807
  [key: string]: string;
595
808
  };
@@ -627,11 +840,11 @@ export declare class DescribeOnDemandInstanceStatusResponseBody extends $tea.Mod
627
840
  });
628
841
  }
629
842
  export declare class DescribeOnDemandInstanceStatusResponse extends $tea.Model {
630
- headers: {
843
+ headers?: {
631
844
  [key: string]: string;
632
845
  };
633
- statusCode: number;
634
- body: DescribeOnDemandInstanceStatusResponseBody;
846
+ statusCode?: number;
847
+ body?: DescribeOnDemandInstanceStatusResponseBody;
635
848
  static names(): {
636
849
  [key: string]: string;
637
850
  };
@@ -677,11 +890,11 @@ export declare class DescribeOpEntitiesResponseBody extends $tea.Model {
677
890
  });
678
891
  }
679
892
  export declare class DescribeOpEntitiesResponse extends $tea.Model {
680
- headers: {
893
+ headers?: {
681
894
  [key: string]: string;
682
895
  };
683
- statusCode: number;
684
- body: DescribeOpEntitiesResponseBody;
896
+ statusCode?: number;
897
+ body?: DescribeOpEntitiesResponseBody;
685
898
  static names(): {
686
899
  [key: string]: string;
687
900
  };
@@ -728,11 +941,11 @@ export declare class DescribePackIpListResponseBody extends $tea.Model {
728
941
  });
729
942
  }
730
943
  export declare class DescribePackIpListResponse extends $tea.Model {
731
- headers: {
944
+ headers?: {
732
945
  [key: string]: string;
733
946
  };
734
- statusCode: number;
735
- body: DescribePackIpListResponseBody;
947
+ statusCode?: number;
948
+ body?: DescribePackIpListResponseBody;
736
949
  static names(): {
737
950
  [key: string]: string;
738
951
  };
@@ -772,11 +985,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
772
985
  });
773
986
  }
774
987
  export declare class DescribeRegionsResponse extends $tea.Model {
775
- headers: {
988
+ headers?: {
776
989
  [key: string]: string;
777
990
  };
778
- statusCode: number;
779
- body: DescribeRegionsResponseBody;
991
+ statusCode?: number;
992
+ body?: DescribeRegionsResponseBody;
780
993
  static names(): {
781
994
  [key: string]: string;
782
995
  };
@@ -821,11 +1034,69 @@ export declare class DescribeTrafficResponseBody extends $tea.Model {
821
1034
  });
822
1035
  }
823
1036
  export declare class DescribeTrafficResponse extends $tea.Model {
824
- headers: {
1037
+ headers?: {
1038
+ [key: string]: string;
1039
+ };
1040
+ statusCode?: number;
1041
+ body?: DescribeTrafficResponseBody;
1042
+ static names(): {
825
1043
  [key: string]: string;
826
1044
  };
827
- statusCode: number;
828
- body: DescribeTrafficResponseBody;
1045
+ static types(): {
1046
+ [key: string]: any;
1047
+ };
1048
+ constructor(map?: {
1049
+ [key: string]: any;
1050
+ });
1051
+ }
1052
+ export declare class DettachAssetGroupToInstanceRequest extends $tea.Model {
1053
+ assetGroupList?: DettachAssetGroupToInstanceRequestAssetGroupList[];
1054
+ instanceId?: string;
1055
+ regionId?: string;
1056
+ sourceIp?: string;
1057
+ static names(): {
1058
+ [key: string]: string;
1059
+ };
1060
+ static types(): {
1061
+ [key: string]: any;
1062
+ };
1063
+ constructor(map?: {
1064
+ [key: string]: any;
1065
+ });
1066
+ }
1067
+ export declare class DettachAssetGroupToInstanceShrinkRequest extends $tea.Model {
1068
+ assetGroupListShrink?: string;
1069
+ instanceId?: string;
1070
+ regionId?: string;
1071
+ sourceIp?: string;
1072
+ static names(): {
1073
+ [key: string]: string;
1074
+ };
1075
+ static types(): {
1076
+ [key: string]: any;
1077
+ };
1078
+ constructor(map?: {
1079
+ [key: string]: any;
1080
+ });
1081
+ }
1082
+ export declare class DettachAssetGroupToInstanceResponseBody extends $tea.Model {
1083
+ requestId?: string;
1084
+ static names(): {
1085
+ [key: string]: string;
1086
+ };
1087
+ static types(): {
1088
+ [key: string]: any;
1089
+ };
1090
+ constructor(map?: {
1091
+ [key: string]: any;
1092
+ });
1093
+ }
1094
+ export declare class DettachAssetGroupToInstanceResponse extends $tea.Model {
1095
+ headers?: {
1096
+ [key: string]: string;
1097
+ };
1098
+ statusCode?: number;
1099
+ body?: DettachAssetGroupToInstanceResponseBody;
829
1100
  static names(): {
830
1101
  [key: string]: string;
831
1102
  };
@@ -863,11 +1134,11 @@ export declare class GetSlsOpenStatusResponseBody extends $tea.Model {
863
1134
  });
864
1135
  }
865
1136
  export declare class GetSlsOpenStatusResponse extends $tea.Model {
866
- headers: {
1137
+ headers?: {
867
1138
  [key: string]: string;
868
1139
  };
869
- statusCode: number;
870
- body: GetSlsOpenStatusResponseBody;
1140
+ statusCode?: number;
1141
+ body?: GetSlsOpenStatusResponseBody;
871
1142
  static names(): {
872
1143
  [key: string]: string;
873
1144
  };
@@ -907,11 +1178,11 @@ export declare class ListOpenedAccessLogInstancesResponseBody extends $tea.Model
907
1178
  });
908
1179
  }
909
1180
  export declare class ListOpenedAccessLogInstancesResponse extends $tea.Model {
910
- headers: {
1181
+ headers?: {
911
1182
  [key: string]: string;
912
1183
  };
913
- statusCode: number;
914
- body: ListOpenedAccessLogInstancesResponseBody;
1184
+ statusCode?: number;
1185
+ body?: ListOpenedAccessLogInstancesResponseBody;
915
1186
  static names(): {
916
1187
  [key: string]: string;
917
1188
  };
@@ -955,11 +1226,11 @@ export declare class ListTagKeysResponseBody extends $tea.Model {
955
1226
  });
956
1227
  }
957
1228
  export declare class ListTagKeysResponse extends $tea.Model {
958
- headers: {
1229
+ headers?: {
959
1230
  [key: string]: string;
960
1231
  };
961
- statusCode: number;
962
- body: ListTagKeysResponseBody;
1232
+ statusCode?: number;
1233
+ body?: ListTagKeysResponseBody;
963
1234
  static names(): {
964
1235
  [key: string]: string;
965
1236
  };
@@ -1002,11 +1273,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
1002
1273
  });
1003
1274
  }
1004
1275
  export declare class ListTagResourcesResponse extends $tea.Model {
1005
- headers: {
1276
+ headers?: {
1006
1277
  [key: string]: string;
1007
1278
  };
1008
- statusCode: number;
1009
- body: ListTagResourcesResponseBody;
1279
+ statusCode?: number;
1280
+ body?: ListTagResourcesResponseBody;
1010
1281
  static names(): {
1011
1282
  [key: string]: string;
1012
1283
  };
@@ -1045,11 +1316,11 @@ export declare class ModifyRemarkResponseBody extends $tea.Model {
1045
1316
  });
1046
1317
  }
1047
1318
  export declare class ModifyRemarkResponse extends $tea.Model {
1048
- headers: {
1319
+ headers?: {
1049
1320
  [key: string]: string;
1050
1321
  };
1051
- statusCode: number;
1052
- body: ModifyRemarkResponseBody;
1322
+ statusCode?: number;
1323
+ body?: ModifyRemarkResponseBody;
1053
1324
  static names(): {
1054
1325
  [key: string]: string;
1055
1326
  };
@@ -1090,11 +1361,51 @@ export declare class QuerySchedruleOnDemandResponseBody extends $tea.Model {
1090
1361
  });
1091
1362
  }
1092
1363
  export declare class QuerySchedruleOnDemandResponse extends $tea.Model {
1093
- headers: {
1364
+ headers?: {
1365
+ [key: string]: string;
1366
+ };
1367
+ statusCode?: number;
1368
+ body?: QuerySchedruleOnDemandResponseBody;
1369
+ static names(): {
1370
+ [key: string]: string;
1371
+ };
1372
+ static types(): {
1373
+ [key: string]: any;
1374
+ };
1375
+ constructor(map?: {
1376
+ [key: string]: any;
1377
+ });
1378
+ }
1379
+ export declare class ReleaseDdosOriginInstanceRequest extends $tea.Model {
1380
+ instanceId?: string;
1381
+ static names(): {
1382
+ [key: string]: string;
1383
+ };
1384
+ static types(): {
1385
+ [key: string]: any;
1386
+ };
1387
+ constructor(map?: {
1388
+ [key: string]: any;
1389
+ });
1390
+ }
1391
+ export declare class ReleaseDdosOriginInstanceResponseBody extends $tea.Model {
1392
+ requestId?: string;
1393
+ static names(): {
1394
+ [key: string]: string;
1395
+ };
1396
+ static types(): {
1397
+ [key: string]: any;
1398
+ };
1399
+ constructor(map?: {
1400
+ [key: string]: any;
1401
+ });
1402
+ }
1403
+ export declare class ReleaseDdosOriginInstanceResponse extends $tea.Model {
1404
+ headers?: {
1094
1405
  [key: string]: string;
1095
1406
  };
1096
- statusCode: number;
1097
- body: QuerySchedruleOnDemandResponseBody;
1407
+ statusCode?: number;
1408
+ body?: ReleaseDdosOriginInstanceResponseBody;
1098
1409
  static names(): {
1099
1410
  [key: string]: string;
1100
1411
  };
@@ -1132,11 +1443,11 @@ export declare class SetInstanceModeOnDemandResponseBody extends $tea.Model {
1132
1443
  });
1133
1444
  }
1134
1445
  export declare class SetInstanceModeOnDemandResponse extends $tea.Model {
1135
- headers: {
1446
+ headers?: {
1136
1447
  [key: string]: string;
1137
1448
  };
1138
- statusCode: number;
1139
- body: SetInstanceModeOnDemandResponseBody;
1449
+ statusCode?: number;
1450
+ body?: SetInstanceModeOnDemandResponseBody;
1140
1451
  static names(): {
1141
1452
  [key: string]: string;
1142
1453
  };
@@ -1176,11 +1487,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
1176
1487
  });
1177
1488
  }
1178
1489
  export declare class TagResourcesResponse extends $tea.Model {
1179
- headers: {
1490
+ headers?: {
1180
1491
  [key: string]: string;
1181
1492
  };
1182
- statusCode: number;
1183
- body: TagResourcesResponseBody;
1493
+ statusCode?: number;
1494
+ body?: TagResourcesResponseBody;
1184
1495
  static names(): {
1185
1496
  [key: string]: string;
1186
1497
  };
@@ -1221,11 +1532,56 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
1221
1532
  });
1222
1533
  }
1223
1534
  export declare class UntagResourcesResponse extends $tea.Model {
1224
- headers: {
1535
+ headers?: {
1536
+ [key: string]: string;
1537
+ };
1538
+ statusCode?: number;
1539
+ body?: UntagResourcesResponseBody;
1540
+ static names(): {
1541
+ [key: string]: string;
1542
+ };
1543
+ static types(): {
1544
+ [key: string]: any;
1545
+ };
1546
+ constructor(map?: {
1547
+ [key: string]: any;
1548
+ });
1549
+ }
1550
+ export declare class AttachAssetGroupToInstanceRequestAssetGroupList extends $tea.Model {
1551
+ memberUid?: string;
1552
+ name?: string;
1553
+ region?: string;
1554
+ type?: string;
1555
+ static names(): {
1556
+ [key: string]: string;
1557
+ };
1558
+ static types(): {
1559
+ [key: string]: any;
1560
+ };
1561
+ constructor(map?: {
1562
+ [key: string]: any;
1563
+ });
1564
+ }
1565
+ export declare class DescribeAssetGroupResponseBodyAssetGroupList extends $tea.Model {
1566
+ name?: string;
1567
+ region?: string;
1568
+ type?: string;
1569
+ static names(): {
1225
1570
  [key: string]: string;
1226
1571
  };
1227
- statusCode: number;
1228
- body: UntagResourcesResponseBody;
1572
+ static types(): {
1573
+ [key: string]: any;
1574
+ };
1575
+ constructor(map?: {
1576
+ [key: string]: any;
1577
+ });
1578
+ }
1579
+ export declare class DescribeAssetGroupToInstanceResponseBodyDataList extends $tea.Model {
1580
+ instanceId?: string;
1581
+ memberUid?: string;
1582
+ name?: string;
1583
+ region?: string;
1584
+ type?: string;
1229
1585
  static names(): {
1230
1586
  [key: string]: string;
1231
1587
  };
@@ -1253,6 +1609,52 @@ export declare class DescribeDdosEventResponseBodyEvents extends $tea.Model {
1253
1609
  [key: string]: any;
1254
1610
  });
1255
1611
  }
1612
+ export declare class DescribeDdosOriginInstanceBillResponseBodyFlowList extends $tea.Model {
1613
+ memberFlow?: string;
1614
+ regionFlow?: string;
1615
+ time?: number;
1616
+ totalFlow?: number;
1617
+ static names(): {
1618
+ [key: string]: string;
1619
+ };
1620
+ static types(): {
1621
+ [key: string]: any;
1622
+ };
1623
+ constructor(map?: {
1624
+ [key: string]: any;
1625
+ });
1626
+ }
1627
+ export declare class DescribeDdosOriginInstanceBillResponseBodyIpCountOrFunctionList extends $tea.Model {
1628
+ coverage?: string;
1629
+ ipCntCn?: number;
1630
+ ipCntOv?: number;
1631
+ memberIpCnt?: string;
1632
+ time?: number;
1633
+ static names(): {
1634
+ [key: string]: string;
1635
+ };
1636
+ static types(): {
1637
+ [key: string]: any;
1638
+ };
1639
+ constructor(map?: {
1640
+ [key: string]: any;
1641
+ });
1642
+ }
1643
+ export declare class DescribeDdosOriginInstanceBillResponseBodyStandardAssetsFlowList extends $tea.Model {
1644
+ memberFlow?: string;
1645
+ regionFlow?: string;
1646
+ time?: number;
1647
+ totalFlow?: number;
1648
+ static names(): {
1649
+ [key: string]: string;
1650
+ };
1651
+ static types(): {
1652
+ [key: string]: any;
1653
+ };
1654
+ constructor(map?: {
1655
+ [key: string]: any;
1656
+ });
1657
+ }
1256
1658
  export declare class DescribeInstanceListRequestTag extends $tea.Model {
1257
1659
  key?: string;
1258
1660
  value?: string;
@@ -1266,9 +1668,23 @@ export declare class DescribeInstanceListRequestTag extends $tea.Model {
1266
1668
  [key: string]: any;
1267
1669
  });
1268
1670
  }
1671
+ export declare class DescribeInstanceListResponseBodyInstanceListAutoProtectCondition extends $tea.Model {
1672
+ events?: string[];
1673
+ static names(): {
1674
+ [key: string]: string;
1675
+ };
1676
+ static types(): {
1677
+ [key: string]: any;
1678
+ };
1679
+ constructor(map?: {
1680
+ [key: string]: any;
1681
+ });
1682
+ }
1269
1683
  export declare class DescribeInstanceListResponseBodyInstanceList extends $tea.Model {
1684
+ autoProtectCondition?: DescribeInstanceListResponseBodyInstanceListAutoProtectCondition;
1270
1685
  autoRenewal?: boolean;
1271
1686
  blackholdingCount?: string;
1687
+ commodityType?: string;
1272
1688
  coverageType?: number;
1273
1689
  expireTime?: number;
1274
1690
  gmtCreate?: number;
@@ -1310,6 +1726,7 @@ export declare class DescribeInstanceSpecsResponseBodyInstanceSpecsPackConfig ex
1310
1726
  export declare class DescribeInstanceSpecsResponseBodyInstanceSpecs extends $tea.Model {
1311
1727
  availableDefenseTimes?: number;
1312
1728
  availableDeleteBlackholeCount?: string;
1729
+ defenseTimesPercent?: number;
1313
1730
  instanceId?: string;
1314
1731
  isFullDefenseMode?: number;
1315
1732
  packConfig?: DescribeInstanceSpecsResponseBodyInstanceSpecsPackConfig;
@@ -1380,6 +1797,7 @@ export declare class DescribeOpEntitiesResponseBodyOpEntities extends $tea.Model
1380
1797
  export declare class DescribePackIpListResponseBodyIpList extends $tea.Model {
1381
1798
  ip?: string;
1382
1799
  memberUid?: string;
1800
+ nsmStatus?: number;
1383
1801
  product?: string;
1384
1802
  region?: string;
1385
1803
  remark?: string;
@@ -1426,6 +1844,20 @@ export declare class DescribeTrafficResponseBodyFlowList extends $tea.Model {
1426
1844
  [key: string]: any;
1427
1845
  });
1428
1846
  }
1847
+ export declare class DettachAssetGroupToInstanceRequestAssetGroupList extends $tea.Model {
1848
+ name?: string;
1849
+ region?: string;
1850
+ type?: string;
1851
+ static names(): {
1852
+ [key: string]: string;
1853
+ };
1854
+ static types(): {
1855
+ [key: string]: any;
1856
+ };
1857
+ constructor(map?: {
1858
+ [key: string]: any;
1859
+ });
1860
+ }
1429
1861
  export declare class ListOpenedAccessLogInstancesResponseBodySlsConfigStatus extends $tea.Model {
1430
1862
  enable?: boolean;
1431
1863
  instanceId?: string;
@@ -1546,12 +1978,14 @@ export default class Client extends OpenApi {
1546
1978
  }, endpoint: string): string;
1547
1979
  addIpWithOptions(request: AddIpRequest, runtime: $Util.RuntimeOptions): Promise<AddIpResponse>;
1548
1980
  addIp(request: AddIpRequest): Promise<AddIpResponse>;
1981
+ attachAssetGroupToInstanceWithOptions(tmpReq: AttachAssetGroupToInstanceRequest, runtime: $Util.RuntimeOptions): Promise<AttachAssetGroupToInstanceResponse>;
1982
+ attachAssetGroupToInstance(request: AttachAssetGroupToInstanceRequest): Promise<AttachAssetGroupToInstanceResponse>;
1549
1983
  checkAccessLogAuthWithOptions(request: CheckAccessLogAuthRequest, runtime: $Util.RuntimeOptions): Promise<CheckAccessLogAuthResponse>;
1550
1984
  checkAccessLogAuth(request: CheckAccessLogAuthRequest): Promise<CheckAccessLogAuthResponse>;
1551
1985
  /**
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.
1986
+ * You can call the CheckGrant operation to query whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
1987
+ * ### Limits
1988
+ * 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.
1555
1989
  *
1556
1990
  * @param request CheckGrantRequest
1557
1991
  * @param runtime runtime options for this request RuntimeOptions
@@ -1559,9 +1993,9 @@ export default class Client extends OpenApi {
1559
1993
  */
1560
1994
  checkGrantWithOptions(request: CheckGrantRequest, runtime: $Util.RuntimeOptions): Promise<CheckGrantResponse>;
1561
1995
  /**
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.
1996
+ * You can call the CheckGrant operation to query whether Anti-DDoS Origin is authorized to obtain information about the assets within the current Alibaba Cloud account.
1997
+ * ### Limits
1998
+ * 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.
1565
1999
  *
1566
2000
  * @param request CheckGrantRequest
1567
2001
  * @return CheckGrantResponse
@@ -1593,8 +2027,7 @@ export default class Client extends OpenApi {
1593
2027
  */
1594
2028
  deleteBlackhole(request: DeleteBlackholeRequest): Promise<DeleteBlackholeResponse>;
1595
2029
  /**
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.
2030
+ * The Anti-DDoS Origin Enterprise instance no longer protects the IP addresses that are removed.
1598
2031
  *
1599
2032
  * @param request DeleteIpRequest
1600
2033
  * @param runtime runtime options for this request RuntimeOptions
@@ -1602,8 +2035,7 @@ export default class Client extends OpenApi {
1602
2035
  */
1603
2036
  deleteIpWithOptions(request: DeleteIpRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpResponse>;
1604
2037
  /**
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.
2038
+ * The Anti-DDoS Origin Enterprise instance no longer protects the IP addresses that are removed.
1607
2039
  *
1608
2040
  * @param request DeleteIpRequest
1609
2041
  * @return DeleteIpResponse
@@ -1611,8 +2043,14 @@ export default class Client extends OpenApi {
1611
2043
  deleteIp(request: DeleteIpRequest): Promise<DeleteIpResponse>;
1612
2044
  deleteSchedruleOnDemandWithOptions(request: DeleteSchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSchedruleOnDemandResponse>;
1613
2045
  deleteSchedruleOnDemand(request: DeleteSchedruleOnDemandRequest): Promise<DeleteSchedruleOnDemandResponse>;
2046
+ describeAssetGroupWithOptions(request: DescribeAssetGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAssetGroupResponse>;
2047
+ describeAssetGroup(request: DescribeAssetGroupRequest): Promise<DescribeAssetGroupResponse>;
2048
+ describeAssetGroupToInstanceWithOptions(request: DescribeAssetGroupToInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAssetGroupToInstanceResponse>;
2049
+ describeAssetGroupToInstance(request: DescribeAssetGroupToInstanceRequest): Promise<DescribeAssetGroupToInstanceResponse>;
1614
2050
  /**
1615
- * The number of entries to return on each page.
2051
+ * You can call the DescribeDdosEvent operation to query the details about the DDoS attack events that occurred on a specific Anti-DDoS Origin instance by page. The details include the start time, end time, attacked IP address, and status of each event.
2052
+ * ## Limits
2053
+ * 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.
1616
2054
  *
1617
2055
  * @param request DescribeDdosEventRequest
1618
2056
  * @param runtime runtime options for this request RuntimeOptions
@@ -1620,14 +2058,19 @@ export default class Client extends OpenApi {
1620
2058
  */
1621
2059
  describeDdosEventWithOptions(request: DescribeDdosEventRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDdosEventResponse>;
1622
2060
  /**
1623
- * The number of entries to return on each page.
2061
+ * You can call the DescribeDdosEvent operation to query the details about the DDoS attack events that occurred on a specific Anti-DDoS Origin instance by page. The details include the start time, end time, attacked IP address, and status of each event.
2062
+ * ## Limits
2063
+ * 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.
1624
2064
  *
1625
2065
  * @param request DescribeDdosEventRequest
1626
2066
  * @return DescribeDdosEventResponse
1627
2067
  */
1628
2068
  describeDdosEvent(request: DescribeDdosEventRequest): Promise<DescribeDdosEventResponse>;
2069
+ describeDdosOriginInstanceBillWithOptions(request: DescribeDdosOriginInstanceBillRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDdosOriginInstanceBillResponse>;
2070
+ describeDdosOriginInstanceBill(request: DescribeDdosOriginInstanceBillRequest): Promise<DescribeDdosOriginInstanceBillResponse>;
1629
2071
  /**
1630
- * The operation that you want to perform. Set the value to **DescribeExcpetionCount**.
2072
+ * ## Usage notes
2073
+ * You can call the DescribeExcpetionCount operation to query the number of assets that are in an abnormal state and the number of Anti-DDoS Origin instances that are about to expire in a specific region. For example, if blackhole filtering is triggered for an IP address, the IP address is in an abnormal state. An instance whose remaining validity period is less than seven days is considered as an instance that is about to expire.
1631
2074
  *
1632
2075
  * @param request DescribeExcpetionCountRequest
1633
2076
  * @param runtime runtime options for this request RuntimeOptions
@@ -1635,17 +2078,17 @@ export default class Client extends OpenApi {
1635
2078
  */
1636
2079
  describeExcpetionCountWithOptions(request: DescribeExcpetionCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeExcpetionCountResponse>;
1637
2080
  /**
1638
- * The operation that you want to perform. Set the value to **DescribeExcpetionCount**.
2081
+ * ## Usage notes
2082
+ * You can call the DescribeExcpetionCount operation to query the number of assets that are in an abnormal state and the number of Anti-DDoS Origin instances that are about to expire in a specific region. For example, if blackhole filtering is triggered for an IP address, the IP address is in an abnormal state. An instance whose remaining validity period is less than seven days is considered as an instance that is about to expire.
1639
2083
  *
1640
2084
  * @param request DescribeExcpetionCountRequest
1641
2085
  * @return DescribeExcpetionCountResponse
1642
2086
  */
1643
2087
  describeExcpetionCount(request: DescribeExcpetionCountRequest): Promise<DescribeExcpetionCountResponse>;
1644
2088
  /**
1645
- * The status of the instance. Valid values:
1646
- * * **1**: normal
1647
- * * **2**: expired
1648
- * * **3**: released
2089
+ * You can call the DescribeInstanceList operation to query the details of all Anti-DDoS Origin instances within your Alibaba Cloud account by page. The details include the ID, validity period, and status of each instance.
2090
+ * ## Limits
2091
+ * 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.
1649
2092
  *
1650
2093
  * @param request DescribeInstanceListRequest
1651
2094
  * @param runtime runtime options for this request RuntimeOptions
@@ -1653,10 +2096,9 @@ export default class Client extends OpenApi {
1653
2096
  */
1654
2097
  describeInstanceListWithOptions(request: DescribeInstanceListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceListResponse>;
1655
2098
  /**
1656
- * The status of the instance. Valid values:
1657
- * * **1**: normal
1658
- * * **2**: expired
1659
- * * **3**: released
2099
+ * You can call the DescribeInstanceList operation to query the details of all Anti-DDoS Origin instances within your Alibaba Cloud account by page. The details include the ID, validity period, and status of each instance.
2100
+ * ## Limits
2101
+ * 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.
1660
2102
  *
1661
2103
  * @param request DescribeInstanceListRequest
1662
2104
  * @return DescribeInstanceListResponse
@@ -1665,7 +2107,7 @@ export default class Client extends OpenApi {
1665
2107
  describeInstanceSpecsWithOptions(request: DescribeInstanceSpecsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSpecsResponse>;
1666
2108
  describeInstanceSpecs(request: DescribeInstanceSpecsRequest): Promise<DescribeInstanceSpecsResponse>;
1667
2109
  /**
1668
- * The ID of the resource group.
2110
+ * > Anti-DDoS Origin API operations are available for only Anti-DDoS Origin Enterprise users.
1669
2111
  *
1670
2112
  * @param request DescribeOnDemandDdosEventRequest
1671
2113
  * @param runtime runtime options for this request RuntimeOptions
@@ -1673,7 +2115,7 @@ export default class Client extends OpenApi {
1673
2115
  */
1674
2116
  describeOnDemandDdosEventWithOptions(request: DescribeOnDemandDdosEventRequest, runtime: $Util.RuntimeOptions): Promise<DescribeOnDemandDdosEventResponse>;
1675
2117
  /**
1676
- * The ID of the resource group.
2118
+ * > Anti-DDoS Origin API operations are available for only Anti-DDoS Origin Enterprise users.
1677
2119
  *
1678
2120
  * @param request DescribeOnDemandDdosEventRequest
1679
2121
  * @return DescribeOnDemandDdosEventResponse
@@ -1697,7 +2139,9 @@ export default class Client extends OpenApi {
1697
2139
  */
1698
2140
  describeOpEntities(request: DescribeOpEntitiesRequest): Promise<DescribeOpEntitiesResponse>;
1699
2141
  /**
1700
- * The number of entries to return on each page.
2142
+ * You can call the DescribePackIpList operation to query the details about each IP address that is protected by a specific Anti-DDoS Origin instance by page. The details include the IP address and the type of the cloud asset to which the IP address belongs. The details also include the status of the IP address, such as whether blackhole filtering is triggered for the IP address.
2143
+ * ## Limits
2144
+ * 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.
1701
2145
  *
1702
2146
  * @param request DescribePackIpListRequest
1703
2147
  * @param runtime runtime options for this request RuntimeOptions
@@ -1705,7 +2149,9 @@ export default class Client extends OpenApi {
1705
2149
  */
1706
2150
  describePackIpListWithOptions(request: DescribePackIpListRequest, runtime: $Util.RuntimeOptions): Promise<DescribePackIpListResponse>;
1707
2151
  /**
1708
- * The number of entries to return on each page.
2152
+ * You can call the DescribePackIpList operation to query the details about each IP address that is protected by a specific Anti-DDoS Origin instance by page. The details include the IP address and the type of the cloud asset to which the IP address belongs. The details also include the status of the IP address, such as whether blackhole filtering is triggered for the IP address.
2153
+ * ## Limits
2154
+ * 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.
1709
2155
  *
1710
2156
  * @param request DescribePackIpListRequest
1711
2157
  * @return DescribePackIpListResponse
@@ -1714,8 +2160,10 @@ export default class Client extends OpenApi {
1714
2160
  describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
1715
2161
  describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
1716
2162
  /**
1717
- * The bandwidth of attack traffic. Unit: bit/s.
1718
- * > This parameter is returned only if attack traffic exists.
2163
+ * You can call the DescribeTraffic operation to query traffic statistics of an Anti-DDoS Origin instance within a specific time period.
2164
+ * > When you call this operation, you must configure the **InstanceId** parameter to specify the Anti-DDoS Origin instance whose traffic statistics you want to query.
2165
+ * ## Limits
2166
+ * You can call this operation once 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.
1719
2167
  *
1720
2168
  * @param request DescribeTrafficRequest
1721
2169
  * @param runtime runtime options for this request RuntimeOptions
@@ -1723,13 +2171,17 @@ export default class Client extends OpenApi {
1723
2171
  */
1724
2172
  describeTrafficWithOptions(request: DescribeTrafficRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTrafficResponse>;
1725
2173
  /**
1726
- * The bandwidth of attack traffic. Unit: bit/s.
1727
- * > This parameter is returned only if attack traffic exists.
2174
+ * You can call the DescribeTraffic operation to query traffic statistics of an Anti-DDoS Origin instance within a specific time period.
2175
+ * > When you call this operation, you must configure the **InstanceId** parameter to specify the Anti-DDoS Origin instance whose traffic statistics you want to query.
2176
+ * ## Limits
2177
+ * You can call this operation once 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.
1728
2178
  *
1729
2179
  * @param request DescribeTrafficRequest
1730
2180
  * @return DescribeTrafficResponse
1731
2181
  */
1732
2182
  describeTraffic(request: DescribeTrafficRequest): Promise<DescribeTrafficResponse>;
2183
+ dettachAssetGroupToInstanceWithOptions(tmpReq: DettachAssetGroupToInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DettachAssetGroupToInstanceResponse>;
2184
+ dettachAssetGroupToInstance(request: DettachAssetGroupToInstanceRequest): Promise<DettachAssetGroupToInstanceResponse>;
1733
2185
  getSlsOpenStatusWithOptions(request: GetSlsOpenStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetSlsOpenStatusResponse>;
1734
2186
  getSlsOpenStatus(request: GetSlsOpenStatusRequest): Promise<GetSlsOpenStatusResponse>;
1735
2187
  listOpenedAccessLogInstancesWithOptions(request: ListOpenedAccessLogInstancesRequest, runtime: $Util.RuntimeOptions): Promise<ListOpenedAccessLogInstancesResponse>;
@@ -1737,8 +2189,7 @@ export default class Client extends OpenApi {
1737
2189
  listTagKeysWithOptions(request: ListTagKeysRequest, runtime: $Util.RuntimeOptions): Promise<ListTagKeysResponse>;
1738
2190
  listTagKeys(request: ListTagKeysRequest): Promise<ListTagKeysResponse>;
1739
2191
  /**
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.
2192
+ * You can call the ListTagResources operation to query the tags that are added to Anti-DDoS Origin instances at a time.
1742
2193
  *
1743
2194
  * @param request ListTagResourcesRequest
1744
2195
  * @param runtime runtime options for this request RuntimeOptions
@@ -1746,15 +2197,16 @@ export default class Client extends OpenApi {
1746
2197
  */
1747
2198
  listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
1748
2199
  /**
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.
2200
+ * You can call the ListTagResources operation to query the tags that are added to Anti-DDoS Origin instances at a time.
1751
2201
  *
1752
2202
  * @param request ListTagResourcesRequest
1753
2203
  * @return ListTagResourcesResponse
1754
2204
  */
1755
2205
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
1756
2206
  /**
1757
- * The operation that you want to perform. Set the value to **ModifyRemark**.
2207
+ * You can call the ModifyRemark operation to add remarks for a single Anti-DDoS Origin instance.
2208
+ * ## Limits
2209
+ * 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.
1758
2210
  *
1759
2211
  * @param request ModifyRemarkRequest
1760
2212
  * @param runtime runtime options for this request RuntimeOptions
@@ -1762,7 +2214,9 @@ export default class Client extends OpenApi {
1762
2214
  */
1763
2215
  modifyRemarkWithOptions(request: ModifyRemarkRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRemarkResponse>;
1764
2216
  /**
1765
- * The operation that you want to perform. Set the value to **ModifyRemark**.
2217
+ * You can call the ModifyRemark operation to add remarks for a single Anti-DDoS Origin instance.
2218
+ * ## Limits
2219
+ * 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.
1766
2220
  *
1767
2221
  * @param request ModifyRemarkRequest
1768
2222
  * @return ModifyRemarkResponse
@@ -1770,11 +2224,14 @@ export default class Client extends OpenApi {
1770
2224
  modifyRemark(request: ModifyRemarkRequest): Promise<ModifyRemarkResponse>;
1771
2225
  querySchedruleOnDemandWithOptions(request: QuerySchedruleOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<QuerySchedruleOnDemandResponse>;
1772
2226
  querySchedruleOnDemand(request: QuerySchedruleOnDemandRequest): Promise<QuerySchedruleOnDemandResponse>;
2227
+ releaseDdosOriginInstanceWithOptions(request: ReleaseDdosOriginInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ReleaseDdosOriginInstanceResponse>;
2228
+ releaseDdosOriginInstance(request: ReleaseDdosOriginInstanceRequest): Promise<ReleaseDdosOriginInstanceResponse>;
1773
2229
  setInstanceModeOnDemandWithOptions(request: SetInstanceModeOnDemandRequest, runtime: $Util.RuntimeOptions): Promise<SetInstanceModeOnDemandResponse>;
1774
2230
  setInstanceModeOnDemand(request: SetInstanceModeOnDemandRequest): Promise<SetInstanceModeOnDemandResponse>;
1775
2231
  /**
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.
2232
+ * You can call the TagResources operation to add tags to Anti-DDoS Origin instances.
2233
+ * ## Limits
2234
+ * 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.
1778
2235
  *
1779
2236
  * @param request TagResourcesRequest
1780
2237
  * @param runtime runtime options for this request RuntimeOptions
@@ -1782,8 +2239,9 @@ export default class Client extends OpenApi {
1782
2239
  */
1783
2240
  tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
1784
2241
  /**
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.
2242
+ * You can call the TagResources operation to add tags to Anti-DDoS Origin instances.
2243
+ * ## Limits
2244
+ * 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.
1787
2245
  *
1788
2246
  * @param request TagResourcesRequest
1789
2247
  * @return TagResourcesResponse