@alicloud/ga20191120 1.0.9 → 1.0.12

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
@@ -37,6 +37,7 @@ export declare class AddEntriesToAclResponse extends $tea.Model {
37
37
  headers: {
38
38
  [key: string]: string;
39
39
  };
40
+ statusCode: number;
40
41
  body: AddEntriesToAclResponseBody;
41
42
  static names(): {
42
43
  [key: string]: string;
@@ -83,6 +84,7 @@ export declare class AssociateAclsWithListenerResponse extends $tea.Model {
83
84
  headers: {
84
85
  [key: string]: string;
85
86
  };
87
+ statusCode: number;
86
88
  body: AssociateAclsWithListenerResponseBody;
87
89
  static names(): {
88
90
  [key: string]: string;
@@ -127,6 +129,7 @@ export declare class AssociateAdditionalCertificatesWithListenerResponse extends
127
129
  headers: {
128
130
  [key: string]: string;
129
131
  };
132
+ statusCode: number;
130
133
  body: AssociateAdditionalCertificatesWithListenerResponseBody;
131
134
  static names(): {
132
135
  [key: string]: string;
@@ -171,6 +174,7 @@ export declare class AttachDdosToAcceleratorResponse extends $tea.Model {
171
174
  headers: {
172
175
  [key: string]: string;
173
176
  };
177
+ statusCode: number;
174
178
  body: AttachDdosToAcceleratorResponseBody;
175
179
  static names(): {
176
180
  [key: string]: string;
@@ -217,6 +221,7 @@ export declare class AttachLogStoreToEndpointGroupResponse extends $tea.Model {
217
221
  headers: {
218
222
  [key: string]: string;
219
223
  };
224
+ statusCode: number;
220
225
  body: AttachLogStoreToEndpointGroupResponseBody;
221
226
  static names(): {
222
227
  [key: string]: string;
@@ -260,6 +265,7 @@ export declare class BandwidthPackageAddAcceleratorResponse extends $tea.Model {
260
265
  headers: {
261
266
  [key: string]: string;
262
267
  };
268
+ statusCode: number;
263
269
  body: BandwidthPackageAddAcceleratorResponseBody;
264
270
  static names(): {
265
271
  [key: string]: string;
@@ -303,6 +309,7 @@ export declare class BandwidthPackageRemoveAcceleratorResponse extends $tea.Mode
303
309
  headers: {
304
310
  [key: string]: string;
305
311
  };
312
+ statusCode: number;
306
313
  body: BandwidthPackageRemoveAcceleratorResponseBody;
307
314
  static names(): {
308
315
  [key: string]: string;
@@ -349,6 +356,7 @@ export declare class ConfigEndpointProbeResponse extends $tea.Model {
349
356
  headers: {
350
357
  [key: string]: string;
351
358
  };
359
+ statusCode: number;
352
360
  body: ConfigEndpointProbeResponseBody;
353
361
  static names(): {
354
362
  [key: string]: string;
@@ -400,6 +408,7 @@ export declare class CreateAcceleratorResponse extends $tea.Model {
400
408
  headers: {
401
409
  [key: string]: string;
402
410
  };
411
+ statusCode: number;
403
412
  body: CreateAcceleratorResponseBody;
404
413
  static names(): {
405
414
  [key: string]: string;
@@ -445,6 +454,7 @@ export declare class CreateAclResponse extends $tea.Model {
445
454
  headers: {
446
455
  [key: string]: string;
447
456
  };
457
+ statusCode: number;
448
458
  body: CreateAclResponseBody;
449
459
  static names(): {
450
460
  [key: string]: string;
@@ -460,10 +470,13 @@ export declare class CreateApplicationMonitorRequest extends $tea.Model {
460
470
  acceleratorId?: string;
461
471
  address?: string;
462
472
  clientToken?: string;
473
+ detectEnable?: boolean;
463
474
  detectThreshold?: number;
475
+ detectTimes?: number;
464
476
  listenerId?: string;
465
477
  optionsJson?: string;
466
478
  regionId?: string;
479
+ silenceTime?: number;
467
480
  taskName?: string;
468
481
  static names(): {
469
482
  [key: string]: string;
@@ -492,6 +505,7 @@ export declare class CreateApplicationMonitorResponse extends $tea.Model {
492
505
  headers: {
493
506
  [key: string]: string;
494
507
  };
508
+ statusCode: number;
495
509
  body: CreateApplicationMonitorResponseBody;
496
510
  static names(): {
497
511
  [key: string]: string;
@@ -505,6 +519,8 @@ export declare class CreateApplicationMonitorResponse extends $tea.Model {
505
519
  }
506
520
  export declare class CreateBandwidthPackageRequest extends $tea.Model {
507
521
  autoPay?: boolean;
522
+ autoRenew?: boolean;
523
+ autoRenewDuration?: number;
508
524
  autoUseCoupon?: string;
509
525
  bandwidth?: number;
510
526
  bandwidthType?: string;
@@ -546,6 +562,7 @@ export declare class CreateBandwidthPackageResponse extends $tea.Model {
546
562
  headers: {
547
563
  [key: string]: string;
548
564
  };
565
+ statusCode: number;
549
566
  body: CreateBandwidthPackageResponseBody;
550
567
  static names(): {
551
568
  [key: string]: string;
@@ -594,6 +611,7 @@ export declare class CreateBasicAcceleratorResponse extends $tea.Model {
594
611
  headers: {
595
612
  [key: string]: string;
596
613
  };
614
+ statusCode: number;
597
615
  body: CreateBasicAcceleratorResponseBody;
598
616
  static names(): {
599
617
  [key: string]: string;
@@ -641,6 +659,7 @@ export declare class CreateBasicEndpointGroupResponse extends $tea.Model {
641
659
  headers: {
642
660
  [key: string]: string;
643
661
  };
662
+ statusCode: number;
644
663
  body: CreateBasicEndpointGroupResponseBody;
645
664
  static names(): {
646
665
  [key: string]: string;
@@ -656,6 +675,7 @@ export declare class CreateBasicIpSetRequest extends $tea.Model {
656
675
  accelerateRegionId?: string;
657
676
  acceleratorId?: string;
658
677
  clientToken?: string;
678
+ ispType?: string;
659
679
  regionId?: string;
660
680
  static names(): {
661
681
  [key: string]: string;
@@ -684,6 +704,7 @@ export declare class CreateBasicIpSetResponse extends $tea.Model {
684
704
  headers: {
685
705
  [key: string]: string;
686
706
  };
707
+ statusCode: number;
687
708
  body: CreateBasicIpSetResponseBody;
688
709
  static names(): {
689
710
  [key: string]: string;
@@ -741,6 +762,7 @@ export declare class CreateEndpointGroupResponse extends $tea.Model {
741
762
  headers: {
742
763
  [key: string]: string;
743
764
  };
765
+ statusCode: number;
744
766
  body: CreateEndpointGroupResponseBody;
745
767
  static names(): {
746
768
  [key: string]: string;
@@ -786,6 +808,7 @@ export declare class CreateEndpointGroupsResponse extends $tea.Model {
786
808
  headers: {
787
809
  [key: string]: string;
788
810
  };
811
+ statusCode: number;
789
812
  body: CreateEndpointGroupsResponseBody;
790
813
  static names(): {
791
814
  [key: string]: string;
@@ -830,6 +853,7 @@ export declare class CreateForwardingRulesResponse extends $tea.Model {
830
853
  headers: {
831
854
  [key: string]: string;
832
855
  };
856
+ statusCode: number;
833
857
  body: CreateForwardingRulesResponseBody;
834
858
  static names(): {
835
859
  [key: string]: string;
@@ -874,6 +898,7 @@ export declare class CreateIpSetsResponse extends $tea.Model {
874
898
  headers: {
875
899
  [key: string]: string;
876
900
  };
901
+ statusCode: number;
877
902
  body: CreateIpSetsResponseBody;
878
903
  static names(): {
879
904
  [key: string]: string;
@@ -925,6 +950,7 @@ export declare class CreateListenerResponse extends $tea.Model {
925
950
  headers: {
926
951
  [key: string]: string;
927
952
  };
953
+ statusCode: number;
928
954
  body: CreateListenerResponseBody;
929
955
  static names(): {
930
956
  [key: string]: string;
@@ -968,6 +994,7 @@ export declare class CreateSpareIpsResponse extends $tea.Model {
968
994
  headers: {
969
995
  [key: string]: string;
970
996
  };
997
+ statusCode: number;
971
998
  body: CreateSpareIpsResponseBody;
972
999
  static names(): {
973
1000
  [key: string]: string;
@@ -1009,6 +1036,7 @@ export declare class DeleteAcceleratorResponse extends $tea.Model {
1009
1036
  headers: {
1010
1037
  [key: string]: string;
1011
1038
  };
1039
+ statusCode: number;
1012
1040
  body: DeleteAcceleratorResponseBody;
1013
1041
  static names(): {
1014
1042
  [key: string]: string;
@@ -1052,6 +1080,7 @@ export declare class DeleteAclResponse extends $tea.Model {
1052
1080
  headers: {
1053
1081
  [key: string]: string;
1054
1082
  };
1083
+ statusCode: number;
1055
1084
  body: DeleteAclResponseBody;
1056
1085
  static names(): {
1057
1086
  [key: string]: string;
@@ -1093,6 +1122,7 @@ export declare class DeleteApplicationMonitorResponse extends $tea.Model {
1093
1122
  headers: {
1094
1123
  [key: string]: string;
1095
1124
  };
1125
+ statusCode: number;
1096
1126
  body: DeleteApplicationMonitorResponseBody;
1097
1127
  static names(): {
1098
1128
  [key: string]: string;
@@ -1135,6 +1165,7 @@ export declare class DeleteBandwidthPackageResponse extends $tea.Model {
1135
1165
  headers: {
1136
1166
  [key: string]: string;
1137
1167
  };
1168
+ statusCode: number;
1138
1169
  body: DeleteBandwidthPackageResponseBody;
1139
1170
  static names(): {
1140
1171
  [key: string]: string;
@@ -1176,6 +1207,7 @@ export declare class DeleteBasicAcceleratorResponse extends $tea.Model {
1176
1207
  headers: {
1177
1208
  [key: string]: string;
1178
1209
  };
1210
+ statusCode: number;
1179
1211
  body: DeleteBasicAcceleratorResponseBody;
1180
1212
  static names(): {
1181
1213
  [key: string]: string;
@@ -1216,6 +1248,7 @@ export declare class DeleteBasicEndpointGroupResponse extends $tea.Model {
1216
1248
  headers: {
1217
1249
  [key: string]: string;
1218
1250
  };
1251
+ statusCode: number;
1219
1252
  body: DeleteBasicEndpointGroupResponseBody;
1220
1253
  static names(): {
1221
1254
  [key: string]: string;
@@ -1257,6 +1290,7 @@ export declare class DeleteBasicIpSetResponse extends $tea.Model {
1257
1290
  headers: {
1258
1291
  [key: string]: string;
1259
1292
  };
1293
+ statusCode: number;
1260
1294
  body: DeleteBasicIpSetResponseBody;
1261
1295
  static names(): {
1262
1296
  [key: string]: string;
@@ -1298,6 +1332,7 @@ export declare class DeleteEndpointGroupResponse extends $tea.Model {
1298
1332
  headers: {
1299
1333
  [key: string]: string;
1300
1334
  };
1335
+ statusCode: number;
1301
1336
  body: DeleteEndpointGroupResponseBody;
1302
1337
  static names(): {
1303
1338
  [key: string]: string;
@@ -1340,6 +1375,7 @@ export declare class DeleteEndpointGroupsResponse extends $tea.Model {
1340
1375
  headers: {
1341
1376
  [key: string]: string;
1342
1377
  };
1378
+ statusCode: number;
1343
1379
  body: DeleteEndpointGroupsResponseBody;
1344
1380
  static names(): {
1345
1381
  [key: string]: string;
@@ -1384,6 +1420,7 @@ export declare class DeleteForwardingRulesResponse extends $tea.Model {
1384
1420
  headers: {
1385
1421
  [key: string]: string;
1386
1422
  };
1423
+ statusCode: number;
1387
1424
  body: DeleteForwardingRulesResponseBody;
1388
1425
  static names(): {
1389
1426
  [key: string]: string;
@@ -1426,6 +1463,7 @@ export declare class DeleteIpSetResponse extends $tea.Model {
1426
1463
  headers: {
1427
1464
  [key: string]: string;
1428
1465
  };
1466
+ statusCode: number;
1429
1467
  body: DeleteIpSetResponseBody;
1430
1468
  static names(): {
1431
1469
  [key: string]: string;
@@ -1466,6 +1504,7 @@ export declare class DeleteIpSetsResponse extends $tea.Model {
1466
1504
  headers: {
1467
1505
  [key: string]: string;
1468
1506
  };
1507
+ statusCode: number;
1469
1508
  body: DeleteIpSetsResponseBody;
1470
1509
  static names(): {
1471
1510
  [key: string]: string;
@@ -1507,6 +1546,7 @@ export declare class DeleteListenerResponse extends $tea.Model {
1507
1546
  headers: {
1508
1547
  [key: string]: string;
1509
1548
  };
1549
+ statusCode: number;
1510
1550
  body: DeleteListenerResponseBody;
1511
1551
  static names(): {
1512
1552
  [key: string]: string;
@@ -1550,6 +1590,7 @@ export declare class DeleteSpareIpsResponse extends $tea.Model {
1550
1590
  headers: {
1551
1591
  [key: string]: string;
1552
1592
  };
1593
+ statusCode: number;
1553
1594
  body: DeleteSpareIpsResponseBody;
1554
1595
  static names(): {
1555
1596
  [key: string]: string;
@@ -1606,6 +1647,7 @@ export declare class DescribeAcceleratorResponse extends $tea.Model {
1606
1647
  headers: {
1607
1648
  [key: string]: string;
1608
1649
  };
1650
+ statusCode: number;
1609
1651
  body: DescribeAcceleratorResponseBody;
1610
1652
  static names(): {
1611
1653
  [key: string]: string;
@@ -1650,6 +1692,7 @@ export declare class DescribeAcceleratorAutoRenewAttributeResponse extends $tea.
1650
1692
  headers: {
1651
1693
  [key: string]: string;
1652
1694
  };
1695
+ statusCode: number;
1653
1696
  body: DescribeAcceleratorAutoRenewAttributeResponseBody;
1654
1697
  static names(): {
1655
1698
  [key: string]: string;
@@ -1678,12 +1721,15 @@ export declare class DescribeApplicationMonitorRequest extends $tea.Model {
1678
1721
  export declare class DescribeApplicationMonitorResponseBody extends $tea.Model {
1679
1722
  acceleratorId?: string;
1680
1723
  address?: string;
1681
- detectThreshold?: string;
1724
+ detectEnable?: boolean;
1725
+ detectThreshold?: number;
1726
+ detectTimes?: number;
1682
1727
  ispCityList?: DescribeApplicationMonitorResponseBodyIspCityList[];
1683
1728
  listenerId?: string;
1684
1729
  optionsJson?: string;
1685
1730
  regionId?: string;
1686
1731
  requestId?: string;
1732
+ silenceTime?: number;
1687
1733
  taskId?: string;
1688
1734
  taskName?: string;
1689
1735
  static names(): {
@@ -1700,6 +1746,7 @@ export declare class DescribeApplicationMonitorResponse extends $tea.Model {
1700
1746
  headers: {
1701
1747
  [key: string]: string;
1702
1748
  };
1749
+ statusCode: number;
1703
1750
  body: DescribeApplicationMonitorResponseBody;
1704
1751
  static names(): {
1705
1752
  [key: string]: string;
@@ -1756,6 +1803,7 @@ export declare class DescribeBandwidthPackageResponse extends $tea.Model {
1756
1803
  headers: {
1757
1804
  [key: string]: string;
1758
1805
  };
1806
+ statusCode: number;
1759
1807
  body: DescribeBandwidthPackageResponseBody;
1760
1808
  static names(): {
1761
1809
  [key: string]: string;
@@ -1767,6 +1815,51 @@ export declare class DescribeBandwidthPackageResponse extends $tea.Model {
1767
1815
  [key: string]: any;
1768
1816
  });
1769
1817
  }
1818
+ export declare class DescribeBandwidthPackageAutoRenewAttributeRequest extends $tea.Model {
1819
+ instanceId?: string;
1820
+ regionId?: string;
1821
+ static names(): {
1822
+ [key: string]: string;
1823
+ };
1824
+ static types(): {
1825
+ [key: string]: any;
1826
+ };
1827
+ constructor(map?: {
1828
+ [key: string]: any;
1829
+ });
1830
+ }
1831
+ export declare class DescribeBandwidthPackageAutoRenewAttributeResponseBody extends $tea.Model {
1832
+ autoRenew?: boolean;
1833
+ autoRenewDuration?: number;
1834
+ instanceId?: string;
1835
+ renewalStatus?: string;
1836
+ requestId?: string;
1837
+ static names(): {
1838
+ [key: string]: string;
1839
+ };
1840
+ static types(): {
1841
+ [key: string]: any;
1842
+ };
1843
+ constructor(map?: {
1844
+ [key: string]: any;
1845
+ });
1846
+ }
1847
+ export declare class DescribeBandwidthPackageAutoRenewAttributeResponse extends $tea.Model {
1848
+ headers: {
1849
+ [key: string]: string;
1850
+ };
1851
+ statusCode: number;
1852
+ body: DescribeBandwidthPackageAutoRenewAttributeResponseBody;
1853
+ static names(): {
1854
+ [key: string]: string;
1855
+ };
1856
+ static types(): {
1857
+ [key: string]: any;
1858
+ };
1859
+ constructor(map?: {
1860
+ [key: string]: any;
1861
+ });
1862
+ }
1770
1863
  export declare class DescribeEndpointGroupRequest extends $tea.Model {
1771
1864
  endpointGroupId?: string;
1772
1865
  regionId?: string;
@@ -1823,6 +1916,7 @@ export declare class DescribeEndpointGroupResponse extends $tea.Model {
1823
1916
  headers: {
1824
1917
  [key: string]: string;
1825
1918
  };
1919
+ statusCode: number;
1826
1920
  body: DescribeEndpointGroupResponseBody;
1827
1921
  static names(): {
1828
1922
  [key: string]: string;
@@ -1870,6 +1964,7 @@ export declare class DescribeIpSetResponse extends $tea.Model {
1870
1964
  headers: {
1871
1965
  [key: string]: string;
1872
1966
  };
1967
+ statusCode: number;
1873
1968
  body: DescribeIpSetResponseBody;
1874
1969
  static names(): {
1875
1970
  [key: string]: string;
@@ -1926,6 +2021,7 @@ export declare class DescribeListenerResponse extends $tea.Model {
1926
2021
  headers: {
1927
2022
  [key: string]: string;
1928
2023
  };
2024
+ statusCode: number;
1929
2025
  body: DescribeListenerResponseBody;
1930
2026
  static names(): {
1931
2027
  [key: string]: string;
@@ -1966,6 +2062,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
1966
2062
  headers: {
1967
2063
  [key: string]: string;
1968
2064
  };
2065
+ statusCode: number;
1969
2066
  body: DescribeRegionsResponseBody;
1970
2067
  static names(): {
1971
2068
  [key: string]: string;
@@ -2007,6 +2104,7 @@ export declare class DetachDdosFromAcceleratorResponse extends $tea.Model {
2007
2104
  headers: {
2008
2105
  [key: string]: string;
2009
2106
  };
2107
+ statusCode: number;
2010
2108
  body: DetachDdosFromAcceleratorResponseBody;
2011
2109
  static names(): {
2012
2110
  [key: string]: string;
@@ -2050,6 +2148,7 @@ export declare class DetachLogStoreFromEndpointGroupResponse extends $tea.Model
2050
2148
  headers: {
2051
2149
  [key: string]: string;
2052
2150
  };
2151
+ statusCode: number;
2053
2152
  body: DetachLogStoreFromEndpointGroupResponseBody;
2054
2153
  static names(): {
2055
2154
  [key: string]: string;
@@ -2091,6 +2190,7 @@ export declare class DetectApplicationMonitorResponse extends $tea.Model {
2091
2190
  headers: {
2092
2191
  [key: string]: string;
2093
2192
  };
2193
+ statusCode: number;
2094
2194
  body: DetectApplicationMonitorResponseBody;
2095
2195
  static names(): {
2096
2196
  [key: string]: string;
@@ -2132,6 +2232,7 @@ export declare class DisableApplicationMonitorResponse extends $tea.Model {
2132
2232
  headers: {
2133
2233
  [key: string]: string;
2134
2234
  };
2235
+ statusCode: number;
2135
2236
  body: DisableApplicationMonitorResponseBody;
2136
2237
  static names(): {
2137
2238
  [key: string]: string;
@@ -2177,6 +2278,7 @@ export declare class DissociateAclsFromListenerResponse extends $tea.Model {
2177
2278
  headers: {
2178
2279
  [key: string]: string;
2179
2280
  };
2281
+ statusCode: number;
2180
2282
  body: DissociateAclsFromListenerResponseBody;
2181
2283
  static names(): {
2182
2284
  [key: string]: string;
@@ -2220,6 +2322,7 @@ export declare class DissociateAdditionalCertificatesFromListenerResponse extend
2220
2322
  headers: {
2221
2323
  [key: string]: string;
2222
2324
  };
2325
+ statusCode: number;
2223
2326
  body: DissociateAdditionalCertificatesFromListenerResponseBody;
2224
2327
  static names(): {
2225
2328
  [key: string]: string;
@@ -2261,6 +2364,7 @@ export declare class EnableApplicationMonitorResponse extends $tea.Model {
2261
2364
  headers: {
2262
2365
  [key: string]: string;
2263
2366
  };
2367
+ statusCode: number;
2264
2368
  body: EnableApplicationMonitorResponseBody;
2265
2369
  static names(): {
2266
2370
  [key: string]: string;
@@ -2307,6 +2411,7 @@ export declare class GetAclResponse extends $tea.Model {
2307
2411
  headers: {
2308
2412
  [key: string]: string;
2309
2413
  };
2414
+ statusCode: number;
2310
2415
  body: GetAclResponseBody;
2311
2416
  static names(): {
2312
2417
  [key: string]: string;
@@ -2360,6 +2465,7 @@ export declare class GetBasicAcceleratorResponse extends $tea.Model {
2360
2465
  headers: {
2361
2466
  [key: string]: string;
2362
2467
  };
2468
+ statusCode: number;
2363
2469
  body: GetBasicAcceleratorResponseBody;
2364
2470
  static names(): {
2365
2471
  [key: string]: string;
@@ -2409,6 +2515,7 @@ export declare class GetBasicEndpointGroupResponse extends $tea.Model {
2409
2515
  headers: {
2410
2516
  [key: string]: string;
2411
2517
  };
2518
+ statusCode: number;
2412
2519
  body: GetBasicEndpointGroupResponseBody;
2413
2520
  static names(): {
2414
2521
  [key: string]: string;
@@ -2441,6 +2548,7 @@ export declare class GetBasicIpSetResponseBody extends $tea.Model {
2441
2548
  ipAddress?: string;
2442
2549
  ipSetId?: string;
2443
2550
  ipVersion?: string;
2551
+ ispType?: string;
2444
2552
  requestId?: string;
2445
2553
  state?: string;
2446
2554
  static names(): {
@@ -2457,6 +2565,7 @@ export declare class GetBasicIpSetResponse extends $tea.Model {
2457
2565
  headers: {
2458
2566
  [key: string]: string;
2459
2567
  };
2568
+ statusCode: number;
2460
2569
  body: GetBasicIpSetResponseBody;
2461
2570
  static names(): {
2462
2571
  [key: string]: string;
@@ -2503,6 +2612,7 @@ export declare class GetHealthStatusResponse extends $tea.Model {
2503
2612
  headers: {
2504
2613
  [key: string]: string;
2505
2614
  };
2615
+ statusCode: number;
2506
2616
  body: GetHealthStatusResponseBody;
2507
2617
  static names(): {
2508
2618
  [key: string]: string;
@@ -2547,6 +2657,7 @@ export declare class GetSpareIpResponse extends $tea.Model {
2547
2657
  headers: {
2548
2658
  [key: string]: string;
2549
2659
  };
2660
+ statusCode: number;
2550
2661
  body: GetSpareIpResponseBody;
2551
2662
  static names(): {
2552
2663
  [key: string]: string;
@@ -2587,6 +2698,7 @@ export declare class ListAccelerateAreasResponse extends $tea.Model {
2587
2698
  headers: {
2588
2699
  [key: string]: string;
2589
2700
  };
2701
+ statusCode: number;
2590
2702
  body: ListAccelerateAreasResponseBody;
2591
2703
  static names(): {
2592
2704
  [key: string]: string;
@@ -2634,6 +2746,7 @@ export declare class ListAcceleratorsResponse extends $tea.Model {
2634
2746
  headers: {
2635
2747
  [key: string]: string;
2636
2748
  };
2749
+ statusCode: number;
2637
2750
  body: ListAcceleratorsResponseBody;
2638
2751
  static names(): {
2639
2752
  [key: string]: string;
@@ -2682,6 +2795,7 @@ export declare class ListAclsResponse extends $tea.Model {
2682
2795
  headers: {
2683
2796
  [key: string]: string;
2684
2797
  };
2798
+ statusCode: number;
2685
2799
  body: ListAclsResponseBody;
2686
2800
  static names(): {
2687
2801
  [key: string]: string;
@@ -2728,6 +2842,7 @@ export declare class ListApplicationMonitorResponse extends $tea.Model {
2728
2842
  headers: {
2729
2843
  [key: string]: string;
2730
2844
  };
2845
+ statusCode: number;
2731
2846
  body: ListApplicationMonitorResponseBody;
2732
2847
  static names(): {
2733
2848
  [key: string]: string;
@@ -2776,6 +2891,7 @@ export declare class ListApplicationMonitorDetectResultResponse extends $tea.Mod
2776
2891
  headers: {
2777
2892
  [key: string]: string;
2778
2893
  };
2894
+ statusCode: number;
2779
2895
  body: ListApplicationMonitorDetectResultResponseBody;
2780
2896
  static names(): {
2781
2897
  [key: string]: string;
@@ -2817,6 +2933,7 @@ export declare class ListAvailableAccelerateAreasResponse extends $tea.Model {
2817
2933
  headers: {
2818
2934
  [key: string]: string;
2819
2935
  };
2936
+ statusCode: number;
2820
2937
  body: ListAvailableAccelerateAreasResponseBody;
2821
2938
  static names(): {
2822
2939
  [key: string]: string;
@@ -2858,6 +2975,7 @@ export declare class ListAvailableBusiRegionsResponse extends $tea.Model {
2858
2975
  headers: {
2859
2976
  [key: string]: string;
2860
2977
  };
2978
+ statusCode: number;
2861
2979
  body: ListAvailableBusiRegionsResponseBody;
2862
2980
  static names(): {
2863
2981
  [key: string]: string;
@@ -2906,6 +3024,7 @@ export declare class ListBandwidthPackagesResponse extends $tea.Model {
2906
3024
  headers: {
2907
3025
  [key: string]: string;
2908
3026
  };
3027
+ statusCode: number;
2909
3028
  body: ListBandwidthPackagesResponseBody;
2910
3029
  static names(): {
2911
3030
  [key: string]: string;
@@ -2951,6 +3070,7 @@ export declare class ListBandwidthackagesResponse extends $tea.Model {
2951
3070
  headers: {
2952
3071
  [key: string]: string;
2953
3072
  };
3073
+ statusCode: number;
2954
3074
  body: ListBandwidthackagesResponseBody;
2955
3075
  static names(): {
2956
3076
  [key: string]: string;
@@ -2998,6 +3118,7 @@ export declare class ListBasicAcceleratorsResponse extends $tea.Model {
2998
3118
  headers: {
2999
3119
  [key: string]: string;
3000
3120
  };
3121
+ statusCode: number;
3001
3122
  body: ListBasicAcceleratorsResponseBody;
3002
3123
  static names(): {
3003
3124
  [key: string]: string;
@@ -3038,6 +3159,7 @@ export declare class ListBusiRegionsResponse extends $tea.Model {
3038
3159
  headers: {
3039
3160
  [key: string]: string;
3040
3161
  };
3162
+ statusCode: number;
3041
3163
  body: ListBusiRegionsResponseBody;
3042
3164
  static names(): {
3043
3165
  [key: string]: string;
@@ -3088,6 +3210,7 @@ export declare class ListEndpointGroupsResponse extends $tea.Model {
3088
3210
  headers: {
3089
3211
  [key: string]: string;
3090
3212
  };
3213
+ statusCode: number;
3091
3214
  body: ListEndpointGroupsResponseBody;
3092
3215
  static names(): {
3093
3216
  [key: string]: string;
@@ -3137,6 +3260,7 @@ export declare class ListForwardingRulesResponse extends $tea.Model {
3137
3260
  headers: {
3138
3261
  [key: string]: string;
3139
3262
  };
3263
+ statusCode: number;
3140
3264
  body: ListForwardingRulesResponseBody;
3141
3265
  static names(): {
3142
3266
  [key: string]: string;
@@ -3183,6 +3307,7 @@ export declare class ListIpSetsResponse extends $tea.Model {
3183
3307
  headers: {
3184
3308
  [key: string]: string;
3185
3309
  };
3310
+ statusCode: number;
3186
3311
  body: ListIpSetsResponseBody;
3187
3312
  static names(): {
3188
3313
  [key: string]: string;
@@ -3231,6 +3356,7 @@ export declare class ListListenerCertificatesResponse extends $tea.Model {
3231
3356
  headers: {
3232
3357
  [key: string]: string;
3233
3358
  };
3359
+ statusCode: number;
3234
3360
  body: ListListenerCertificatesResponseBody;
3235
3361
  static names(): {
3236
3362
  [key: string]: string;
@@ -3277,6 +3403,7 @@ export declare class ListListenersResponse extends $tea.Model {
3277
3403
  headers: {
3278
3404
  [key: string]: string;
3279
3405
  };
3406
+ statusCode: number;
3280
3407
  body: ListListenersResponseBody;
3281
3408
  static names(): {
3282
3409
  [key: string]: string;
@@ -3320,6 +3447,7 @@ export declare class ListSpareIpsResponse extends $tea.Model {
3320
3447
  headers: {
3321
3448
  [key: string]: string;
3322
3449
  };
3450
+ statusCode: number;
3323
3451
  body: ListSpareIpsResponseBody;
3324
3452
  static names(): {
3325
3453
  [key: string]: string;
@@ -3365,6 +3493,7 @@ export declare class ListSystemSecurityPoliciesResponse extends $tea.Model {
3365
3493
  headers: {
3366
3494
  [key: string]: string;
3367
3495
  };
3496
+ statusCode: number;
3368
3497
  body: ListSystemSecurityPoliciesResponseBody;
3369
3498
  static names(): {
3370
3499
  [key: string]: string;
@@ -3409,6 +3538,7 @@ export declare class RemoveEntriesFromAclResponse extends $tea.Model {
3409
3538
  headers: {
3410
3539
  [key: string]: string;
3411
3540
  };
3541
+ statusCode: number;
3412
3542
  body: RemoveEntriesFromAclResponseBody;
3413
3543
  static names(): {
3414
3544
  [key: string]: string;
@@ -3450,6 +3580,7 @@ export declare class ReplaceBandwidthPackageResponse extends $tea.Model {
3450
3580
  headers: {
3451
3581
  [key: string]: string;
3452
3582
  };
3583
+ statusCode: number;
3453
3584
  body: ReplaceBandwidthPackageResponseBody;
3454
3585
  static names(): {
3455
3586
  [key: string]: string;
@@ -3496,6 +3627,7 @@ export declare class UpdateAcceleratorResponse extends $tea.Model {
3496
3627
  headers: {
3497
3628
  [key: string]: string;
3498
3629
  };
3630
+ statusCode: number;
3499
3631
  body: UpdateAcceleratorResponseBody;
3500
3632
  static names(): {
3501
3633
  [key: string]: string;
@@ -3542,6 +3674,7 @@ export declare class UpdateAcceleratorAutoRenewAttributeResponse extends $tea.Mo
3542
3674
  headers: {
3543
3675
  [key: string]: string;
3544
3676
  };
3677
+ statusCode: number;
3545
3678
  body: UpdateAcceleratorAutoRenewAttributeResponseBody;
3546
3679
  static names(): {
3547
3680
  [key: string]: string;
@@ -3582,6 +3715,7 @@ export declare class UpdateAcceleratorConfirmResponse extends $tea.Model {
3582
3715
  headers: {
3583
3716
  [key: string]: string;
3584
3717
  };
3718
+ statusCode: number;
3585
3719
  body: UpdateAcceleratorConfirmResponseBody;
3586
3720
  static names(): {
3587
3721
  [key: string]: string;
@@ -3626,6 +3760,7 @@ export declare class UpdateAclAttributeResponse extends $tea.Model {
3626
3760
  headers: {
3627
3761
  [key: string]: string;
3628
3762
  };
3763
+ statusCode: number;
3629
3764
  body: UpdateAclAttributeResponseBody;
3630
3765
  static names(): {
3631
3766
  [key: string]: string;
@@ -3640,10 +3775,13 @@ export declare class UpdateAclAttributeResponse extends $tea.Model {
3640
3775
  export declare class UpdateApplicationMonitorRequest extends $tea.Model {
3641
3776
  address?: string;
3642
3777
  clientToken?: string;
3778
+ detectEnable?: boolean;
3643
3779
  detectThreshold?: number;
3780
+ detectTimes?: number;
3644
3781
  listenerId?: string;
3645
3782
  optionsJson?: string;
3646
3783
  regionId?: string;
3784
+ silenceTime?: number;
3647
3785
  taskId?: string;
3648
3786
  taskName?: string;
3649
3787
  static names(): {
@@ -3672,6 +3810,7 @@ export declare class UpdateApplicationMonitorResponse extends $tea.Model {
3672
3810
  headers: {
3673
3811
  [key: string]: string;
3674
3812
  };
3813
+ statusCode: number;
3675
3814
  body: UpdateApplicationMonitorResponseBody;
3676
3815
  static names(): {
3677
3816
  [key: string]: string;
@@ -3683,6 +3822,53 @@ export declare class UpdateApplicationMonitorResponse extends $tea.Model {
3683
3822
  [key: string]: any;
3684
3823
  });
3685
3824
  }
3825
+ export declare class UpdateBandwidthPackagaAutoRenewAttributeRequest extends $tea.Model {
3826
+ autoRenew?: boolean;
3827
+ autoRenewDuration?: number;
3828
+ clientToken?: string;
3829
+ instanceId?: string;
3830
+ name?: string;
3831
+ regionId?: string;
3832
+ renewalStatus?: string;
3833
+ static names(): {
3834
+ [key: string]: string;
3835
+ };
3836
+ static types(): {
3837
+ [key: string]: any;
3838
+ };
3839
+ constructor(map?: {
3840
+ [key: string]: any;
3841
+ });
3842
+ }
3843
+ export declare class UpdateBandwidthPackagaAutoRenewAttributeResponseBody extends $tea.Model {
3844
+ instanceId?: string;
3845
+ requestId?: string;
3846
+ static names(): {
3847
+ [key: string]: string;
3848
+ };
3849
+ static types(): {
3850
+ [key: string]: any;
3851
+ };
3852
+ constructor(map?: {
3853
+ [key: string]: any;
3854
+ });
3855
+ }
3856
+ export declare class UpdateBandwidthPackagaAutoRenewAttributeResponse extends $tea.Model {
3857
+ headers: {
3858
+ [key: string]: string;
3859
+ };
3860
+ statusCode: number;
3861
+ body: UpdateBandwidthPackagaAutoRenewAttributeResponseBody;
3862
+ static names(): {
3863
+ [key: string]: string;
3864
+ };
3865
+ static types(): {
3866
+ [key: string]: any;
3867
+ };
3868
+ constructor(map?: {
3869
+ [key: string]: any;
3870
+ });
3871
+ }
3686
3872
  export declare class UpdateBandwidthPackageRequest extends $tea.Model {
3687
3873
  autoPay?: boolean;
3688
3874
  autoUseCoupon?: boolean;
@@ -3721,6 +3907,7 @@ export declare class UpdateBandwidthPackageResponse extends $tea.Model {
3721
3907
  headers: {
3722
3908
  [key: string]: string;
3723
3909
  };
3910
+ statusCode: number;
3724
3911
  body: UpdateBandwidthPackageResponseBody;
3725
3912
  static names(): {
3726
3913
  [key: string]: string;
@@ -3764,6 +3951,7 @@ export declare class UpdateBasicAcceleratorResponse extends $tea.Model {
3764
3951
  headers: {
3765
3952
  [key: string]: string;
3766
3953
  };
3954
+ statusCode: number;
3767
3955
  body: UpdateBasicAcceleratorResponseBody;
3768
3956
  static names(): {
3769
3957
  [key: string]: string;
@@ -3809,6 +3997,7 @@ export declare class UpdateBasicEndpointGroupResponse extends $tea.Model {
3809
3997
  headers: {
3810
3998
  [key: string]: string;
3811
3999
  };
4000
+ statusCode: number;
3812
4001
  body: UpdateBasicEndpointGroupResponseBody;
3813
4002
  static names(): {
3814
4003
  [key: string]: string;
@@ -3863,6 +4052,7 @@ export declare class UpdateEndpointGroupResponse extends $tea.Model {
3863
4052
  headers: {
3864
4053
  [key: string]: string;
3865
4054
  };
4055
+ statusCode: number;
3866
4056
  body: UpdateEndpointGroupResponseBody;
3867
4057
  static names(): {
3868
4058
  [key: string]: string;
@@ -3906,6 +4096,7 @@ export declare class UpdateEndpointGroupAttributeResponse extends $tea.Model {
3906
4096
  headers: {
3907
4097
  [key: string]: string;
3908
4098
  };
4099
+ statusCode: number;
3909
4100
  body: UpdateEndpointGroupAttributeResponseBody;
3910
4101
  static names(): {
3911
4102
  [key: string]: string;
@@ -3950,6 +4141,7 @@ export declare class UpdateEndpointGroupsResponse extends $tea.Model {
3950
4141
  headers: {
3951
4142
  [key: string]: string;
3952
4143
  };
4144
+ statusCode: number;
3953
4145
  body: UpdateEndpointGroupsResponseBody;
3954
4146
  static names(): {
3955
4147
  [key: string]: string;
@@ -3994,6 +4186,7 @@ export declare class UpdateForwardingRulesResponse extends $tea.Model {
3994
4186
  headers: {
3995
4187
  [key: string]: string;
3996
4188
  };
4189
+ statusCode: number;
3997
4190
  body: UpdateForwardingRulesResponseBody;
3998
4191
  static names(): {
3999
4192
  [key: string]: string;
@@ -4036,6 +4229,7 @@ export declare class UpdateIpSetResponse extends $tea.Model {
4036
4229
  headers: {
4037
4230
  [key: string]: string;
4038
4231
  };
4232
+ statusCode: number;
4039
4233
  body: UpdateIpSetResponseBody;
4040
4234
  static names(): {
4041
4235
  [key: string]: string;
@@ -4076,6 +4270,7 @@ export declare class UpdateIpSetsResponse extends $tea.Model {
4076
4270
  headers: {
4077
4271
  [key: string]: string;
4078
4272
  };
4273
+ statusCode: number;
4079
4274
  body: UpdateIpSetsResponseBody;
4080
4275
  static names(): {
4081
4276
  [key: string]: string;
@@ -4127,6 +4322,7 @@ export declare class UpdateListenerResponse extends $tea.Model {
4127
4322
  headers: {
4128
4323
  [key: string]: string;
4129
4324
  };
4325
+ statusCode: number;
4130
4326
  body: UpdateListenerResponseBody;
4131
4327
  static names(): {
4132
4328
  [key: string]: string;
@@ -4823,9 +5019,12 @@ export declare class ListAclsResponseBodyAcls extends $tea.Model {
4823
5019
  export declare class ListApplicationMonitorResponseBodyApplicationMonitors extends $tea.Model {
4824
5020
  acceleratorId?: string;
4825
5021
  address?: string;
5022
+ detectEnable?: boolean;
4826
5023
  detectThreshold?: number;
5024
+ detectTimes?: number;
4827
5025
  listenerId?: string;
4828
5026
  optionsJson?: string;
5027
+ silenceTime?: number;
4829
5028
  state?: string;
4830
5029
  taskId?: string;
4831
5030
  taskName?: string;
@@ -4841,11 +5040,14 @@ export declare class ListApplicationMonitorResponseBodyApplicationMonitors exten
4841
5040
  }
4842
5041
  export declare class ListApplicationMonitorDetectResultResponseBodyApplicationMonitorDetectResultList extends $tea.Model {
4843
5042
  acceleratorId?: string;
5043
+ content?: string;
4844
5044
  detail?: string;
5045
+ detectTime?: string;
4845
5046
  diagStatus?: string;
4846
5047
  listenerId?: string;
4847
5048
  port?: string;
4848
5049
  protocol?: string;
5050
+ statusCode?: string;
4849
5051
  taskId?: string;
4850
5052
  static names(): {
4851
5053
  [key: string]: string;
@@ -5658,6 +5860,8 @@ export default class Client extends OpenApi {
5658
5860
  describeApplicationMonitor(request: DescribeApplicationMonitorRequest): Promise<DescribeApplicationMonitorResponse>;
5659
5861
  describeBandwidthPackageWithOptions(request: DescribeBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBandwidthPackageResponse>;
5660
5862
  describeBandwidthPackage(request: DescribeBandwidthPackageRequest): Promise<DescribeBandwidthPackageResponse>;
5863
+ describeBandwidthPackageAutoRenewAttributeWithOptions(request: DescribeBandwidthPackageAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBandwidthPackageAutoRenewAttributeResponse>;
5864
+ describeBandwidthPackageAutoRenewAttribute(request: DescribeBandwidthPackageAutoRenewAttributeRequest): Promise<DescribeBandwidthPackageAutoRenewAttributeResponse>;
5661
5865
  describeEndpointGroupWithOptions(request: DescribeEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEndpointGroupResponse>;
5662
5866
  describeEndpointGroup(request: DescribeEndpointGroupRequest): Promise<DescribeEndpointGroupResponse>;
5663
5867
  describeIpSetWithOptions(request: DescribeIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIpSetResponse>;
@@ -5742,6 +5946,8 @@ export default class Client extends OpenApi {
5742
5946
  updateAclAttribute(request: UpdateAclAttributeRequest): Promise<UpdateAclAttributeResponse>;
5743
5947
  updateApplicationMonitorWithOptions(request: UpdateApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationMonitorResponse>;
5744
5948
  updateApplicationMonitor(request: UpdateApplicationMonitorRequest): Promise<UpdateApplicationMonitorResponse>;
5949
+ updateBandwidthPackagaAutoRenewAttributeWithOptions(request: UpdateBandwidthPackagaAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBandwidthPackagaAutoRenewAttributeResponse>;
5950
+ updateBandwidthPackagaAutoRenewAttribute(request: UpdateBandwidthPackagaAutoRenewAttributeRequest): Promise<UpdateBandwidthPackagaAutoRenewAttributeResponse>;
5745
5951
  updateBandwidthPackageWithOptions(request: UpdateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBandwidthPackageResponse>;
5746
5952
  updateBandwidthPackage(request: UpdateBandwidthPackageRequest): Promise<UpdateBandwidthPackageResponse>;
5747
5953
  updateBasicAcceleratorWithOptions(request: UpdateBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBasicAcceleratorResponse>;