@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.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
|
}
|
|
@@ -704,12 +724,14 @@ class CreateApplicationMonitorResponse extends $tea.Model {
|
|
|
704
724
|
static names() {
|
|
705
725
|
return {
|
|
706
726
|
headers: 'headers',
|
|
727
|
+
statusCode: 'statusCode',
|
|
707
728
|
body: 'body',
|
|
708
729
|
};
|
|
709
730
|
}
|
|
710
731
|
static types() {
|
|
711
732
|
return {
|
|
712
733
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
734
|
+
statusCode: 'number',
|
|
713
735
|
body: CreateApplicationMonitorResponseBody,
|
|
714
736
|
};
|
|
715
737
|
}
|
|
@@ -722,6 +744,8 @@ class CreateBandwidthPackageRequest extends $tea.Model {
|
|
|
722
744
|
static names() {
|
|
723
745
|
return {
|
|
724
746
|
autoPay: 'AutoPay',
|
|
747
|
+
autoRenew: 'AutoRenew',
|
|
748
|
+
autoRenewDuration: 'AutoRenewDuration',
|
|
725
749
|
autoUseCoupon: 'AutoUseCoupon',
|
|
726
750
|
bandwidth: 'Bandwidth',
|
|
727
751
|
bandwidthType: 'BandwidthType',
|
|
@@ -740,6 +764,8 @@ class CreateBandwidthPackageRequest extends $tea.Model {
|
|
|
740
764
|
static types() {
|
|
741
765
|
return {
|
|
742
766
|
autoPay: 'boolean',
|
|
767
|
+
autoRenew: 'boolean',
|
|
768
|
+
autoRenewDuration: 'number',
|
|
743
769
|
autoUseCoupon: 'string',
|
|
744
770
|
bandwidth: 'number',
|
|
745
771
|
bandwidthType: 'string',
|
|
@@ -784,12 +810,14 @@ class CreateBandwidthPackageResponse extends $tea.Model {
|
|
|
784
810
|
static names() {
|
|
785
811
|
return {
|
|
786
812
|
headers: 'headers',
|
|
813
|
+
statusCode: 'statusCode',
|
|
787
814
|
body: 'body',
|
|
788
815
|
};
|
|
789
816
|
}
|
|
790
817
|
static types() {
|
|
791
818
|
return {
|
|
792
819
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
820
|
+
statusCode: 'number',
|
|
793
821
|
body: CreateBandwidthPackageResponseBody,
|
|
794
822
|
};
|
|
795
823
|
}
|
|
@@ -852,12 +880,14 @@ class CreateBasicAcceleratorResponse extends $tea.Model {
|
|
|
852
880
|
static names() {
|
|
853
881
|
return {
|
|
854
882
|
headers: 'headers',
|
|
883
|
+
statusCode: 'statusCode',
|
|
855
884
|
body: 'body',
|
|
856
885
|
};
|
|
857
886
|
}
|
|
858
887
|
static types() {
|
|
859
888
|
return {
|
|
860
889
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
890
|
+
statusCode: 'number',
|
|
861
891
|
body: CreateBasicAcceleratorResponseBody,
|
|
862
892
|
};
|
|
863
893
|
}
|
|
@@ -918,12 +948,14 @@ class CreateBasicEndpointGroupResponse extends $tea.Model {
|
|
|
918
948
|
static names() {
|
|
919
949
|
return {
|
|
920
950
|
headers: 'headers',
|
|
951
|
+
statusCode: 'statusCode',
|
|
921
952
|
body: 'body',
|
|
922
953
|
};
|
|
923
954
|
}
|
|
924
955
|
static types() {
|
|
925
956
|
return {
|
|
926
957
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
958
|
+
statusCode: 'number',
|
|
927
959
|
body: CreateBasicEndpointGroupResponseBody,
|
|
928
960
|
};
|
|
929
961
|
}
|
|
@@ -976,12 +1008,14 @@ class CreateBasicIpSetResponse extends $tea.Model {
|
|
|
976
1008
|
static names() {
|
|
977
1009
|
return {
|
|
978
1010
|
headers: 'headers',
|
|
1011
|
+
statusCode: 'statusCode',
|
|
979
1012
|
body: 'body',
|
|
980
1013
|
};
|
|
981
1014
|
}
|
|
982
1015
|
static types() {
|
|
983
1016
|
return {
|
|
984
1017
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1018
|
+
statusCode: 'number',
|
|
985
1019
|
body: CreateBasicIpSetResponseBody,
|
|
986
1020
|
};
|
|
987
1021
|
}
|
|
@@ -1062,12 +1096,14 @@ class CreateEndpointGroupResponse extends $tea.Model {
|
|
|
1062
1096
|
static names() {
|
|
1063
1097
|
return {
|
|
1064
1098
|
headers: 'headers',
|
|
1099
|
+
statusCode: 'statusCode',
|
|
1065
1100
|
body: 'body',
|
|
1066
1101
|
};
|
|
1067
1102
|
}
|
|
1068
1103
|
static types() {
|
|
1069
1104
|
return {
|
|
1070
1105
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1106
|
+
statusCode: 'number',
|
|
1071
1107
|
body: CreateEndpointGroupResponseBody,
|
|
1072
1108
|
};
|
|
1073
1109
|
}
|
|
@@ -1124,12 +1160,14 @@ class CreateEndpointGroupsResponse extends $tea.Model {
|
|
|
1124
1160
|
static names() {
|
|
1125
1161
|
return {
|
|
1126
1162
|
headers: 'headers',
|
|
1163
|
+
statusCode: 'statusCode',
|
|
1127
1164
|
body: 'body',
|
|
1128
1165
|
};
|
|
1129
1166
|
}
|
|
1130
1167
|
static types() {
|
|
1131
1168
|
return {
|
|
1132
1169
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1170
|
+
statusCode: 'number',
|
|
1133
1171
|
body: CreateEndpointGroupsResponseBody,
|
|
1134
1172
|
};
|
|
1135
1173
|
}
|
|
@@ -1184,12 +1222,14 @@ class CreateForwardingRulesResponse extends $tea.Model {
|
|
|
1184
1222
|
static names() {
|
|
1185
1223
|
return {
|
|
1186
1224
|
headers: 'headers',
|
|
1225
|
+
statusCode: 'statusCode',
|
|
1187
1226
|
body: 'body',
|
|
1188
1227
|
};
|
|
1189
1228
|
}
|
|
1190
1229
|
static types() {
|
|
1191
1230
|
return {
|
|
1192
1231
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1232
|
+
statusCode: 'number',
|
|
1193
1233
|
body: CreateForwardingRulesResponseBody,
|
|
1194
1234
|
};
|
|
1195
1235
|
}
|
|
@@ -1244,12 +1284,14 @@ class CreateIpSetsResponse extends $tea.Model {
|
|
|
1244
1284
|
static names() {
|
|
1245
1285
|
return {
|
|
1246
1286
|
headers: 'headers',
|
|
1287
|
+
statusCode: 'statusCode',
|
|
1247
1288
|
body: 'body',
|
|
1248
1289
|
};
|
|
1249
1290
|
}
|
|
1250
1291
|
static types() {
|
|
1251
1292
|
return {
|
|
1252
1293
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1294
|
+
statusCode: 'number',
|
|
1253
1295
|
body: CreateIpSetsResponseBody,
|
|
1254
1296
|
};
|
|
1255
1297
|
}
|
|
@@ -1318,12 +1360,14 @@ class CreateListenerResponse extends $tea.Model {
|
|
|
1318
1360
|
static names() {
|
|
1319
1361
|
return {
|
|
1320
1362
|
headers: 'headers',
|
|
1363
|
+
statusCode: 'statusCode',
|
|
1321
1364
|
body: 'body',
|
|
1322
1365
|
};
|
|
1323
1366
|
}
|
|
1324
1367
|
static types() {
|
|
1325
1368
|
return {
|
|
1326
1369
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1370
|
+
statusCode: 'number',
|
|
1327
1371
|
body: CreateListenerResponseBody,
|
|
1328
1372
|
};
|
|
1329
1373
|
}
|
|
@@ -1376,12 +1420,14 @@ class CreateSpareIpsResponse extends $tea.Model {
|
|
|
1376
1420
|
static names() {
|
|
1377
1421
|
return {
|
|
1378
1422
|
headers: 'headers',
|
|
1423
|
+
statusCode: 'statusCode',
|
|
1379
1424
|
body: 'body',
|
|
1380
1425
|
};
|
|
1381
1426
|
}
|
|
1382
1427
|
static types() {
|
|
1383
1428
|
return {
|
|
1384
1429
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1430
|
+
statusCode: 'number',
|
|
1385
1431
|
body: CreateSpareIpsResponseBody,
|
|
1386
1432
|
};
|
|
1387
1433
|
}
|
|
@@ -1430,12 +1476,14 @@ class DeleteAcceleratorResponse extends $tea.Model {
|
|
|
1430
1476
|
static names() {
|
|
1431
1477
|
return {
|
|
1432
1478
|
headers: 'headers',
|
|
1479
|
+
statusCode: 'statusCode',
|
|
1433
1480
|
body: 'body',
|
|
1434
1481
|
};
|
|
1435
1482
|
}
|
|
1436
1483
|
static types() {
|
|
1437
1484
|
return {
|
|
1438
1485
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1486
|
+
statusCode: 'number',
|
|
1439
1487
|
body: DeleteAcceleratorResponseBody,
|
|
1440
1488
|
};
|
|
1441
1489
|
}
|
|
@@ -1488,12 +1536,14 @@ class DeleteAclResponse extends $tea.Model {
|
|
|
1488
1536
|
static names() {
|
|
1489
1537
|
return {
|
|
1490
1538
|
headers: 'headers',
|
|
1539
|
+
statusCode: 'statusCode',
|
|
1491
1540
|
body: 'body',
|
|
1492
1541
|
};
|
|
1493
1542
|
}
|
|
1494
1543
|
static types() {
|
|
1495
1544
|
return {
|
|
1496
1545
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1546
|
+
statusCode: 'number',
|
|
1497
1547
|
body: DeleteAclResponseBody,
|
|
1498
1548
|
};
|
|
1499
1549
|
}
|
|
@@ -1542,12 +1592,14 @@ class DeleteApplicationMonitorResponse extends $tea.Model {
|
|
|
1542
1592
|
static names() {
|
|
1543
1593
|
return {
|
|
1544
1594
|
headers: 'headers',
|
|
1595
|
+
statusCode: 'statusCode',
|
|
1545
1596
|
body: 'body',
|
|
1546
1597
|
};
|
|
1547
1598
|
}
|
|
1548
1599
|
static types() {
|
|
1549
1600
|
return {
|
|
1550
1601
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1602
|
+
statusCode: 'number',
|
|
1551
1603
|
body: DeleteApplicationMonitorResponseBody,
|
|
1552
1604
|
};
|
|
1553
1605
|
}
|
|
@@ -1598,12 +1650,14 @@ class DeleteBandwidthPackageResponse extends $tea.Model {
|
|
|
1598
1650
|
static names() {
|
|
1599
1651
|
return {
|
|
1600
1652
|
headers: 'headers',
|
|
1653
|
+
statusCode: 'statusCode',
|
|
1601
1654
|
body: 'body',
|
|
1602
1655
|
};
|
|
1603
1656
|
}
|
|
1604
1657
|
static types() {
|
|
1605
1658
|
return {
|
|
1606
1659
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1660
|
+
statusCode: 'number',
|
|
1607
1661
|
body: DeleteBandwidthPackageResponseBody,
|
|
1608
1662
|
};
|
|
1609
1663
|
}
|
|
@@ -1652,12 +1706,14 @@ class DeleteBasicAcceleratorResponse extends $tea.Model {
|
|
|
1652
1706
|
static names() {
|
|
1653
1707
|
return {
|
|
1654
1708
|
headers: 'headers',
|
|
1709
|
+
statusCode: 'statusCode',
|
|
1655
1710
|
body: 'body',
|
|
1656
1711
|
};
|
|
1657
1712
|
}
|
|
1658
1713
|
static types() {
|
|
1659
1714
|
return {
|
|
1660
1715
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1716
|
+
statusCode: 'number',
|
|
1661
1717
|
body: DeleteBasicAcceleratorResponseBody,
|
|
1662
1718
|
};
|
|
1663
1719
|
}
|
|
@@ -1704,12 +1760,14 @@ class DeleteBasicEndpointGroupResponse extends $tea.Model {
|
|
|
1704
1760
|
static names() {
|
|
1705
1761
|
return {
|
|
1706
1762
|
headers: 'headers',
|
|
1763
|
+
statusCode: 'statusCode',
|
|
1707
1764
|
body: 'body',
|
|
1708
1765
|
};
|
|
1709
1766
|
}
|
|
1710
1767
|
static types() {
|
|
1711
1768
|
return {
|
|
1712
1769
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1770
|
+
statusCode: 'number',
|
|
1713
1771
|
body: DeleteBasicEndpointGroupResponseBody,
|
|
1714
1772
|
};
|
|
1715
1773
|
}
|
|
@@ -1758,12 +1816,14 @@ class DeleteBasicIpSetResponse extends $tea.Model {
|
|
|
1758
1816
|
static names() {
|
|
1759
1817
|
return {
|
|
1760
1818
|
headers: 'headers',
|
|
1819
|
+
statusCode: 'statusCode',
|
|
1761
1820
|
body: 'body',
|
|
1762
1821
|
};
|
|
1763
1822
|
}
|
|
1764
1823
|
static types() {
|
|
1765
1824
|
return {
|
|
1766
1825
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1826
|
+
statusCode: 'number',
|
|
1767
1827
|
body: DeleteBasicIpSetResponseBody,
|
|
1768
1828
|
};
|
|
1769
1829
|
}
|
|
@@ -1812,12 +1872,14 @@ class DeleteEndpointGroupResponse extends $tea.Model {
|
|
|
1812
1872
|
static names() {
|
|
1813
1873
|
return {
|
|
1814
1874
|
headers: 'headers',
|
|
1875
|
+
statusCode: 'statusCode',
|
|
1815
1876
|
body: 'body',
|
|
1816
1877
|
};
|
|
1817
1878
|
}
|
|
1818
1879
|
static types() {
|
|
1819
1880
|
return {
|
|
1820
1881
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1882
|
+
statusCode: 'number',
|
|
1821
1883
|
body: DeleteEndpointGroupResponseBody,
|
|
1822
1884
|
};
|
|
1823
1885
|
}
|
|
@@ -1868,12 +1930,14 @@ class DeleteEndpointGroupsResponse extends $tea.Model {
|
|
|
1868
1930
|
static names() {
|
|
1869
1931
|
return {
|
|
1870
1932
|
headers: 'headers',
|
|
1933
|
+
statusCode: 'statusCode',
|
|
1871
1934
|
body: 'body',
|
|
1872
1935
|
};
|
|
1873
1936
|
}
|
|
1874
1937
|
static types() {
|
|
1875
1938
|
return {
|
|
1876
1939
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1940
|
+
statusCode: 'number',
|
|
1877
1941
|
body: DeleteEndpointGroupsResponseBody,
|
|
1878
1942
|
};
|
|
1879
1943
|
}
|
|
@@ -1928,12 +1992,14 @@ class DeleteForwardingRulesResponse extends $tea.Model {
|
|
|
1928
1992
|
static names() {
|
|
1929
1993
|
return {
|
|
1930
1994
|
headers: 'headers',
|
|
1995
|
+
statusCode: 'statusCode',
|
|
1931
1996
|
body: 'body',
|
|
1932
1997
|
};
|
|
1933
1998
|
}
|
|
1934
1999
|
static types() {
|
|
1935
2000
|
return {
|
|
1936
2001
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2002
|
+
statusCode: 'number',
|
|
1937
2003
|
body: DeleteForwardingRulesResponseBody,
|
|
1938
2004
|
};
|
|
1939
2005
|
}
|
|
@@ -1984,12 +2050,14 @@ class DeleteIpSetResponse extends $tea.Model {
|
|
|
1984
2050
|
static names() {
|
|
1985
2051
|
return {
|
|
1986
2052
|
headers: 'headers',
|
|
2053
|
+
statusCode: 'statusCode',
|
|
1987
2054
|
body: 'body',
|
|
1988
2055
|
};
|
|
1989
2056
|
}
|
|
1990
2057
|
static types() {
|
|
1991
2058
|
return {
|
|
1992
2059
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2060
|
+
statusCode: 'number',
|
|
1993
2061
|
body: DeleteIpSetResponseBody,
|
|
1994
2062
|
};
|
|
1995
2063
|
}
|
|
@@ -2036,12 +2104,14 @@ class DeleteIpSetsResponse extends $tea.Model {
|
|
|
2036
2104
|
static names() {
|
|
2037
2105
|
return {
|
|
2038
2106
|
headers: 'headers',
|
|
2107
|
+
statusCode: 'statusCode',
|
|
2039
2108
|
body: 'body',
|
|
2040
2109
|
};
|
|
2041
2110
|
}
|
|
2042
2111
|
static types() {
|
|
2043
2112
|
return {
|
|
2044
2113
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2114
|
+
statusCode: 'number',
|
|
2045
2115
|
body: DeleteIpSetsResponseBody,
|
|
2046
2116
|
};
|
|
2047
2117
|
}
|
|
@@ -2090,12 +2160,14 @@ class DeleteListenerResponse extends $tea.Model {
|
|
|
2090
2160
|
static names() {
|
|
2091
2161
|
return {
|
|
2092
2162
|
headers: 'headers',
|
|
2163
|
+
statusCode: 'statusCode',
|
|
2093
2164
|
body: 'body',
|
|
2094
2165
|
};
|
|
2095
2166
|
}
|
|
2096
2167
|
static types() {
|
|
2097
2168
|
return {
|
|
2098
2169
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2170
|
+
statusCode: 'number',
|
|
2099
2171
|
body: DeleteListenerResponseBody,
|
|
2100
2172
|
};
|
|
2101
2173
|
}
|
|
@@ -2148,12 +2220,14 @@ class DeleteSpareIpsResponse extends $tea.Model {
|
|
|
2148
2220
|
static names() {
|
|
2149
2221
|
return {
|
|
2150
2222
|
headers: 'headers',
|
|
2223
|
+
statusCode: 'statusCode',
|
|
2151
2224
|
body: 'body',
|
|
2152
2225
|
};
|
|
2153
2226
|
}
|
|
2154
2227
|
static types() {
|
|
2155
2228
|
return {
|
|
2156
2229
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2230
|
+
statusCode: 'number',
|
|
2157
2231
|
body: DeleteSpareIpsResponseBody,
|
|
2158
2232
|
};
|
|
2159
2233
|
}
|
|
@@ -2232,12 +2306,14 @@ class DescribeAcceleratorResponse extends $tea.Model {
|
|
|
2232
2306
|
static names() {
|
|
2233
2307
|
return {
|
|
2234
2308
|
headers: 'headers',
|
|
2309
|
+
statusCode: 'statusCode',
|
|
2235
2310
|
body: 'body',
|
|
2236
2311
|
};
|
|
2237
2312
|
}
|
|
2238
2313
|
static types() {
|
|
2239
2314
|
return {
|
|
2240
2315
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2316
|
+
statusCode: 'number',
|
|
2241
2317
|
body: DescribeAcceleratorResponseBody,
|
|
2242
2318
|
};
|
|
2243
2319
|
}
|
|
@@ -2292,12 +2368,14 @@ class DescribeAcceleratorAutoRenewAttributeResponse extends $tea.Model {
|
|
|
2292
2368
|
static names() {
|
|
2293
2369
|
return {
|
|
2294
2370
|
headers: 'headers',
|
|
2371
|
+
statusCode: 'statusCode',
|
|
2295
2372
|
body: 'body',
|
|
2296
2373
|
};
|
|
2297
2374
|
}
|
|
2298
2375
|
static types() {
|
|
2299
2376
|
return {
|
|
2300
2377
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2378
|
+
statusCode: 'number',
|
|
2301
2379
|
body: DescribeAcceleratorAutoRenewAttributeResponseBody,
|
|
2302
2380
|
};
|
|
2303
2381
|
}
|
|
@@ -2370,12 +2448,14 @@ class DescribeApplicationMonitorResponse extends $tea.Model {
|
|
|
2370
2448
|
static names() {
|
|
2371
2449
|
return {
|
|
2372
2450
|
headers: 'headers',
|
|
2451
|
+
statusCode: 'statusCode',
|
|
2373
2452
|
body: 'body',
|
|
2374
2453
|
};
|
|
2375
2454
|
}
|
|
2376
2455
|
static types() {
|
|
2377
2456
|
return {
|
|
2378
2457
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2458
|
+
statusCode: 'number',
|
|
2379
2459
|
body: DescribeApplicationMonitorResponseBody,
|
|
2380
2460
|
};
|
|
2381
2461
|
}
|
|
@@ -2454,17 +2534,81 @@ class DescribeBandwidthPackageResponse extends $tea.Model {
|
|
|
2454
2534
|
static names() {
|
|
2455
2535
|
return {
|
|
2456
2536
|
headers: 'headers',
|
|
2537
|
+
statusCode: 'statusCode',
|
|
2457
2538
|
body: 'body',
|
|
2458
2539
|
};
|
|
2459
2540
|
}
|
|
2460
2541
|
static types() {
|
|
2461
2542
|
return {
|
|
2462
2543
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2544
|
+
statusCode: 'number',
|
|
2463
2545
|
body: DescribeBandwidthPackageResponseBody,
|
|
2464
2546
|
};
|
|
2465
2547
|
}
|
|
2466
2548
|
}
|
|
2467
2549
|
exports.DescribeBandwidthPackageResponse = DescribeBandwidthPackageResponse;
|
|
2550
|
+
class DescribeBandwidthPackageAutoRenewAttributeRequest extends $tea.Model {
|
|
2551
|
+
constructor(map) {
|
|
2552
|
+
super(map);
|
|
2553
|
+
}
|
|
2554
|
+
static names() {
|
|
2555
|
+
return {
|
|
2556
|
+
instanceId: 'InstanceId',
|
|
2557
|
+
regionId: 'RegionId',
|
|
2558
|
+
};
|
|
2559
|
+
}
|
|
2560
|
+
static types() {
|
|
2561
|
+
return {
|
|
2562
|
+
instanceId: 'string',
|
|
2563
|
+
regionId: 'string',
|
|
2564
|
+
};
|
|
2565
|
+
}
|
|
2566
|
+
}
|
|
2567
|
+
exports.DescribeBandwidthPackageAutoRenewAttributeRequest = DescribeBandwidthPackageAutoRenewAttributeRequest;
|
|
2568
|
+
class DescribeBandwidthPackageAutoRenewAttributeResponseBody extends $tea.Model {
|
|
2569
|
+
constructor(map) {
|
|
2570
|
+
super(map);
|
|
2571
|
+
}
|
|
2572
|
+
static names() {
|
|
2573
|
+
return {
|
|
2574
|
+
autoRenew: 'AutoRenew',
|
|
2575
|
+
autoRenewDuration: 'AutoRenewDuration',
|
|
2576
|
+
instanceId: 'InstanceId',
|
|
2577
|
+
renewalStatus: 'RenewalStatus',
|
|
2578
|
+
requestId: 'RequestId',
|
|
2579
|
+
};
|
|
2580
|
+
}
|
|
2581
|
+
static types() {
|
|
2582
|
+
return {
|
|
2583
|
+
autoRenew: 'boolean',
|
|
2584
|
+
autoRenewDuration: 'number',
|
|
2585
|
+
instanceId: 'string',
|
|
2586
|
+
renewalStatus: 'string',
|
|
2587
|
+
requestId: 'string',
|
|
2588
|
+
};
|
|
2589
|
+
}
|
|
2590
|
+
}
|
|
2591
|
+
exports.DescribeBandwidthPackageAutoRenewAttributeResponseBody = DescribeBandwidthPackageAutoRenewAttributeResponseBody;
|
|
2592
|
+
class DescribeBandwidthPackageAutoRenewAttributeResponse extends $tea.Model {
|
|
2593
|
+
constructor(map) {
|
|
2594
|
+
super(map);
|
|
2595
|
+
}
|
|
2596
|
+
static names() {
|
|
2597
|
+
return {
|
|
2598
|
+
headers: 'headers',
|
|
2599
|
+
statusCode: 'statusCode',
|
|
2600
|
+
body: 'body',
|
|
2601
|
+
};
|
|
2602
|
+
}
|
|
2603
|
+
static types() {
|
|
2604
|
+
return {
|
|
2605
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2606
|
+
statusCode: 'number',
|
|
2607
|
+
body: DescribeBandwidthPackageAutoRenewAttributeResponseBody,
|
|
2608
|
+
};
|
|
2609
|
+
}
|
|
2610
|
+
}
|
|
2611
|
+
exports.DescribeBandwidthPackageAutoRenewAttributeResponse = DescribeBandwidthPackageAutoRenewAttributeResponse;
|
|
2468
2612
|
class DescribeEndpointGroupRequest extends $tea.Model {
|
|
2469
2613
|
constructor(map) {
|
|
2470
2614
|
super(map);
|
|
@@ -2560,12 +2704,14 @@ class DescribeEndpointGroupResponse extends $tea.Model {
|
|
|
2560
2704
|
static names() {
|
|
2561
2705
|
return {
|
|
2562
2706
|
headers: 'headers',
|
|
2707
|
+
statusCode: 'statusCode',
|
|
2563
2708
|
body: 'body',
|
|
2564
2709
|
};
|
|
2565
2710
|
}
|
|
2566
2711
|
static types() {
|
|
2567
2712
|
return {
|
|
2568
2713
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2714
|
+
statusCode: 'number',
|
|
2569
2715
|
body: DescribeEndpointGroupResponseBody,
|
|
2570
2716
|
};
|
|
2571
2717
|
}
|
|
@@ -2626,12 +2772,14 @@ class DescribeIpSetResponse extends $tea.Model {
|
|
|
2626
2772
|
static names() {
|
|
2627
2773
|
return {
|
|
2628
2774
|
headers: 'headers',
|
|
2775
|
+
statusCode: 'statusCode',
|
|
2629
2776
|
body: 'body',
|
|
2630
2777
|
};
|
|
2631
2778
|
}
|
|
2632
2779
|
static types() {
|
|
2633
2780
|
return {
|
|
2634
2781
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2782
|
+
statusCode: 'number',
|
|
2635
2783
|
body: DescribeIpSetResponseBody,
|
|
2636
2784
|
};
|
|
2637
2785
|
}
|
|
@@ -2710,12 +2858,14 @@ class DescribeListenerResponse extends $tea.Model {
|
|
|
2710
2858
|
static names() {
|
|
2711
2859
|
return {
|
|
2712
2860
|
headers: 'headers',
|
|
2861
|
+
statusCode: 'statusCode',
|
|
2713
2862
|
body: 'body',
|
|
2714
2863
|
};
|
|
2715
2864
|
}
|
|
2716
2865
|
static types() {
|
|
2717
2866
|
return {
|
|
2718
2867
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2868
|
+
statusCode: 'number',
|
|
2719
2869
|
body: DescribeListenerResponseBody,
|
|
2720
2870
|
};
|
|
2721
2871
|
}
|
|
@@ -2762,12 +2912,14 @@ class DescribeRegionsResponse extends $tea.Model {
|
|
|
2762
2912
|
static names() {
|
|
2763
2913
|
return {
|
|
2764
2914
|
headers: 'headers',
|
|
2915
|
+
statusCode: 'statusCode',
|
|
2765
2916
|
body: 'body',
|
|
2766
2917
|
};
|
|
2767
2918
|
}
|
|
2768
2919
|
static types() {
|
|
2769
2920
|
return {
|
|
2770
2921
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2922
|
+
statusCode: 'number',
|
|
2771
2923
|
body: DescribeRegionsResponseBody,
|
|
2772
2924
|
};
|
|
2773
2925
|
}
|
|
@@ -2816,12 +2968,14 @@ class DetachDdosFromAcceleratorResponse extends $tea.Model {
|
|
|
2816
2968
|
static names() {
|
|
2817
2969
|
return {
|
|
2818
2970
|
headers: 'headers',
|
|
2971
|
+
statusCode: 'statusCode',
|
|
2819
2972
|
body: 'body',
|
|
2820
2973
|
};
|
|
2821
2974
|
}
|
|
2822
2975
|
static types() {
|
|
2823
2976
|
return {
|
|
2824
2977
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2978
|
+
statusCode: 'number',
|
|
2825
2979
|
body: DetachDdosFromAcceleratorResponseBody,
|
|
2826
2980
|
};
|
|
2827
2981
|
}
|
|
@@ -2874,12 +3028,14 @@ class DetachLogStoreFromEndpointGroupResponse extends $tea.Model {
|
|
|
2874
3028
|
static names() {
|
|
2875
3029
|
return {
|
|
2876
3030
|
headers: 'headers',
|
|
3031
|
+
statusCode: 'statusCode',
|
|
2877
3032
|
body: 'body',
|
|
2878
3033
|
};
|
|
2879
3034
|
}
|
|
2880
3035
|
static types() {
|
|
2881
3036
|
return {
|
|
2882
3037
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3038
|
+
statusCode: 'number',
|
|
2883
3039
|
body: DetachLogStoreFromEndpointGroupResponseBody,
|
|
2884
3040
|
};
|
|
2885
3041
|
}
|
|
@@ -2928,12 +3084,14 @@ class DetectApplicationMonitorResponse extends $tea.Model {
|
|
|
2928
3084
|
static names() {
|
|
2929
3085
|
return {
|
|
2930
3086
|
headers: 'headers',
|
|
3087
|
+
statusCode: 'statusCode',
|
|
2931
3088
|
body: 'body',
|
|
2932
3089
|
};
|
|
2933
3090
|
}
|
|
2934
3091
|
static types() {
|
|
2935
3092
|
return {
|
|
2936
3093
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3094
|
+
statusCode: 'number',
|
|
2937
3095
|
body: DetectApplicationMonitorResponseBody,
|
|
2938
3096
|
};
|
|
2939
3097
|
}
|
|
@@ -2982,12 +3140,14 @@ class DisableApplicationMonitorResponse extends $tea.Model {
|
|
|
2982
3140
|
static names() {
|
|
2983
3141
|
return {
|
|
2984
3142
|
headers: 'headers',
|
|
3143
|
+
statusCode: 'statusCode',
|
|
2985
3144
|
body: 'body',
|
|
2986
3145
|
};
|
|
2987
3146
|
}
|
|
2988
3147
|
static types() {
|
|
2989
3148
|
return {
|
|
2990
3149
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3150
|
+
statusCode: 'number',
|
|
2991
3151
|
body: DisableApplicationMonitorResponseBody,
|
|
2992
3152
|
};
|
|
2993
3153
|
}
|
|
@@ -3044,12 +3204,14 @@ class DissociateAclsFromListenerResponse extends $tea.Model {
|
|
|
3044
3204
|
static names() {
|
|
3045
3205
|
return {
|
|
3046
3206
|
headers: 'headers',
|
|
3207
|
+
statusCode: 'statusCode',
|
|
3047
3208
|
body: 'body',
|
|
3048
3209
|
};
|
|
3049
3210
|
}
|
|
3050
3211
|
static types() {
|
|
3051
3212
|
return {
|
|
3052
3213
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3214
|
+
statusCode: 'number',
|
|
3053
3215
|
body: DissociateAclsFromListenerResponseBody,
|
|
3054
3216
|
};
|
|
3055
3217
|
}
|
|
@@ -3102,12 +3264,14 @@ class DissociateAdditionalCertificatesFromListenerResponse extends $tea.Model {
|
|
|
3102
3264
|
static names() {
|
|
3103
3265
|
return {
|
|
3104
3266
|
headers: 'headers',
|
|
3267
|
+
statusCode: 'statusCode',
|
|
3105
3268
|
body: 'body',
|
|
3106
3269
|
};
|
|
3107
3270
|
}
|
|
3108
3271
|
static types() {
|
|
3109
3272
|
return {
|
|
3110
3273
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3274
|
+
statusCode: 'number',
|
|
3111
3275
|
body: DissociateAdditionalCertificatesFromListenerResponseBody,
|
|
3112
3276
|
};
|
|
3113
3277
|
}
|
|
@@ -3156,12 +3320,14 @@ class EnableApplicationMonitorResponse extends $tea.Model {
|
|
|
3156
3320
|
static names() {
|
|
3157
3321
|
return {
|
|
3158
3322
|
headers: 'headers',
|
|
3323
|
+
statusCode: 'statusCode',
|
|
3159
3324
|
body: 'body',
|
|
3160
3325
|
};
|
|
3161
3326
|
}
|
|
3162
3327
|
static types() {
|
|
3163
3328
|
return {
|
|
3164
3329
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3330
|
+
statusCode: 'number',
|
|
3165
3331
|
body: EnableApplicationMonitorResponseBody,
|
|
3166
3332
|
};
|
|
3167
3333
|
}
|
|
@@ -3220,12 +3386,14 @@ class GetAclResponse extends $tea.Model {
|
|
|
3220
3386
|
static names() {
|
|
3221
3387
|
return {
|
|
3222
3388
|
headers: 'headers',
|
|
3389
|
+
statusCode: 'statusCode',
|
|
3223
3390
|
body: 'body',
|
|
3224
3391
|
};
|
|
3225
3392
|
}
|
|
3226
3393
|
static types() {
|
|
3227
3394
|
return {
|
|
3228
3395
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3396
|
+
statusCode: 'number',
|
|
3229
3397
|
body: GetAclResponseBody,
|
|
3230
3398
|
};
|
|
3231
3399
|
}
|
|
@@ -3298,12 +3466,14 @@ class GetBasicAcceleratorResponse extends $tea.Model {
|
|
|
3298
3466
|
static names() {
|
|
3299
3467
|
return {
|
|
3300
3468
|
headers: 'headers',
|
|
3469
|
+
statusCode: 'statusCode',
|
|
3301
3470
|
body: 'body',
|
|
3302
3471
|
};
|
|
3303
3472
|
}
|
|
3304
3473
|
static types() {
|
|
3305
3474
|
return {
|
|
3306
3475
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3476
|
+
statusCode: 'number',
|
|
3307
3477
|
body: GetBasicAcceleratorResponseBody,
|
|
3308
3478
|
};
|
|
3309
3479
|
}
|
|
@@ -3368,12 +3538,14 @@ class GetBasicEndpointGroupResponse extends $tea.Model {
|
|
|
3368
3538
|
static names() {
|
|
3369
3539
|
return {
|
|
3370
3540
|
headers: 'headers',
|
|
3541
|
+
statusCode: 'statusCode',
|
|
3371
3542
|
body: 'body',
|
|
3372
3543
|
};
|
|
3373
3544
|
}
|
|
3374
3545
|
static types() {
|
|
3375
3546
|
return {
|
|
3376
3547
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3548
|
+
statusCode: 'number',
|
|
3377
3549
|
body: GetBasicEndpointGroupResponseBody,
|
|
3378
3550
|
};
|
|
3379
3551
|
}
|
|
@@ -3436,12 +3608,14 @@ class GetBasicIpSetResponse extends $tea.Model {
|
|
|
3436
3608
|
static names() {
|
|
3437
3609
|
return {
|
|
3438
3610
|
headers: 'headers',
|
|
3611
|
+
statusCode: 'statusCode',
|
|
3439
3612
|
body: 'body',
|
|
3440
3613
|
};
|
|
3441
3614
|
}
|
|
3442
3615
|
static types() {
|
|
3443
3616
|
return {
|
|
3444
3617
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3618
|
+
statusCode: 'number',
|
|
3445
3619
|
body: GetBasicIpSetResponseBody,
|
|
3446
3620
|
};
|
|
3447
3621
|
}
|
|
@@ -3500,12 +3674,14 @@ class GetHealthStatusResponse extends $tea.Model {
|
|
|
3500
3674
|
static names() {
|
|
3501
3675
|
return {
|
|
3502
3676
|
headers: 'headers',
|
|
3677
|
+
statusCode: 'statusCode',
|
|
3503
3678
|
body: 'body',
|
|
3504
3679
|
};
|
|
3505
3680
|
}
|
|
3506
3681
|
static types() {
|
|
3507
3682
|
return {
|
|
3508
3683
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3684
|
+
statusCode: 'number',
|
|
3509
3685
|
body: GetHealthStatusResponseBody,
|
|
3510
3686
|
};
|
|
3511
3687
|
}
|
|
@@ -3560,12 +3736,14 @@ class GetSpareIpResponse extends $tea.Model {
|
|
|
3560
3736
|
static names() {
|
|
3561
3737
|
return {
|
|
3562
3738
|
headers: 'headers',
|
|
3739
|
+
statusCode: 'statusCode',
|
|
3563
3740
|
body: 'body',
|
|
3564
3741
|
};
|
|
3565
3742
|
}
|
|
3566
3743
|
static types() {
|
|
3567
3744
|
return {
|
|
3568
3745
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3746
|
+
statusCode: 'number',
|
|
3569
3747
|
body: GetSpareIpResponseBody,
|
|
3570
3748
|
};
|
|
3571
3749
|
}
|
|
@@ -3612,12 +3790,14 @@ class ListAccelerateAreasResponse extends $tea.Model {
|
|
|
3612
3790
|
static names() {
|
|
3613
3791
|
return {
|
|
3614
3792
|
headers: 'headers',
|
|
3793
|
+
statusCode: 'statusCode',
|
|
3615
3794
|
body: 'body',
|
|
3616
3795
|
};
|
|
3617
3796
|
}
|
|
3618
3797
|
static types() {
|
|
3619
3798
|
return {
|
|
3620
3799
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3800
|
+
statusCode: 'number',
|
|
3621
3801
|
body: ListAccelerateAreasResponseBody,
|
|
3622
3802
|
};
|
|
3623
3803
|
}
|
|
@@ -3678,12 +3858,14 @@ class ListAcceleratorsResponse extends $tea.Model {
|
|
|
3678
3858
|
static names() {
|
|
3679
3859
|
return {
|
|
3680
3860
|
headers: 'headers',
|
|
3861
|
+
statusCode: 'statusCode',
|
|
3681
3862
|
body: 'body',
|
|
3682
3863
|
};
|
|
3683
3864
|
}
|
|
3684
3865
|
static types() {
|
|
3685
3866
|
return {
|
|
3686
3867
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3868
|
+
statusCode: 'number',
|
|
3687
3869
|
body: ListAcceleratorsResponseBody,
|
|
3688
3870
|
};
|
|
3689
3871
|
}
|
|
@@ -3746,12 +3928,14 @@ class ListAclsResponse extends $tea.Model {
|
|
|
3746
3928
|
static names() {
|
|
3747
3929
|
return {
|
|
3748
3930
|
headers: 'headers',
|
|
3931
|
+
statusCode: 'statusCode',
|
|
3749
3932
|
body: 'body',
|
|
3750
3933
|
};
|
|
3751
3934
|
}
|
|
3752
3935
|
static types() {
|
|
3753
3936
|
return {
|
|
3754
3937
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3938
|
+
statusCode: 'number',
|
|
3755
3939
|
body: ListAclsResponseBody,
|
|
3756
3940
|
};
|
|
3757
3941
|
}
|
|
@@ -3810,12 +3994,14 @@ class ListApplicationMonitorResponse extends $tea.Model {
|
|
|
3810
3994
|
static names() {
|
|
3811
3995
|
return {
|
|
3812
3996
|
headers: 'headers',
|
|
3997
|
+
statusCode: 'statusCode',
|
|
3813
3998
|
body: 'body',
|
|
3814
3999
|
};
|
|
3815
4000
|
}
|
|
3816
4001
|
static types() {
|
|
3817
4002
|
return {
|
|
3818
4003
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4004
|
+
statusCode: 'number',
|
|
3819
4005
|
body: ListApplicationMonitorResponseBody,
|
|
3820
4006
|
};
|
|
3821
4007
|
}
|
|
@@ -3878,12 +4064,14 @@ class ListApplicationMonitorDetectResultResponse extends $tea.Model {
|
|
|
3878
4064
|
static names() {
|
|
3879
4065
|
return {
|
|
3880
4066
|
headers: 'headers',
|
|
4067
|
+
statusCode: 'statusCode',
|
|
3881
4068
|
body: 'body',
|
|
3882
4069
|
};
|
|
3883
4070
|
}
|
|
3884
4071
|
static types() {
|
|
3885
4072
|
return {
|
|
3886
4073
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4074
|
+
statusCode: 'number',
|
|
3887
4075
|
body: ListApplicationMonitorDetectResultResponseBody,
|
|
3888
4076
|
};
|
|
3889
4077
|
}
|
|
@@ -3932,12 +4120,14 @@ class ListAvailableAccelerateAreasResponse extends $tea.Model {
|
|
|
3932
4120
|
static names() {
|
|
3933
4121
|
return {
|
|
3934
4122
|
headers: 'headers',
|
|
4123
|
+
statusCode: 'statusCode',
|
|
3935
4124
|
body: 'body',
|
|
3936
4125
|
};
|
|
3937
4126
|
}
|
|
3938
4127
|
static types() {
|
|
3939
4128
|
return {
|
|
3940
4129
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4130
|
+
statusCode: 'number',
|
|
3941
4131
|
body: ListAvailableAccelerateAreasResponseBody,
|
|
3942
4132
|
};
|
|
3943
4133
|
}
|
|
@@ -3986,12 +4176,14 @@ class ListAvailableBusiRegionsResponse extends $tea.Model {
|
|
|
3986
4176
|
static names() {
|
|
3987
4177
|
return {
|
|
3988
4178
|
headers: 'headers',
|
|
4179
|
+
statusCode: 'statusCode',
|
|
3989
4180
|
body: 'body',
|
|
3990
4181
|
};
|
|
3991
4182
|
}
|
|
3992
4183
|
static types() {
|
|
3993
4184
|
return {
|
|
3994
4185
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4186
|
+
statusCode: 'number',
|
|
3995
4187
|
body: ListAvailableBusiRegionsResponseBody,
|
|
3996
4188
|
};
|
|
3997
4189
|
}
|
|
@@ -4054,12 +4246,14 @@ class ListBandwidthPackagesResponse extends $tea.Model {
|
|
|
4054
4246
|
static names() {
|
|
4055
4247
|
return {
|
|
4056
4248
|
headers: 'headers',
|
|
4249
|
+
statusCode: 'statusCode',
|
|
4057
4250
|
body: 'body',
|
|
4058
4251
|
};
|
|
4059
4252
|
}
|
|
4060
4253
|
static types() {
|
|
4061
4254
|
return {
|
|
4062
4255
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4256
|
+
statusCode: 'number',
|
|
4063
4257
|
body: ListBandwidthPackagesResponseBody,
|
|
4064
4258
|
};
|
|
4065
4259
|
}
|
|
@@ -4116,12 +4310,14 @@ class ListBandwidthackagesResponse extends $tea.Model {
|
|
|
4116
4310
|
static names() {
|
|
4117
4311
|
return {
|
|
4118
4312
|
headers: 'headers',
|
|
4313
|
+
statusCode: 'statusCode',
|
|
4119
4314
|
body: 'body',
|
|
4120
4315
|
};
|
|
4121
4316
|
}
|
|
4122
4317
|
static types() {
|
|
4123
4318
|
return {
|
|
4124
4319
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4320
|
+
statusCode: 'number',
|
|
4125
4321
|
body: ListBandwidthackagesResponseBody,
|
|
4126
4322
|
};
|
|
4127
4323
|
}
|
|
@@ -4182,12 +4378,14 @@ class ListBasicAcceleratorsResponse extends $tea.Model {
|
|
|
4182
4378
|
static names() {
|
|
4183
4379
|
return {
|
|
4184
4380
|
headers: 'headers',
|
|
4381
|
+
statusCode: 'statusCode',
|
|
4185
4382
|
body: 'body',
|
|
4186
4383
|
};
|
|
4187
4384
|
}
|
|
4188
4385
|
static types() {
|
|
4189
4386
|
return {
|
|
4190
4387
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4388
|
+
statusCode: 'number',
|
|
4191
4389
|
body: ListBasicAcceleratorsResponseBody,
|
|
4192
4390
|
};
|
|
4193
4391
|
}
|
|
@@ -4234,12 +4432,14 @@ class ListBusiRegionsResponse extends $tea.Model {
|
|
|
4234
4432
|
static names() {
|
|
4235
4433
|
return {
|
|
4236
4434
|
headers: 'headers',
|
|
4435
|
+
statusCode: 'statusCode',
|
|
4237
4436
|
body: 'body',
|
|
4238
4437
|
};
|
|
4239
4438
|
}
|
|
4240
4439
|
static types() {
|
|
4241
4440
|
return {
|
|
4242
4441
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4442
|
+
statusCode: 'number',
|
|
4243
4443
|
body: ListBusiRegionsResponseBody,
|
|
4244
4444
|
};
|
|
4245
4445
|
}
|
|
@@ -4306,12 +4506,14 @@ class ListEndpointGroupsResponse extends $tea.Model {
|
|
|
4306
4506
|
static names() {
|
|
4307
4507
|
return {
|
|
4308
4508
|
headers: 'headers',
|
|
4509
|
+
statusCode: 'statusCode',
|
|
4309
4510
|
body: 'body',
|
|
4310
4511
|
};
|
|
4311
4512
|
}
|
|
4312
4513
|
static types() {
|
|
4313
4514
|
return {
|
|
4314
4515
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4516
|
+
statusCode: 'number',
|
|
4315
4517
|
body: ListEndpointGroupsResponseBody,
|
|
4316
4518
|
};
|
|
4317
4519
|
}
|
|
@@ -4376,12 +4578,14 @@ class ListForwardingRulesResponse extends $tea.Model {
|
|
|
4376
4578
|
static names() {
|
|
4377
4579
|
return {
|
|
4378
4580
|
headers: 'headers',
|
|
4581
|
+
statusCode: 'statusCode',
|
|
4379
4582
|
body: 'body',
|
|
4380
4583
|
};
|
|
4381
4584
|
}
|
|
4382
4585
|
static types() {
|
|
4383
4586
|
return {
|
|
4384
4587
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4588
|
+
statusCode: 'number',
|
|
4385
4589
|
body: ListForwardingRulesResponseBody,
|
|
4386
4590
|
};
|
|
4387
4591
|
}
|
|
@@ -4440,12 +4644,14 @@ class ListIpSetsResponse extends $tea.Model {
|
|
|
4440
4644
|
static names() {
|
|
4441
4645
|
return {
|
|
4442
4646
|
headers: 'headers',
|
|
4647
|
+
statusCode: 'statusCode',
|
|
4443
4648
|
body: 'body',
|
|
4444
4649
|
};
|
|
4445
4650
|
}
|
|
4446
4651
|
static types() {
|
|
4447
4652
|
return {
|
|
4448
4653
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4654
|
+
statusCode: 'number',
|
|
4449
4655
|
body: ListIpSetsResponseBody,
|
|
4450
4656
|
};
|
|
4451
4657
|
}
|
|
@@ -4508,12 +4714,14 @@ class ListListenerCertificatesResponse extends $tea.Model {
|
|
|
4508
4714
|
static names() {
|
|
4509
4715
|
return {
|
|
4510
4716
|
headers: 'headers',
|
|
4717
|
+
statusCode: 'statusCode',
|
|
4511
4718
|
body: 'body',
|
|
4512
4719
|
};
|
|
4513
4720
|
}
|
|
4514
4721
|
static types() {
|
|
4515
4722
|
return {
|
|
4516
4723
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4724
|
+
statusCode: 'number',
|
|
4517
4725
|
body: ListListenerCertificatesResponseBody,
|
|
4518
4726
|
};
|
|
4519
4727
|
}
|
|
@@ -4572,12 +4780,14 @@ class ListListenersResponse extends $tea.Model {
|
|
|
4572
4780
|
static names() {
|
|
4573
4781
|
return {
|
|
4574
4782
|
headers: 'headers',
|
|
4783
|
+
statusCode: 'statusCode',
|
|
4575
4784
|
body: 'body',
|
|
4576
4785
|
};
|
|
4577
4786
|
}
|
|
4578
4787
|
static types() {
|
|
4579
4788
|
return {
|
|
4580
4789
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4790
|
+
statusCode: 'number',
|
|
4581
4791
|
body: ListListenersResponseBody,
|
|
4582
4792
|
};
|
|
4583
4793
|
}
|
|
@@ -4630,12 +4840,14 @@ class ListSpareIpsResponse extends $tea.Model {
|
|
|
4630
4840
|
static names() {
|
|
4631
4841
|
return {
|
|
4632
4842
|
headers: 'headers',
|
|
4843
|
+
statusCode: 'statusCode',
|
|
4633
4844
|
body: 'body',
|
|
4634
4845
|
};
|
|
4635
4846
|
}
|
|
4636
4847
|
static types() {
|
|
4637
4848
|
return {
|
|
4638
4849
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4850
|
+
statusCode: 'number',
|
|
4639
4851
|
body: ListSpareIpsResponseBody,
|
|
4640
4852
|
};
|
|
4641
4853
|
}
|
|
@@ -4692,12 +4904,14 @@ class ListSystemSecurityPoliciesResponse extends $tea.Model {
|
|
|
4692
4904
|
static names() {
|
|
4693
4905
|
return {
|
|
4694
4906
|
headers: 'headers',
|
|
4907
|
+
statusCode: 'statusCode',
|
|
4695
4908
|
body: 'body',
|
|
4696
4909
|
};
|
|
4697
4910
|
}
|
|
4698
4911
|
static types() {
|
|
4699
4912
|
return {
|
|
4700
4913
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4914
|
+
statusCode: 'number',
|
|
4701
4915
|
body: ListSystemSecurityPoliciesResponseBody,
|
|
4702
4916
|
};
|
|
4703
4917
|
}
|
|
@@ -4752,12 +4966,14 @@ class RemoveEntriesFromAclResponse extends $tea.Model {
|
|
|
4752
4966
|
static names() {
|
|
4753
4967
|
return {
|
|
4754
4968
|
headers: 'headers',
|
|
4969
|
+
statusCode: 'statusCode',
|
|
4755
4970
|
body: 'body',
|
|
4756
4971
|
};
|
|
4757
4972
|
}
|
|
4758
4973
|
static types() {
|
|
4759
4974
|
return {
|
|
4760
4975
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4976
|
+
statusCode: 'number',
|
|
4761
4977
|
body: RemoveEntriesFromAclResponseBody,
|
|
4762
4978
|
};
|
|
4763
4979
|
}
|
|
@@ -4806,12 +5022,14 @@ class ReplaceBandwidthPackageResponse extends $tea.Model {
|
|
|
4806
5022
|
static names() {
|
|
4807
5023
|
return {
|
|
4808
5024
|
headers: 'headers',
|
|
5025
|
+
statusCode: 'statusCode',
|
|
4809
5026
|
body: 'body',
|
|
4810
5027
|
};
|
|
4811
5028
|
}
|
|
4812
5029
|
static types() {
|
|
4813
5030
|
return {
|
|
4814
5031
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5032
|
+
statusCode: 'number',
|
|
4815
5033
|
body: ReplaceBandwidthPackageResponseBody,
|
|
4816
5034
|
};
|
|
4817
5035
|
}
|
|
@@ -4870,12 +5088,14 @@ class UpdateAcceleratorResponse extends $tea.Model {
|
|
|
4870
5088
|
static names() {
|
|
4871
5089
|
return {
|
|
4872
5090
|
headers: 'headers',
|
|
5091
|
+
statusCode: 'statusCode',
|
|
4873
5092
|
body: 'body',
|
|
4874
5093
|
};
|
|
4875
5094
|
}
|
|
4876
5095
|
static types() {
|
|
4877
5096
|
return {
|
|
4878
5097
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5098
|
+
statusCode: 'number',
|
|
4879
5099
|
body: UpdateAcceleratorResponseBody,
|
|
4880
5100
|
};
|
|
4881
5101
|
}
|
|
@@ -4934,12 +5154,14 @@ class UpdateAcceleratorAutoRenewAttributeResponse extends $tea.Model {
|
|
|
4934
5154
|
static names() {
|
|
4935
5155
|
return {
|
|
4936
5156
|
headers: 'headers',
|
|
5157
|
+
statusCode: 'statusCode',
|
|
4937
5158
|
body: 'body',
|
|
4938
5159
|
};
|
|
4939
5160
|
}
|
|
4940
5161
|
static types() {
|
|
4941
5162
|
return {
|
|
4942
5163
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5164
|
+
statusCode: 'number',
|
|
4943
5165
|
body: UpdateAcceleratorAutoRenewAttributeResponseBody,
|
|
4944
5166
|
};
|
|
4945
5167
|
}
|
|
@@ -4986,12 +5208,14 @@ class UpdateAcceleratorConfirmResponse extends $tea.Model {
|
|
|
4986
5208
|
static names() {
|
|
4987
5209
|
return {
|
|
4988
5210
|
headers: 'headers',
|
|
5211
|
+
statusCode: 'statusCode',
|
|
4989
5212
|
body: 'body',
|
|
4990
5213
|
};
|
|
4991
5214
|
}
|
|
4992
5215
|
static types() {
|
|
4993
5216
|
return {
|
|
4994
5217
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5218
|
+
statusCode: 'number',
|
|
4995
5219
|
body: UpdateAcceleratorConfirmResponseBody,
|
|
4996
5220
|
};
|
|
4997
5221
|
}
|
|
@@ -5046,12 +5270,14 @@ class UpdateAclAttributeResponse extends $tea.Model {
|
|
|
5046
5270
|
static names() {
|
|
5047
5271
|
return {
|
|
5048
5272
|
headers: 'headers',
|
|
5273
|
+
statusCode: 'statusCode',
|
|
5049
5274
|
body: 'body',
|
|
5050
5275
|
};
|
|
5051
5276
|
}
|
|
5052
5277
|
static types() {
|
|
5053
5278
|
return {
|
|
5054
5279
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5280
|
+
statusCode: 'number',
|
|
5055
5281
|
body: UpdateAclAttributeResponseBody,
|
|
5056
5282
|
};
|
|
5057
5283
|
}
|
|
@@ -5116,17 +5342,85 @@ class UpdateApplicationMonitorResponse extends $tea.Model {
|
|
|
5116
5342
|
static names() {
|
|
5117
5343
|
return {
|
|
5118
5344
|
headers: 'headers',
|
|
5345
|
+
statusCode: 'statusCode',
|
|
5119
5346
|
body: 'body',
|
|
5120
5347
|
};
|
|
5121
5348
|
}
|
|
5122
5349
|
static types() {
|
|
5123
5350
|
return {
|
|
5124
5351
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5352
|
+
statusCode: 'number',
|
|
5125
5353
|
body: UpdateApplicationMonitorResponseBody,
|
|
5126
5354
|
};
|
|
5127
5355
|
}
|
|
5128
5356
|
}
|
|
5129
5357
|
exports.UpdateApplicationMonitorResponse = UpdateApplicationMonitorResponse;
|
|
5358
|
+
class UpdateBandwidthPackagaAutoRenewAttributeRequest extends $tea.Model {
|
|
5359
|
+
constructor(map) {
|
|
5360
|
+
super(map);
|
|
5361
|
+
}
|
|
5362
|
+
static names() {
|
|
5363
|
+
return {
|
|
5364
|
+
autoRenew: 'AutoRenew',
|
|
5365
|
+
autoRenewDuration: 'AutoRenewDuration',
|
|
5366
|
+
clientToken: 'ClientToken',
|
|
5367
|
+
instanceId: 'InstanceId',
|
|
5368
|
+
name: 'Name',
|
|
5369
|
+
regionId: 'RegionId',
|
|
5370
|
+
renewalStatus: 'RenewalStatus',
|
|
5371
|
+
};
|
|
5372
|
+
}
|
|
5373
|
+
static types() {
|
|
5374
|
+
return {
|
|
5375
|
+
autoRenew: 'boolean',
|
|
5376
|
+
autoRenewDuration: 'number',
|
|
5377
|
+
clientToken: 'string',
|
|
5378
|
+
instanceId: 'string',
|
|
5379
|
+
name: 'string',
|
|
5380
|
+
regionId: 'string',
|
|
5381
|
+
renewalStatus: 'string',
|
|
5382
|
+
};
|
|
5383
|
+
}
|
|
5384
|
+
}
|
|
5385
|
+
exports.UpdateBandwidthPackagaAutoRenewAttributeRequest = UpdateBandwidthPackagaAutoRenewAttributeRequest;
|
|
5386
|
+
class UpdateBandwidthPackagaAutoRenewAttributeResponseBody extends $tea.Model {
|
|
5387
|
+
constructor(map) {
|
|
5388
|
+
super(map);
|
|
5389
|
+
}
|
|
5390
|
+
static names() {
|
|
5391
|
+
return {
|
|
5392
|
+
instanceId: 'InstanceId',
|
|
5393
|
+
requestId: 'RequestId',
|
|
5394
|
+
};
|
|
5395
|
+
}
|
|
5396
|
+
static types() {
|
|
5397
|
+
return {
|
|
5398
|
+
instanceId: 'string',
|
|
5399
|
+
requestId: 'string',
|
|
5400
|
+
};
|
|
5401
|
+
}
|
|
5402
|
+
}
|
|
5403
|
+
exports.UpdateBandwidthPackagaAutoRenewAttributeResponseBody = UpdateBandwidthPackagaAutoRenewAttributeResponseBody;
|
|
5404
|
+
class UpdateBandwidthPackagaAutoRenewAttributeResponse extends $tea.Model {
|
|
5405
|
+
constructor(map) {
|
|
5406
|
+
super(map);
|
|
5407
|
+
}
|
|
5408
|
+
static names() {
|
|
5409
|
+
return {
|
|
5410
|
+
headers: 'headers',
|
|
5411
|
+
statusCode: 'statusCode',
|
|
5412
|
+
body: 'body',
|
|
5413
|
+
};
|
|
5414
|
+
}
|
|
5415
|
+
static types() {
|
|
5416
|
+
return {
|
|
5417
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5418
|
+
statusCode: 'number',
|
|
5419
|
+
body: UpdateBandwidthPackagaAutoRenewAttributeResponseBody,
|
|
5420
|
+
};
|
|
5421
|
+
}
|
|
5422
|
+
}
|
|
5423
|
+
exports.UpdateBandwidthPackagaAutoRenewAttributeResponse = UpdateBandwidthPackagaAutoRenewAttributeResponse;
|
|
5130
5424
|
class UpdateBandwidthPackageRequest extends $tea.Model {
|
|
5131
5425
|
constructor(map) {
|
|
5132
5426
|
super(map);
|
|
@@ -5186,12 +5480,14 @@ class UpdateBandwidthPackageResponse extends $tea.Model {
|
|
|
5186
5480
|
static names() {
|
|
5187
5481
|
return {
|
|
5188
5482
|
headers: 'headers',
|
|
5483
|
+
statusCode: 'statusCode',
|
|
5189
5484
|
body: 'body',
|
|
5190
5485
|
};
|
|
5191
5486
|
}
|
|
5192
5487
|
static types() {
|
|
5193
5488
|
return {
|
|
5194
5489
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5490
|
+
statusCode: 'number',
|
|
5195
5491
|
body: UpdateBandwidthPackageResponseBody,
|
|
5196
5492
|
};
|
|
5197
5493
|
}
|
|
@@ -5244,12 +5540,14 @@ class UpdateBasicAcceleratorResponse extends $tea.Model {
|
|
|
5244
5540
|
static names() {
|
|
5245
5541
|
return {
|
|
5246
5542
|
headers: 'headers',
|
|
5543
|
+
statusCode: 'statusCode',
|
|
5247
5544
|
body: 'body',
|
|
5248
5545
|
};
|
|
5249
5546
|
}
|
|
5250
5547
|
static types() {
|
|
5251
5548
|
return {
|
|
5252
5549
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5550
|
+
statusCode: 'number',
|
|
5253
5551
|
body: UpdateBasicAcceleratorResponseBody,
|
|
5254
5552
|
};
|
|
5255
5553
|
}
|
|
@@ -5306,12 +5604,14 @@ class UpdateBasicEndpointGroupResponse extends $tea.Model {
|
|
|
5306
5604
|
static names() {
|
|
5307
5605
|
return {
|
|
5308
5606
|
headers: 'headers',
|
|
5607
|
+
statusCode: 'statusCode',
|
|
5309
5608
|
body: 'body',
|
|
5310
5609
|
};
|
|
5311
5610
|
}
|
|
5312
5611
|
static types() {
|
|
5313
5612
|
return {
|
|
5314
5613
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5614
|
+
statusCode: 'number',
|
|
5315
5615
|
body: UpdateBasicEndpointGroupResponseBody,
|
|
5316
5616
|
};
|
|
5317
5617
|
}
|
|
@@ -5386,12 +5686,14 @@ class UpdateEndpointGroupResponse extends $tea.Model {
|
|
|
5386
5686
|
static names() {
|
|
5387
5687
|
return {
|
|
5388
5688
|
headers: 'headers',
|
|
5689
|
+
statusCode: 'statusCode',
|
|
5389
5690
|
body: 'body',
|
|
5390
5691
|
};
|
|
5391
5692
|
}
|
|
5392
5693
|
static types() {
|
|
5393
5694
|
return {
|
|
5394
5695
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5696
|
+
statusCode: 'number',
|
|
5395
5697
|
body: UpdateEndpointGroupResponseBody,
|
|
5396
5698
|
};
|
|
5397
5699
|
}
|
|
@@ -5444,12 +5746,14 @@ class UpdateEndpointGroupAttributeResponse extends $tea.Model {
|
|
|
5444
5746
|
static names() {
|
|
5445
5747
|
return {
|
|
5446
5748
|
headers: 'headers',
|
|
5749
|
+
statusCode: 'statusCode',
|
|
5447
5750
|
body: 'body',
|
|
5448
5751
|
};
|
|
5449
5752
|
}
|
|
5450
5753
|
static types() {
|
|
5451
5754
|
return {
|
|
5452
5755
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5756
|
+
statusCode: 'number',
|
|
5453
5757
|
body: UpdateEndpointGroupAttributeResponseBody,
|
|
5454
5758
|
};
|
|
5455
5759
|
}
|
|
@@ -5504,12 +5808,14 @@ class UpdateEndpointGroupsResponse extends $tea.Model {
|
|
|
5504
5808
|
static names() {
|
|
5505
5809
|
return {
|
|
5506
5810
|
headers: 'headers',
|
|
5811
|
+
statusCode: 'statusCode',
|
|
5507
5812
|
body: 'body',
|
|
5508
5813
|
};
|
|
5509
5814
|
}
|
|
5510
5815
|
static types() {
|
|
5511
5816
|
return {
|
|
5512
5817
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5818
|
+
statusCode: 'number',
|
|
5513
5819
|
body: UpdateEndpointGroupsResponseBody,
|
|
5514
5820
|
};
|
|
5515
5821
|
}
|
|
@@ -5564,12 +5870,14 @@ class UpdateForwardingRulesResponse extends $tea.Model {
|
|
|
5564
5870
|
static names() {
|
|
5565
5871
|
return {
|
|
5566
5872
|
headers: 'headers',
|
|
5873
|
+
statusCode: 'statusCode',
|
|
5567
5874
|
body: 'body',
|
|
5568
5875
|
};
|
|
5569
5876
|
}
|
|
5570
5877
|
static types() {
|
|
5571
5878
|
return {
|
|
5572
5879
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5880
|
+
statusCode: 'number',
|
|
5573
5881
|
body: UpdateForwardingRulesResponseBody,
|
|
5574
5882
|
};
|
|
5575
5883
|
}
|
|
@@ -5620,12 +5928,14 @@ class UpdateIpSetResponse extends $tea.Model {
|
|
|
5620
5928
|
static names() {
|
|
5621
5929
|
return {
|
|
5622
5930
|
headers: 'headers',
|
|
5931
|
+
statusCode: 'statusCode',
|
|
5623
5932
|
body: 'body',
|
|
5624
5933
|
};
|
|
5625
5934
|
}
|
|
5626
5935
|
static types() {
|
|
5627
5936
|
return {
|
|
5628
5937
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5938
|
+
statusCode: 'number',
|
|
5629
5939
|
body: UpdateIpSetResponseBody,
|
|
5630
5940
|
};
|
|
5631
5941
|
}
|
|
@@ -5672,12 +5982,14 @@ class UpdateIpSetsResponse extends $tea.Model {
|
|
|
5672
5982
|
static names() {
|
|
5673
5983
|
return {
|
|
5674
5984
|
headers: 'headers',
|
|
5985
|
+
statusCode: 'statusCode',
|
|
5675
5986
|
body: 'body',
|
|
5676
5987
|
};
|
|
5677
5988
|
}
|
|
5678
5989
|
static types() {
|
|
5679
5990
|
return {
|
|
5680
5991
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5992
|
+
statusCode: 'number',
|
|
5681
5993
|
body: UpdateIpSetsResponseBody,
|
|
5682
5994
|
};
|
|
5683
5995
|
}
|
|
@@ -5746,12 +6058,14 @@ class UpdateListenerResponse extends $tea.Model {
|
|
|
5746
6058
|
static names() {
|
|
5747
6059
|
return {
|
|
5748
6060
|
headers: 'headers',
|
|
6061
|
+
statusCode: 'statusCode',
|
|
5749
6062
|
body: 'body',
|
|
5750
6063
|
};
|
|
5751
6064
|
}
|
|
5752
6065
|
static types() {
|
|
5753
6066
|
return {
|
|
5754
6067
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6068
|
+
statusCode: 'number',
|
|
5755
6069
|
body: UpdateListenerResponseBody,
|
|
5756
6070
|
};
|
|
5757
6071
|
}
|
|
@@ -8352,6 +8666,12 @@ class Client extends openapi_client_1.default {
|
|
|
8352
8666
|
if (!tea_util_1.default.isUnset(request.autoPay)) {
|
|
8353
8667
|
query["AutoPay"] = request.autoPay;
|
|
8354
8668
|
}
|
|
8669
|
+
if (!tea_util_1.default.isUnset(request.autoRenew)) {
|
|
8670
|
+
query["AutoRenew"] = request.autoRenew;
|
|
8671
|
+
}
|
|
8672
|
+
if (!tea_util_1.default.isUnset(request.autoRenewDuration)) {
|
|
8673
|
+
query["AutoRenewDuration"] = request.autoRenewDuration;
|
|
8674
|
+
}
|
|
8355
8675
|
if (!tea_util_1.default.isUnset(request.autoUseCoupon)) {
|
|
8356
8676
|
query["AutoUseCoupon"] = request.autoUseCoupon;
|
|
8357
8677
|
}
|
|
@@ -9404,6 +9724,35 @@ class Client extends openapi_client_1.default {
|
|
|
9404
9724
|
let runtime = new $Util.RuntimeOptions({});
|
|
9405
9725
|
return await this.describeBandwidthPackageWithOptions(request, runtime);
|
|
9406
9726
|
}
|
|
9727
|
+
async describeBandwidthPackageAutoRenewAttributeWithOptions(request, runtime) {
|
|
9728
|
+
tea_util_1.default.validateModel(request);
|
|
9729
|
+
let query = {};
|
|
9730
|
+
if (!tea_util_1.default.isUnset(request.instanceId)) {
|
|
9731
|
+
query["InstanceId"] = request.instanceId;
|
|
9732
|
+
}
|
|
9733
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
9734
|
+
query["RegionId"] = request.regionId;
|
|
9735
|
+
}
|
|
9736
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
9737
|
+
query: openapi_util_1.default.query(query),
|
|
9738
|
+
});
|
|
9739
|
+
let params = new $OpenApi.Params({
|
|
9740
|
+
action: "DescribeBandwidthPackageAutoRenewAttribute",
|
|
9741
|
+
version: "2019-11-20",
|
|
9742
|
+
protocol: "HTTPS",
|
|
9743
|
+
pathname: "/",
|
|
9744
|
+
method: "POST",
|
|
9745
|
+
authType: "AK",
|
|
9746
|
+
style: "RPC",
|
|
9747
|
+
reqBodyType: "formData",
|
|
9748
|
+
bodyType: "json",
|
|
9749
|
+
});
|
|
9750
|
+
return $tea.cast(await this.callApi(params, req, runtime), new DescribeBandwidthPackageAutoRenewAttributeResponse({}));
|
|
9751
|
+
}
|
|
9752
|
+
async describeBandwidthPackageAutoRenewAttribute(request) {
|
|
9753
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
9754
|
+
return await this.describeBandwidthPackageAutoRenewAttributeWithOptions(request, runtime);
|
|
9755
|
+
}
|
|
9407
9756
|
async describeEndpointGroupWithOptions(request, runtime) {
|
|
9408
9757
|
tea_util_1.default.validateModel(request);
|
|
9409
9758
|
let query = {};
|
|
@@ -10883,6 +11232,50 @@ class Client extends openapi_client_1.default {
|
|
|
10883
11232
|
let runtime = new $Util.RuntimeOptions({});
|
|
10884
11233
|
return await this.updateApplicationMonitorWithOptions(request, runtime);
|
|
10885
11234
|
}
|
|
11235
|
+
async updateBandwidthPackagaAutoRenewAttributeWithOptions(request, runtime) {
|
|
11236
|
+
tea_util_1.default.validateModel(request);
|
|
11237
|
+
let query = {};
|
|
11238
|
+
if (!tea_util_1.default.isUnset(request.autoRenew)) {
|
|
11239
|
+
query["AutoRenew"] = request.autoRenew;
|
|
11240
|
+
}
|
|
11241
|
+
if (!tea_util_1.default.isUnset(request.autoRenewDuration)) {
|
|
11242
|
+
query["AutoRenewDuration"] = request.autoRenewDuration;
|
|
11243
|
+
}
|
|
11244
|
+
if (!tea_util_1.default.isUnset(request.clientToken)) {
|
|
11245
|
+
query["ClientToken"] = request.clientToken;
|
|
11246
|
+
}
|
|
11247
|
+
if (!tea_util_1.default.isUnset(request.instanceId)) {
|
|
11248
|
+
query["InstanceId"] = request.instanceId;
|
|
11249
|
+
}
|
|
11250
|
+
if (!tea_util_1.default.isUnset(request.name)) {
|
|
11251
|
+
query["Name"] = request.name;
|
|
11252
|
+
}
|
|
11253
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
11254
|
+
query["RegionId"] = request.regionId;
|
|
11255
|
+
}
|
|
11256
|
+
if (!tea_util_1.default.isUnset(request.renewalStatus)) {
|
|
11257
|
+
query["RenewalStatus"] = request.renewalStatus;
|
|
11258
|
+
}
|
|
11259
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
11260
|
+
query: openapi_util_1.default.query(query),
|
|
11261
|
+
});
|
|
11262
|
+
let params = new $OpenApi.Params({
|
|
11263
|
+
action: "UpdateBandwidthPackagaAutoRenewAttribute",
|
|
11264
|
+
version: "2019-11-20",
|
|
11265
|
+
protocol: "HTTPS",
|
|
11266
|
+
pathname: "/",
|
|
11267
|
+
method: "POST",
|
|
11268
|
+
authType: "AK",
|
|
11269
|
+
style: "RPC",
|
|
11270
|
+
reqBodyType: "formData",
|
|
11271
|
+
bodyType: "json",
|
|
11272
|
+
});
|
|
11273
|
+
return $tea.cast(await this.callApi(params, req, runtime), new UpdateBandwidthPackagaAutoRenewAttributeResponse({}));
|
|
11274
|
+
}
|
|
11275
|
+
async updateBandwidthPackagaAutoRenewAttribute(request) {
|
|
11276
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
11277
|
+
return await this.updateBandwidthPackagaAutoRenewAttributeWithOptions(request, runtime);
|
|
11278
|
+
}
|
|
10886
11279
|
async updateBandwidthPackageWithOptions(request, runtime) {
|
|
10887
11280
|
tea_util_1.default.validateModel(request);
|
|
10888
11281
|
let query = {};
|