@alicloud/ga20191120 1.0.4 → 1.0.8

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
@@ -5,11 +5,11 @@ 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 AddEntriesToAclRequest extends $tea.Model {
8
- regionId?: string;
9
- aclId?: string;
10
8
  aclEntries?: AddEntriesToAclRequestAclEntries[];
9
+ aclId?: string;
11
10
  clientToken?: string;
12
11
  dryRun?: boolean;
12
+ regionId?: string;
13
13
  static names(): {
14
14
  [key: string]: string;
15
15
  };
@@ -21,8 +21,8 @@ export declare class AddEntriesToAclRequest extends $tea.Model {
21
21
  });
22
22
  }
23
23
  export declare class AddEntriesToAclResponseBody extends $tea.Model {
24
- requestId?: string;
25
24
  aclId?: string;
25
+ requestId?: string;
26
26
  static names(): {
27
27
  [key: string]: string;
28
28
  };
@@ -49,12 +49,12 @@ export declare class AddEntriesToAclResponse extends $tea.Model {
49
49
  });
50
50
  }
51
51
  export declare class AssociateAclsWithListenerRequest extends $tea.Model {
52
- regionId?: string;
53
52
  aclIds?: string[];
54
- listenerId?: string;
55
53
  aclType?: string;
56
54
  clientToken?: string;
57
55
  dryRun?: boolean;
56
+ listenerId?: string;
57
+ regionId?: string;
58
58
  static names(): {
59
59
  [key: string]: string;
60
60
  };
@@ -66,9 +66,9 @@ export declare class AssociateAclsWithListenerRequest extends $tea.Model {
66
66
  });
67
67
  }
68
68
  export declare class AssociateAclsWithListenerResponseBody extends $tea.Model {
69
- requestId?: string;
70
69
  aclIds?: string[];
71
70
  listenerId?: string;
71
+ requestId?: string;
72
72
  static names(): {
73
73
  [key: string]: string;
74
74
  };
@@ -95,11 +95,11 @@ export declare class AssociateAclsWithListenerResponse extends $tea.Model {
95
95
  });
96
96
  }
97
97
  export declare class AssociateAdditionalCertificatesWithListenerRequest extends $tea.Model {
98
- regionId?: string;
99
- clientToken?: string;
100
98
  acceleratorId?: string;
101
- listenerId?: string;
102
99
  certificates?: AssociateAdditionalCertificatesWithListenerRequestCertificates[];
100
+ clientToken?: string;
101
+ listenerId?: string;
102
+ regionId?: string;
103
103
  static names(): {
104
104
  [key: string]: string;
105
105
  };
@@ -111,8 +111,8 @@ export declare class AssociateAdditionalCertificatesWithListenerRequest extends
111
111
  });
112
112
  }
113
113
  export declare class AssociateAdditionalCertificatesWithListenerResponseBody extends $tea.Model {
114
- requestId?: string;
115
114
  listenerId?: string;
115
+ requestId?: string;
116
116
  static names(): {
117
117
  [key: string]: string;
118
118
  };
@@ -155,8 +155,8 @@ export declare class AttachDdosToAcceleratorRequest extends $tea.Model {
155
155
  }
156
156
  export declare class AttachDdosToAcceleratorResponseBody extends $tea.Model {
157
157
  ddosId?: string;
158
- requestId?: string;
159
158
  gaId?: string;
159
+ requestId?: string;
160
160
  static names(): {
161
161
  [key: string]: string;
162
162
  };
@@ -183,14 +183,14 @@ export declare class AttachDdosToAcceleratorResponse extends $tea.Model {
183
183
  });
184
184
  }
185
185
  export declare class AttachLogStoreToEndpointGroupRequest extends $tea.Model {
186
- regionId?: string;
187
- slsProjectName?: string;
188
- slsLogStoreName?: string;
189
186
  acceleratorId?: string;
187
+ clientToken?: string;
188
+ endpointGroupIds?: string[];
190
189
  listenerId?: string;
190
+ regionId?: string;
191
+ slsLogStoreName?: string;
192
+ slsProjectName?: string;
191
193
  slsRegionId?: string;
192
- endpointGroupIds?: string[];
193
- clientToken?: string;
194
194
  static names(): {
195
195
  [key: string]: string;
196
196
  };
@@ -229,9 +229,9 @@ export declare class AttachLogStoreToEndpointGroupResponse extends $tea.Model {
229
229
  });
230
230
  }
231
231
  export declare class BandwidthPackageAddAcceleratorRequest extends $tea.Model {
232
- regionId?: string;
233
- bandwidthPackageId?: string;
234
232
  acceleratorId?: string;
233
+ bandwidthPackageId?: string;
234
+ regionId?: string;
235
235
  static names(): {
236
236
  [key: string]: string;
237
237
  };
@@ -243,9 +243,9 @@ export declare class BandwidthPackageAddAcceleratorRequest extends $tea.Model {
243
243
  });
244
244
  }
245
245
  export declare class BandwidthPackageAddAcceleratorResponseBody extends $tea.Model {
246
- requestId?: string;
247
246
  accelerators?: string[];
248
247
  bandwidthPackageId?: string;
248
+ requestId?: string;
249
249
  static names(): {
250
250
  [key: string]: string;
251
251
  };
@@ -272,9 +272,9 @@ export declare class BandwidthPackageAddAcceleratorResponse extends $tea.Model {
272
272
  });
273
273
  }
274
274
  export declare class BandwidthPackageRemoveAcceleratorRequest extends $tea.Model {
275
- regionId?: string;
276
- bandwidthPackageId?: string;
277
275
  acceleratorId?: string;
276
+ bandwidthPackageId?: string;
277
+ regionId?: string;
278
278
  static names(): {
279
279
  [key: string]: string;
280
280
  };
@@ -286,9 +286,9 @@ export declare class BandwidthPackageRemoveAcceleratorRequest extends $tea.Model
286
286
  });
287
287
  }
288
288
  export declare class BandwidthPackageRemoveAcceleratorResponseBody extends $tea.Model {
289
- requestId?: string;
290
289
  accelerators?: string[];
291
290
  bandwidthPackageId?: string;
291
+ requestId?: string;
292
292
  static names(): {
293
293
  [key: string]: string;
294
294
  };
@@ -315,14 +315,14 @@ export declare class BandwidthPackageRemoveAcceleratorResponse extends $tea.Mode
315
315
  });
316
316
  }
317
317
  export declare class ConfigEndpointProbeRequest extends $tea.Model {
318
- regionId?: string;
319
318
  clientToken?: string;
319
+ enable?: string;
320
+ endpoint?: string;
320
321
  endpointGroupId?: string;
321
322
  endpointType?: string;
322
- endpoint?: string;
323
- probeProtocol?: string;
324
323
  probePort?: string;
325
- enable?: string;
324
+ probeProtocol?: string;
325
+ regionId?: string;
326
326
  static names(): {
327
327
  [key: string]: string;
328
328
  };
@@ -361,14 +361,16 @@ export declare class ConfigEndpointProbeResponse extends $tea.Model {
361
361
  });
362
362
  }
363
363
  export declare class CreateAcceleratorRequest extends $tea.Model {
364
- regionId?: string;
364
+ autoPay?: boolean;
365
+ autoRenew?: boolean;
366
+ autoRenewDuration?: number;
367
+ autoUseCoupon?: string;
365
368
  clientToken?: string;
366
- name?: string;
367
369
  duration?: number;
370
+ name?: string;
368
371
  pricingCycle?: string;
372
+ regionId?: string;
369
373
  spec?: string;
370
- autoPay?: boolean;
371
- autoUseCoupon?: string;
372
374
  static names(): {
373
375
  [key: string]: string;
374
376
  };
@@ -380,9 +382,9 @@ export declare class CreateAcceleratorRequest extends $tea.Model {
380
382
  });
381
383
  }
382
384
  export declare class CreateAcceleratorResponseBody extends $tea.Model {
383
- requestId?: string;
384
- orderId?: string;
385
385
  acceleratorId?: string;
386
+ orderId?: string;
387
+ requestId?: string;
386
388
  static names(): {
387
389
  [key: string]: string;
388
390
  };
@@ -409,12 +411,12 @@ export declare class CreateAcceleratorResponse extends $tea.Model {
409
411
  });
410
412
  }
411
413
  export declare class CreateAclRequest extends $tea.Model {
412
- regionId?: string;
414
+ aclEntries?: CreateAclRequestAclEntries[];
413
415
  aclName?: string;
414
416
  addressIPVersion?: string;
415
- aclEntries?: CreateAclRequestAclEntries[];
416
417
  clientToken?: string;
417
418
  dryRun?: boolean;
419
+ regionId?: string;
418
420
  static names(): {
419
421
  [key: string]: string;
420
422
  };
@@ -426,8 +428,8 @@ export declare class CreateAclRequest extends $tea.Model {
426
428
  });
427
429
  }
428
430
  export declare class CreateAclResponseBody extends $tea.Model {
429
- requestId?: string;
430
431
  aclId?: string;
432
+ requestId?: string;
431
433
  static names(): {
432
434
  [key: string]: string;
433
435
  };
@@ -453,21 +455,15 @@ export declare class CreateAclResponse extends $tea.Model {
453
455
  [key: string]: any;
454
456
  });
455
457
  }
456
- export declare class CreateBandwidthPackageRequest extends $tea.Model {
457
- regionId?: string;
458
- bandwidth?: number;
459
- duration?: string;
460
- pricingCycle?: string;
461
- autoPay?: boolean;
458
+ export declare class CreateApplicationMonitorRequest extends $tea.Model {
459
+ acceleratorId?: string;
460
+ address?: string;
462
461
  clientToken?: string;
463
- type?: string;
464
- bandwidthType?: string;
465
- autoUseCoupon?: string;
466
- ratio?: number;
467
- billingType?: string;
468
- chargeType?: string;
469
- cbnGeographicRegionIdA?: string;
470
- cbnGeographicRegionIdB?: string;
462
+ detectThreshold?: number;
463
+ listenerId?: string;
464
+ optionsJson?: string;
465
+ regionId?: string;
466
+ taskName?: string;
471
467
  static names(): {
472
468
  [key: string]: string;
473
469
  };
@@ -478,10 +474,9 @@ export declare class CreateBandwidthPackageRequest extends $tea.Model {
478
474
  [key: string]: any;
479
475
  });
480
476
  }
481
- export declare class CreateBandwidthPackageResponseBody extends $tea.Model {
477
+ export declare class CreateApplicationMonitorResponseBody extends $tea.Model {
482
478
  requestId?: string;
483
- bandwidthPackageId?: string;
484
- orderId?: string;
479
+ taskId?: string;
485
480
  static names(): {
486
481
  [key: string]: string;
487
482
  };
@@ -492,11 +487,11 @@ export declare class CreateBandwidthPackageResponseBody extends $tea.Model {
492
487
  [key: string]: any;
493
488
  });
494
489
  }
495
- export declare class CreateBandwidthPackageResponse extends $tea.Model {
490
+ export declare class CreateApplicationMonitorResponse extends $tea.Model {
496
491
  headers: {
497
492
  [key: string]: string;
498
493
  };
499
- body: CreateBandwidthPackageResponseBody;
494
+ body: CreateApplicationMonitorResponseBody;
500
495
  static names(): {
501
496
  [key: string]: string;
502
497
  };
@@ -507,25 +502,21 @@ export declare class CreateBandwidthPackageResponse extends $tea.Model {
507
502
  [key: string]: any;
508
503
  });
509
504
  }
510
- export declare class CreateEndpointGroupRequest extends $tea.Model {
511
- regionId?: string;
505
+ export declare class CreateBandwidthPackageRequest extends $tea.Model {
506
+ autoPay?: boolean;
507
+ autoUseCoupon?: string;
508
+ bandwidth?: number;
509
+ bandwidthType?: string;
510
+ billingType?: string;
511
+ cbnGeographicRegionIdA?: string;
512
+ cbnGeographicRegionIdB?: string;
513
+ chargeType?: string;
512
514
  clientToken?: string;
513
- acceleratorId?: string;
514
- name?: string;
515
- description?: string;
516
- endpointGroupRegion?: string;
517
- listenerId?: string;
518
- trafficPercentage?: number;
519
- healthCheckIntervalSeconds?: number;
520
- healthCheckPath?: string;
521
- healthCheckPort?: number;
522
- healthCheckProtocol?: string;
523
- thresholdCount?: number;
524
- endpointConfigurations?: CreateEndpointGroupRequestEndpointConfigurations[];
525
- endpointRequestProtocol?: string;
526
- endpointGroupType?: string;
527
- portOverrides?: CreateEndpointGroupRequestPortOverrides[];
528
- healthCheckEnabled?: boolean;
515
+ duration?: string;
516
+ pricingCycle?: string;
517
+ ratio?: number;
518
+ regionId?: string;
519
+ type?: string;
529
520
  static names(): {
530
521
  [key: string]: string;
531
522
  };
@@ -536,8 +527,9 @@ export declare class CreateEndpointGroupRequest extends $tea.Model {
536
527
  [key: string]: any;
537
528
  });
538
529
  }
539
- export declare class CreateEndpointGroupResponseBody extends $tea.Model {
540
- endpointGroupId?: string;
530
+ export declare class CreateBandwidthPackageResponseBody extends $tea.Model {
531
+ bandwidthPackageId?: string;
532
+ orderId?: string;
541
533
  requestId?: string;
542
534
  static names(): {
543
535
  [key: string]: string;
@@ -549,11 +541,11 @@ export declare class CreateEndpointGroupResponseBody extends $tea.Model {
549
541
  [key: string]: any;
550
542
  });
551
543
  }
552
- export declare class CreateEndpointGroupResponse extends $tea.Model {
544
+ export declare class CreateBandwidthPackageResponse extends $tea.Model {
553
545
  headers: {
554
546
  [key: string]: string;
555
547
  };
556
- body: CreateEndpointGroupResponseBody;
548
+ body: CreateBandwidthPackageResponseBody;
557
549
  static names(): {
558
550
  [key: string]: string;
559
551
  };
@@ -564,13 +556,15 @@ export declare class CreateEndpointGroupResponse extends $tea.Model {
564
556
  [key: string]: any;
565
557
  });
566
558
  }
567
- export declare class CreateEndpointGroupsRequest extends $tea.Model {
568
- regionId?: string;
559
+ export declare class CreateBasicAcceleratorRequest extends $tea.Model {
560
+ autoPay?: boolean;
561
+ autoRenew?: boolean;
562
+ autoRenewDuration?: number;
563
+ autoUseCoupon?: string;
569
564
  clientToken?: string;
570
- dryRun?: boolean;
571
- acceleratorId?: string;
572
- listenerId?: string;
573
- endpointGroupConfigurations?: CreateEndpointGroupsRequestEndpointGroupConfigurations[];
565
+ duration?: number;
566
+ pricingCycle?: string;
567
+ regionId?: string;
574
568
  static names(): {
575
569
  [key: string]: string;
576
570
  };
@@ -581,9 +575,10 @@ export declare class CreateEndpointGroupsRequest extends $tea.Model {
581
575
  [key: string]: any;
582
576
  });
583
577
  }
584
- export declare class CreateEndpointGroupsResponseBody extends $tea.Model {
578
+ export declare class CreateBasicAcceleratorResponseBody extends $tea.Model {
579
+ acceleratorId?: string;
580
+ orderId?: string;
585
581
  requestId?: string;
586
- endpointGroupIds?: string[];
587
582
  static names(): {
588
583
  [key: string]: string;
589
584
  };
@@ -594,11 +589,11 @@ export declare class CreateEndpointGroupsResponseBody extends $tea.Model {
594
589
  [key: string]: any;
595
590
  });
596
591
  }
597
- export declare class CreateEndpointGroupsResponse extends $tea.Model {
592
+ export declare class CreateBasicAcceleratorResponse extends $tea.Model {
598
593
  headers: {
599
594
  [key: string]: string;
600
595
  };
601
- body: CreateEndpointGroupsResponseBody;
596
+ body: CreateBasicAcceleratorResponseBody;
602
597
  static names(): {
603
598
  [key: string]: string;
604
599
  };
@@ -609,12 +604,15 @@ export declare class CreateEndpointGroupsResponse extends $tea.Model {
609
604
  [key: string]: any;
610
605
  });
611
606
  }
612
- export declare class CreateForwardingRulesRequest extends $tea.Model {
613
- regionId?: string;
614
- clientToken?: string;
607
+ export declare class CreateBasicEndpointGroupRequest extends $tea.Model {
615
608
  acceleratorId?: string;
616
- listenerId?: string;
617
- forwardingRules?: CreateForwardingRulesRequestForwardingRules[];
609
+ clientToken?: string;
610
+ description?: string;
611
+ endpointAddress?: string;
612
+ endpointGroupRegion?: string;
613
+ endpointType?: string;
614
+ name?: string;
615
+ regionId?: string;
618
616
  static names(): {
619
617
  [key: string]: string;
620
618
  };
@@ -625,9 +623,9 @@ export declare class CreateForwardingRulesRequest extends $tea.Model {
625
623
  [key: string]: any;
626
624
  });
627
625
  }
628
- export declare class CreateForwardingRulesResponseBody extends $tea.Model {
626
+ export declare class CreateBasicEndpointGroupResponseBody extends $tea.Model {
627
+ endpointGroupId?: string;
629
628
  requestId?: string;
630
- forwardingRules?: CreateForwardingRulesResponseBodyForwardingRules[];
631
629
  static names(): {
632
630
  [key: string]: string;
633
631
  };
@@ -638,11 +636,11 @@ export declare class CreateForwardingRulesResponseBody extends $tea.Model {
638
636
  [key: string]: any;
639
637
  });
640
638
  }
641
- export declare class CreateForwardingRulesResponse extends $tea.Model {
639
+ export declare class CreateBasicEndpointGroupResponse extends $tea.Model {
642
640
  headers: {
643
641
  [key: string]: string;
644
642
  };
645
- body: CreateForwardingRulesResponseBody;
643
+ body: CreateBasicEndpointGroupResponseBody;
646
644
  static names(): {
647
645
  [key: string]: string;
648
646
  };
@@ -653,11 +651,11 @@ export declare class CreateForwardingRulesResponse extends $tea.Model {
653
651
  [key: string]: any;
654
652
  });
655
653
  }
656
- export declare class CreateIpSetsRequest extends $tea.Model {
657
- regionId?: string;
658
- clientToken?: string;
654
+ export declare class CreateBasicIpSetRequest extends $tea.Model {
655
+ accelerateRegionId?: string;
659
656
  acceleratorId?: string;
660
- accelerateRegion?: CreateIpSetsRequestAccelerateRegion[];
657
+ clientToken?: string;
658
+ regionId?: string;
661
659
  static names(): {
662
660
  [key: string]: string;
663
661
  };
@@ -668,10 +666,9 @@ export declare class CreateIpSetsRequest extends $tea.Model {
668
666
  [key: string]: any;
669
667
  });
670
668
  }
671
- export declare class CreateIpSetsResponseBody extends $tea.Model {
669
+ export declare class CreateBasicIpSetResponseBody extends $tea.Model {
670
+ ipSetId?: string;
672
671
  requestId?: string;
673
- ipSets?: CreateIpSetsResponseBodyIpSets[];
674
- acceleratorId?: string;
675
672
  static names(): {
676
673
  [key: string]: string;
677
674
  };
@@ -682,11 +679,11 @@ export declare class CreateIpSetsResponseBody extends $tea.Model {
682
679
  [key: string]: any;
683
680
  });
684
681
  }
685
- export declare class CreateIpSetsResponse extends $tea.Model {
682
+ export declare class CreateBasicIpSetResponse extends $tea.Model {
686
683
  headers: {
687
684
  [key: string]: string;
688
685
  };
689
- body: CreateIpSetsResponseBody;
686
+ body: CreateBasicIpSetResponseBody;
690
687
  static names(): {
691
688
  [key: string]: string;
692
689
  };
@@ -697,19 +694,25 @@ export declare class CreateIpSetsResponse extends $tea.Model {
697
694
  [key: string]: any;
698
695
  });
699
696
  }
700
- export declare class CreateListenerRequest extends $tea.Model {
701
- regionId?: string;
702
- clientToken?: string;
697
+ export declare class CreateEndpointGroupRequest extends $tea.Model {
703
698
  acceleratorId?: string;
704
- name?: string;
699
+ clientToken?: string;
705
700
  description?: string;
706
- clientAffinity?: string;
707
- protocol?: string;
708
- proxyProtocol?: boolean;
709
- portRanges?: CreateListenerRequestPortRanges[];
710
- certificates?: CreateListenerRequestCertificates[];
711
- XForwardedForConfig?: CreateListenerRequestXForwardedForConfig;
712
- securityPolicyId?: string;
701
+ endpointConfigurations?: CreateEndpointGroupRequestEndpointConfigurations[];
702
+ endpointGroupRegion?: string;
703
+ endpointGroupType?: string;
704
+ endpointRequestProtocol?: string;
705
+ healthCheckEnabled?: boolean;
706
+ healthCheckIntervalSeconds?: number;
707
+ healthCheckPath?: string;
708
+ healthCheckPort?: number;
709
+ healthCheckProtocol?: string;
710
+ listenerId?: string;
711
+ name?: string;
712
+ portOverrides?: CreateEndpointGroupRequestPortOverrides[];
713
+ regionId?: string;
714
+ thresholdCount?: number;
715
+ trafficPercentage?: number;
713
716
  static names(): {
714
717
  [key: string]: string;
715
718
  };
@@ -720,9 +723,9 @@ export declare class CreateListenerRequest extends $tea.Model {
720
723
  [key: string]: any;
721
724
  });
722
725
  }
723
- export declare class CreateListenerResponseBody extends $tea.Model {
726
+ export declare class CreateEndpointGroupResponseBody extends $tea.Model {
727
+ endpointGroupId?: string;
724
728
  requestId?: string;
725
- listenerId?: string;
726
729
  static names(): {
727
730
  [key: string]: string;
728
731
  };
@@ -733,11 +736,11 @@ export declare class CreateListenerResponseBody extends $tea.Model {
733
736
  [key: string]: any;
734
737
  });
735
738
  }
736
- export declare class CreateListenerResponse extends $tea.Model {
739
+ export declare class CreateEndpointGroupResponse extends $tea.Model {
737
740
  headers: {
738
741
  [key: string]: string;
739
742
  };
740
- body: CreateListenerResponseBody;
743
+ body: CreateEndpointGroupResponseBody;
741
744
  static names(): {
742
745
  [key: string]: string;
743
746
  };
@@ -748,12 +751,13 @@ export declare class CreateListenerResponse extends $tea.Model {
748
751
  [key: string]: any;
749
752
  });
750
753
  }
751
- export declare class CreateSpareIpsRequest extends $tea.Model {
752
- regionId?: string;
754
+ export declare class CreateEndpointGroupsRequest extends $tea.Model {
755
+ acceleratorId?: string;
753
756
  clientToken?: string;
754
757
  dryRun?: boolean;
755
- acceleratorId?: string;
756
- spareIps?: string[];
758
+ endpointGroupConfigurations?: CreateEndpointGroupsRequestEndpointGroupConfigurations[];
759
+ listenerId?: string;
760
+ regionId?: string;
757
761
  static names(): {
758
762
  [key: string]: string;
759
763
  };
@@ -764,7 +768,8 @@ export declare class CreateSpareIpsRequest extends $tea.Model {
764
768
  [key: string]: any;
765
769
  });
766
770
  }
767
- export declare class CreateSpareIpsResponseBody extends $tea.Model {
771
+ export declare class CreateEndpointGroupsResponseBody extends $tea.Model {
772
+ endpointGroupIds?: string[];
768
773
  requestId?: string;
769
774
  static names(): {
770
775
  [key: string]: string;
@@ -776,11 +781,11 @@ export declare class CreateSpareIpsResponseBody extends $tea.Model {
776
781
  [key: string]: any;
777
782
  });
778
783
  }
779
- export declare class CreateSpareIpsResponse extends $tea.Model {
784
+ export declare class CreateEndpointGroupsResponse extends $tea.Model {
780
785
  headers: {
781
786
  [key: string]: string;
782
787
  };
783
- body: CreateSpareIpsResponseBody;
788
+ body: CreateEndpointGroupsResponseBody;
784
789
  static names(): {
785
790
  [key: string]: string;
786
791
  };
@@ -791,9 +796,12 @@ export declare class CreateSpareIpsResponse extends $tea.Model {
791
796
  [key: string]: any;
792
797
  });
793
798
  }
794
- export declare class DeleteAcceleratorRequest extends $tea.Model {
795
- regionId?: string;
799
+ export declare class CreateForwardingRulesRequest extends $tea.Model {
796
800
  acceleratorId?: string;
801
+ clientToken?: string;
802
+ forwardingRules?: CreateForwardingRulesRequestForwardingRules[];
803
+ listenerId?: string;
804
+ regionId?: string;
797
805
  static names(): {
798
806
  [key: string]: string;
799
807
  };
@@ -804,9 +812,9 @@ export declare class DeleteAcceleratorRequest extends $tea.Model {
804
812
  [key: string]: any;
805
813
  });
806
814
  }
807
- export declare class DeleteAcceleratorResponseBody extends $tea.Model {
815
+ export declare class CreateForwardingRulesResponseBody extends $tea.Model {
816
+ forwardingRules?: CreateForwardingRulesResponseBodyForwardingRules[];
808
817
  requestId?: string;
809
- acceleratorId?: string;
810
818
  static names(): {
811
819
  [key: string]: string;
812
820
  };
@@ -817,11 +825,11 @@ export declare class DeleteAcceleratorResponseBody extends $tea.Model {
817
825
  [key: string]: any;
818
826
  });
819
827
  }
820
- export declare class DeleteAcceleratorResponse extends $tea.Model {
828
+ export declare class CreateForwardingRulesResponse extends $tea.Model {
821
829
  headers: {
822
830
  [key: string]: string;
823
831
  };
824
- body: DeleteAcceleratorResponseBody;
832
+ body: CreateForwardingRulesResponseBody;
825
833
  static names(): {
826
834
  [key: string]: string;
827
835
  };
@@ -832,11 +840,11 @@ export declare class DeleteAcceleratorResponse extends $tea.Model {
832
840
  [key: string]: any;
833
841
  });
834
842
  }
835
- export declare class DeleteAclRequest extends $tea.Model {
836
- regionId?: string;
837
- aclId?: string;
843
+ export declare class CreateIpSetsRequest extends $tea.Model {
844
+ accelerateRegion?: CreateIpSetsRequestAccelerateRegion[];
845
+ acceleratorId?: string;
838
846
  clientToken?: string;
839
- dryRun?: boolean;
847
+ regionId?: string;
840
848
  static names(): {
841
849
  [key: string]: string;
842
850
  };
@@ -847,9 +855,10 @@ export declare class DeleteAclRequest extends $tea.Model {
847
855
  [key: string]: any;
848
856
  });
849
857
  }
850
- export declare class DeleteAclResponseBody extends $tea.Model {
858
+ export declare class CreateIpSetsResponseBody extends $tea.Model {
859
+ acceleratorId?: string;
860
+ ipSets?: CreateIpSetsResponseBodyIpSets[];
851
861
  requestId?: string;
852
- aclId?: string;
853
862
  static names(): {
854
863
  [key: string]: string;
855
864
  };
@@ -860,11 +869,11 @@ export declare class DeleteAclResponseBody extends $tea.Model {
860
869
  [key: string]: any;
861
870
  });
862
871
  }
863
- export declare class DeleteAclResponse extends $tea.Model {
872
+ export declare class CreateIpSetsResponse extends $tea.Model {
864
873
  headers: {
865
874
  [key: string]: string;
866
875
  };
867
- body: DeleteAclResponseBody;
876
+ body: CreateIpSetsResponseBody;
868
877
  static names(): {
869
878
  [key: string]: string;
870
879
  };
@@ -875,10 +884,19 @@ export declare class DeleteAclResponse extends $tea.Model {
875
884
  [key: string]: any;
876
885
  });
877
886
  }
878
- export declare class DeleteBandwidthPackageRequest extends $tea.Model {
879
- regionId?: string;
880
- bandwidthPackageId?: string;
887
+ export declare class CreateListenerRequest extends $tea.Model {
888
+ acceleratorId?: string;
889
+ certificates?: CreateListenerRequestCertificates[];
890
+ clientAffinity?: string;
881
891
  clientToken?: string;
892
+ description?: string;
893
+ name?: string;
894
+ portRanges?: CreateListenerRequestPortRanges[];
895
+ protocol?: string;
896
+ proxyProtocol?: boolean;
897
+ regionId?: string;
898
+ securityPolicyId?: string;
899
+ XForwardedForConfig?: CreateListenerRequestXForwardedForConfig;
882
900
  static names(): {
883
901
  [key: string]: string;
884
902
  };
@@ -889,9 +907,9 @@ export declare class DeleteBandwidthPackageRequest extends $tea.Model {
889
907
  [key: string]: any;
890
908
  });
891
909
  }
892
- export declare class DeleteBandwidthPackageResponseBody extends $tea.Model {
910
+ export declare class CreateListenerResponseBody extends $tea.Model {
911
+ listenerId?: string;
893
912
  requestId?: string;
894
- bandwidthPackageId?: string;
895
913
  static names(): {
896
914
  [key: string]: string;
897
915
  };
@@ -902,11 +920,11 @@ export declare class DeleteBandwidthPackageResponseBody extends $tea.Model {
902
920
  [key: string]: any;
903
921
  });
904
922
  }
905
- export declare class DeleteBandwidthPackageResponse extends $tea.Model {
923
+ export declare class CreateListenerResponse extends $tea.Model {
906
924
  headers: {
907
925
  [key: string]: string;
908
926
  };
909
- body: DeleteBandwidthPackageResponseBody;
927
+ body: CreateListenerResponseBody;
910
928
  static names(): {
911
929
  [key: string]: string;
912
930
  };
@@ -917,10 +935,12 @@ export declare class DeleteBandwidthPackageResponse extends $tea.Model {
917
935
  [key: string]: any;
918
936
  });
919
937
  }
920
- export declare class DeleteEndpointGroupRequest extends $tea.Model {
921
- clientToken?: string;
938
+ export declare class CreateSpareIpsRequest extends $tea.Model {
922
939
  acceleratorId?: string;
923
- endpointGroupId?: string;
940
+ clientToken?: string;
941
+ dryRun?: boolean;
942
+ regionId?: string;
943
+ spareIps?: string[];
924
944
  static names(): {
925
945
  [key: string]: string;
926
946
  };
@@ -931,7 +951,7 @@ export declare class DeleteEndpointGroupRequest extends $tea.Model {
931
951
  [key: string]: any;
932
952
  });
933
953
  }
934
- export declare class DeleteEndpointGroupResponseBody extends $tea.Model {
954
+ export declare class CreateSpareIpsResponseBody extends $tea.Model {
935
955
  requestId?: string;
936
956
  static names(): {
937
957
  [key: string]: string;
@@ -943,11 +963,11 @@ export declare class DeleteEndpointGroupResponseBody extends $tea.Model {
943
963
  [key: string]: any;
944
964
  });
945
965
  }
946
- export declare class DeleteEndpointGroupResponse extends $tea.Model {
966
+ export declare class CreateSpareIpsResponse extends $tea.Model {
947
967
  headers: {
948
968
  [key: string]: string;
949
969
  };
950
- body: DeleteEndpointGroupResponseBody;
970
+ body: CreateSpareIpsResponseBody;
951
971
  static names(): {
952
972
  [key: string]: string;
953
973
  };
@@ -958,11 +978,9 @@ export declare class DeleteEndpointGroupResponse extends $tea.Model {
958
978
  [key: string]: any;
959
979
  });
960
980
  }
961
- export declare class DeleteEndpointGroupsRequest extends $tea.Model {
981
+ export declare class DeleteAcceleratorRequest extends $tea.Model {
982
+ acceleratorId?: string;
962
983
  regionId?: string;
963
- clientToken?: string;
964
- dryRun?: boolean;
965
- endpointGroupIds?: string[];
966
984
  static names(): {
967
985
  [key: string]: string;
968
986
  };
@@ -973,7 +991,8 @@ export declare class DeleteEndpointGroupsRequest extends $tea.Model {
973
991
  [key: string]: any;
974
992
  });
975
993
  }
976
- export declare class DeleteEndpointGroupsResponseBody extends $tea.Model {
994
+ export declare class DeleteAcceleratorResponseBody extends $tea.Model {
995
+ acceleratorId?: string;
977
996
  requestId?: string;
978
997
  static names(): {
979
998
  [key: string]: string;
@@ -985,11 +1004,11 @@ export declare class DeleteEndpointGroupsResponseBody extends $tea.Model {
985
1004
  [key: string]: any;
986
1005
  });
987
1006
  }
988
- export declare class DeleteEndpointGroupsResponse extends $tea.Model {
1007
+ export declare class DeleteAcceleratorResponse extends $tea.Model {
989
1008
  headers: {
990
1009
  [key: string]: string;
991
1010
  };
992
- body: DeleteEndpointGroupsResponseBody;
1011
+ body: DeleteAcceleratorResponseBody;
993
1012
  static names(): {
994
1013
  [key: string]: string;
995
1014
  };
@@ -1000,12 +1019,11 @@ export declare class DeleteEndpointGroupsResponse extends $tea.Model {
1000
1019
  [key: string]: any;
1001
1020
  });
1002
1021
  }
1003
- export declare class DeleteForwardingRulesRequest extends $tea.Model {
1004
- regionId?: string;
1022
+ export declare class DeleteAclRequest extends $tea.Model {
1023
+ aclId?: string;
1005
1024
  clientToken?: string;
1006
- forwardingRuleIds?: string[];
1007
- acceleratorId?: string;
1008
- listenerId?: string;
1025
+ dryRun?: boolean;
1026
+ regionId?: string;
1009
1027
  static names(): {
1010
1028
  [key: string]: string;
1011
1029
  };
@@ -1016,8 +1034,8 @@ export declare class DeleteForwardingRulesRequest extends $tea.Model {
1016
1034
  [key: string]: any;
1017
1035
  });
1018
1036
  }
1019
- export declare class DeleteForwardingRulesResponseBody extends $tea.Model {
1020
- forwardingRules?: DeleteForwardingRulesResponseBodyForwardingRules[];
1037
+ export declare class DeleteAclResponseBody extends $tea.Model {
1038
+ aclId?: string;
1021
1039
  requestId?: string;
1022
1040
  static names(): {
1023
1041
  [key: string]: string;
@@ -1029,11 +1047,11 @@ export declare class DeleteForwardingRulesResponseBody extends $tea.Model {
1029
1047
  [key: string]: any;
1030
1048
  });
1031
1049
  }
1032
- export declare class DeleteForwardingRulesResponse extends $tea.Model {
1050
+ export declare class DeleteAclResponse extends $tea.Model {
1033
1051
  headers: {
1034
1052
  [key: string]: string;
1035
1053
  };
1036
- body: DeleteForwardingRulesResponseBody;
1054
+ body: DeleteAclResponseBody;
1037
1055
  static names(): {
1038
1056
  [key: string]: string;
1039
1057
  };
@@ -1044,11 +1062,10 @@ export declare class DeleteForwardingRulesResponse extends $tea.Model {
1044
1062
  [key: string]: any;
1045
1063
  });
1046
1064
  }
1047
- export declare class DeleteIpSetRequest extends $tea.Model {
1048
- regionId?: string;
1065
+ export declare class DeleteApplicationMonitorRequest extends $tea.Model {
1049
1066
  clientToken?: string;
1050
- acceleratorId?: string;
1051
- ipSetId?: string;
1067
+ regionId?: string;
1068
+ taskId?: string;
1052
1069
  static names(): {
1053
1070
  [key: string]: string;
1054
1071
  };
@@ -1059,7 +1076,7 @@ export declare class DeleteIpSetRequest extends $tea.Model {
1059
1076
  [key: string]: any;
1060
1077
  });
1061
1078
  }
1062
- export declare class DeleteIpSetResponseBody extends $tea.Model {
1079
+ export declare class DeleteApplicationMonitorResponseBody extends $tea.Model {
1063
1080
  requestId?: string;
1064
1081
  static names(): {
1065
1082
  [key: string]: string;
@@ -1071,11 +1088,11 @@ export declare class DeleteIpSetResponseBody extends $tea.Model {
1071
1088
  [key: string]: any;
1072
1089
  });
1073
1090
  }
1074
- export declare class DeleteIpSetResponse extends $tea.Model {
1091
+ export declare class DeleteApplicationMonitorResponse extends $tea.Model {
1075
1092
  headers: {
1076
1093
  [key: string]: string;
1077
1094
  };
1078
- body: DeleteIpSetResponseBody;
1095
+ body: DeleteApplicationMonitorResponseBody;
1079
1096
  static names(): {
1080
1097
  [key: string]: string;
1081
1098
  };
@@ -1086,9 +1103,10 @@ export declare class DeleteIpSetResponse extends $tea.Model {
1086
1103
  [key: string]: any;
1087
1104
  });
1088
1105
  }
1089
- export declare class DeleteIpSetsRequest extends $tea.Model {
1106
+ export declare class DeleteBandwidthPackageRequest extends $tea.Model {
1107
+ bandwidthPackageId?: string;
1108
+ clientToken?: string;
1090
1109
  regionId?: string;
1091
- ipSetIds?: string[];
1092
1110
  static names(): {
1093
1111
  [key: string]: string;
1094
1112
  };
@@ -1099,7 +1117,8 @@ export declare class DeleteIpSetsRequest extends $tea.Model {
1099
1117
  [key: string]: any;
1100
1118
  });
1101
1119
  }
1102
- export declare class DeleteIpSetsResponseBody extends $tea.Model {
1120
+ export declare class DeleteBandwidthPackageResponseBody extends $tea.Model {
1121
+ bandwidthPackageId?: string;
1103
1122
  requestId?: string;
1104
1123
  static names(): {
1105
1124
  [key: string]: string;
@@ -1111,11 +1130,11 @@ export declare class DeleteIpSetsResponseBody extends $tea.Model {
1111
1130
  [key: string]: any;
1112
1131
  });
1113
1132
  }
1114
- export declare class DeleteIpSetsResponse extends $tea.Model {
1133
+ export declare class DeleteBandwidthPackageResponse extends $tea.Model {
1115
1134
  headers: {
1116
1135
  [key: string]: string;
1117
1136
  };
1118
- body: DeleteIpSetsResponseBody;
1137
+ body: DeleteBandwidthPackageResponseBody;
1119
1138
  static names(): {
1120
1139
  [key: string]: string;
1121
1140
  };
@@ -1126,10 +1145,9 @@ export declare class DeleteIpSetsResponse extends $tea.Model {
1126
1145
  [key: string]: any;
1127
1146
  });
1128
1147
  }
1129
- export declare class DeleteListenerRequest extends $tea.Model {
1130
- clientToken?: string;
1148
+ export declare class DeleteBasicAcceleratorRequest extends $tea.Model {
1131
1149
  acceleratorId?: string;
1132
- listenerId?: string;
1150
+ regionId?: string;
1133
1151
  static names(): {
1134
1152
  [key: string]: string;
1135
1153
  };
@@ -1140,7 +1158,8 @@ export declare class DeleteListenerRequest extends $tea.Model {
1140
1158
  [key: string]: any;
1141
1159
  });
1142
1160
  }
1143
- export declare class DeleteListenerResponseBody extends $tea.Model {
1161
+ export declare class DeleteBasicAcceleratorResponseBody extends $tea.Model {
1162
+ acceleratorId?: string;
1144
1163
  requestId?: string;
1145
1164
  static names(): {
1146
1165
  [key: string]: string;
@@ -1152,11 +1171,11 @@ export declare class DeleteListenerResponseBody extends $tea.Model {
1152
1171
  [key: string]: any;
1153
1172
  });
1154
1173
  }
1155
- export declare class DeleteListenerResponse extends $tea.Model {
1174
+ export declare class DeleteBasicAcceleratorResponse extends $tea.Model {
1156
1175
  headers: {
1157
1176
  [key: string]: string;
1158
1177
  };
1159
- body: DeleteListenerResponseBody;
1178
+ body: DeleteBasicAcceleratorResponseBody;
1160
1179
  static names(): {
1161
1180
  [key: string]: string;
1162
1181
  };
@@ -1167,12 +1186,9 @@ export declare class DeleteListenerResponse extends $tea.Model {
1167
1186
  [key: string]: any;
1168
1187
  });
1169
1188
  }
1170
- export declare class DeleteSpareIpsRequest extends $tea.Model {
1171
- regionId?: string;
1189
+ export declare class DeleteBasicEndpointGroupRequest extends $tea.Model {
1172
1190
  clientToken?: string;
1173
- dryRun?: boolean;
1174
- acceleratorId?: string;
1175
- spareIps?: string[];
1191
+ endpointGroupId?: string;
1176
1192
  static names(): {
1177
1193
  [key: string]: string;
1178
1194
  };
@@ -1183,7 +1199,7 @@ export declare class DeleteSpareIpsRequest extends $tea.Model {
1183
1199
  [key: string]: any;
1184
1200
  });
1185
1201
  }
1186
- export declare class DeleteSpareIpsResponseBody extends $tea.Model {
1202
+ export declare class DeleteBasicEndpointGroupResponseBody extends $tea.Model {
1187
1203
  requestId?: string;
1188
1204
  static names(): {
1189
1205
  [key: string]: string;
@@ -1195,11 +1211,11 @@ export declare class DeleteSpareIpsResponseBody extends $tea.Model {
1195
1211
  [key: string]: any;
1196
1212
  });
1197
1213
  }
1198
- export declare class DeleteSpareIpsResponse extends $tea.Model {
1214
+ export declare class DeleteBasicEndpointGroupResponse extends $tea.Model {
1199
1215
  headers: {
1200
1216
  [key: string]: string;
1201
1217
  };
1202
- body: DeleteSpareIpsResponseBody;
1218
+ body: DeleteBasicEndpointGroupResponseBody;
1203
1219
  static names(): {
1204
1220
  [key: string]: string;
1205
1221
  };
@@ -1210,9 +1226,10 @@ export declare class DeleteSpareIpsResponse extends $tea.Model {
1210
1226
  [key: string]: any;
1211
1227
  });
1212
1228
  }
1213
- export declare class DescribeAcceleratorRequest extends $tea.Model {
1229
+ export declare class DeleteBasicIpSetRequest extends $tea.Model {
1230
+ clientToken?: string;
1231
+ ipSetId?: string;
1214
1232
  regionId?: string;
1215
- acceleratorId?: string;
1216
1233
  static names(): {
1217
1234
  [key: string]: string;
1218
1235
  };
@@ -1223,23 +1240,8 @@ export declare class DescribeAcceleratorRequest extends $tea.Model {
1223
1240
  [key: string]: any;
1224
1241
  });
1225
1242
  }
1226
- export declare class DescribeAcceleratorResponseBody extends $tea.Model {
1227
- ddosId?: string;
1228
- dnsName?: string;
1229
- description?: string;
1243
+ export declare class DeleteBasicIpSetResponseBody extends $tea.Model {
1230
1244
  requestId?: string;
1231
- instanceChargeType?: string;
1232
- createTime?: number;
1233
- crossDomainBandwidthPackage?: DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage;
1234
- secondDnsName?: string;
1235
- name?: string;
1236
- basicBandwidthPackage?: DescribeAcceleratorResponseBodyBasicBandwidthPackage;
1237
- state?: string;
1238
- expiredTime?: number;
1239
- cenId?: string;
1240
- regionId?: string;
1241
- spec?: string;
1242
- acceleratorId?: string;
1243
1245
  static names(): {
1244
1246
  [key: string]: string;
1245
1247
  };
@@ -1250,11 +1252,11 @@ export declare class DescribeAcceleratorResponseBody extends $tea.Model {
1250
1252
  [key: string]: any;
1251
1253
  });
1252
1254
  }
1253
- export declare class DescribeAcceleratorResponse extends $tea.Model {
1255
+ export declare class DeleteBasicIpSetResponse extends $tea.Model {
1254
1256
  headers: {
1255
1257
  [key: string]: string;
1256
1258
  };
1257
- body: DescribeAcceleratorResponseBody;
1259
+ body: DeleteBasicIpSetResponseBody;
1258
1260
  static names(): {
1259
1261
  [key: string]: string;
1260
1262
  };
@@ -1265,9 +1267,10 @@ export declare class DescribeAcceleratorResponse extends $tea.Model {
1265
1267
  [key: string]: any;
1266
1268
  });
1267
1269
  }
1268
- export declare class DescribeBandwidthPackageRequest extends $tea.Model {
1269
- regionId?: string;
1270
- bandwidthPackageId?: string;
1270
+ export declare class DeleteEndpointGroupRequest extends $tea.Model {
1271
+ acceleratorId?: string;
1272
+ clientToken?: string;
1273
+ endpointGroupId?: string;
1271
1274
  static names(): {
1272
1275
  [key: string]: string;
1273
1276
  };
@@ -1278,24 +1281,8 @@ export declare class DescribeBandwidthPackageRequest extends $tea.Model {
1278
1281
  [key: string]: any;
1279
1282
  });
1280
1283
  }
1281
- export declare class DescribeBandwidthPackageResponseBody extends $tea.Model {
1282
- cbnGeographicRegionIdB?: string;
1283
- cbnGeographicRegionIdA?: string;
1284
- description?: string;
1284
+ export declare class DeleteEndpointGroupResponseBody extends $tea.Model {
1285
1285
  requestId?: string;
1286
- createTime?: string;
1287
- name?: string;
1288
- bandwidthType?: string;
1289
- type?: string;
1290
- accelerators?: string[];
1291
- state?: string;
1292
- chargeType?: string;
1293
- bandwidth?: number;
1294
- expiredTime?: string;
1295
- bandwidthPackageId?: string;
1296
- regionId?: string;
1297
- billingType?: string;
1298
- ratio?: number;
1299
1286
  static names(): {
1300
1287
  [key: string]: string;
1301
1288
  };
@@ -1306,11 +1293,11 @@ export declare class DescribeBandwidthPackageResponseBody extends $tea.Model {
1306
1293
  [key: string]: any;
1307
1294
  });
1308
1295
  }
1309
- export declare class DescribeBandwidthPackageResponse extends $tea.Model {
1296
+ export declare class DeleteEndpointGroupResponse extends $tea.Model {
1310
1297
  headers: {
1311
1298
  [key: string]: string;
1312
1299
  };
1313
- body: DescribeBandwidthPackageResponseBody;
1300
+ body: DeleteEndpointGroupResponseBody;
1314
1301
  static names(): {
1315
1302
  [key: string]: string;
1316
1303
  };
@@ -1321,9 +1308,11 @@ export declare class DescribeBandwidthPackageResponse extends $tea.Model {
1321
1308
  [key: string]: any;
1322
1309
  });
1323
1310
  }
1324
- export declare class DescribeEndpointGroupRequest extends $tea.Model {
1311
+ export declare class DeleteEndpointGroupsRequest extends $tea.Model {
1312
+ clientToken?: string;
1313
+ dryRun?: boolean;
1314
+ endpointGroupIds?: string[];
1325
1315
  regionId?: string;
1326
- endpointGroupId?: string;
1327
1316
  static names(): {
1328
1317
  [key: string]: string;
1329
1318
  };
@@ -1334,35 +1323,8 @@ export declare class DescribeEndpointGroupRequest extends $tea.Model {
1334
1323
  [key: string]: any;
1335
1324
  });
1336
1325
  }
1337
- export declare class DescribeEndpointGroupResponseBody extends $tea.Model {
1338
- healthCheckIntervalSeconds?: number;
1339
- trafficPercentage?: number;
1340
- endpointGroupId?: string;
1341
- description?: string;
1342
- endpointGroupIpList?: string[];
1343
- endpointGroupUnconfirmedIpList?: string[];
1326
+ export declare class DeleteEndpointGroupsResponseBody extends $tea.Model {
1344
1327
  requestId?: string;
1345
- healthCheckPath?: string;
1346
- thresholdCount?: number;
1347
- name?: string;
1348
- endpointGroupRegion?: string;
1349
- totalCount?: number;
1350
- state?: string;
1351
- healthCheckProtocol?: string;
1352
- healthCheckPort?: number;
1353
- endpointConfigurations?: DescribeEndpointGroupResponseBodyEndpointConfigurations[];
1354
- portOverrides?: DescribeEndpointGroupResponseBodyPortOverrides[];
1355
- endpointRequestProtocol?: string;
1356
- endpointGroupType?: string;
1357
- forwardingRuleIds?: string[];
1358
- acceleratorId?: string;
1359
- listenerId?: string;
1360
- slsRegion?: string;
1361
- slsProjectName?: string;
1362
- slsLogStoreName?: string;
1363
- accessLogSwitch?: string;
1364
- enableAccessLog?: boolean;
1365
- healthCheckEnabled?: boolean;
1366
1328
  static names(): {
1367
1329
  [key: string]: string;
1368
1330
  };
@@ -1373,11 +1335,11 @@ export declare class DescribeEndpointGroupResponseBody extends $tea.Model {
1373
1335
  [key: string]: any;
1374
1336
  });
1375
1337
  }
1376
- export declare class DescribeEndpointGroupResponse extends $tea.Model {
1338
+ export declare class DeleteEndpointGroupsResponse extends $tea.Model {
1377
1339
  headers: {
1378
1340
  [key: string]: string;
1379
1341
  };
1380
- body: DescribeEndpointGroupResponseBody;
1342
+ body: DeleteEndpointGroupsResponseBody;
1381
1343
  static names(): {
1382
1344
  [key: string]: string;
1383
1345
  };
@@ -1388,9 +1350,12 @@ export declare class DescribeEndpointGroupResponse extends $tea.Model {
1388
1350
  [key: string]: any;
1389
1351
  });
1390
1352
  }
1391
- export declare class DescribeIpSetRequest extends $tea.Model {
1353
+ export declare class DeleteForwardingRulesRequest extends $tea.Model {
1354
+ acceleratorId?: string;
1355
+ clientToken?: string;
1356
+ forwardingRuleIds?: string[];
1357
+ listenerId?: string;
1392
1358
  regionId?: string;
1393
- ipSetId?: string;
1394
1359
  static names(): {
1395
1360
  [key: string]: string;
1396
1361
  };
@@ -1401,15 +1366,9 @@ export declare class DescribeIpSetRequest extends $tea.Model {
1401
1366
  [key: string]: any;
1402
1367
  });
1403
1368
  }
1404
- export declare class DescribeIpSetResponseBody extends $tea.Model {
1405
- ipSetId?: string;
1369
+ export declare class DeleteForwardingRulesResponseBody extends $tea.Model {
1370
+ forwardingRules?: DeleteForwardingRulesResponseBodyForwardingRules[];
1406
1371
  requestId?: string;
1407
- ipVersion?: string;
1408
- state?: string;
1409
- bandwidth?: number;
1410
- ipAddressList?: string[];
1411
- accelerateRegionId?: string;
1412
- acceleratorId?: string;
1413
1372
  static names(): {
1414
1373
  [key: string]: string;
1415
1374
  };
@@ -1420,11 +1379,11 @@ export declare class DescribeIpSetResponseBody extends $tea.Model {
1420
1379
  [key: string]: any;
1421
1380
  });
1422
1381
  }
1423
- export declare class DescribeIpSetResponse extends $tea.Model {
1382
+ export declare class DeleteForwardingRulesResponse extends $tea.Model {
1424
1383
  headers: {
1425
1384
  [key: string]: string;
1426
1385
  };
1427
- body: DescribeIpSetResponseBody;
1386
+ body: DeleteForwardingRulesResponseBody;
1428
1387
  static names(): {
1429
1388
  [key: string]: string;
1430
1389
  };
@@ -1435,9 +1394,11 @@ export declare class DescribeIpSetResponse extends $tea.Model {
1435
1394
  [key: string]: any;
1436
1395
  });
1437
1396
  }
1438
- export declare class DescribeListenerRequest extends $tea.Model {
1397
+ export declare class DeleteIpSetRequest extends $tea.Model {
1398
+ acceleratorId?: string;
1399
+ clientToken?: string;
1400
+ ipSetId?: string;
1439
1401
  regionId?: string;
1440
- listenerId?: string;
1441
1402
  static names(): {
1442
1403
  [key: string]: string;
1443
1404
  };
@@ -1448,24 +1409,8 @@ export declare class DescribeListenerRequest extends $tea.Model {
1448
1409
  [key: string]: any;
1449
1410
  });
1450
1411
  }
1451
- export declare class DescribeListenerResponseBody extends $tea.Model {
1452
- description?: string;
1412
+ export declare class DeleteIpSetResponseBody extends $tea.Model {
1453
1413
  requestId?: string;
1454
- state?: string;
1455
- createTime?: string;
1456
- portRanges?: DescribeListenerResponseBodyPortRanges[];
1457
- backendPorts?: DescribeListenerResponseBodyBackendPorts[];
1458
- certificates?: DescribeListenerResponseBodyCertificates[];
1459
- protocol?: string;
1460
- listenerId?: string;
1461
- clientAffinity?: string;
1462
- name?: string;
1463
- relatedAcls?: DescribeListenerResponseBodyRelatedAcls[];
1464
- aclType?: string;
1465
- acceleratorId?: string;
1466
- proxyProtocol?: boolean;
1467
- XForwardedForConfig?: DescribeListenerResponseBodyXForwardedForConfig;
1468
- securityPolicyId?: string;
1469
1414
  static names(): {
1470
1415
  [key: string]: string;
1471
1416
  };
@@ -1476,11 +1421,11 @@ export declare class DescribeListenerResponseBody extends $tea.Model {
1476
1421
  [key: string]: any;
1477
1422
  });
1478
1423
  }
1479
- export declare class DescribeListenerResponse extends $tea.Model {
1424
+ export declare class DeleteIpSetResponse extends $tea.Model {
1480
1425
  headers: {
1481
1426
  [key: string]: string;
1482
1427
  };
1483
- body: DescribeListenerResponseBody;
1428
+ body: DeleteIpSetResponseBody;
1484
1429
  static names(): {
1485
1430
  [key: string]: string;
1486
1431
  };
@@ -1491,7 +1436,8 @@ export declare class DescribeListenerResponse extends $tea.Model {
1491
1436
  [key: string]: any;
1492
1437
  });
1493
1438
  }
1494
- export declare class DescribeRegionsRequest extends $tea.Model {
1439
+ export declare class DeleteIpSetsRequest extends $tea.Model {
1440
+ ipSetIds?: string[];
1495
1441
  regionId?: string;
1496
1442
  static names(): {
1497
1443
  [key: string]: string;
@@ -1503,9 +1449,848 @@ export declare class DescribeRegionsRequest extends $tea.Model {
1503
1449
  [key: string]: any;
1504
1450
  });
1505
1451
  }
1506
- export declare class DescribeRegionsResponseBody extends $tea.Model {
1452
+ export declare class DeleteIpSetsResponseBody extends $tea.Model {
1507
1453
  requestId?: string;
1454
+ static names(): {
1455
+ [key: string]: string;
1456
+ };
1457
+ static types(): {
1458
+ [key: string]: any;
1459
+ };
1460
+ constructor(map?: {
1461
+ [key: string]: any;
1462
+ });
1463
+ }
1464
+ export declare class DeleteIpSetsResponse extends $tea.Model {
1465
+ headers: {
1466
+ [key: string]: string;
1467
+ };
1468
+ body: DeleteIpSetsResponseBody;
1469
+ static names(): {
1470
+ [key: string]: string;
1471
+ };
1472
+ static types(): {
1473
+ [key: string]: any;
1474
+ };
1475
+ constructor(map?: {
1476
+ [key: string]: any;
1477
+ });
1478
+ }
1479
+ export declare class DeleteListenerRequest extends $tea.Model {
1480
+ acceleratorId?: string;
1481
+ clientToken?: string;
1482
+ listenerId?: string;
1483
+ static names(): {
1484
+ [key: string]: string;
1485
+ };
1486
+ static types(): {
1487
+ [key: string]: any;
1488
+ };
1489
+ constructor(map?: {
1490
+ [key: string]: any;
1491
+ });
1492
+ }
1493
+ export declare class DeleteListenerResponseBody extends $tea.Model {
1494
+ requestId?: string;
1495
+ static names(): {
1496
+ [key: string]: string;
1497
+ };
1498
+ static types(): {
1499
+ [key: string]: any;
1500
+ };
1501
+ constructor(map?: {
1502
+ [key: string]: any;
1503
+ });
1504
+ }
1505
+ export declare class DeleteListenerResponse extends $tea.Model {
1506
+ headers: {
1507
+ [key: string]: string;
1508
+ };
1509
+ body: DeleteListenerResponseBody;
1510
+ static names(): {
1511
+ [key: string]: string;
1512
+ };
1513
+ static types(): {
1514
+ [key: string]: any;
1515
+ };
1516
+ constructor(map?: {
1517
+ [key: string]: any;
1518
+ });
1519
+ }
1520
+ export declare class DeleteSpareIpsRequest extends $tea.Model {
1521
+ acceleratorId?: string;
1522
+ clientToken?: string;
1523
+ dryRun?: boolean;
1524
+ regionId?: string;
1525
+ spareIps?: string[];
1526
+ static names(): {
1527
+ [key: string]: string;
1528
+ };
1529
+ static types(): {
1530
+ [key: string]: any;
1531
+ };
1532
+ constructor(map?: {
1533
+ [key: string]: any;
1534
+ });
1535
+ }
1536
+ export declare class DeleteSpareIpsResponseBody extends $tea.Model {
1537
+ requestId?: string;
1538
+ static names(): {
1539
+ [key: string]: string;
1540
+ };
1541
+ static types(): {
1542
+ [key: string]: any;
1543
+ };
1544
+ constructor(map?: {
1545
+ [key: string]: any;
1546
+ });
1547
+ }
1548
+ export declare class DeleteSpareIpsResponse extends $tea.Model {
1549
+ headers: {
1550
+ [key: string]: string;
1551
+ };
1552
+ body: DeleteSpareIpsResponseBody;
1553
+ static names(): {
1554
+ [key: string]: string;
1555
+ };
1556
+ static types(): {
1557
+ [key: string]: any;
1558
+ };
1559
+ constructor(map?: {
1560
+ [key: string]: any;
1561
+ });
1562
+ }
1563
+ export declare class DescribeAcceleratorRequest extends $tea.Model {
1564
+ acceleratorId?: string;
1565
+ regionId?: string;
1566
+ static names(): {
1567
+ [key: string]: string;
1568
+ };
1569
+ static types(): {
1570
+ [key: string]: any;
1571
+ };
1572
+ constructor(map?: {
1573
+ [key: string]: any;
1574
+ });
1575
+ }
1576
+ export declare class DescribeAcceleratorResponseBody extends $tea.Model {
1577
+ acceleratorId?: string;
1578
+ basicBandwidthPackage?: DescribeAcceleratorResponseBodyBasicBandwidthPackage;
1579
+ cenId?: string;
1580
+ createTime?: number;
1581
+ crossDomainBandwidthPackage?: DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage;
1582
+ ddosId?: string;
1583
+ description?: string;
1584
+ dnsName?: string;
1585
+ expiredTime?: number;
1586
+ instanceChargeType?: string;
1587
+ name?: string;
1588
+ regionId?: string;
1589
+ requestId?: string;
1590
+ secondDnsName?: string;
1591
+ spec?: string;
1592
+ state?: string;
1593
+ static names(): {
1594
+ [key: string]: string;
1595
+ };
1596
+ static types(): {
1597
+ [key: string]: any;
1598
+ };
1599
+ constructor(map?: {
1600
+ [key: string]: any;
1601
+ });
1602
+ }
1603
+ export declare class DescribeAcceleratorResponse extends $tea.Model {
1604
+ headers: {
1605
+ [key: string]: string;
1606
+ };
1607
+ body: DescribeAcceleratorResponseBody;
1608
+ static names(): {
1609
+ [key: string]: string;
1610
+ };
1611
+ static types(): {
1612
+ [key: string]: any;
1613
+ };
1614
+ constructor(map?: {
1615
+ [key: string]: any;
1616
+ });
1617
+ }
1618
+ export declare class DescribeAcceleratorAutoRenewAttributeRequest extends $tea.Model {
1619
+ acceleratorId?: string;
1620
+ regionId?: string;
1621
+ static names(): {
1622
+ [key: string]: string;
1623
+ };
1624
+ static types(): {
1625
+ [key: string]: any;
1626
+ };
1627
+ constructor(map?: {
1628
+ [key: string]: any;
1629
+ });
1630
+ }
1631
+ export declare class DescribeAcceleratorAutoRenewAttributeResponseBody extends $tea.Model {
1632
+ acceleratorId?: string;
1633
+ autoRenew?: boolean;
1634
+ autoRenewDuration?: number;
1635
+ renewalStatus?: string;
1636
+ requestId?: string;
1637
+ static names(): {
1638
+ [key: string]: string;
1639
+ };
1640
+ static types(): {
1641
+ [key: string]: any;
1642
+ };
1643
+ constructor(map?: {
1644
+ [key: string]: any;
1645
+ });
1646
+ }
1647
+ export declare class DescribeAcceleratorAutoRenewAttributeResponse extends $tea.Model {
1648
+ headers: {
1649
+ [key: string]: string;
1650
+ };
1651
+ body: DescribeAcceleratorAutoRenewAttributeResponseBody;
1652
+ static names(): {
1653
+ [key: string]: string;
1654
+ };
1655
+ static types(): {
1656
+ [key: string]: any;
1657
+ };
1658
+ constructor(map?: {
1659
+ [key: string]: any;
1660
+ });
1661
+ }
1662
+ export declare class DescribeApplicationMonitorRequest extends $tea.Model {
1663
+ clientToken?: string;
1664
+ regionId?: string;
1665
+ taskId?: string;
1666
+ static names(): {
1667
+ [key: string]: string;
1668
+ };
1669
+ static types(): {
1670
+ [key: string]: any;
1671
+ };
1672
+ constructor(map?: {
1673
+ [key: string]: any;
1674
+ });
1675
+ }
1676
+ export declare class DescribeApplicationMonitorResponseBody extends $tea.Model {
1677
+ acceleratorId?: string;
1678
+ address?: string;
1679
+ detectThreshold?: string;
1680
+ ispCityList?: DescribeApplicationMonitorResponseBodyIspCityList[];
1681
+ listenerId?: string;
1682
+ optionsJson?: string;
1683
+ regionId?: string;
1684
+ requestId?: string;
1685
+ taskId?: string;
1686
+ taskName?: string;
1687
+ static names(): {
1688
+ [key: string]: string;
1689
+ };
1690
+ static types(): {
1691
+ [key: string]: any;
1692
+ };
1693
+ constructor(map?: {
1694
+ [key: string]: any;
1695
+ });
1696
+ }
1697
+ export declare class DescribeApplicationMonitorResponse extends $tea.Model {
1698
+ headers: {
1699
+ [key: string]: string;
1700
+ };
1701
+ body: DescribeApplicationMonitorResponseBody;
1702
+ static names(): {
1703
+ [key: string]: string;
1704
+ };
1705
+ static types(): {
1706
+ [key: string]: any;
1707
+ };
1708
+ constructor(map?: {
1709
+ [key: string]: any;
1710
+ });
1711
+ }
1712
+ export declare class DescribeBandwidthPackageRequest extends $tea.Model {
1713
+ bandwidthPackageId?: string;
1714
+ regionId?: string;
1715
+ static names(): {
1716
+ [key: string]: string;
1717
+ };
1718
+ static types(): {
1719
+ [key: string]: any;
1720
+ };
1721
+ constructor(map?: {
1722
+ [key: string]: any;
1723
+ });
1724
+ }
1725
+ export declare class DescribeBandwidthPackageResponseBody extends $tea.Model {
1726
+ accelerators?: string[];
1727
+ bandwidth?: number;
1728
+ bandwidthPackageId?: string;
1729
+ bandwidthType?: string;
1730
+ billingType?: string;
1731
+ cbnGeographicRegionIdA?: string;
1732
+ cbnGeographicRegionIdB?: string;
1733
+ chargeType?: string;
1734
+ createTime?: string;
1735
+ description?: string;
1736
+ expiredTime?: string;
1737
+ name?: string;
1738
+ ratio?: number;
1739
+ regionId?: string;
1740
+ requestId?: string;
1741
+ state?: string;
1742
+ type?: string;
1743
+ static names(): {
1744
+ [key: string]: string;
1745
+ };
1746
+ static types(): {
1747
+ [key: string]: any;
1748
+ };
1749
+ constructor(map?: {
1750
+ [key: string]: any;
1751
+ });
1752
+ }
1753
+ export declare class DescribeBandwidthPackageResponse extends $tea.Model {
1754
+ headers: {
1755
+ [key: string]: string;
1756
+ };
1757
+ body: DescribeBandwidthPackageResponseBody;
1758
+ static names(): {
1759
+ [key: string]: string;
1760
+ };
1761
+ static types(): {
1762
+ [key: string]: any;
1763
+ };
1764
+ constructor(map?: {
1765
+ [key: string]: any;
1766
+ });
1767
+ }
1768
+ export declare class DescribeEndpointGroupRequest extends $tea.Model {
1769
+ endpointGroupId?: string;
1770
+ regionId?: string;
1771
+ static names(): {
1772
+ [key: string]: string;
1773
+ };
1774
+ static types(): {
1775
+ [key: string]: any;
1776
+ };
1777
+ constructor(map?: {
1778
+ [key: string]: any;
1779
+ });
1780
+ }
1781
+ export declare class DescribeEndpointGroupResponseBody extends $tea.Model {
1782
+ acceleratorId?: string;
1783
+ accessLogSwitch?: string;
1784
+ description?: string;
1785
+ enableAccessLog?: boolean;
1786
+ endpointConfigurations?: DescribeEndpointGroupResponseBodyEndpointConfigurations[];
1787
+ endpointGroupId?: string;
1788
+ endpointGroupIpList?: string[];
1789
+ endpointGroupRegion?: string;
1790
+ endpointGroupType?: string;
1791
+ endpointGroupUnconfirmedIpList?: string[];
1792
+ endpointRequestProtocol?: string;
1793
+ forwardingRuleIds?: string[];
1794
+ healthCheckEnabled?: boolean;
1795
+ healthCheckIntervalSeconds?: number;
1796
+ healthCheckPath?: string;
1797
+ healthCheckPort?: number;
1798
+ healthCheckProtocol?: string;
1799
+ listenerId?: string;
1800
+ name?: string;
1801
+ portOverrides?: DescribeEndpointGroupResponseBodyPortOverrides[];
1802
+ requestId?: string;
1803
+ slsLogStoreName?: string;
1804
+ slsProjectName?: string;
1805
+ slsRegion?: string;
1806
+ state?: string;
1807
+ thresholdCount?: number;
1808
+ totalCount?: number;
1809
+ trafficPercentage?: number;
1810
+ static names(): {
1811
+ [key: string]: string;
1812
+ };
1813
+ static types(): {
1814
+ [key: string]: any;
1815
+ };
1816
+ constructor(map?: {
1817
+ [key: string]: any;
1818
+ });
1819
+ }
1820
+ export declare class DescribeEndpointGroupResponse extends $tea.Model {
1821
+ headers: {
1822
+ [key: string]: string;
1823
+ };
1824
+ body: DescribeEndpointGroupResponseBody;
1825
+ static names(): {
1826
+ [key: string]: string;
1827
+ };
1828
+ static types(): {
1829
+ [key: string]: any;
1830
+ };
1831
+ constructor(map?: {
1832
+ [key: string]: any;
1833
+ });
1834
+ }
1835
+ export declare class DescribeIpSetRequest extends $tea.Model {
1836
+ ipSetId?: string;
1837
+ regionId?: string;
1838
+ static names(): {
1839
+ [key: string]: string;
1840
+ };
1841
+ static types(): {
1842
+ [key: string]: any;
1843
+ };
1844
+ constructor(map?: {
1845
+ [key: string]: any;
1846
+ });
1847
+ }
1848
+ export declare class DescribeIpSetResponseBody extends $tea.Model {
1849
+ accelerateRegionId?: string;
1850
+ acceleratorId?: string;
1851
+ bandwidth?: number;
1852
+ ipAddressList?: string[];
1853
+ ipSetId?: string;
1854
+ ipVersion?: string;
1855
+ requestId?: string;
1856
+ state?: string;
1857
+ static names(): {
1858
+ [key: string]: string;
1859
+ };
1860
+ static types(): {
1861
+ [key: string]: any;
1862
+ };
1863
+ constructor(map?: {
1864
+ [key: string]: any;
1865
+ });
1866
+ }
1867
+ export declare class DescribeIpSetResponse extends $tea.Model {
1868
+ headers: {
1869
+ [key: string]: string;
1870
+ };
1871
+ body: DescribeIpSetResponseBody;
1872
+ static names(): {
1873
+ [key: string]: string;
1874
+ };
1875
+ static types(): {
1876
+ [key: string]: any;
1877
+ };
1878
+ constructor(map?: {
1879
+ [key: string]: any;
1880
+ });
1881
+ }
1882
+ export declare class DescribeListenerRequest extends $tea.Model {
1883
+ listenerId?: string;
1884
+ regionId?: string;
1885
+ static names(): {
1886
+ [key: string]: string;
1887
+ };
1888
+ static types(): {
1889
+ [key: string]: any;
1890
+ };
1891
+ constructor(map?: {
1892
+ [key: string]: any;
1893
+ });
1894
+ }
1895
+ export declare class DescribeListenerResponseBody extends $tea.Model {
1896
+ acceleratorId?: string;
1897
+ aclType?: string;
1898
+ backendPorts?: DescribeListenerResponseBodyBackendPorts[];
1899
+ certificates?: DescribeListenerResponseBodyCertificates[];
1900
+ clientAffinity?: string;
1901
+ createTime?: string;
1902
+ description?: string;
1903
+ listenerId?: string;
1904
+ name?: string;
1905
+ portRanges?: DescribeListenerResponseBodyPortRanges[];
1906
+ protocol?: string;
1907
+ proxyProtocol?: boolean;
1908
+ relatedAcls?: DescribeListenerResponseBodyRelatedAcls[];
1909
+ requestId?: string;
1910
+ securityPolicyId?: string;
1911
+ state?: string;
1912
+ XForwardedForConfig?: DescribeListenerResponseBodyXForwardedForConfig;
1913
+ static names(): {
1914
+ [key: string]: string;
1915
+ };
1916
+ static types(): {
1917
+ [key: string]: any;
1918
+ };
1919
+ constructor(map?: {
1920
+ [key: string]: any;
1921
+ });
1922
+ }
1923
+ export declare class DescribeListenerResponse extends $tea.Model {
1924
+ headers: {
1925
+ [key: string]: string;
1926
+ };
1927
+ body: DescribeListenerResponseBody;
1928
+ static names(): {
1929
+ [key: string]: string;
1930
+ };
1931
+ static types(): {
1932
+ [key: string]: any;
1933
+ };
1934
+ constructor(map?: {
1935
+ [key: string]: any;
1936
+ });
1937
+ }
1938
+ export declare class DescribeRegionsRequest extends $tea.Model {
1939
+ regionId?: string;
1940
+ static names(): {
1941
+ [key: string]: string;
1942
+ };
1943
+ static types(): {
1944
+ [key: string]: any;
1945
+ };
1946
+ constructor(map?: {
1947
+ [key: string]: any;
1948
+ });
1949
+ }
1950
+ export declare class DescribeRegionsResponseBody extends $tea.Model {
1508
1951
  regions?: DescribeRegionsResponseBodyRegions[];
1952
+ requestId?: string;
1953
+ static names(): {
1954
+ [key: string]: string;
1955
+ };
1956
+ static types(): {
1957
+ [key: string]: any;
1958
+ };
1959
+ constructor(map?: {
1960
+ [key: string]: any;
1961
+ });
1962
+ }
1963
+ export declare class DescribeRegionsResponse extends $tea.Model {
1964
+ headers: {
1965
+ [key: string]: string;
1966
+ };
1967
+ body: DescribeRegionsResponseBody;
1968
+ static names(): {
1969
+ [key: string]: string;
1970
+ };
1971
+ static types(): {
1972
+ [key: string]: any;
1973
+ };
1974
+ constructor(map?: {
1975
+ [key: string]: any;
1976
+ });
1977
+ }
1978
+ export declare class DetachDdosFromAcceleratorRequest extends $tea.Model {
1979
+ acceleratorId?: string;
1980
+ regionId?: string;
1981
+ static names(): {
1982
+ [key: string]: string;
1983
+ };
1984
+ static types(): {
1985
+ [key: string]: any;
1986
+ };
1987
+ constructor(map?: {
1988
+ [key: string]: any;
1989
+ });
1990
+ }
1991
+ export declare class DetachDdosFromAcceleratorResponseBody extends $tea.Model {
1992
+ ddosId?: string;
1993
+ requestId?: string;
1994
+ static names(): {
1995
+ [key: string]: string;
1996
+ };
1997
+ static types(): {
1998
+ [key: string]: any;
1999
+ };
2000
+ constructor(map?: {
2001
+ [key: string]: any;
2002
+ });
2003
+ }
2004
+ export declare class DetachDdosFromAcceleratorResponse extends $tea.Model {
2005
+ headers: {
2006
+ [key: string]: string;
2007
+ };
2008
+ body: DetachDdosFromAcceleratorResponseBody;
2009
+ static names(): {
2010
+ [key: string]: string;
2011
+ };
2012
+ static types(): {
2013
+ [key: string]: any;
2014
+ };
2015
+ constructor(map?: {
2016
+ [key: string]: any;
2017
+ });
2018
+ }
2019
+ export declare class DetachLogStoreFromEndpointGroupRequest extends $tea.Model {
2020
+ acceleratorId?: string;
2021
+ clientToken?: string;
2022
+ endpointGroupIds?: string[];
2023
+ listenerId?: string;
2024
+ regionId?: string;
2025
+ static names(): {
2026
+ [key: string]: string;
2027
+ };
2028
+ static types(): {
2029
+ [key: string]: any;
2030
+ };
2031
+ constructor(map?: {
2032
+ [key: string]: any;
2033
+ });
2034
+ }
2035
+ export declare class DetachLogStoreFromEndpointGroupResponseBody extends $tea.Model {
2036
+ requestId?: string;
2037
+ static names(): {
2038
+ [key: string]: string;
2039
+ };
2040
+ static types(): {
2041
+ [key: string]: any;
2042
+ };
2043
+ constructor(map?: {
2044
+ [key: string]: any;
2045
+ });
2046
+ }
2047
+ export declare class DetachLogStoreFromEndpointGroupResponse extends $tea.Model {
2048
+ headers: {
2049
+ [key: string]: string;
2050
+ };
2051
+ body: DetachLogStoreFromEndpointGroupResponseBody;
2052
+ static names(): {
2053
+ [key: string]: string;
2054
+ };
2055
+ static types(): {
2056
+ [key: string]: any;
2057
+ };
2058
+ constructor(map?: {
2059
+ [key: string]: any;
2060
+ });
2061
+ }
2062
+ export declare class DetectApplicationMonitorRequest extends $tea.Model {
2063
+ clientToken?: string;
2064
+ regionId?: string;
2065
+ taskId?: string;
2066
+ static names(): {
2067
+ [key: string]: string;
2068
+ };
2069
+ static types(): {
2070
+ [key: string]: any;
2071
+ };
2072
+ constructor(map?: {
2073
+ [key: string]: any;
2074
+ });
2075
+ }
2076
+ export declare class DetectApplicationMonitorResponseBody extends $tea.Model {
2077
+ requestId?: string;
2078
+ static names(): {
2079
+ [key: string]: string;
2080
+ };
2081
+ static types(): {
2082
+ [key: string]: any;
2083
+ };
2084
+ constructor(map?: {
2085
+ [key: string]: any;
2086
+ });
2087
+ }
2088
+ export declare class DetectApplicationMonitorResponse extends $tea.Model {
2089
+ headers: {
2090
+ [key: string]: string;
2091
+ };
2092
+ body: DetectApplicationMonitorResponseBody;
2093
+ static names(): {
2094
+ [key: string]: string;
2095
+ };
2096
+ static types(): {
2097
+ [key: string]: any;
2098
+ };
2099
+ constructor(map?: {
2100
+ [key: string]: any;
2101
+ });
2102
+ }
2103
+ export declare class DisableApplicationMonitorRequest extends $tea.Model {
2104
+ clientToken?: string;
2105
+ regionId?: string;
2106
+ taskId?: string;
2107
+ static names(): {
2108
+ [key: string]: string;
2109
+ };
2110
+ static types(): {
2111
+ [key: string]: any;
2112
+ };
2113
+ constructor(map?: {
2114
+ [key: string]: any;
2115
+ });
2116
+ }
2117
+ export declare class DisableApplicationMonitorResponseBody extends $tea.Model {
2118
+ requestId?: string;
2119
+ static names(): {
2120
+ [key: string]: string;
2121
+ };
2122
+ static types(): {
2123
+ [key: string]: any;
2124
+ };
2125
+ constructor(map?: {
2126
+ [key: string]: any;
2127
+ });
2128
+ }
2129
+ export declare class DisableApplicationMonitorResponse extends $tea.Model {
2130
+ headers: {
2131
+ [key: string]: string;
2132
+ };
2133
+ body: DisableApplicationMonitorResponseBody;
2134
+ static names(): {
2135
+ [key: string]: string;
2136
+ };
2137
+ static types(): {
2138
+ [key: string]: any;
2139
+ };
2140
+ constructor(map?: {
2141
+ [key: string]: any;
2142
+ });
2143
+ }
2144
+ export declare class DissociateAclsFromListenerRequest extends $tea.Model {
2145
+ aclIds?: string[];
2146
+ clientToken?: string;
2147
+ dryRun?: boolean;
2148
+ listenerId?: string;
2149
+ regionId?: string;
2150
+ static names(): {
2151
+ [key: string]: string;
2152
+ };
2153
+ static types(): {
2154
+ [key: string]: any;
2155
+ };
2156
+ constructor(map?: {
2157
+ [key: string]: any;
2158
+ });
2159
+ }
2160
+ export declare class DissociateAclsFromListenerResponseBody extends $tea.Model {
2161
+ aclIds?: string[];
2162
+ listenerId?: string;
2163
+ requestId?: string;
2164
+ static names(): {
2165
+ [key: string]: string;
2166
+ };
2167
+ static types(): {
2168
+ [key: string]: any;
2169
+ };
2170
+ constructor(map?: {
2171
+ [key: string]: any;
2172
+ });
2173
+ }
2174
+ export declare class DissociateAclsFromListenerResponse extends $tea.Model {
2175
+ headers: {
2176
+ [key: string]: string;
2177
+ };
2178
+ body: DissociateAclsFromListenerResponseBody;
2179
+ static names(): {
2180
+ [key: string]: string;
2181
+ };
2182
+ static types(): {
2183
+ [key: string]: any;
2184
+ };
2185
+ constructor(map?: {
2186
+ [key: string]: any;
2187
+ });
2188
+ }
2189
+ export declare class DissociateAdditionalCertificatesFromListenerRequest extends $tea.Model {
2190
+ acceleratorId?: string;
2191
+ clientToken?: string;
2192
+ domains?: string[];
2193
+ listenerId?: string;
2194
+ regionId?: string;
2195
+ static names(): {
2196
+ [key: string]: string;
2197
+ };
2198
+ static types(): {
2199
+ [key: string]: any;
2200
+ };
2201
+ constructor(map?: {
2202
+ [key: string]: any;
2203
+ });
2204
+ }
2205
+ export declare class DissociateAdditionalCertificatesFromListenerResponseBody extends $tea.Model {
2206
+ requestId?: string;
2207
+ static names(): {
2208
+ [key: string]: string;
2209
+ };
2210
+ static types(): {
2211
+ [key: string]: any;
2212
+ };
2213
+ constructor(map?: {
2214
+ [key: string]: any;
2215
+ });
2216
+ }
2217
+ export declare class DissociateAdditionalCertificatesFromListenerResponse extends $tea.Model {
2218
+ headers: {
2219
+ [key: string]: string;
2220
+ };
2221
+ body: DissociateAdditionalCertificatesFromListenerResponseBody;
2222
+ static names(): {
2223
+ [key: string]: string;
2224
+ };
2225
+ static types(): {
2226
+ [key: string]: any;
2227
+ };
2228
+ constructor(map?: {
2229
+ [key: string]: any;
2230
+ });
2231
+ }
2232
+ export declare class EnableApplicationMonitorRequest extends $tea.Model {
2233
+ clientToken?: string;
2234
+ regionId?: string;
2235
+ taskId?: string;
2236
+ static names(): {
2237
+ [key: string]: string;
2238
+ };
2239
+ static types(): {
2240
+ [key: string]: any;
2241
+ };
2242
+ constructor(map?: {
2243
+ [key: string]: any;
2244
+ });
2245
+ }
2246
+ export declare class EnableApplicationMonitorResponseBody extends $tea.Model {
2247
+ requestId?: string;
2248
+ static names(): {
2249
+ [key: string]: string;
2250
+ };
2251
+ static types(): {
2252
+ [key: string]: any;
2253
+ };
2254
+ constructor(map?: {
2255
+ [key: string]: any;
2256
+ });
2257
+ }
2258
+ export declare class EnableApplicationMonitorResponse extends $tea.Model {
2259
+ headers: {
2260
+ [key: string]: string;
2261
+ };
2262
+ body: EnableApplicationMonitorResponseBody;
2263
+ static names(): {
2264
+ [key: string]: string;
2265
+ };
2266
+ static types(): {
2267
+ [key: string]: any;
2268
+ };
2269
+ constructor(map?: {
2270
+ [key: string]: any;
2271
+ });
2272
+ }
2273
+ export declare class GetAclRequest extends $tea.Model {
2274
+ aclId?: string;
2275
+ regionId?: string;
2276
+ static names(): {
2277
+ [key: string]: string;
2278
+ };
2279
+ static types(): {
2280
+ [key: string]: any;
2281
+ };
2282
+ constructor(map?: {
2283
+ [key: string]: any;
2284
+ });
2285
+ }
2286
+ export declare class GetAclResponseBody extends $tea.Model {
2287
+ aclEntries?: GetAclResponseBodyAclEntries[];
2288
+ aclId?: string;
2289
+ aclName?: string;
2290
+ aclStatus?: string;
2291
+ addressIPVersion?: string;
2292
+ relatedListeners?: GetAclResponseBodyRelatedListeners[];
2293
+ requestId?: string;
1509
2294
  static names(): {
1510
2295
  [key: string]: string;
1511
2296
  };
@@ -1516,11 +2301,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
1516
2301
  [key: string]: any;
1517
2302
  });
1518
2303
  }
1519
- export declare class DescribeRegionsResponse extends $tea.Model {
2304
+ export declare class GetAclResponse extends $tea.Model {
1520
2305
  headers: {
1521
2306
  [key: string]: string;
1522
2307
  };
1523
- body: DescribeRegionsResponseBody;
2308
+ body: GetAclResponseBody;
1524
2309
  static names(): {
1525
2310
  [key: string]: string;
1526
2311
  };
@@ -1531,7 +2316,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
1531
2316
  [key: string]: any;
1532
2317
  });
1533
2318
  }
1534
- export declare class DetachDdosFromAcceleratorRequest extends $tea.Model {
2319
+ export declare class GetBasicAcceleratorRequest extends $tea.Model {
1535
2320
  acceleratorId?: string;
1536
2321
  regionId?: string;
1537
2322
  static names(): {
@@ -1544,9 +2329,21 @@ export declare class DetachDdosFromAcceleratorRequest extends $tea.Model {
1544
2329
  [key: string]: any;
1545
2330
  });
1546
2331
  }
1547
- export declare class DetachDdosFromAcceleratorResponseBody extends $tea.Model {
1548
- ddosId?: string;
2332
+ export declare class GetBasicAcceleratorResponseBody extends $tea.Model {
2333
+ acceleratorId?: string;
2334
+ basicBandwidthPackage?: GetBasicAcceleratorResponseBodyBasicBandwidthPackage;
2335
+ basicEndpointGroupId?: string;
2336
+ basicIpSetId?: string;
2337
+ cenId?: string;
2338
+ createTime?: number;
2339
+ crossDomainBandwidthPackage?: GetBasicAcceleratorResponseBodyCrossDomainBandwidthPackage;
2340
+ description?: string;
2341
+ expiredTime?: number;
2342
+ instanceChargeType?: string;
2343
+ name?: string;
2344
+ regionId?: string;
1549
2345
  requestId?: string;
2346
+ state?: string;
1550
2347
  static names(): {
1551
2348
  [key: string]: string;
1552
2349
  };
@@ -1557,11 +2354,11 @@ export declare class DetachDdosFromAcceleratorResponseBody extends $tea.Model {
1557
2354
  [key: string]: any;
1558
2355
  });
1559
2356
  }
1560
- export declare class DetachDdosFromAcceleratorResponse extends $tea.Model {
2357
+ export declare class GetBasicAcceleratorResponse extends $tea.Model {
1561
2358
  headers: {
1562
2359
  [key: string]: string;
1563
2360
  };
1564
- body: DetachDdosFromAcceleratorResponseBody;
2361
+ body: GetBasicAcceleratorResponseBody;
1565
2362
  static names(): {
1566
2363
  [key: string]: string;
1567
2364
  };
@@ -1572,12 +2369,59 @@ export declare class DetachDdosFromAcceleratorResponse extends $tea.Model {
1572
2369
  [key: string]: any;
1573
2370
  });
1574
2371
  }
1575
- export declare class DetachLogStoreFromEndpointGroupRequest extends $tea.Model {
2372
+ export declare class GetBasicEndpointGroupRequest extends $tea.Model {
2373
+ clientToken?: string;
2374
+ endpointGroupId?: string;
1576
2375
  regionId?: string;
2376
+ static names(): {
2377
+ [key: string]: string;
2378
+ };
2379
+ static types(): {
2380
+ [key: string]: any;
2381
+ };
2382
+ constructor(map?: {
2383
+ [key: string]: any;
2384
+ });
2385
+ }
2386
+ export declare class GetBasicEndpointGroupResponseBody extends $tea.Model {
1577
2387
  acceleratorId?: string;
1578
- listenerId?: string;
1579
- endpointGroupIds?: string[];
2388
+ description?: string;
2389
+ endpointAddress?: string;
2390
+ endpointGroupId?: string;
2391
+ endpointGroupRegion?: string;
2392
+ endpointType?: string;
2393
+ name?: string;
2394
+ requestId?: string;
2395
+ state?: string;
2396
+ static names(): {
2397
+ [key: string]: string;
2398
+ };
2399
+ static types(): {
2400
+ [key: string]: any;
2401
+ };
2402
+ constructor(map?: {
2403
+ [key: string]: any;
2404
+ });
2405
+ }
2406
+ export declare class GetBasicEndpointGroupResponse extends $tea.Model {
2407
+ headers: {
2408
+ [key: string]: string;
2409
+ };
2410
+ body: GetBasicEndpointGroupResponseBody;
2411
+ static names(): {
2412
+ [key: string]: string;
2413
+ };
2414
+ static types(): {
2415
+ [key: string]: any;
2416
+ };
2417
+ constructor(map?: {
2418
+ [key: string]: any;
2419
+ });
2420
+ }
2421
+ export declare class GetBasicIpSetRequest extends $tea.Model {
1580
2422
  clientToken?: string;
2423
+ ipSetId?: string;
2424
+ regionId?: string;
1581
2425
  static names(): {
1582
2426
  [key: string]: string;
1583
2427
  };
@@ -1588,8 +2432,15 @@ export declare class DetachLogStoreFromEndpointGroupRequest extends $tea.Model {
1588
2432
  [key: string]: any;
1589
2433
  });
1590
2434
  }
1591
- export declare class DetachLogStoreFromEndpointGroupResponseBody extends $tea.Model {
2435
+ export declare class GetBasicIpSetResponseBody extends $tea.Model {
2436
+ accelerateRegionId?: string;
2437
+ acceleratorId?: string;
2438
+ bandwidth?: number;
2439
+ ipAddress?: string;
2440
+ ipSetId?: string;
2441
+ ipVersion?: string;
1592
2442
  requestId?: string;
2443
+ state?: string;
1593
2444
  static names(): {
1594
2445
  [key: string]: string;
1595
2446
  };
@@ -1600,11 +2451,11 @@ export declare class DetachLogStoreFromEndpointGroupResponseBody extends $tea.Mo
1600
2451
  [key: string]: any;
1601
2452
  });
1602
2453
  }
1603
- export declare class DetachLogStoreFromEndpointGroupResponse extends $tea.Model {
2454
+ export declare class GetBasicIpSetResponse extends $tea.Model {
1604
2455
  headers: {
1605
2456
  [key: string]: string;
1606
2457
  };
1607
- body: DetachLogStoreFromEndpointGroupResponseBody;
2458
+ body: GetBasicIpSetResponseBody;
1608
2459
  static names(): {
1609
2460
  [key: string]: string;
1610
2461
  };
@@ -1615,12 +2466,190 @@ export declare class DetachLogStoreFromEndpointGroupResponse extends $tea.Model
1615
2466
  [key: string]: any;
1616
2467
  });
1617
2468
  }
1618
- export declare class DissociateAclsFromListenerRequest extends $tea.Model {
2469
+ export declare class GetHealthStatusRequest extends $tea.Model {
2470
+ acceleratorId?: string;
2471
+ clientToken?: string;
2472
+ dryRun?: boolean;
2473
+ listenerId?: string;
1619
2474
  regionId?: string;
1620
- aclIds?: string[];
2475
+ static names(): {
2476
+ [key: string]: string;
2477
+ };
2478
+ static types(): {
2479
+ [key: string]: any;
2480
+ };
2481
+ constructor(map?: {
2482
+ [key: string]: any;
2483
+ });
2484
+ }
2485
+ export declare class GetHealthStatusResponseBody extends $tea.Model {
2486
+ endpointGroups?: GetHealthStatusResponseBodyEndpointGroups[];
2487
+ healthStatus?: string;
1621
2488
  listenerId?: string;
2489
+ requestId?: string;
2490
+ static names(): {
2491
+ [key: string]: string;
2492
+ };
2493
+ static types(): {
2494
+ [key: string]: any;
2495
+ };
2496
+ constructor(map?: {
2497
+ [key: string]: any;
2498
+ });
2499
+ }
2500
+ export declare class GetHealthStatusResponse extends $tea.Model {
2501
+ headers: {
2502
+ [key: string]: string;
2503
+ };
2504
+ body: GetHealthStatusResponseBody;
2505
+ static names(): {
2506
+ [key: string]: string;
2507
+ };
2508
+ static types(): {
2509
+ [key: string]: any;
2510
+ };
2511
+ constructor(map?: {
2512
+ [key: string]: any;
2513
+ });
2514
+ }
2515
+ export declare class GetSpareIpRequest extends $tea.Model {
2516
+ acceleratorId?: string;
1622
2517
  clientToken?: string;
1623
2518
  dryRun?: boolean;
2519
+ regionId?: string;
2520
+ spareIp?: string;
2521
+ static names(): {
2522
+ [key: string]: string;
2523
+ };
2524
+ static types(): {
2525
+ [key: string]: any;
2526
+ };
2527
+ constructor(map?: {
2528
+ [key: string]: any;
2529
+ });
2530
+ }
2531
+ export declare class GetSpareIpResponseBody extends $tea.Model {
2532
+ requestId?: string;
2533
+ state?: string;
2534
+ static names(): {
2535
+ [key: string]: string;
2536
+ };
2537
+ static types(): {
2538
+ [key: string]: any;
2539
+ };
2540
+ constructor(map?: {
2541
+ [key: string]: any;
2542
+ });
2543
+ }
2544
+ export declare class GetSpareIpResponse extends $tea.Model {
2545
+ headers: {
2546
+ [key: string]: string;
2547
+ };
2548
+ body: GetSpareIpResponseBody;
2549
+ static names(): {
2550
+ [key: string]: string;
2551
+ };
2552
+ static types(): {
2553
+ [key: string]: any;
2554
+ };
2555
+ constructor(map?: {
2556
+ [key: string]: any;
2557
+ });
2558
+ }
2559
+ export declare class ListAccelerateAreasRequest extends $tea.Model {
2560
+ regionId?: string;
2561
+ static names(): {
2562
+ [key: string]: string;
2563
+ };
2564
+ static types(): {
2565
+ [key: string]: any;
2566
+ };
2567
+ constructor(map?: {
2568
+ [key: string]: any;
2569
+ });
2570
+ }
2571
+ export declare class ListAccelerateAreasResponseBody extends $tea.Model {
2572
+ areas?: ListAccelerateAreasResponseBodyAreas[];
2573
+ requestId?: string;
2574
+ static names(): {
2575
+ [key: string]: string;
2576
+ };
2577
+ static types(): {
2578
+ [key: string]: any;
2579
+ };
2580
+ constructor(map?: {
2581
+ [key: string]: any;
2582
+ });
2583
+ }
2584
+ export declare class ListAccelerateAreasResponse extends $tea.Model {
2585
+ headers: {
2586
+ [key: string]: string;
2587
+ };
2588
+ body: ListAccelerateAreasResponseBody;
2589
+ static names(): {
2590
+ [key: string]: string;
2591
+ };
2592
+ static types(): {
2593
+ [key: string]: any;
2594
+ };
2595
+ constructor(map?: {
2596
+ [key: string]: any;
2597
+ });
2598
+ }
2599
+ export declare class ListAcceleratorsRequest extends $tea.Model {
2600
+ acceleratorId?: string;
2601
+ pageNumber?: number;
2602
+ pageSize?: number;
2603
+ regionId?: string;
2604
+ state?: string;
2605
+ static names(): {
2606
+ [key: string]: string;
2607
+ };
2608
+ static types(): {
2609
+ [key: string]: any;
2610
+ };
2611
+ constructor(map?: {
2612
+ [key: string]: any;
2613
+ });
2614
+ }
2615
+ export declare class ListAcceleratorsResponseBody extends $tea.Model {
2616
+ accelerators?: ListAcceleratorsResponseBodyAccelerators[];
2617
+ pageNumber?: number;
2618
+ pageSize?: number;
2619
+ requestId?: string;
2620
+ totalCount?: number;
2621
+ static names(): {
2622
+ [key: string]: string;
2623
+ };
2624
+ static types(): {
2625
+ [key: string]: any;
2626
+ };
2627
+ constructor(map?: {
2628
+ [key: string]: any;
2629
+ });
2630
+ }
2631
+ export declare class ListAcceleratorsResponse extends $tea.Model {
2632
+ headers: {
2633
+ [key: string]: string;
2634
+ };
2635
+ body: ListAcceleratorsResponseBody;
2636
+ static names(): {
2637
+ [key: string]: string;
2638
+ };
2639
+ static types(): {
2640
+ [key: string]: any;
2641
+ };
2642
+ constructor(map?: {
2643
+ [key: string]: any;
2644
+ });
2645
+ }
2646
+ export declare class ListAclsRequest extends $tea.Model {
2647
+ aclIds?: string[];
2648
+ aclName?: string;
2649
+ clientToken?: string;
2650
+ maxResults?: number;
2651
+ nextToken?: string;
2652
+ regionId?: string;
1624
2653
  static names(): {
1625
2654
  [key: string]: string;
1626
2655
  };
@@ -1631,10 +2660,12 @@ export declare class DissociateAclsFromListenerRequest extends $tea.Model {
1631
2660
  [key: string]: any;
1632
2661
  });
1633
2662
  }
1634
- export declare class DissociateAclsFromListenerResponseBody extends $tea.Model {
2663
+ export declare class ListAclsResponseBody extends $tea.Model {
2664
+ acls?: ListAclsResponseBodyAcls[];
2665
+ maxResults?: number;
2666
+ nextToken?: string;
1635
2667
  requestId?: string;
1636
- aclIds?: string[];
1637
- listenerId?: string;
2668
+ totalCount?: number;
1638
2669
  static names(): {
1639
2670
  [key: string]: string;
1640
2671
  };
@@ -1645,11 +2676,11 @@ export declare class DissociateAclsFromListenerResponseBody extends $tea.Model {
1645
2676
  [key: string]: any;
1646
2677
  });
1647
2678
  }
1648
- export declare class DissociateAclsFromListenerResponse extends $tea.Model {
2679
+ export declare class ListAclsResponse extends $tea.Model {
1649
2680
  headers: {
1650
2681
  [key: string]: string;
1651
2682
  };
1652
- body: DissociateAclsFromListenerResponseBody;
2683
+ body: ListAclsResponseBody;
1653
2684
  static names(): {
1654
2685
  [key: string]: string;
1655
2686
  };
@@ -1660,12 +2691,11 @@ export declare class DissociateAclsFromListenerResponse extends $tea.Model {
1660
2691
  [key: string]: any;
1661
2692
  });
1662
2693
  }
1663
- export declare class DissociateAdditionalCertificatesFromListenerRequest extends $tea.Model {
2694
+ export declare class ListApplicationMonitorRequest extends $tea.Model {
2695
+ pageNumber?: number;
2696
+ pageSize?: number;
1664
2697
  regionId?: string;
1665
- clientToken?: string;
1666
- acceleratorId?: string;
1667
- listenerId?: string;
1668
- domains?: string[];
2698
+ searchValue?: string;
1669
2699
  static names(): {
1670
2700
  [key: string]: string;
1671
2701
  };
@@ -1676,8 +2706,12 @@ export declare class DissociateAdditionalCertificatesFromListenerRequest extends
1676
2706
  [key: string]: any;
1677
2707
  });
1678
2708
  }
1679
- export declare class DissociateAdditionalCertificatesFromListenerResponseBody extends $tea.Model {
2709
+ export declare class ListApplicationMonitorResponseBody extends $tea.Model {
2710
+ applicationMonitors?: ListApplicationMonitorResponseBodyApplicationMonitors[];
2711
+ pageNumber?: number;
2712
+ pageSize?: number;
1680
2713
  requestId?: string;
2714
+ totalCount?: number;
1681
2715
  static names(): {
1682
2716
  [key: string]: string;
1683
2717
  };
@@ -1688,11 +2722,11 @@ export declare class DissociateAdditionalCertificatesFromListenerResponseBody ex
1688
2722
  [key: string]: any;
1689
2723
  });
1690
2724
  }
1691
- export declare class DissociateAdditionalCertificatesFromListenerResponse extends $tea.Model {
2725
+ export declare class ListApplicationMonitorResponse extends $tea.Model {
1692
2726
  headers: {
1693
2727
  [key: string]: string;
1694
2728
  };
1695
- body: DissociateAdditionalCertificatesFromListenerResponseBody;
2729
+ body: ListApplicationMonitorResponseBody;
1696
2730
  static names(): {
1697
2731
  [key: string]: string;
1698
2732
  };
@@ -1703,9 +2737,13 @@ export declare class DissociateAdditionalCertificatesFromListenerResponse extend
1703
2737
  [key: string]: any;
1704
2738
  });
1705
2739
  }
1706
- export declare class GetAclRequest extends $tea.Model {
2740
+ export declare class ListApplicationMonitorDetectResultRequest extends $tea.Model {
2741
+ beginTime?: number;
2742
+ endTime?: number;
2743
+ pageNumber?: number;
2744
+ pageSize?: number;
1707
2745
  regionId?: string;
1708
- aclId?: string;
2746
+ taskId?: string;
1709
2747
  static names(): {
1710
2748
  [key: string]: string;
1711
2749
  };
@@ -1716,14 +2754,12 @@ export declare class GetAclRequest extends $tea.Model {
1716
2754
  [key: string]: any;
1717
2755
  });
1718
2756
  }
1719
- export declare class GetAclResponseBody extends $tea.Model {
2757
+ export declare class ListApplicationMonitorDetectResultResponseBody extends $tea.Model {
2758
+ applicationMonitorDetectResultList?: ListApplicationMonitorDetectResultResponseBodyApplicationMonitorDetectResultList[];
2759
+ pageNumber?: number;
2760
+ pageSize?: number;
1720
2761
  requestId?: string;
1721
- aclId?: string;
1722
- addressIPVersion?: string;
1723
- aclStatus?: string;
1724
- aclEntries?: GetAclResponseBodyAclEntries[];
1725
- relatedListeners?: GetAclResponseBodyRelatedListeners[];
1726
- aclName?: string;
2762
+ totalCount?: number;
1727
2763
  static names(): {
1728
2764
  [key: string]: string;
1729
2765
  };
@@ -1734,11 +2770,11 @@ export declare class GetAclResponseBody extends $tea.Model {
1734
2770
  [key: string]: any;
1735
2771
  });
1736
2772
  }
1737
- export declare class GetAclResponse extends $tea.Model {
2773
+ export declare class ListApplicationMonitorDetectResultResponse extends $tea.Model {
1738
2774
  headers: {
1739
2775
  [key: string]: string;
1740
2776
  };
1741
- body: GetAclResponseBody;
2777
+ body: ListApplicationMonitorDetectResultResponseBody;
1742
2778
  static names(): {
1743
2779
  [key: string]: string;
1744
2780
  };
@@ -1749,12 +2785,9 @@ export declare class GetAclResponse extends $tea.Model {
1749
2785
  [key: string]: any;
1750
2786
  });
1751
2787
  }
1752
- export declare class GetHealthStatusRequest extends $tea.Model {
1753
- regionId?: string;
1754
- clientToken?: string;
1755
- dryRun?: boolean;
2788
+ export declare class ListAvailableAccelerateAreasRequest extends $tea.Model {
1756
2789
  acceleratorId?: string;
1757
- listenerId?: string;
2790
+ regionId?: string;
1758
2791
  static names(): {
1759
2792
  [key: string]: string;
1760
2793
  };
@@ -1765,11 +2798,9 @@ export declare class GetHealthStatusRequest extends $tea.Model {
1765
2798
  [key: string]: any;
1766
2799
  });
1767
2800
  }
1768
- export declare class GetHealthStatusResponseBody extends $tea.Model {
2801
+ export declare class ListAvailableAccelerateAreasResponseBody extends $tea.Model {
2802
+ areas?: ListAvailableAccelerateAreasResponseBodyAreas[];
1769
2803
  requestId?: string;
1770
- listenerId?: string;
1771
- healthStatus?: string;
1772
- endpointGroups?: GetHealthStatusResponseBodyEndpointGroups[];
1773
2804
  static names(): {
1774
2805
  [key: string]: string;
1775
2806
  };
@@ -1780,11 +2811,11 @@ export declare class GetHealthStatusResponseBody extends $tea.Model {
1780
2811
  [key: string]: any;
1781
2812
  });
1782
2813
  }
1783
- export declare class GetHealthStatusResponse extends $tea.Model {
2814
+ export declare class ListAvailableAccelerateAreasResponse extends $tea.Model {
1784
2815
  headers: {
1785
2816
  [key: string]: string;
1786
2817
  };
1787
- body: GetHealthStatusResponseBody;
2818
+ body: ListAvailableAccelerateAreasResponseBody;
1788
2819
  static names(): {
1789
2820
  [key: string]: string;
1790
2821
  };
@@ -1795,12 +2826,9 @@ export declare class GetHealthStatusResponse extends $tea.Model {
1795
2826
  [key: string]: any;
1796
2827
  });
1797
2828
  }
1798
- export declare class GetSpareIpRequest extends $tea.Model {
1799
- regionId?: string;
1800
- clientToken?: string;
1801
- dryRun?: boolean;
2829
+ export declare class ListAvailableBusiRegionsRequest extends $tea.Model {
1802
2830
  acceleratorId?: string;
1803
- spareIp?: string;
2831
+ regionId?: string;
1804
2832
  static names(): {
1805
2833
  [key: string]: string;
1806
2834
  };
@@ -1811,9 +2839,9 @@ export declare class GetSpareIpRequest extends $tea.Model {
1811
2839
  [key: string]: any;
1812
2840
  });
1813
2841
  }
1814
- export declare class GetSpareIpResponseBody extends $tea.Model {
2842
+ export declare class ListAvailableBusiRegionsResponseBody extends $tea.Model {
2843
+ regions?: ListAvailableBusiRegionsResponseBodyRegions[];
1815
2844
  requestId?: string;
1816
- state?: string;
1817
2845
  static names(): {
1818
2846
  [key: string]: string;
1819
2847
  };
@@ -1824,11 +2852,11 @@ export declare class GetSpareIpResponseBody extends $tea.Model {
1824
2852
  [key: string]: any;
1825
2853
  });
1826
2854
  }
1827
- export declare class GetSpareIpResponse extends $tea.Model {
2855
+ export declare class ListAvailableBusiRegionsResponse extends $tea.Model {
1828
2856
  headers: {
1829
2857
  [key: string]: string;
1830
2858
  };
1831
- body: GetSpareIpResponseBody;
2859
+ body: ListAvailableBusiRegionsResponseBody;
1832
2860
  static names(): {
1833
2861
  [key: string]: string;
1834
2862
  };
@@ -1839,8 +2867,13 @@ export declare class GetSpareIpResponse extends $tea.Model {
1839
2867
  [key: string]: any;
1840
2868
  });
1841
2869
  }
1842
- export declare class ListAccelerateAreasRequest extends $tea.Model {
2870
+ export declare class ListBandwidthPackagesRequest extends $tea.Model {
2871
+ bandwidthPackageId?: string;
2872
+ pageNumber?: number;
2873
+ pageSize?: number;
1843
2874
  regionId?: string;
2875
+ state?: string;
2876
+ type?: string;
1844
2877
  static names(): {
1845
2878
  [key: string]: string;
1846
2879
  };
@@ -1851,9 +2884,12 @@ export declare class ListAccelerateAreasRequest extends $tea.Model {
1851
2884
  [key: string]: any;
1852
2885
  });
1853
2886
  }
1854
- export declare class ListAccelerateAreasResponseBody extends $tea.Model {
2887
+ export declare class ListBandwidthPackagesResponseBody extends $tea.Model {
2888
+ bandwidthPackages?: ListBandwidthPackagesResponseBodyBandwidthPackages[];
2889
+ pageNumber?: number;
2890
+ pageSize?: number;
1855
2891
  requestId?: string;
1856
- areas?: ListAccelerateAreasResponseBodyAreas[];
2892
+ totalCount?: number;
1857
2893
  static names(): {
1858
2894
  [key: string]: string;
1859
2895
  };
@@ -1864,11 +2900,11 @@ export declare class ListAccelerateAreasResponseBody extends $tea.Model {
1864
2900
  [key: string]: any;
1865
2901
  });
1866
2902
  }
1867
- export declare class ListAccelerateAreasResponse extends $tea.Model {
2903
+ export declare class ListBandwidthPackagesResponse extends $tea.Model {
1868
2904
  headers: {
1869
2905
  [key: string]: string;
1870
2906
  };
1871
- body: ListAccelerateAreasResponseBody;
2907
+ body: ListBandwidthPackagesResponseBody;
1872
2908
  static names(): {
1873
2909
  [key: string]: string;
1874
2910
  };
@@ -1879,12 +2915,10 @@ export declare class ListAccelerateAreasResponse extends $tea.Model {
1879
2915
  [key: string]: any;
1880
2916
  });
1881
2917
  }
1882
- export declare class ListAcceleratorsRequest extends $tea.Model {
1883
- regionId?: string;
2918
+ export declare class ListBandwidthackagesRequest extends $tea.Model {
1884
2919
  pageNumber?: number;
1885
2920
  pageSize?: number;
1886
- acceleratorId?: string;
1887
- state?: string;
2921
+ regionId?: string;
1888
2922
  static names(): {
1889
2923
  [key: string]: string;
1890
2924
  };
@@ -1895,12 +2929,12 @@ export declare class ListAcceleratorsRequest extends $tea.Model {
1895
2929
  [key: string]: any;
1896
2930
  });
1897
2931
  }
1898
- export declare class ListAcceleratorsResponseBody extends $tea.Model {
1899
- totalCount?: number;
2932
+ export declare class ListBandwidthackagesResponseBody extends $tea.Model {
2933
+ bandwidthPackages?: ListBandwidthackagesResponseBodyBandwidthPackages[];
2934
+ pageNumber?: number;
1900
2935
  pageSize?: number;
1901
2936
  requestId?: string;
1902
- accelerators?: ListAcceleratorsResponseBodyAccelerators[];
1903
- pageNumber?: number;
2937
+ totalCount?: number;
1904
2938
  static names(): {
1905
2939
  [key: string]: string;
1906
2940
  };
@@ -1911,11 +2945,11 @@ export declare class ListAcceleratorsResponseBody extends $tea.Model {
1911
2945
  [key: string]: any;
1912
2946
  });
1913
2947
  }
1914
- export declare class ListAcceleratorsResponse extends $tea.Model {
2948
+ export declare class ListBandwidthackagesResponse extends $tea.Model {
1915
2949
  headers: {
1916
2950
  [key: string]: string;
1917
2951
  };
1918
- body: ListAcceleratorsResponseBody;
2952
+ body: ListBandwidthackagesResponseBody;
1919
2953
  static names(): {
1920
2954
  [key: string]: string;
1921
2955
  };
@@ -1926,13 +2960,12 @@ export declare class ListAcceleratorsResponse extends $tea.Model {
1926
2960
  [key: string]: any;
1927
2961
  });
1928
2962
  }
1929
- export declare class ListAclsRequest extends $tea.Model {
2963
+ export declare class ListBasicAcceleratorsRequest extends $tea.Model {
2964
+ acceleratorId?: string;
2965
+ pageNumber?: number;
2966
+ pageSize?: number;
1930
2967
  regionId?: string;
1931
- clientToken?: string;
1932
- aclIds?: string[];
1933
- aclName?: string;
1934
- nextToken?: string;
1935
- maxResults?: number;
2968
+ state?: string;
1936
2969
  static names(): {
1937
2970
  [key: string]: string;
1938
2971
  };
@@ -1943,12 +2976,12 @@ export declare class ListAclsRequest extends $tea.Model {
1943
2976
  [key: string]: any;
1944
2977
  });
1945
2978
  }
1946
- export declare class ListAclsResponseBody extends $tea.Model {
2979
+ export declare class ListBasicAcceleratorsResponseBody extends $tea.Model {
2980
+ accelerators?: ListBasicAcceleratorsResponseBodyAccelerators[];
2981
+ pageNumber?: number;
2982
+ pageSize?: number;
1947
2983
  requestId?: string;
1948
2984
  totalCount?: number;
1949
- nextToken?: string;
1950
- maxResults?: number;
1951
- acls?: ListAclsResponseBodyAcls[];
1952
2985
  static names(): {
1953
2986
  [key: string]: string;
1954
2987
  };
@@ -1959,11 +2992,11 @@ export declare class ListAclsResponseBody extends $tea.Model {
1959
2992
  [key: string]: any;
1960
2993
  });
1961
2994
  }
1962
- export declare class ListAclsResponse extends $tea.Model {
2995
+ export declare class ListBasicAcceleratorsResponse extends $tea.Model {
1963
2996
  headers: {
1964
2997
  [key: string]: string;
1965
2998
  };
1966
- body: ListAclsResponseBody;
2999
+ body: ListBasicAcceleratorsResponseBody;
1967
3000
  static names(): {
1968
3001
  [key: string]: string;
1969
3002
  };
@@ -1974,9 +3007,8 @@ export declare class ListAclsResponse extends $tea.Model {
1974
3007
  [key: string]: any;
1975
3008
  });
1976
3009
  }
1977
- export declare class ListAvailableAccelerateAreasRequest extends $tea.Model {
3010
+ export declare class ListBusiRegionsRequest extends $tea.Model {
1978
3011
  regionId?: string;
1979
- acceleratorId?: string;
1980
3012
  static names(): {
1981
3013
  [key: string]: string;
1982
3014
  };
@@ -1987,9 +3019,9 @@ export declare class ListAvailableAccelerateAreasRequest extends $tea.Model {
1987
3019
  [key: string]: any;
1988
3020
  });
1989
3021
  }
1990
- export declare class ListAvailableAccelerateAreasResponseBody extends $tea.Model {
3022
+ export declare class ListBusiRegionsResponseBody extends $tea.Model {
3023
+ regions?: ListBusiRegionsResponseBodyRegions[];
1991
3024
  requestId?: string;
1992
- areas?: ListAvailableAccelerateAreasResponseBodyAreas[];
1993
3025
  static names(): {
1994
3026
  [key: string]: string;
1995
3027
  };
@@ -2000,11 +3032,11 @@ export declare class ListAvailableAccelerateAreasResponseBody extends $tea.Model
2000
3032
  [key: string]: any;
2001
3033
  });
2002
3034
  }
2003
- export declare class ListAvailableAccelerateAreasResponse extends $tea.Model {
3035
+ export declare class ListBusiRegionsResponse extends $tea.Model {
2004
3036
  headers: {
2005
3037
  [key: string]: string;
2006
3038
  };
2007
- body: ListAvailableAccelerateAreasResponseBody;
3039
+ body: ListBusiRegionsResponseBody;
2008
3040
  static names(): {
2009
3041
  [key: string]: string;
2010
3042
  };
@@ -2015,9 +3047,15 @@ export declare class ListAvailableAccelerateAreasResponse extends $tea.Model {
2015
3047
  [key: string]: any;
2016
3048
  });
2017
3049
  }
2018
- export declare class ListAvailableBusiRegionsRequest extends $tea.Model {
2019
- regionId?: string;
3050
+ export declare class ListEndpointGroupsRequest extends $tea.Model {
2020
3051
  acceleratorId?: string;
3052
+ accessLogSwitch?: string;
3053
+ endpointGroupId?: string;
3054
+ endpointGroupType?: string;
3055
+ listenerId?: string;
3056
+ pageNumber?: number;
3057
+ pageSize?: number;
3058
+ regionId?: string;
2021
3059
  static names(): {
2022
3060
  [key: string]: string;
2023
3061
  };
@@ -2028,9 +3066,12 @@ export declare class ListAvailableBusiRegionsRequest extends $tea.Model {
2028
3066
  [key: string]: any;
2029
3067
  });
2030
3068
  }
2031
- export declare class ListAvailableBusiRegionsResponseBody extends $tea.Model {
3069
+ export declare class ListEndpointGroupsResponseBody extends $tea.Model {
3070
+ endpointGroups?: ListEndpointGroupsResponseBodyEndpointGroups[];
3071
+ pageNumber?: number;
3072
+ pageSize?: number;
2032
3073
  requestId?: string;
2033
- regions?: ListAvailableBusiRegionsResponseBodyRegions[];
3074
+ totalCount?: number;
2034
3075
  static names(): {
2035
3076
  [key: string]: string;
2036
3077
  };
@@ -2041,11 +3082,11 @@ export declare class ListAvailableBusiRegionsResponseBody extends $tea.Model {
2041
3082
  [key: string]: any;
2042
3083
  });
2043
3084
  }
2044
- export declare class ListAvailableBusiRegionsResponse extends $tea.Model {
3085
+ export declare class ListEndpointGroupsResponse extends $tea.Model {
2045
3086
  headers: {
2046
3087
  [key: string]: string;
2047
3088
  };
2048
- body: ListAvailableBusiRegionsResponseBody;
3089
+ body: ListEndpointGroupsResponseBody;
2049
3090
  static names(): {
2050
3091
  [key: string]: string;
2051
3092
  };
@@ -2056,10 +3097,14 @@ export declare class ListAvailableBusiRegionsResponse extends $tea.Model {
2056
3097
  [key: string]: any;
2057
3098
  });
2058
3099
  }
2059
- export declare class ListBandwidthackagesRequest extends $tea.Model {
3100
+ export declare class ListForwardingRulesRequest extends $tea.Model {
3101
+ acceleratorId?: string;
3102
+ clientToken?: string;
3103
+ forwardingRuleId?: string;
3104
+ listenerId?: string;
3105
+ maxResults?: number;
3106
+ nextToken?: string;
2060
3107
  regionId?: string;
2061
- pageNumber?: number;
2062
- pageSize?: number;
2063
3108
  static names(): {
2064
3109
  [key: string]: string;
2065
3110
  };
@@ -2070,12 +3115,12 @@ export declare class ListBandwidthackagesRequest extends $tea.Model {
2070
3115
  [key: string]: any;
2071
3116
  });
2072
3117
  }
2073
- export declare class ListBandwidthackagesResponseBody extends $tea.Model {
2074
- totalCount?: number;
2075
- pageSize?: number;
3118
+ export declare class ListForwardingRulesResponseBody extends $tea.Model {
3119
+ forwardingRules?: ListForwardingRulesResponseBodyForwardingRules[];
3120
+ maxResults?: number;
3121
+ nextToken?: string;
2076
3122
  requestId?: string;
2077
- pageNumber?: number;
2078
- bandwidthPackages?: ListBandwidthackagesResponseBodyBandwidthPackages[];
3123
+ totalCount?: number;
2079
3124
  static names(): {
2080
3125
  [key: string]: string;
2081
3126
  };
@@ -2086,11 +3131,11 @@ export declare class ListBandwidthackagesResponseBody extends $tea.Model {
2086
3131
  [key: string]: any;
2087
3132
  });
2088
3133
  }
2089
- export declare class ListBandwidthackagesResponse extends $tea.Model {
3134
+ export declare class ListForwardingRulesResponse extends $tea.Model {
2090
3135
  headers: {
2091
3136
  [key: string]: string;
2092
3137
  };
2093
- body: ListBandwidthackagesResponseBody;
3138
+ body: ListForwardingRulesResponseBody;
2094
3139
  static names(): {
2095
3140
  [key: string]: string;
2096
3141
  };
@@ -2101,13 +3146,11 @@ export declare class ListBandwidthackagesResponse extends $tea.Model {
2101
3146
  [key: string]: any;
2102
3147
  });
2103
3148
  }
2104
- export declare class ListBandwidthPackagesRequest extends $tea.Model {
2105
- regionId?: string;
3149
+ export declare class ListIpSetsRequest extends $tea.Model {
3150
+ acceleratorId?: string;
2106
3151
  pageNumber?: number;
2107
3152
  pageSize?: number;
2108
- state?: string;
2109
- type?: string;
2110
- bandwidthPackageId?: string;
3153
+ regionId?: string;
2111
3154
  static names(): {
2112
3155
  [key: string]: string;
2113
3156
  };
@@ -2118,12 +3161,12 @@ export declare class ListBandwidthPackagesRequest extends $tea.Model {
2118
3161
  [key: string]: any;
2119
3162
  });
2120
3163
  }
2121
- export declare class ListBandwidthPackagesResponseBody extends $tea.Model {
2122
- totalCount?: number;
3164
+ export declare class ListIpSetsResponseBody extends $tea.Model {
3165
+ ipSets?: ListIpSetsResponseBodyIpSets[];
3166
+ pageNumber?: number;
2123
3167
  pageSize?: number;
2124
3168
  requestId?: string;
2125
- pageNumber?: number;
2126
- bandwidthPackages?: ListBandwidthPackagesResponseBodyBandwidthPackages[];
3169
+ totalCount?: number;
2127
3170
  static names(): {
2128
3171
  [key: string]: string;
2129
3172
  };
@@ -2134,11 +3177,11 @@ export declare class ListBandwidthPackagesResponseBody extends $tea.Model {
2134
3177
  [key: string]: any;
2135
3178
  });
2136
3179
  }
2137
- export declare class ListBandwidthPackagesResponse extends $tea.Model {
3180
+ export declare class ListIpSetsResponse extends $tea.Model {
2138
3181
  headers: {
2139
3182
  [key: string]: string;
2140
3183
  };
2141
- body: ListBandwidthPackagesResponseBody;
3184
+ body: ListIpSetsResponseBody;
2142
3185
  static names(): {
2143
3186
  [key: string]: string;
2144
3187
  };
@@ -2149,8 +3192,13 @@ export declare class ListBandwidthPackagesResponse extends $tea.Model {
2149
3192
  [key: string]: any;
2150
3193
  });
2151
3194
  }
2152
- export declare class ListBusiRegionsRequest extends $tea.Model {
3195
+ export declare class ListListenerCertificatesRequest extends $tea.Model {
3196
+ acceleratorId?: string;
3197
+ listenerId?: string;
3198
+ maxResults?: number;
3199
+ nextToken?: string;
2153
3200
  regionId?: string;
3201
+ role?: string;
2154
3202
  static names(): {
2155
3203
  [key: string]: string;
2156
3204
  };
@@ -2161,9 +3209,12 @@ export declare class ListBusiRegionsRequest extends $tea.Model {
2161
3209
  [key: string]: any;
2162
3210
  });
2163
3211
  }
2164
- export declare class ListBusiRegionsResponseBody extends $tea.Model {
3212
+ export declare class ListListenerCertificatesResponseBody extends $tea.Model {
3213
+ certificates?: ListListenerCertificatesResponseBodyCertificates[];
3214
+ maxResults?: number;
3215
+ nextToken?: string;
2165
3216
  requestId?: string;
2166
- regions?: ListBusiRegionsResponseBodyRegions[];
3217
+ totalCount?: number;
2167
3218
  static names(): {
2168
3219
  [key: string]: string;
2169
3220
  };
@@ -2174,11 +3225,11 @@ export declare class ListBusiRegionsResponseBody extends $tea.Model {
2174
3225
  [key: string]: any;
2175
3226
  });
2176
3227
  }
2177
- export declare class ListBusiRegionsResponse extends $tea.Model {
3228
+ export declare class ListListenerCertificatesResponse extends $tea.Model {
2178
3229
  headers: {
2179
3230
  [key: string]: string;
2180
3231
  };
2181
- body: ListBusiRegionsResponseBody;
3232
+ body: ListListenerCertificatesResponseBody;
2182
3233
  static names(): {
2183
3234
  [key: string]: string;
2184
3235
  };
@@ -2189,15 +3240,11 @@ export declare class ListBusiRegionsResponse extends $tea.Model {
2189
3240
  [key: string]: any;
2190
3241
  });
2191
3242
  }
2192
- export declare class ListEndpointGroupsRequest extends $tea.Model {
2193
- regionId?: string;
3243
+ export declare class ListListenersRequest extends $tea.Model {
3244
+ acceleratorId?: string;
2194
3245
  pageNumber?: number;
2195
3246
  pageSize?: number;
2196
- acceleratorId?: string;
2197
- listenerId?: string;
2198
- endpointGroupType?: string;
2199
- accessLogSwitch?: string;
2200
- endpointGroupId?: string;
3247
+ regionId?: string;
2201
3248
  static names(): {
2202
3249
  [key: string]: string;
2203
3250
  };
@@ -2208,12 +3255,12 @@ export declare class ListEndpointGroupsRequest extends $tea.Model {
2208
3255
  [key: string]: any;
2209
3256
  });
2210
3257
  }
2211
- export declare class ListEndpointGroupsResponseBody extends $tea.Model {
2212
- totalCount?: number;
3258
+ export declare class ListListenersResponseBody extends $tea.Model {
3259
+ listeners?: ListListenersResponseBodyListeners[];
3260
+ pageNumber?: number;
2213
3261
  pageSize?: number;
2214
3262
  requestId?: string;
2215
- pageNumber?: number;
2216
- endpointGroups?: ListEndpointGroupsResponseBodyEndpointGroups[];
3263
+ totalCount?: number;
2217
3264
  static names(): {
2218
3265
  [key: string]: string;
2219
3266
  };
@@ -2224,11 +3271,11 @@ export declare class ListEndpointGroupsResponseBody extends $tea.Model {
2224
3271
  [key: string]: any;
2225
3272
  });
2226
3273
  }
2227
- export declare class ListEndpointGroupsResponse extends $tea.Model {
3274
+ export declare class ListListenersResponse extends $tea.Model {
2228
3275
  headers: {
2229
3276
  [key: string]: string;
2230
3277
  };
2231
- body: ListEndpointGroupsResponseBody;
3278
+ body: ListListenersResponseBody;
2232
3279
  static names(): {
2233
3280
  [key: string]: string;
2234
3281
  };
@@ -2239,14 +3286,11 @@ export declare class ListEndpointGroupsResponse extends $tea.Model {
2239
3286
  [key: string]: any;
2240
3287
  });
2241
3288
  }
2242
- export declare class ListForwardingRulesRequest extends $tea.Model {
2243
- regionId?: string;
2244
- clientToken?: string;
2245
- listenerId?: string;
3289
+ export declare class ListSpareIpsRequest extends $tea.Model {
2246
3290
  acceleratorId?: string;
2247
- forwardingRuleId?: string;
2248
- nextToken?: string;
2249
- maxResults?: number;
3291
+ clientToken?: string;
3292
+ dryRun?: boolean;
3293
+ regionId?: string;
2250
3294
  static names(): {
2251
3295
  [key: string]: string;
2252
3296
  };
@@ -2257,12 +3301,9 @@ export declare class ListForwardingRulesRequest extends $tea.Model {
2257
3301
  [key: string]: any;
2258
3302
  });
2259
3303
  }
2260
- export declare class ListForwardingRulesResponseBody extends $tea.Model {
3304
+ export declare class ListSpareIpsResponseBody extends $tea.Model {
2261
3305
  requestId?: string;
2262
- totalCount?: number;
2263
- nextToken?: string;
2264
- maxResults?: number;
2265
- forwardingRules?: ListForwardingRulesResponseBodyForwardingRules[];
3306
+ spareIps?: ListSpareIpsResponseBodySpareIps[];
2266
3307
  static names(): {
2267
3308
  [key: string]: string;
2268
3309
  };
@@ -2273,11 +3314,11 @@ export declare class ListForwardingRulesResponseBody extends $tea.Model {
2273
3314
  [key: string]: any;
2274
3315
  });
2275
3316
  }
2276
- export declare class ListForwardingRulesResponse extends $tea.Model {
3317
+ export declare class ListSpareIpsResponse extends $tea.Model {
2277
3318
  headers: {
2278
3319
  [key: string]: string;
2279
3320
  };
2280
- body: ListForwardingRulesResponseBody;
3321
+ body: ListSpareIpsResponseBody;
2281
3322
  static names(): {
2282
3323
  [key: string]: string;
2283
3324
  };
@@ -2288,11 +3329,10 @@ export declare class ListForwardingRulesResponse extends $tea.Model {
2288
3329
  [key: string]: any;
2289
3330
  });
2290
3331
  }
2291
- export declare class ListIpSetsRequest extends $tea.Model {
2292
- regionId?: string;
3332
+ export declare class ListSystemSecurityPoliciesRequest extends $tea.Model {
2293
3333
  pageNumber?: number;
2294
3334
  pageSize?: number;
2295
- acceleratorId?: string;
3335
+ regionId?: string;
2296
3336
  static names(): {
2297
3337
  [key: string]: string;
2298
3338
  };
@@ -2303,12 +3343,12 @@ export declare class ListIpSetsRequest extends $tea.Model {
2303
3343
  [key: string]: any;
2304
3344
  });
2305
3345
  }
2306
- export declare class ListIpSetsResponseBody extends $tea.Model {
2307
- totalCount?: number;
3346
+ export declare class ListSystemSecurityPoliciesResponseBody extends $tea.Model {
3347
+ pageNumber?: number;
2308
3348
  pageSize?: number;
2309
3349
  requestId?: string;
2310
- pageNumber?: number;
2311
- ipSets?: ListIpSetsResponseBodyIpSets[];
3350
+ securityPolicies?: ListSystemSecurityPoliciesResponseBodySecurityPolicies[];
3351
+ totalCount?: number;
2312
3352
  static names(): {
2313
3353
  [key: string]: string;
2314
3354
  };
@@ -2319,11 +3359,11 @@ export declare class ListIpSetsResponseBody extends $tea.Model {
2319
3359
  [key: string]: any;
2320
3360
  });
2321
3361
  }
2322
- export declare class ListIpSetsResponse extends $tea.Model {
3362
+ export declare class ListSystemSecurityPoliciesResponse extends $tea.Model {
2323
3363
  headers: {
2324
3364
  [key: string]: string;
2325
3365
  };
2326
- body: ListIpSetsResponseBody;
3366
+ body: ListSystemSecurityPoliciesResponseBody;
2327
3367
  static names(): {
2328
3368
  [key: string]: string;
2329
3369
  };
@@ -2334,13 +3374,12 @@ export declare class ListIpSetsResponse extends $tea.Model {
2334
3374
  [key: string]: any;
2335
3375
  });
2336
3376
  }
2337
- export declare class ListListenerCertificatesRequest extends $tea.Model {
3377
+ export declare class RemoveEntriesFromAclRequest extends $tea.Model {
3378
+ aclEntries?: RemoveEntriesFromAclRequestAclEntries[];
3379
+ aclId?: string;
3380
+ clientToken?: string;
3381
+ dryRun?: boolean;
2338
3382
  regionId?: string;
2339
- acceleratorId?: string;
2340
- role?: string;
2341
- listenerId?: string;
2342
- nextToken?: string;
2343
- maxResults?: number;
2344
3383
  static names(): {
2345
3384
  [key: string]: string;
2346
3385
  };
@@ -2351,12 +3390,9 @@ export declare class ListListenerCertificatesRequest extends $tea.Model {
2351
3390
  [key: string]: any;
2352
3391
  });
2353
3392
  }
2354
- export declare class ListListenerCertificatesResponseBody extends $tea.Model {
3393
+ export declare class RemoveEntriesFromAclResponseBody extends $tea.Model {
3394
+ aclId?: string;
2355
3395
  requestId?: string;
2356
- totalCount?: number;
2357
- nextToken?: string;
2358
- maxResults?: number;
2359
- certificates?: ListListenerCertificatesResponseBodyCertificates[];
2360
3396
  static names(): {
2361
3397
  [key: string]: string;
2362
3398
  };
@@ -2367,11 +3403,11 @@ export declare class ListListenerCertificatesResponseBody extends $tea.Model {
2367
3403
  [key: string]: any;
2368
3404
  });
2369
3405
  }
2370
- export declare class ListListenerCertificatesResponse extends $tea.Model {
3406
+ export declare class RemoveEntriesFromAclResponse extends $tea.Model {
2371
3407
  headers: {
2372
3408
  [key: string]: string;
2373
3409
  };
2374
- body: ListListenerCertificatesResponseBody;
3410
+ body: RemoveEntriesFromAclResponseBody;
2375
3411
  static names(): {
2376
3412
  [key: string]: string;
2377
3413
  };
@@ -2382,11 +3418,10 @@ export declare class ListListenerCertificatesResponse extends $tea.Model {
2382
3418
  [key: string]: any;
2383
3419
  });
2384
3420
  }
2385
- export declare class ListListenersRequest extends $tea.Model {
3421
+ export declare class ReplaceBandwidthPackageRequest extends $tea.Model {
3422
+ bandwidthPackageId?: string;
2386
3423
  regionId?: string;
2387
- pageNumber?: number;
2388
- pageSize?: number;
2389
- acceleratorId?: string;
3424
+ targetBandwidthPackageId?: string;
2390
3425
  static names(): {
2391
3426
  [key: string]: string;
2392
3427
  };
@@ -2397,12 +3432,8 @@ export declare class ListListenersRequest extends $tea.Model {
2397
3432
  [key: string]: any;
2398
3433
  });
2399
3434
  }
2400
- export declare class ListListenersResponseBody extends $tea.Model {
2401
- totalCount?: number;
2402
- listeners?: ListListenersResponseBodyListeners[];
2403
- pageSize?: number;
3435
+ export declare class ReplaceBandwidthPackageResponseBody extends $tea.Model {
2404
3436
  requestId?: string;
2405
- pageNumber?: number;
2406
3437
  static names(): {
2407
3438
  [key: string]: string;
2408
3439
  };
@@ -2413,11 +3444,11 @@ export declare class ListListenersResponseBody extends $tea.Model {
2413
3444
  [key: string]: any;
2414
3445
  });
2415
3446
  }
2416
- export declare class ListListenersResponse extends $tea.Model {
3447
+ export declare class ReplaceBandwidthPackageResponse extends $tea.Model {
2417
3448
  headers: {
2418
3449
  [key: string]: string;
2419
3450
  };
2420
- body: ListListenersResponseBody;
3451
+ body: ReplaceBandwidthPackageResponseBody;
2421
3452
  static names(): {
2422
3453
  [key: string]: string;
2423
3454
  };
@@ -2428,11 +3459,15 @@ export declare class ListListenersResponse extends $tea.Model {
2428
3459
  [key: string]: any;
2429
3460
  });
2430
3461
  }
2431
- export declare class ListSpareIpsRequest extends $tea.Model {
2432
- regionId?: string;
2433
- clientToken?: string;
2434
- dryRun?: boolean;
3462
+ export declare class UpdateAcceleratorRequest extends $tea.Model {
2435
3463
  acceleratorId?: string;
3464
+ autoPay?: boolean;
3465
+ autoUseCoupon?: boolean;
3466
+ clientToken?: string;
3467
+ description?: string;
3468
+ name?: string;
3469
+ regionId?: string;
3470
+ spec?: string;
2436
3471
  static names(): {
2437
3472
  [key: string]: string;
2438
3473
  };
@@ -2443,9 +3478,8 @@ export declare class ListSpareIpsRequest extends $tea.Model {
2443
3478
  [key: string]: any;
2444
3479
  });
2445
3480
  }
2446
- export declare class ListSpareIpsResponseBody extends $tea.Model {
3481
+ export declare class UpdateAcceleratorResponseBody extends $tea.Model {
2447
3482
  requestId?: string;
2448
- spareIps?: ListSpareIpsResponseBodySpareIps[];
2449
3483
  static names(): {
2450
3484
  [key: string]: string;
2451
3485
  };
@@ -2456,11 +3490,11 @@ export declare class ListSpareIpsResponseBody extends $tea.Model {
2456
3490
  [key: string]: any;
2457
3491
  });
2458
3492
  }
2459
- export declare class ListSpareIpsResponse extends $tea.Model {
3493
+ export declare class UpdateAcceleratorResponse extends $tea.Model {
2460
3494
  headers: {
2461
3495
  [key: string]: string;
2462
3496
  };
2463
- body: ListSpareIpsResponseBody;
3497
+ body: UpdateAcceleratorResponseBody;
2464
3498
  static names(): {
2465
3499
  [key: string]: string;
2466
3500
  };
@@ -2471,10 +3505,14 @@ export declare class ListSpareIpsResponse extends $tea.Model {
2471
3505
  [key: string]: any;
2472
3506
  });
2473
3507
  }
2474
- export declare class ListSystemSecurityPoliciesRequest extends $tea.Model {
3508
+ export declare class UpdateAcceleratorAutoRenewAttributeRequest extends $tea.Model {
3509
+ acceleratorId?: string;
3510
+ autoRenew?: boolean;
3511
+ autoRenewDuration?: number;
3512
+ clientToken?: string;
3513
+ name?: string;
2475
3514
  regionId?: string;
2476
- pageNumber?: number;
2477
- pageSize?: number;
3515
+ renewalStatus?: string;
2478
3516
  static names(): {
2479
3517
  [key: string]: string;
2480
3518
  };
@@ -2485,12 +3523,9 @@ export declare class ListSystemSecurityPoliciesRequest extends $tea.Model {
2485
3523
  [key: string]: any;
2486
3524
  });
2487
3525
  }
2488
- export declare class ListSystemSecurityPoliciesResponseBody extends $tea.Model {
3526
+ export declare class UpdateAcceleratorAutoRenewAttributeResponseBody extends $tea.Model {
3527
+ acceleratorId?: string;
2489
3528
  requestId?: string;
2490
- totalCount?: number;
2491
- pageSize?: number;
2492
- pageNumber?: number;
2493
- securityPolicies?: ListSystemSecurityPoliciesResponseBodySecurityPolicies[];
2494
3529
  static names(): {
2495
3530
  [key: string]: string;
2496
3531
  };
@@ -2501,11 +3536,11 @@ export declare class ListSystemSecurityPoliciesResponseBody extends $tea.Model {
2501
3536
  [key: string]: any;
2502
3537
  });
2503
3538
  }
2504
- export declare class ListSystemSecurityPoliciesResponse extends $tea.Model {
3539
+ export declare class UpdateAcceleratorAutoRenewAttributeResponse extends $tea.Model {
2505
3540
  headers: {
2506
3541
  [key: string]: string;
2507
3542
  };
2508
- body: ListSystemSecurityPoliciesResponseBody;
3543
+ body: UpdateAcceleratorAutoRenewAttributeResponseBody;
2509
3544
  static names(): {
2510
3545
  [key: string]: string;
2511
3546
  };
@@ -2516,12 +3551,9 @@ export declare class ListSystemSecurityPoliciesResponse extends $tea.Model {
2516
3551
  [key: string]: any;
2517
3552
  });
2518
3553
  }
2519
- export declare class RemoveEntriesFromAclRequest extends $tea.Model {
3554
+ export declare class UpdateAcceleratorConfirmRequest extends $tea.Model {
3555
+ acceleratorId?: string;
2520
3556
  regionId?: string;
2521
- aclId?: string;
2522
- aclEntries?: RemoveEntriesFromAclRequestAclEntries[];
2523
- clientToken?: string;
2524
- dryRun?: boolean;
2525
3557
  static names(): {
2526
3558
  [key: string]: string;
2527
3559
  };
@@ -2532,9 +3564,8 @@ export declare class RemoveEntriesFromAclRequest extends $tea.Model {
2532
3564
  [key: string]: any;
2533
3565
  });
2534
3566
  }
2535
- export declare class RemoveEntriesFromAclResponseBody extends $tea.Model {
3567
+ export declare class UpdateAcceleratorConfirmResponseBody extends $tea.Model {
2536
3568
  requestId?: string;
2537
- aclId?: string;
2538
3569
  static names(): {
2539
3570
  [key: string]: string;
2540
3571
  };
@@ -2545,11 +3576,11 @@ export declare class RemoveEntriesFromAclResponseBody extends $tea.Model {
2545
3576
  [key: string]: any;
2546
3577
  });
2547
3578
  }
2548
- export declare class RemoveEntriesFromAclResponse extends $tea.Model {
3579
+ export declare class UpdateAcceleratorConfirmResponse extends $tea.Model {
2549
3580
  headers: {
2550
3581
  [key: string]: string;
2551
3582
  };
2552
- body: RemoveEntriesFromAclResponseBody;
3583
+ body: UpdateAcceleratorConfirmResponseBody;
2553
3584
  static names(): {
2554
3585
  [key: string]: string;
2555
3586
  };
@@ -2560,10 +3591,12 @@ export declare class RemoveEntriesFromAclResponse extends $tea.Model {
2560
3591
  [key: string]: any;
2561
3592
  });
2562
3593
  }
2563
- export declare class ReplaceBandwidthPackageRequest extends $tea.Model {
3594
+ export declare class UpdateAclAttributeRequest extends $tea.Model {
3595
+ aclId?: string;
3596
+ aclName?: string;
3597
+ clientToken?: string;
3598
+ dryRun?: boolean;
2564
3599
  regionId?: string;
2565
- bandwidthPackageId?: string;
2566
- targetBandwidthPackageId?: string;
2567
3600
  static names(): {
2568
3601
  [key: string]: string;
2569
3602
  };
@@ -2574,7 +3607,8 @@ export declare class ReplaceBandwidthPackageRequest extends $tea.Model {
2574
3607
  [key: string]: any;
2575
3608
  });
2576
3609
  }
2577
- export declare class ReplaceBandwidthPackageResponseBody extends $tea.Model {
3610
+ export declare class UpdateAclAttributeResponseBody extends $tea.Model {
3611
+ aclId?: string;
2578
3612
  requestId?: string;
2579
3613
  static names(): {
2580
3614
  [key: string]: string;
@@ -2586,11 +3620,11 @@ export declare class ReplaceBandwidthPackageResponseBody extends $tea.Model {
2586
3620
  [key: string]: any;
2587
3621
  });
2588
3622
  }
2589
- export declare class ReplaceBandwidthPackageResponse extends $tea.Model {
3623
+ export declare class UpdateAclAttributeResponse extends $tea.Model {
2590
3624
  headers: {
2591
3625
  [key: string]: string;
2592
3626
  };
2593
- body: ReplaceBandwidthPackageResponseBody;
3627
+ body: UpdateAclAttributeResponseBody;
2594
3628
  static names(): {
2595
3629
  [key: string]: string;
2596
3630
  };
@@ -2601,15 +3635,15 @@ export declare class ReplaceBandwidthPackageResponse extends $tea.Model {
2601
3635
  [key: string]: any;
2602
3636
  });
2603
3637
  }
2604
- export declare class UpdateAcceleratorRequest extends $tea.Model {
2605
- regionId?: string;
3638
+ export declare class UpdateApplicationMonitorRequest extends $tea.Model {
3639
+ address?: string;
2606
3640
  clientToken?: string;
2607
- name?: string;
2608
- description?: string;
2609
- acceleratorId?: string;
2610
- spec?: string;
2611
- autoPay?: boolean;
2612
- autoUseCoupon?: boolean;
3641
+ detectThreshold?: number;
3642
+ listenerId?: string;
3643
+ optionsJson?: string;
3644
+ regionId?: string;
3645
+ taskId?: string;
3646
+ taskName?: string;
2613
3647
  static names(): {
2614
3648
  [key: string]: string;
2615
3649
  };
@@ -2620,7 +3654,7 @@ export declare class UpdateAcceleratorRequest extends $tea.Model {
2620
3654
  [key: string]: any;
2621
3655
  });
2622
3656
  }
2623
- export declare class UpdateAcceleratorResponseBody extends $tea.Model {
3657
+ export declare class UpdateApplicationMonitorResponseBody extends $tea.Model {
2624
3658
  requestId?: string;
2625
3659
  static names(): {
2626
3660
  [key: string]: string;
@@ -2632,11 +3666,11 @@ export declare class UpdateAcceleratorResponseBody extends $tea.Model {
2632
3666
  [key: string]: any;
2633
3667
  });
2634
3668
  }
2635
- export declare class UpdateAcceleratorResponse extends $tea.Model {
3669
+ export declare class UpdateApplicationMonitorResponse extends $tea.Model {
2636
3670
  headers: {
2637
3671
  [key: string]: string;
2638
3672
  };
2639
- body: UpdateAcceleratorResponseBody;
3673
+ body: UpdateApplicationMonitorResponseBody;
2640
3674
  static names(): {
2641
3675
  [key: string]: string;
2642
3676
  };
@@ -2647,9 +3681,15 @@ export declare class UpdateAcceleratorResponse extends $tea.Model {
2647
3681
  [key: string]: any;
2648
3682
  });
2649
3683
  }
2650
- export declare class UpdateAcceleratorConfirmRequest extends $tea.Model {
3684
+ export declare class UpdateBandwidthPackageRequest extends $tea.Model {
3685
+ autoPay?: boolean;
3686
+ autoUseCoupon?: boolean;
3687
+ bandwidth?: number;
3688
+ bandwidthPackageId?: string;
3689
+ bandwidthType?: string;
3690
+ description?: string;
3691
+ name?: string;
2651
3692
  regionId?: string;
2652
- acceleratorId?: string;
2653
3693
  static names(): {
2654
3694
  [key: string]: string;
2655
3695
  };
@@ -2660,7 +3700,10 @@ export declare class UpdateAcceleratorConfirmRequest extends $tea.Model {
2660
3700
  [key: string]: any;
2661
3701
  });
2662
3702
  }
2663
- export declare class UpdateAcceleratorConfirmResponseBody extends $tea.Model {
3703
+ export declare class UpdateBandwidthPackageResponseBody extends $tea.Model {
3704
+ bandwidthPackage?: string;
3705
+ description?: string;
3706
+ name?: string;
2664
3707
  requestId?: string;
2665
3708
  static names(): {
2666
3709
  [key: string]: string;
@@ -2672,11 +3715,11 @@ export declare class UpdateAcceleratorConfirmResponseBody extends $tea.Model {
2672
3715
  [key: string]: any;
2673
3716
  });
2674
3717
  }
2675
- export declare class UpdateAcceleratorConfirmResponse extends $tea.Model {
3718
+ export declare class UpdateBandwidthPackageResponse extends $tea.Model {
2676
3719
  headers: {
2677
3720
  [key: string]: string;
2678
3721
  };
2679
- body: UpdateAcceleratorConfirmResponseBody;
3722
+ body: UpdateBandwidthPackageResponseBody;
2680
3723
  static names(): {
2681
3724
  [key: string]: string;
2682
3725
  };
@@ -2687,12 +3730,12 @@ export declare class UpdateAcceleratorConfirmResponse extends $tea.Model {
2687
3730
  [key: string]: any;
2688
3731
  });
2689
3732
  }
2690
- export declare class UpdateAclAttributeRequest extends $tea.Model {
2691
- regionId?: string;
2692
- aclId?: string;
2693
- aclName?: string;
3733
+ export declare class UpdateBasicAcceleratorRequest extends $tea.Model {
3734
+ acceleratorId?: string;
2694
3735
  clientToken?: string;
2695
- dryRun?: boolean;
3736
+ description?: string;
3737
+ name?: string;
3738
+ regionId?: string;
2696
3739
  static names(): {
2697
3740
  [key: string]: string;
2698
3741
  };
@@ -2703,9 +3746,8 @@ export declare class UpdateAclAttributeRequest extends $tea.Model {
2703
3746
  [key: string]: any;
2704
3747
  });
2705
3748
  }
2706
- export declare class UpdateAclAttributeResponseBody extends $tea.Model {
3749
+ export declare class UpdateBasicAcceleratorResponseBody extends $tea.Model {
2707
3750
  requestId?: string;
2708
- aclId?: string;
2709
3751
  static names(): {
2710
3752
  [key: string]: string;
2711
3753
  };
@@ -2716,11 +3758,11 @@ export declare class UpdateAclAttributeResponseBody extends $tea.Model {
2716
3758
  [key: string]: any;
2717
3759
  });
2718
3760
  }
2719
- export declare class UpdateAclAttributeResponse extends $tea.Model {
3761
+ export declare class UpdateBasicAcceleratorResponse extends $tea.Model {
2720
3762
  headers: {
2721
3763
  [key: string]: string;
2722
3764
  };
2723
- body: UpdateAclAttributeResponseBody;
3765
+ body: UpdateBasicAcceleratorResponseBody;
2724
3766
  static names(): {
2725
3767
  [key: string]: string;
2726
3768
  };
@@ -2731,15 +3773,14 @@ export declare class UpdateAclAttributeResponse extends $tea.Model {
2731
3773
  [key: string]: any;
2732
3774
  });
2733
3775
  }
2734
- export declare class UpdateBandwidthPackageRequest extends $tea.Model {
2735
- regionId?: string;
2736
- bandwidthPackageId?: string;
2737
- name?: string;
3776
+ export declare class UpdateBasicEndpointGroupRequest extends $tea.Model {
3777
+ clientToken?: string;
2738
3778
  description?: string;
2739
- bandwidth?: number;
2740
- bandwidthType?: string;
2741
- autoPay?: boolean;
2742
- autoUseCoupon?: boolean;
3779
+ endpointAddress?: string;
3780
+ endpointGroupId?: string;
3781
+ endpointType?: string;
3782
+ name?: string;
3783
+ regionId?: string;
2743
3784
  static names(): {
2744
3785
  [key: string]: string;
2745
3786
  };
@@ -2750,11 +3791,8 @@ export declare class UpdateBandwidthPackageRequest extends $tea.Model {
2750
3791
  [key: string]: any;
2751
3792
  });
2752
3793
  }
2753
- export declare class UpdateBandwidthPackageResponseBody extends $tea.Model {
2754
- bandwidthPackage?: string;
2755
- description?: string;
3794
+ export declare class UpdateBasicEndpointGroupResponseBody extends $tea.Model {
2756
3795
  requestId?: string;
2757
- name?: string;
2758
3796
  static names(): {
2759
3797
  [key: string]: string;
2760
3798
  };
@@ -2765,11 +3803,11 @@ export declare class UpdateBandwidthPackageResponseBody extends $tea.Model {
2765
3803
  [key: string]: any;
2766
3804
  });
2767
3805
  }
2768
- export declare class UpdateBandwidthPackageResponse extends $tea.Model {
3806
+ export declare class UpdateBasicEndpointGroupResponse extends $tea.Model {
2769
3807
  headers: {
2770
3808
  [key: string]: string;
2771
3809
  };
2772
- body: UpdateBandwidthPackageResponseBody;
3810
+ body: UpdateBasicEndpointGroupResponseBody;
2773
3811
  static names(): {
2774
3812
  [key: string]: string;
2775
3813
  };
@@ -2781,22 +3819,22 @@ export declare class UpdateBandwidthPackageResponse extends $tea.Model {
2781
3819
  });
2782
3820
  }
2783
3821
  export declare class UpdateEndpointGroupRequest extends $tea.Model {
2784
- regionId?: string;
2785
3822
  clientToken?: string;
2786
- endpointGroupId?: string;
2787
- name?: string;
2788
3823
  description?: string;
3824
+ endpointConfigurations?: UpdateEndpointGroupRequestEndpointConfigurations[];
3825
+ endpointGroupId?: string;
2789
3826
  endpointGroupRegion?: string;
2790
- trafficPercentage?: number;
3827
+ endpointRequestProtocol?: string;
3828
+ healthCheckEnabled?: boolean;
2791
3829
  healthCheckIntervalSeconds?: number;
2792
3830
  healthCheckPath?: string;
2793
3831
  healthCheckPort?: number;
2794
3832
  healthCheckProtocol?: string;
2795
- thresholdCount?: number;
2796
- endpointConfigurations?: UpdateEndpointGroupRequestEndpointConfigurations[];
2797
- endpointRequestProtocol?: string;
3833
+ name?: string;
2798
3834
  portOverrides?: UpdateEndpointGroupRequestPortOverrides[];
2799
- healthCheckEnabled?: boolean;
3835
+ regionId?: string;
3836
+ thresholdCount?: number;
3837
+ trafficPercentage?: number;
2800
3838
  static names(): {
2801
3839
  [key: string]: string;
2802
3840
  };
@@ -2835,11 +3873,11 @@ export declare class UpdateEndpointGroupResponse extends $tea.Model {
2835
3873
  });
2836
3874
  }
2837
3875
  export declare class UpdateEndpointGroupAttributeRequest extends $tea.Model {
2838
- regionId?: string;
2839
3876
  clientToken?: string;
3877
+ description?: string;
2840
3878
  endpointGroupId?: string;
2841
3879
  name?: string;
2842
- description?: string;
3880
+ regionId?: string;
2843
3881
  static names(): {
2844
3882
  [key: string]: string;
2845
3883
  };
@@ -2878,11 +3916,11 @@ export declare class UpdateEndpointGroupAttributeResponse extends $tea.Model {
2878
3916
  });
2879
3917
  }
2880
3918
  export declare class UpdateEndpointGroupsRequest extends $tea.Model {
2881
- regionId?: string;
2882
3919
  clientToken?: string;
2883
3920
  dryRun?: boolean;
2884
3921
  endpointGroupConfigurations?: UpdateEndpointGroupsRequestEndpointGroupConfigurations[];
2885
3922
  listenerId?: string;
3923
+ regionId?: string;
2886
3924
  static names(): {
2887
3925
  [key: string]: string;
2888
3926
  };
@@ -2894,8 +3932,8 @@ export declare class UpdateEndpointGroupsRequest extends $tea.Model {
2894
3932
  });
2895
3933
  }
2896
3934
  export declare class UpdateEndpointGroupsResponseBody extends $tea.Model {
2897
- requestId?: string;
2898
3935
  endpointGroupIds?: string[];
3936
+ requestId?: string;
2899
3937
  static names(): {
2900
3938
  [key: string]: string;
2901
3939
  };
@@ -2922,11 +3960,11 @@ export declare class UpdateEndpointGroupsResponse extends $tea.Model {
2922
3960
  });
2923
3961
  }
2924
3962
  export declare class UpdateForwardingRulesRequest extends $tea.Model {
2925
- regionId?: string;
2926
- clientToken?: string;
2927
3963
  acceleratorId?: string;
2928
- listenerId?: string;
3964
+ clientToken?: string;
2929
3965
  forwardingRules?: UpdateForwardingRulesRequestForwardingRules[];
3966
+ listenerId?: string;
3967
+ regionId?: string;
2930
3968
  static names(): {
2931
3969
  [key: string]: string;
2932
3970
  };
@@ -2966,10 +4004,10 @@ export declare class UpdateForwardingRulesResponse extends $tea.Model {
2966
4004
  });
2967
4005
  }
2968
4006
  export declare class UpdateIpSetRequest extends $tea.Model {
2969
- regionId?: string;
4007
+ bandwidth?: number;
2970
4008
  clientToken?: string;
2971
4009
  ipSetId?: string;
2972
- bandwidth?: number;
4010
+ regionId?: string;
2973
4011
  static names(): {
2974
4012
  [key: string]: string;
2975
4013
  };
@@ -3008,8 +4046,8 @@ export declare class UpdateIpSetResponse extends $tea.Model {
3008
4046
  });
3009
4047
  }
3010
4048
  export declare class UpdateIpSetsRequest extends $tea.Model {
3011
- regionId?: string;
3012
4049
  ipSets?: UpdateIpSetsRequestIpSets[];
4050
+ regionId?: string;
3013
4051
  static names(): {
3014
4052
  [key: string]: string;
3015
4053
  };
@@ -3048,19 +4086,19 @@ export declare class UpdateIpSetsResponse extends $tea.Model {
3048
4086
  });
3049
4087
  }
3050
4088
  export declare class UpdateListenerRequest extends $tea.Model {
3051
- regionId?: string;
4089
+ backendPorts?: UpdateListenerRequestBackendPorts[];
4090
+ certificates?: UpdateListenerRequestCertificates[];
4091
+ clientAffinity?: string;
3052
4092
  clientToken?: string;
3053
- name?: string;
3054
4093
  description?: string;
3055
- clientAffinity?: string;
3056
- protocol?: string;
3057
4094
  listenerId?: string;
3058
- proxyProtocol?: string;
4095
+ name?: string;
3059
4096
  portRanges?: UpdateListenerRequestPortRanges[];
3060
- certificates?: UpdateListenerRequestCertificates[];
3061
- backendPorts?: UpdateListenerRequestBackendPorts[];
3062
- XForwardedForConfig?: UpdateListenerRequestXForwardedForConfig;
4097
+ protocol?: string;
4098
+ proxyProtocol?: string;
4099
+ regionId?: string;
3063
4100
  securityPolicyId?: string;
4101
+ XForwardedForConfig?: UpdateListenerRequestXForwardedForConfig;
3064
4102
  static names(): {
3065
4103
  [key: string]: string;
3066
4104
  };
@@ -3112,8 +4150,8 @@ export declare class AddEntriesToAclRequestAclEntries extends $tea.Model {
3112
4150
  });
3113
4151
  }
3114
4152
  export declare class AssociateAdditionalCertificatesWithListenerRequestCertificates extends $tea.Model {
3115
- id?: string;
3116
4153
  domain?: string;
4154
+ id?: string;
3117
4155
  static names(): {
3118
4156
  [key: string]: string;
3119
4157
  };
@@ -3138,10 +4176,10 @@ export declare class CreateAclRequestAclEntries extends $tea.Model {
3138
4176
  });
3139
4177
  }
3140
4178
  export declare class CreateEndpointGroupRequestEndpointConfigurations extends $tea.Model {
3141
- type?: string;
3142
4179
  enableClientIPPreservation?: boolean;
3143
- weight?: number;
3144
4180
  endpoint?: string;
4181
+ type?: string;
4182
+ weight?: number;
3145
4183
  static names(): {
3146
4184
  [key: string]: string;
3147
4185
  };
@@ -3153,8 +4191,8 @@ export declare class CreateEndpointGroupRequestEndpointConfigurations extends $t
3153
4191
  });
3154
4192
  }
3155
4193
  export declare class CreateEndpointGroupRequestPortOverrides extends $tea.Model {
3156
- listenerPort?: number;
3157
4194
  endpointPort?: number;
4195
+ listenerPort?: number;
3158
4196
  static names(): {
3159
4197
  [key: string]: string;
3160
4198
  };
@@ -3166,9 +4204,9 @@ export declare class CreateEndpointGroupRequestPortOverrides extends $tea.Model
3166
4204
  });
3167
4205
  }
3168
4206
  export declare class CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations extends $tea.Model {
4207
+ endpoint?: string;
3169
4208
  type?: string;
3170
4209
  weight?: number;
3171
- endpoint?: string;
3172
4210
  static names(): {
3173
4211
  [key: string]: string;
3174
4212
  };
@@ -3180,8 +4218,8 @@ export declare class CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpo
3180
4218
  });
3181
4219
  }
3182
4220
  export declare class CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides extends $tea.Model {
3183
- listenerPort?: number;
3184
4221
  endpointPort?: number;
4222
+ listenerPort?: number;
3185
4223
  static names(): {
3186
4224
  [key: string]: string;
3187
4225
  };
@@ -3193,22 +4231,22 @@ export declare class CreateEndpointGroupsRequestEndpointGroupConfigurationsPortO
3193
4231
  });
3194
4232
  }
3195
4233
  export declare class CreateEndpointGroupsRequestEndpointGroupConfigurations extends $tea.Model {
3196
- endpointGroupName?: string;
4234
+ enableClientIPPreservationProxyProtocol?: boolean;
4235
+ enableClientIPPreservationToa?: boolean;
4236
+ endpointConfigurations?: CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations[];
3197
4237
  endpointGroupDescription?: string;
4238
+ endpointGroupName?: string;
3198
4239
  endpointGroupRegion?: string;
3199
- trafficPercentage?: number;
4240
+ endpointGroupType?: string;
4241
+ endpointRequestProtocol?: string;
3200
4242
  healthCheckEnabled?: boolean;
3201
4243
  healthCheckIntervalSeconds?: number;
3202
4244
  healthCheckPath?: string;
3203
4245
  healthCheckPort?: number;
3204
4246
  healthCheckProtocol?: string;
3205
- thresholdCount?: number;
3206
- endpointConfigurations?: CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations[];
3207
- endpointRequestProtocol?: string;
3208
- endpointGroupType?: string;
3209
4247
  portOverrides?: CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides[];
3210
- enableClientIPPreservationToa?: boolean;
3211
- enableClientIPPreservationProxyProtocol?: boolean;
4248
+ thresholdCount?: number;
4249
+ trafficPercentage?: number;
3212
4250
  static names(): {
3213
4251
  [key: string]: string;
3214
4252
  };
@@ -3219,8 +4257,8 @@ export declare class CreateEndpointGroupsRequestEndpointGroupConfigurations exte
3219
4257
  [key: string]: any;
3220
4258
  });
3221
4259
  }
3222
- export declare class CreateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig extends $tea.Model {
3223
- values?: string[];
4260
+ export declare class CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples extends $tea.Model {
4261
+ endpointGroupId?: string;
3224
4262
  static names(): {
3225
4263
  [key: string]: string;
3226
4264
  };
@@ -3231,8 +4269,8 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleConditionsPa
3231
4269
  [key: string]: any;
3232
4270
  });
3233
4271
  }
3234
- export declare class CreateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig extends $tea.Model {
3235
- values?: string[];
4272
+ export declare class CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig extends $tea.Model {
4273
+ serverGroupTuples?: CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples[];
3236
4274
  static names(): {
3237
4275
  [key: string]: string;
3238
4276
  };
@@ -3243,10 +4281,10 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleConditionsHo
3243
4281
  [key: string]: any;
3244
4282
  });
3245
4283
  }
3246
- export declare class CreateForwardingRulesRequestForwardingRulesRuleConditions extends $tea.Model {
3247
- ruleConditionType?: string;
3248
- pathConfig?: CreateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig;
3249
- hostConfig?: CreateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig;
4284
+ export declare class CreateForwardingRulesRequestForwardingRulesRuleActions extends $tea.Model {
4285
+ forwardGroupConfig?: CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig;
4286
+ order?: number;
4287
+ ruleActionType?: string;
3250
4288
  static names(): {
3251
4289
  [key: string]: string;
3252
4290
  };
@@ -3257,8 +4295,8 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleConditions e
3257
4295
  [key: string]: any;
3258
4296
  });
3259
4297
  }
3260
- export declare class CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples extends $tea.Model {
3261
- endpointGroupId?: string;
4298
+ export declare class CreateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig extends $tea.Model {
4299
+ values?: string[];
3262
4300
  static names(): {
3263
4301
  [key: string]: string;
3264
4302
  };
@@ -3269,8 +4307,8 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleActionsForwa
3269
4307
  [key: string]: any;
3270
4308
  });
3271
4309
  }
3272
- export declare class CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig extends $tea.Model {
3273
- serverGroupTuples?: CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples[];
4310
+ export declare class CreateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig extends $tea.Model {
4311
+ values?: string[];
3274
4312
  static names(): {
3275
4313
  [key: string]: string;
3276
4314
  };
@@ -3281,10 +4319,10 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleActionsForwa
3281
4319
  [key: string]: any;
3282
4320
  });
3283
4321
  }
3284
- export declare class CreateForwardingRulesRequestForwardingRulesRuleActions extends $tea.Model {
3285
- order?: number;
3286
- ruleActionType?: string;
3287
- forwardGroupConfig?: CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig;
4322
+ export declare class CreateForwardingRulesRequestForwardingRulesRuleConditions extends $tea.Model {
4323
+ hostConfig?: CreateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig;
4324
+ pathConfig?: CreateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig;
4325
+ ruleConditionType?: string;
3288
4326
  static names(): {
3289
4327
  [key: string]: string;
3290
4328
  };
@@ -3296,10 +4334,10 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleActions exte
3296
4334
  });
3297
4335
  }
3298
4336
  export declare class CreateForwardingRulesRequestForwardingRules extends $tea.Model {
4337
+ forwardingRuleName?: string;
3299
4338
  priority?: number;
3300
- ruleConditions?: CreateForwardingRulesRequestForwardingRulesRuleConditions[];
3301
4339
  ruleActions?: CreateForwardingRulesRequestForwardingRulesRuleActions[];
3302
- forwardingRuleName?: string;
4340
+ ruleConditions?: CreateForwardingRulesRequestForwardingRulesRuleConditions[];
3303
4341
  static names(): {
3304
4342
  [key: string]: string;
3305
4343
  };
@@ -3324,8 +4362,8 @@ export declare class CreateForwardingRulesResponseBodyForwardingRules extends $t
3324
4362
  }
3325
4363
  export declare class CreateIpSetsRequestAccelerateRegion extends $tea.Model {
3326
4364
  accelerateRegionId?: string;
3327
- ipVersion?: string;
3328
4365
  bandwidth?: number;
4366
+ ipVersion?: string;
3329
4367
  static names(): {
3330
4368
  [key: string]: string;
3331
4369
  };
@@ -3350,9 +4388,8 @@ export declare class CreateIpSetsResponseBodyIpSets extends $tea.Model {
3350
4388
  [key: string]: any;
3351
4389
  });
3352
4390
  }
3353
- export declare class CreateListenerRequestPortRanges extends $tea.Model {
3354
- fromPort?: number;
3355
- toPort?: number;
4391
+ export declare class CreateListenerRequestCertificates extends $tea.Model {
4392
+ id?: string;
3356
4393
  static names(): {
3357
4394
  [key: string]: string;
3358
4395
  };
@@ -3363,8 +4400,9 @@ export declare class CreateListenerRequestPortRanges extends $tea.Model {
3363
4400
  [key: string]: any;
3364
4401
  });
3365
4402
  }
3366
- export declare class CreateListenerRequestCertificates extends $tea.Model {
3367
- id?: string;
4403
+ export declare class CreateListenerRequestPortRanges extends $tea.Model {
4404
+ fromPort?: number;
4405
+ toPort?: number;
3368
4406
  static names(): {
3369
4407
  [key: string]: string;
3370
4408
  };
@@ -3376,10 +4414,10 @@ export declare class CreateListenerRequestCertificates extends $tea.Model {
3376
4414
  });
3377
4415
  }
3378
4416
  export declare class CreateListenerRequestXForwardedForConfig extends $tea.Model {
3379
- XForwardedForGaIdEnabled?: boolean;
3380
4417
  XForwardedForGaApEnabled?: boolean;
3381
- XForwardedForProtoEnabled?: boolean;
4418
+ XForwardedForGaIdEnabled?: boolean;
3382
4419
  XForwardedForPortEnabled?: boolean;
4420
+ XForwardedForProtoEnabled?: boolean;
3383
4421
  XRealIpEnabled?: boolean;
3384
4422
  static names(): {
3385
4423
  [key: string]: string;
@@ -3403,8 +4441,9 @@ export declare class DeleteForwardingRulesResponseBodyForwardingRules extends $t
3403
4441
  [key: string]: any;
3404
4442
  });
3405
4443
  }
3406
- export declare class DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage extends $tea.Model {
4444
+ export declare class DescribeAcceleratorResponseBodyBasicBandwidthPackage extends $tea.Model {
3407
4445
  bandwidth?: number;
4446
+ bandwidthType?: string;
3408
4447
  instanceId?: string;
3409
4448
  static names(): {
3410
4449
  [key: string]: string;
@@ -3416,9 +4455,8 @@ export declare class DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage
3416
4455
  [key: string]: any;
3417
4456
  });
3418
4457
  }
3419
- export declare class DescribeAcceleratorResponseBodyBasicBandwidthPackage extends $tea.Model {
4458
+ export declare class DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage extends $tea.Model {
3420
4459
  bandwidth?: number;
3421
- bandwidthType?: string;
3422
4460
  instanceId?: string;
3423
4461
  static names(): {
3424
4462
  [key: string]: string;
@@ -3430,13 +4468,28 @@ export declare class DescribeAcceleratorResponseBodyBasicBandwidthPackage extend
3430
4468
  [key: string]: any;
3431
4469
  });
3432
4470
  }
4471
+ export declare class DescribeApplicationMonitorResponseBodyIspCityList extends $tea.Model {
4472
+ city?: string;
4473
+ cityName?: string;
4474
+ isp?: string;
4475
+ ispName?: string;
4476
+ static names(): {
4477
+ [key: string]: string;
4478
+ };
4479
+ static types(): {
4480
+ [key: string]: any;
4481
+ };
4482
+ constructor(map?: {
4483
+ [key: string]: any;
4484
+ });
4485
+ }
3433
4486
  export declare class DescribeEndpointGroupResponseBodyEndpointConfigurations extends $tea.Model {
3434
- type?: string;
3435
4487
  enableClientIPPreservation?: boolean;
3436
- weight?: number;
3437
- probeProtocol?: string;
3438
4488
  endpoint?: string;
3439
4489
  probePort?: number;
4490
+ probeProtocol?: string;
4491
+ type?: string;
4492
+ weight?: number;
3440
4493
  static names(): {
3441
4494
  [key: string]: string;
3442
4495
  };
@@ -3448,8 +4501,8 @@ export declare class DescribeEndpointGroupResponseBodyEndpointConfigurations ext
3448
4501
  });
3449
4502
  }
3450
4503
  export declare class DescribeEndpointGroupResponseBodyPortOverrides extends $tea.Model {
3451
- listenerPort?: number;
3452
4504
  endpointPort?: number;
4505
+ listenerPort?: number;
3453
4506
  static names(): {
3454
4507
  [key: string]: string;
3455
4508
  };
@@ -3460,9 +4513,9 @@ export declare class DescribeEndpointGroupResponseBodyPortOverrides extends $tea
3460
4513
  [key: string]: any;
3461
4514
  });
3462
4515
  }
3463
- export declare class DescribeListenerResponseBodyPortRanges extends $tea.Model {
3464
- fromPort?: number;
3465
- toPort?: number;
4516
+ export declare class DescribeListenerResponseBodyBackendPorts extends $tea.Model {
4517
+ fromPort?: string;
4518
+ toPort?: string;
3466
4519
  static names(): {
3467
4520
  [key: string]: string;
3468
4521
  };
@@ -3473,9 +4526,9 @@ export declare class DescribeListenerResponseBodyPortRanges extends $tea.Model {
3473
4526
  [key: string]: any;
3474
4527
  });
3475
4528
  }
3476
- export declare class DescribeListenerResponseBodyBackendPorts extends $tea.Model {
3477
- fromPort?: string;
3478
- toPort?: string;
4529
+ export declare class DescribeListenerResponseBodyCertificates extends $tea.Model {
4530
+ id?: string;
4531
+ type?: string;
3479
4532
  static names(): {
3480
4533
  [key: string]: string;
3481
4534
  };
@@ -3486,9 +4539,9 @@ export declare class DescribeListenerResponseBodyBackendPorts extends $tea.Model
3486
4539
  [key: string]: any;
3487
4540
  });
3488
4541
  }
3489
- export declare class DescribeListenerResponseBodyCertificates extends $tea.Model {
3490
- type?: string;
3491
- id?: string;
4542
+ export declare class DescribeListenerResponseBodyPortRanges extends $tea.Model {
4543
+ fromPort?: number;
4544
+ toPort?: number;
3492
4545
  static names(): {
3493
4546
  [key: string]: string;
3494
4547
  };
@@ -3513,10 +4566,10 @@ export declare class DescribeListenerResponseBodyRelatedAcls extends $tea.Model
3513
4566
  });
3514
4567
  }
3515
4568
  export declare class DescribeListenerResponseBodyXForwardedForConfig extends $tea.Model {
3516
- XForwardedForGaIdEnabled?: boolean;
3517
4569
  XForwardedForGaApEnabled?: boolean;
3518
- XForwardedForProtoEnabled?: boolean;
4570
+ XForwardedForGaIdEnabled?: boolean;
3519
4571
  XForwardedForPortEnabled?: boolean;
4572
+ XForwardedForProtoEnabled?: boolean;
3520
4573
  XRealIpEnabled?: boolean;
3521
4574
  static names(): {
3522
4575
  [key: string]: string;
@@ -3555,9 +4608,36 @@ export declare class GetAclResponseBodyAclEntries extends $tea.Model {
3555
4608
  });
3556
4609
  }
3557
4610
  export declare class GetAclResponseBodyRelatedListeners extends $tea.Model {
3558
- listenerId?: string;
3559
- aclType?: string;
3560
4611
  acceleratorId?: string;
4612
+ aclType?: string;
4613
+ listenerId?: string;
4614
+ static names(): {
4615
+ [key: string]: string;
4616
+ };
4617
+ static types(): {
4618
+ [key: string]: any;
4619
+ };
4620
+ constructor(map?: {
4621
+ [key: string]: any;
4622
+ });
4623
+ }
4624
+ export declare class GetBasicAcceleratorResponseBodyBasicBandwidthPackage extends $tea.Model {
4625
+ bandwidth?: number;
4626
+ bandwidthType?: string;
4627
+ instanceId?: string;
4628
+ static names(): {
4629
+ [key: string]: string;
4630
+ };
4631
+ static types(): {
4632
+ [key: string]: any;
4633
+ };
4634
+ constructor(map?: {
4635
+ [key: string]: any;
4636
+ });
4637
+ }
4638
+ export declare class GetBasicAcceleratorResponseBodyCrossDomainBandwidthPackage extends $tea.Model {
4639
+ bandwidth?: number;
4640
+ instanceId?: string;
3561
4641
  static names(): {
3562
4642
  [key: string]: string;
3563
4643
  };
@@ -3569,10 +4649,10 @@ export declare class GetAclResponseBodyRelatedListeners extends $tea.Model {
3569
4649
  });
3570
4650
  }
3571
4651
  export declare class GetHealthStatusResponseBodyEndpointGroupsEndpoints extends $tea.Model {
3572
- endpointId?: string;
3573
4652
  address?: string;
3574
- healthStatus?: string;
4653
+ endpointId?: string;
3575
4654
  healthDetail?: string;
4655
+ healthStatus?: string;
3576
4656
  port?: number;
3577
4657
  type?: string;
3578
4658
  static names(): {
@@ -3588,9 +4668,9 @@ export declare class GetHealthStatusResponseBodyEndpointGroupsEndpoints extends
3588
4668
  export declare class GetHealthStatusResponseBodyEndpointGroups extends $tea.Model {
3589
4669
  endpointGroupId?: string;
3590
4670
  endpointGroupType?: string;
3591
- healthStatus?: string;
3592
- forwardingRuleIds?: string[];
3593
4671
  endpoints?: GetHealthStatusResponseBodyEndpointGroupsEndpoints[];
4672
+ forwardingRuleIds?: string[];
4673
+ healthStatus?: string;
3594
4674
  static names(): {
3595
4675
  [key: string]: string;
3596
4676
  };
@@ -3615,8 +4695,8 @@ export declare class ListAccelerateAreasResponseBodyAreasRegionList extends $tea
3615
4695
  });
3616
4696
  }
3617
4697
  export declare class ListAccelerateAreasResponseBodyAreas extends $tea.Model {
3618
- localName?: string;
3619
4698
  areaId?: string;
4699
+ localName?: string;
3620
4700
  regionList?: ListAccelerateAreasResponseBodyAreasRegionList[];
3621
4701
  static names(): {
3622
4702
  [key: string]: string;
@@ -3656,23 +4736,23 @@ export declare class ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidt
3656
4736
  });
3657
4737
  }
3658
4738
  export declare class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
3659
- dnsName?: string;
3660
- type?: string;
3661
- secondDnsName?: string;
3662
- spec?: string;
3663
- state?: string;
3664
- createTime?: number;
4739
+ acceleratorId?: string;
4740
+ bandwidth?: number;
4741
+ basicBandwidthPackage?: ListAcceleratorsResponseBodyAcceleratorsBasicBandwidthPackage;
3665
4742
  cenId?: string;
4743
+ createTime?: number;
4744
+ crossDomainBandwidthPackage?: ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage;
3666
4745
  ddosId?: string;
3667
- basicBandwidthPackage?: ListAcceleratorsResponseBodyAcceleratorsBasicBandwidthPackage;
3668
- regionId?: string;
3669
- instanceChargeType?: string;
3670
- acceleratorId?: string;
3671
4746
  description?: string;
3672
- bandwidth?: number;
4747
+ dnsName?: string;
3673
4748
  expiredTime?: number;
4749
+ instanceChargeType?: string;
3674
4750
  name?: string;
3675
- crossDomainBandwidthPackage?: ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage;
4751
+ regionId?: string;
4752
+ secondDnsName?: string;
4753
+ spec?: string;
4754
+ state?: string;
4755
+ type?: string;
3676
4756
  static names(): {
3677
4757
  [key: string]: string;
3678
4758
  };
@@ -3686,8 +4766,45 @@ export declare class ListAcceleratorsResponseBodyAccelerators extends $tea.Model
3686
4766
  export declare class ListAclsResponseBodyAcls extends $tea.Model {
3687
4767
  aclId?: string;
3688
4768
  aclName?: string;
3689
- addressIPVersion?: string;
3690
4769
  aclStatus?: string;
4770
+ addressIPVersion?: string;
4771
+ static names(): {
4772
+ [key: string]: string;
4773
+ };
4774
+ static types(): {
4775
+ [key: string]: any;
4776
+ };
4777
+ constructor(map?: {
4778
+ [key: string]: any;
4779
+ });
4780
+ }
4781
+ export declare class ListApplicationMonitorResponseBodyApplicationMonitors extends $tea.Model {
4782
+ acceleratorId?: string;
4783
+ address?: string;
4784
+ detectThreshold?: number;
4785
+ listenerId?: string;
4786
+ optionsJson?: string;
4787
+ state?: string;
4788
+ taskId?: string;
4789
+ taskName?: string;
4790
+ static names(): {
4791
+ [key: string]: string;
4792
+ };
4793
+ static types(): {
4794
+ [key: string]: any;
4795
+ };
4796
+ constructor(map?: {
4797
+ [key: string]: any;
4798
+ });
4799
+ }
4800
+ export declare class ListApplicationMonitorDetectResultResponseBodyApplicationMonitorDetectResultList extends $tea.Model {
4801
+ acceleratorId?: string;
4802
+ detail?: string;
4803
+ diagStatus?: string;
4804
+ listenerId?: string;
4805
+ port?: string;
4806
+ protocol?: string;
4807
+ taskId?: string;
3691
4808
  static names(): {
3692
4809
  [key: string]: string;
3693
4810
  };
@@ -3711,10 +4828,72 @@ export declare class ListAvailableAccelerateAreasResponseBodyAreasRegionList ext
3711
4828
  [key: string]: any;
3712
4829
  });
3713
4830
  }
3714
- export declare class ListAvailableAccelerateAreasResponseBodyAreas extends $tea.Model {
3715
- localName?: string;
3716
- areaId?: string;
3717
- regionList?: ListAvailableAccelerateAreasResponseBodyAreasRegionList[];
4831
+ export declare class ListAvailableAccelerateAreasResponseBodyAreas extends $tea.Model {
4832
+ areaId?: string;
4833
+ localName?: string;
4834
+ regionList?: ListAvailableAccelerateAreasResponseBodyAreasRegionList[];
4835
+ static names(): {
4836
+ [key: string]: string;
4837
+ };
4838
+ static types(): {
4839
+ [key: string]: any;
4840
+ };
4841
+ constructor(map?: {
4842
+ [key: string]: any;
4843
+ });
4844
+ }
4845
+ export declare class ListAvailableBusiRegionsResponseBodyRegions extends $tea.Model {
4846
+ localName?: string;
4847
+ pop?: boolean;
4848
+ regionId?: string;
4849
+ static names(): {
4850
+ [key: string]: string;
4851
+ };
4852
+ static types(): {
4853
+ [key: string]: any;
4854
+ };
4855
+ constructor(map?: {
4856
+ [key: string]: any;
4857
+ });
4858
+ }
4859
+ export declare class ListBandwidthPackagesResponseBodyBandwidthPackages extends $tea.Model {
4860
+ accelerators?: string[];
4861
+ bandwidth?: number;
4862
+ bandwidthPackageId?: string;
4863
+ bandwidthType?: string;
4864
+ billingType?: string;
4865
+ cbnGeographicRegionIdA?: string;
4866
+ cbnGeographicRegionIdB?: string;
4867
+ chargeType?: string;
4868
+ createTime?: string;
4869
+ description?: string;
4870
+ expiredTime?: string;
4871
+ name?: string;
4872
+ ratio?: number;
4873
+ regionId?: string;
4874
+ state?: string;
4875
+ type?: string;
4876
+ static names(): {
4877
+ [key: string]: string;
4878
+ };
4879
+ static types(): {
4880
+ [key: string]: any;
4881
+ };
4882
+ constructor(map?: {
4883
+ [key: string]: any;
4884
+ });
4885
+ }
4886
+ export declare class ListBandwidthackagesResponseBodyBandwidthPackages extends $tea.Model {
4887
+ accelerators?: string[];
4888
+ bandwidth?: number;
4889
+ bandwidthPackageId?: string;
4890
+ chargeType?: string;
4891
+ createTime?: string;
4892
+ description?: string;
4893
+ expiredTime?: string;
4894
+ name?: string;
4895
+ regionId?: string;
4896
+ state?: string;
3718
4897
  static names(): {
3719
4898
  [key: string]: string;
3720
4899
  };
@@ -3725,9 +4904,10 @@ export declare class ListAvailableAccelerateAreasResponseBodyAreas extends $tea.
3725
4904
  [key: string]: any;
3726
4905
  });
3727
4906
  }
3728
- export declare class ListAvailableBusiRegionsResponseBodyRegions extends $tea.Model {
3729
- localName?: string;
3730
- regionId?: string;
4907
+ export declare class ListBasicAcceleratorsResponseBodyAcceleratorsBasicBandwidthPackage extends $tea.Model {
4908
+ bandwidth?: number;
4909
+ bandwidthType?: string;
4910
+ instanceId?: string;
3731
4911
  static names(): {
3732
4912
  [key: string]: string;
3733
4913
  };
@@ -3738,17 +4918,9 @@ export declare class ListAvailableBusiRegionsResponseBodyRegions extends $tea.Mo
3738
4918
  [key: string]: any;
3739
4919
  });
3740
4920
  }
3741
- export declare class ListBandwidthackagesResponseBodyBandwidthPackages extends $tea.Model {
3742
- bandwidthPackageId?: string;
4921
+ export declare class ListBasicAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage extends $tea.Model {
3743
4922
  bandwidth?: number;
3744
- description?: string;
3745
- expiredTime?: string;
3746
- state?: string;
3747
- createTime?: string;
3748
- chargeType?: string;
3749
- accelerators?: string[];
3750
- name?: string;
3751
- regionId?: string;
4923
+ instanceId?: string;
3752
4924
  static names(): {
3753
4925
  [key: string]: string;
3754
4926
  };
@@ -3759,23 +4931,20 @@ export declare class ListBandwidthackagesResponseBodyBandwidthPackages extends $
3759
4931
  [key: string]: any;
3760
4932
  });
3761
4933
  }
3762
- export declare class ListBandwidthPackagesResponseBodyBandwidthPackages extends $tea.Model {
3763
- type?: string;
3764
- bandwidthType?: string;
3765
- state?: string;
3766
- createTime?: string;
3767
- chargeType?: string;
3768
- regionId?: string;
3769
- cbnGeographicRegionIdA?: string;
3770
- bandwidthPackageId?: string;
3771
- bandwidth?: number;
4934
+ export declare class ListBasicAcceleratorsResponseBodyAccelerators extends $tea.Model {
4935
+ acceleratorId?: string;
4936
+ basicBandwidthPackage?: ListBasicAcceleratorsResponseBodyAcceleratorsBasicBandwidthPackage;
4937
+ basicEndpointGroupId?: string;
4938
+ basicIpSetId?: string;
4939
+ createTime?: number;
4940
+ crossDomainBandwidthPackage?: ListBasicAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage;
3772
4941
  description?: string;
3773
- expiredTime?: string;
3774
- accelerators?: string[];
3775
- cbnGeographicRegionIdB?: string;
4942
+ expiredTime?: number;
4943
+ instanceChargeType?: string;
3776
4944
  name?: string;
3777
- billingType?: string;
3778
- ratio?: number;
4945
+ regionId?: string;
4946
+ state?: string;
4947
+ type?: string;
3779
4948
  static names(): {
3780
4949
  [key: string]: string;
3781
4950
  };
@@ -3800,13 +4969,13 @@ export declare class ListBusiRegionsResponseBodyRegions extends $tea.Model {
3800
4969
  });
3801
4970
  }
3802
4971
  export declare class ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigurations extends $tea.Model {
3803
- type?: string;
3804
4972
  enableClientIPPreservation?: boolean;
3805
- weight?: number;
3806
- probeProtocol?: string;
3807
4973
  endpoint?: string;
3808
- probePort?: number;
3809
4974
  endpointId?: string;
4975
+ probePort?: number;
4976
+ probeProtocol?: string;
4977
+ type?: string;
4978
+ weight?: number;
3810
4979
  static names(): {
3811
4980
  [key: string]: string;
3812
4981
  };
@@ -3818,8 +4987,8 @@ export declare class ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigu
3818
4987
  });
3819
4988
  }
3820
4989
  export declare class ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides extends $tea.Model {
3821
- listenerPort?: number;
3822
4990
  endpointPort?: number;
4991
+ listenerPort?: number;
3823
4992
  static names(): {
3824
4993
  [key: string]: string;
3825
4994
  };
@@ -3831,27 +5000,27 @@ export declare class ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides e
3831
5000
  });
3832
5001
  }
3833
5002
  export declare class ListEndpointGroupsResponseBodyEndpointGroups extends $tea.Model {
5003
+ acceleratorId?: string;
5004
+ description?: string;
5005
+ endpointConfigurations?: ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigurations[];
3834
5006
  endpointGroupId?: string;
3835
5007
  endpointGroupIpList?: string[];
3836
- endpointGroupUnconfirmedIpList?: string[];
3837
- state?: string;
3838
- healthCheckPath?: string;
3839
5008
  endpointGroupRegion?: string;
5009
+ endpointGroupType?: string;
5010
+ endpointGroupUnconfirmedIpList?: string[];
5011
+ endpointRequestProtocol?: string;
5012
+ forwardingRuleIds?: string[];
5013
+ healthCheckEnabled?: boolean;
3840
5014
  healthCheckIntervalSeconds?: number;
3841
- trafficPercentage?: number;
5015
+ healthCheckPath?: string;
5016
+ healthCheckPort?: number;
3842
5017
  healthCheckProtocol?: string;
3843
- thresholdCount?: number;
3844
5018
  listenerId?: string;
3845
- acceleratorId?: string;
3846
- endpointConfigurations?: ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigurations[];
3847
- portOverrides?: ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides[];
3848
- forwardingRuleIds?: string[];
3849
- endpointGroupType?: string;
3850
- endpointRequestProtocol?: string;
3851
- description?: string;
3852
5019
  name?: string;
3853
- healthCheckPort?: number;
3854
- healthCheckEnabled?: boolean;
5020
+ portOverrides?: ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides[];
5021
+ state?: string;
5022
+ thresholdCount?: number;
5023
+ trafficPercentage?: number;
3855
5024
  static names(): {
3856
5025
  [key: string]: string;
3857
5026
  };
@@ -3862,8 +5031,8 @@ export declare class ListEndpointGroupsResponseBodyEndpointGroups extends $tea.M
3862
5031
  [key: string]: any;
3863
5032
  });
3864
5033
  }
3865
- export declare class ListForwardingRulesResponseBodyForwardingRulesRuleConditionsPathConfig extends $tea.Model {
3866
- values?: string[];
5034
+ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples extends $tea.Model {
5035
+ endpointGroupId?: string;
3867
5036
  static names(): {
3868
5037
  [key: string]: string;
3869
5038
  };
@@ -3874,8 +5043,8 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleCondition
3874
5043
  [key: string]: any;
3875
5044
  });
3876
5045
  }
3877
- export declare class ListForwardingRulesResponseBodyForwardingRulesRuleConditionsHostConfig extends $tea.Model {
3878
- values?: string[];
5046
+ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActionsForwardGroupConfig extends $tea.Model {
5047
+ serverGroupTuples?: ListForwardingRulesResponseBodyForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples[];
3879
5048
  static names(): {
3880
5049
  [key: string]: string;
3881
5050
  };
@@ -3886,10 +5055,10 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleCondition
3886
5055
  [key: string]: any;
3887
5056
  });
3888
5057
  }
3889
- export declare class ListForwardingRulesResponseBodyForwardingRulesRuleConditions extends $tea.Model {
3890
- ruleConditionType?: string;
3891
- pathConfig?: ListForwardingRulesResponseBodyForwardingRulesRuleConditionsPathConfig;
3892
- hostConfig?: ListForwardingRulesResponseBodyForwardingRulesRuleConditionsHostConfig;
5058
+ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActions extends $tea.Model {
5059
+ forwardGroupConfig?: ListForwardingRulesResponseBodyForwardingRulesRuleActionsForwardGroupConfig;
5060
+ order?: number;
5061
+ ruleActionType?: string;
3893
5062
  static names(): {
3894
5063
  [key: string]: string;
3895
5064
  };
@@ -3900,8 +5069,8 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleCondition
3900
5069
  [key: string]: any;
3901
5070
  });
3902
5071
  }
3903
- export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples extends $tea.Model {
3904
- endpointGroupId?: string;
5072
+ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleConditionsHostConfig extends $tea.Model {
5073
+ values?: string[];
3905
5074
  static names(): {
3906
5075
  [key: string]: string;
3907
5076
  };
@@ -3912,8 +5081,8 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActionsFo
3912
5081
  [key: string]: any;
3913
5082
  });
3914
5083
  }
3915
- export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActionsForwardGroupConfig extends $tea.Model {
3916
- serverGroupTuples?: ListForwardingRulesResponseBodyForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples[];
5084
+ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleConditionsPathConfig extends $tea.Model {
5085
+ values?: string[];
3917
5086
  static names(): {
3918
5087
  [key: string]: string;
3919
5088
  };
@@ -3924,10 +5093,10 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActionsFo
3924
5093
  [key: string]: any;
3925
5094
  });
3926
5095
  }
3927
- export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActions extends $tea.Model {
3928
- order?: number;
3929
- ruleActionType?: string;
3930
- forwardGroupConfig?: ListForwardingRulesResponseBodyForwardingRulesRuleActionsForwardGroupConfig;
5096
+ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleConditions extends $tea.Model {
5097
+ hostConfig?: ListForwardingRulesResponseBodyForwardingRulesRuleConditionsHostConfig;
5098
+ pathConfig?: ListForwardingRulesResponseBodyForwardingRulesRuleConditionsPathConfig;
5099
+ ruleConditionType?: string;
3931
5100
  static names(): {
3932
5101
  [key: string]: string;
3933
5102
  };
@@ -3939,13 +5108,13 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActions e
3939
5108
  });
3940
5109
  }
3941
5110
  export declare class ListForwardingRulesResponseBodyForwardingRules extends $tea.Model {
3942
- priority?: number;
3943
5111
  forwardingRuleId?: string;
3944
5112
  forwardingRuleName?: string;
3945
5113
  forwardingRuleStatus?: string;
3946
- ruleConditions?: ListForwardingRulesResponseBodyForwardingRulesRuleConditions[];
3947
- ruleActions?: ListForwardingRulesResponseBodyForwardingRulesRuleActions[];
3948
5114
  listenerId?: string;
5115
+ priority?: number;
5116
+ ruleActions?: ListForwardingRulesResponseBodyForwardingRulesRuleActions[];
5117
+ ruleConditions?: ListForwardingRulesResponseBodyForwardingRulesRuleConditions[];
3949
5118
  static names(): {
3950
5119
  [key: string]: string;
3951
5120
  };
@@ -3958,11 +5127,11 @@ export declare class ListForwardingRulesResponseBodyForwardingRules extends $tea
3958
5127
  }
3959
5128
  export declare class ListIpSetsResponseBodyIpSets extends $tea.Model {
3960
5129
  accelerateRegionId?: string;
3961
- ipVersion?: string;
3962
5130
  bandwidth?: number;
3963
- state?: string;
3964
- ipSetId?: string;
3965
5131
  ipAddressList?: string[];
5132
+ ipSetId?: string;
5133
+ ipVersion?: string;
5134
+ state?: string;
3966
5135
  static names(): {
3967
5136
  [key: string]: string;
3968
5137
  };
@@ -3975,8 +5144,8 @@ export declare class ListIpSetsResponseBodyIpSets extends $tea.Model {
3975
5144
  }
3976
5145
  export declare class ListListenerCertificatesResponseBodyCertificates extends $tea.Model {
3977
5146
  certificateId?: string;
3978
- isDefault?: boolean;
3979
5147
  domain?: string;
5148
+ isDefault?: boolean;
3980
5149
  static names(): {
3981
5150
  [key: string]: string;
3982
5151
  };
@@ -3987,9 +5156,9 @@ export declare class ListListenerCertificatesResponseBodyCertificates extends $t
3987
5156
  [key: string]: any;
3988
5157
  });
3989
5158
  }
3990
- export declare class ListListenersResponseBodyListenersCertificates extends $tea.Model {
3991
- type?: string;
3992
- id?: string;
5159
+ export declare class ListListenersResponseBodyListenersBackendPorts extends $tea.Model {
5160
+ fromPort?: string;
5161
+ toPort?: string;
3993
5162
  static names(): {
3994
5163
  [key: string]: string;
3995
5164
  };
@@ -4000,9 +5169,9 @@ export declare class ListListenersResponseBodyListenersCertificates extends $tea
4000
5169
  [key: string]: any;
4001
5170
  });
4002
5171
  }
4003
- export declare class ListListenersResponseBodyListenersBackendPorts extends $tea.Model {
4004
- fromPort?: string;
4005
- toPort?: string;
5172
+ export declare class ListListenersResponseBodyListenersCertificates extends $tea.Model {
5173
+ id?: string;
5174
+ type?: string;
4006
5175
  static names(): {
4007
5176
  [key: string]: string;
4008
5177
  };
@@ -4027,11 +5196,11 @@ export declare class ListListenersResponseBodyListenersPortRanges extends $tea.M
4027
5196
  });
4028
5197
  }
4029
5198
  export declare class ListListenersResponseBodyListenersXForwardedForConfig extends $tea.Model {
4030
- XForwardedForGaIdEnabled?: boolean;
4031
- XRealIpEnabled?: boolean;
4032
5199
  XForwardedForGaApEnabled?: boolean;
4033
- XForwardedForProtoEnabled?: boolean;
5200
+ XForwardedForGaIdEnabled?: boolean;
4034
5201
  XForwardedForPortEnabled?: boolean;
5202
+ XForwardedForProtoEnabled?: boolean;
5203
+ XRealIpEnabled?: boolean;
4035
5204
  static names(): {
4036
5205
  [key: string]: string;
4037
5206
  };
@@ -4043,20 +5212,20 @@ export declare class ListListenersResponseBodyListenersXForwardedForConfig exten
4043
5212
  });
4044
5213
  }
4045
5214
  export declare class ListListenersResponseBodyListeners extends $tea.Model {
4046
- certificates?: ListListenersResponseBodyListenersCertificates[];
5215
+ acceleratorId?: string;
4047
5216
  backendPorts?: ListListenersResponseBodyListenersBackendPorts[];
4048
- listenerId?: string;
4049
- description?: string;
4050
- state?: string;
5217
+ certificates?: ListListenersResponseBodyListenersCertificates[];
4051
5218
  clientAffinity?: string;
4052
- protocol?: string;
4053
5219
  createTime?: number;
4054
- portRanges?: ListListenersResponseBodyListenersPortRanges[];
5220
+ description?: string;
5221
+ listenerId?: string;
4055
5222
  name?: string;
5223
+ portRanges?: ListListenersResponseBodyListenersPortRanges[];
5224
+ protocol?: string;
4056
5225
  proxyProtocol?: boolean;
4057
- acceleratorId?: string;
4058
- XForwardedForConfig?: ListListenersResponseBodyListenersXForwardedForConfig;
4059
5226
  securityPolicyId?: string;
5227
+ state?: string;
5228
+ XForwardedForConfig?: ListListenersResponseBodyListenersXForwardedForConfig;
4060
5229
  static names(): {
4061
5230
  [key: string]: string;
4062
5231
  };
@@ -4081,9 +5250,9 @@ export declare class ListSpareIpsResponseBodySpareIps extends $tea.Model {
4081
5250
  });
4082
5251
  }
4083
5252
  export declare class ListSystemSecurityPoliciesResponseBodySecurityPolicies extends $tea.Model {
5253
+ ciphers?: string[];
4084
5254
  securityPolicyId?: string;
4085
5255
  tlsVersions?: string[];
4086
- ciphers?: string[];
4087
5256
  static names(): {
4088
5257
  [key: string]: string;
4089
5258
  };
@@ -4107,10 +5276,10 @@ export declare class RemoveEntriesFromAclRequestAclEntries extends $tea.Model {
4107
5276
  });
4108
5277
  }
4109
5278
  export declare class UpdateEndpointGroupRequestEndpointConfigurations extends $tea.Model {
4110
- type?: string;
4111
5279
  enableClientIPPreservation?: boolean;
4112
- weight?: number;
4113
5280
  endpoint?: string;
5281
+ type?: string;
5282
+ weight?: number;
4114
5283
  static names(): {
4115
5284
  [key: string]: string;
4116
5285
  };
@@ -4122,8 +5291,8 @@ export declare class UpdateEndpointGroupRequestEndpointConfigurations extends $t
4122
5291
  });
4123
5292
  }
4124
5293
  export declare class UpdateEndpointGroupRequestPortOverrides extends $tea.Model {
4125
- listenerPort?: number;
4126
5294
  endpointPort?: number;
5295
+ listenerPort?: number;
4127
5296
  static names(): {
4128
5297
  [key: string]: string;
4129
5298
  };
@@ -4135,9 +5304,9 @@ export declare class UpdateEndpointGroupRequestPortOverrides extends $tea.Model
4135
5304
  });
4136
5305
  }
4137
5306
  export declare class UpdateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations extends $tea.Model {
5307
+ endpoint?: string;
4138
5308
  type?: string;
4139
5309
  weight?: number;
4140
- endpoint?: string;
4141
5310
  static names(): {
4142
5311
  [key: string]: string;
4143
5312
  };
@@ -4149,8 +5318,8 @@ export declare class UpdateEndpointGroupsRequestEndpointGroupConfigurationsEndpo
4149
5318
  });
4150
5319
  }
4151
5320
  export declare class UpdateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides extends $tea.Model {
4152
- listenerPort?: number;
4153
5321
  endpointPort?: number;
5322
+ listenerPort?: number;
4154
5323
  static names(): {
4155
5324
  [key: string]: string;
4156
5325
  };
@@ -4162,21 +5331,21 @@ export declare class UpdateEndpointGroupsRequestEndpointGroupConfigurationsPortO
4162
5331
  });
4163
5332
  }
4164
5333
  export declare class UpdateEndpointGroupsRequestEndpointGroupConfigurations extends $tea.Model {
4165
- endpointGroupName?: string;
5334
+ enableClientIPPreservationProxyProtocol?: boolean;
5335
+ enableClientIPPreservationToa?: boolean;
5336
+ endpointConfigurations?: UpdateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations[];
4166
5337
  endpointGroupDescription?: string;
4167
- trafficPercentage?: number;
5338
+ endpointGroupId?: string;
5339
+ endpointGroupName?: string;
5340
+ endpointRequestProtocol?: string;
4168
5341
  healthCheckEnabled?: boolean;
4169
5342
  healthCheckIntervalSeconds?: number;
4170
5343
  healthCheckPath?: string;
4171
5344
  healthCheckPort?: number;
4172
5345
  healthCheckProtocol?: string;
4173
- thresholdCount?: number;
4174
- endpointConfigurations?: UpdateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations[];
4175
- endpointRequestProtocol?: string;
4176
5346
  portOverrides?: UpdateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides[];
4177
- enableClientIPPreservationToa?: boolean;
4178
- enableClientIPPreservationProxyProtocol?: boolean;
4179
- endpointGroupId?: string;
5347
+ thresholdCount?: number;
5348
+ trafficPercentage?: number;
4180
5349
  static names(): {
4181
5350
  [key: string]: string;
4182
5351
  };
@@ -4187,8 +5356,8 @@ export declare class UpdateEndpointGroupsRequestEndpointGroupConfigurations exte
4187
5356
  [key: string]: any;
4188
5357
  });
4189
5358
  }
4190
- export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig extends $tea.Model {
4191
- values?: string[];
5359
+ export declare class UpdateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples extends $tea.Model {
5360
+ endpointGroupId?: string;
4192
5361
  static names(): {
4193
5362
  [key: string]: string;
4194
5363
  };
@@ -4199,8 +5368,8 @@ export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditionsPa
4199
5368
  [key: string]: any;
4200
5369
  });
4201
5370
  }
4202
- export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig extends $tea.Model {
4203
- values?: string[];
5371
+ export declare class UpdateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig extends $tea.Model {
5372
+ serverGroupTuples?: UpdateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples[];
4204
5373
  static names(): {
4205
5374
  [key: string]: string;
4206
5375
  };
@@ -4211,10 +5380,10 @@ export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditionsHo
4211
5380
  [key: string]: any;
4212
5381
  });
4213
5382
  }
4214
- export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditions extends $tea.Model {
4215
- ruleConditionType?: string;
4216
- pathConfig?: UpdateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig;
4217
- hostConfig?: UpdateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig;
5383
+ export declare class UpdateForwardingRulesRequestForwardingRulesRuleActions extends $tea.Model {
5384
+ forwardGroupConfig?: UpdateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig;
5385
+ order?: number;
5386
+ ruleActionType?: string;
4218
5387
  static names(): {
4219
5388
  [key: string]: string;
4220
5389
  };
@@ -4225,8 +5394,8 @@ export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditions e
4225
5394
  [key: string]: any;
4226
5395
  });
4227
5396
  }
4228
- export declare class UpdateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples extends $tea.Model {
4229
- endpointGroupId?: string;
5397
+ export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig extends $tea.Model {
5398
+ values?: string[];
4230
5399
  static names(): {
4231
5400
  [key: string]: string;
4232
5401
  };
@@ -4237,8 +5406,8 @@ export declare class UpdateForwardingRulesRequestForwardingRulesRuleActionsForwa
4237
5406
  [key: string]: any;
4238
5407
  });
4239
5408
  }
4240
- export declare class UpdateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig extends $tea.Model {
4241
- serverGroupTuples?: UpdateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples[];
5409
+ export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig extends $tea.Model {
5410
+ values?: string[];
4242
5411
  static names(): {
4243
5412
  [key: string]: string;
4244
5413
  };
@@ -4249,10 +5418,10 @@ export declare class UpdateForwardingRulesRequestForwardingRulesRuleActionsForwa
4249
5418
  [key: string]: any;
4250
5419
  });
4251
5420
  }
4252
- export declare class UpdateForwardingRulesRequestForwardingRulesRuleActions extends $tea.Model {
4253
- order?: number;
4254
- ruleActionType?: string;
4255
- forwardGroupConfig?: UpdateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig;
5421
+ export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditions extends $tea.Model {
5422
+ hostConfig?: UpdateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig;
5423
+ pathConfig?: UpdateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig;
5424
+ ruleConditionType?: string;
4256
5425
  static names(): {
4257
5426
  [key: string]: string;
4258
5427
  };
@@ -4264,11 +5433,11 @@ export declare class UpdateForwardingRulesRequestForwardingRulesRuleActions exte
4264
5433
  });
4265
5434
  }
4266
5435
  export declare class UpdateForwardingRulesRequestForwardingRules extends $tea.Model {
4267
- priority?: number;
4268
- ruleConditions?: UpdateForwardingRulesRequestForwardingRulesRuleConditions[];
4269
- ruleActions?: UpdateForwardingRulesRequestForwardingRulesRuleActions[];
4270
5436
  forwardingRuleId?: string;
4271
5437
  forwardingRuleName?: string;
5438
+ priority?: number;
5439
+ ruleActions?: UpdateForwardingRulesRequestForwardingRulesRuleActions[];
5440
+ ruleConditions?: UpdateForwardingRulesRequestForwardingRulesRuleConditions[];
4272
5441
  static names(): {
4273
5442
  [key: string]: string;
4274
5443
  };
@@ -4304,7 +5473,7 @@ export declare class UpdateIpSetsRequestIpSets extends $tea.Model {
4304
5473
  [key: string]: any;
4305
5474
  });
4306
5475
  }
4307
- export declare class UpdateListenerRequestPortRanges extends $tea.Model {
5476
+ export declare class UpdateListenerRequestBackendPorts extends $tea.Model {
4308
5477
  fromPort?: number;
4309
5478
  toPort?: number;
4310
5479
  static names(): {
@@ -4329,7 +5498,7 @@ export declare class UpdateListenerRequestCertificates extends $tea.Model {
4329
5498
  [key: string]: any;
4330
5499
  });
4331
5500
  }
4332
- export declare class UpdateListenerRequestBackendPorts extends $tea.Model {
5501
+ export declare class UpdateListenerRequestPortRanges extends $tea.Model {
4333
5502
  fromPort?: number;
4334
5503
  toPort?: number;
4335
5504
  static names(): {
@@ -4343,11 +5512,11 @@ export declare class UpdateListenerRequestBackendPorts extends $tea.Model {
4343
5512
  });
4344
5513
  }
4345
5514
  export declare class UpdateListenerRequestXForwardedForConfig extends $tea.Model {
5515
+ XForwardedForGaApEnabled?: boolean;
4346
5516
  XForwardedForGaIdEnabled?: boolean;
4347
- XForwardedForProtoEnabled?: boolean;
4348
5517
  XForwardedForPortEnabled?: boolean;
5518
+ XForwardedForProtoEnabled?: boolean;
4349
5519
  XRealIpEnabled?: boolean;
4350
- XForwardedForGaApEnabled?: boolean;
4351
5520
  static names(): {
4352
5521
  [key: string]: string;
4353
5522
  };
@@ -4383,8 +5552,16 @@ export default class Client extends OpenApi {
4383
5552
  createAccelerator(request: CreateAcceleratorRequest): Promise<CreateAcceleratorResponse>;
4384
5553
  createAclWithOptions(request: CreateAclRequest, runtime: $Util.RuntimeOptions): Promise<CreateAclResponse>;
4385
5554
  createAcl(request: CreateAclRequest): Promise<CreateAclResponse>;
5555
+ createApplicationMonitorWithOptions(request: CreateApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<CreateApplicationMonitorResponse>;
5556
+ createApplicationMonitor(request: CreateApplicationMonitorRequest): Promise<CreateApplicationMonitorResponse>;
4386
5557
  createBandwidthPackageWithOptions(request: CreateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<CreateBandwidthPackageResponse>;
4387
5558
  createBandwidthPackage(request: CreateBandwidthPackageRequest): Promise<CreateBandwidthPackageResponse>;
5559
+ createBasicAcceleratorWithOptions(request: CreateBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicAcceleratorResponse>;
5560
+ createBasicAccelerator(request: CreateBasicAcceleratorRequest): Promise<CreateBasicAcceleratorResponse>;
5561
+ createBasicEndpointGroupWithOptions(request: CreateBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicEndpointGroupResponse>;
5562
+ createBasicEndpointGroup(request: CreateBasicEndpointGroupRequest): Promise<CreateBasicEndpointGroupResponse>;
5563
+ createBasicIpSetWithOptions(request: CreateBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicIpSetResponse>;
5564
+ createBasicIpSet(request: CreateBasicIpSetRequest): Promise<CreateBasicIpSetResponse>;
4388
5565
  createEndpointGroupWithOptions(request: CreateEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateEndpointGroupResponse>;
4389
5566
  createEndpointGroup(request: CreateEndpointGroupRequest): Promise<CreateEndpointGroupResponse>;
4390
5567
  createEndpointGroupsWithOptions(request: CreateEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<CreateEndpointGroupsResponse>;
@@ -4401,8 +5578,16 @@ export default class Client extends OpenApi {
4401
5578
  deleteAccelerator(request: DeleteAcceleratorRequest): Promise<DeleteAcceleratorResponse>;
4402
5579
  deleteAclWithOptions(request: DeleteAclRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAclResponse>;
4403
5580
  deleteAcl(request: DeleteAclRequest): Promise<DeleteAclResponse>;
5581
+ deleteApplicationMonitorWithOptions(request: DeleteApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DeleteApplicationMonitorResponse>;
5582
+ deleteApplicationMonitor(request: DeleteApplicationMonitorRequest): Promise<DeleteApplicationMonitorResponse>;
4404
5583
  deleteBandwidthPackageWithOptions(request: DeleteBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBandwidthPackageResponse>;
4405
5584
  deleteBandwidthPackage(request: DeleteBandwidthPackageRequest): Promise<DeleteBandwidthPackageResponse>;
5585
+ deleteBasicAcceleratorWithOptions(request: DeleteBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicAcceleratorResponse>;
5586
+ deleteBasicAccelerator(request: DeleteBasicAcceleratorRequest): Promise<DeleteBasicAcceleratorResponse>;
5587
+ deleteBasicEndpointGroupWithOptions(request: DeleteBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicEndpointGroupResponse>;
5588
+ deleteBasicEndpointGroup(request: DeleteBasicEndpointGroupRequest): Promise<DeleteBasicEndpointGroupResponse>;
5589
+ deleteBasicIpSetWithOptions(request: DeleteBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicIpSetResponse>;
5590
+ deleteBasicIpSet(request: DeleteBasicIpSetRequest): Promise<DeleteBasicIpSetResponse>;
4406
5591
  deleteEndpointGroupWithOptions(request: DeleteEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteEndpointGroupResponse>;
4407
5592
  deleteEndpointGroup(request: DeleteEndpointGroupRequest): Promise<DeleteEndpointGroupResponse>;
4408
5593
  deleteEndpointGroupsWithOptions(request: DeleteEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteEndpointGroupsResponse>;
@@ -4419,6 +5604,10 @@ export default class Client extends OpenApi {
4419
5604
  deleteSpareIps(request: DeleteSpareIpsRequest): Promise<DeleteSpareIpsResponse>;
4420
5605
  describeAcceleratorWithOptions(request: DescribeAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAcceleratorResponse>;
4421
5606
  describeAccelerator(request: DescribeAcceleratorRequest): Promise<DescribeAcceleratorResponse>;
5607
+ describeAcceleratorAutoRenewAttributeWithOptions(request: DescribeAcceleratorAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAcceleratorAutoRenewAttributeResponse>;
5608
+ describeAcceleratorAutoRenewAttribute(request: DescribeAcceleratorAutoRenewAttributeRequest): Promise<DescribeAcceleratorAutoRenewAttributeResponse>;
5609
+ describeApplicationMonitorWithOptions(request: DescribeApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationMonitorResponse>;
5610
+ describeApplicationMonitor(request: DescribeApplicationMonitorRequest): Promise<DescribeApplicationMonitorResponse>;
4422
5611
  describeBandwidthPackageWithOptions(request: DescribeBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBandwidthPackageResponse>;
4423
5612
  describeBandwidthPackage(request: DescribeBandwidthPackageRequest): Promise<DescribeBandwidthPackageResponse>;
4424
5613
  describeEndpointGroupWithOptions(request: DescribeEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEndpointGroupResponse>;
@@ -4433,12 +5622,24 @@ export default class Client extends OpenApi {
4433
5622
  detachDdosFromAccelerator(request: DetachDdosFromAcceleratorRequest): Promise<DetachDdosFromAcceleratorResponse>;
4434
5623
  detachLogStoreFromEndpointGroupWithOptions(request: DetachLogStoreFromEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DetachLogStoreFromEndpointGroupResponse>;
4435
5624
  detachLogStoreFromEndpointGroup(request: DetachLogStoreFromEndpointGroupRequest): Promise<DetachLogStoreFromEndpointGroupResponse>;
5625
+ detectApplicationMonitorWithOptions(request: DetectApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DetectApplicationMonitorResponse>;
5626
+ detectApplicationMonitor(request: DetectApplicationMonitorRequest): Promise<DetectApplicationMonitorResponse>;
5627
+ disableApplicationMonitorWithOptions(request: DisableApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DisableApplicationMonitorResponse>;
5628
+ disableApplicationMonitor(request: DisableApplicationMonitorRequest): Promise<DisableApplicationMonitorResponse>;
4436
5629
  dissociateAclsFromListenerWithOptions(request: DissociateAclsFromListenerRequest, runtime: $Util.RuntimeOptions): Promise<DissociateAclsFromListenerResponse>;
4437
5630
  dissociateAclsFromListener(request: DissociateAclsFromListenerRequest): Promise<DissociateAclsFromListenerResponse>;
4438
5631
  dissociateAdditionalCertificatesFromListenerWithOptions(request: DissociateAdditionalCertificatesFromListenerRequest, runtime: $Util.RuntimeOptions): Promise<DissociateAdditionalCertificatesFromListenerResponse>;
4439
5632
  dissociateAdditionalCertificatesFromListener(request: DissociateAdditionalCertificatesFromListenerRequest): Promise<DissociateAdditionalCertificatesFromListenerResponse>;
5633
+ enableApplicationMonitorWithOptions(request: EnableApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<EnableApplicationMonitorResponse>;
5634
+ enableApplicationMonitor(request: EnableApplicationMonitorRequest): Promise<EnableApplicationMonitorResponse>;
4440
5635
  getAclWithOptions(request: GetAclRequest, runtime: $Util.RuntimeOptions): Promise<GetAclResponse>;
4441
5636
  getAcl(request: GetAclRequest): Promise<GetAclResponse>;
5637
+ getBasicAcceleratorWithOptions(request: GetBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<GetBasicAcceleratorResponse>;
5638
+ getBasicAccelerator(request: GetBasicAcceleratorRequest): Promise<GetBasicAcceleratorResponse>;
5639
+ getBasicEndpointGroupWithOptions(request: GetBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<GetBasicEndpointGroupResponse>;
5640
+ getBasicEndpointGroup(request: GetBasicEndpointGroupRequest): Promise<GetBasicEndpointGroupResponse>;
5641
+ getBasicIpSetWithOptions(request: GetBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<GetBasicIpSetResponse>;
5642
+ getBasicIpSet(request: GetBasicIpSetRequest): Promise<GetBasicIpSetResponse>;
4442
5643
  getHealthStatusWithOptions(request: GetHealthStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetHealthStatusResponse>;
4443
5644
  getHealthStatus(request: GetHealthStatusRequest): Promise<GetHealthStatusResponse>;
4444
5645
  getSpareIpWithOptions(request: GetSpareIpRequest, runtime: $Util.RuntimeOptions): Promise<GetSpareIpResponse>;
@@ -4449,14 +5650,20 @@ export default class Client extends OpenApi {
4449
5650
  listAccelerators(request: ListAcceleratorsRequest): Promise<ListAcceleratorsResponse>;
4450
5651
  listAclsWithOptions(request: ListAclsRequest, runtime: $Util.RuntimeOptions): Promise<ListAclsResponse>;
4451
5652
  listAcls(request: ListAclsRequest): Promise<ListAclsResponse>;
5653
+ listApplicationMonitorWithOptions(request: ListApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<ListApplicationMonitorResponse>;
5654
+ listApplicationMonitor(request: ListApplicationMonitorRequest): Promise<ListApplicationMonitorResponse>;
5655
+ listApplicationMonitorDetectResultWithOptions(request: ListApplicationMonitorDetectResultRequest, runtime: $Util.RuntimeOptions): Promise<ListApplicationMonitorDetectResultResponse>;
5656
+ listApplicationMonitorDetectResult(request: ListApplicationMonitorDetectResultRequest): Promise<ListApplicationMonitorDetectResultResponse>;
4452
5657
  listAvailableAccelerateAreasWithOptions(request: ListAvailableAccelerateAreasRequest, runtime: $Util.RuntimeOptions): Promise<ListAvailableAccelerateAreasResponse>;
4453
5658
  listAvailableAccelerateAreas(request: ListAvailableAccelerateAreasRequest): Promise<ListAvailableAccelerateAreasResponse>;
4454
5659
  listAvailableBusiRegionsWithOptions(request: ListAvailableBusiRegionsRequest, runtime: $Util.RuntimeOptions): Promise<ListAvailableBusiRegionsResponse>;
4455
5660
  listAvailableBusiRegions(request: ListAvailableBusiRegionsRequest): Promise<ListAvailableBusiRegionsResponse>;
4456
- listBandwidthackagesWithOptions(request: ListBandwidthackagesRequest, runtime: $Util.RuntimeOptions): Promise<ListBandwidthackagesResponse>;
4457
- listBandwidthackages(request: ListBandwidthackagesRequest): Promise<ListBandwidthackagesResponse>;
4458
5661
  listBandwidthPackagesWithOptions(request: ListBandwidthPackagesRequest, runtime: $Util.RuntimeOptions): Promise<ListBandwidthPackagesResponse>;
4459
5662
  listBandwidthPackages(request: ListBandwidthPackagesRequest): Promise<ListBandwidthPackagesResponse>;
5663
+ listBandwidthackagesWithOptions(request: ListBandwidthackagesRequest, runtime: $Util.RuntimeOptions): Promise<ListBandwidthackagesResponse>;
5664
+ listBandwidthackages(request: ListBandwidthackagesRequest): Promise<ListBandwidthackagesResponse>;
5665
+ listBasicAcceleratorsWithOptions(request: ListBasicAcceleratorsRequest, runtime: $Util.RuntimeOptions): Promise<ListBasicAcceleratorsResponse>;
5666
+ listBasicAccelerators(request: ListBasicAcceleratorsRequest): Promise<ListBasicAcceleratorsResponse>;
4460
5667
  listBusiRegionsWithOptions(request: ListBusiRegionsRequest, runtime: $Util.RuntimeOptions): Promise<ListBusiRegionsResponse>;
4461
5668
  listBusiRegions(request: ListBusiRegionsRequest): Promise<ListBusiRegionsResponse>;
4462
5669
  listEndpointGroupsWithOptions(request: ListEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupsResponse>;
@@ -4479,12 +5686,20 @@ export default class Client extends OpenApi {
4479
5686
  replaceBandwidthPackage(request: ReplaceBandwidthPackageRequest): Promise<ReplaceBandwidthPackageResponse>;
4480
5687
  updateAcceleratorWithOptions(request: UpdateAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorResponse>;
4481
5688
  updateAccelerator(request: UpdateAcceleratorRequest): Promise<UpdateAcceleratorResponse>;
5689
+ updateAcceleratorAutoRenewAttributeWithOptions(request: UpdateAcceleratorAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorAutoRenewAttributeResponse>;
5690
+ updateAcceleratorAutoRenewAttribute(request: UpdateAcceleratorAutoRenewAttributeRequest): Promise<UpdateAcceleratorAutoRenewAttributeResponse>;
4482
5691
  updateAcceleratorConfirmWithOptions(request: UpdateAcceleratorConfirmRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorConfirmResponse>;
4483
5692
  updateAcceleratorConfirm(request: UpdateAcceleratorConfirmRequest): Promise<UpdateAcceleratorConfirmResponse>;
4484
5693
  updateAclAttributeWithOptions(request: UpdateAclAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAclAttributeResponse>;
4485
5694
  updateAclAttribute(request: UpdateAclAttributeRequest): Promise<UpdateAclAttributeResponse>;
5695
+ updateApplicationMonitorWithOptions(request: UpdateApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationMonitorResponse>;
5696
+ updateApplicationMonitor(request: UpdateApplicationMonitorRequest): Promise<UpdateApplicationMonitorResponse>;
4486
5697
  updateBandwidthPackageWithOptions(request: UpdateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBandwidthPackageResponse>;
4487
5698
  updateBandwidthPackage(request: UpdateBandwidthPackageRequest): Promise<UpdateBandwidthPackageResponse>;
5699
+ updateBasicAcceleratorWithOptions(request: UpdateBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBasicAcceleratorResponse>;
5700
+ updateBasicAccelerator(request: UpdateBasicAcceleratorRequest): Promise<UpdateBasicAcceleratorResponse>;
5701
+ updateBasicEndpointGroupWithOptions(request: UpdateBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBasicEndpointGroupResponse>;
5702
+ updateBasicEndpointGroup(request: UpdateBasicEndpointGroupRequest): Promise<UpdateBasicEndpointGroupResponse>;
4488
5703
  updateEndpointGroupWithOptions(request: UpdateEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupResponse>;
4489
5704
  updateEndpointGroup(request: UpdateEndpointGroupRequest): Promise<UpdateEndpointGroupResponse>;
4490
5705
  updateEndpointGroupAttributeWithOptions(request: UpdateEndpointGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupAttributeResponse>;