@alicloud/ga20191120 1.0.10 → 1.0.11
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 +189 -0
- package/dist/client.js +393 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +535 -0
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;
|
|
@@ -495,6 +505,7 @@ export declare class CreateApplicationMonitorResponse extends $tea.Model {
|
|
|
495
505
|
headers: {
|
|
496
506
|
[key: string]: string;
|
|
497
507
|
};
|
|
508
|
+
statusCode: number;
|
|
498
509
|
body: CreateApplicationMonitorResponseBody;
|
|
499
510
|
static names(): {
|
|
500
511
|
[key: string]: string;
|
|
@@ -508,6 +519,8 @@ export declare class CreateApplicationMonitorResponse extends $tea.Model {
|
|
|
508
519
|
}
|
|
509
520
|
export declare class CreateBandwidthPackageRequest extends $tea.Model {
|
|
510
521
|
autoPay?: boolean;
|
|
522
|
+
autoRenew?: boolean;
|
|
523
|
+
autoRenewDuration?: number;
|
|
511
524
|
autoUseCoupon?: string;
|
|
512
525
|
bandwidth?: number;
|
|
513
526
|
bandwidthType?: string;
|
|
@@ -549,6 +562,7 @@ export declare class CreateBandwidthPackageResponse extends $tea.Model {
|
|
|
549
562
|
headers: {
|
|
550
563
|
[key: string]: string;
|
|
551
564
|
};
|
|
565
|
+
statusCode: number;
|
|
552
566
|
body: CreateBandwidthPackageResponseBody;
|
|
553
567
|
static names(): {
|
|
554
568
|
[key: string]: string;
|
|
@@ -597,6 +611,7 @@ export declare class CreateBasicAcceleratorResponse extends $tea.Model {
|
|
|
597
611
|
headers: {
|
|
598
612
|
[key: string]: string;
|
|
599
613
|
};
|
|
614
|
+
statusCode: number;
|
|
600
615
|
body: CreateBasicAcceleratorResponseBody;
|
|
601
616
|
static names(): {
|
|
602
617
|
[key: string]: string;
|
|
@@ -644,6 +659,7 @@ export declare class CreateBasicEndpointGroupResponse extends $tea.Model {
|
|
|
644
659
|
headers: {
|
|
645
660
|
[key: string]: string;
|
|
646
661
|
};
|
|
662
|
+
statusCode: number;
|
|
647
663
|
body: CreateBasicEndpointGroupResponseBody;
|
|
648
664
|
static names(): {
|
|
649
665
|
[key: string]: string;
|
|
@@ -687,6 +703,7 @@ export declare class CreateBasicIpSetResponse extends $tea.Model {
|
|
|
687
703
|
headers: {
|
|
688
704
|
[key: string]: string;
|
|
689
705
|
};
|
|
706
|
+
statusCode: number;
|
|
690
707
|
body: CreateBasicIpSetResponseBody;
|
|
691
708
|
static names(): {
|
|
692
709
|
[key: string]: string;
|
|
@@ -744,6 +761,7 @@ export declare class CreateEndpointGroupResponse extends $tea.Model {
|
|
|
744
761
|
headers: {
|
|
745
762
|
[key: string]: string;
|
|
746
763
|
};
|
|
764
|
+
statusCode: number;
|
|
747
765
|
body: CreateEndpointGroupResponseBody;
|
|
748
766
|
static names(): {
|
|
749
767
|
[key: string]: string;
|
|
@@ -789,6 +807,7 @@ export declare class CreateEndpointGroupsResponse extends $tea.Model {
|
|
|
789
807
|
headers: {
|
|
790
808
|
[key: string]: string;
|
|
791
809
|
};
|
|
810
|
+
statusCode: number;
|
|
792
811
|
body: CreateEndpointGroupsResponseBody;
|
|
793
812
|
static names(): {
|
|
794
813
|
[key: string]: string;
|
|
@@ -833,6 +852,7 @@ export declare class CreateForwardingRulesResponse extends $tea.Model {
|
|
|
833
852
|
headers: {
|
|
834
853
|
[key: string]: string;
|
|
835
854
|
};
|
|
855
|
+
statusCode: number;
|
|
836
856
|
body: CreateForwardingRulesResponseBody;
|
|
837
857
|
static names(): {
|
|
838
858
|
[key: string]: string;
|
|
@@ -877,6 +897,7 @@ export declare class CreateIpSetsResponse extends $tea.Model {
|
|
|
877
897
|
headers: {
|
|
878
898
|
[key: string]: string;
|
|
879
899
|
};
|
|
900
|
+
statusCode: number;
|
|
880
901
|
body: CreateIpSetsResponseBody;
|
|
881
902
|
static names(): {
|
|
882
903
|
[key: string]: string;
|
|
@@ -928,6 +949,7 @@ export declare class CreateListenerResponse extends $tea.Model {
|
|
|
928
949
|
headers: {
|
|
929
950
|
[key: string]: string;
|
|
930
951
|
};
|
|
952
|
+
statusCode: number;
|
|
931
953
|
body: CreateListenerResponseBody;
|
|
932
954
|
static names(): {
|
|
933
955
|
[key: string]: string;
|
|
@@ -971,6 +993,7 @@ export declare class CreateSpareIpsResponse extends $tea.Model {
|
|
|
971
993
|
headers: {
|
|
972
994
|
[key: string]: string;
|
|
973
995
|
};
|
|
996
|
+
statusCode: number;
|
|
974
997
|
body: CreateSpareIpsResponseBody;
|
|
975
998
|
static names(): {
|
|
976
999
|
[key: string]: string;
|
|
@@ -1012,6 +1035,7 @@ export declare class DeleteAcceleratorResponse extends $tea.Model {
|
|
|
1012
1035
|
headers: {
|
|
1013
1036
|
[key: string]: string;
|
|
1014
1037
|
};
|
|
1038
|
+
statusCode: number;
|
|
1015
1039
|
body: DeleteAcceleratorResponseBody;
|
|
1016
1040
|
static names(): {
|
|
1017
1041
|
[key: string]: string;
|
|
@@ -1055,6 +1079,7 @@ export declare class DeleteAclResponse extends $tea.Model {
|
|
|
1055
1079
|
headers: {
|
|
1056
1080
|
[key: string]: string;
|
|
1057
1081
|
};
|
|
1082
|
+
statusCode: number;
|
|
1058
1083
|
body: DeleteAclResponseBody;
|
|
1059
1084
|
static names(): {
|
|
1060
1085
|
[key: string]: string;
|
|
@@ -1096,6 +1121,7 @@ export declare class DeleteApplicationMonitorResponse extends $tea.Model {
|
|
|
1096
1121
|
headers: {
|
|
1097
1122
|
[key: string]: string;
|
|
1098
1123
|
};
|
|
1124
|
+
statusCode: number;
|
|
1099
1125
|
body: DeleteApplicationMonitorResponseBody;
|
|
1100
1126
|
static names(): {
|
|
1101
1127
|
[key: string]: string;
|
|
@@ -1138,6 +1164,7 @@ export declare class DeleteBandwidthPackageResponse extends $tea.Model {
|
|
|
1138
1164
|
headers: {
|
|
1139
1165
|
[key: string]: string;
|
|
1140
1166
|
};
|
|
1167
|
+
statusCode: number;
|
|
1141
1168
|
body: DeleteBandwidthPackageResponseBody;
|
|
1142
1169
|
static names(): {
|
|
1143
1170
|
[key: string]: string;
|
|
@@ -1179,6 +1206,7 @@ export declare class DeleteBasicAcceleratorResponse extends $tea.Model {
|
|
|
1179
1206
|
headers: {
|
|
1180
1207
|
[key: string]: string;
|
|
1181
1208
|
};
|
|
1209
|
+
statusCode: number;
|
|
1182
1210
|
body: DeleteBasicAcceleratorResponseBody;
|
|
1183
1211
|
static names(): {
|
|
1184
1212
|
[key: string]: string;
|
|
@@ -1219,6 +1247,7 @@ export declare class DeleteBasicEndpointGroupResponse extends $tea.Model {
|
|
|
1219
1247
|
headers: {
|
|
1220
1248
|
[key: string]: string;
|
|
1221
1249
|
};
|
|
1250
|
+
statusCode: number;
|
|
1222
1251
|
body: DeleteBasicEndpointGroupResponseBody;
|
|
1223
1252
|
static names(): {
|
|
1224
1253
|
[key: string]: string;
|
|
@@ -1260,6 +1289,7 @@ export declare class DeleteBasicIpSetResponse extends $tea.Model {
|
|
|
1260
1289
|
headers: {
|
|
1261
1290
|
[key: string]: string;
|
|
1262
1291
|
};
|
|
1292
|
+
statusCode: number;
|
|
1263
1293
|
body: DeleteBasicIpSetResponseBody;
|
|
1264
1294
|
static names(): {
|
|
1265
1295
|
[key: string]: string;
|
|
@@ -1301,6 +1331,7 @@ export declare class DeleteEndpointGroupResponse extends $tea.Model {
|
|
|
1301
1331
|
headers: {
|
|
1302
1332
|
[key: string]: string;
|
|
1303
1333
|
};
|
|
1334
|
+
statusCode: number;
|
|
1304
1335
|
body: DeleteEndpointGroupResponseBody;
|
|
1305
1336
|
static names(): {
|
|
1306
1337
|
[key: string]: string;
|
|
@@ -1343,6 +1374,7 @@ export declare class DeleteEndpointGroupsResponse extends $tea.Model {
|
|
|
1343
1374
|
headers: {
|
|
1344
1375
|
[key: string]: string;
|
|
1345
1376
|
};
|
|
1377
|
+
statusCode: number;
|
|
1346
1378
|
body: DeleteEndpointGroupsResponseBody;
|
|
1347
1379
|
static names(): {
|
|
1348
1380
|
[key: string]: string;
|
|
@@ -1387,6 +1419,7 @@ export declare class DeleteForwardingRulesResponse extends $tea.Model {
|
|
|
1387
1419
|
headers: {
|
|
1388
1420
|
[key: string]: string;
|
|
1389
1421
|
};
|
|
1422
|
+
statusCode: number;
|
|
1390
1423
|
body: DeleteForwardingRulesResponseBody;
|
|
1391
1424
|
static names(): {
|
|
1392
1425
|
[key: string]: string;
|
|
@@ -1429,6 +1462,7 @@ export declare class DeleteIpSetResponse extends $tea.Model {
|
|
|
1429
1462
|
headers: {
|
|
1430
1463
|
[key: string]: string;
|
|
1431
1464
|
};
|
|
1465
|
+
statusCode: number;
|
|
1432
1466
|
body: DeleteIpSetResponseBody;
|
|
1433
1467
|
static names(): {
|
|
1434
1468
|
[key: string]: string;
|
|
@@ -1469,6 +1503,7 @@ export declare class DeleteIpSetsResponse extends $tea.Model {
|
|
|
1469
1503
|
headers: {
|
|
1470
1504
|
[key: string]: string;
|
|
1471
1505
|
};
|
|
1506
|
+
statusCode: number;
|
|
1472
1507
|
body: DeleteIpSetsResponseBody;
|
|
1473
1508
|
static names(): {
|
|
1474
1509
|
[key: string]: string;
|
|
@@ -1510,6 +1545,7 @@ export declare class DeleteListenerResponse extends $tea.Model {
|
|
|
1510
1545
|
headers: {
|
|
1511
1546
|
[key: string]: string;
|
|
1512
1547
|
};
|
|
1548
|
+
statusCode: number;
|
|
1513
1549
|
body: DeleteListenerResponseBody;
|
|
1514
1550
|
static names(): {
|
|
1515
1551
|
[key: string]: string;
|
|
@@ -1553,6 +1589,7 @@ export declare class DeleteSpareIpsResponse extends $tea.Model {
|
|
|
1553
1589
|
headers: {
|
|
1554
1590
|
[key: string]: string;
|
|
1555
1591
|
};
|
|
1592
|
+
statusCode: number;
|
|
1556
1593
|
body: DeleteSpareIpsResponseBody;
|
|
1557
1594
|
static names(): {
|
|
1558
1595
|
[key: string]: string;
|
|
@@ -1609,6 +1646,7 @@ export declare class DescribeAcceleratorResponse extends $tea.Model {
|
|
|
1609
1646
|
headers: {
|
|
1610
1647
|
[key: string]: string;
|
|
1611
1648
|
};
|
|
1649
|
+
statusCode: number;
|
|
1612
1650
|
body: DescribeAcceleratorResponseBody;
|
|
1613
1651
|
static names(): {
|
|
1614
1652
|
[key: string]: string;
|
|
@@ -1653,6 +1691,7 @@ export declare class DescribeAcceleratorAutoRenewAttributeResponse extends $tea.
|
|
|
1653
1691
|
headers: {
|
|
1654
1692
|
[key: string]: string;
|
|
1655
1693
|
};
|
|
1694
|
+
statusCode: number;
|
|
1656
1695
|
body: DescribeAcceleratorAutoRenewAttributeResponseBody;
|
|
1657
1696
|
static names(): {
|
|
1658
1697
|
[key: string]: string;
|
|
@@ -1706,6 +1745,7 @@ export declare class DescribeApplicationMonitorResponse extends $tea.Model {
|
|
|
1706
1745
|
headers: {
|
|
1707
1746
|
[key: string]: string;
|
|
1708
1747
|
};
|
|
1748
|
+
statusCode: number;
|
|
1709
1749
|
body: DescribeApplicationMonitorResponseBody;
|
|
1710
1750
|
static names(): {
|
|
1711
1751
|
[key: string]: string;
|
|
@@ -1762,6 +1802,7 @@ export declare class DescribeBandwidthPackageResponse extends $tea.Model {
|
|
|
1762
1802
|
headers: {
|
|
1763
1803
|
[key: string]: string;
|
|
1764
1804
|
};
|
|
1805
|
+
statusCode: number;
|
|
1765
1806
|
body: DescribeBandwidthPackageResponseBody;
|
|
1766
1807
|
static names(): {
|
|
1767
1808
|
[key: string]: string;
|
|
@@ -1773,6 +1814,51 @@ export declare class DescribeBandwidthPackageResponse extends $tea.Model {
|
|
|
1773
1814
|
[key: string]: any;
|
|
1774
1815
|
});
|
|
1775
1816
|
}
|
|
1817
|
+
export declare class DescribeBandwidthPackageAutoRenewAttributeRequest extends $tea.Model {
|
|
1818
|
+
instanceId?: string;
|
|
1819
|
+
regionId?: string;
|
|
1820
|
+
static names(): {
|
|
1821
|
+
[key: string]: string;
|
|
1822
|
+
};
|
|
1823
|
+
static types(): {
|
|
1824
|
+
[key: string]: any;
|
|
1825
|
+
};
|
|
1826
|
+
constructor(map?: {
|
|
1827
|
+
[key: string]: any;
|
|
1828
|
+
});
|
|
1829
|
+
}
|
|
1830
|
+
export declare class DescribeBandwidthPackageAutoRenewAttributeResponseBody extends $tea.Model {
|
|
1831
|
+
autoRenew?: boolean;
|
|
1832
|
+
autoRenewDuration?: number;
|
|
1833
|
+
instanceId?: string;
|
|
1834
|
+
renewalStatus?: string;
|
|
1835
|
+
requestId?: string;
|
|
1836
|
+
static names(): {
|
|
1837
|
+
[key: string]: string;
|
|
1838
|
+
};
|
|
1839
|
+
static types(): {
|
|
1840
|
+
[key: string]: any;
|
|
1841
|
+
};
|
|
1842
|
+
constructor(map?: {
|
|
1843
|
+
[key: string]: any;
|
|
1844
|
+
});
|
|
1845
|
+
}
|
|
1846
|
+
export declare class DescribeBandwidthPackageAutoRenewAttributeResponse extends $tea.Model {
|
|
1847
|
+
headers: {
|
|
1848
|
+
[key: string]: string;
|
|
1849
|
+
};
|
|
1850
|
+
statusCode: number;
|
|
1851
|
+
body: DescribeBandwidthPackageAutoRenewAttributeResponseBody;
|
|
1852
|
+
static names(): {
|
|
1853
|
+
[key: string]: string;
|
|
1854
|
+
};
|
|
1855
|
+
static types(): {
|
|
1856
|
+
[key: string]: any;
|
|
1857
|
+
};
|
|
1858
|
+
constructor(map?: {
|
|
1859
|
+
[key: string]: any;
|
|
1860
|
+
});
|
|
1861
|
+
}
|
|
1776
1862
|
export declare class DescribeEndpointGroupRequest extends $tea.Model {
|
|
1777
1863
|
endpointGroupId?: string;
|
|
1778
1864
|
regionId?: string;
|
|
@@ -1829,6 +1915,7 @@ export declare class DescribeEndpointGroupResponse extends $tea.Model {
|
|
|
1829
1915
|
headers: {
|
|
1830
1916
|
[key: string]: string;
|
|
1831
1917
|
};
|
|
1918
|
+
statusCode: number;
|
|
1832
1919
|
body: DescribeEndpointGroupResponseBody;
|
|
1833
1920
|
static names(): {
|
|
1834
1921
|
[key: string]: string;
|
|
@@ -1876,6 +1963,7 @@ export declare class DescribeIpSetResponse extends $tea.Model {
|
|
|
1876
1963
|
headers: {
|
|
1877
1964
|
[key: string]: string;
|
|
1878
1965
|
};
|
|
1966
|
+
statusCode: number;
|
|
1879
1967
|
body: DescribeIpSetResponseBody;
|
|
1880
1968
|
static names(): {
|
|
1881
1969
|
[key: string]: string;
|
|
@@ -1932,6 +2020,7 @@ export declare class DescribeListenerResponse extends $tea.Model {
|
|
|
1932
2020
|
headers: {
|
|
1933
2021
|
[key: string]: string;
|
|
1934
2022
|
};
|
|
2023
|
+
statusCode: number;
|
|
1935
2024
|
body: DescribeListenerResponseBody;
|
|
1936
2025
|
static names(): {
|
|
1937
2026
|
[key: string]: string;
|
|
@@ -1972,6 +2061,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
|
|
|
1972
2061
|
headers: {
|
|
1973
2062
|
[key: string]: string;
|
|
1974
2063
|
};
|
|
2064
|
+
statusCode: number;
|
|
1975
2065
|
body: DescribeRegionsResponseBody;
|
|
1976
2066
|
static names(): {
|
|
1977
2067
|
[key: string]: string;
|
|
@@ -2013,6 +2103,7 @@ export declare class DetachDdosFromAcceleratorResponse extends $tea.Model {
|
|
|
2013
2103
|
headers: {
|
|
2014
2104
|
[key: string]: string;
|
|
2015
2105
|
};
|
|
2106
|
+
statusCode: number;
|
|
2016
2107
|
body: DetachDdosFromAcceleratorResponseBody;
|
|
2017
2108
|
static names(): {
|
|
2018
2109
|
[key: string]: string;
|
|
@@ -2056,6 +2147,7 @@ export declare class DetachLogStoreFromEndpointGroupResponse extends $tea.Model
|
|
|
2056
2147
|
headers: {
|
|
2057
2148
|
[key: string]: string;
|
|
2058
2149
|
};
|
|
2150
|
+
statusCode: number;
|
|
2059
2151
|
body: DetachLogStoreFromEndpointGroupResponseBody;
|
|
2060
2152
|
static names(): {
|
|
2061
2153
|
[key: string]: string;
|
|
@@ -2097,6 +2189,7 @@ export declare class DetectApplicationMonitorResponse extends $tea.Model {
|
|
|
2097
2189
|
headers: {
|
|
2098
2190
|
[key: string]: string;
|
|
2099
2191
|
};
|
|
2192
|
+
statusCode: number;
|
|
2100
2193
|
body: DetectApplicationMonitorResponseBody;
|
|
2101
2194
|
static names(): {
|
|
2102
2195
|
[key: string]: string;
|
|
@@ -2138,6 +2231,7 @@ export declare class DisableApplicationMonitorResponse extends $tea.Model {
|
|
|
2138
2231
|
headers: {
|
|
2139
2232
|
[key: string]: string;
|
|
2140
2233
|
};
|
|
2234
|
+
statusCode: number;
|
|
2141
2235
|
body: DisableApplicationMonitorResponseBody;
|
|
2142
2236
|
static names(): {
|
|
2143
2237
|
[key: string]: string;
|
|
@@ -2183,6 +2277,7 @@ export declare class DissociateAclsFromListenerResponse extends $tea.Model {
|
|
|
2183
2277
|
headers: {
|
|
2184
2278
|
[key: string]: string;
|
|
2185
2279
|
};
|
|
2280
|
+
statusCode: number;
|
|
2186
2281
|
body: DissociateAclsFromListenerResponseBody;
|
|
2187
2282
|
static names(): {
|
|
2188
2283
|
[key: string]: string;
|
|
@@ -2226,6 +2321,7 @@ export declare class DissociateAdditionalCertificatesFromListenerResponse extend
|
|
|
2226
2321
|
headers: {
|
|
2227
2322
|
[key: string]: string;
|
|
2228
2323
|
};
|
|
2324
|
+
statusCode: number;
|
|
2229
2325
|
body: DissociateAdditionalCertificatesFromListenerResponseBody;
|
|
2230
2326
|
static names(): {
|
|
2231
2327
|
[key: string]: string;
|
|
@@ -2267,6 +2363,7 @@ export declare class EnableApplicationMonitorResponse extends $tea.Model {
|
|
|
2267
2363
|
headers: {
|
|
2268
2364
|
[key: string]: string;
|
|
2269
2365
|
};
|
|
2366
|
+
statusCode: number;
|
|
2270
2367
|
body: EnableApplicationMonitorResponseBody;
|
|
2271
2368
|
static names(): {
|
|
2272
2369
|
[key: string]: string;
|
|
@@ -2313,6 +2410,7 @@ export declare class GetAclResponse extends $tea.Model {
|
|
|
2313
2410
|
headers: {
|
|
2314
2411
|
[key: string]: string;
|
|
2315
2412
|
};
|
|
2413
|
+
statusCode: number;
|
|
2316
2414
|
body: GetAclResponseBody;
|
|
2317
2415
|
static names(): {
|
|
2318
2416
|
[key: string]: string;
|
|
@@ -2366,6 +2464,7 @@ export declare class GetBasicAcceleratorResponse extends $tea.Model {
|
|
|
2366
2464
|
headers: {
|
|
2367
2465
|
[key: string]: string;
|
|
2368
2466
|
};
|
|
2467
|
+
statusCode: number;
|
|
2369
2468
|
body: GetBasicAcceleratorResponseBody;
|
|
2370
2469
|
static names(): {
|
|
2371
2470
|
[key: string]: string;
|
|
@@ -2415,6 +2514,7 @@ export declare class GetBasicEndpointGroupResponse extends $tea.Model {
|
|
|
2415
2514
|
headers: {
|
|
2416
2515
|
[key: string]: string;
|
|
2417
2516
|
};
|
|
2517
|
+
statusCode: number;
|
|
2418
2518
|
body: GetBasicEndpointGroupResponseBody;
|
|
2419
2519
|
static names(): {
|
|
2420
2520
|
[key: string]: string;
|
|
@@ -2463,6 +2563,7 @@ export declare class GetBasicIpSetResponse extends $tea.Model {
|
|
|
2463
2563
|
headers: {
|
|
2464
2564
|
[key: string]: string;
|
|
2465
2565
|
};
|
|
2566
|
+
statusCode: number;
|
|
2466
2567
|
body: GetBasicIpSetResponseBody;
|
|
2467
2568
|
static names(): {
|
|
2468
2569
|
[key: string]: string;
|
|
@@ -2509,6 +2610,7 @@ export declare class GetHealthStatusResponse extends $tea.Model {
|
|
|
2509
2610
|
headers: {
|
|
2510
2611
|
[key: string]: string;
|
|
2511
2612
|
};
|
|
2613
|
+
statusCode: number;
|
|
2512
2614
|
body: GetHealthStatusResponseBody;
|
|
2513
2615
|
static names(): {
|
|
2514
2616
|
[key: string]: string;
|
|
@@ -2553,6 +2655,7 @@ export declare class GetSpareIpResponse extends $tea.Model {
|
|
|
2553
2655
|
headers: {
|
|
2554
2656
|
[key: string]: string;
|
|
2555
2657
|
};
|
|
2658
|
+
statusCode: number;
|
|
2556
2659
|
body: GetSpareIpResponseBody;
|
|
2557
2660
|
static names(): {
|
|
2558
2661
|
[key: string]: string;
|
|
@@ -2593,6 +2696,7 @@ export declare class ListAccelerateAreasResponse extends $tea.Model {
|
|
|
2593
2696
|
headers: {
|
|
2594
2697
|
[key: string]: string;
|
|
2595
2698
|
};
|
|
2699
|
+
statusCode: number;
|
|
2596
2700
|
body: ListAccelerateAreasResponseBody;
|
|
2597
2701
|
static names(): {
|
|
2598
2702
|
[key: string]: string;
|
|
@@ -2640,6 +2744,7 @@ export declare class ListAcceleratorsResponse extends $tea.Model {
|
|
|
2640
2744
|
headers: {
|
|
2641
2745
|
[key: string]: string;
|
|
2642
2746
|
};
|
|
2747
|
+
statusCode: number;
|
|
2643
2748
|
body: ListAcceleratorsResponseBody;
|
|
2644
2749
|
static names(): {
|
|
2645
2750
|
[key: string]: string;
|
|
@@ -2688,6 +2793,7 @@ export declare class ListAclsResponse extends $tea.Model {
|
|
|
2688
2793
|
headers: {
|
|
2689
2794
|
[key: string]: string;
|
|
2690
2795
|
};
|
|
2796
|
+
statusCode: number;
|
|
2691
2797
|
body: ListAclsResponseBody;
|
|
2692
2798
|
static names(): {
|
|
2693
2799
|
[key: string]: string;
|
|
@@ -2734,6 +2840,7 @@ export declare class ListApplicationMonitorResponse extends $tea.Model {
|
|
|
2734
2840
|
headers: {
|
|
2735
2841
|
[key: string]: string;
|
|
2736
2842
|
};
|
|
2843
|
+
statusCode: number;
|
|
2737
2844
|
body: ListApplicationMonitorResponseBody;
|
|
2738
2845
|
static names(): {
|
|
2739
2846
|
[key: string]: string;
|
|
@@ -2782,6 +2889,7 @@ export declare class ListApplicationMonitorDetectResultResponse extends $tea.Mod
|
|
|
2782
2889
|
headers: {
|
|
2783
2890
|
[key: string]: string;
|
|
2784
2891
|
};
|
|
2892
|
+
statusCode: number;
|
|
2785
2893
|
body: ListApplicationMonitorDetectResultResponseBody;
|
|
2786
2894
|
static names(): {
|
|
2787
2895
|
[key: string]: string;
|
|
@@ -2823,6 +2931,7 @@ export declare class ListAvailableAccelerateAreasResponse extends $tea.Model {
|
|
|
2823
2931
|
headers: {
|
|
2824
2932
|
[key: string]: string;
|
|
2825
2933
|
};
|
|
2934
|
+
statusCode: number;
|
|
2826
2935
|
body: ListAvailableAccelerateAreasResponseBody;
|
|
2827
2936
|
static names(): {
|
|
2828
2937
|
[key: string]: string;
|
|
@@ -2864,6 +2973,7 @@ export declare class ListAvailableBusiRegionsResponse extends $tea.Model {
|
|
|
2864
2973
|
headers: {
|
|
2865
2974
|
[key: string]: string;
|
|
2866
2975
|
};
|
|
2976
|
+
statusCode: number;
|
|
2867
2977
|
body: ListAvailableBusiRegionsResponseBody;
|
|
2868
2978
|
static names(): {
|
|
2869
2979
|
[key: string]: string;
|
|
@@ -2912,6 +3022,7 @@ export declare class ListBandwidthPackagesResponse extends $tea.Model {
|
|
|
2912
3022
|
headers: {
|
|
2913
3023
|
[key: string]: string;
|
|
2914
3024
|
};
|
|
3025
|
+
statusCode: number;
|
|
2915
3026
|
body: ListBandwidthPackagesResponseBody;
|
|
2916
3027
|
static names(): {
|
|
2917
3028
|
[key: string]: string;
|
|
@@ -2957,6 +3068,7 @@ export declare class ListBandwidthackagesResponse extends $tea.Model {
|
|
|
2957
3068
|
headers: {
|
|
2958
3069
|
[key: string]: string;
|
|
2959
3070
|
};
|
|
3071
|
+
statusCode: number;
|
|
2960
3072
|
body: ListBandwidthackagesResponseBody;
|
|
2961
3073
|
static names(): {
|
|
2962
3074
|
[key: string]: string;
|
|
@@ -3004,6 +3116,7 @@ export declare class ListBasicAcceleratorsResponse extends $tea.Model {
|
|
|
3004
3116
|
headers: {
|
|
3005
3117
|
[key: string]: string;
|
|
3006
3118
|
};
|
|
3119
|
+
statusCode: number;
|
|
3007
3120
|
body: ListBasicAcceleratorsResponseBody;
|
|
3008
3121
|
static names(): {
|
|
3009
3122
|
[key: string]: string;
|
|
@@ -3044,6 +3157,7 @@ export declare class ListBusiRegionsResponse extends $tea.Model {
|
|
|
3044
3157
|
headers: {
|
|
3045
3158
|
[key: string]: string;
|
|
3046
3159
|
};
|
|
3160
|
+
statusCode: number;
|
|
3047
3161
|
body: ListBusiRegionsResponseBody;
|
|
3048
3162
|
static names(): {
|
|
3049
3163
|
[key: string]: string;
|
|
@@ -3094,6 +3208,7 @@ export declare class ListEndpointGroupsResponse extends $tea.Model {
|
|
|
3094
3208
|
headers: {
|
|
3095
3209
|
[key: string]: string;
|
|
3096
3210
|
};
|
|
3211
|
+
statusCode: number;
|
|
3097
3212
|
body: ListEndpointGroupsResponseBody;
|
|
3098
3213
|
static names(): {
|
|
3099
3214
|
[key: string]: string;
|
|
@@ -3143,6 +3258,7 @@ export declare class ListForwardingRulesResponse extends $tea.Model {
|
|
|
3143
3258
|
headers: {
|
|
3144
3259
|
[key: string]: string;
|
|
3145
3260
|
};
|
|
3261
|
+
statusCode: number;
|
|
3146
3262
|
body: ListForwardingRulesResponseBody;
|
|
3147
3263
|
static names(): {
|
|
3148
3264
|
[key: string]: string;
|
|
@@ -3189,6 +3305,7 @@ export declare class ListIpSetsResponse extends $tea.Model {
|
|
|
3189
3305
|
headers: {
|
|
3190
3306
|
[key: string]: string;
|
|
3191
3307
|
};
|
|
3308
|
+
statusCode: number;
|
|
3192
3309
|
body: ListIpSetsResponseBody;
|
|
3193
3310
|
static names(): {
|
|
3194
3311
|
[key: string]: string;
|
|
@@ -3237,6 +3354,7 @@ export declare class ListListenerCertificatesResponse extends $tea.Model {
|
|
|
3237
3354
|
headers: {
|
|
3238
3355
|
[key: string]: string;
|
|
3239
3356
|
};
|
|
3357
|
+
statusCode: number;
|
|
3240
3358
|
body: ListListenerCertificatesResponseBody;
|
|
3241
3359
|
static names(): {
|
|
3242
3360
|
[key: string]: string;
|
|
@@ -3283,6 +3401,7 @@ export declare class ListListenersResponse extends $tea.Model {
|
|
|
3283
3401
|
headers: {
|
|
3284
3402
|
[key: string]: string;
|
|
3285
3403
|
};
|
|
3404
|
+
statusCode: number;
|
|
3286
3405
|
body: ListListenersResponseBody;
|
|
3287
3406
|
static names(): {
|
|
3288
3407
|
[key: string]: string;
|
|
@@ -3326,6 +3445,7 @@ export declare class ListSpareIpsResponse extends $tea.Model {
|
|
|
3326
3445
|
headers: {
|
|
3327
3446
|
[key: string]: string;
|
|
3328
3447
|
};
|
|
3448
|
+
statusCode: number;
|
|
3329
3449
|
body: ListSpareIpsResponseBody;
|
|
3330
3450
|
static names(): {
|
|
3331
3451
|
[key: string]: string;
|
|
@@ -3371,6 +3491,7 @@ export declare class ListSystemSecurityPoliciesResponse extends $tea.Model {
|
|
|
3371
3491
|
headers: {
|
|
3372
3492
|
[key: string]: string;
|
|
3373
3493
|
};
|
|
3494
|
+
statusCode: number;
|
|
3374
3495
|
body: ListSystemSecurityPoliciesResponseBody;
|
|
3375
3496
|
static names(): {
|
|
3376
3497
|
[key: string]: string;
|
|
@@ -3415,6 +3536,7 @@ export declare class RemoveEntriesFromAclResponse extends $tea.Model {
|
|
|
3415
3536
|
headers: {
|
|
3416
3537
|
[key: string]: string;
|
|
3417
3538
|
};
|
|
3539
|
+
statusCode: number;
|
|
3418
3540
|
body: RemoveEntriesFromAclResponseBody;
|
|
3419
3541
|
static names(): {
|
|
3420
3542
|
[key: string]: string;
|
|
@@ -3456,6 +3578,7 @@ export declare class ReplaceBandwidthPackageResponse extends $tea.Model {
|
|
|
3456
3578
|
headers: {
|
|
3457
3579
|
[key: string]: string;
|
|
3458
3580
|
};
|
|
3581
|
+
statusCode: number;
|
|
3459
3582
|
body: ReplaceBandwidthPackageResponseBody;
|
|
3460
3583
|
static names(): {
|
|
3461
3584
|
[key: string]: string;
|
|
@@ -3502,6 +3625,7 @@ export declare class UpdateAcceleratorResponse extends $tea.Model {
|
|
|
3502
3625
|
headers: {
|
|
3503
3626
|
[key: string]: string;
|
|
3504
3627
|
};
|
|
3628
|
+
statusCode: number;
|
|
3505
3629
|
body: UpdateAcceleratorResponseBody;
|
|
3506
3630
|
static names(): {
|
|
3507
3631
|
[key: string]: string;
|
|
@@ -3548,6 +3672,7 @@ export declare class UpdateAcceleratorAutoRenewAttributeResponse extends $tea.Mo
|
|
|
3548
3672
|
headers: {
|
|
3549
3673
|
[key: string]: string;
|
|
3550
3674
|
};
|
|
3675
|
+
statusCode: number;
|
|
3551
3676
|
body: UpdateAcceleratorAutoRenewAttributeResponseBody;
|
|
3552
3677
|
static names(): {
|
|
3553
3678
|
[key: string]: string;
|
|
@@ -3588,6 +3713,7 @@ export declare class UpdateAcceleratorConfirmResponse extends $tea.Model {
|
|
|
3588
3713
|
headers: {
|
|
3589
3714
|
[key: string]: string;
|
|
3590
3715
|
};
|
|
3716
|
+
statusCode: number;
|
|
3591
3717
|
body: UpdateAcceleratorConfirmResponseBody;
|
|
3592
3718
|
static names(): {
|
|
3593
3719
|
[key: string]: string;
|
|
@@ -3632,6 +3758,7 @@ export declare class UpdateAclAttributeResponse extends $tea.Model {
|
|
|
3632
3758
|
headers: {
|
|
3633
3759
|
[key: string]: string;
|
|
3634
3760
|
};
|
|
3761
|
+
statusCode: number;
|
|
3635
3762
|
body: UpdateAclAttributeResponseBody;
|
|
3636
3763
|
static names(): {
|
|
3637
3764
|
[key: string]: string;
|
|
@@ -3681,6 +3808,7 @@ export declare class UpdateApplicationMonitorResponse extends $tea.Model {
|
|
|
3681
3808
|
headers: {
|
|
3682
3809
|
[key: string]: string;
|
|
3683
3810
|
};
|
|
3811
|
+
statusCode: number;
|
|
3684
3812
|
body: UpdateApplicationMonitorResponseBody;
|
|
3685
3813
|
static names(): {
|
|
3686
3814
|
[key: string]: string;
|
|
@@ -3692,6 +3820,53 @@ export declare class UpdateApplicationMonitorResponse extends $tea.Model {
|
|
|
3692
3820
|
[key: string]: any;
|
|
3693
3821
|
});
|
|
3694
3822
|
}
|
|
3823
|
+
export declare class UpdateBandwidthPackagaAutoRenewAttributeRequest extends $tea.Model {
|
|
3824
|
+
autoRenew?: boolean;
|
|
3825
|
+
autoRenewDuration?: number;
|
|
3826
|
+
clientToken?: string;
|
|
3827
|
+
instanceId?: string;
|
|
3828
|
+
name?: string;
|
|
3829
|
+
regionId?: string;
|
|
3830
|
+
renewalStatus?: string;
|
|
3831
|
+
static names(): {
|
|
3832
|
+
[key: string]: string;
|
|
3833
|
+
};
|
|
3834
|
+
static types(): {
|
|
3835
|
+
[key: string]: any;
|
|
3836
|
+
};
|
|
3837
|
+
constructor(map?: {
|
|
3838
|
+
[key: string]: any;
|
|
3839
|
+
});
|
|
3840
|
+
}
|
|
3841
|
+
export declare class UpdateBandwidthPackagaAutoRenewAttributeResponseBody extends $tea.Model {
|
|
3842
|
+
instanceId?: string;
|
|
3843
|
+
requestId?: string;
|
|
3844
|
+
static names(): {
|
|
3845
|
+
[key: string]: string;
|
|
3846
|
+
};
|
|
3847
|
+
static types(): {
|
|
3848
|
+
[key: string]: any;
|
|
3849
|
+
};
|
|
3850
|
+
constructor(map?: {
|
|
3851
|
+
[key: string]: any;
|
|
3852
|
+
});
|
|
3853
|
+
}
|
|
3854
|
+
export declare class UpdateBandwidthPackagaAutoRenewAttributeResponse extends $tea.Model {
|
|
3855
|
+
headers: {
|
|
3856
|
+
[key: string]: string;
|
|
3857
|
+
};
|
|
3858
|
+
statusCode: number;
|
|
3859
|
+
body: UpdateBandwidthPackagaAutoRenewAttributeResponseBody;
|
|
3860
|
+
static names(): {
|
|
3861
|
+
[key: string]: string;
|
|
3862
|
+
};
|
|
3863
|
+
static types(): {
|
|
3864
|
+
[key: string]: any;
|
|
3865
|
+
};
|
|
3866
|
+
constructor(map?: {
|
|
3867
|
+
[key: string]: any;
|
|
3868
|
+
});
|
|
3869
|
+
}
|
|
3695
3870
|
export declare class UpdateBandwidthPackageRequest extends $tea.Model {
|
|
3696
3871
|
autoPay?: boolean;
|
|
3697
3872
|
autoUseCoupon?: boolean;
|
|
@@ -3730,6 +3905,7 @@ export declare class UpdateBandwidthPackageResponse extends $tea.Model {
|
|
|
3730
3905
|
headers: {
|
|
3731
3906
|
[key: string]: string;
|
|
3732
3907
|
};
|
|
3908
|
+
statusCode: number;
|
|
3733
3909
|
body: UpdateBandwidthPackageResponseBody;
|
|
3734
3910
|
static names(): {
|
|
3735
3911
|
[key: string]: string;
|
|
@@ -3773,6 +3949,7 @@ export declare class UpdateBasicAcceleratorResponse extends $tea.Model {
|
|
|
3773
3949
|
headers: {
|
|
3774
3950
|
[key: string]: string;
|
|
3775
3951
|
};
|
|
3952
|
+
statusCode: number;
|
|
3776
3953
|
body: UpdateBasicAcceleratorResponseBody;
|
|
3777
3954
|
static names(): {
|
|
3778
3955
|
[key: string]: string;
|
|
@@ -3818,6 +3995,7 @@ export declare class UpdateBasicEndpointGroupResponse extends $tea.Model {
|
|
|
3818
3995
|
headers: {
|
|
3819
3996
|
[key: string]: string;
|
|
3820
3997
|
};
|
|
3998
|
+
statusCode: number;
|
|
3821
3999
|
body: UpdateBasicEndpointGroupResponseBody;
|
|
3822
4000
|
static names(): {
|
|
3823
4001
|
[key: string]: string;
|
|
@@ -3872,6 +4050,7 @@ export declare class UpdateEndpointGroupResponse extends $tea.Model {
|
|
|
3872
4050
|
headers: {
|
|
3873
4051
|
[key: string]: string;
|
|
3874
4052
|
};
|
|
4053
|
+
statusCode: number;
|
|
3875
4054
|
body: UpdateEndpointGroupResponseBody;
|
|
3876
4055
|
static names(): {
|
|
3877
4056
|
[key: string]: string;
|
|
@@ -3915,6 +4094,7 @@ export declare class UpdateEndpointGroupAttributeResponse extends $tea.Model {
|
|
|
3915
4094
|
headers: {
|
|
3916
4095
|
[key: string]: string;
|
|
3917
4096
|
};
|
|
4097
|
+
statusCode: number;
|
|
3918
4098
|
body: UpdateEndpointGroupAttributeResponseBody;
|
|
3919
4099
|
static names(): {
|
|
3920
4100
|
[key: string]: string;
|
|
@@ -3959,6 +4139,7 @@ export declare class UpdateEndpointGroupsResponse extends $tea.Model {
|
|
|
3959
4139
|
headers: {
|
|
3960
4140
|
[key: string]: string;
|
|
3961
4141
|
};
|
|
4142
|
+
statusCode: number;
|
|
3962
4143
|
body: UpdateEndpointGroupsResponseBody;
|
|
3963
4144
|
static names(): {
|
|
3964
4145
|
[key: string]: string;
|
|
@@ -4003,6 +4184,7 @@ export declare class UpdateForwardingRulesResponse extends $tea.Model {
|
|
|
4003
4184
|
headers: {
|
|
4004
4185
|
[key: string]: string;
|
|
4005
4186
|
};
|
|
4187
|
+
statusCode: number;
|
|
4006
4188
|
body: UpdateForwardingRulesResponseBody;
|
|
4007
4189
|
static names(): {
|
|
4008
4190
|
[key: string]: string;
|
|
@@ -4045,6 +4227,7 @@ export declare class UpdateIpSetResponse extends $tea.Model {
|
|
|
4045
4227
|
headers: {
|
|
4046
4228
|
[key: string]: string;
|
|
4047
4229
|
};
|
|
4230
|
+
statusCode: number;
|
|
4048
4231
|
body: UpdateIpSetResponseBody;
|
|
4049
4232
|
static names(): {
|
|
4050
4233
|
[key: string]: string;
|
|
@@ -4085,6 +4268,7 @@ export declare class UpdateIpSetsResponse extends $tea.Model {
|
|
|
4085
4268
|
headers: {
|
|
4086
4269
|
[key: string]: string;
|
|
4087
4270
|
};
|
|
4271
|
+
statusCode: number;
|
|
4088
4272
|
body: UpdateIpSetsResponseBody;
|
|
4089
4273
|
static names(): {
|
|
4090
4274
|
[key: string]: string;
|
|
@@ -4136,6 +4320,7 @@ export declare class UpdateListenerResponse extends $tea.Model {
|
|
|
4136
4320
|
headers: {
|
|
4137
4321
|
[key: string]: string;
|
|
4138
4322
|
};
|
|
4323
|
+
statusCode: number;
|
|
4139
4324
|
body: UpdateListenerResponseBody;
|
|
4140
4325
|
static names(): {
|
|
4141
4326
|
[key: string]: string;
|
|
@@ -5673,6 +5858,8 @@ export default class Client extends OpenApi {
|
|
|
5673
5858
|
describeApplicationMonitor(request: DescribeApplicationMonitorRequest): Promise<DescribeApplicationMonitorResponse>;
|
|
5674
5859
|
describeBandwidthPackageWithOptions(request: DescribeBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBandwidthPackageResponse>;
|
|
5675
5860
|
describeBandwidthPackage(request: DescribeBandwidthPackageRequest): Promise<DescribeBandwidthPackageResponse>;
|
|
5861
|
+
describeBandwidthPackageAutoRenewAttributeWithOptions(request: DescribeBandwidthPackageAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBandwidthPackageAutoRenewAttributeResponse>;
|
|
5862
|
+
describeBandwidthPackageAutoRenewAttribute(request: DescribeBandwidthPackageAutoRenewAttributeRequest): Promise<DescribeBandwidthPackageAutoRenewAttributeResponse>;
|
|
5676
5863
|
describeEndpointGroupWithOptions(request: DescribeEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEndpointGroupResponse>;
|
|
5677
5864
|
describeEndpointGroup(request: DescribeEndpointGroupRequest): Promise<DescribeEndpointGroupResponse>;
|
|
5678
5865
|
describeIpSetWithOptions(request: DescribeIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIpSetResponse>;
|
|
@@ -5757,6 +5944,8 @@ export default class Client extends OpenApi {
|
|
|
5757
5944
|
updateAclAttribute(request: UpdateAclAttributeRequest): Promise<UpdateAclAttributeResponse>;
|
|
5758
5945
|
updateApplicationMonitorWithOptions(request: UpdateApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationMonitorResponse>;
|
|
5759
5946
|
updateApplicationMonitor(request: UpdateApplicationMonitorRequest): Promise<UpdateApplicationMonitorResponse>;
|
|
5947
|
+
updateBandwidthPackagaAutoRenewAttributeWithOptions(request: UpdateBandwidthPackagaAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBandwidthPackagaAutoRenewAttributeResponse>;
|
|
5948
|
+
updateBandwidthPackagaAutoRenewAttribute(request: UpdateBandwidthPackagaAutoRenewAttributeRequest): Promise<UpdateBandwidthPackagaAutoRenewAttributeResponse>;
|
|
5760
5949
|
updateBandwidthPackageWithOptions(request: UpdateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBandwidthPackageResponse>;
|
|
5761
5950
|
updateBandwidthPackage(request: UpdateBandwidthPackageRequest): Promise<UpdateBandwidthPackageResponse>;
|
|
5762
5951
|
updateBasicAcceleratorWithOptions(request: UpdateBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBasicAcceleratorResponse>;
|