@alicloud/ga20191120 1.0.7 → 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
@@ -455,6 +455,53 @@ export declare class CreateAclResponse extends $tea.Model {
455
455
  [key: string]: any;
456
456
  });
457
457
  }
458
+ export declare class CreateApplicationMonitorRequest extends $tea.Model {
459
+ acceleratorId?: string;
460
+ address?: string;
461
+ clientToken?: string;
462
+ detectThreshold?: number;
463
+ listenerId?: string;
464
+ optionsJson?: string;
465
+ regionId?: string;
466
+ taskName?: string;
467
+ static names(): {
468
+ [key: string]: string;
469
+ };
470
+ static types(): {
471
+ [key: string]: any;
472
+ };
473
+ constructor(map?: {
474
+ [key: string]: any;
475
+ });
476
+ }
477
+ export declare class CreateApplicationMonitorResponseBody extends $tea.Model {
478
+ requestId?: string;
479
+ taskId?: string;
480
+ static names(): {
481
+ [key: string]: string;
482
+ };
483
+ static types(): {
484
+ [key: string]: any;
485
+ };
486
+ constructor(map?: {
487
+ [key: string]: any;
488
+ });
489
+ }
490
+ export declare class CreateApplicationMonitorResponse extends $tea.Model {
491
+ headers: {
492
+ [key: string]: string;
493
+ };
494
+ body: CreateApplicationMonitorResponseBody;
495
+ static names(): {
496
+ [key: string]: string;
497
+ };
498
+ static types(): {
499
+ [key: string]: any;
500
+ };
501
+ constructor(map?: {
502
+ [key: string]: any;
503
+ });
504
+ }
458
505
  export declare class CreateBandwidthPackageRequest extends $tea.Model {
459
506
  autoPay?: boolean;
460
507
  autoUseCoupon?: string;
@@ -1015,6 +1062,47 @@ export declare class DeleteAclResponse extends $tea.Model {
1015
1062
  [key: string]: any;
1016
1063
  });
1017
1064
  }
1065
+ export declare class DeleteApplicationMonitorRequest extends $tea.Model {
1066
+ clientToken?: string;
1067
+ regionId?: string;
1068
+ taskId?: string;
1069
+ static names(): {
1070
+ [key: string]: string;
1071
+ };
1072
+ static types(): {
1073
+ [key: string]: any;
1074
+ };
1075
+ constructor(map?: {
1076
+ [key: string]: any;
1077
+ });
1078
+ }
1079
+ export declare class DeleteApplicationMonitorResponseBody extends $tea.Model {
1080
+ requestId?: string;
1081
+ static names(): {
1082
+ [key: string]: string;
1083
+ };
1084
+ static types(): {
1085
+ [key: string]: any;
1086
+ };
1087
+ constructor(map?: {
1088
+ [key: string]: any;
1089
+ });
1090
+ }
1091
+ export declare class DeleteApplicationMonitorResponse extends $tea.Model {
1092
+ headers: {
1093
+ [key: string]: string;
1094
+ };
1095
+ body: DeleteApplicationMonitorResponseBody;
1096
+ static names(): {
1097
+ [key: string]: string;
1098
+ };
1099
+ static types(): {
1100
+ [key: string]: any;
1101
+ };
1102
+ constructor(map?: {
1103
+ [key: string]: any;
1104
+ });
1105
+ }
1018
1106
  export declare class DeleteBandwidthPackageRequest extends $tea.Model {
1019
1107
  bandwidthPackageId?: string;
1020
1108
  clientToken?: string;
@@ -1571,6 +1659,56 @@ export declare class DescribeAcceleratorAutoRenewAttributeResponse extends $tea.
1571
1659
  [key: string]: any;
1572
1660
  });
1573
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
+ }
1574
1712
  export declare class DescribeBandwidthPackageRequest extends $tea.Model {
1575
1713
  bandwidthPackageId?: string;
1576
1714
  regionId?: string;
@@ -1921,6 +2059,88 @@ export declare class DetachLogStoreFromEndpointGroupResponse extends $tea.Model
1921
2059
  [key: string]: any;
1922
2060
  });
1923
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
+ }
1924
2144
  export declare class DissociateAclsFromListenerRequest extends $tea.Model {
1925
2145
  aclIds?: string[];
1926
2146
  clientToken?: string;
@@ -2009,6 +2229,47 @@ export declare class DissociateAdditionalCertificatesFromListenerResponse extend
2009
2229
  [key: string]: any;
2010
2230
  });
2011
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
+ }
2012
2273
  export declare class GetAclRequest extends $tea.Model {
2013
2274
  aclId?: string;
2014
2275
  regionId?: string;
@@ -2430,6 +2691,100 @@ export declare class ListAclsResponse extends $tea.Model {
2430
2691
  [key: string]: any;
2431
2692
  });
2432
2693
  }
2694
+ export declare class ListApplicationMonitorRequest extends $tea.Model {
2695
+ pageNumber?: number;
2696
+ pageSize?: number;
2697
+ regionId?: string;
2698
+ searchValue?: string;
2699
+ static names(): {
2700
+ [key: string]: string;
2701
+ };
2702
+ static types(): {
2703
+ [key: string]: any;
2704
+ };
2705
+ constructor(map?: {
2706
+ [key: string]: any;
2707
+ });
2708
+ }
2709
+ export declare class ListApplicationMonitorResponseBody extends $tea.Model {
2710
+ applicationMonitors?: ListApplicationMonitorResponseBodyApplicationMonitors[];
2711
+ pageNumber?: number;
2712
+ pageSize?: number;
2713
+ requestId?: string;
2714
+ totalCount?: number;
2715
+ static names(): {
2716
+ [key: string]: string;
2717
+ };
2718
+ static types(): {
2719
+ [key: string]: any;
2720
+ };
2721
+ constructor(map?: {
2722
+ [key: string]: any;
2723
+ });
2724
+ }
2725
+ export declare class ListApplicationMonitorResponse extends $tea.Model {
2726
+ headers: {
2727
+ [key: string]: string;
2728
+ };
2729
+ body: ListApplicationMonitorResponseBody;
2730
+ static names(): {
2731
+ [key: string]: string;
2732
+ };
2733
+ static types(): {
2734
+ [key: string]: any;
2735
+ };
2736
+ constructor(map?: {
2737
+ [key: string]: any;
2738
+ });
2739
+ }
2740
+ export declare class ListApplicationMonitorDetectResultRequest extends $tea.Model {
2741
+ beginTime?: number;
2742
+ endTime?: number;
2743
+ pageNumber?: number;
2744
+ pageSize?: number;
2745
+ regionId?: string;
2746
+ taskId?: string;
2747
+ static names(): {
2748
+ [key: string]: string;
2749
+ };
2750
+ static types(): {
2751
+ [key: string]: any;
2752
+ };
2753
+ constructor(map?: {
2754
+ [key: string]: any;
2755
+ });
2756
+ }
2757
+ export declare class ListApplicationMonitorDetectResultResponseBody extends $tea.Model {
2758
+ applicationMonitorDetectResultList?: ListApplicationMonitorDetectResultResponseBodyApplicationMonitorDetectResultList[];
2759
+ pageNumber?: number;
2760
+ pageSize?: number;
2761
+ requestId?: string;
2762
+ totalCount?: number;
2763
+ static names(): {
2764
+ [key: string]: string;
2765
+ };
2766
+ static types(): {
2767
+ [key: string]: any;
2768
+ };
2769
+ constructor(map?: {
2770
+ [key: string]: any;
2771
+ });
2772
+ }
2773
+ export declare class ListApplicationMonitorDetectResultResponse extends $tea.Model {
2774
+ headers: {
2775
+ [key: string]: string;
2776
+ };
2777
+ body: ListApplicationMonitorDetectResultResponseBody;
2778
+ static names(): {
2779
+ [key: string]: string;
2780
+ };
2781
+ static types(): {
2782
+ [key: string]: any;
2783
+ };
2784
+ constructor(map?: {
2785
+ [key: string]: any;
2786
+ });
2787
+ }
2433
2788
  export declare class ListAvailableAccelerateAreasRequest extends $tea.Model {
2434
2789
  acceleratorId?: string;
2435
2790
  regionId?: string;
@@ -3280,6 +3635,52 @@ export declare class UpdateAclAttributeResponse extends $tea.Model {
3280
3635
  [key: string]: any;
3281
3636
  });
3282
3637
  }
3638
+ export declare class UpdateApplicationMonitorRequest extends $tea.Model {
3639
+ address?: string;
3640
+ clientToken?: string;
3641
+ detectThreshold?: number;
3642
+ listenerId?: string;
3643
+ optionsJson?: string;
3644
+ regionId?: string;
3645
+ taskId?: string;
3646
+ taskName?: string;
3647
+ static names(): {
3648
+ [key: string]: string;
3649
+ };
3650
+ static types(): {
3651
+ [key: string]: any;
3652
+ };
3653
+ constructor(map?: {
3654
+ [key: string]: any;
3655
+ });
3656
+ }
3657
+ export declare class UpdateApplicationMonitorResponseBody extends $tea.Model {
3658
+ requestId?: string;
3659
+ static names(): {
3660
+ [key: string]: string;
3661
+ };
3662
+ static types(): {
3663
+ [key: string]: any;
3664
+ };
3665
+ constructor(map?: {
3666
+ [key: string]: any;
3667
+ });
3668
+ }
3669
+ export declare class UpdateApplicationMonitorResponse extends $tea.Model {
3670
+ headers: {
3671
+ [key: string]: string;
3672
+ };
3673
+ body: UpdateApplicationMonitorResponseBody;
3674
+ static names(): {
3675
+ [key: string]: string;
3676
+ };
3677
+ static types(): {
3678
+ [key: string]: any;
3679
+ };
3680
+ constructor(map?: {
3681
+ [key: string]: any;
3682
+ });
3683
+ }
3283
3684
  export declare class UpdateBandwidthPackageRequest extends $tea.Model {
3284
3685
  autoPay?: boolean;
3285
3686
  autoUseCoupon?: boolean;
@@ -4067,6 +4468,21 @@ export declare class DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage
4067
4468
  [key: string]: any;
4068
4469
  });
4069
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
+ }
4070
4486
  export declare class DescribeEndpointGroupResponseBodyEndpointConfigurations extends $tea.Model {
4071
4487
  enableClientIPPreservation?: boolean;
4072
4488
  endpoint?: string;
@@ -4362,6 +4778,43 @@ export declare class ListAclsResponseBodyAcls extends $tea.Model {
4362
4778
  [key: string]: any;
4363
4779
  });
4364
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;
4808
+ static names(): {
4809
+ [key: string]: string;
4810
+ };
4811
+ static types(): {
4812
+ [key: string]: any;
4813
+ };
4814
+ constructor(map?: {
4815
+ [key: string]: any;
4816
+ });
4817
+ }
4365
4818
  export declare class ListAvailableAccelerateAreasResponseBodyAreasRegionList extends $tea.Model {
4366
4819
  localName?: string;
4367
4820
  regionId?: string;
@@ -5099,6 +5552,8 @@ export default class Client extends OpenApi {
5099
5552
  createAccelerator(request: CreateAcceleratorRequest): Promise<CreateAcceleratorResponse>;
5100
5553
  createAclWithOptions(request: CreateAclRequest, runtime: $Util.RuntimeOptions): Promise<CreateAclResponse>;
5101
5554
  createAcl(request: CreateAclRequest): Promise<CreateAclResponse>;
5555
+ createApplicationMonitorWithOptions(request: CreateApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<CreateApplicationMonitorResponse>;
5556
+ createApplicationMonitor(request: CreateApplicationMonitorRequest): Promise<CreateApplicationMonitorResponse>;
5102
5557
  createBandwidthPackageWithOptions(request: CreateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<CreateBandwidthPackageResponse>;
5103
5558
  createBandwidthPackage(request: CreateBandwidthPackageRequest): Promise<CreateBandwidthPackageResponse>;
5104
5559
  createBasicAcceleratorWithOptions(request: CreateBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicAcceleratorResponse>;
@@ -5123,6 +5578,8 @@ export default class Client extends OpenApi {
5123
5578
  deleteAccelerator(request: DeleteAcceleratorRequest): Promise<DeleteAcceleratorResponse>;
5124
5579
  deleteAclWithOptions(request: DeleteAclRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAclResponse>;
5125
5580
  deleteAcl(request: DeleteAclRequest): Promise<DeleteAclResponse>;
5581
+ deleteApplicationMonitorWithOptions(request: DeleteApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DeleteApplicationMonitorResponse>;
5582
+ deleteApplicationMonitor(request: DeleteApplicationMonitorRequest): Promise<DeleteApplicationMonitorResponse>;
5126
5583
  deleteBandwidthPackageWithOptions(request: DeleteBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBandwidthPackageResponse>;
5127
5584
  deleteBandwidthPackage(request: DeleteBandwidthPackageRequest): Promise<DeleteBandwidthPackageResponse>;
5128
5585
  deleteBasicAcceleratorWithOptions(request: DeleteBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicAcceleratorResponse>;
@@ -5149,6 +5606,8 @@ export default class Client extends OpenApi {
5149
5606
  describeAccelerator(request: DescribeAcceleratorRequest): Promise<DescribeAcceleratorResponse>;
5150
5607
  describeAcceleratorAutoRenewAttributeWithOptions(request: DescribeAcceleratorAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAcceleratorAutoRenewAttributeResponse>;
5151
5608
  describeAcceleratorAutoRenewAttribute(request: DescribeAcceleratorAutoRenewAttributeRequest): Promise<DescribeAcceleratorAutoRenewAttributeResponse>;
5609
+ describeApplicationMonitorWithOptions(request: DescribeApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationMonitorResponse>;
5610
+ describeApplicationMonitor(request: DescribeApplicationMonitorRequest): Promise<DescribeApplicationMonitorResponse>;
5152
5611
  describeBandwidthPackageWithOptions(request: DescribeBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBandwidthPackageResponse>;
5153
5612
  describeBandwidthPackage(request: DescribeBandwidthPackageRequest): Promise<DescribeBandwidthPackageResponse>;
5154
5613
  describeEndpointGroupWithOptions(request: DescribeEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEndpointGroupResponse>;
@@ -5163,10 +5622,16 @@ export default class Client extends OpenApi {
5163
5622
  detachDdosFromAccelerator(request: DetachDdosFromAcceleratorRequest): Promise<DetachDdosFromAcceleratorResponse>;
5164
5623
  detachLogStoreFromEndpointGroupWithOptions(request: DetachLogStoreFromEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DetachLogStoreFromEndpointGroupResponse>;
5165
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>;
5166
5629
  dissociateAclsFromListenerWithOptions(request: DissociateAclsFromListenerRequest, runtime: $Util.RuntimeOptions): Promise<DissociateAclsFromListenerResponse>;
5167
5630
  dissociateAclsFromListener(request: DissociateAclsFromListenerRequest): Promise<DissociateAclsFromListenerResponse>;
5168
5631
  dissociateAdditionalCertificatesFromListenerWithOptions(request: DissociateAdditionalCertificatesFromListenerRequest, runtime: $Util.RuntimeOptions): Promise<DissociateAdditionalCertificatesFromListenerResponse>;
5169
5632
  dissociateAdditionalCertificatesFromListener(request: DissociateAdditionalCertificatesFromListenerRequest): Promise<DissociateAdditionalCertificatesFromListenerResponse>;
5633
+ enableApplicationMonitorWithOptions(request: EnableApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<EnableApplicationMonitorResponse>;
5634
+ enableApplicationMonitor(request: EnableApplicationMonitorRequest): Promise<EnableApplicationMonitorResponse>;
5170
5635
  getAclWithOptions(request: GetAclRequest, runtime: $Util.RuntimeOptions): Promise<GetAclResponse>;
5171
5636
  getAcl(request: GetAclRequest): Promise<GetAclResponse>;
5172
5637
  getBasicAcceleratorWithOptions(request: GetBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<GetBasicAcceleratorResponse>;
@@ -5185,6 +5650,10 @@ export default class Client extends OpenApi {
5185
5650
  listAccelerators(request: ListAcceleratorsRequest): Promise<ListAcceleratorsResponse>;
5186
5651
  listAclsWithOptions(request: ListAclsRequest, runtime: $Util.RuntimeOptions): Promise<ListAclsResponse>;
5187
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>;
5188
5657
  listAvailableAccelerateAreasWithOptions(request: ListAvailableAccelerateAreasRequest, runtime: $Util.RuntimeOptions): Promise<ListAvailableAccelerateAreasResponse>;
5189
5658
  listAvailableAccelerateAreas(request: ListAvailableAccelerateAreasRequest): Promise<ListAvailableAccelerateAreasResponse>;
5190
5659
  listAvailableBusiRegionsWithOptions(request: ListAvailableBusiRegionsRequest, runtime: $Util.RuntimeOptions): Promise<ListAvailableBusiRegionsResponse>;
@@ -5223,6 +5692,8 @@ export default class Client extends OpenApi {
5223
5692
  updateAcceleratorConfirm(request: UpdateAcceleratorConfirmRequest): Promise<UpdateAcceleratorConfirmResponse>;
5224
5693
  updateAclAttributeWithOptions(request: UpdateAclAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAclAttributeResponse>;
5225
5694
  updateAclAttribute(request: UpdateAclAttributeRequest): Promise<UpdateAclAttributeResponse>;
5695
+ updateApplicationMonitorWithOptions(request: UpdateApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationMonitorResponse>;
5696
+ updateApplicationMonitor(request: UpdateApplicationMonitorRequest): Promise<UpdateApplicationMonitorResponse>;
5226
5697
  updateBandwidthPackageWithOptions(request: UpdateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBandwidthPackageResponse>;
5227
5698
  updateBandwidthPackage(request: UpdateBandwidthPackageRequest): Promise<UpdateBandwidthPackageResponse>;
5228
5699
  updateBasicAcceleratorWithOptions(request: UpdateBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBasicAcceleratorResponse>;