@alicloud/ga20191120 1.0.8 → 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/LICENSE +13 -0
- package/README.md +25 -0
- package/dist/client.d.ts +253 -1
- package/dist/client.js +517 -1
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +703 -2
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
|
}
|
|
@@ -519,6 +535,7 @@ class CreateAcceleratorRequest extends $tea.Model {
|
|
|
519
535
|
autoUseCoupon: 'AutoUseCoupon',
|
|
520
536
|
clientToken: 'ClientToken',
|
|
521
537
|
duration: 'Duration',
|
|
538
|
+
ipSetConfig: 'IpSetConfig',
|
|
522
539
|
name: 'Name',
|
|
523
540
|
pricingCycle: 'PricingCycle',
|
|
524
541
|
regionId: 'RegionId',
|
|
@@ -533,6 +550,7 @@ class CreateAcceleratorRequest extends $tea.Model {
|
|
|
533
550
|
autoUseCoupon: 'string',
|
|
534
551
|
clientToken: 'string',
|
|
535
552
|
duration: 'number',
|
|
553
|
+
ipSetConfig: CreateAcceleratorRequestIpSetConfig,
|
|
536
554
|
name: 'string',
|
|
537
555
|
pricingCycle: 'string',
|
|
538
556
|
regionId: 'string',
|
|
@@ -568,12 +586,14 @@ class CreateAcceleratorResponse extends $tea.Model {
|
|
|
568
586
|
static names() {
|
|
569
587
|
return {
|
|
570
588
|
headers: 'headers',
|
|
589
|
+
statusCode: 'statusCode',
|
|
571
590
|
body: 'body',
|
|
572
591
|
};
|
|
573
592
|
}
|
|
574
593
|
static types() {
|
|
575
594
|
return {
|
|
576
595
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
596
|
+
statusCode: 'number',
|
|
577
597
|
body: CreateAcceleratorResponseBody,
|
|
578
598
|
};
|
|
579
599
|
}
|
|
@@ -630,12 +650,14 @@ class CreateAclResponse extends $tea.Model {
|
|
|
630
650
|
static names() {
|
|
631
651
|
return {
|
|
632
652
|
headers: 'headers',
|
|
653
|
+
statusCode: 'statusCode',
|
|
633
654
|
body: 'body',
|
|
634
655
|
};
|
|
635
656
|
}
|
|
636
657
|
static types() {
|
|
637
658
|
return {
|
|
638
659
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
660
|
+
statusCode: 'number',
|
|
639
661
|
body: CreateAclResponseBody,
|
|
640
662
|
};
|
|
641
663
|
}
|
|
@@ -650,10 +672,13 @@ class CreateApplicationMonitorRequest extends $tea.Model {
|
|
|
650
672
|
acceleratorId: 'AcceleratorId',
|
|
651
673
|
address: 'Address',
|
|
652
674
|
clientToken: 'ClientToken',
|
|
675
|
+
detectEnable: 'DetectEnable',
|
|
653
676
|
detectThreshold: 'DetectThreshold',
|
|
677
|
+
detectTimes: 'DetectTimes',
|
|
654
678
|
listenerId: 'ListenerId',
|
|
655
679
|
optionsJson: 'OptionsJson',
|
|
656
680
|
regionId: 'RegionId',
|
|
681
|
+
silenceTime: 'SilenceTime',
|
|
657
682
|
taskName: 'TaskName',
|
|
658
683
|
};
|
|
659
684
|
}
|
|
@@ -662,10 +687,13 @@ class CreateApplicationMonitorRequest extends $tea.Model {
|
|
|
662
687
|
acceleratorId: 'string',
|
|
663
688
|
address: 'string',
|
|
664
689
|
clientToken: 'string',
|
|
690
|
+
detectEnable: 'boolean',
|
|
665
691
|
detectThreshold: 'number',
|
|
692
|
+
detectTimes: 'number',
|
|
666
693
|
listenerId: 'string',
|
|
667
694
|
optionsJson: 'string',
|
|
668
695
|
regionId: 'string',
|
|
696
|
+
silenceTime: 'number',
|
|
669
697
|
taskName: 'string',
|
|
670
698
|
};
|
|
671
699
|
}
|
|
@@ -696,12 +724,14 @@ class CreateApplicationMonitorResponse extends $tea.Model {
|
|
|
696
724
|
static names() {
|
|
697
725
|
return {
|
|
698
726
|
headers: 'headers',
|
|
727
|
+
statusCode: 'statusCode',
|
|
699
728
|
body: 'body',
|
|
700
729
|
};
|
|
701
730
|
}
|
|
702
731
|
static types() {
|
|
703
732
|
return {
|
|
704
733
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
734
|
+
statusCode: 'number',
|
|
705
735
|
body: CreateApplicationMonitorResponseBody,
|
|
706
736
|
};
|
|
707
737
|
}
|
|
@@ -714,6 +744,8 @@ class CreateBandwidthPackageRequest extends $tea.Model {
|
|
|
714
744
|
static names() {
|
|
715
745
|
return {
|
|
716
746
|
autoPay: 'AutoPay',
|
|
747
|
+
autoRenew: 'AutoRenew',
|
|
748
|
+
autoRenewDuration: 'AutoRenewDuration',
|
|
717
749
|
autoUseCoupon: 'AutoUseCoupon',
|
|
718
750
|
bandwidth: 'Bandwidth',
|
|
719
751
|
bandwidthType: 'BandwidthType',
|
|
@@ -732,6 +764,8 @@ class CreateBandwidthPackageRequest extends $tea.Model {
|
|
|
732
764
|
static types() {
|
|
733
765
|
return {
|
|
734
766
|
autoPay: 'boolean',
|
|
767
|
+
autoRenew: 'boolean',
|
|
768
|
+
autoRenewDuration: 'number',
|
|
735
769
|
autoUseCoupon: 'string',
|
|
736
770
|
bandwidth: 'number',
|
|
737
771
|
bandwidthType: 'string',
|
|
@@ -776,12 +810,14 @@ class CreateBandwidthPackageResponse extends $tea.Model {
|
|
|
776
810
|
static names() {
|
|
777
811
|
return {
|
|
778
812
|
headers: 'headers',
|
|
813
|
+
statusCode: 'statusCode',
|
|
779
814
|
body: 'body',
|
|
780
815
|
};
|
|
781
816
|
}
|
|
782
817
|
static types() {
|
|
783
818
|
return {
|
|
784
819
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
820
|
+
statusCode: 'number',
|
|
785
821
|
body: CreateBandwidthPackageResponseBody,
|
|
786
822
|
};
|
|
787
823
|
}
|
|
@@ -844,12 +880,14 @@ class CreateBasicAcceleratorResponse extends $tea.Model {
|
|
|
844
880
|
static names() {
|
|
845
881
|
return {
|
|
846
882
|
headers: 'headers',
|
|
883
|
+
statusCode: 'statusCode',
|
|
847
884
|
body: 'body',
|
|
848
885
|
};
|
|
849
886
|
}
|
|
850
887
|
static types() {
|
|
851
888
|
return {
|
|
852
889
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
890
|
+
statusCode: 'number',
|
|
853
891
|
body: CreateBasicAcceleratorResponseBody,
|
|
854
892
|
};
|
|
855
893
|
}
|
|
@@ -910,12 +948,14 @@ class CreateBasicEndpointGroupResponse extends $tea.Model {
|
|
|
910
948
|
static names() {
|
|
911
949
|
return {
|
|
912
950
|
headers: 'headers',
|
|
951
|
+
statusCode: 'statusCode',
|
|
913
952
|
body: 'body',
|
|
914
953
|
};
|
|
915
954
|
}
|
|
916
955
|
static types() {
|
|
917
956
|
return {
|
|
918
957
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
958
|
+
statusCode: 'number',
|
|
919
959
|
body: CreateBasicEndpointGroupResponseBody,
|
|
920
960
|
};
|
|
921
961
|
}
|
|
@@ -968,12 +1008,14 @@ class CreateBasicIpSetResponse extends $tea.Model {
|
|
|
968
1008
|
static names() {
|
|
969
1009
|
return {
|
|
970
1010
|
headers: 'headers',
|
|
1011
|
+
statusCode: 'statusCode',
|
|
971
1012
|
body: 'body',
|
|
972
1013
|
};
|
|
973
1014
|
}
|
|
974
1015
|
static types() {
|
|
975
1016
|
return {
|
|
976
1017
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1018
|
+
statusCode: 'number',
|
|
977
1019
|
body: CreateBasicIpSetResponseBody,
|
|
978
1020
|
};
|
|
979
1021
|
}
|
|
@@ -1054,12 +1096,14 @@ class CreateEndpointGroupResponse extends $tea.Model {
|
|
|
1054
1096
|
static names() {
|
|
1055
1097
|
return {
|
|
1056
1098
|
headers: 'headers',
|
|
1099
|
+
statusCode: 'statusCode',
|
|
1057
1100
|
body: 'body',
|
|
1058
1101
|
};
|
|
1059
1102
|
}
|
|
1060
1103
|
static types() {
|
|
1061
1104
|
return {
|
|
1062
1105
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1106
|
+
statusCode: 'number',
|
|
1063
1107
|
body: CreateEndpointGroupResponseBody,
|
|
1064
1108
|
};
|
|
1065
1109
|
}
|
|
@@ -1116,12 +1160,14 @@ class CreateEndpointGroupsResponse extends $tea.Model {
|
|
|
1116
1160
|
static names() {
|
|
1117
1161
|
return {
|
|
1118
1162
|
headers: 'headers',
|
|
1163
|
+
statusCode: 'statusCode',
|
|
1119
1164
|
body: 'body',
|
|
1120
1165
|
};
|
|
1121
1166
|
}
|
|
1122
1167
|
static types() {
|
|
1123
1168
|
return {
|
|
1124
1169
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1170
|
+
statusCode: 'number',
|
|
1125
1171
|
body: CreateEndpointGroupsResponseBody,
|
|
1126
1172
|
};
|
|
1127
1173
|
}
|
|
@@ -1176,12 +1222,14 @@ class CreateForwardingRulesResponse extends $tea.Model {
|
|
|
1176
1222
|
static names() {
|
|
1177
1223
|
return {
|
|
1178
1224
|
headers: 'headers',
|
|
1225
|
+
statusCode: 'statusCode',
|
|
1179
1226
|
body: 'body',
|
|
1180
1227
|
};
|
|
1181
1228
|
}
|
|
1182
1229
|
static types() {
|
|
1183
1230
|
return {
|
|
1184
1231
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1232
|
+
statusCode: 'number',
|
|
1185
1233
|
body: CreateForwardingRulesResponseBody,
|
|
1186
1234
|
};
|
|
1187
1235
|
}
|
|
@@ -1236,12 +1284,14 @@ class CreateIpSetsResponse extends $tea.Model {
|
|
|
1236
1284
|
static names() {
|
|
1237
1285
|
return {
|
|
1238
1286
|
headers: 'headers',
|
|
1287
|
+
statusCode: 'statusCode',
|
|
1239
1288
|
body: 'body',
|
|
1240
1289
|
};
|
|
1241
1290
|
}
|
|
1242
1291
|
static types() {
|
|
1243
1292
|
return {
|
|
1244
1293
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1294
|
+
statusCode: 'number',
|
|
1245
1295
|
body: CreateIpSetsResponseBody,
|
|
1246
1296
|
};
|
|
1247
1297
|
}
|
|
@@ -1310,12 +1360,14 @@ class CreateListenerResponse extends $tea.Model {
|
|
|
1310
1360
|
static names() {
|
|
1311
1361
|
return {
|
|
1312
1362
|
headers: 'headers',
|
|
1363
|
+
statusCode: 'statusCode',
|
|
1313
1364
|
body: 'body',
|
|
1314
1365
|
};
|
|
1315
1366
|
}
|
|
1316
1367
|
static types() {
|
|
1317
1368
|
return {
|
|
1318
1369
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1370
|
+
statusCode: 'number',
|
|
1319
1371
|
body: CreateListenerResponseBody,
|
|
1320
1372
|
};
|
|
1321
1373
|
}
|
|
@@ -1368,12 +1420,14 @@ class CreateSpareIpsResponse extends $tea.Model {
|
|
|
1368
1420
|
static names() {
|
|
1369
1421
|
return {
|
|
1370
1422
|
headers: 'headers',
|
|
1423
|
+
statusCode: 'statusCode',
|
|
1371
1424
|
body: 'body',
|
|
1372
1425
|
};
|
|
1373
1426
|
}
|
|
1374
1427
|
static types() {
|
|
1375
1428
|
return {
|
|
1376
1429
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1430
|
+
statusCode: 'number',
|
|
1377
1431
|
body: CreateSpareIpsResponseBody,
|
|
1378
1432
|
};
|
|
1379
1433
|
}
|
|
@@ -1422,12 +1476,14 @@ class DeleteAcceleratorResponse extends $tea.Model {
|
|
|
1422
1476
|
static names() {
|
|
1423
1477
|
return {
|
|
1424
1478
|
headers: 'headers',
|
|
1479
|
+
statusCode: 'statusCode',
|
|
1425
1480
|
body: 'body',
|
|
1426
1481
|
};
|
|
1427
1482
|
}
|
|
1428
1483
|
static types() {
|
|
1429
1484
|
return {
|
|
1430
1485
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1486
|
+
statusCode: 'number',
|
|
1431
1487
|
body: DeleteAcceleratorResponseBody,
|
|
1432
1488
|
};
|
|
1433
1489
|
}
|
|
@@ -1480,12 +1536,14 @@ class DeleteAclResponse extends $tea.Model {
|
|
|
1480
1536
|
static names() {
|
|
1481
1537
|
return {
|
|
1482
1538
|
headers: 'headers',
|
|
1539
|
+
statusCode: 'statusCode',
|
|
1483
1540
|
body: 'body',
|
|
1484
1541
|
};
|
|
1485
1542
|
}
|
|
1486
1543
|
static types() {
|
|
1487
1544
|
return {
|
|
1488
1545
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1546
|
+
statusCode: 'number',
|
|
1489
1547
|
body: DeleteAclResponseBody,
|
|
1490
1548
|
};
|
|
1491
1549
|
}
|
|
@@ -1534,12 +1592,14 @@ class DeleteApplicationMonitorResponse extends $tea.Model {
|
|
|
1534
1592
|
static names() {
|
|
1535
1593
|
return {
|
|
1536
1594
|
headers: 'headers',
|
|
1595
|
+
statusCode: 'statusCode',
|
|
1537
1596
|
body: 'body',
|
|
1538
1597
|
};
|
|
1539
1598
|
}
|
|
1540
1599
|
static types() {
|
|
1541
1600
|
return {
|
|
1542
1601
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1602
|
+
statusCode: 'number',
|
|
1543
1603
|
body: DeleteApplicationMonitorResponseBody,
|
|
1544
1604
|
};
|
|
1545
1605
|
}
|
|
@@ -1590,12 +1650,14 @@ class DeleteBandwidthPackageResponse extends $tea.Model {
|
|
|
1590
1650
|
static names() {
|
|
1591
1651
|
return {
|
|
1592
1652
|
headers: 'headers',
|
|
1653
|
+
statusCode: 'statusCode',
|
|
1593
1654
|
body: 'body',
|
|
1594
1655
|
};
|
|
1595
1656
|
}
|
|
1596
1657
|
static types() {
|
|
1597
1658
|
return {
|
|
1598
1659
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1660
|
+
statusCode: 'number',
|
|
1599
1661
|
body: DeleteBandwidthPackageResponseBody,
|
|
1600
1662
|
};
|
|
1601
1663
|
}
|
|
@@ -1644,12 +1706,14 @@ class DeleteBasicAcceleratorResponse extends $tea.Model {
|
|
|
1644
1706
|
static names() {
|
|
1645
1707
|
return {
|
|
1646
1708
|
headers: 'headers',
|
|
1709
|
+
statusCode: 'statusCode',
|
|
1647
1710
|
body: 'body',
|
|
1648
1711
|
};
|
|
1649
1712
|
}
|
|
1650
1713
|
static types() {
|
|
1651
1714
|
return {
|
|
1652
1715
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1716
|
+
statusCode: 'number',
|
|
1653
1717
|
body: DeleteBasicAcceleratorResponseBody,
|
|
1654
1718
|
};
|
|
1655
1719
|
}
|
|
@@ -1696,12 +1760,14 @@ class DeleteBasicEndpointGroupResponse extends $tea.Model {
|
|
|
1696
1760
|
static names() {
|
|
1697
1761
|
return {
|
|
1698
1762
|
headers: 'headers',
|
|
1763
|
+
statusCode: 'statusCode',
|
|
1699
1764
|
body: 'body',
|
|
1700
1765
|
};
|
|
1701
1766
|
}
|
|
1702
1767
|
static types() {
|
|
1703
1768
|
return {
|
|
1704
1769
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1770
|
+
statusCode: 'number',
|
|
1705
1771
|
body: DeleteBasicEndpointGroupResponseBody,
|
|
1706
1772
|
};
|
|
1707
1773
|
}
|
|
@@ -1750,12 +1816,14 @@ class DeleteBasicIpSetResponse extends $tea.Model {
|
|
|
1750
1816
|
static names() {
|
|
1751
1817
|
return {
|
|
1752
1818
|
headers: 'headers',
|
|
1819
|
+
statusCode: 'statusCode',
|
|
1753
1820
|
body: 'body',
|
|
1754
1821
|
};
|
|
1755
1822
|
}
|
|
1756
1823
|
static types() {
|
|
1757
1824
|
return {
|
|
1758
1825
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1826
|
+
statusCode: 'number',
|
|
1759
1827
|
body: DeleteBasicIpSetResponseBody,
|
|
1760
1828
|
};
|
|
1761
1829
|
}
|
|
@@ -1804,12 +1872,14 @@ class DeleteEndpointGroupResponse extends $tea.Model {
|
|
|
1804
1872
|
static names() {
|
|
1805
1873
|
return {
|
|
1806
1874
|
headers: 'headers',
|
|
1875
|
+
statusCode: 'statusCode',
|
|
1807
1876
|
body: 'body',
|
|
1808
1877
|
};
|
|
1809
1878
|
}
|
|
1810
1879
|
static types() {
|
|
1811
1880
|
return {
|
|
1812
1881
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1882
|
+
statusCode: 'number',
|
|
1813
1883
|
body: DeleteEndpointGroupResponseBody,
|
|
1814
1884
|
};
|
|
1815
1885
|
}
|
|
@@ -1860,12 +1930,14 @@ class DeleteEndpointGroupsResponse extends $tea.Model {
|
|
|
1860
1930
|
static names() {
|
|
1861
1931
|
return {
|
|
1862
1932
|
headers: 'headers',
|
|
1933
|
+
statusCode: 'statusCode',
|
|
1863
1934
|
body: 'body',
|
|
1864
1935
|
};
|
|
1865
1936
|
}
|
|
1866
1937
|
static types() {
|
|
1867
1938
|
return {
|
|
1868
1939
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1940
|
+
statusCode: 'number',
|
|
1869
1941
|
body: DeleteEndpointGroupsResponseBody,
|
|
1870
1942
|
};
|
|
1871
1943
|
}
|
|
@@ -1920,12 +1992,14 @@ class DeleteForwardingRulesResponse extends $tea.Model {
|
|
|
1920
1992
|
static names() {
|
|
1921
1993
|
return {
|
|
1922
1994
|
headers: 'headers',
|
|
1995
|
+
statusCode: 'statusCode',
|
|
1923
1996
|
body: 'body',
|
|
1924
1997
|
};
|
|
1925
1998
|
}
|
|
1926
1999
|
static types() {
|
|
1927
2000
|
return {
|
|
1928
2001
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2002
|
+
statusCode: 'number',
|
|
1929
2003
|
body: DeleteForwardingRulesResponseBody,
|
|
1930
2004
|
};
|
|
1931
2005
|
}
|
|
@@ -1976,12 +2050,14 @@ class DeleteIpSetResponse extends $tea.Model {
|
|
|
1976
2050
|
static names() {
|
|
1977
2051
|
return {
|
|
1978
2052
|
headers: 'headers',
|
|
2053
|
+
statusCode: 'statusCode',
|
|
1979
2054
|
body: 'body',
|
|
1980
2055
|
};
|
|
1981
2056
|
}
|
|
1982
2057
|
static types() {
|
|
1983
2058
|
return {
|
|
1984
2059
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2060
|
+
statusCode: 'number',
|
|
1985
2061
|
body: DeleteIpSetResponseBody,
|
|
1986
2062
|
};
|
|
1987
2063
|
}
|
|
@@ -2028,12 +2104,14 @@ class DeleteIpSetsResponse extends $tea.Model {
|
|
|
2028
2104
|
static names() {
|
|
2029
2105
|
return {
|
|
2030
2106
|
headers: 'headers',
|
|
2107
|
+
statusCode: 'statusCode',
|
|
2031
2108
|
body: 'body',
|
|
2032
2109
|
};
|
|
2033
2110
|
}
|
|
2034
2111
|
static types() {
|
|
2035
2112
|
return {
|
|
2036
2113
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2114
|
+
statusCode: 'number',
|
|
2037
2115
|
body: DeleteIpSetsResponseBody,
|
|
2038
2116
|
};
|
|
2039
2117
|
}
|
|
@@ -2082,12 +2160,14 @@ class DeleteListenerResponse extends $tea.Model {
|
|
|
2082
2160
|
static names() {
|
|
2083
2161
|
return {
|
|
2084
2162
|
headers: 'headers',
|
|
2163
|
+
statusCode: 'statusCode',
|
|
2085
2164
|
body: 'body',
|
|
2086
2165
|
};
|
|
2087
2166
|
}
|
|
2088
2167
|
static types() {
|
|
2089
2168
|
return {
|
|
2090
2169
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2170
|
+
statusCode: 'number',
|
|
2091
2171
|
body: DeleteListenerResponseBody,
|
|
2092
2172
|
};
|
|
2093
2173
|
}
|
|
@@ -2140,12 +2220,14 @@ class DeleteSpareIpsResponse extends $tea.Model {
|
|
|
2140
2220
|
static names() {
|
|
2141
2221
|
return {
|
|
2142
2222
|
headers: 'headers',
|
|
2223
|
+
statusCode: 'statusCode',
|
|
2143
2224
|
body: 'body',
|
|
2144
2225
|
};
|
|
2145
2226
|
}
|
|
2146
2227
|
static types() {
|
|
2147
2228
|
return {
|
|
2148
2229
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2230
|
+
statusCode: 'number',
|
|
2149
2231
|
body: DeleteSpareIpsResponseBody,
|
|
2150
2232
|
};
|
|
2151
2233
|
}
|
|
@@ -2185,6 +2267,7 @@ class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
2185
2267
|
dnsName: 'DnsName',
|
|
2186
2268
|
expiredTime: 'ExpiredTime',
|
|
2187
2269
|
instanceChargeType: 'InstanceChargeType',
|
|
2270
|
+
ipSetConfig: 'IpSetConfig',
|
|
2188
2271
|
name: 'Name',
|
|
2189
2272
|
regionId: 'RegionId',
|
|
2190
2273
|
requestId: 'RequestId',
|
|
@@ -2205,6 +2288,7 @@ class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
2205
2288
|
dnsName: 'string',
|
|
2206
2289
|
expiredTime: 'number',
|
|
2207
2290
|
instanceChargeType: 'string',
|
|
2291
|
+
ipSetConfig: DescribeAcceleratorResponseBodyIpSetConfig,
|
|
2208
2292
|
name: 'string',
|
|
2209
2293
|
regionId: 'string',
|
|
2210
2294
|
requestId: 'string',
|
|
@@ -2222,12 +2306,14 @@ class DescribeAcceleratorResponse extends $tea.Model {
|
|
|
2222
2306
|
static names() {
|
|
2223
2307
|
return {
|
|
2224
2308
|
headers: 'headers',
|
|
2309
|
+
statusCode: 'statusCode',
|
|
2225
2310
|
body: 'body',
|
|
2226
2311
|
};
|
|
2227
2312
|
}
|
|
2228
2313
|
static types() {
|
|
2229
2314
|
return {
|
|
2230
2315
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2316
|
+
statusCode: 'number',
|
|
2231
2317
|
body: DescribeAcceleratorResponseBody,
|
|
2232
2318
|
};
|
|
2233
2319
|
}
|
|
@@ -2282,12 +2368,14 @@ class DescribeAcceleratorAutoRenewAttributeResponse extends $tea.Model {
|
|
|
2282
2368
|
static names() {
|
|
2283
2369
|
return {
|
|
2284
2370
|
headers: 'headers',
|
|
2371
|
+
statusCode: 'statusCode',
|
|
2285
2372
|
body: 'body',
|
|
2286
2373
|
};
|
|
2287
2374
|
}
|
|
2288
2375
|
static types() {
|
|
2289
2376
|
return {
|
|
2290
2377
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2378
|
+
statusCode: 'number',
|
|
2291
2379
|
body: DescribeAcceleratorAutoRenewAttributeResponseBody,
|
|
2292
2380
|
};
|
|
2293
2381
|
}
|
|
@@ -2321,12 +2409,15 @@ class DescribeApplicationMonitorResponseBody extends $tea.Model {
|
|
|
2321
2409
|
return {
|
|
2322
2410
|
acceleratorId: 'AcceleratorId',
|
|
2323
2411
|
address: 'Address',
|
|
2412
|
+
detectEnable: 'DetectEnable',
|
|
2324
2413
|
detectThreshold: 'DetectThreshold',
|
|
2414
|
+
detectTimes: 'DetectTimes',
|
|
2325
2415
|
ispCityList: 'IspCityList',
|
|
2326
2416
|
listenerId: 'ListenerId',
|
|
2327
2417
|
optionsJson: 'OptionsJson',
|
|
2328
2418
|
regionId: 'RegionId',
|
|
2329
2419
|
requestId: 'RequestId',
|
|
2420
|
+
silenceTime: 'SilenceTime',
|
|
2330
2421
|
taskId: 'TaskId',
|
|
2331
2422
|
taskName: 'TaskName',
|
|
2332
2423
|
};
|
|
@@ -2335,12 +2426,15 @@ class DescribeApplicationMonitorResponseBody extends $tea.Model {
|
|
|
2335
2426
|
return {
|
|
2336
2427
|
acceleratorId: 'string',
|
|
2337
2428
|
address: 'string',
|
|
2338
|
-
|
|
2429
|
+
detectEnable: 'boolean',
|
|
2430
|
+
detectThreshold: 'number',
|
|
2431
|
+
detectTimes: 'number',
|
|
2339
2432
|
ispCityList: { 'type': 'array', 'itemType': DescribeApplicationMonitorResponseBodyIspCityList },
|
|
2340
2433
|
listenerId: 'string',
|
|
2341
2434
|
optionsJson: 'string',
|
|
2342
2435
|
regionId: 'string',
|
|
2343
2436
|
requestId: 'string',
|
|
2437
|
+
silenceTime: 'number',
|
|
2344
2438
|
taskId: 'string',
|
|
2345
2439
|
taskName: 'string',
|
|
2346
2440
|
};
|
|
@@ -2354,12 +2448,14 @@ class DescribeApplicationMonitorResponse extends $tea.Model {
|
|
|
2354
2448
|
static names() {
|
|
2355
2449
|
return {
|
|
2356
2450
|
headers: 'headers',
|
|
2451
|
+
statusCode: 'statusCode',
|
|
2357
2452
|
body: 'body',
|
|
2358
2453
|
};
|
|
2359
2454
|
}
|
|
2360
2455
|
static types() {
|
|
2361
2456
|
return {
|
|
2362
2457
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2458
|
+
statusCode: 'number',
|
|
2363
2459
|
body: DescribeApplicationMonitorResponseBody,
|
|
2364
2460
|
};
|
|
2365
2461
|
}
|
|
@@ -2438,17 +2534,81 @@ class DescribeBandwidthPackageResponse extends $tea.Model {
|
|
|
2438
2534
|
static names() {
|
|
2439
2535
|
return {
|
|
2440
2536
|
headers: 'headers',
|
|
2537
|
+
statusCode: 'statusCode',
|
|
2441
2538
|
body: 'body',
|
|
2442
2539
|
};
|
|
2443
2540
|
}
|
|
2444
2541
|
static types() {
|
|
2445
2542
|
return {
|
|
2446
2543
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2544
|
+
statusCode: 'number',
|
|
2447
2545
|
body: DescribeBandwidthPackageResponseBody,
|
|
2448
2546
|
};
|
|
2449
2547
|
}
|
|
2450
2548
|
}
|
|
2451
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;
|
|
2452
2612
|
class DescribeEndpointGroupRequest extends $tea.Model {
|
|
2453
2613
|
constructor(map) {
|
|
2454
2614
|
super(map);
|
|
@@ -2544,12 +2704,14 @@ class DescribeEndpointGroupResponse extends $tea.Model {
|
|
|
2544
2704
|
static names() {
|
|
2545
2705
|
return {
|
|
2546
2706
|
headers: 'headers',
|
|
2707
|
+
statusCode: 'statusCode',
|
|
2547
2708
|
body: 'body',
|
|
2548
2709
|
};
|
|
2549
2710
|
}
|
|
2550
2711
|
static types() {
|
|
2551
2712
|
return {
|
|
2552
2713
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2714
|
+
statusCode: 'number',
|
|
2553
2715
|
body: DescribeEndpointGroupResponseBody,
|
|
2554
2716
|
};
|
|
2555
2717
|
}
|
|
@@ -2610,12 +2772,14 @@ class DescribeIpSetResponse extends $tea.Model {
|
|
|
2610
2772
|
static names() {
|
|
2611
2773
|
return {
|
|
2612
2774
|
headers: 'headers',
|
|
2775
|
+
statusCode: 'statusCode',
|
|
2613
2776
|
body: 'body',
|
|
2614
2777
|
};
|
|
2615
2778
|
}
|
|
2616
2779
|
static types() {
|
|
2617
2780
|
return {
|
|
2618
2781
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2782
|
+
statusCode: 'number',
|
|
2619
2783
|
body: DescribeIpSetResponseBody,
|
|
2620
2784
|
};
|
|
2621
2785
|
}
|
|
@@ -2694,12 +2858,14 @@ class DescribeListenerResponse extends $tea.Model {
|
|
|
2694
2858
|
static names() {
|
|
2695
2859
|
return {
|
|
2696
2860
|
headers: 'headers',
|
|
2861
|
+
statusCode: 'statusCode',
|
|
2697
2862
|
body: 'body',
|
|
2698
2863
|
};
|
|
2699
2864
|
}
|
|
2700
2865
|
static types() {
|
|
2701
2866
|
return {
|
|
2702
2867
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2868
|
+
statusCode: 'number',
|
|
2703
2869
|
body: DescribeListenerResponseBody,
|
|
2704
2870
|
};
|
|
2705
2871
|
}
|
|
@@ -2746,12 +2912,14 @@ class DescribeRegionsResponse extends $tea.Model {
|
|
|
2746
2912
|
static names() {
|
|
2747
2913
|
return {
|
|
2748
2914
|
headers: 'headers',
|
|
2915
|
+
statusCode: 'statusCode',
|
|
2749
2916
|
body: 'body',
|
|
2750
2917
|
};
|
|
2751
2918
|
}
|
|
2752
2919
|
static types() {
|
|
2753
2920
|
return {
|
|
2754
2921
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2922
|
+
statusCode: 'number',
|
|
2755
2923
|
body: DescribeRegionsResponseBody,
|
|
2756
2924
|
};
|
|
2757
2925
|
}
|
|
@@ -2800,12 +2968,14 @@ class DetachDdosFromAcceleratorResponse extends $tea.Model {
|
|
|
2800
2968
|
static names() {
|
|
2801
2969
|
return {
|
|
2802
2970
|
headers: 'headers',
|
|
2971
|
+
statusCode: 'statusCode',
|
|
2803
2972
|
body: 'body',
|
|
2804
2973
|
};
|
|
2805
2974
|
}
|
|
2806
2975
|
static types() {
|
|
2807
2976
|
return {
|
|
2808
2977
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2978
|
+
statusCode: 'number',
|
|
2809
2979
|
body: DetachDdosFromAcceleratorResponseBody,
|
|
2810
2980
|
};
|
|
2811
2981
|
}
|
|
@@ -2858,12 +3028,14 @@ class DetachLogStoreFromEndpointGroupResponse extends $tea.Model {
|
|
|
2858
3028
|
static names() {
|
|
2859
3029
|
return {
|
|
2860
3030
|
headers: 'headers',
|
|
3031
|
+
statusCode: 'statusCode',
|
|
2861
3032
|
body: 'body',
|
|
2862
3033
|
};
|
|
2863
3034
|
}
|
|
2864
3035
|
static types() {
|
|
2865
3036
|
return {
|
|
2866
3037
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3038
|
+
statusCode: 'number',
|
|
2867
3039
|
body: DetachLogStoreFromEndpointGroupResponseBody,
|
|
2868
3040
|
};
|
|
2869
3041
|
}
|
|
@@ -2912,12 +3084,14 @@ class DetectApplicationMonitorResponse extends $tea.Model {
|
|
|
2912
3084
|
static names() {
|
|
2913
3085
|
return {
|
|
2914
3086
|
headers: 'headers',
|
|
3087
|
+
statusCode: 'statusCode',
|
|
2915
3088
|
body: 'body',
|
|
2916
3089
|
};
|
|
2917
3090
|
}
|
|
2918
3091
|
static types() {
|
|
2919
3092
|
return {
|
|
2920
3093
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3094
|
+
statusCode: 'number',
|
|
2921
3095
|
body: DetectApplicationMonitorResponseBody,
|
|
2922
3096
|
};
|
|
2923
3097
|
}
|
|
@@ -2966,12 +3140,14 @@ class DisableApplicationMonitorResponse extends $tea.Model {
|
|
|
2966
3140
|
static names() {
|
|
2967
3141
|
return {
|
|
2968
3142
|
headers: 'headers',
|
|
3143
|
+
statusCode: 'statusCode',
|
|
2969
3144
|
body: 'body',
|
|
2970
3145
|
};
|
|
2971
3146
|
}
|
|
2972
3147
|
static types() {
|
|
2973
3148
|
return {
|
|
2974
3149
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3150
|
+
statusCode: 'number',
|
|
2975
3151
|
body: DisableApplicationMonitorResponseBody,
|
|
2976
3152
|
};
|
|
2977
3153
|
}
|
|
@@ -3028,12 +3204,14 @@ class DissociateAclsFromListenerResponse extends $tea.Model {
|
|
|
3028
3204
|
static names() {
|
|
3029
3205
|
return {
|
|
3030
3206
|
headers: 'headers',
|
|
3207
|
+
statusCode: 'statusCode',
|
|
3031
3208
|
body: 'body',
|
|
3032
3209
|
};
|
|
3033
3210
|
}
|
|
3034
3211
|
static types() {
|
|
3035
3212
|
return {
|
|
3036
3213
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3214
|
+
statusCode: 'number',
|
|
3037
3215
|
body: DissociateAclsFromListenerResponseBody,
|
|
3038
3216
|
};
|
|
3039
3217
|
}
|
|
@@ -3086,12 +3264,14 @@ class DissociateAdditionalCertificatesFromListenerResponse extends $tea.Model {
|
|
|
3086
3264
|
static names() {
|
|
3087
3265
|
return {
|
|
3088
3266
|
headers: 'headers',
|
|
3267
|
+
statusCode: 'statusCode',
|
|
3089
3268
|
body: 'body',
|
|
3090
3269
|
};
|
|
3091
3270
|
}
|
|
3092
3271
|
static types() {
|
|
3093
3272
|
return {
|
|
3094
3273
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3274
|
+
statusCode: 'number',
|
|
3095
3275
|
body: DissociateAdditionalCertificatesFromListenerResponseBody,
|
|
3096
3276
|
};
|
|
3097
3277
|
}
|
|
@@ -3140,12 +3320,14 @@ class EnableApplicationMonitorResponse extends $tea.Model {
|
|
|
3140
3320
|
static names() {
|
|
3141
3321
|
return {
|
|
3142
3322
|
headers: 'headers',
|
|
3323
|
+
statusCode: 'statusCode',
|
|
3143
3324
|
body: 'body',
|
|
3144
3325
|
};
|
|
3145
3326
|
}
|
|
3146
3327
|
static types() {
|
|
3147
3328
|
return {
|
|
3148
3329
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3330
|
+
statusCode: 'number',
|
|
3149
3331
|
body: EnableApplicationMonitorResponseBody,
|
|
3150
3332
|
};
|
|
3151
3333
|
}
|
|
@@ -3204,12 +3386,14 @@ class GetAclResponse extends $tea.Model {
|
|
|
3204
3386
|
static names() {
|
|
3205
3387
|
return {
|
|
3206
3388
|
headers: 'headers',
|
|
3389
|
+
statusCode: 'statusCode',
|
|
3207
3390
|
body: 'body',
|
|
3208
3391
|
};
|
|
3209
3392
|
}
|
|
3210
3393
|
static types() {
|
|
3211
3394
|
return {
|
|
3212
3395
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3396
|
+
statusCode: 'number',
|
|
3213
3397
|
body: GetAclResponseBody,
|
|
3214
3398
|
};
|
|
3215
3399
|
}
|
|
@@ -3282,12 +3466,14 @@ class GetBasicAcceleratorResponse extends $tea.Model {
|
|
|
3282
3466
|
static names() {
|
|
3283
3467
|
return {
|
|
3284
3468
|
headers: 'headers',
|
|
3469
|
+
statusCode: 'statusCode',
|
|
3285
3470
|
body: 'body',
|
|
3286
3471
|
};
|
|
3287
3472
|
}
|
|
3288
3473
|
static types() {
|
|
3289
3474
|
return {
|
|
3290
3475
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3476
|
+
statusCode: 'number',
|
|
3291
3477
|
body: GetBasicAcceleratorResponseBody,
|
|
3292
3478
|
};
|
|
3293
3479
|
}
|
|
@@ -3352,12 +3538,14 @@ class GetBasicEndpointGroupResponse extends $tea.Model {
|
|
|
3352
3538
|
static names() {
|
|
3353
3539
|
return {
|
|
3354
3540
|
headers: 'headers',
|
|
3541
|
+
statusCode: 'statusCode',
|
|
3355
3542
|
body: 'body',
|
|
3356
3543
|
};
|
|
3357
3544
|
}
|
|
3358
3545
|
static types() {
|
|
3359
3546
|
return {
|
|
3360
3547
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3548
|
+
statusCode: 'number',
|
|
3361
3549
|
body: GetBasicEndpointGroupResponseBody,
|
|
3362
3550
|
};
|
|
3363
3551
|
}
|
|
@@ -3420,12 +3608,14 @@ class GetBasicIpSetResponse extends $tea.Model {
|
|
|
3420
3608
|
static names() {
|
|
3421
3609
|
return {
|
|
3422
3610
|
headers: 'headers',
|
|
3611
|
+
statusCode: 'statusCode',
|
|
3423
3612
|
body: 'body',
|
|
3424
3613
|
};
|
|
3425
3614
|
}
|
|
3426
3615
|
static types() {
|
|
3427
3616
|
return {
|
|
3428
3617
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3618
|
+
statusCode: 'number',
|
|
3429
3619
|
body: GetBasicIpSetResponseBody,
|
|
3430
3620
|
};
|
|
3431
3621
|
}
|
|
@@ -3484,12 +3674,14 @@ class GetHealthStatusResponse extends $tea.Model {
|
|
|
3484
3674
|
static names() {
|
|
3485
3675
|
return {
|
|
3486
3676
|
headers: 'headers',
|
|
3677
|
+
statusCode: 'statusCode',
|
|
3487
3678
|
body: 'body',
|
|
3488
3679
|
};
|
|
3489
3680
|
}
|
|
3490
3681
|
static types() {
|
|
3491
3682
|
return {
|
|
3492
3683
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3684
|
+
statusCode: 'number',
|
|
3493
3685
|
body: GetHealthStatusResponseBody,
|
|
3494
3686
|
};
|
|
3495
3687
|
}
|
|
@@ -3544,12 +3736,14 @@ class GetSpareIpResponse extends $tea.Model {
|
|
|
3544
3736
|
static names() {
|
|
3545
3737
|
return {
|
|
3546
3738
|
headers: 'headers',
|
|
3739
|
+
statusCode: 'statusCode',
|
|
3547
3740
|
body: 'body',
|
|
3548
3741
|
};
|
|
3549
3742
|
}
|
|
3550
3743
|
static types() {
|
|
3551
3744
|
return {
|
|
3552
3745
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3746
|
+
statusCode: 'number',
|
|
3553
3747
|
body: GetSpareIpResponseBody,
|
|
3554
3748
|
};
|
|
3555
3749
|
}
|
|
@@ -3596,12 +3790,14 @@ class ListAccelerateAreasResponse extends $tea.Model {
|
|
|
3596
3790
|
static names() {
|
|
3597
3791
|
return {
|
|
3598
3792
|
headers: 'headers',
|
|
3793
|
+
statusCode: 'statusCode',
|
|
3599
3794
|
body: 'body',
|
|
3600
3795
|
};
|
|
3601
3796
|
}
|
|
3602
3797
|
static types() {
|
|
3603
3798
|
return {
|
|
3604
3799
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3800
|
+
statusCode: 'number',
|
|
3605
3801
|
body: ListAccelerateAreasResponseBody,
|
|
3606
3802
|
};
|
|
3607
3803
|
}
|
|
@@ -3662,12 +3858,14 @@ class ListAcceleratorsResponse extends $tea.Model {
|
|
|
3662
3858
|
static names() {
|
|
3663
3859
|
return {
|
|
3664
3860
|
headers: 'headers',
|
|
3861
|
+
statusCode: 'statusCode',
|
|
3665
3862
|
body: 'body',
|
|
3666
3863
|
};
|
|
3667
3864
|
}
|
|
3668
3865
|
static types() {
|
|
3669
3866
|
return {
|
|
3670
3867
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3868
|
+
statusCode: 'number',
|
|
3671
3869
|
body: ListAcceleratorsResponseBody,
|
|
3672
3870
|
};
|
|
3673
3871
|
}
|
|
@@ -3730,12 +3928,14 @@ class ListAclsResponse extends $tea.Model {
|
|
|
3730
3928
|
static names() {
|
|
3731
3929
|
return {
|
|
3732
3930
|
headers: 'headers',
|
|
3931
|
+
statusCode: 'statusCode',
|
|
3733
3932
|
body: 'body',
|
|
3734
3933
|
};
|
|
3735
3934
|
}
|
|
3736
3935
|
static types() {
|
|
3737
3936
|
return {
|
|
3738
3937
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3938
|
+
statusCode: 'number',
|
|
3739
3939
|
body: ListAclsResponseBody,
|
|
3740
3940
|
};
|
|
3741
3941
|
}
|
|
@@ -3794,12 +3994,14 @@ class ListApplicationMonitorResponse extends $tea.Model {
|
|
|
3794
3994
|
static names() {
|
|
3795
3995
|
return {
|
|
3796
3996
|
headers: 'headers',
|
|
3997
|
+
statusCode: 'statusCode',
|
|
3797
3998
|
body: 'body',
|
|
3798
3999
|
};
|
|
3799
4000
|
}
|
|
3800
4001
|
static types() {
|
|
3801
4002
|
return {
|
|
3802
4003
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4004
|
+
statusCode: 'number',
|
|
3803
4005
|
body: ListApplicationMonitorResponseBody,
|
|
3804
4006
|
};
|
|
3805
4007
|
}
|
|
@@ -3862,12 +4064,14 @@ class ListApplicationMonitorDetectResultResponse extends $tea.Model {
|
|
|
3862
4064
|
static names() {
|
|
3863
4065
|
return {
|
|
3864
4066
|
headers: 'headers',
|
|
4067
|
+
statusCode: 'statusCode',
|
|
3865
4068
|
body: 'body',
|
|
3866
4069
|
};
|
|
3867
4070
|
}
|
|
3868
4071
|
static types() {
|
|
3869
4072
|
return {
|
|
3870
4073
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4074
|
+
statusCode: 'number',
|
|
3871
4075
|
body: ListApplicationMonitorDetectResultResponseBody,
|
|
3872
4076
|
};
|
|
3873
4077
|
}
|
|
@@ -3916,12 +4120,14 @@ class ListAvailableAccelerateAreasResponse extends $tea.Model {
|
|
|
3916
4120
|
static names() {
|
|
3917
4121
|
return {
|
|
3918
4122
|
headers: 'headers',
|
|
4123
|
+
statusCode: 'statusCode',
|
|
3919
4124
|
body: 'body',
|
|
3920
4125
|
};
|
|
3921
4126
|
}
|
|
3922
4127
|
static types() {
|
|
3923
4128
|
return {
|
|
3924
4129
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4130
|
+
statusCode: 'number',
|
|
3925
4131
|
body: ListAvailableAccelerateAreasResponseBody,
|
|
3926
4132
|
};
|
|
3927
4133
|
}
|
|
@@ -3970,12 +4176,14 @@ class ListAvailableBusiRegionsResponse extends $tea.Model {
|
|
|
3970
4176
|
static names() {
|
|
3971
4177
|
return {
|
|
3972
4178
|
headers: 'headers',
|
|
4179
|
+
statusCode: 'statusCode',
|
|
3973
4180
|
body: 'body',
|
|
3974
4181
|
};
|
|
3975
4182
|
}
|
|
3976
4183
|
static types() {
|
|
3977
4184
|
return {
|
|
3978
4185
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4186
|
+
statusCode: 'number',
|
|
3979
4187
|
body: ListAvailableBusiRegionsResponseBody,
|
|
3980
4188
|
};
|
|
3981
4189
|
}
|
|
@@ -4038,12 +4246,14 @@ class ListBandwidthPackagesResponse extends $tea.Model {
|
|
|
4038
4246
|
static names() {
|
|
4039
4247
|
return {
|
|
4040
4248
|
headers: 'headers',
|
|
4249
|
+
statusCode: 'statusCode',
|
|
4041
4250
|
body: 'body',
|
|
4042
4251
|
};
|
|
4043
4252
|
}
|
|
4044
4253
|
static types() {
|
|
4045
4254
|
return {
|
|
4046
4255
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4256
|
+
statusCode: 'number',
|
|
4047
4257
|
body: ListBandwidthPackagesResponseBody,
|
|
4048
4258
|
};
|
|
4049
4259
|
}
|
|
@@ -4100,12 +4310,14 @@ class ListBandwidthackagesResponse extends $tea.Model {
|
|
|
4100
4310
|
static names() {
|
|
4101
4311
|
return {
|
|
4102
4312
|
headers: 'headers',
|
|
4313
|
+
statusCode: 'statusCode',
|
|
4103
4314
|
body: 'body',
|
|
4104
4315
|
};
|
|
4105
4316
|
}
|
|
4106
4317
|
static types() {
|
|
4107
4318
|
return {
|
|
4108
4319
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4320
|
+
statusCode: 'number',
|
|
4109
4321
|
body: ListBandwidthackagesResponseBody,
|
|
4110
4322
|
};
|
|
4111
4323
|
}
|
|
@@ -4166,12 +4378,14 @@ class ListBasicAcceleratorsResponse extends $tea.Model {
|
|
|
4166
4378
|
static names() {
|
|
4167
4379
|
return {
|
|
4168
4380
|
headers: 'headers',
|
|
4381
|
+
statusCode: 'statusCode',
|
|
4169
4382
|
body: 'body',
|
|
4170
4383
|
};
|
|
4171
4384
|
}
|
|
4172
4385
|
static types() {
|
|
4173
4386
|
return {
|
|
4174
4387
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4388
|
+
statusCode: 'number',
|
|
4175
4389
|
body: ListBasicAcceleratorsResponseBody,
|
|
4176
4390
|
};
|
|
4177
4391
|
}
|
|
@@ -4218,12 +4432,14 @@ class ListBusiRegionsResponse extends $tea.Model {
|
|
|
4218
4432
|
static names() {
|
|
4219
4433
|
return {
|
|
4220
4434
|
headers: 'headers',
|
|
4435
|
+
statusCode: 'statusCode',
|
|
4221
4436
|
body: 'body',
|
|
4222
4437
|
};
|
|
4223
4438
|
}
|
|
4224
4439
|
static types() {
|
|
4225
4440
|
return {
|
|
4226
4441
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4442
|
+
statusCode: 'number',
|
|
4227
4443
|
body: ListBusiRegionsResponseBody,
|
|
4228
4444
|
};
|
|
4229
4445
|
}
|
|
@@ -4290,12 +4506,14 @@ class ListEndpointGroupsResponse extends $tea.Model {
|
|
|
4290
4506
|
static names() {
|
|
4291
4507
|
return {
|
|
4292
4508
|
headers: 'headers',
|
|
4509
|
+
statusCode: 'statusCode',
|
|
4293
4510
|
body: 'body',
|
|
4294
4511
|
};
|
|
4295
4512
|
}
|
|
4296
4513
|
static types() {
|
|
4297
4514
|
return {
|
|
4298
4515
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4516
|
+
statusCode: 'number',
|
|
4299
4517
|
body: ListEndpointGroupsResponseBody,
|
|
4300
4518
|
};
|
|
4301
4519
|
}
|
|
@@ -4360,12 +4578,14 @@ class ListForwardingRulesResponse extends $tea.Model {
|
|
|
4360
4578
|
static names() {
|
|
4361
4579
|
return {
|
|
4362
4580
|
headers: 'headers',
|
|
4581
|
+
statusCode: 'statusCode',
|
|
4363
4582
|
body: 'body',
|
|
4364
4583
|
};
|
|
4365
4584
|
}
|
|
4366
4585
|
static types() {
|
|
4367
4586
|
return {
|
|
4368
4587
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4588
|
+
statusCode: 'number',
|
|
4369
4589
|
body: ListForwardingRulesResponseBody,
|
|
4370
4590
|
};
|
|
4371
4591
|
}
|
|
@@ -4424,12 +4644,14 @@ class ListIpSetsResponse extends $tea.Model {
|
|
|
4424
4644
|
static names() {
|
|
4425
4645
|
return {
|
|
4426
4646
|
headers: 'headers',
|
|
4647
|
+
statusCode: 'statusCode',
|
|
4427
4648
|
body: 'body',
|
|
4428
4649
|
};
|
|
4429
4650
|
}
|
|
4430
4651
|
static types() {
|
|
4431
4652
|
return {
|
|
4432
4653
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4654
|
+
statusCode: 'number',
|
|
4433
4655
|
body: ListIpSetsResponseBody,
|
|
4434
4656
|
};
|
|
4435
4657
|
}
|
|
@@ -4492,12 +4714,14 @@ class ListListenerCertificatesResponse extends $tea.Model {
|
|
|
4492
4714
|
static names() {
|
|
4493
4715
|
return {
|
|
4494
4716
|
headers: 'headers',
|
|
4717
|
+
statusCode: 'statusCode',
|
|
4495
4718
|
body: 'body',
|
|
4496
4719
|
};
|
|
4497
4720
|
}
|
|
4498
4721
|
static types() {
|
|
4499
4722
|
return {
|
|
4500
4723
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4724
|
+
statusCode: 'number',
|
|
4501
4725
|
body: ListListenerCertificatesResponseBody,
|
|
4502
4726
|
};
|
|
4503
4727
|
}
|
|
@@ -4556,12 +4780,14 @@ class ListListenersResponse extends $tea.Model {
|
|
|
4556
4780
|
static names() {
|
|
4557
4781
|
return {
|
|
4558
4782
|
headers: 'headers',
|
|
4783
|
+
statusCode: 'statusCode',
|
|
4559
4784
|
body: 'body',
|
|
4560
4785
|
};
|
|
4561
4786
|
}
|
|
4562
4787
|
static types() {
|
|
4563
4788
|
return {
|
|
4564
4789
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4790
|
+
statusCode: 'number',
|
|
4565
4791
|
body: ListListenersResponseBody,
|
|
4566
4792
|
};
|
|
4567
4793
|
}
|
|
@@ -4614,12 +4840,14 @@ class ListSpareIpsResponse extends $tea.Model {
|
|
|
4614
4840
|
static names() {
|
|
4615
4841
|
return {
|
|
4616
4842
|
headers: 'headers',
|
|
4843
|
+
statusCode: 'statusCode',
|
|
4617
4844
|
body: 'body',
|
|
4618
4845
|
};
|
|
4619
4846
|
}
|
|
4620
4847
|
static types() {
|
|
4621
4848
|
return {
|
|
4622
4849
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4850
|
+
statusCode: 'number',
|
|
4623
4851
|
body: ListSpareIpsResponseBody,
|
|
4624
4852
|
};
|
|
4625
4853
|
}
|
|
@@ -4676,12 +4904,14 @@ class ListSystemSecurityPoliciesResponse extends $tea.Model {
|
|
|
4676
4904
|
static names() {
|
|
4677
4905
|
return {
|
|
4678
4906
|
headers: 'headers',
|
|
4907
|
+
statusCode: 'statusCode',
|
|
4679
4908
|
body: 'body',
|
|
4680
4909
|
};
|
|
4681
4910
|
}
|
|
4682
4911
|
static types() {
|
|
4683
4912
|
return {
|
|
4684
4913
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4914
|
+
statusCode: 'number',
|
|
4685
4915
|
body: ListSystemSecurityPoliciesResponseBody,
|
|
4686
4916
|
};
|
|
4687
4917
|
}
|
|
@@ -4736,12 +4966,14 @@ class RemoveEntriesFromAclResponse extends $tea.Model {
|
|
|
4736
4966
|
static names() {
|
|
4737
4967
|
return {
|
|
4738
4968
|
headers: 'headers',
|
|
4969
|
+
statusCode: 'statusCode',
|
|
4739
4970
|
body: 'body',
|
|
4740
4971
|
};
|
|
4741
4972
|
}
|
|
4742
4973
|
static types() {
|
|
4743
4974
|
return {
|
|
4744
4975
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4976
|
+
statusCode: 'number',
|
|
4745
4977
|
body: RemoveEntriesFromAclResponseBody,
|
|
4746
4978
|
};
|
|
4747
4979
|
}
|
|
@@ -4790,12 +5022,14 @@ class ReplaceBandwidthPackageResponse extends $tea.Model {
|
|
|
4790
5022
|
static names() {
|
|
4791
5023
|
return {
|
|
4792
5024
|
headers: 'headers',
|
|
5025
|
+
statusCode: 'statusCode',
|
|
4793
5026
|
body: 'body',
|
|
4794
5027
|
};
|
|
4795
5028
|
}
|
|
4796
5029
|
static types() {
|
|
4797
5030
|
return {
|
|
4798
5031
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5032
|
+
statusCode: 'number',
|
|
4799
5033
|
body: ReplaceBandwidthPackageResponseBody,
|
|
4800
5034
|
};
|
|
4801
5035
|
}
|
|
@@ -4854,12 +5088,14 @@ class UpdateAcceleratorResponse extends $tea.Model {
|
|
|
4854
5088
|
static names() {
|
|
4855
5089
|
return {
|
|
4856
5090
|
headers: 'headers',
|
|
5091
|
+
statusCode: 'statusCode',
|
|
4857
5092
|
body: 'body',
|
|
4858
5093
|
};
|
|
4859
5094
|
}
|
|
4860
5095
|
static types() {
|
|
4861
5096
|
return {
|
|
4862
5097
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5098
|
+
statusCode: 'number',
|
|
4863
5099
|
body: UpdateAcceleratorResponseBody,
|
|
4864
5100
|
};
|
|
4865
5101
|
}
|
|
@@ -4918,12 +5154,14 @@ class UpdateAcceleratorAutoRenewAttributeResponse extends $tea.Model {
|
|
|
4918
5154
|
static names() {
|
|
4919
5155
|
return {
|
|
4920
5156
|
headers: 'headers',
|
|
5157
|
+
statusCode: 'statusCode',
|
|
4921
5158
|
body: 'body',
|
|
4922
5159
|
};
|
|
4923
5160
|
}
|
|
4924
5161
|
static types() {
|
|
4925
5162
|
return {
|
|
4926
5163
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5164
|
+
statusCode: 'number',
|
|
4927
5165
|
body: UpdateAcceleratorAutoRenewAttributeResponseBody,
|
|
4928
5166
|
};
|
|
4929
5167
|
}
|
|
@@ -4970,12 +5208,14 @@ class UpdateAcceleratorConfirmResponse extends $tea.Model {
|
|
|
4970
5208
|
static names() {
|
|
4971
5209
|
return {
|
|
4972
5210
|
headers: 'headers',
|
|
5211
|
+
statusCode: 'statusCode',
|
|
4973
5212
|
body: 'body',
|
|
4974
5213
|
};
|
|
4975
5214
|
}
|
|
4976
5215
|
static types() {
|
|
4977
5216
|
return {
|
|
4978
5217
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5218
|
+
statusCode: 'number',
|
|
4979
5219
|
body: UpdateAcceleratorConfirmResponseBody,
|
|
4980
5220
|
};
|
|
4981
5221
|
}
|
|
@@ -5030,12 +5270,14 @@ class UpdateAclAttributeResponse extends $tea.Model {
|
|
|
5030
5270
|
static names() {
|
|
5031
5271
|
return {
|
|
5032
5272
|
headers: 'headers',
|
|
5273
|
+
statusCode: 'statusCode',
|
|
5033
5274
|
body: 'body',
|
|
5034
5275
|
};
|
|
5035
5276
|
}
|
|
5036
5277
|
static types() {
|
|
5037
5278
|
return {
|
|
5038
5279
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5280
|
+
statusCode: 'number',
|
|
5039
5281
|
body: UpdateAclAttributeResponseBody,
|
|
5040
5282
|
};
|
|
5041
5283
|
}
|
|
@@ -5049,10 +5291,13 @@ class UpdateApplicationMonitorRequest extends $tea.Model {
|
|
|
5049
5291
|
return {
|
|
5050
5292
|
address: 'Address',
|
|
5051
5293
|
clientToken: 'ClientToken',
|
|
5294
|
+
detectEnable: 'DetectEnable',
|
|
5052
5295
|
detectThreshold: 'DetectThreshold',
|
|
5296
|
+
detectTimes: 'DetectTimes',
|
|
5053
5297
|
listenerId: 'ListenerId',
|
|
5054
5298
|
optionsJson: 'OptionsJson',
|
|
5055
5299
|
regionId: 'RegionId',
|
|
5300
|
+
silenceTime: 'SilenceTime',
|
|
5056
5301
|
taskId: 'TaskId',
|
|
5057
5302
|
taskName: 'TaskName',
|
|
5058
5303
|
};
|
|
@@ -5061,10 +5306,13 @@ class UpdateApplicationMonitorRequest extends $tea.Model {
|
|
|
5061
5306
|
return {
|
|
5062
5307
|
address: 'string',
|
|
5063
5308
|
clientToken: 'string',
|
|
5309
|
+
detectEnable: 'boolean',
|
|
5064
5310
|
detectThreshold: 'number',
|
|
5311
|
+
detectTimes: 'number',
|
|
5065
5312
|
listenerId: 'string',
|
|
5066
5313
|
optionsJson: 'string',
|
|
5067
5314
|
regionId: 'string',
|
|
5315
|
+
silenceTime: 'number',
|
|
5068
5316
|
taskId: 'string',
|
|
5069
5317
|
taskName: 'string',
|
|
5070
5318
|
};
|
|
@@ -5094,17 +5342,85 @@ class UpdateApplicationMonitorResponse extends $tea.Model {
|
|
|
5094
5342
|
static names() {
|
|
5095
5343
|
return {
|
|
5096
5344
|
headers: 'headers',
|
|
5345
|
+
statusCode: 'statusCode',
|
|
5097
5346
|
body: 'body',
|
|
5098
5347
|
};
|
|
5099
5348
|
}
|
|
5100
5349
|
static types() {
|
|
5101
5350
|
return {
|
|
5102
5351
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5352
|
+
statusCode: 'number',
|
|
5103
5353
|
body: UpdateApplicationMonitorResponseBody,
|
|
5104
5354
|
};
|
|
5105
5355
|
}
|
|
5106
5356
|
}
|
|
5107
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;
|
|
5108
5424
|
class UpdateBandwidthPackageRequest extends $tea.Model {
|
|
5109
5425
|
constructor(map) {
|
|
5110
5426
|
super(map);
|
|
@@ -5164,12 +5480,14 @@ class UpdateBandwidthPackageResponse extends $tea.Model {
|
|
|
5164
5480
|
static names() {
|
|
5165
5481
|
return {
|
|
5166
5482
|
headers: 'headers',
|
|
5483
|
+
statusCode: 'statusCode',
|
|
5167
5484
|
body: 'body',
|
|
5168
5485
|
};
|
|
5169
5486
|
}
|
|
5170
5487
|
static types() {
|
|
5171
5488
|
return {
|
|
5172
5489
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5490
|
+
statusCode: 'number',
|
|
5173
5491
|
body: UpdateBandwidthPackageResponseBody,
|
|
5174
5492
|
};
|
|
5175
5493
|
}
|
|
@@ -5222,12 +5540,14 @@ class UpdateBasicAcceleratorResponse extends $tea.Model {
|
|
|
5222
5540
|
static names() {
|
|
5223
5541
|
return {
|
|
5224
5542
|
headers: 'headers',
|
|
5543
|
+
statusCode: 'statusCode',
|
|
5225
5544
|
body: 'body',
|
|
5226
5545
|
};
|
|
5227
5546
|
}
|
|
5228
5547
|
static types() {
|
|
5229
5548
|
return {
|
|
5230
5549
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5550
|
+
statusCode: 'number',
|
|
5231
5551
|
body: UpdateBasicAcceleratorResponseBody,
|
|
5232
5552
|
};
|
|
5233
5553
|
}
|
|
@@ -5284,12 +5604,14 @@ class UpdateBasicEndpointGroupResponse extends $tea.Model {
|
|
|
5284
5604
|
static names() {
|
|
5285
5605
|
return {
|
|
5286
5606
|
headers: 'headers',
|
|
5607
|
+
statusCode: 'statusCode',
|
|
5287
5608
|
body: 'body',
|
|
5288
5609
|
};
|
|
5289
5610
|
}
|
|
5290
5611
|
static types() {
|
|
5291
5612
|
return {
|
|
5292
5613
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5614
|
+
statusCode: 'number',
|
|
5293
5615
|
body: UpdateBasicEndpointGroupResponseBody,
|
|
5294
5616
|
};
|
|
5295
5617
|
}
|
|
@@ -5364,12 +5686,14 @@ class UpdateEndpointGroupResponse extends $tea.Model {
|
|
|
5364
5686
|
static names() {
|
|
5365
5687
|
return {
|
|
5366
5688
|
headers: 'headers',
|
|
5689
|
+
statusCode: 'statusCode',
|
|
5367
5690
|
body: 'body',
|
|
5368
5691
|
};
|
|
5369
5692
|
}
|
|
5370
5693
|
static types() {
|
|
5371
5694
|
return {
|
|
5372
5695
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5696
|
+
statusCode: 'number',
|
|
5373
5697
|
body: UpdateEndpointGroupResponseBody,
|
|
5374
5698
|
};
|
|
5375
5699
|
}
|
|
@@ -5422,12 +5746,14 @@ class UpdateEndpointGroupAttributeResponse extends $tea.Model {
|
|
|
5422
5746
|
static names() {
|
|
5423
5747
|
return {
|
|
5424
5748
|
headers: 'headers',
|
|
5749
|
+
statusCode: 'statusCode',
|
|
5425
5750
|
body: 'body',
|
|
5426
5751
|
};
|
|
5427
5752
|
}
|
|
5428
5753
|
static types() {
|
|
5429
5754
|
return {
|
|
5430
5755
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5756
|
+
statusCode: 'number',
|
|
5431
5757
|
body: UpdateEndpointGroupAttributeResponseBody,
|
|
5432
5758
|
};
|
|
5433
5759
|
}
|
|
@@ -5482,12 +5808,14 @@ class UpdateEndpointGroupsResponse extends $tea.Model {
|
|
|
5482
5808
|
static names() {
|
|
5483
5809
|
return {
|
|
5484
5810
|
headers: 'headers',
|
|
5811
|
+
statusCode: 'statusCode',
|
|
5485
5812
|
body: 'body',
|
|
5486
5813
|
};
|
|
5487
5814
|
}
|
|
5488
5815
|
static types() {
|
|
5489
5816
|
return {
|
|
5490
5817
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5818
|
+
statusCode: 'number',
|
|
5491
5819
|
body: UpdateEndpointGroupsResponseBody,
|
|
5492
5820
|
};
|
|
5493
5821
|
}
|
|
@@ -5542,12 +5870,14 @@ class UpdateForwardingRulesResponse extends $tea.Model {
|
|
|
5542
5870
|
static names() {
|
|
5543
5871
|
return {
|
|
5544
5872
|
headers: 'headers',
|
|
5873
|
+
statusCode: 'statusCode',
|
|
5545
5874
|
body: 'body',
|
|
5546
5875
|
};
|
|
5547
5876
|
}
|
|
5548
5877
|
static types() {
|
|
5549
5878
|
return {
|
|
5550
5879
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5880
|
+
statusCode: 'number',
|
|
5551
5881
|
body: UpdateForwardingRulesResponseBody,
|
|
5552
5882
|
};
|
|
5553
5883
|
}
|
|
@@ -5598,12 +5928,14 @@ class UpdateIpSetResponse extends $tea.Model {
|
|
|
5598
5928
|
static names() {
|
|
5599
5929
|
return {
|
|
5600
5930
|
headers: 'headers',
|
|
5931
|
+
statusCode: 'statusCode',
|
|
5601
5932
|
body: 'body',
|
|
5602
5933
|
};
|
|
5603
5934
|
}
|
|
5604
5935
|
static types() {
|
|
5605
5936
|
return {
|
|
5606
5937
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5938
|
+
statusCode: 'number',
|
|
5607
5939
|
body: UpdateIpSetResponseBody,
|
|
5608
5940
|
};
|
|
5609
5941
|
}
|
|
@@ -5650,12 +5982,14 @@ class UpdateIpSetsResponse extends $tea.Model {
|
|
|
5650
5982
|
static names() {
|
|
5651
5983
|
return {
|
|
5652
5984
|
headers: 'headers',
|
|
5985
|
+
statusCode: 'statusCode',
|
|
5653
5986
|
body: 'body',
|
|
5654
5987
|
};
|
|
5655
5988
|
}
|
|
5656
5989
|
static types() {
|
|
5657
5990
|
return {
|
|
5658
5991
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5992
|
+
statusCode: 'number',
|
|
5659
5993
|
body: UpdateIpSetsResponseBody,
|
|
5660
5994
|
};
|
|
5661
5995
|
}
|
|
@@ -5724,12 +6058,14 @@ class UpdateListenerResponse extends $tea.Model {
|
|
|
5724
6058
|
static names() {
|
|
5725
6059
|
return {
|
|
5726
6060
|
headers: 'headers',
|
|
6061
|
+
statusCode: 'statusCode',
|
|
5727
6062
|
body: 'body',
|
|
5728
6063
|
};
|
|
5729
6064
|
}
|
|
5730
6065
|
static types() {
|
|
5731
6066
|
return {
|
|
5732
6067
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6068
|
+
statusCode: 'number',
|
|
5733
6069
|
body: UpdateListenerResponseBody,
|
|
5734
6070
|
};
|
|
5735
6071
|
}
|
|
@@ -5771,6 +6107,22 @@ class AssociateAdditionalCertificatesWithListenerRequestCertificates extends $te
|
|
|
5771
6107
|
}
|
|
5772
6108
|
}
|
|
5773
6109
|
exports.AssociateAdditionalCertificatesWithListenerRequestCertificates = AssociateAdditionalCertificatesWithListenerRequestCertificates;
|
|
6110
|
+
class CreateAcceleratorRequestIpSetConfig extends $tea.Model {
|
|
6111
|
+
constructor(map) {
|
|
6112
|
+
super(map);
|
|
6113
|
+
}
|
|
6114
|
+
static names() {
|
|
6115
|
+
return {
|
|
6116
|
+
accessMode: 'AccessMode',
|
|
6117
|
+
};
|
|
6118
|
+
}
|
|
6119
|
+
static types() {
|
|
6120
|
+
return {
|
|
6121
|
+
accessMode: 'string',
|
|
6122
|
+
};
|
|
6123
|
+
}
|
|
6124
|
+
}
|
|
6125
|
+
exports.CreateAcceleratorRequestIpSetConfig = CreateAcceleratorRequestIpSetConfig;
|
|
5774
6126
|
class CreateAclRequestAclEntries extends $tea.Model {
|
|
5775
6127
|
constructor(map) {
|
|
5776
6128
|
super(map);
|
|
@@ -5954,6 +6306,7 @@ class CreateForwardingRulesRequestForwardingRulesRuleActions extends $tea.Model
|
|
|
5954
6306
|
forwardGroupConfig: 'ForwardGroupConfig',
|
|
5955
6307
|
order: 'Order',
|
|
5956
6308
|
ruleActionType: 'RuleActionType',
|
|
6309
|
+
ruleActionValue: 'RuleActionValue',
|
|
5957
6310
|
};
|
|
5958
6311
|
}
|
|
5959
6312
|
static types() {
|
|
@@ -5961,6 +6314,7 @@ class CreateForwardingRulesRequestForwardingRulesRuleActions extends $tea.Model
|
|
|
5961
6314
|
forwardGroupConfig: CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig,
|
|
5962
6315
|
order: 'number',
|
|
5963
6316
|
ruleActionType: 'string',
|
|
6317
|
+
ruleActionValue: 'string',
|
|
5964
6318
|
};
|
|
5965
6319
|
}
|
|
5966
6320
|
}
|
|
@@ -6006,6 +6360,7 @@ class CreateForwardingRulesRequestForwardingRulesRuleConditions extends $tea.Mod
|
|
|
6006
6360
|
hostConfig: 'HostConfig',
|
|
6007
6361
|
pathConfig: 'PathConfig',
|
|
6008
6362
|
ruleConditionType: 'RuleConditionType',
|
|
6363
|
+
ruleConditionValue: 'RuleConditionValue',
|
|
6009
6364
|
};
|
|
6010
6365
|
}
|
|
6011
6366
|
static types() {
|
|
@@ -6013,6 +6368,7 @@ class CreateForwardingRulesRequestForwardingRulesRuleConditions extends $tea.Mod
|
|
|
6013
6368
|
hostConfig: CreateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig,
|
|
6014
6369
|
pathConfig: CreateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig,
|
|
6015
6370
|
ruleConditionType: 'string',
|
|
6371
|
+
ruleConditionValue: 'string',
|
|
6016
6372
|
};
|
|
6017
6373
|
}
|
|
6018
6374
|
}
|
|
@@ -6027,6 +6383,7 @@ class CreateForwardingRulesRequestForwardingRules extends $tea.Model {
|
|
|
6027
6383
|
priority: 'Priority',
|
|
6028
6384
|
ruleActions: 'RuleActions',
|
|
6029
6385
|
ruleConditions: 'RuleConditions',
|
|
6386
|
+
ruleDirection: 'RuleDirection',
|
|
6030
6387
|
};
|
|
6031
6388
|
}
|
|
6032
6389
|
static types() {
|
|
@@ -6035,6 +6392,7 @@ class CreateForwardingRulesRequestForwardingRules extends $tea.Model {
|
|
|
6035
6392
|
priority: 'number',
|
|
6036
6393
|
ruleActions: { 'type': 'array', 'itemType': CreateForwardingRulesRequestForwardingRulesRuleActions },
|
|
6037
6394
|
ruleConditions: { 'type': 'array', 'itemType': CreateForwardingRulesRequestForwardingRulesRuleConditions },
|
|
6395
|
+
ruleDirection: 'string',
|
|
6038
6396
|
};
|
|
6039
6397
|
}
|
|
6040
6398
|
}
|
|
@@ -6207,6 +6565,22 @@ class DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage extends $tea.Mo
|
|
|
6207
6565
|
}
|
|
6208
6566
|
}
|
|
6209
6567
|
exports.DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage = DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage;
|
|
6568
|
+
class DescribeAcceleratorResponseBodyIpSetConfig extends $tea.Model {
|
|
6569
|
+
constructor(map) {
|
|
6570
|
+
super(map);
|
|
6571
|
+
}
|
|
6572
|
+
static names() {
|
|
6573
|
+
return {
|
|
6574
|
+
accessMode: 'AccessMode',
|
|
6575
|
+
};
|
|
6576
|
+
}
|
|
6577
|
+
static types() {
|
|
6578
|
+
return {
|
|
6579
|
+
accessMode: 'string',
|
|
6580
|
+
};
|
|
6581
|
+
}
|
|
6582
|
+
}
|
|
6583
|
+
exports.DescribeAcceleratorResponseBodyIpSetConfig = DescribeAcceleratorResponseBodyIpSetConfig;
|
|
6210
6584
|
class DescribeApplicationMonitorResponseBodyIspCityList extends $tea.Model {
|
|
6211
6585
|
constructor(map) {
|
|
6212
6586
|
super(map);
|
|
@@ -6589,6 +6963,22 @@ class ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage extend
|
|
|
6589
6963
|
}
|
|
6590
6964
|
}
|
|
6591
6965
|
exports.ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage = ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage;
|
|
6966
|
+
class ListAcceleratorsResponseBodyAcceleratorsIpSetConfig extends $tea.Model {
|
|
6967
|
+
constructor(map) {
|
|
6968
|
+
super(map);
|
|
6969
|
+
}
|
|
6970
|
+
static names() {
|
|
6971
|
+
return {
|
|
6972
|
+
accessMode: 'AccessMode',
|
|
6973
|
+
};
|
|
6974
|
+
}
|
|
6975
|
+
static types() {
|
|
6976
|
+
return {
|
|
6977
|
+
accessMode: 'string',
|
|
6978
|
+
};
|
|
6979
|
+
}
|
|
6980
|
+
}
|
|
6981
|
+
exports.ListAcceleratorsResponseBodyAcceleratorsIpSetConfig = ListAcceleratorsResponseBodyAcceleratorsIpSetConfig;
|
|
6592
6982
|
class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
6593
6983
|
constructor(map) {
|
|
6594
6984
|
super(map);
|
|
@@ -6606,6 +6996,7 @@ class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
|
6606
6996
|
dnsName: 'DnsName',
|
|
6607
6997
|
expiredTime: 'ExpiredTime',
|
|
6608
6998
|
instanceChargeType: 'InstanceChargeType',
|
|
6999
|
+
ipSetConfig: 'IpSetConfig',
|
|
6609
7000
|
name: 'Name',
|
|
6610
7001
|
regionId: 'RegionId',
|
|
6611
7002
|
secondDnsName: 'SecondDnsName',
|
|
@@ -6627,6 +7018,7 @@ class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
|
6627
7018
|
dnsName: 'string',
|
|
6628
7019
|
expiredTime: 'number',
|
|
6629
7020
|
instanceChargeType: 'string',
|
|
7021
|
+
ipSetConfig: ListAcceleratorsResponseBodyAcceleratorsIpSetConfig,
|
|
6630
7022
|
name: 'string',
|
|
6631
7023
|
regionId: 'string',
|
|
6632
7024
|
secondDnsName: 'string',
|
|
@@ -6667,9 +7059,12 @@ class ListApplicationMonitorResponseBodyApplicationMonitors extends $tea.Model {
|
|
|
6667
7059
|
return {
|
|
6668
7060
|
acceleratorId: 'AcceleratorId',
|
|
6669
7061
|
address: 'Address',
|
|
7062
|
+
detectEnable: 'DetectEnable',
|
|
6670
7063
|
detectThreshold: 'DetectThreshold',
|
|
7064
|
+
detectTimes: 'DetectTimes',
|
|
6671
7065
|
listenerId: 'ListenerId',
|
|
6672
7066
|
optionsJson: 'OptionsJson',
|
|
7067
|
+
silenceTime: 'SilenceTime',
|
|
6673
7068
|
state: 'State',
|
|
6674
7069
|
taskId: 'TaskId',
|
|
6675
7070
|
taskName: 'TaskName',
|
|
@@ -6679,9 +7074,12 @@ class ListApplicationMonitorResponseBodyApplicationMonitors extends $tea.Model {
|
|
|
6679
7074
|
return {
|
|
6680
7075
|
acceleratorId: 'string',
|
|
6681
7076
|
address: 'string',
|
|
7077
|
+
detectEnable: 'boolean',
|
|
6682
7078
|
detectThreshold: 'number',
|
|
7079
|
+
detectTimes: 'number',
|
|
6683
7080
|
listenerId: 'string',
|
|
6684
7081
|
optionsJson: 'string',
|
|
7082
|
+
silenceTime: 'number',
|
|
6685
7083
|
state: 'string',
|
|
6686
7084
|
taskId: 'string',
|
|
6687
7085
|
taskName: 'string',
|
|
@@ -6696,22 +7094,28 @@ class ListApplicationMonitorDetectResultResponseBodyApplicationMonitorDetectResu
|
|
|
6696
7094
|
static names() {
|
|
6697
7095
|
return {
|
|
6698
7096
|
acceleratorId: 'AcceleratorId',
|
|
7097
|
+
content: 'Content',
|
|
6699
7098
|
detail: 'Detail',
|
|
7099
|
+
detectTime: 'DetectTime',
|
|
6700
7100
|
diagStatus: 'DiagStatus',
|
|
6701
7101
|
listenerId: 'ListenerId',
|
|
6702
7102
|
port: 'Port',
|
|
6703
7103
|
protocol: 'Protocol',
|
|
7104
|
+
statusCode: 'StatusCode',
|
|
6704
7105
|
taskId: 'TaskId',
|
|
6705
7106
|
};
|
|
6706
7107
|
}
|
|
6707
7108
|
static types() {
|
|
6708
7109
|
return {
|
|
6709
7110
|
acceleratorId: 'string',
|
|
7111
|
+
content: 'string',
|
|
6710
7112
|
detail: 'string',
|
|
7113
|
+
detectTime: 'string',
|
|
6711
7114
|
diagStatus: 'string',
|
|
6712
7115
|
listenerId: 'string',
|
|
6713
7116
|
port: 'string',
|
|
6714
7117
|
protocol: 'string',
|
|
7118
|
+
statusCode: 'string',
|
|
6715
7119
|
taskId: 'string',
|
|
6716
7120
|
};
|
|
6717
7121
|
}
|
|
@@ -7094,6 +7498,7 @@ class ListForwardingRulesResponseBodyForwardingRulesRuleActions extends $tea.Mod
|
|
|
7094
7498
|
forwardGroupConfig: 'ForwardGroupConfig',
|
|
7095
7499
|
order: 'Order',
|
|
7096
7500
|
ruleActionType: 'RuleActionType',
|
|
7501
|
+
ruleActionValue: 'RuleActionValue',
|
|
7097
7502
|
};
|
|
7098
7503
|
}
|
|
7099
7504
|
static types() {
|
|
@@ -7101,6 +7506,7 @@ class ListForwardingRulesResponseBodyForwardingRulesRuleActions extends $tea.Mod
|
|
|
7101
7506
|
forwardGroupConfig: ListForwardingRulesResponseBodyForwardingRulesRuleActionsForwardGroupConfig,
|
|
7102
7507
|
order: 'number',
|
|
7103
7508
|
ruleActionType: 'string',
|
|
7509
|
+
ruleActionValue: 'string',
|
|
7104
7510
|
};
|
|
7105
7511
|
}
|
|
7106
7512
|
}
|
|
@@ -7146,6 +7552,7 @@ class ListForwardingRulesResponseBodyForwardingRulesRuleConditions extends $tea.
|
|
|
7146
7552
|
hostConfig: 'HostConfig',
|
|
7147
7553
|
pathConfig: 'PathConfig',
|
|
7148
7554
|
ruleConditionType: 'RuleConditionType',
|
|
7555
|
+
ruleConditionValue: 'RuleConditionValue',
|
|
7149
7556
|
};
|
|
7150
7557
|
}
|
|
7151
7558
|
static types() {
|
|
@@ -7153,6 +7560,7 @@ class ListForwardingRulesResponseBodyForwardingRulesRuleConditions extends $tea.
|
|
|
7153
7560
|
hostConfig: ListForwardingRulesResponseBodyForwardingRulesRuleConditionsHostConfig,
|
|
7154
7561
|
pathConfig: ListForwardingRulesResponseBodyForwardingRulesRuleConditionsPathConfig,
|
|
7155
7562
|
ruleConditionType: 'string',
|
|
7563
|
+
ruleConditionValue: 'string',
|
|
7156
7564
|
};
|
|
7157
7565
|
}
|
|
7158
7566
|
}
|
|
@@ -7163,6 +7571,7 @@ class ListForwardingRulesResponseBodyForwardingRules extends $tea.Model {
|
|
|
7163
7571
|
}
|
|
7164
7572
|
static names() {
|
|
7165
7573
|
return {
|
|
7574
|
+
forwardingRuleDirection: 'ForwardingRuleDirection',
|
|
7166
7575
|
forwardingRuleId: 'ForwardingRuleId',
|
|
7167
7576
|
forwardingRuleName: 'ForwardingRuleName',
|
|
7168
7577
|
forwardingRuleStatus: 'ForwardingRuleStatus',
|
|
@@ -7174,6 +7583,7 @@ class ListForwardingRulesResponseBodyForwardingRules extends $tea.Model {
|
|
|
7174
7583
|
}
|
|
7175
7584
|
static types() {
|
|
7176
7585
|
return {
|
|
7586
|
+
forwardingRuleDirection: 'string',
|
|
7177
7587
|
forwardingRuleId: 'string',
|
|
7178
7588
|
forwardingRuleName: 'string',
|
|
7179
7589
|
forwardingRuleStatus: 'string',
|
|
@@ -7568,6 +7978,7 @@ class UpdateForwardingRulesRequestForwardingRulesRuleActions extends $tea.Model
|
|
|
7568
7978
|
forwardGroupConfig: 'ForwardGroupConfig',
|
|
7569
7979
|
order: 'Order',
|
|
7570
7980
|
ruleActionType: 'RuleActionType',
|
|
7981
|
+
ruleActionValue: 'RuleActionValue',
|
|
7571
7982
|
};
|
|
7572
7983
|
}
|
|
7573
7984
|
static types() {
|
|
@@ -7575,6 +7986,7 @@ class UpdateForwardingRulesRequestForwardingRulesRuleActions extends $tea.Model
|
|
|
7575
7986
|
forwardGroupConfig: UpdateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig,
|
|
7576
7987
|
order: 'number',
|
|
7577
7988
|
ruleActionType: 'string',
|
|
7989
|
+
ruleActionValue: 'string',
|
|
7578
7990
|
};
|
|
7579
7991
|
}
|
|
7580
7992
|
}
|
|
@@ -7620,6 +8032,7 @@ class UpdateForwardingRulesRequestForwardingRulesRuleConditions extends $tea.Mod
|
|
|
7620
8032
|
hostConfig: 'HostConfig',
|
|
7621
8033
|
pathConfig: 'PathConfig',
|
|
7622
8034
|
ruleConditionType: 'RuleConditionType',
|
|
8035
|
+
ruleConditionValue: 'RuleConditionValue',
|
|
7623
8036
|
};
|
|
7624
8037
|
}
|
|
7625
8038
|
static types() {
|
|
@@ -7627,6 +8040,7 @@ class UpdateForwardingRulesRequestForwardingRulesRuleConditions extends $tea.Mod
|
|
|
7627
8040
|
hostConfig: UpdateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig,
|
|
7628
8041
|
pathConfig: UpdateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig,
|
|
7629
8042
|
ruleConditionType: 'string',
|
|
8043
|
+
ruleConditionValue: 'string',
|
|
7630
8044
|
};
|
|
7631
8045
|
}
|
|
7632
8046
|
}
|
|
@@ -7642,6 +8056,7 @@ class UpdateForwardingRulesRequestForwardingRules extends $tea.Model {
|
|
|
7642
8056
|
priority: 'Priority',
|
|
7643
8057
|
ruleActions: 'RuleActions',
|
|
7644
8058
|
ruleConditions: 'RuleConditions',
|
|
8059
|
+
ruleDirection: 'RuleDirection',
|
|
7645
8060
|
};
|
|
7646
8061
|
}
|
|
7647
8062
|
static types() {
|
|
@@ -7651,6 +8066,7 @@ class UpdateForwardingRulesRequestForwardingRules extends $tea.Model {
|
|
|
7651
8066
|
priority: 'number',
|
|
7652
8067
|
ruleActions: { 'type': 'array', 'itemType': UpdateForwardingRulesRequestForwardingRulesRuleActions },
|
|
7653
8068
|
ruleConditions: { 'type': 'array', 'itemType': UpdateForwardingRulesRequestForwardingRulesRuleConditions },
|
|
8069
|
+
ruleDirection: 'string',
|
|
7654
8070
|
};
|
|
7655
8071
|
}
|
|
7656
8072
|
}
|
|
@@ -8112,6 +8528,9 @@ class Client extends openapi_client_1.default {
|
|
|
8112
8528
|
if (!tea_util_1.default.isUnset(request.duration)) {
|
|
8113
8529
|
query["Duration"] = request.duration;
|
|
8114
8530
|
}
|
|
8531
|
+
if (!tea_util_1.default.isUnset($tea.toMap(request.ipSetConfig))) {
|
|
8532
|
+
query["IpSetConfig"] = request.ipSetConfig;
|
|
8533
|
+
}
|
|
8115
8534
|
if (!tea_util_1.default.isUnset(request.name)) {
|
|
8116
8535
|
query["Name"] = request.name;
|
|
8117
8536
|
}
|
|
@@ -8197,9 +8616,15 @@ class Client extends openapi_client_1.default {
|
|
|
8197
8616
|
if (!tea_util_1.default.isUnset(request.clientToken)) {
|
|
8198
8617
|
query["ClientToken"] = request.clientToken;
|
|
8199
8618
|
}
|
|
8619
|
+
if (!tea_util_1.default.isUnset(request.detectEnable)) {
|
|
8620
|
+
query["DetectEnable"] = request.detectEnable;
|
|
8621
|
+
}
|
|
8200
8622
|
if (!tea_util_1.default.isUnset(request.detectThreshold)) {
|
|
8201
8623
|
query["DetectThreshold"] = request.detectThreshold;
|
|
8202
8624
|
}
|
|
8625
|
+
if (!tea_util_1.default.isUnset(request.detectTimes)) {
|
|
8626
|
+
query["DetectTimes"] = request.detectTimes;
|
|
8627
|
+
}
|
|
8203
8628
|
if (!tea_util_1.default.isUnset(request.listenerId)) {
|
|
8204
8629
|
query["ListenerId"] = request.listenerId;
|
|
8205
8630
|
}
|
|
@@ -8209,6 +8634,9 @@ class Client extends openapi_client_1.default {
|
|
|
8209
8634
|
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
8210
8635
|
query["RegionId"] = request.regionId;
|
|
8211
8636
|
}
|
|
8637
|
+
if (!tea_util_1.default.isUnset(request.silenceTime)) {
|
|
8638
|
+
query["SilenceTime"] = request.silenceTime;
|
|
8639
|
+
}
|
|
8212
8640
|
if (!tea_util_1.default.isUnset(request.taskName)) {
|
|
8213
8641
|
query["TaskName"] = request.taskName;
|
|
8214
8642
|
}
|
|
@@ -8238,6 +8666,12 @@ class Client extends openapi_client_1.default {
|
|
|
8238
8666
|
if (!tea_util_1.default.isUnset(request.autoPay)) {
|
|
8239
8667
|
query["AutoPay"] = request.autoPay;
|
|
8240
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
|
+
}
|
|
8241
8675
|
if (!tea_util_1.default.isUnset(request.autoUseCoupon)) {
|
|
8242
8676
|
query["AutoUseCoupon"] = request.autoUseCoupon;
|
|
8243
8677
|
}
|
|
@@ -9290,6 +9724,35 @@ class Client extends openapi_client_1.default {
|
|
|
9290
9724
|
let runtime = new $Util.RuntimeOptions({});
|
|
9291
9725
|
return await this.describeBandwidthPackageWithOptions(request, runtime);
|
|
9292
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
|
+
}
|
|
9293
9756
|
async describeEndpointGroupWithOptions(request, runtime) {
|
|
9294
9757
|
tea_util_1.default.validateModel(request);
|
|
9295
9758
|
let query = {};
|
|
@@ -10722,9 +11185,15 @@ class Client extends openapi_client_1.default {
|
|
|
10722
11185
|
if (!tea_util_1.default.isUnset(request.clientToken)) {
|
|
10723
11186
|
query["ClientToken"] = request.clientToken;
|
|
10724
11187
|
}
|
|
11188
|
+
if (!tea_util_1.default.isUnset(request.detectEnable)) {
|
|
11189
|
+
query["DetectEnable"] = request.detectEnable;
|
|
11190
|
+
}
|
|
10725
11191
|
if (!tea_util_1.default.isUnset(request.detectThreshold)) {
|
|
10726
11192
|
query["DetectThreshold"] = request.detectThreshold;
|
|
10727
11193
|
}
|
|
11194
|
+
if (!tea_util_1.default.isUnset(request.detectTimes)) {
|
|
11195
|
+
query["DetectTimes"] = request.detectTimes;
|
|
11196
|
+
}
|
|
10728
11197
|
if (!tea_util_1.default.isUnset(request.listenerId)) {
|
|
10729
11198
|
query["ListenerId"] = request.listenerId;
|
|
10730
11199
|
}
|
|
@@ -10734,6 +11203,9 @@ class Client extends openapi_client_1.default {
|
|
|
10734
11203
|
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
10735
11204
|
query["RegionId"] = request.regionId;
|
|
10736
11205
|
}
|
|
11206
|
+
if (!tea_util_1.default.isUnset(request.silenceTime)) {
|
|
11207
|
+
query["SilenceTime"] = request.silenceTime;
|
|
11208
|
+
}
|
|
10737
11209
|
if (!tea_util_1.default.isUnset(request.taskId)) {
|
|
10738
11210
|
query["TaskId"] = request.taskId;
|
|
10739
11211
|
}
|
|
@@ -10760,6 +11232,50 @@ class Client extends openapi_client_1.default {
|
|
|
10760
11232
|
let runtime = new $Util.RuntimeOptions({});
|
|
10761
11233
|
return await this.updateApplicationMonitorWithOptions(request, runtime);
|
|
10762
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
|
+
}
|
|
10763
11279
|
async updateBandwidthPackageWithOptions(request, runtime) {
|
|
10764
11280
|
tea_util_1.default.validateModel(request);
|
|
10765
11281
|
let query = {};
|