@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.js CHANGED
@@ -68,12 +68,14 @@ class AddEntriesToAclResponse extends $tea.Model {
68
68
  static names() {
69
69
  return {
70
70
  headers: 'headers',
71
+ statusCode: 'statusCode',
71
72
  body: 'body',
72
73
  };
73
74
  }
74
75
  static types() {
75
76
  return {
76
77
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
78
+ statusCode: 'number',
77
79
  body: AddEntriesToAclResponseBody,
78
80
  };
79
81
  }
@@ -132,12 +134,14 @@ class AssociateAclsWithListenerResponse extends $tea.Model {
132
134
  static names() {
133
135
  return {
134
136
  headers: 'headers',
137
+ statusCode: 'statusCode',
135
138
  body: 'body',
136
139
  };
137
140
  }
138
141
  static types() {
139
142
  return {
140
143
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
144
+ statusCode: 'number',
141
145
  body: AssociateAclsWithListenerResponseBody,
142
146
  };
143
147
  }
@@ -192,12 +196,14 @@ class AssociateAdditionalCertificatesWithListenerResponse extends $tea.Model {
192
196
  static names() {
193
197
  return {
194
198
  headers: 'headers',
199
+ statusCode: 'statusCode',
195
200
  body: 'body',
196
201
  };
197
202
  }
198
203
  static types() {
199
204
  return {
200
205
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
206
+ statusCode: 'number',
201
207
  body: AssociateAdditionalCertificatesWithListenerResponseBody,
202
208
  };
203
209
  }
@@ -252,12 +258,14 @@ class AttachDdosToAcceleratorResponse extends $tea.Model {
252
258
  static names() {
253
259
  return {
254
260
  headers: 'headers',
261
+ statusCode: 'statusCode',
255
262
  body: 'body',
256
263
  };
257
264
  }
258
265
  static types() {
259
266
  return {
260
267
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
268
+ statusCode: 'number',
261
269
  body: AttachDdosToAcceleratorResponseBody,
262
270
  };
263
271
  }
@@ -316,12 +324,14 @@ class AttachLogStoreToEndpointGroupResponse extends $tea.Model {
316
324
  static names() {
317
325
  return {
318
326
  headers: 'headers',
327
+ statusCode: 'statusCode',
319
328
  body: 'body',
320
329
  };
321
330
  }
322
331
  static types() {
323
332
  return {
324
333
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
334
+ statusCode: 'number',
325
335
  body: AttachLogStoreToEndpointGroupResponseBody,
326
336
  };
327
337
  }
@@ -374,12 +384,14 @@ class BandwidthPackageAddAcceleratorResponse extends $tea.Model {
374
384
  static names() {
375
385
  return {
376
386
  headers: 'headers',
387
+ statusCode: 'statusCode',
377
388
  body: 'body',
378
389
  };
379
390
  }
380
391
  static types() {
381
392
  return {
382
393
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
394
+ statusCode: 'number',
383
395
  body: BandwidthPackageAddAcceleratorResponseBody,
384
396
  };
385
397
  }
@@ -432,12 +444,14 @@ class BandwidthPackageRemoveAcceleratorResponse extends $tea.Model {
432
444
  static names() {
433
445
  return {
434
446
  headers: 'headers',
447
+ statusCode: 'statusCode',
435
448
  body: 'body',
436
449
  };
437
450
  }
438
451
  static types() {
439
452
  return {
440
453
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
454
+ statusCode: 'number',
441
455
  body: BandwidthPackageRemoveAcceleratorResponseBody,
442
456
  };
443
457
  }
@@ -496,12 +510,14 @@ class ConfigEndpointProbeResponse extends $tea.Model {
496
510
  static names() {
497
511
  return {
498
512
  headers: 'headers',
513
+ statusCode: 'statusCode',
499
514
  body: 'body',
500
515
  };
501
516
  }
502
517
  static types() {
503
518
  return {
504
519
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
520
+ statusCode: 'number',
505
521
  body: ConfigEndpointProbeResponseBody,
506
522
  };
507
523
  }
@@ -570,12 +586,14 @@ class CreateAcceleratorResponse extends $tea.Model {
570
586
  static names() {
571
587
  return {
572
588
  headers: 'headers',
589
+ statusCode: 'statusCode',
573
590
  body: 'body',
574
591
  };
575
592
  }
576
593
  static types() {
577
594
  return {
578
595
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
596
+ statusCode: 'number',
579
597
  body: CreateAcceleratorResponseBody,
580
598
  };
581
599
  }
@@ -632,12 +650,14 @@ class CreateAclResponse extends $tea.Model {
632
650
  static names() {
633
651
  return {
634
652
  headers: 'headers',
653
+ statusCode: 'statusCode',
635
654
  body: 'body',
636
655
  };
637
656
  }
638
657
  static types() {
639
658
  return {
640
659
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
660
+ statusCode: 'number',
641
661
  body: CreateAclResponseBody,
642
662
  };
643
663
  }
@@ -652,10 +672,13 @@ class CreateApplicationMonitorRequest extends $tea.Model {
652
672
  acceleratorId: 'AcceleratorId',
653
673
  address: 'Address',
654
674
  clientToken: 'ClientToken',
675
+ detectEnable: 'DetectEnable',
655
676
  detectThreshold: 'DetectThreshold',
677
+ detectTimes: 'DetectTimes',
656
678
  listenerId: 'ListenerId',
657
679
  optionsJson: 'OptionsJson',
658
680
  regionId: 'RegionId',
681
+ silenceTime: 'SilenceTime',
659
682
  taskName: 'TaskName',
660
683
  };
661
684
  }
@@ -664,10 +687,13 @@ class CreateApplicationMonitorRequest extends $tea.Model {
664
687
  acceleratorId: 'string',
665
688
  address: 'string',
666
689
  clientToken: 'string',
690
+ detectEnable: 'boolean',
667
691
  detectThreshold: 'number',
692
+ detectTimes: 'number',
668
693
  listenerId: 'string',
669
694
  optionsJson: 'string',
670
695
  regionId: 'string',
696
+ silenceTime: 'number',
671
697
  taskName: 'string',
672
698
  };
673
699
  }
@@ -698,12 +724,14 @@ class CreateApplicationMonitorResponse extends $tea.Model {
698
724
  static names() {
699
725
  return {
700
726
  headers: 'headers',
727
+ statusCode: 'statusCode',
701
728
  body: 'body',
702
729
  };
703
730
  }
704
731
  static types() {
705
732
  return {
706
733
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
734
+ statusCode: 'number',
707
735
  body: CreateApplicationMonitorResponseBody,
708
736
  };
709
737
  }
@@ -716,6 +744,8 @@ class CreateBandwidthPackageRequest extends $tea.Model {
716
744
  static names() {
717
745
  return {
718
746
  autoPay: 'AutoPay',
747
+ autoRenew: 'AutoRenew',
748
+ autoRenewDuration: 'AutoRenewDuration',
719
749
  autoUseCoupon: 'AutoUseCoupon',
720
750
  bandwidth: 'Bandwidth',
721
751
  bandwidthType: 'BandwidthType',
@@ -734,6 +764,8 @@ class CreateBandwidthPackageRequest extends $tea.Model {
734
764
  static types() {
735
765
  return {
736
766
  autoPay: 'boolean',
767
+ autoRenew: 'boolean',
768
+ autoRenewDuration: 'number',
737
769
  autoUseCoupon: 'string',
738
770
  bandwidth: 'number',
739
771
  bandwidthType: 'string',
@@ -778,12 +810,14 @@ class CreateBandwidthPackageResponse extends $tea.Model {
778
810
  static names() {
779
811
  return {
780
812
  headers: 'headers',
813
+ statusCode: 'statusCode',
781
814
  body: 'body',
782
815
  };
783
816
  }
784
817
  static types() {
785
818
  return {
786
819
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
820
+ statusCode: 'number',
787
821
  body: CreateBandwidthPackageResponseBody,
788
822
  };
789
823
  }
@@ -846,12 +880,14 @@ class CreateBasicAcceleratorResponse extends $tea.Model {
846
880
  static names() {
847
881
  return {
848
882
  headers: 'headers',
883
+ statusCode: 'statusCode',
849
884
  body: 'body',
850
885
  };
851
886
  }
852
887
  static types() {
853
888
  return {
854
889
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
890
+ statusCode: 'number',
855
891
  body: CreateBasicAcceleratorResponseBody,
856
892
  };
857
893
  }
@@ -912,12 +948,14 @@ class CreateBasicEndpointGroupResponse extends $tea.Model {
912
948
  static names() {
913
949
  return {
914
950
  headers: 'headers',
951
+ statusCode: 'statusCode',
915
952
  body: 'body',
916
953
  };
917
954
  }
918
955
  static types() {
919
956
  return {
920
957
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
958
+ statusCode: 'number',
921
959
  body: CreateBasicEndpointGroupResponseBody,
922
960
  };
923
961
  }
@@ -932,6 +970,7 @@ class CreateBasicIpSetRequest extends $tea.Model {
932
970
  accelerateRegionId: 'AccelerateRegionId',
933
971
  acceleratorId: 'AcceleratorId',
934
972
  clientToken: 'ClientToken',
973
+ ispType: 'IspType',
935
974
  regionId: 'RegionId',
936
975
  };
937
976
  }
@@ -940,6 +979,7 @@ class CreateBasicIpSetRequest extends $tea.Model {
940
979
  accelerateRegionId: 'string',
941
980
  acceleratorId: 'string',
942
981
  clientToken: 'string',
982
+ ispType: 'string',
943
983
  regionId: 'string',
944
984
  };
945
985
  }
@@ -970,12 +1010,14 @@ class CreateBasicIpSetResponse extends $tea.Model {
970
1010
  static names() {
971
1011
  return {
972
1012
  headers: 'headers',
1013
+ statusCode: 'statusCode',
973
1014
  body: 'body',
974
1015
  };
975
1016
  }
976
1017
  static types() {
977
1018
  return {
978
1019
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1020
+ statusCode: 'number',
979
1021
  body: CreateBasicIpSetResponseBody,
980
1022
  };
981
1023
  }
@@ -1056,12 +1098,14 @@ class CreateEndpointGroupResponse extends $tea.Model {
1056
1098
  static names() {
1057
1099
  return {
1058
1100
  headers: 'headers',
1101
+ statusCode: 'statusCode',
1059
1102
  body: 'body',
1060
1103
  };
1061
1104
  }
1062
1105
  static types() {
1063
1106
  return {
1064
1107
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1108
+ statusCode: 'number',
1065
1109
  body: CreateEndpointGroupResponseBody,
1066
1110
  };
1067
1111
  }
@@ -1118,12 +1162,14 @@ class CreateEndpointGroupsResponse extends $tea.Model {
1118
1162
  static names() {
1119
1163
  return {
1120
1164
  headers: 'headers',
1165
+ statusCode: 'statusCode',
1121
1166
  body: 'body',
1122
1167
  };
1123
1168
  }
1124
1169
  static types() {
1125
1170
  return {
1126
1171
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1172
+ statusCode: 'number',
1127
1173
  body: CreateEndpointGroupsResponseBody,
1128
1174
  };
1129
1175
  }
@@ -1178,12 +1224,14 @@ class CreateForwardingRulesResponse extends $tea.Model {
1178
1224
  static names() {
1179
1225
  return {
1180
1226
  headers: 'headers',
1227
+ statusCode: 'statusCode',
1181
1228
  body: 'body',
1182
1229
  };
1183
1230
  }
1184
1231
  static types() {
1185
1232
  return {
1186
1233
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1234
+ statusCode: 'number',
1187
1235
  body: CreateForwardingRulesResponseBody,
1188
1236
  };
1189
1237
  }
@@ -1238,12 +1286,14 @@ class CreateIpSetsResponse extends $tea.Model {
1238
1286
  static names() {
1239
1287
  return {
1240
1288
  headers: 'headers',
1289
+ statusCode: 'statusCode',
1241
1290
  body: 'body',
1242
1291
  };
1243
1292
  }
1244
1293
  static types() {
1245
1294
  return {
1246
1295
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1296
+ statusCode: 'number',
1247
1297
  body: CreateIpSetsResponseBody,
1248
1298
  };
1249
1299
  }
@@ -1312,12 +1362,14 @@ class CreateListenerResponse extends $tea.Model {
1312
1362
  static names() {
1313
1363
  return {
1314
1364
  headers: 'headers',
1365
+ statusCode: 'statusCode',
1315
1366
  body: 'body',
1316
1367
  };
1317
1368
  }
1318
1369
  static types() {
1319
1370
  return {
1320
1371
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1372
+ statusCode: 'number',
1321
1373
  body: CreateListenerResponseBody,
1322
1374
  };
1323
1375
  }
@@ -1370,12 +1422,14 @@ class CreateSpareIpsResponse extends $tea.Model {
1370
1422
  static names() {
1371
1423
  return {
1372
1424
  headers: 'headers',
1425
+ statusCode: 'statusCode',
1373
1426
  body: 'body',
1374
1427
  };
1375
1428
  }
1376
1429
  static types() {
1377
1430
  return {
1378
1431
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1432
+ statusCode: 'number',
1379
1433
  body: CreateSpareIpsResponseBody,
1380
1434
  };
1381
1435
  }
@@ -1424,12 +1478,14 @@ class DeleteAcceleratorResponse extends $tea.Model {
1424
1478
  static names() {
1425
1479
  return {
1426
1480
  headers: 'headers',
1481
+ statusCode: 'statusCode',
1427
1482
  body: 'body',
1428
1483
  };
1429
1484
  }
1430
1485
  static types() {
1431
1486
  return {
1432
1487
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1488
+ statusCode: 'number',
1433
1489
  body: DeleteAcceleratorResponseBody,
1434
1490
  };
1435
1491
  }
@@ -1482,12 +1538,14 @@ class DeleteAclResponse extends $tea.Model {
1482
1538
  static names() {
1483
1539
  return {
1484
1540
  headers: 'headers',
1541
+ statusCode: 'statusCode',
1485
1542
  body: 'body',
1486
1543
  };
1487
1544
  }
1488
1545
  static types() {
1489
1546
  return {
1490
1547
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1548
+ statusCode: 'number',
1491
1549
  body: DeleteAclResponseBody,
1492
1550
  };
1493
1551
  }
@@ -1536,12 +1594,14 @@ class DeleteApplicationMonitorResponse extends $tea.Model {
1536
1594
  static names() {
1537
1595
  return {
1538
1596
  headers: 'headers',
1597
+ statusCode: 'statusCode',
1539
1598
  body: 'body',
1540
1599
  };
1541
1600
  }
1542
1601
  static types() {
1543
1602
  return {
1544
1603
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1604
+ statusCode: 'number',
1545
1605
  body: DeleteApplicationMonitorResponseBody,
1546
1606
  };
1547
1607
  }
@@ -1592,12 +1652,14 @@ class DeleteBandwidthPackageResponse extends $tea.Model {
1592
1652
  static names() {
1593
1653
  return {
1594
1654
  headers: 'headers',
1655
+ statusCode: 'statusCode',
1595
1656
  body: 'body',
1596
1657
  };
1597
1658
  }
1598
1659
  static types() {
1599
1660
  return {
1600
1661
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1662
+ statusCode: 'number',
1601
1663
  body: DeleteBandwidthPackageResponseBody,
1602
1664
  };
1603
1665
  }
@@ -1646,12 +1708,14 @@ class DeleteBasicAcceleratorResponse extends $tea.Model {
1646
1708
  static names() {
1647
1709
  return {
1648
1710
  headers: 'headers',
1711
+ statusCode: 'statusCode',
1649
1712
  body: 'body',
1650
1713
  };
1651
1714
  }
1652
1715
  static types() {
1653
1716
  return {
1654
1717
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1718
+ statusCode: 'number',
1655
1719
  body: DeleteBasicAcceleratorResponseBody,
1656
1720
  };
1657
1721
  }
@@ -1698,12 +1762,14 @@ class DeleteBasicEndpointGroupResponse extends $tea.Model {
1698
1762
  static names() {
1699
1763
  return {
1700
1764
  headers: 'headers',
1765
+ statusCode: 'statusCode',
1701
1766
  body: 'body',
1702
1767
  };
1703
1768
  }
1704
1769
  static types() {
1705
1770
  return {
1706
1771
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1772
+ statusCode: 'number',
1707
1773
  body: DeleteBasicEndpointGroupResponseBody,
1708
1774
  };
1709
1775
  }
@@ -1752,12 +1818,14 @@ class DeleteBasicIpSetResponse extends $tea.Model {
1752
1818
  static names() {
1753
1819
  return {
1754
1820
  headers: 'headers',
1821
+ statusCode: 'statusCode',
1755
1822
  body: 'body',
1756
1823
  };
1757
1824
  }
1758
1825
  static types() {
1759
1826
  return {
1760
1827
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1828
+ statusCode: 'number',
1761
1829
  body: DeleteBasicIpSetResponseBody,
1762
1830
  };
1763
1831
  }
@@ -1806,12 +1874,14 @@ class DeleteEndpointGroupResponse extends $tea.Model {
1806
1874
  static names() {
1807
1875
  return {
1808
1876
  headers: 'headers',
1877
+ statusCode: 'statusCode',
1809
1878
  body: 'body',
1810
1879
  };
1811
1880
  }
1812
1881
  static types() {
1813
1882
  return {
1814
1883
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1884
+ statusCode: 'number',
1815
1885
  body: DeleteEndpointGroupResponseBody,
1816
1886
  };
1817
1887
  }
@@ -1862,12 +1932,14 @@ class DeleteEndpointGroupsResponse extends $tea.Model {
1862
1932
  static names() {
1863
1933
  return {
1864
1934
  headers: 'headers',
1935
+ statusCode: 'statusCode',
1865
1936
  body: 'body',
1866
1937
  };
1867
1938
  }
1868
1939
  static types() {
1869
1940
  return {
1870
1941
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1942
+ statusCode: 'number',
1871
1943
  body: DeleteEndpointGroupsResponseBody,
1872
1944
  };
1873
1945
  }
@@ -1922,12 +1994,14 @@ class DeleteForwardingRulesResponse extends $tea.Model {
1922
1994
  static names() {
1923
1995
  return {
1924
1996
  headers: 'headers',
1997
+ statusCode: 'statusCode',
1925
1998
  body: 'body',
1926
1999
  };
1927
2000
  }
1928
2001
  static types() {
1929
2002
  return {
1930
2003
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2004
+ statusCode: 'number',
1931
2005
  body: DeleteForwardingRulesResponseBody,
1932
2006
  };
1933
2007
  }
@@ -1978,12 +2052,14 @@ class DeleteIpSetResponse extends $tea.Model {
1978
2052
  static names() {
1979
2053
  return {
1980
2054
  headers: 'headers',
2055
+ statusCode: 'statusCode',
1981
2056
  body: 'body',
1982
2057
  };
1983
2058
  }
1984
2059
  static types() {
1985
2060
  return {
1986
2061
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2062
+ statusCode: 'number',
1987
2063
  body: DeleteIpSetResponseBody,
1988
2064
  };
1989
2065
  }
@@ -2030,12 +2106,14 @@ class DeleteIpSetsResponse extends $tea.Model {
2030
2106
  static names() {
2031
2107
  return {
2032
2108
  headers: 'headers',
2109
+ statusCode: 'statusCode',
2033
2110
  body: 'body',
2034
2111
  };
2035
2112
  }
2036
2113
  static types() {
2037
2114
  return {
2038
2115
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2116
+ statusCode: 'number',
2039
2117
  body: DeleteIpSetsResponseBody,
2040
2118
  };
2041
2119
  }
@@ -2084,12 +2162,14 @@ class DeleteListenerResponse extends $tea.Model {
2084
2162
  static names() {
2085
2163
  return {
2086
2164
  headers: 'headers',
2165
+ statusCode: 'statusCode',
2087
2166
  body: 'body',
2088
2167
  };
2089
2168
  }
2090
2169
  static types() {
2091
2170
  return {
2092
2171
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2172
+ statusCode: 'number',
2093
2173
  body: DeleteListenerResponseBody,
2094
2174
  };
2095
2175
  }
@@ -2142,12 +2222,14 @@ class DeleteSpareIpsResponse extends $tea.Model {
2142
2222
  static names() {
2143
2223
  return {
2144
2224
  headers: 'headers',
2225
+ statusCode: 'statusCode',
2145
2226
  body: 'body',
2146
2227
  };
2147
2228
  }
2148
2229
  static types() {
2149
2230
  return {
2150
2231
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2232
+ statusCode: 'number',
2151
2233
  body: DeleteSpareIpsResponseBody,
2152
2234
  };
2153
2235
  }
@@ -2226,12 +2308,14 @@ class DescribeAcceleratorResponse extends $tea.Model {
2226
2308
  static names() {
2227
2309
  return {
2228
2310
  headers: 'headers',
2311
+ statusCode: 'statusCode',
2229
2312
  body: 'body',
2230
2313
  };
2231
2314
  }
2232
2315
  static types() {
2233
2316
  return {
2234
2317
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2318
+ statusCode: 'number',
2235
2319
  body: DescribeAcceleratorResponseBody,
2236
2320
  };
2237
2321
  }
@@ -2286,12 +2370,14 @@ class DescribeAcceleratorAutoRenewAttributeResponse extends $tea.Model {
2286
2370
  static names() {
2287
2371
  return {
2288
2372
  headers: 'headers',
2373
+ statusCode: 'statusCode',
2289
2374
  body: 'body',
2290
2375
  };
2291
2376
  }
2292
2377
  static types() {
2293
2378
  return {
2294
2379
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2380
+ statusCode: 'number',
2295
2381
  body: DescribeAcceleratorAutoRenewAttributeResponseBody,
2296
2382
  };
2297
2383
  }
@@ -2325,12 +2411,15 @@ class DescribeApplicationMonitorResponseBody extends $tea.Model {
2325
2411
  return {
2326
2412
  acceleratorId: 'AcceleratorId',
2327
2413
  address: 'Address',
2414
+ detectEnable: 'DetectEnable',
2328
2415
  detectThreshold: 'DetectThreshold',
2416
+ detectTimes: 'DetectTimes',
2329
2417
  ispCityList: 'IspCityList',
2330
2418
  listenerId: 'ListenerId',
2331
2419
  optionsJson: 'OptionsJson',
2332
2420
  regionId: 'RegionId',
2333
2421
  requestId: 'RequestId',
2422
+ silenceTime: 'SilenceTime',
2334
2423
  taskId: 'TaskId',
2335
2424
  taskName: 'TaskName',
2336
2425
  };
@@ -2339,12 +2428,15 @@ class DescribeApplicationMonitorResponseBody extends $tea.Model {
2339
2428
  return {
2340
2429
  acceleratorId: 'string',
2341
2430
  address: 'string',
2342
- detectThreshold: 'string',
2431
+ detectEnable: 'boolean',
2432
+ detectThreshold: 'number',
2433
+ detectTimes: 'number',
2343
2434
  ispCityList: { 'type': 'array', 'itemType': DescribeApplicationMonitorResponseBodyIspCityList },
2344
2435
  listenerId: 'string',
2345
2436
  optionsJson: 'string',
2346
2437
  regionId: 'string',
2347
2438
  requestId: 'string',
2439
+ silenceTime: 'number',
2348
2440
  taskId: 'string',
2349
2441
  taskName: 'string',
2350
2442
  };
@@ -2358,12 +2450,14 @@ class DescribeApplicationMonitorResponse extends $tea.Model {
2358
2450
  static names() {
2359
2451
  return {
2360
2452
  headers: 'headers',
2453
+ statusCode: 'statusCode',
2361
2454
  body: 'body',
2362
2455
  };
2363
2456
  }
2364
2457
  static types() {
2365
2458
  return {
2366
2459
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2460
+ statusCode: 'number',
2367
2461
  body: DescribeApplicationMonitorResponseBody,
2368
2462
  };
2369
2463
  }
@@ -2442,17 +2536,81 @@ class DescribeBandwidthPackageResponse extends $tea.Model {
2442
2536
  static names() {
2443
2537
  return {
2444
2538
  headers: 'headers',
2539
+ statusCode: 'statusCode',
2445
2540
  body: 'body',
2446
2541
  };
2447
2542
  }
2448
2543
  static types() {
2449
2544
  return {
2450
2545
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2546
+ statusCode: 'number',
2451
2547
  body: DescribeBandwidthPackageResponseBody,
2452
2548
  };
2453
2549
  }
2454
2550
  }
2455
2551
  exports.DescribeBandwidthPackageResponse = DescribeBandwidthPackageResponse;
2552
+ class DescribeBandwidthPackageAutoRenewAttributeRequest extends $tea.Model {
2553
+ constructor(map) {
2554
+ super(map);
2555
+ }
2556
+ static names() {
2557
+ return {
2558
+ instanceId: 'InstanceId',
2559
+ regionId: 'RegionId',
2560
+ };
2561
+ }
2562
+ static types() {
2563
+ return {
2564
+ instanceId: 'string',
2565
+ regionId: 'string',
2566
+ };
2567
+ }
2568
+ }
2569
+ exports.DescribeBandwidthPackageAutoRenewAttributeRequest = DescribeBandwidthPackageAutoRenewAttributeRequest;
2570
+ class DescribeBandwidthPackageAutoRenewAttributeResponseBody extends $tea.Model {
2571
+ constructor(map) {
2572
+ super(map);
2573
+ }
2574
+ static names() {
2575
+ return {
2576
+ autoRenew: 'AutoRenew',
2577
+ autoRenewDuration: 'AutoRenewDuration',
2578
+ instanceId: 'InstanceId',
2579
+ renewalStatus: 'RenewalStatus',
2580
+ requestId: 'RequestId',
2581
+ };
2582
+ }
2583
+ static types() {
2584
+ return {
2585
+ autoRenew: 'boolean',
2586
+ autoRenewDuration: 'number',
2587
+ instanceId: 'string',
2588
+ renewalStatus: 'string',
2589
+ requestId: 'string',
2590
+ };
2591
+ }
2592
+ }
2593
+ exports.DescribeBandwidthPackageAutoRenewAttributeResponseBody = DescribeBandwidthPackageAutoRenewAttributeResponseBody;
2594
+ class DescribeBandwidthPackageAutoRenewAttributeResponse extends $tea.Model {
2595
+ constructor(map) {
2596
+ super(map);
2597
+ }
2598
+ static names() {
2599
+ return {
2600
+ headers: 'headers',
2601
+ statusCode: 'statusCode',
2602
+ body: 'body',
2603
+ };
2604
+ }
2605
+ static types() {
2606
+ return {
2607
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2608
+ statusCode: 'number',
2609
+ body: DescribeBandwidthPackageAutoRenewAttributeResponseBody,
2610
+ };
2611
+ }
2612
+ }
2613
+ exports.DescribeBandwidthPackageAutoRenewAttributeResponse = DescribeBandwidthPackageAutoRenewAttributeResponse;
2456
2614
  class DescribeEndpointGroupRequest extends $tea.Model {
2457
2615
  constructor(map) {
2458
2616
  super(map);
@@ -2548,12 +2706,14 @@ class DescribeEndpointGroupResponse extends $tea.Model {
2548
2706
  static names() {
2549
2707
  return {
2550
2708
  headers: 'headers',
2709
+ statusCode: 'statusCode',
2551
2710
  body: 'body',
2552
2711
  };
2553
2712
  }
2554
2713
  static types() {
2555
2714
  return {
2556
2715
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2716
+ statusCode: 'number',
2557
2717
  body: DescribeEndpointGroupResponseBody,
2558
2718
  };
2559
2719
  }
@@ -2614,12 +2774,14 @@ class DescribeIpSetResponse extends $tea.Model {
2614
2774
  static names() {
2615
2775
  return {
2616
2776
  headers: 'headers',
2777
+ statusCode: 'statusCode',
2617
2778
  body: 'body',
2618
2779
  };
2619
2780
  }
2620
2781
  static types() {
2621
2782
  return {
2622
2783
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2784
+ statusCode: 'number',
2623
2785
  body: DescribeIpSetResponseBody,
2624
2786
  };
2625
2787
  }
@@ -2698,12 +2860,14 @@ class DescribeListenerResponse extends $tea.Model {
2698
2860
  static names() {
2699
2861
  return {
2700
2862
  headers: 'headers',
2863
+ statusCode: 'statusCode',
2701
2864
  body: 'body',
2702
2865
  };
2703
2866
  }
2704
2867
  static types() {
2705
2868
  return {
2706
2869
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2870
+ statusCode: 'number',
2707
2871
  body: DescribeListenerResponseBody,
2708
2872
  };
2709
2873
  }
@@ -2750,12 +2914,14 @@ class DescribeRegionsResponse extends $tea.Model {
2750
2914
  static names() {
2751
2915
  return {
2752
2916
  headers: 'headers',
2917
+ statusCode: 'statusCode',
2753
2918
  body: 'body',
2754
2919
  };
2755
2920
  }
2756
2921
  static types() {
2757
2922
  return {
2758
2923
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2924
+ statusCode: 'number',
2759
2925
  body: DescribeRegionsResponseBody,
2760
2926
  };
2761
2927
  }
@@ -2804,12 +2970,14 @@ class DetachDdosFromAcceleratorResponse extends $tea.Model {
2804
2970
  static names() {
2805
2971
  return {
2806
2972
  headers: 'headers',
2973
+ statusCode: 'statusCode',
2807
2974
  body: 'body',
2808
2975
  };
2809
2976
  }
2810
2977
  static types() {
2811
2978
  return {
2812
2979
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2980
+ statusCode: 'number',
2813
2981
  body: DetachDdosFromAcceleratorResponseBody,
2814
2982
  };
2815
2983
  }
@@ -2862,12 +3030,14 @@ class DetachLogStoreFromEndpointGroupResponse extends $tea.Model {
2862
3030
  static names() {
2863
3031
  return {
2864
3032
  headers: 'headers',
3033
+ statusCode: 'statusCode',
2865
3034
  body: 'body',
2866
3035
  };
2867
3036
  }
2868
3037
  static types() {
2869
3038
  return {
2870
3039
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3040
+ statusCode: 'number',
2871
3041
  body: DetachLogStoreFromEndpointGroupResponseBody,
2872
3042
  };
2873
3043
  }
@@ -2916,12 +3086,14 @@ class DetectApplicationMonitorResponse extends $tea.Model {
2916
3086
  static names() {
2917
3087
  return {
2918
3088
  headers: 'headers',
3089
+ statusCode: 'statusCode',
2919
3090
  body: 'body',
2920
3091
  };
2921
3092
  }
2922
3093
  static types() {
2923
3094
  return {
2924
3095
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3096
+ statusCode: 'number',
2925
3097
  body: DetectApplicationMonitorResponseBody,
2926
3098
  };
2927
3099
  }
@@ -2970,12 +3142,14 @@ class DisableApplicationMonitorResponse extends $tea.Model {
2970
3142
  static names() {
2971
3143
  return {
2972
3144
  headers: 'headers',
3145
+ statusCode: 'statusCode',
2973
3146
  body: 'body',
2974
3147
  };
2975
3148
  }
2976
3149
  static types() {
2977
3150
  return {
2978
3151
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3152
+ statusCode: 'number',
2979
3153
  body: DisableApplicationMonitorResponseBody,
2980
3154
  };
2981
3155
  }
@@ -3032,12 +3206,14 @@ class DissociateAclsFromListenerResponse extends $tea.Model {
3032
3206
  static names() {
3033
3207
  return {
3034
3208
  headers: 'headers',
3209
+ statusCode: 'statusCode',
3035
3210
  body: 'body',
3036
3211
  };
3037
3212
  }
3038
3213
  static types() {
3039
3214
  return {
3040
3215
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3216
+ statusCode: 'number',
3041
3217
  body: DissociateAclsFromListenerResponseBody,
3042
3218
  };
3043
3219
  }
@@ -3090,12 +3266,14 @@ class DissociateAdditionalCertificatesFromListenerResponse extends $tea.Model {
3090
3266
  static names() {
3091
3267
  return {
3092
3268
  headers: 'headers',
3269
+ statusCode: 'statusCode',
3093
3270
  body: 'body',
3094
3271
  };
3095
3272
  }
3096
3273
  static types() {
3097
3274
  return {
3098
3275
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3276
+ statusCode: 'number',
3099
3277
  body: DissociateAdditionalCertificatesFromListenerResponseBody,
3100
3278
  };
3101
3279
  }
@@ -3144,12 +3322,14 @@ class EnableApplicationMonitorResponse extends $tea.Model {
3144
3322
  static names() {
3145
3323
  return {
3146
3324
  headers: 'headers',
3325
+ statusCode: 'statusCode',
3147
3326
  body: 'body',
3148
3327
  };
3149
3328
  }
3150
3329
  static types() {
3151
3330
  return {
3152
3331
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3332
+ statusCode: 'number',
3153
3333
  body: EnableApplicationMonitorResponseBody,
3154
3334
  };
3155
3335
  }
@@ -3208,12 +3388,14 @@ class GetAclResponse extends $tea.Model {
3208
3388
  static names() {
3209
3389
  return {
3210
3390
  headers: 'headers',
3391
+ statusCode: 'statusCode',
3211
3392
  body: 'body',
3212
3393
  };
3213
3394
  }
3214
3395
  static types() {
3215
3396
  return {
3216
3397
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3398
+ statusCode: 'number',
3217
3399
  body: GetAclResponseBody,
3218
3400
  };
3219
3401
  }
@@ -3286,12 +3468,14 @@ class GetBasicAcceleratorResponse extends $tea.Model {
3286
3468
  static names() {
3287
3469
  return {
3288
3470
  headers: 'headers',
3471
+ statusCode: 'statusCode',
3289
3472
  body: 'body',
3290
3473
  };
3291
3474
  }
3292
3475
  static types() {
3293
3476
  return {
3294
3477
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3478
+ statusCode: 'number',
3295
3479
  body: GetBasicAcceleratorResponseBody,
3296
3480
  };
3297
3481
  }
@@ -3356,12 +3540,14 @@ class GetBasicEndpointGroupResponse extends $tea.Model {
3356
3540
  static names() {
3357
3541
  return {
3358
3542
  headers: 'headers',
3543
+ statusCode: 'statusCode',
3359
3544
  body: 'body',
3360
3545
  };
3361
3546
  }
3362
3547
  static types() {
3363
3548
  return {
3364
3549
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3550
+ statusCode: 'number',
3365
3551
  body: GetBasicEndpointGroupResponseBody,
3366
3552
  };
3367
3553
  }
@@ -3399,6 +3585,7 @@ class GetBasicIpSetResponseBody extends $tea.Model {
3399
3585
  ipAddress: 'IpAddress',
3400
3586
  ipSetId: 'IpSetId',
3401
3587
  ipVersion: 'IpVersion',
3588
+ ispType: 'IspType',
3402
3589
  requestId: 'RequestId',
3403
3590
  state: 'State',
3404
3591
  };
@@ -3411,6 +3598,7 @@ class GetBasicIpSetResponseBody extends $tea.Model {
3411
3598
  ipAddress: 'string',
3412
3599
  ipSetId: 'string',
3413
3600
  ipVersion: 'string',
3601
+ ispType: 'string',
3414
3602
  requestId: 'string',
3415
3603
  state: 'string',
3416
3604
  };
@@ -3424,12 +3612,14 @@ class GetBasicIpSetResponse extends $tea.Model {
3424
3612
  static names() {
3425
3613
  return {
3426
3614
  headers: 'headers',
3615
+ statusCode: 'statusCode',
3427
3616
  body: 'body',
3428
3617
  };
3429
3618
  }
3430
3619
  static types() {
3431
3620
  return {
3432
3621
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3622
+ statusCode: 'number',
3433
3623
  body: GetBasicIpSetResponseBody,
3434
3624
  };
3435
3625
  }
@@ -3488,12 +3678,14 @@ class GetHealthStatusResponse extends $tea.Model {
3488
3678
  static names() {
3489
3679
  return {
3490
3680
  headers: 'headers',
3681
+ statusCode: 'statusCode',
3491
3682
  body: 'body',
3492
3683
  };
3493
3684
  }
3494
3685
  static types() {
3495
3686
  return {
3496
3687
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3688
+ statusCode: 'number',
3497
3689
  body: GetHealthStatusResponseBody,
3498
3690
  };
3499
3691
  }
@@ -3548,12 +3740,14 @@ class GetSpareIpResponse extends $tea.Model {
3548
3740
  static names() {
3549
3741
  return {
3550
3742
  headers: 'headers',
3743
+ statusCode: 'statusCode',
3551
3744
  body: 'body',
3552
3745
  };
3553
3746
  }
3554
3747
  static types() {
3555
3748
  return {
3556
3749
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3750
+ statusCode: 'number',
3557
3751
  body: GetSpareIpResponseBody,
3558
3752
  };
3559
3753
  }
@@ -3600,12 +3794,14 @@ class ListAccelerateAreasResponse extends $tea.Model {
3600
3794
  static names() {
3601
3795
  return {
3602
3796
  headers: 'headers',
3797
+ statusCode: 'statusCode',
3603
3798
  body: 'body',
3604
3799
  };
3605
3800
  }
3606
3801
  static types() {
3607
3802
  return {
3608
3803
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3804
+ statusCode: 'number',
3609
3805
  body: ListAccelerateAreasResponseBody,
3610
3806
  };
3611
3807
  }
@@ -3666,12 +3862,14 @@ class ListAcceleratorsResponse extends $tea.Model {
3666
3862
  static names() {
3667
3863
  return {
3668
3864
  headers: 'headers',
3865
+ statusCode: 'statusCode',
3669
3866
  body: 'body',
3670
3867
  };
3671
3868
  }
3672
3869
  static types() {
3673
3870
  return {
3674
3871
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3872
+ statusCode: 'number',
3675
3873
  body: ListAcceleratorsResponseBody,
3676
3874
  };
3677
3875
  }
@@ -3734,12 +3932,14 @@ class ListAclsResponse extends $tea.Model {
3734
3932
  static names() {
3735
3933
  return {
3736
3934
  headers: 'headers',
3935
+ statusCode: 'statusCode',
3737
3936
  body: 'body',
3738
3937
  };
3739
3938
  }
3740
3939
  static types() {
3741
3940
  return {
3742
3941
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3942
+ statusCode: 'number',
3743
3943
  body: ListAclsResponseBody,
3744
3944
  };
3745
3945
  }
@@ -3798,12 +3998,14 @@ class ListApplicationMonitorResponse extends $tea.Model {
3798
3998
  static names() {
3799
3999
  return {
3800
4000
  headers: 'headers',
4001
+ statusCode: 'statusCode',
3801
4002
  body: 'body',
3802
4003
  };
3803
4004
  }
3804
4005
  static types() {
3805
4006
  return {
3806
4007
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4008
+ statusCode: 'number',
3807
4009
  body: ListApplicationMonitorResponseBody,
3808
4010
  };
3809
4011
  }
@@ -3866,12 +4068,14 @@ class ListApplicationMonitorDetectResultResponse extends $tea.Model {
3866
4068
  static names() {
3867
4069
  return {
3868
4070
  headers: 'headers',
4071
+ statusCode: 'statusCode',
3869
4072
  body: 'body',
3870
4073
  };
3871
4074
  }
3872
4075
  static types() {
3873
4076
  return {
3874
4077
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4078
+ statusCode: 'number',
3875
4079
  body: ListApplicationMonitorDetectResultResponseBody,
3876
4080
  };
3877
4081
  }
@@ -3920,12 +4124,14 @@ class ListAvailableAccelerateAreasResponse extends $tea.Model {
3920
4124
  static names() {
3921
4125
  return {
3922
4126
  headers: 'headers',
4127
+ statusCode: 'statusCode',
3923
4128
  body: 'body',
3924
4129
  };
3925
4130
  }
3926
4131
  static types() {
3927
4132
  return {
3928
4133
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4134
+ statusCode: 'number',
3929
4135
  body: ListAvailableAccelerateAreasResponseBody,
3930
4136
  };
3931
4137
  }
@@ -3974,12 +4180,14 @@ class ListAvailableBusiRegionsResponse extends $tea.Model {
3974
4180
  static names() {
3975
4181
  return {
3976
4182
  headers: 'headers',
4183
+ statusCode: 'statusCode',
3977
4184
  body: 'body',
3978
4185
  };
3979
4186
  }
3980
4187
  static types() {
3981
4188
  return {
3982
4189
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4190
+ statusCode: 'number',
3983
4191
  body: ListAvailableBusiRegionsResponseBody,
3984
4192
  };
3985
4193
  }
@@ -4042,12 +4250,14 @@ class ListBandwidthPackagesResponse extends $tea.Model {
4042
4250
  static names() {
4043
4251
  return {
4044
4252
  headers: 'headers',
4253
+ statusCode: 'statusCode',
4045
4254
  body: 'body',
4046
4255
  };
4047
4256
  }
4048
4257
  static types() {
4049
4258
  return {
4050
4259
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4260
+ statusCode: 'number',
4051
4261
  body: ListBandwidthPackagesResponseBody,
4052
4262
  };
4053
4263
  }
@@ -4104,12 +4314,14 @@ class ListBandwidthackagesResponse extends $tea.Model {
4104
4314
  static names() {
4105
4315
  return {
4106
4316
  headers: 'headers',
4317
+ statusCode: 'statusCode',
4107
4318
  body: 'body',
4108
4319
  };
4109
4320
  }
4110
4321
  static types() {
4111
4322
  return {
4112
4323
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4324
+ statusCode: 'number',
4113
4325
  body: ListBandwidthackagesResponseBody,
4114
4326
  };
4115
4327
  }
@@ -4170,12 +4382,14 @@ class ListBasicAcceleratorsResponse extends $tea.Model {
4170
4382
  static names() {
4171
4383
  return {
4172
4384
  headers: 'headers',
4385
+ statusCode: 'statusCode',
4173
4386
  body: 'body',
4174
4387
  };
4175
4388
  }
4176
4389
  static types() {
4177
4390
  return {
4178
4391
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4392
+ statusCode: 'number',
4179
4393
  body: ListBasicAcceleratorsResponseBody,
4180
4394
  };
4181
4395
  }
@@ -4222,12 +4436,14 @@ class ListBusiRegionsResponse extends $tea.Model {
4222
4436
  static names() {
4223
4437
  return {
4224
4438
  headers: 'headers',
4439
+ statusCode: 'statusCode',
4225
4440
  body: 'body',
4226
4441
  };
4227
4442
  }
4228
4443
  static types() {
4229
4444
  return {
4230
4445
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4446
+ statusCode: 'number',
4231
4447
  body: ListBusiRegionsResponseBody,
4232
4448
  };
4233
4449
  }
@@ -4294,12 +4510,14 @@ class ListEndpointGroupsResponse extends $tea.Model {
4294
4510
  static names() {
4295
4511
  return {
4296
4512
  headers: 'headers',
4513
+ statusCode: 'statusCode',
4297
4514
  body: 'body',
4298
4515
  };
4299
4516
  }
4300
4517
  static types() {
4301
4518
  return {
4302
4519
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4520
+ statusCode: 'number',
4303
4521
  body: ListEndpointGroupsResponseBody,
4304
4522
  };
4305
4523
  }
@@ -4364,12 +4582,14 @@ class ListForwardingRulesResponse extends $tea.Model {
4364
4582
  static names() {
4365
4583
  return {
4366
4584
  headers: 'headers',
4585
+ statusCode: 'statusCode',
4367
4586
  body: 'body',
4368
4587
  };
4369
4588
  }
4370
4589
  static types() {
4371
4590
  return {
4372
4591
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4592
+ statusCode: 'number',
4373
4593
  body: ListForwardingRulesResponseBody,
4374
4594
  };
4375
4595
  }
@@ -4428,12 +4648,14 @@ class ListIpSetsResponse extends $tea.Model {
4428
4648
  static names() {
4429
4649
  return {
4430
4650
  headers: 'headers',
4651
+ statusCode: 'statusCode',
4431
4652
  body: 'body',
4432
4653
  };
4433
4654
  }
4434
4655
  static types() {
4435
4656
  return {
4436
4657
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4658
+ statusCode: 'number',
4437
4659
  body: ListIpSetsResponseBody,
4438
4660
  };
4439
4661
  }
@@ -4496,12 +4718,14 @@ class ListListenerCertificatesResponse extends $tea.Model {
4496
4718
  static names() {
4497
4719
  return {
4498
4720
  headers: 'headers',
4721
+ statusCode: 'statusCode',
4499
4722
  body: 'body',
4500
4723
  };
4501
4724
  }
4502
4725
  static types() {
4503
4726
  return {
4504
4727
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4728
+ statusCode: 'number',
4505
4729
  body: ListListenerCertificatesResponseBody,
4506
4730
  };
4507
4731
  }
@@ -4560,12 +4784,14 @@ class ListListenersResponse extends $tea.Model {
4560
4784
  static names() {
4561
4785
  return {
4562
4786
  headers: 'headers',
4787
+ statusCode: 'statusCode',
4563
4788
  body: 'body',
4564
4789
  };
4565
4790
  }
4566
4791
  static types() {
4567
4792
  return {
4568
4793
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4794
+ statusCode: 'number',
4569
4795
  body: ListListenersResponseBody,
4570
4796
  };
4571
4797
  }
@@ -4618,12 +4844,14 @@ class ListSpareIpsResponse extends $tea.Model {
4618
4844
  static names() {
4619
4845
  return {
4620
4846
  headers: 'headers',
4847
+ statusCode: 'statusCode',
4621
4848
  body: 'body',
4622
4849
  };
4623
4850
  }
4624
4851
  static types() {
4625
4852
  return {
4626
4853
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4854
+ statusCode: 'number',
4627
4855
  body: ListSpareIpsResponseBody,
4628
4856
  };
4629
4857
  }
@@ -4680,12 +4908,14 @@ class ListSystemSecurityPoliciesResponse extends $tea.Model {
4680
4908
  static names() {
4681
4909
  return {
4682
4910
  headers: 'headers',
4911
+ statusCode: 'statusCode',
4683
4912
  body: 'body',
4684
4913
  };
4685
4914
  }
4686
4915
  static types() {
4687
4916
  return {
4688
4917
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4918
+ statusCode: 'number',
4689
4919
  body: ListSystemSecurityPoliciesResponseBody,
4690
4920
  };
4691
4921
  }
@@ -4740,12 +4970,14 @@ class RemoveEntriesFromAclResponse extends $tea.Model {
4740
4970
  static names() {
4741
4971
  return {
4742
4972
  headers: 'headers',
4973
+ statusCode: 'statusCode',
4743
4974
  body: 'body',
4744
4975
  };
4745
4976
  }
4746
4977
  static types() {
4747
4978
  return {
4748
4979
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4980
+ statusCode: 'number',
4749
4981
  body: RemoveEntriesFromAclResponseBody,
4750
4982
  };
4751
4983
  }
@@ -4794,12 +5026,14 @@ class ReplaceBandwidthPackageResponse extends $tea.Model {
4794
5026
  static names() {
4795
5027
  return {
4796
5028
  headers: 'headers',
5029
+ statusCode: 'statusCode',
4797
5030
  body: 'body',
4798
5031
  };
4799
5032
  }
4800
5033
  static types() {
4801
5034
  return {
4802
5035
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5036
+ statusCode: 'number',
4803
5037
  body: ReplaceBandwidthPackageResponseBody,
4804
5038
  };
4805
5039
  }
@@ -4858,12 +5092,14 @@ class UpdateAcceleratorResponse extends $tea.Model {
4858
5092
  static names() {
4859
5093
  return {
4860
5094
  headers: 'headers',
5095
+ statusCode: 'statusCode',
4861
5096
  body: 'body',
4862
5097
  };
4863
5098
  }
4864
5099
  static types() {
4865
5100
  return {
4866
5101
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5102
+ statusCode: 'number',
4867
5103
  body: UpdateAcceleratorResponseBody,
4868
5104
  };
4869
5105
  }
@@ -4922,12 +5158,14 @@ class UpdateAcceleratorAutoRenewAttributeResponse extends $tea.Model {
4922
5158
  static names() {
4923
5159
  return {
4924
5160
  headers: 'headers',
5161
+ statusCode: 'statusCode',
4925
5162
  body: 'body',
4926
5163
  };
4927
5164
  }
4928
5165
  static types() {
4929
5166
  return {
4930
5167
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5168
+ statusCode: 'number',
4931
5169
  body: UpdateAcceleratorAutoRenewAttributeResponseBody,
4932
5170
  };
4933
5171
  }
@@ -4974,12 +5212,14 @@ class UpdateAcceleratorConfirmResponse extends $tea.Model {
4974
5212
  static names() {
4975
5213
  return {
4976
5214
  headers: 'headers',
5215
+ statusCode: 'statusCode',
4977
5216
  body: 'body',
4978
5217
  };
4979
5218
  }
4980
5219
  static types() {
4981
5220
  return {
4982
5221
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5222
+ statusCode: 'number',
4983
5223
  body: UpdateAcceleratorConfirmResponseBody,
4984
5224
  };
4985
5225
  }
@@ -5034,12 +5274,14 @@ class UpdateAclAttributeResponse extends $tea.Model {
5034
5274
  static names() {
5035
5275
  return {
5036
5276
  headers: 'headers',
5277
+ statusCode: 'statusCode',
5037
5278
  body: 'body',
5038
5279
  };
5039
5280
  }
5040
5281
  static types() {
5041
5282
  return {
5042
5283
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5284
+ statusCode: 'number',
5043
5285
  body: UpdateAclAttributeResponseBody,
5044
5286
  };
5045
5287
  }
@@ -5053,10 +5295,13 @@ class UpdateApplicationMonitorRequest extends $tea.Model {
5053
5295
  return {
5054
5296
  address: 'Address',
5055
5297
  clientToken: 'ClientToken',
5298
+ detectEnable: 'DetectEnable',
5056
5299
  detectThreshold: 'DetectThreshold',
5300
+ detectTimes: 'DetectTimes',
5057
5301
  listenerId: 'ListenerId',
5058
5302
  optionsJson: 'OptionsJson',
5059
5303
  regionId: 'RegionId',
5304
+ silenceTime: 'SilenceTime',
5060
5305
  taskId: 'TaskId',
5061
5306
  taskName: 'TaskName',
5062
5307
  };
@@ -5065,10 +5310,13 @@ class UpdateApplicationMonitorRequest extends $tea.Model {
5065
5310
  return {
5066
5311
  address: 'string',
5067
5312
  clientToken: 'string',
5313
+ detectEnable: 'boolean',
5068
5314
  detectThreshold: 'number',
5315
+ detectTimes: 'number',
5069
5316
  listenerId: 'string',
5070
5317
  optionsJson: 'string',
5071
5318
  regionId: 'string',
5319
+ silenceTime: 'number',
5072
5320
  taskId: 'string',
5073
5321
  taskName: 'string',
5074
5322
  };
@@ -5098,17 +5346,85 @@ class UpdateApplicationMonitorResponse extends $tea.Model {
5098
5346
  static names() {
5099
5347
  return {
5100
5348
  headers: 'headers',
5349
+ statusCode: 'statusCode',
5101
5350
  body: 'body',
5102
5351
  };
5103
5352
  }
5104
5353
  static types() {
5105
5354
  return {
5106
5355
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5356
+ statusCode: 'number',
5107
5357
  body: UpdateApplicationMonitorResponseBody,
5108
5358
  };
5109
5359
  }
5110
5360
  }
5111
5361
  exports.UpdateApplicationMonitorResponse = UpdateApplicationMonitorResponse;
5362
+ class UpdateBandwidthPackagaAutoRenewAttributeRequest extends $tea.Model {
5363
+ constructor(map) {
5364
+ super(map);
5365
+ }
5366
+ static names() {
5367
+ return {
5368
+ autoRenew: 'AutoRenew',
5369
+ autoRenewDuration: 'AutoRenewDuration',
5370
+ clientToken: 'ClientToken',
5371
+ instanceId: 'InstanceId',
5372
+ name: 'Name',
5373
+ regionId: 'RegionId',
5374
+ renewalStatus: 'RenewalStatus',
5375
+ };
5376
+ }
5377
+ static types() {
5378
+ return {
5379
+ autoRenew: 'boolean',
5380
+ autoRenewDuration: 'number',
5381
+ clientToken: 'string',
5382
+ instanceId: 'string',
5383
+ name: 'string',
5384
+ regionId: 'string',
5385
+ renewalStatus: 'string',
5386
+ };
5387
+ }
5388
+ }
5389
+ exports.UpdateBandwidthPackagaAutoRenewAttributeRequest = UpdateBandwidthPackagaAutoRenewAttributeRequest;
5390
+ class UpdateBandwidthPackagaAutoRenewAttributeResponseBody extends $tea.Model {
5391
+ constructor(map) {
5392
+ super(map);
5393
+ }
5394
+ static names() {
5395
+ return {
5396
+ instanceId: 'InstanceId',
5397
+ requestId: 'RequestId',
5398
+ };
5399
+ }
5400
+ static types() {
5401
+ return {
5402
+ instanceId: 'string',
5403
+ requestId: 'string',
5404
+ };
5405
+ }
5406
+ }
5407
+ exports.UpdateBandwidthPackagaAutoRenewAttributeResponseBody = UpdateBandwidthPackagaAutoRenewAttributeResponseBody;
5408
+ class UpdateBandwidthPackagaAutoRenewAttributeResponse extends $tea.Model {
5409
+ constructor(map) {
5410
+ super(map);
5411
+ }
5412
+ static names() {
5413
+ return {
5414
+ headers: 'headers',
5415
+ statusCode: 'statusCode',
5416
+ body: 'body',
5417
+ };
5418
+ }
5419
+ static types() {
5420
+ return {
5421
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5422
+ statusCode: 'number',
5423
+ body: UpdateBandwidthPackagaAutoRenewAttributeResponseBody,
5424
+ };
5425
+ }
5426
+ }
5427
+ exports.UpdateBandwidthPackagaAutoRenewAttributeResponse = UpdateBandwidthPackagaAutoRenewAttributeResponse;
5112
5428
  class UpdateBandwidthPackageRequest extends $tea.Model {
5113
5429
  constructor(map) {
5114
5430
  super(map);
@@ -5168,12 +5484,14 @@ class UpdateBandwidthPackageResponse extends $tea.Model {
5168
5484
  static names() {
5169
5485
  return {
5170
5486
  headers: 'headers',
5487
+ statusCode: 'statusCode',
5171
5488
  body: 'body',
5172
5489
  };
5173
5490
  }
5174
5491
  static types() {
5175
5492
  return {
5176
5493
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5494
+ statusCode: 'number',
5177
5495
  body: UpdateBandwidthPackageResponseBody,
5178
5496
  };
5179
5497
  }
@@ -5226,12 +5544,14 @@ class UpdateBasicAcceleratorResponse extends $tea.Model {
5226
5544
  static names() {
5227
5545
  return {
5228
5546
  headers: 'headers',
5547
+ statusCode: 'statusCode',
5229
5548
  body: 'body',
5230
5549
  };
5231
5550
  }
5232
5551
  static types() {
5233
5552
  return {
5234
5553
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5554
+ statusCode: 'number',
5235
5555
  body: UpdateBasicAcceleratorResponseBody,
5236
5556
  };
5237
5557
  }
@@ -5288,12 +5608,14 @@ class UpdateBasicEndpointGroupResponse extends $tea.Model {
5288
5608
  static names() {
5289
5609
  return {
5290
5610
  headers: 'headers',
5611
+ statusCode: 'statusCode',
5291
5612
  body: 'body',
5292
5613
  };
5293
5614
  }
5294
5615
  static types() {
5295
5616
  return {
5296
5617
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5618
+ statusCode: 'number',
5297
5619
  body: UpdateBasicEndpointGroupResponseBody,
5298
5620
  };
5299
5621
  }
@@ -5368,12 +5690,14 @@ class UpdateEndpointGroupResponse extends $tea.Model {
5368
5690
  static names() {
5369
5691
  return {
5370
5692
  headers: 'headers',
5693
+ statusCode: 'statusCode',
5371
5694
  body: 'body',
5372
5695
  };
5373
5696
  }
5374
5697
  static types() {
5375
5698
  return {
5376
5699
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5700
+ statusCode: 'number',
5377
5701
  body: UpdateEndpointGroupResponseBody,
5378
5702
  };
5379
5703
  }
@@ -5426,12 +5750,14 @@ class UpdateEndpointGroupAttributeResponse extends $tea.Model {
5426
5750
  static names() {
5427
5751
  return {
5428
5752
  headers: 'headers',
5753
+ statusCode: 'statusCode',
5429
5754
  body: 'body',
5430
5755
  };
5431
5756
  }
5432
5757
  static types() {
5433
5758
  return {
5434
5759
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5760
+ statusCode: 'number',
5435
5761
  body: UpdateEndpointGroupAttributeResponseBody,
5436
5762
  };
5437
5763
  }
@@ -5486,12 +5812,14 @@ class UpdateEndpointGroupsResponse extends $tea.Model {
5486
5812
  static names() {
5487
5813
  return {
5488
5814
  headers: 'headers',
5815
+ statusCode: 'statusCode',
5489
5816
  body: 'body',
5490
5817
  };
5491
5818
  }
5492
5819
  static types() {
5493
5820
  return {
5494
5821
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5822
+ statusCode: 'number',
5495
5823
  body: UpdateEndpointGroupsResponseBody,
5496
5824
  };
5497
5825
  }
@@ -5546,12 +5874,14 @@ class UpdateForwardingRulesResponse extends $tea.Model {
5546
5874
  static names() {
5547
5875
  return {
5548
5876
  headers: 'headers',
5877
+ statusCode: 'statusCode',
5549
5878
  body: 'body',
5550
5879
  };
5551
5880
  }
5552
5881
  static types() {
5553
5882
  return {
5554
5883
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5884
+ statusCode: 'number',
5555
5885
  body: UpdateForwardingRulesResponseBody,
5556
5886
  };
5557
5887
  }
@@ -5602,12 +5932,14 @@ class UpdateIpSetResponse extends $tea.Model {
5602
5932
  static names() {
5603
5933
  return {
5604
5934
  headers: 'headers',
5935
+ statusCode: 'statusCode',
5605
5936
  body: 'body',
5606
5937
  };
5607
5938
  }
5608
5939
  static types() {
5609
5940
  return {
5610
5941
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5942
+ statusCode: 'number',
5611
5943
  body: UpdateIpSetResponseBody,
5612
5944
  };
5613
5945
  }
@@ -5654,12 +5986,14 @@ class UpdateIpSetsResponse extends $tea.Model {
5654
5986
  static names() {
5655
5987
  return {
5656
5988
  headers: 'headers',
5989
+ statusCode: 'statusCode',
5657
5990
  body: 'body',
5658
5991
  };
5659
5992
  }
5660
5993
  static types() {
5661
5994
  return {
5662
5995
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5996
+ statusCode: 'number',
5663
5997
  body: UpdateIpSetsResponseBody,
5664
5998
  };
5665
5999
  }
@@ -5728,12 +6062,14 @@ class UpdateListenerResponse extends $tea.Model {
5728
6062
  static names() {
5729
6063
  return {
5730
6064
  headers: 'headers',
6065
+ statusCode: 'statusCode',
5731
6066
  body: 'body',
5732
6067
  };
5733
6068
  }
5734
6069
  static types() {
5735
6070
  return {
5736
6071
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6072
+ statusCode: 'number',
5737
6073
  body: UpdateListenerResponseBody,
5738
6074
  };
5739
6075
  }
@@ -6727,9 +7063,12 @@ class ListApplicationMonitorResponseBodyApplicationMonitors extends $tea.Model {
6727
7063
  return {
6728
7064
  acceleratorId: 'AcceleratorId',
6729
7065
  address: 'Address',
7066
+ detectEnable: 'DetectEnable',
6730
7067
  detectThreshold: 'DetectThreshold',
7068
+ detectTimes: 'DetectTimes',
6731
7069
  listenerId: 'ListenerId',
6732
7070
  optionsJson: 'OptionsJson',
7071
+ silenceTime: 'SilenceTime',
6733
7072
  state: 'State',
6734
7073
  taskId: 'TaskId',
6735
7074
  taskName: 'TaskName',
@@ -6739,9 +7078,12 @@ class ListApplicationMonitorResponseBodyApplicationMonitors extends $tea.Model {
6739
7078
  return {
6740
7079
  acceleratorId: 'string',
6741
7080
  address: 'string',
7081
+ detectEnable: 'boolean',
6742
7082
  detectThreshold: 'number',
7083
+ detectTimes: 'number',
6743
7084
  listenerId: 'string',
6744
7085
  optionsJson: 'string',
7086
+ silenceTime: 'number',
6745
7087
  state: 'string',
6746
7088
  taskId: 'string',
6747
7089
  taskName: 'string',
@@ -6756,22 +7098,28 @@ class ListApplicationMonitorDetectResultResponseBodyApplicationMonitorDetectResu
6756
7098
  static names() {
6757
7099
  return {
6758
7100
  acceleratorId: 'AcceleratorId',
7101
+ content: 'Content',
6759
7102
  detail: 'Detail',
7103
+ detectTime: 'DetectTime',
6760
7104
  diagStatus: 'DiagStatus',
6761
7105
  listenerId: 'ListenerId',
6762
7106
  port: 'Port',
6763
7107
  protocol: 'Protocol',
7108
+ statusCode: 'StatusCode',
6764
7109
  taskId: 'TaskId',
6765
7110
  };
6766
7111
  }
6767
7112
  static types() {
6768
7113
  return {
6769
7114
  acceleratorId: 'string',
7115
+ content: 'string',
6770
7116
  detail: 'string',
7117
+ detectTime: 'string',
6771
7118
  diagStatus: 'string',
6772
7119
  listenerId: 'string',
6773
7120
  port: 'string',
6774
7121
  protocol: 'string',
7122
+ statusCode: 'string',
6775
7123
  taskId: 'string',
6776
7124
  };
6777
7125
  }
@@ -8272,9 +8620,15 @@ class Client extends openapi_client_1.default {
8272
8620
  if (!tea_util_1.default.isUnset(request.clientToken)) {
8273
8621
  query["ClientToken"] = request.clientToken;
8274
8622
  }
8623
+ if (!tea_util_1.default.isUnset(request.detectEnable)) {
8624
+ query["DetectEnable"] = request.detectEnable;
8625
+ }
8275
8626
  if (!tea_util_1.default.isUnset(request.detectThreshold)) {
8276
8627
  query["DetectThreshold"] = request.detectThreshold;
8277
8628
  }
8629
+ if (!tea_util_1.default.isUnset(request.detectTimes)) {
8630
+ query["DetectTimes"] = request.detectTimes;
8631
+ }
8278
8632
  if (!tea_util_1.default.isUnset(request.listenerId)) {
8279
8633
  query["ListenerId"] = request.listenerId;
8280
8634
  }
@@ -8284,6 +8638,9 @@ class Client extends openapi_client_1.default {
8284
8638
  if (!tea_util_1.default.isUnset(request.regionId)) {
8285
8639
  query["RegionId"] = request.regionId;
8286
8640
  }
8641
+ if (!tea_util_1.default.isUnset(request.silenceTime)) {
8642
+ query["SilenceTime"] = request.silenceTime;
8643
+ }
8287
8644
  if (!tea_util_1.default.isUnset(request.taskName)) {
8288
8645
  query["TaskName"] = request.taskName;
8289
8646
  }
@@ -8313,6 +8670,12 @@ class Client extends openapi_client_1.default {
8313
8670
  if (!tea_util_1.default.isUnset(request.autoPay)) {
8314
8671
  query["AutoPay"] = request.autoPay;
8315
8672
  }
8673
+ if (!tea_util_1.default.isUnset(request.autoRenew)) {
8674
+ query["AutoRenew"] = request.autoRenew;
8675
+ }
8676
+ if (!tea_util_1.default.isUnset(request.autoRenewDuration)) {
8677
+ query["AutoRenewDuration"] = request.autoRenewDuration;
8678
+ }
8316
8679
  if (!tea_util_1.default.isUnset(request.autoUseCoupon)) {
8317
8680
  query["AutoUseCoupon"] = request.autoUseCoupon;
8318
8681
  }
@@ -8478,6 +8841,9 @@ class Client extends openapi_client_1.default {
8478
8841
  if (!tea_util_1.default.isUnset(request.clientToken)) {
8479
8842
  query["ClientToken"] = request.clientToken;
8480
8843
  }
8844
+ if (!tea_util_1.default.isUnset(request.ispType)) {
8845
+ query["IspType"] = request.ispType;
8846
+ }
8481
8847
  if (!tea_util_1.default.isUnset(request.regionId)) {
8482
8848
  query["RegionId"] = request.regionId;
8483
8849
  }
@@ -9365,6 +9731,35 @@ class Client extends openapi_client_1.default {
9365
9731
  let runtime = new $Util.RuntimeOptions({});
9366
9732
  return await this.describeBandwidthPackageWithOptions(request, runtime);
9367
9733
  }
9734
+ async describeBandwidthPackageAutoRenewAttributeWithOptions(request, runtime) {
9735
+ tea_util_1.default.validateModel(request);
9736
+ let query = {};
9737
+ if (!tea_util_1.default.isUnset(request.instanceId)) {
9738
+ query["InstanceId"] = request.instanceId;
9739
+ }
9740
+ if (!tea_util_1.default.isUnset(request.regionId)) {
9741
+ query["RegionId"] = request.regionId;
9742
+ }
9743
+ let req = new $OpenApi.OpenApiRequest({
9744
+ query: openapi_util_1.default.query(query),
9745
+ });
9746
+ let params = new $OpenApi.Params({
9747
+ action: "DescribeBandwidthPackageAutoRenewAttribute",
9748
+ version: "2019-11-20",
9749
+ protocol: "HTTPS",
9750
+ pathname: "/",
9751
+ method: "POST",
9752
+ authType: "AK",
9753
+ style: "RPC",
9754
+ reqBodyType: "formData",
9755
+ bodyType: "json",
9756
+ });
9757
+ return $tea.cast(await this.callApi(params, req, runtime), new DescribeBandwidthPackageAutoRenewAttributeResponse({}));
9758
+ }
9759
+ async describeBandwidthPackageAutoRenewAttribute(request) {
9760
+ let runtime = new $Util.RuntimeOptions({});
9761
+ return await this.describeBandwidthPackageAutoRenewAttributeWithOptions(request, runtime);
9762
+ }
9368
9763
  async describeEndpointGroupWithOptions(request, runtime) {
9369
9764
  tea_util_1.default.validateModel(request);
9370
9765
  let query = {};
@@ -10797,9 +11192,15 @@ class Client extends openapi_client_1.default {
10797
11192
  if (!tea_util_1.default.isUnset(request.clientToken)) {
10798
11193
  query["ClientToken"] = request.clientToken;
10799
11194
  }
11195
+ if (!tea_util_1.default.isUnset(request.detectEnable)) {
11196
+ query["DetectEnable"] = request.detectEnable;
11197
+ }
10800
11198
  if (!tea_util_1.default.isUnset(request.detectThreshold)) {
10801
11199
  query["DetectThreshold"] = request.detectThreshold;
10802
11200
  }
11201
+ if (!tea_util_1.default.isUnset(request.detectTimes)) {
11202
+ query["DetectTimes"] = request.detectTimes;
11203
+ }
10803
11204
  if (!tea_util_1.default.isUnset(request.listenerId)) {
10804
11205
  query["ListenerId"] = request.listenerId;
10805
11206
  }
@@ -10809,6 +11210,9 @@ class Client extends openapi_client_1.default {
10809
11210
  if (!tea_util_1.default.isUnset(request.regionId)) {
10810
11211
  query["RegionId"] = request.regionId;
10811
11212
  }
11213
+ if (!tea_util_1.default.isUnset(request.silenceTime)) {
11214
+ query["SilenceTime"] = request.silenceTime;
11215
+ }
10812
11216
  if (!tea_util_1.default.isUnset(request.taskId)) {
10813
11217
  query["TaskId"] = request.taskId;
10814
11218
  }
@@ -10835,6 +11239,50 @@ class Client extends openapi_client_1.default {
10835
11239
  let runtime = new $Util.RuntimeOptions({});
10836
11240
  return await this.updateApplicationMonitorWithOptions(request, runtime);
10837
11241
  }
11242
+ async updateBandwidthPackagaAutoRenewAttributeWithOptions(request, runtime) {
11243
+ tea_util_1.default.validateModel(request);
11244
+ let query = {};
11245
+ if (!tea_util_1.default.isUnset(request.autoRenew)) {
11246
+ query["AutoRenew"] = request.autoRenew;
11247
+ }
11248
+ if (!tea_util_1.default.isUnset(request.autoRenewDuration)) {
11249
+ query["AutoRenewDuration"] = request.autoRenewDuration;
11250
+ }
11251
+ if (!tea_util_1.default.isUnset(request.clientToken)) {
11252
+ query["ClientToken"] = request.clientToken;
11253
+ }
11254
+ if (!tea_util_1.default.isUnset(request.instanceId)) {
11255
+ query["InstanceId"] = request.instanceId;
11256
+ }
11257
+ if (!tea_util_1.default.isUnset(request.name)) {
11258
+ query["Name"] = request.name;
11259
+ }
11260
+ if (!tea_util_1.default.isUnset(request.regionId)) {
11261
+ query["RegionId"] = request.regionId;
11262
+ }
11263
+ if (!tea_util_1.default.isUnset(request.renewalStatus)) {
11264
+ query["RenewalStatus"] = request.renewalStatus;
11265
+ }
11266
+ let req = new $OpenApi.OpenApiRequest({
11267
+ query: openapi_util_1.default.query(query),
11268
+ });
11269
+ let params = new $OpenApi.Params({
11270
+ action: "UpdateBandwidthPackagaAutoRenewAttribute",
11271
+ version: "2019-11-20",
11272
+ protocol: "HTTPS",
11273
+ pathname: "/",
11274
+ method: "POST",
11275
+ authType: "AK",
11276
+ style: "RPC",
11277
+ reqBodyType: "formData",
11278
+ bodyType: "json",
11279
+ });
11280
+ return $tea.cast(await this.callApi(params, req, runtime), new UpdateBandwidthPackagaAutoRenewAttributeResponse({}));
11281
+ }
11282
+ async updateBandwidthPackagaAutoRenewAttribute(request) {
11283
+ let runtime = new $Util.RuntimeOptions({});
11284
+ return await this.updateBandwidthPackagaAutoRenewAttributeWithOptions(request, runtime);
11285
+ }
10838
11286
  async updateBandwidthPackageWithOptions(request, runtime) {
10839
11287
  tea_util_1.default.validateModel(request);
10840
11288
  let query = {};