@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/src/client.ts
CHANGED
|
@@ -63,10 +63,12 @@ export class AddEntriesToAclResponseBody extends $tea.Model {
|
|
|
63
63
|
|
|
64
64
|
export class AddEntriesToAclResponse extends $tea.Model {
|
|
65
65
|
headers: { [key: string]: string };
|
|
66
|
+
statusCode: number;
|
|
66
67
|
body: AddEntriesToAclResponseBody;
|
|
67
68
|
static names(): { [key: string]: string } {
|
|
68
69
|
return {
|
|
69
70
|
headers: 'headers',
|
|
71
|
+
statusCode: 'statusCode',
|
|
70
72
|
body: 'body',
|
|
71
73
|
};
|
|
72
74
|
}
|
|
@@ -74,6 +76,7 @@ export class AddEntriesToAclResponse extends $tea.Model {
|
|
|
74
76
|
static types(): { [key: string]: any } {
|
|
75
77
|
return {
|
|
76
78
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
79
|
+
statusCode: 'number',
|
|
77
80
|
body: AddEntriesToAclResponseBody,
|
|
78
81
|
};
|
|
79
82
|
}
|
|
@@ -144,10 +147,12 @@ export class AssociateAclsWithListenerResponseBody extends $tea.Model {
|
|
|
144
147
|
|
|
145
148
|
export class AssociateAclsWithListenerResponse extends $tea.Model {
|
|
146
149
|
headers: { [key: string]: string };
|
|
150
|
+
statusCode: number;
|
|
147
151
|
body: AssociateAclsWithListenerResponseBody;
|
|
148
152
|
static names(): { [key: string]: string } {
|
|
149
153
|
return {
|
|
150
154
|
headers: 'headers',
|
|
155
|
+
statusCode: 'statusCode',
|
|
151
156
|
body: 'body',
|
|
152
157
|
};
|
|
153
158
|
}
|
|
@@ -155,6 +160,7 @@ export class AssociateAclsWithListenerResponse extends $tea.Model {
|
|
|
155
160
|
static types(): { [key: string]: any } {
|
|
156
161
|
return {
|
|
157
162
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
163
|
+
statusCode: 'number',
|
|
158
164
|
body: AssociateAclsWithListenerResponseBody,
|
|
159
165
|
};
|
|
160
166
|
}
|
|
@@ -219,10 +225,12 @@ export class AssociateAdditionalCertificatesWithListenerResponseBody extends $te
|
|
|
219
225
|
|
|
220
226
|
export class AssociateAdditionalCertificatesWithListenerResponse extends $tea.Model {
|
|
221
227
|
headers: { [key: string]: string };
|
|
228
|
+
statusCode: number;
|
|
222
229
|
body: AssociateAdditionalCertificatesWithListenerResponseBody;
|
|
223
230
|
static names(): { [key: string]: string } {
|
|
224
231
|
return {
|
|
225
232
|
headers: 'headers',
|
|
233
|
+
statusCode: 'statusCode',
|
|
226
234
|
body: 'body',
|
|
227
235
|
};
|
|
228
236
|
}
|
|
@@ -230,6 +238,7 @@ export class AssociateAdditionalCertificatesWithListenerResponse extends $tea.Mo
|
|
|
230
238
|
static types(): { [key: string]: any } {
|
|
231
239
|
return {
|
|
232
240
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
241
|
+
statusCode: 'number',
|
|
233
242
|
body: AssociateAdditionalCertificatesWithListenerResponseBody,
|
|
234
243
|
};
|
|
235
244
|
}
|
|
@@ -294,10 +303,12 @@ export class AttachDdosToAcceleratorResponseBody extends $tea.Model {
|
|
|
294
303
|
|
|
295
304
|
export class AttachDdosToAcceleratorResponse extends $tea.Model {
|
|
296
305
|
headers: { [key: string]: string };
|
|
306
|
+
statusCode: number;
|
|
297
307
|
body: AttachDdosToAcceleratorResponseBody;
|
|
298
308
|
static names(): { [key: string]: string } {
|
|
299
309
|
return {
|
|
300
310
|
headers: 'headers',
|
|
311
|
+
statusCode: 'statusCode',
|
|
301
312
|
body: 'body',
|
|
302
313
|
};
|
|
303
314
|
}
|
|
@@ -305,6 +316,7 @@ export class AttachDdosToAcceleratorResponse extends $tea.Model {
|
|
|
305
316
|
static types(): { [key: string]: any } {
|
|
306
317
|
return {
|
|
307
318
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
319
|
+
statusCode: 'number',
|
|
308
320
|
body: AttachDdosToAcceleratorResponseBody,
|
|
309
321
|
};
|
|
310
322
|
}
|
|
@@ -375,10 +387,12 @@ export class AttachLogStoreToEndpointGroupResponseBody extends $tea.Model {
|
|
|
375
387
|
|
|
376
388
|
export class AttachLogStoreToEndpointGroupResponse extends $tea.Model {
|
|
377
389
|
headers: { [key: string]: string };
|
|
390
|
+
statusCode: number;
|
|
378
391
|
body: AttachLogStoreToEndpointGroupResponseBody;
|
|
379
392
|
static names(): { [key: string]: string } {
|
|
380
393
|
return {
|
|
381
394
|
headers: 'headers',
|
|
395
|
+
statusCode: 'statusCode',
|
|
382
396
|
body: 'body',
|
|
383
397
|
};
|
|
384
398
|
}
|
|
@@ -386,6 +400,7 @@ export class AttachLogStoreToEndpointGroupResponse extends $tea.Model {
|
|
|
386
400
|
static types(): { [key: string]: any } {
|
|
387
401
|
return {
|
|
388
402
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
403
|
+
statusCode: 'number',
|
|
389
404
|
body: AttachLogStoreToEndpointGroupResponseBody,
|
|
390
405
|
};
|
|
391
406
|
}
|
|
@@ -447,10 +462,12 @@ export class BandwidthPackageAddAcceleratorResponseBody extends $tea.Model {
|
|
|
447
462
|
|
|
448
463
|
export class BandwidthPackageAddAcceleratorResponse extends $tea.Model {
|
|
449
464
|
headers: { [key: string]: string };
|
|
465
|
+
statusCode: number;
|
|
450
466
|
body: BandwidthPackageAddAcceleratorResponseBody;
|
|
451
467
|
static names(): { [key: string]: string } {
|
|
452
468
|
return {
|
|
453
469
|
headers: 'headers',
|
|
470
|
+
statusCode: 'statusCode',
|
|
454
471
|
body: 'body',
|
|
455
472
|
};
|
|
456
473
|
}
|
|
@@ -458,6 +475,7 @@ export class BandwidthPackageAddAcceleratorResponse extends $tea.Model {
|
|
|
458
475
|
static types(): { [key: string]: any } {
|
|
459
476
|
return {
|
|
460
477
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
478
|
+
statusCode: 'number',
|
|
461
479
|
body: BandwidthPackageAddAcceleratorResponseBody,
|
|
462
480
|
};
|
|
463
481
|
}
|
|
@@ -519,10 +537,12 @@ export class BandwidthPackageRemoveAcceleratorResponseBody extends $tea.Model {
|
|
|
519
537
|
|
|
520
538
|
export class BandwidthPackageRemoveAcceleratorResponse extends $tea.Model {
|
|
521
539
|
headers: { [key: string]: string };
|
|
540
|
+
statusCode: number;
|
|
522
541
|
body: BandwidthPackageRemoveAcceleratorResponseBody;
|
|
523
542
|
static names(): { [key: string]: string } {
|
|
524
543
|
return {
|
|
525
544
|
headers: 'headers',
|
|
545
|
+
statusCode: 'statusCode',
|
|
526
546
|
body: 'body',
|
|
527
547
|
};
|
|
528
548
|
}
|
|
@@ -530,6 +550,7 @@ export class BandwidthPackageRemoveAcceleratorResponse extends $tea.Model {
|
|
|
530
550
|
static types(): { [key: string]: any } {
|
|
531
551
|
return {
|
|
532
552
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
553
|
+
statusCode: 'number',
|
|
533
554
|
body: BandwidthPackageRemoveAcceleratorResponseBody,
|
|
534
555
|
};
|
|
535
556
|
}
|
|
@@ -600,10 +621,12 @@ export class ConfigEndpointProbeResponseBody extends $tea.Model {
|
|
|
600
621
|
|
|
601
622
|
export class ConfigEndpointProbeResponse extends $tea.Model {
|
|
602
623
|
headers: { [key: string]: string };
|
|
624
|
+
statusCode: number;
|
|
603
625
|
body: ConfigEndpointProbeResponseBody;
|
|
604
626
|
static names(): { [key: string]: string } {
|
|
605
627
|
return {
|
|
606
628
|
headers: 'headers',
|
|
629
|
+
statusCode: 'statusCode',
|
|
607
630
|
body: 'body',
|
|
608
631
|
};
|
|
609
632
|
}
|
|
@@ -611,6 +634,7 @@ export class ConfigEndpointProbeResponse extends $tea.Model {
|
|
|
611
634
|
static types(): { [key: string]: any } {
|
|
612
635
|
return {
|
|
613
636
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
637
|
+
statusCode: 'number',
|
|
614
638
|
body: ConfigEndpointProbeResponseBody,
|
|
615
639
|
};
|
|
616
640
|
}
|
|
@@ -696,10 +720,12 @@ export class CreateAcceleratorResponseBody extends $tea.Model {
|
|
|
696
720
|
|
|
697
721
|
export class CreateAcceleratorResponse extends $tea.Model {
|
|
698
722
|
headers: { [key: string]: string };
|
|
723
|
+
statusCode: number;
|
|
699
724
|
body: CreateAcceleratorResponseBody;
|
|
700
725
|
static names(): { [key: string]: string } {
|
|
701
726
|
return {
|
|
702
727
|
headers: 'headers',
|
|
728
|
+
statusCode: 'statusCode',
|
|
703
729
|
body: 'body',
|
|
704
730
|
};
|
|
705
731
|
}
|
|
@@ -707,6 +733,7 @@ export class CreateAcceleratorResponse extends $tea.Model {
|
|
|
707
733
|
static types(): { [key: string]: any } {
|
|
708
734
|
return {
|
|
709
735
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
736
|
+
statusCode: 'number',
|
|
710
737
|
body: CreateAcceleratorResponseBody,
|
|
711
738
|
};
|
|
712
739
|
}
|
|
@@ -774,10 +801,12 @@ export class CreateAclResponseBody extends $tea.Model {
|
|
|
774
801
|
|
|
775
802
|
export class CreateAclResponse extends $tea.Model {
|
|
776
803
|
headers: { [key: string]: string };
|
|
804
|
+
statusCode: number;
|
|
777
805
|
body: CreateAclResponseBody;
|
|
778
806
|
static names(): { [key: string]: string } {
|
|
779
807
|
return {
|
|
780
808
|
headers: 'headers',
|
|
809
|
+
statusCode: 'statusCode',
|
|
781
810
|
body: 'body',
|
|
782
811
|
};
|
|
783
812
|
}
|
|
@@ -785,6 +814,7 @@ export class CreateAclResponse extends $tea.Model {
|
|
|
785
814
|
static types(): { [key: string]: any } {
|
|
786
815
|
return {
|
|
787
816
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
817
|
+
statusCode: 'number',
|
|
788
818
|
body: CreateAclResponseBody,
|
|
789
819
|
};
|
|
790
820
|
}
|
|
@@ -867,10 +897,12 @@ export class CreateApplicationMonitorResponseBody extends $tea.Model {
|
|
|
867
897
|
|
|
868
898
|
export class CreateApplicationMonitorResponse extends $tea.Model {
|
|
869
899
|
headers: { [key: string]: string };
|
|
900
|
+
statusCode: number;
|
|
870
901
|
body: CreateApplicationMonitorResponseBody;
|
|
871
902
|
static names(): { [key: string]: string } {
|
|
872
903
|
return {
|
|
873
904
|
headers: 'headers',
|
|
905
|
+
statusCode: 'statusCode',
|
|
874
906
|
body: 'body',
|
|
875
907
|
};
|
|
876
908
|
}
|
|
@@ -878,6 +910,7 @@ export class CreateApplicationMonitorResponse extends $tea.Model {
|
|
|
878
910
|
static types(): { [key: string]: any } {
|
|
879
911
|
return {
|
|
880
912
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
913
|
+
statusCode: 'number',
|
|
881
914
|
body: CreateApplicationMonitorResponseBody,
|
|
882
915
|
};
|
|
883
916
|
}
|
|
@@ -889,6 +922,8 @@ export class CreateApplicationMonitorResponse extends $tea.Model {
|
|
|
889
922
|
|
|
890
923
|
export class CreateBandwidthPackageRequest extends $tea.Model {
|
|
891
924
|
autoPay?: boolean;
|
|
925
|
+
autoRenew?: boolean;
|
|
926
|
+
autoRenewDuration?: number;
|
|
892
927
|
autoUseCoupon?: string;
|
|
893
928
|
bandwidth?: number;
|
|
894
929
|
bandwidthType?: string;
|
|
@@ -905,6 +940,8 @@ export class CreateBandwidthPackageRequest extends $tea.Model {
|
|
|
905
940
|
static names(): { [key: string]: string } {
|
|
906
941
|
return {
|
|
907
942
|
autoPay: 'AutoPay',
|
|
943
|
+
autoRenew: 'AutoRenew',
|
|
944
|
+
autoRenewDuration: 'AutoRenewDuration',
|
|
908
945
|
autoUseCoupon: 'AutoUseCoupon',
|
|
909
946
|
bandwidth: 'Bandwidth',
|
|
910
947
|
bandwidthType: 'BandwidthType',
|
|
@@ -924,6 +961,8 @@ export class CreateBandwidthPackageRequest extends $tea.Model {
|
|
|
924
961
|
static types(): { [key: string]: any } {
|
|
925
962
|
return {
|
|
926
963
|
autoPay: 'boolean',
|
|
964
|
+
autoRenew: 'boolean',
|
|
965
|
+
autoRenewDuration: 'number',
|
|
927
966
|
autoUseCoupon: 'string',
|
|
928
967
|
bandwidth: 'number',
|
|
929
968
|
bandwidthType: 'string',
|
|
@@ -972,10 +1011,12 @@ export class CreateBandwidthPackageResponseBody extends $tea.Model {
|
|
|
972
1011
|
|
|
973
1012
|
export class CreateBandwidthPackageResponse extends $tea.Model {
|
|
974
1013
|
headers: { [key: string]: string };
|
|
1014
|
+
statusCode: number;
|
|
975
1015
|
body: CreateBandwidthPackageResponseBody;
|
|
976
1016
|
static names(): { [key: string]: string } {
|
|
977
1017
|
return {
|
|
978
1018
|
headers: 'headers',
|
|
1019
|
+
statusCode: 'statusCode',
|
|
979
1020
|
body: 'body',
|
|
980
1021
|
};
|
|
981
1022
|
}
|
|
@@ -983,6 +1024,7 @@ export class CreateBandwidthPackageResponse extends $tea.Model {
|
|
|
983
1024
|
static types(): { [key: string]: any } {
|
|
984
1025
|
return {
|
|
985
1026
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1027
|
+
statusCode: 'number',
|
|
986
1028
|
body: CreateBandwidthPackageResponseBody,
|
|
987
1029
|
};
|
|
988
1030
|
}
|
|
@@ -1059,10 +1101,12 @@ export class CreateBasicAcceleratorResponseBody extends $tea.Model {
|
|
|
1059
1101
|
|
|
1060
1102
|
export class CreateBasicAcceleratorResponse extends $tea.Model {
|
|
1061
1103
|
headers: { [key: string]: string };
|
|
1104
|
+
statusCode: number;
|
|
1062
1105
|
body: CreateBasicAcceleratorResponseBody;
|
|
1063
1106
|
static names(): { [key: string]: string } {
|
|
1064
1107
|
return {
|
|
1065
1108
|
headers: 'headers',
|
|
1109
|
+
statusCode: 'statusCode',
|
|
1066
1110
|
body: 'body',
|
|
1067
1111
|
};
|
|
1068
1112
|
}
|
|
@@ -1070,6 +1114,7 @@ export class CreateBasicAcceleratorResponse extends $tea.Model {
|
|
|
1070
1114
|
static types(): { [key: string]: any } {
|
|
1071
1115
|
return {
|
|
1072
1116
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1117
|
+
statusCode: 'number',
|
|
1073
1118
|
body: CreateBasicAcceleratorResponseBody,
|
|
1074
1119
|
};
|
|
1075
1120
|
}
|
|
@@ -1143,10 +1188,12 @@ export class CreateBasicEndpointGroupResponseBody extends $tea.Model {
|
|
|
1143
1188
|
|
|
1144
1189
|
export class CreateBasicEndpointGroupResponse extends $tea.Model {
|
|
1145
1190
|
headers: { [key: string]: string };
|
|
1191
|
+
statusCode: number;
|
|
1146
1192
|
body: CreateBasicEndpointGroupResponseBody;
|
|
1147
1193
|
static names(): { [key: string]: string } {
|
|
1148
1194
|
return {
|
|
1149
1195
|
headers: 'headers',
|
|
1196
|
+
statusCode: 'statusCode',
|
|
1150
1197
|
body: 'body',
|
|
1151
1198
|
};
|
|
1152
1199
|
}
|
|
@@ -1154,6 +1201,7 @@ export class CreateBasicEndpointGroupResponse extends $tea.Model {
|
|
|
1154
1201
|
static types(): { [key: string]: any } {
|
|
1155
1202
|
return {
|
|
1156
1203
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1204
|
+
statusCode: 'number',
|
|
1157
1205
|
body: CreateBasicEndpointGroupResponseBody,
|
|
1158
1206
|
};
|
|
1159
1207
|
}
|
|
@@ -1215,10 +1263,12 @@ export class CreateBasicIpSetResponseBody extends $tea.Model {
|
|
|
1215
1263
|
|
|
1216
1264
|
export class CreateBasicIpSetResponse extends $tea.Model {
|
|
1217
1265
|
headers: { [key: string]: string };
|
|
1266
|
+
statusCode: number;
|
|
1218
1267
|
body: CreateBasicIpSetResponseBody;
|
|
1219
1268
|
static names(): { [key: string]: string } {
|
|
1220
1269
|
return {
|
|
1221
1270
|
headers: 'headers',
|
|
1271
|
+
statusCode: 'statusCode',
|
|
1222
1272
|
body: 'body',
|
|
1223
1273
|
};
|
|
1224
1274
|
}
|
|
@@ -1226,6 +1276,7 @@ export class CreateBasicIpSetResponse extends $tea.Model {
|
|
|
1226
1276
|
static types(): { [key: string]: any } {
|
|
1227
1277
|
return {
|
|
1228
1278
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1279
|
+
statusCode: 'number',
|
|
1229
1280
|
body: CreateBasicIpSetResponseBody,
|
|
1230
1281
|
};
|
|
1231
1282
|
}
|
|
@@ -1329,10 +1380,12 @@ export class CreateEndpointGroupResponseBody extends $tea.Model {
|
|
|
1329
1380
|
|
|
1330
1381
|
export class CreateEndpointGroupResponse extends $tea.Model {
|
|
1331
1382
|
headers: { [key: string]: string };
|
|
1383
|
+
statusCode: number;
|
|
1332
1384
|
body: CreateEndpointGroupResponseBody;
|
|
1333
1385
|
static names(): { [key: string]: string } {
|
|
1334
1386
|
return {
|
|
1335
1387
|
headers: 'headers',
|
|
1388
|
+
statusCode: 'statusCode',
|
|
1336
1389
|
body: 'body',
|
|
1337
1390
|
};
|
|
1338
1391
|
}
|
|
@@ -1340,6 +1393,7 @@ export class CreateEndpointGroupResponse extends $tea.Model {
|
|
|
1340
1393
|
static types(): { [key: string]: any } {
|
|
1341
1394
|
return {
|
|
1342
1395
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1396
|
+
statusCode: 'number',
|
|
1343
1397
|
body: CreateEndpointGroupResponseBody,
|
|
1344
1398
|
};
|
|
1345
1399
|
}
|
|
@@ -1407,10 +1461,12 @@ export class CreateEndpointGroupsResponseBody extends $tea.Model {
|
|
|
1407
1461
|
|
|
1408
1462
|
export class CreateEndpointGroupsResponse extends $tea.Model {
|
|
1409
1463
|
headers: { [key: string]: string };
|
|
1464
|
+
statusCode: number;
|
|
1410
1465
|
body: CreateEndpointGroupsResponseBody;
|
|
1411
1466
|
static names(): { [key: string]: string } {
|
|
1412
1467
|
return {
|
|
1413
1468
|
headers: 'headers',
|
|
1469
|
+
statusCode: 'statusCode',
|
|
1414
1470
|
body: 'body',
|
|
1415
1471
|
};
|
|
1416
1472
|
}
|
|
@@ -1418,6 +1474,7 @@ export class CreateEndpointGroupsResponse extends $tea.Model {
|
|
|
1418
1474
|
static types(): { [key: string]: any } {
|
|
1419
1475
|
return {
|
|
1420
1476
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1477
|
+
statusCode: 'number',
|
|
1421
1478
|
body: CreateEndpointGroupsResponseBody,
|
|
1422
1479
|
};
|
|
1423
1480
|
}
|
|
@@ -1482,10 +1539,12 @@ export class CreateForwardingRulesResponseBody extends $tea.Model {
|
|
|
1482
1539
|
|
|
1483
1540
|
export class CreateForwardingRulesResponse extends $tea.Model {
|
|
1484
1541
|
headers: { [key: string]: string };
|
|
1542
|
+
statusCode: number;
|
|
1485
1543
|
body: CreateForwardingRulesResponseBody;
|
|
1486
1544
|
static names(): { [key: string]: string } {
|
|
1487
1545
|
return {
|
|
1488
1546
|
headers: 'headers',
|
|
1547
|
+
statusCode: 'statusCode',
|
|
1489
1548
|
body: 'body',
|
|
1490
1549
|
};
|
|
1491
1550
|
}
|
|
@@ -1493,6 +1552,7 @@ export class CreateForwardingRulesResponse extends $tea.Model {
|
|
|
1493
1552
|
static types(): { [key: string]: any } {
|
|
1494
1553
|
return {
|
|
1495
1554
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1555
|
+
statusCode: 'number',
|
|
1496
1556
|
body: CreateForwardingRulesResponseBody,
|
|
1497
1557
|
};
|
|
1498
1558
|
}
|
|
@@ -1557,10 +1617,12 @@ export class CreateIpSetsResponseBody extends $tea.Model {
|
|
|
1557
1617
|
|
|
1558
1618
|
export class CreateIpSetsResponse extends $tea.Model {
|
|
1559
1619
|
headers: { [key: string]: string };
|
|
1620
|
+
statusCode: number;
|
|
1560
1621
|
body: CreateIpSetsResponseBody;
|
|
1561
1622
|
static names(): { [key: string]: string } {
|
|
1562
1623
|
return {
|
|
1563
1624
|
headers: 'headers',
|
|
1625
|
+
statusCode: 'statusCode',
|
|
1564
1626
|
body: 'body',
|
|
1565
1627
|
};
|
|
1566
1628
|
}
|
|
@@ -1568,6 +1630,7 @@ export class CreateIpSetsResponse extends $tea.Model {
|
|
|
1568
1630
|
static types(): { [key: string]: any } {
|
|
1569
1631
|
return {
|
|
1570
1632
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1633
|
+
statusCode: 'number',
|
|
1571
1634
|
body: CreateIpSetsResponseBody,
|
|
1572
1635
|
};
|
|
1573
1636
|
}
|
|
@@ -1653,10 +1716,12 @@ export class CreateListenerResponseBody extends $tea.Model {
|
|
|
1653
1716
|
|
|
1654
1717
|
export class CreateListenerResponse extends $tea.Model {
|
|
1655
1718
|
headers: { [key: string]: string };
|
|
1719
|
+
statusCode: number;
|
|
1656
1720
|
body: CreateListenerResponseBody;
|
|
1657
1721
|
static names(): { [key: string]: string } {
|
|
1658
1722
|
return {
|
|
1659
1723
|
headers: 'headers',
|
|
1724
|
+
statusCode: 'statusCode',
|
|
1660
1725
|
body: 'body',
|
|
1661
1726
|
};
|
|
1662
1727
|
}
|
|
@@ -1664,6 +1729,7 @@ export class CreateListenerResponse extends $tea.Model {
|
|
|
1664
1729
|
static types(): { [key: string]: any } {
|
|
1665
1730
|
return {
|
|
1666
1731
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1732
|
+
statusCode: 'number',
|
|
1667
1733
|
body: CreateListenerResponseBody,
|
|
1668
1734
|
};
|
|
1669
1735
|
}
|
|
@@ -1725,10 +1791,12 @@ export class CreateSpareIpsResponseBody extends $tea.Model {
|
|
|
1725
1791
|
|
|
1726
1792
|
export class CreateSpareIpsResponse extends $tea.Model {
|
|
1727
1793
|
headers: { [key: string]: string };
|
|
1794
|
+
statusCode: number;
|
|
1728
1795
|
body: CreateSpareIpsResponseBody;
|
|
1729
1796
|
static names(): { [key: string]: string } {
|
|
1730
1797
|
return {
|
|
1731
1798
|
headers: 'headers',
|
|
1799
|
+
statusCode: 'statusCode',
|
|
1732
1800
|
body: 'body',
|
|
1733
1801
|
};
|
|
1734
1802
|
}
|
|
@@ -1736,6 +1804,7 @@ export class CreateSpareIpsResponse extends $tea.Model {
|
|
|
1736
1804
|
static types(): { [key: string]: any } {
|
|
1737
1805
|
return {
|
|
1738
1806
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1807
|
+
statusCode: 'number',
|
|
1739
1808
|
body: CreateSpareIpsResponseBody,
|
|
1740
1809
|
};
|
|
1741
1810
|
}
|
|
@@ -1791,10 +1860,12 @@ export class DeleteAcceleratorResponseBody extends $tea.Model {
|
|
|
1791
1860
|
|
|
1792
1861
|
export class DeleteAcceleratorResponse extends $tea.Model {
|
|
1793
1862
|
headers: { [key: string]: string };
|
|
1863
|
+
statusCode: number;
|
|
1794
1864
|
body: DeleteAcceleratorResponseBody;
|
|
1795
1865
|
static names(): { [key: string]: string } {
|
|
1796
1866
|
return {
|
|
1797
1867
|
headers: 'headers',
|
|
1868
|
+
statusCode: 'statusCode',
|
|
1798
1869
|
body: 'body',
|
|
1799
1870
|
};
|
|
1800
1871
|
}
|
|
@@ -1802,6 +1873,7 @@ export class DeleteAcceleratorResponse extends $tea.Model {
|
|
|
1802
1873
|
static types(): { [key: string]: any } {
|
|
1803
1874
|
return {
|
|
1804
1875
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1876
|
+
statusCode: 'number',
|
|
1805
1877
|
body: DeleteAcceleratorResponseBody,
|
|
1806
1878
|
};
|
|
1807
1879
|
}
|
|
@@ -1863,10 +1935,12 @@ export class DeleteAclResponseBody extends $tea.Model {
|
|
|
1863
1935
|
|
|
1864
1936
|
export class DeleteAclResponse extends $tea.Model {
|
|
1865
1937
|
headers: { [key: string]: string };
|
|
1938
|
+
statusCode: number;
|
|
1866
1939
|
body: DeleteAclResponseBody;
|
|
1867
1940
|
static names(): { [key: string]: string } {
|
|
1868
1941
|
return {
|
|
1869
1942
|
headers: 'headers',
|
|
1943
|
+
statusCode: 'statusCode',
|
|
1870
1944
|
body: 'body',
|
|
1871
1945
|
};
|
|
1872
1946
|
}
|
|
@@ -1874,6 +1948,7 @@ export class DeleteAclResponse extends $tea.Model {
|
|
|
1874
1948
|
static types(): { [key: string]: any } {
|
|
1875
1949
|
return {
|
|
1876
1950
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1951
|
+
statusCode: 'number',
|
|
1877
1952
|
body: DeleteAclResponseBody,
|
|
1878
1953
|
};
|
|
1879
1954
|
}
|
|
@@ -1929,10 +2004,12 @@ export class DeleteApplicationMonitorResponseBody extends $tea.Model {
|
|
|
1929
2004
|
|
|
1930
2005
|
export class DeleteApplicationMonitorResponse extends $tea.Model {
|
|
1931
2006
|
headers: { [key: string]: string };
|
|
2007
|
+
statusCode: number;
|
|
1932
2008
|
body: DeleteApplicationMonitorResponseBody;
|
|
1933
2009
|
static names(): { [key: string]: string } {
|
|
1934
2010
|
return {
|
|
1935
2011
|
headers: 'headers',
|
|
2012
|
+
statusCode: 'statusCode',
|
|
1936
2013
|
body: 'body',
|
|
1937
2014
|
};
|
|
1938
2015
|
}
|
|
@@ -1940,6 +2017,7 @@ export class DeleteApplicationMonitorResponse extends $tea.Model {
|
|
|
1940
2017
|
static types(): { [key: string]: any } {
|
|
1941
2018
|
return {
|
|
1942
2019
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2020
|
+
statusCode: 'number',
|
|
1943
2021
|
body: DeleteApplicationMonitorResponseBody,
|
|
1944
2022
|
};
|
|
1945
2023
|
}
|
|
@@ -1998,10 +2076,12 @@ export class DeleteBandwidthPackageResponseBody extends $tea.Model {
|
|
|
1998
2076
|
|
|
1999
2077
|
export class DeleteBandwidthPackageResponse extends $tea.Model {
|
|
2000
2078
|
headers: { [key: string]: string };
|
|
2079
|
+
statusCode: number;
|
|
2001
2080
|
body: DeleteBandwidthPackageResponseBody;
|
|
2002
2081
|
static names(): { [key: string]: string } {
|
|
2003
2082
|
return {
|
|
2004
2083
|
headers: 'headers',
|
|
2084
|
+
statusCode: 'statusCode',
|
|
2005
2085
|
body: 'body',
|
|
2006
2086
|
};
|
|
2007
2087
|
}
|
|
@@ -2009,6 +2089,7 @@ export class DeleteBandwidthPackageResponse extends $tea.Model {
|
|
|
2009
2089
|
static types(): { [key: string]: any } {
|
|
2010
2090
|
return {
|
|
2011
2091
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2092
|
+
statusCode: 'number',
|
|
2012
2093
|
body: DeleteBandwidthPackageResponseBody,
|
|
2013
2094
|
};
|
|
2014
2095
|
}
|
|
@@ -2064,10 +2145,12 @@ export class DeleteBasicAcceleratorResponseBody extends $tea.Model {
|
|
|
2064
2145
|
|
|
2065
2146
|
export class DeleteBasicAcceleratorResponse extends $tea.Model {
|
|
2066
2147
|
headers: { [key: string]: string };
|
|
2148
|
+
statusCode: number;
|
|
2067
2149
|
body: DeleteBasicAcceleratorResponseBody;
|
|
2068
2150
|
static names(): { [key: string]: string } {
|
|
2069
2151
|
return {
|
|
2070
2152
|
headers: 'headers',
|
|
2153
|
+
statusCode: 'statusCode',
|
|
2071
2154
|
body: 'body',
|
|
2072
2155
|
};
|
|
2073
2156
|
}
|
|
@@ -2075,6 +2158,7 @@ export class DeleteBasicAcceleratorResponse extends $tea.Model {
|
|
|
2075
2158
|
static types(): { [key: string]: any } {
|
|
2076
2159
|
return {
|
|
2077
2160
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2161
|
+
statusCode: 'number',
|
|
2078
2162
|
body: DeleteBasicAcceleratorResponseBody,
|
|
2079
2163
|
};
|
|
2080
2164
|
}
|
|
@@ -2127,10 +2211,12 @@ export class DeleteBasicEndpointGroupResponseBody extends $tea.Model {
|
|
|
2127
2211
|
|
|
2128
2212
|
export class DeleteBasicEndpointGroupResponse extends $tea.Model {
|
|
2129
2213
|
headers: { [key: string]: string };
|
|
2214
|
+
statusCode: number;
|
|
2130
2215
|
body: DeleteBasicEndpointGroupResponseBody;
|
|
2131
2216
|
static names(): { [key: string]: string } {
|
|
2132
2217
|
return {
|
|
2133
2218
|
headers: 'headers',
|
|
2219
|
+
statusCode: 'statusCode',
|
|
2134
2220
|
body: 'body',
|
|
2135
2221
|
};
|
|
2136
2222
|
}
|
|
@@ -2138,6 +2224,7 @@ export class DeleteBasicEndpointGroupResponse extends $tea.Model {
|
|
|
2138
2224
|
static types(): { [key: string]: any } {
|
|
2139
2225
|
return {
|
|
2140
2226
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2227
|
+
statusCode: 'number',
|
|
2141
2228
|
body: DeleteBasicEndpointGroupResponseBody,
|
|
2142
2229
|
};
|
|
2143
2230
|
}
|
|
@@ -2193,10 +2280,12 @@ export class DeleteBasicIpSetResponseBody extends $tea.Model {
|
|
|
2193
2280
|
|
|
2194
2281
|
export class DeleteBasicIpSetResponse extends $tea.Model {
|
|
2195
2282
|
headers: { [key: string]: string };
|
|
2283
|
+
statusCode: number;
|
|
2196
2284
|
body: DeleteBasicIpSetResponseBody;
|
|
2197
2285
|
static names(): { [key: string]: string } {
|
|
2198
2286
|
return {
|
|
2199
2287
|
headers: 'headers',
|
|
2288
|
+
statusCode: 'statusCode',
|
|
2200
2289
|
body: 'body',
|
|
2201
2290
|
};
|
|
2202
2291
|
}
|
|
@@ -2204,6 +2293,7 @@ export class DeleteBasicIpSetResponse extends $tea.Model {
|
|
|
2204
2293
|
static types(): { [key: string]: any } {
|
|
2205
2294
|
return {
|
|
2206
2295
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2296
|
+
statusCode: 'number',
|
|
2207
2297
|
body: DeleteBasicIpSetResponseBody,
|
|
2208
2298
|
};
|
|
2209
2299
|
}
|
|
@@ -2259,10 +2349,12 @@ export class DeleteEndpointGroupResponseBody extends $tea.Model {
|
|
|
2259
2349
|
|
|
2260
2350
|
export class DeleteEndpointGroupResponse extends $tea.Model {
|
|
2261
2351
|
headers: { [key: string]: string };
|
|
2352
|
+
statusCode: number;
|
|
2262
2353
|
body: DeleteEndpointGroupResponseBody;
|
|
2263
2354
|
static names(): { [key: string]: string } {
|
|
2264
2355
|
return {
|
|
2265
2356
|
headers: 'headers',
|
|
2357
|
+
statusCode: 'statusCode',
|
|
2266
2358
|
body: 'body',
|
|
2267
2359
|
};
|
|
2268
2360
|
}
|
|
@@ -2270,6 +2362,7 @@ export class DeleteEndpointGroupResponse extends $tea.Model {
|
|
|
2270
2362
|
static types(): { [key: string]: any } {
|
|
2271
2363
|
return {
|
|
2272
2364
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2365
|
+
statusCode: 'number',
|
|
2273
2366
|
body: DeleteEndpointGroupResponseBody,
|
|
2274
2367
|
};
|
|
2275
2368
|
}
|
|
@@ -2328,10 +2421,12 @@ export class DeleteEndpointGroupsResponseBody extends $tea.Model {
|
|
|
2328
2421
|
|
|
2329
2422
|
export class DeleteEndpointGroupsResponse extends $tea.Model {
|
|
2330
2423
|
headers: { [key: string]: string };
|
|
2424
|
+
statusCode: number;
|
|
2331
2425
|
body: DeleteEndpointGroupsResponseBody;
|
|
2332
2426
|
static names(): { [key: string]: string } {
|
|
2333
2427
|
return {
|
|
2334
2428
|
headers: 'headers',
|
|
2429
|
+
statusCode: 'statusCode',
|
|
2335
2430
|
body: 'body',
|
|
2336
2431
|
};
|
|
2337
2432
|
}
|
|
@@ -2339,6 +2434,7 @@ export class DeleteEndpointGroupsResponse extends $tea.Model {
|
|
|
2339
2434
|
static types(): { [key: string]: any } {
|
|
2340
2435
|
return {
|
|
2341
2436
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2437
|
+
statusCode: 'number',
|
|
2342
2438
|
body: DeleteEndpointGroupsResponseBody,
|
|
2343
2439
|
};
|
|
2344
2440
|
}
|
|
@@ -2403,10 +2499,12 @@ export class DeleteForwardingRulesResponseBody extends $tea.Model {
|
|
|
2403
2499
|
|
|
2404
2500
|
export class DeleteForwardingRulesResponse extends $tea.Model {
|
|
2405
2501
|
headers: { [key: string]: string };
|
|
2502
|
+
statusCode: number;
|
|
2406
2503
|
body: DeleteForwardingRulesResponseBody;
|
|
2407
2504
|
static names(): { [key: string]: string } {
|
|
2408
2505
|
return {
|
|
2409
2506
|
headers: 'headers',
|
|
2507
|
+
statusCode: 'statusCode',
|
|
2410
2508
|
body: 'body',
|
|
2411
2509
|
};
|
|
2412
2510
|
}
|
|
@@ -2414,6 +2512,7 @@ export class DeleteForwardingRulesResponse extends $tea.Model {
|
|
|
2414
2512
|
static types(): { [key: string]: any } {
|
|
2415
2513
|
return {
|
|
2416
2514
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2515
|
+
statusCode: 'number',
|
|
2417
2516
|
body: DeleteForwardingRulesResponseBody,
|
|
2418
2517
|
};
|
|
2419
2518
|
}
|
|
@@ -2472,10 +2571,12 @@ export class DeleteIpSetResponseBody extends $tea.Model {
|
|
|
2472
2571
|
|
|
2473
2572
|
export class DeleteIpSetResponse extends $tea.Model {
|
|
2474
2573
|
headers: { [key: string]: string };
|
|
2574
|
+
statusCode: number;
|
|
2475
2575
|
body: DeleteIpSetResponseBody;
|
|
2476
2576
|
static names(): { [key: string]: string } {
|
|
2477
2577
|
return {
|
|
2478
2578
|
headers: 'headers',
|
|
2579
|
+
statusCode: 'statusCode',
|
|
2479
2580
|
body: 'body',
|
|
2480
2581
|
};
|
|
2481
2582
|
}
|
|
@@ -2483,6 +2584,7 @@ export class DeleteIpSetResponse extends $tea.Model {
|
|
|
2483
2584
|
static types(): { [key: string]: any } {
|
|
2484
2585
|
return {
|
|
2485
2586
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2587
|
+
statusCode: 'number',
|
|
2486
2588
|
body: DeleteIpSetResponseBody,
|
|
2487
2589
|
};
|
|
2488
2590
|
}
|
|
@@ -2535,10 +2637,12 @@ export class DeleteIpSetsResponseBody extends $tea.Model {
|
|
|
2535
2637
|
|
|
2536
2638
|
export class DeleteIpSetsResponse extends $tea.Model {
|
|
2537
2639
|
headers: { [key: string]: string };
|
|
2640
|
+
statusCode: number;
|
|
2538
2641
|
body: DeleteIpSetsResponseBody;
|
|
2539
2642
|
static names(): { [key: string]: string } {
|
|
2540
2643
|
return {
|
|
2541
2644
|
headers: 'headers',
|
|
2645
|
+
statusCode: 'statusCode',
|
|
2542
2646
|
body: 'body',
|
|
2543
2647
|
};
|
|
2544
2648
|
}
|
|
@@ -2546,6 +2650,7 @@ export class DeleteIpSetsResponse extends $tea.Model {
|
|
|
2546
2650
|
static types(): { [key: string]: any } {
|
|
2547
2651
|
return {
|
|
2548
2652
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2653
|
+
statusCode: 'number',
|
|
2549
2654
|
body: DeleteIpSetsResponseBody,
|
|
2550
2655
|
};
|
|
2551
2656
|
}
|
|
@@ -2601,10 +2706,12 @@ export class DeleteListenerResponseBody extends $tea.Model {
|
|
|
2601
2706
|
|
|
2602
2707
|
export class DeleteListenerResponse extends $tea.Model {
|
|
2603
2708
|
headers: { [key: string]: string };
|
|
2709
|
+
statusCode: number;
|
|
2604
2710
|
body: DeleteListenerResponseBody;
|
|
2605
2711
|
static names(): { [key: string]: string } {
|
|
2606
2712
|
return {
|
|
2607
2713
|
headers: 'headers',
|
|
2714
|
+
statusCode: 'statusCode',
|
|
2608
2715
|
body: 'body',
|
|
2609
2716
|
};
|
|
2610
2717
|
}
|
|
@@ -2612,6 +2719,7 @@ export class DeleteListenerResponse extends $tea.Model {
|
|
|
2612
2719
|
static types(): { [key: string]: any } {
|
|
2613
2720
|
return {
|
|
2614
2721
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2722
|
+
statusCode: 'number',
|
|
2615
2723
|
body: DeleteListenerResponseBody,
|
|
2616
2724
|
};
|
|
2617
2725
|
}
|
|
@@ -2673,10 +2781,12 @@ export class DeleteSpareIpsResponseBody extends $tea.Model {
|
|
|
2673
2781
|
|
|
2674
2782
|
export class DeleteSpareIpsResponse extends $tea.Model {
|
|
2675
2783
|
headers: { [key: string]: string };
|
|
2784
|
+
statusCode: number;
|
|
2676
2785
|
body: DeleteSpareIpsResponseBody;
|
|
2677
2786
|
static names(): { [key: string]: string } {
|
|
2678
2787
|
return {
|
|
2679
2788
|
headers: 'headers',
|
|
2789
|
+
statusCode: 'statusCode',
|
|
2680
2790
|
body: 'body',
|
|
2681
2791
|
};
|
|
2682
2792
|
}
|
|
@@ -2684,6 +2794,7 @@ export class DeleteSpareIpsResponse extends $tea.Model {
|
|
|
2684
2794
|
static types(): { [key: string]: any } {
|
|
2685
2795
|
return {
|
|
2686
2796
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2797
|
+
statusCode: 'number',
|
|
2687
2798
|
body: DeleteSpareIpsResponseBody,
|
|
2688
2799
|
};
|
|
2689
2800
|
}
|
|
@@ -2784,10 +2895,12 @@ export class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
2784
2895
|
|
|
2785
2896
|
export class DescribeAcceleratorResponse extends $tea.Model {
|
|
2786
2897
|
headers: { [key: string]: string };
|
|
2898
|
+
statusCode: number;
|
|
2787
2899
|
body: DescribeAcceleratorResponseBody;
|
|
2788
2900
|
static names(): { [key: string]: string } {
|
|
2789
2901
|
return {
|
|
2790
2902
|
headers: 'headers',
|
|
2903
|
+
statusCode: 'statusCode',
|
|
2791
2904
|
body: 'body',
|
|
2792
2905
|
};
|
|
2793
2906
|
}
|
|
@@ -2795,6 +2908,7 @@ export class DescribeAcceleratorResponse extends $tea.Model {
|
|
|
2795
2908
|
static types(): { [key: string]: any } {
|
|
2796
2909
|
return {
|
|
2797
2910
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2911
|
+
statusCode: 'number',
|
|
2798
2912
|
body: DescribeAcceleratorResponseBody,
|
|
2799
2913
|
};
|
|
2800
2914
|
}
|
|
@@ -2859,10 +2973,12 @@ export class DescribeAcceleratorAutoRenewAttributeResponseBody extends $tea.Mode
|
|
|
2859
2973
|
|
|
2860
2974
|
export class DescribeAcceleratorAutoRenewAttributeResponse extends $tea.Model {
|
|
2861
2975
|
headers: { [key: string]: string };
|
|
2976
|
+
statusCode: number;
|
|
2862
2977
|
body: DescribeAcceleratorAutoRenewAttributeResponseBody;
|
|
2863
2978
|
static names(): { [key: string]: string } {
|
|
2864
2979
|
return {
|
|
2865
2980
|
headers: 'headers',
|
|
2981
|
+
statusCode: 'statusCode',
|
|
2866
2982
|
body: 'body',
|
|
2867
2983
|
};
|
|
2868
2984
|
}
|
|
@@ -2870,6 +2986,7 @@ export class DescribeAcceleratorAutoRenewAttributeResponse extends $tea.Model {
|
|
|
2870
2986
|
static types(): { [key: string]: any } {
|
|
2871
2987
|
return {
|
|
2872
2988
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2989
|
+
statusCode: 'number',
|
|
2873
2990
|
body: DescribeAcceleratorAutoRenewAttributeResponseBody,
|
|
2874
2991
|
};
|
|
2875
2992
|
}
|
|
@@ -2961,10 +3078,12 @@ export class DescribeApplicationMonitorResponseBody extends $tea.Model {
|
|
|
2961
3078
|
|
|
2962
3079
|
export class DescribeApplicationMonitorResponse extends $tea.Model {
|
|
2963
3080
|
headers: { [key: string]: string };
|
|
3081
|
+
statusCode: number;
|
|
2964
3082
|
body: DescribeApplicationMonitorResponseBody;
|
|
2965
3083
|
static names(): { [key: string]: string } {
|
|
2966
3084
|
return {
|
|
2967
3085
|
headers: 'headers',
|
|
3086
|
+
statusCode: 'statusCode',
|
|
2968
3087
|
body: 'body',
|
|
2969
3088
|
};
|
|
2970
3089
|
}
|
|
@@ -2972,6 +3091,7 @@ export class DescribeApplicationMonitorResponse extends $tea.Model {
|
|
|
2972
3091
|
static types(): { [key: string]: any } {
|
|
2973
3092
|
return {
|
|
2974
3093
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3094
|
+
statusCode: 'number',
|
|
2975
3095
|
body: DescribeApplicationMonitorResponseBody,
|
|
2976
3096
|
};
|
|
2977
3097
|
}
|
|
@@ -3072,10 +3192,12 @@ export class DescribeBandwidthPackageResponseBody extends $tea.Model {
|
|
|
3072
3192
|
|
|
3073
3193
|
export class DescribeBandwidthPackageResponse extends $tea.Model {
|
|
3074
3194
|
headers: { [key: string]: string };
|
|
3195
|
+
statusCode: number;
|
|
3075
3196
|
body: DescribeBandwidthPackageResponseBody;
|
|
3076
3197
|
static names(): { [key: string]: string } {
|
|
3077
3198
|
return {
|
|
3078
3199
|
headers: 'headers',
|
|
3200
|
+
statusCode: 'statusCode',
|
|
3079
3201
|
body: 'body',
|
|
3080
3202
|
};
|
|
3081
3203
|
}
|
|
@@ -3083,6 +3205,7 @@ export class DescribeBandwidthPackageResponse extends $tea.Model {
|
|
|
3083
3205
|
static types(): { [key: string]: any } {
|
|
3084
3206
|
return {
|
|
3085
3207
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3208
|
+
statusCode: 'number',
|
|
3086
3209
|
body: DescribeBandwidthPackageResponseBody,
|
|
3087
3210
|
};
|
|
3088
3211
|
}
|
|
@@ -3092,6 +3215,84 @@ export class DescribeBandwidthPackageResponse extends $tea.Model {
|
|
|
3092
3215
|
}
|
|
3093
3216
|
}
|
|
3094
3217
|
|
|
3218
|
+
export class DescribeBandwidthPackageAutoRenewAttributeRequest extends $tea.Model {
|
|
3219
|
+
instanceId?: string;
|
|
3220
|
+
regionId?: string;
|
|
3221
|
+
static names(): { [key: string]: string } {
|
|
3222
|
+
return {
|
|
3223
|
+
instanceId: 'InstanceId',
|
|
3224
|
+
regionId: 'RegionId',
|
|
3225
|
+
};
|
|
3226
|
+
}
|
|
3227
|
+
|
|
3228
|
+
static types(): { [key: string]: any } {
|
|
3229
|
+
return {
|
|
3230
|
+
instanceId: 'string',
|
|
3231
|
+
regionId: 'string',
|
|
3232
|
+
};
|
|
3233
|
+
}
|
|
3234
|
+
|
|
3235
|
+
constructor(map?: { [key: string]: any }) {
|
|
3236
|
+
super(map);
|
|
3237
|
+
}
|
|
3238
|
+
}
|
|
3239
|
+
|
|
3240
|
+
export class DescribeBandwidthPackageAutoRenewAttributeResponseBody extends $tea.Model {
|
|
3241
|
+
autoRenew?: boolean;
|
|
3242
|
+
autoRenewDuration?: number;
|
|
3243
|
+
instanceId?: string;
|
|
3244
|
+
renewalStatus?: string;
|
|
3245
|
+
requestId?: string;
|
|
3246
|
+
static names(): { [key: string]: string } {
|
|
3247
|
+
return {
|
|
3248
|
+
autoRenew: 'AutoRenew',
|
|
3249
|
+
autoRenewDuration: 'AutoRenewDuration',
|
|
3250
|
+
instanceId: 'InstanceId',
|
|
3251
|
+
renewalStatus: 'RenewalStatus',
|
|
3252
|
+
requestId: 'RequestId',
|
|
3253
|
+
};
|
|
3254
|
+
}
|
|
3255
|
+
|
|
3256
|
+
static types(): { [key: string]: any } {
|
|
3257
|
+
return {
|
|
3258
|
+
autoRenew: 'boolean',
|
|
3259
|
+
autoRenewDuration: 'number',
|
|
3260
|
+
instanceId: 'string',
|
|
3261
|
+
renewalStatus: 'string',
|
|
3262
|
+
requestId: 'string',
|
|
3263
|
+
};
|
|
3264
|
+
}
|
|
3265
|
+
|
|
3266
|
+
constructor(map?: { [key: string]: any }) {
|
|
3267
|
+
super(map);
|
|
3268
|
+
}
|
|
3269
|
+
}
|
|
3270
|
+
|
|
3271
|
+
export class DescribeBandwidthPackageAutoRenewAttributeResponse extends $tea.Model {
|
|
3272
|
+
headers: { [key: string]: string };
|
|
3273
|
+
statusCode: number;
|
|
3274
|
+
body: DescribeBandwidthPackageAutoRenewAttributeResponseBody;
|
|
3275
|
+
static names(): { [key: string]: string } {
|
|
3276
|
+
return {
|
|
3277
|
+
headers: 'headers',
|
|
3278
|
+
statusCode: 'statusCode',
|
|
3279
|
+
body: 'body',
|
|
3280
|
+
};
|
|
3281
|
+
}
|
|
3282
|
+
|
|
3283
|
+
static types(): { [key: string]: any } {
|
|
3284
|
+
return {
|
|
3285
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3286
|
+
statusCode: 'number',
|
|
3287
|
+
body: DescribeBandwidthPackageAutoRenewAttributeResponseBody,
|
|
3288
|
+
};
|
|
3289
|
+
}
|
|
3290
|
+
|
|
3291
|
+
constructor(map?: { [key: string]: any }) {
|
|
3292
|
+
super(map);
|
|
3293
|
+
}
|
|
3294
|
+
}
|
|
3295
|
+
|
|
3095
3296
|
export class DescribeEndpointGroupRequest extends $tea.Model {
|
|
3096
3297
|
endpointGroupId?: string;
|
|
3097
3298
|
regionId?: string;
|
|
@@ -3216,10 +3417,12 @@ export class DescribeEndpointGroupResponseBody extends $tea.Model {
|
|
|
3216
3417
|
|
|
3217
3418
|
export class DescribeEndpointGroupResponse extends $tea.Model {
|
|
3218
3419
|
headers: { [key: string]: string };
|
|
3420
|
+
statusCode: number;
|
|
3219
3421
|
body: DescribeEndpointGroupResponseBody;
|
|
3220
3422
|
static names(): { [key: string]: string } {
|
|
3221
3423
|
return {
|
|
3222
3424
|
headers: 'headers',
|
|
3425
|
+
statusCode: 'statusCode',
|
|
3223
3426
|
body: 'body',
|
|
3224
3427
|
};
|
|
3225
3428
|
}
|
|
@@ -3227,6 +3430,7 @@ export class DescribeEndpointGroupResponse extends $tea.Model {
|
|
|
3227
3430
|
static types(): { [key: string]: any } {
|
|
3228
3431
|
return {
|
|
3229
3432
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3433
|
+
statusCode: 'number',
|
|
3230
3434
|
body: DescribeEndpointGroupResponseBody,
|
|
3231
3435
|
};
|
|
3232
3436
|
}
|
|
@@ -3300,10 +3504,12 @@ export class DescribeIpSetResponseBody extends $tea.Model {
|
|
|
3300
3504
|
|
|
3301
3505
|
export class DescribeIpSetResponse extends $tea.Model {
|
|
3302
3506
|
headers: { [key: string]: string };
|
|
3507
|
+
statusCode: number;
|
|
3303
3508
|
body: DescribeIpSetResponseBody;
|
|
3304
3509
|
static names(): { [key: string]: string } {
|
|
3305
3510
|
return {
|
|
3306
3511
|
headers: 'headers',
|
|
3512
|
+
statusCode: 'statusCode',
|
|
3307
3513
|
body: 'body',
|
|
3308
3514
|
};
|
|
3309
3515
|
}
|
|
@@ -3311,6 +3517,7 @@ export class DescribeIpSetResponse extends $tea.Model {
|
|
|
3311
3517
|
static types(): { [key: string]: any } {
|
|
3312
3518
|
return {
|
|
3313
3519
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3520
|
+
statusCode: 'number',
|
|
3314
3521
|
body: DescribeIpSetResponseBody,
|
|
3315
3522
|
};
|
|
3316
3523
|
}
|
|
@@ -3411,10 +3618,12 @@ export class DescribeListenerResponseBody extends $tea.Model {
|
|
|
3411
3618
|
|
|
3412
3619
|
export class DescribeListenerResponse extends $tea.Model {
|
|
3413
3620
|
headers: { [key: string]: string };
|
|
3621
|
+
statusCode: number;
|
|
3414
3622
|
body: DescribeListenerResponseBody;
|
|
3415
3623
|
static names(): { [key: string]: string } {
|
|
3416
3624
|
return {
|
|
3417
3625
|
headers: 'headers',
|
|
3626
|
+
statusCode: 'statusCode',
|
|
3418
3627
|
body: 'body',
|
|
3419
3628
|
};
|
|
3420
3629
|
}
|
|
@@ -3422,6 +3631,7 @@ export class DescribeListenerResponse extends $tea.Model {
|
|
|
3422
3631
|
static types(): { [key: string]: any } {
|
|
3423
3632
|
return {
|
|
3424
3633
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3634
|
+
statusCode: 'number',
|
|
3425
3635
|
body: DescribeListenerResponseBody,
|
|
3426
3636
|
};
|
|
3427
3637
|
}
|
|
@@ -3474,10 +3684,12 @@ export class DescribeRegionsResponseBody extends $tea.Model {
|
|
|
3474
3684
|
|
|
3475
3685
|
export class DescribeRegionsResponse extends $tea.Model {
|
|
3476
3686
|
headers: { [key: string]: string };
|
|
3687
|
+
statusCode: number;
|
|
3477
3688
|
body: DescribeRegionsResponseBody;
|
|
3478
3689
|
static names(): { [key: string]: string } {
|
|
3479
3690
|
return {
|
|
3480
3691
|
headers: 'headers',
|
|
3692
|
+
statusCode: 'statusCode',
|
|
3481
3693
|
body: 'body',
|
|
3482
3694
|
};
|
|
3483
3695
|
}
|
|
@@ -3485,6 +3697,7 @@ export class DescribeRegionsResponse extends $tea.Model {
|
|
|
3485
3697
|
static types(): { [key: string]: any } {
|
|
3486
3698
|
return {
|
|
3487
3699
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3700
|
+
statusCode: 'number',
|
|
3488
3701
|
body: DescribeRegionsResponseBody,
|
|
3489
3702
|
};
|
|
3490
3703
|
}
|
|
@@ -3540,10 +3753,12 @@ export class DetachDdosFromAcceleratorResponseBody extends $tea.Model {
|
|
|
3540
3753
|
|
|
3541
3754
|
export class DetachDdosFromAcceleratorResponse extends $tea.Model {
|
|
3542
3755
|
headers: { [key: string]: string };
|
|
3756
|
+
statusCode: number;
|
|
3543
3757
|
body: DetachDdosFromAcceleratorResponseBody;
|
|
3544
3758
|
static names(): { [key: string]: string } {
|
|
3545
3759
|
return {
|
|
3546
3760
|
headers: 'headers',
|
|
3761
|
+
statusCode: 'statusCode',
|
|
3547
3762
|
body: 'body',
|
|
3548
3763
|
};
|
|
3549
3764
|
}
|
|
@@ -3551,6 +3766,7 @@ export class DetachDdosFromAcceleratorResponse extends $tea.Model {
|
|
|
3551
3766
|
static types(): { [key: string]: any } {
|
|
3552
3767
|
return {
|
|
3553
3768
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3769
|
+
statusCode: 'number',
|
|
3554
3770
|
body: DetachDdosFromAcceleratorResponseBody,
|
|
3555
3771
|
};
|
|
3556
3772
|
}
|
|
@@ -3612,10 +3828,12 @@ export class DetachLogStoreFromEndpointGroupResponseBody extends $tea.Model {
|
|
|
3612
3828
|
|
|
3613
3829
|
export class DetachLogStoreFromEndpointGroupResponse extends $tea.Model {
|
|
3614
3830
|
headers: { [key: string]: string };
|
|
3831
|
+
statusCode: number;
|
|
3615
3832
|
body: DetachLogStoreFromEndpointGroupResponseBody;
|
|
3616
3833
|
static names(): { [key: string]: string } {
|
|
3617
3834
|
return {
|
|
3618
3835
|
headers: 'headers',
|
|
3836
|
+
statusCode: 'statusCode',
|
|
3619
3837
|
body: 'body',
|
|
3620
3838
|
};
|
|
3621
3839
|
}
|
|
@@ -3623,6 +3841,7 @@ export class DetachLogStoreFromEndpointGroupResponse extends $tea.Model {
|
|
|
3623
3841
|
static types(): { [key: string]: any } {
|
|
3624
3842
|
return {
|
|
3625
3843
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3844
|
+
statusCode: 'number',
|
|
3626
3845
|
body: DetachLogStoreFromEndpointGroupResponseBody,
|
|
3627
3846
|
};
|
|
3628
3847
|
}
|
|
@@ -3678,10 +3897,12 @@ export class DetectApplicationMonitorResponseBody extends $tea.Model {
|
|
|
3678
3897
|
|
|
3679
3898
|
export class DetectApplicationMonitorResponse extends $tea.Model {
|
|
3680
3899
|
headers: { [key: string]: string };
|
|
3900
|
+
statusCode: number;
|
|
3681
3901
|
body: DetectApplicationMonitorResponseBody;
|
|
3682
3902
|
static names(): { [key: string]: string } {
|
|
3683
3903
|
return {
|
|
3684
3904
|
headers: 'headers',
|
|
3905
|
+
statusCode: 'statusCode',
|
|
3685
3906
|
body: 'body',
|
|
3686
3907
|
};
|
|
3687
3908
|
}
|
|
@@ -3689,6 +3910,7 @@ export class DetectApplicationMonitorResponse extends $tea.Model {
|
|
|
3689
3910
|
static types(): { [key: string]: any } {
|
|
3690
3911
|
return {
|
|
3691
3912
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3913
|
+
statusCode: 'number',
|
|
3692
3914
|
body: DetectApplicationMonitorResponseBody,
|
|
3693
3915
|
};
|
|
3694
3916
|
}
|
|
@@ -3744,10 +3966,12 @@ export class DisableApplicationMonitorResponseBody extends $tea.Model {
|
|
|
3744
3966
|
|
|
3745
3967
|
export class DisableApplicationMonitorResponse extends $tea.Model {
|
|
3746
3968
|
headers: { [key: string]: string };
|
|
3969
|
+
statusCode: number;
|
|
3747
3970
|
body: DisableApplicationMonitorResponseBody;
|
|
3748
3971
|
static names(): { [key: string]: string } {
|
|
3749
3972
|
return {
|
|
3750
3973
|
headers: 'headers',
|
|
3974
|
+
statusCode: 'statusCode',
|
|
3751
3975
|
body: 'body',
|
|
3752
3976
|
};
|
|
3753
3977
|
}
|
|
@@ -3755,6 +3979,7 @@ export class DisableApplicationMonitorResponse extends $tea.Model {
|
|
|
3755
3979
|
static types(): { [key: string]: any } {
|
|
3756
3980
|
return {
|
|
3757
3981
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3982
|
+
statusCode: 'number',
|
|
3758
3983
|
body: DisableApplicationMonitorResponseBody,
|
|
3759
3984
|
};
|
|
3760
3985
|
}
|
|
@@ -3822,10 +4047,12 @@ export class DissociateAclsFromListenerResponseBody extends $tea.Model {
|
|
|
3822
4047
|
|
|
3823
4048
|
export class DissociateAclsFromListenerResponse extends $tea.Model {
|
|
3824
4049
|
headers: { [key: string]: string };
|
|
4050
|
+
statusCode: number;
|
|
3825
4051
|
body: DissociateAclsFromListenerResponseBody;
|
|
3826
4052
|
static names(): { [key: string]: string } {
|
|
3827
4053
|
return {
|
|
3828
4054
|
headers: 'headers',
|
|
4055
|
+
statusCode: 'statusCode',
|
|
3829
4056
|
body: 'body',
|
|
3830
4057
|
};
|
|
3831
4058
|
}
|
|
@@ -3833,6 +4060,7 @@ export class DissociateAclsFromListenerResponse extends $tea.Model {
|
|
|
3833
4060
|
static types(): { [key: string]: any } {
|
|
3834
4061
|
return {
|
|
3835
4062
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4063
|
+
statusCode: 'number',
|
|
3836
4064
|
body: DissociateAclsFromListenerResponseBody,
|
|
3837
4065
|
};
|
|
3838
4066
|
}
|
|
@@ -3894,10 +4122,12 @@ export class DissociateAdditionalCertificatesFromListenerResponseBody extends $t
|
|
|
3894
4122
|
|
|
3895
4123
|
export class DissociateAdditionalCertificatesFromListenerResponse extends $tea.Model {
|
|
3896
4124
|
headers: { [key: string]: string };
|
|
4125
|
+
statusCode: number;
|
|
3897
4126
|
body: DissociateAdditionalCertificatesFromListenerResponseBody;
|
|
3898
4127
|
static names(): { [key: string]: string } {
|
|
3899
4128
|
return {
|
|
3900
4129
|
headers: 'headers',
|
|
4130
|
+
statusCode: 'statusCode',
|
|
3901
4131
|
body: 'body',
|
|
3902
4132
|
};
|
|
3903
4133
|
}
|
|
@@ -3905,6 +4135,7 @@ export class DissociateAdditionalCertificatesFromListenerResponse extends $tea.M
|
|
|
3905
4135
|
static types(): { [key: string]: any } {
|
|
3906
4136
|
return {
|
|
3907
4137
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4138
|
+
statusCode: 'number',
|
|
3908
4139
|
body: DissociateAdditionalCertificatesFromListenerResponseBody,
|
|
3909
4140
|
};
|
|
3910
4141
|
}
|
|
@@ -3960,10 +4191,12 @@ export class EnableApplicationMonitorResponseBody extends $tea.Model {
|
|
|
3960
4191
|
|
|
3961
4192
|
export class EnableApplicationMonitorResponse extends $tea.Model {
|
|
3962
4193
|
headers: { [key: string]: string };
|
|
4194
|
+
statusCode: number;
|
|
3963
4195
|
body: EnableApplicationMonitorResponseBody;
|
|
3964
4196
|
static names(): { [key: string]: string } {
|
|
3965
4197
|
return {
|
|
3966
4198
|
headers: 'headers',
|
|
4199
|
+
statusCode: 'statusCode',
|
|
3967
4200
|
body: 'body',
|
|
3968
4201
|
};
|
|
3969
4202
|
}
|
|
@@ -3971,6 +4204,7 @@ export class EnableApplicationMonitorResponse extends $tea.Model {
|
|
|
3971
4204
|
static types(): { [key: string]: any } {
|
|
3972
4205
|
return {
|
|
3973
4206
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4207
|
+
statusCode: 'number',
|
|
3974
4208
|
body: EnableApplicationMonitorResponseBody,
|
|
3975
4209
|
};
|
|
3976
4210
|
}
|
|
@@ -4041,10 +4275,12 @@ export class GetAclResponseBody extends $tea.Model {
|
|
|
4041
4275
|
|
|
4042
4276
|
export class GetAclResponse extends $tea.Model {
|
|
4043
4277
|
headers: { [key: string]: string };
|
|
4278
|
+
statusCode: number;
|
|
4044
4279
|
body: GetAclResponseBody;
|
|
4045
4280
|
static names(): { [key: string]: string } {
|
|
4046
4281
|
return {
|
|
4047
4282
|
headers: 'headers',
|
|
4283
|
+
statusCode: 'statusCode',
|
|
4048
4284
|
body: 'body',
|
|
4049
4285
|
};
|
|
4050
4286
|
}
|
|
@@ -4052,6 +4288,7 @@ export class GetAclResponse extends $tea.Model {
|
|
|
4052
4288
|
static types(): { [key: string]: any } {
|
|
4053
4289
|
return {
|
|
4054
4290
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4291
|
+
statusCode: 'number',
|
|
4055
4292
|
body: GetAclResponseBody,
|
|
4056
4293
|
};
|
|
4057
4294
|
}
|
|
@@ -4143,10 +4380,12 @@ export class GetBasicAcceleratorResponseBody extends $tea.Model {
|
|
|
4143
4380
|
|
|
4144
4381
|
export class GetBasicAcceleratorResponse extends $tea.Model {
|
|
4145
4382
|
headers: { [key: string]: string };
|
|
4383
|
+
statusCode: number;
|
|
4146
4384
|
body: GetBasicAcceleratorResponseBody;
|
|
4147
4385
|
static names(): { [key: string]: string } {
|
|
4148
4386
|
return {
|
|
4149
4387
|
headers: 'headers',
|
|
4388
|
+
statusCode: 'statusCode',
|
|
4150
4389
|
body: 'body',
|
|
4151
4390
|
};
|
|
4152
4391
|
}
|
|
@@ -4154,6 +4393,7 @@ export class GetBasicAcceleratorResponse extends $tea.Model {
|
|
|
4154
4393
|
static types(): { [key: string]: any } {
|
|
4155
4394
|
return {
|
|
4156
4395
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4396
|
+
statusCode: 'number',
|
|
4157
4397
|
body: GetBasicAcceleratorResponseBody,
|
|
4158
4398
|
};
|
|
4159
4399
|
}
|
|
@@ -4233,10 +4473,12 @@ export class GetBasicEndpointGroupResponseBody extends $tea.Model {
|
|
|
4233
4473
|
|
|
4234
4474
|
export class GetBasicEndpointGroupResponse extends $tea.Model {
|
|
4235
4475
|
headers: { [key: string]: string };
|
|
4476
|
+
statusCode: number;
|
|
4236
4477
|
body: GetBasicEndpointGroupResponseBody;
|
|
4237
4478
|
static names(): { [key: string]: string } {
|
|
4238
4479
|
return {
|
|
4239
4480
|
headers: 'headers',
|
|
4481
|
+
statusCode: 'statusCode',
|
|
4240
4482
|
body: 'body',
|
|
4241
4483
|
};
|
|
4242
4484
|
}
|
|
@@ -4244,6 +4486,7 @@ export class GetBasicEndpointGroupResponse extends $tea.Model {
|
|
|
4244
4486
|
static types(): { [key: string]: any } {
|
|
4245
4487
|
return {
|
|
4246
4488
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4489
|
+
statusCode: 'number',
|
|
4247
4490
|
body: GetBasicEndpointGroupResponseBody,
|
|
4248
4491
|
};
|
|
4249
4492
|
}
|
|
@@ -4320,10 +4563,12 @@ export class GetBasicIpSetResponseBody extends $tea.Model {
|
|
|
4320
4563
|
|
|
4321
4564
|
export class GetBasicIpSetResponse extends $tea.Model {
|
|
4322
4565
|
headers: { [key: string]: string };
|
|
4566
|
+
statusCode: number;
|
|
4323
4567
|
body: GetBasicIpSetResponseBody;
|
|
4324
4568
|
static names(): { [key: string]: string } {
|
|
4325
4569
|
return {
|
|
4326
4570
|
headers: 'headers',
|
|
4571
|
+
statusCode: 'statusCode',
|
|
4327
4572
|
body: 'body',
|
|
4328
4573
|
};
|
|
4329
4574
|
}
|
|
@@ -4331,6 +4576,7 @@ export class GetBasicIpSetResponse extends $tea.Model {
|
|
|
4331
4576
|
static types(): { [key: string]: any } {
|
|
4332
4577
|
return {
|
|
4333
4578
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4579
|
+
statusCode: 'number',
|
|
4334
4580
|
body: GetBasicIpSetResponseBody,
|
|
4335
4581
|
};
|
|
4336
4582
|
}
|
|
@@ -4401,10 +4647,12 @@ export class GetHealthStatusResponseBody extends $tea.Model {
|
|
|
4401
4647
|
|
|
4402
4648
|
export class GetHealthStatusResponse extends $tea.Model {
|
|
4403
4649
|
headers: { [key: string]: string };
|
|
4650
|
+
statusCode: number;
|
|
4404
4651
|
body: GetHealthStatusResponseBody;
|
|
4405
4652
|
static names(): { [key: string]: string } {
|
|
4406
4653
|
return {
|
|
4407
4654
|
headers: 'headers',
|
|
4655
|
+
statusCode: 'statusCode',
|
|
4408
4656
|
body: 'body',
|
|
4409
4657
|
};
|
|
4410
4658
|
}
|
|
@@ -4412,6 +4660,7 @@ export class GetHealthStatusResponse extends $tea.Model {
|
|
|
4412
4660
|
static types(): { [key: string]: any } {
|
|
4413
4661
|
return {
|
|
4414
4662
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4663
|
+
statusCode: 'number',
|
|
4415
4664
|
body: GetHealthStatusResponseBody,
|
|
4416
4665
|
};
|
|
4417
4666
|
}
|
|
@@ -4476,10 +4725,12 @@ export class GetSpareIpResponseBody extends $tea.Model {
|
|
|
4476
4725
|
|
|
4477
4726
|
export class GetSpareIpResponse extends $tea.Model {
|
|
4478
4727
|
headers: { [key: string]: string };
|
|
4728
|
+
statusCode: number;
|
|
4479
4729
|
body: GetSpareIpResponseBody;
|
|
4480
4730
|
static names(): { [key: string]: string } {
|
|
4481
4731
|
return {
|
|
4482
4732
|
headers: 'headers',
|
|
4733
|
+
statusCode: 'statusCode',
|
|
4483
4734
|
body: 'body',
|
|
4484
4735
|
};
|
|
4485
4736
|
}
|
|
@@ -4487,6 +4738,7 @@ export class GetSpareIpResponse extends $tea.Model {
|
|
|
4487
4738
|
static types(): { [key: string]: any } {
|
|
4488
4739
|
return {
|
|
4489
4740
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4741
|
+
statusCode: 'number',
|
|
4490
4742
|
body: GetSpareIpResponseBody,
|
|
4491
4743
|
};
|
|
4492
4744
|
}
|
|
@@ -4539,10 +4791,12 @@ export class ListAccelerateAreasResponseBody extends $tea.Model {
|
|
|
4539
4791
|
|
|
4540
4792
|
export class ListAccelerateAreasResponse extends $tea.Model {
|
|
4541
4793
|
headers: { [key: string]: string };
|
|
4794
|
+
statusCode: number;
|
|
4542
4795
|
body: ListAccelerateAreasResponseBody;
|
|
4543
4796
|
static names(): { [key: string]: string } {
|
|
4544
4797
|
return {
|
|
4545
4798
|
headers: 'headers',
|
|
4799
|
+
statusCode: 'statusCode',
|
|
4546
4800
|
body: 'body',
|
|
4547
4801
|
};
|
|
4548
4802
|
}
|
|
@@ -4550,6 +4804,7 @@ export class ListAccelerateAreasResponse extends $tea.Model {
|
|
|
4550
4804
|
static types(): { [key: string]: any } {
|
|
4551
4805
|
return {
|
|
4552
4806
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4807
|
+
statusCode: 'number',
|
|
4553
4808
|
body: ListAccelerateAreasResponseBody,
|
|
4554
4809
|
};
|
|
4555
4810
|
}
|
|
@@ -4623,10 +4878,12 @@ export class ListAcceleratorsResponseBody extends $tea.Model {
|
|
|
4623
4878
|
|
|
4624
4879
|
export class ListAcceleratorsResponse extends $tea.Model {
|
|
4625
4880
|
headers: { [key: string]: string };
|
|
4881
|
+
statusCode: number;
|
|
4626
4882
|
body: ListAcceleratorsResponseBody;
|
|
4627
4883
|
static names(): { [key: string]: string } {
|
|
4628
4884
|
return {
|
|
4629
4885
|
headers: 'headers',
|
|
4886
|
+
statusCode: 'statusCode',
|
|
4630
4887
|
body: 'body',
|
|
4631
4888
|
};
|
|
4632
4889
|
}
|
|
@@ -4634,6 +4891,7 @@ export class ListAcceleratorsResponse extends $tea.Model {
|
|
|
4634
4891
|
static types(): { [key: string]: any } {
|
|
4635
4892
|
return {
|
|
4636
4893
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4894
|
+
statusCode: 'number',
|
|
4637
4895
|
body: ListAcceleratorsResponseBody,
|
|
4638
4896
|
};
|
|
4639
4897
|
}
|
|
@@ -4710,10 +4968,12 @@ export class ListAclsResponseBody extends $tea.Model {
|
|
|
4710
4968
|
|
|
4711
4969
|
export class ListAclsResponse extends $tea.Model {
|
|
4712
4970
|
headers: { [key: string]: string };
|
|
4971
|
+
statusCode: number;
|
|
4713
4972
|
body: ListAclsResponseBody;
|
|
4714
4973
|
static names(): { [key: string]: string } {
|
|
4715
4974
|
return {
|
|
4716
4975
|
headers: 'headers',
|
|
4976
|
+
statusCode: 'statusCode',
|
|
4717
4977
|
body: 'body',
|
|
4718
4978
|
};
|
|
4719
4979
|
}
|
|
@@ -4721,6 +4981,7 @@ export class ListAclsResponse extends $tea.Model {
|
|
|
4721
4981
|
static types(): { [key: string]: any } {
|
|
4722
4982
|
return {
|
|
4723
4983
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4984
|
+
statusCode: 'number',
|
|
4724
4985
|
body: ListAclsResponseBody,
|
|
4725
4986
|
};
|
|
4726
4987
|
}
|
|
@@ -4791,10 +5052,12 @@ export class ListApplicationMonitorResponseBody extends $tea.Model {
|
|
|
4791
5052
|
|
|
4792
5053
|
export class ListApplicationMonitorResponse extends $tea.Model {
|
|
4793
5054
|
headers: { [key: string]: string };
|
|
5055
|
+
statusCode: number;
|
|
4794
5056
|
body: ListApplicationMonitorResponseBody;
|
|
4795
5057
|
static names(): { [key: string]: string } {
|
|
4796
5058
|
return {
|
|
4797
5059
|
headers: 'headers',
|
|
5060
|
+
statusCode: 'statusCode',
|
|
4798
5061
|
body: 'body',
|
|
4799
5062
|
};
|
|
4800
5063
|
}
|
|
@@ -4802,6 +5065,7 @@ export class ListApplicationMonitorResponse extends $tea.Model {
|
|
|
4802
5065
|
static types(): { [key: string]: any } {
|
|
4803
5066
|
return {
|
|
4804
5067
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5068
|
+
statusCode: 'number',
|
|
4805
5069
|
body: ListApplicationMonitorResponseBody,
|
|
4806
5070
|
};
|
|
4807
5071
|
}
|
|
@@ -4878,10 +5142,12 @@ export class ListApplicationMonitorDetectResultResponseBody extends $tea.Model {
|
|
|
4878
5142
|
|
|
4879
5143
|
export class ListApplicationMonitorDetectResultResponse extends $tea.Model {
|
|
4880
5144
|
headers: { [key: string]: string };
|
|
5145
|
+
statusCode: number;
|
|
4881
5146
|
body: ListApplicationMonitorDetectResultResponseBody;
|
|
4882
5147
|
static names(): { [key: string]: string } {
|
|
4883
5148
|
return {
|
|
4884
5149
|
headers: 'headers',
|
|
5150
|
+
statusCode: 'statusCode',
|
|
4885
5151
|
body: 'body',
|
|
4886
5152
|
};
|
|
4887
5153
|
}
|
|
@@ -4889,6 +5155,7 @@ export class ListApplicationMonitorDetectResultResponse extends $tea.Model {
|
|
|
4889
5155
|
static types(): { [key: string]: any } {
|
|
4890
5156
|
return {
|
|
4891
5157
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5158
|
+
statusCode: 'number',
|
|
4892
5159
|
body: ListApplicationMonitorDetectResultResponseBody,
|
|
4893
5160
|
};
|
|
4894
5161
|
}
|
|
@@ -4944,10 +5211,12 @@ export class ListAvailableAccelerateAreasResponseBody extends $tea.Model {
|
|
|
4944
5211
|
|
|
4945
5212
|
export class ListAvailableAccelerateAreasResponse extends $tea.Model {
|
|
4946
5213
|
headers: { [key: string]: string };
|
|
5214
|
+
statusCode: number;
|
|
4947
5215
|
body: ListAvailableAccelerateAreasResponseBody;
|
|
4948
5216
|
static names(): { [key: string]: string } {
|
|
4949
5217
|
return {
|
|
4950
5218
|
headers: 'headers',
|
|
5219
|
+
statusCode: 'statusCode',
|
|
4951
5220
|
body: 'body',
|
|
4952
5221
|
};
|
|
4953
5222
|
}
|
|
@@ -4955,6 +5224,7 @@ export class ListAvailableAccelerateAreasResponse extends $tea.Model {
|
|
|
4955
5224
|
static types(): { [key: string]: any } {
|
|
4956
5225
|
return {
|
|
4957
5226
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5227
|
+
statusCode: 'number',
|
|
4958
5228
|
body: ListAvailableAccelerateAreasResponseBody,
|
|
4959
5229
|
};
|
|
4960
5230
|
}
|
|
@@ -5010,10 +5280,12 @@ export class ListAvailableBusiRegionsResponseBody extends $tea.Model {
|
|
|
5010
5280
|
|
|
5011
5281
|
export class ListAvailableBusiRegionsResponse extends $tea.Model {
|
|
5012
5282
|
headers: { [key: string]: string };
|
|
5283
|
+
statusCode: number;
|
|
5013
5284
|
body: ListAvailableBusiRegionsResponseBody;
|
|
5014
5285
|
static names(): { [key: string]: string } {
|
|
5015
5286
|
return {
|
|
5016
5287
|
headers: 'headers',
|
|
5288
|
+
statusCode: 'statusCode',
|
|
5017
5289
|
body: 'body',
|
|
5018
5290
|
};
|
|
5019
5291
|
}
|
|
@@ -5021,6 +5293,7 @@ export class ListAvailableBusiRegionsResponse extends $tea.Model {
|
|
|
5021
5293
|
static types(): { [key: string]: any } {
|
|
5022
5294
|
return {
|
|
5023
5295
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5296
|
+
statusCode: 'number',
|
|
5024
5297
|
body: ListAvailableBusiRegionsResponseBody,
|
|
5025
5298
|
};
|
|
5026
5299
|
}
|
|
@@ -5097,10 +5370,12 @@ export class ListBandwidthPackagesResponseBody extends $tea.Model {
|
|
|
5097
5370
|
|
|
5098
5371
|
export class ListBandwidthPackagesResponse extends $tea.Model {
|
|
5099
5372
|
headers: { [key: string]: string };
|
|
5373
|
+
statusCode: number;
|
|
5100
5374
|
body: ListBandwidthPackagesResponseBody;
|
|
5101
5375
|
static names(): { [key: string]: string } {
|
|
5102
5376
|
return {
|
|
5103
5377
|
headers: 'headers',
|
|
5378
|
+
statusCode: 'statusCode',
|
|
5104
5379
|
body: 'body',
|
|
5105
5380
|
};
|
|
5106
5381
|
}
|
|
@@ -5108,6 +5383,7 @@ export class ListBandwidthPackagesResponse extends $tea.Model {
|
|
|
5108
5383
|
static types(): { [key: string]: any } {
|
|
5109
5384
|
return {
|
|
5110
5385
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5386
|
+
statusCode: 'number',
|
|
5111
5387
|
body: ListBandwidthPackagesResponseBody,
|
|
5112
5388
|
};
|
|
5113
5389
|
}
|
|
@@ -5175,10 +5451,12 @@ export class ListBandwidthackagesResponseBody extends $tea.Model {
|
|
|
5175
5451
|
|
|
5176
5452
|
export class ListBandwidthackagesResponse extends $tea.Model {
|
|
5177
5453
|
headers: { [key: string]: string };
|
|
5454
|
+
statusCode: number;
|
|
5178
5455
|
body: ListBandwidthackagesResponseBody;
|
|
5179
5456
|
static names(): { [key: string]: string } {
|
|
5180
5457
|
return {
|
|
5181
5458
|
headers: 'headers',
|
|
5459
|
+
statusCode: 'statusCode',
|
|
5182
5460
|
body: 'body',
|
|
5183
5461
|
};
|
|
5184
5462
|
}
|
|
@@ -5186,6 +5464,7 @@ export class ListBandwidthackagesResponse extends $tea.Model {
|
|
|
5186
5464
|
static types(): { [key: string]: any } {
|
|
5187
5465
|
return {
|
|
5188
5466
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5467
|
+
statusCode: 'number',
|
|
5189
5468
|
body: ListBandwidthackagesResponseBody,
|
|
5190
5469
|
};
|
|
5191
5470
|
}
|
|
@@ -5259,10 +5538,12 @@ export class ListBasicAcceleratorsResponseBody extends $tea.Model {
|
|
|
5259
5538
|
|
|
5260
5539
|
export class ListBasicAcceleratorsResponse extends $tea.Model {
|
|
5261
5540
|
headers: { [key: string]: string };
|
|
5541
|
+
statusCode: number;
|
|
5262
5542
|
body: ListBasicAcceleratorsResponseBody;
|
|
5263
5543
|
static names(): { [key: string]: string } {
|
|
5264
5544
|
return {
|
|
5265
5545
|
headers: 'headers',
|
|
5546
|
+
statusCode: 'statusCode',
|
|
5266
5547
|
body: 'body',
|
|
5267
5548
|
};
|
|
5268
5549
|
}
|
|
@@ -5270,6 +5551,7 @@ export class ListBasicAcceleratorsResponse extends $tea.Model {
|
|
|
5270
5551
|
static types(): { [key: string]: any } {
|
|
5271
5552
|
return {
|
|
5272
5553
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5554
|
+
statusCode: 'number',
|
|
5273
5555
|
body: ListBasicAcceleratorsResponseBody,
|
|
5274
5556
|
};
|
|
5275
5557
|
}
|
|
@@ -5322,10 +5604,12 @@ export class ListBusiRegionsResponseBody extends $tea.Model {
|
|
|
5322
5604
|
|
|
5323
5605
|
export class ListBusiRegionsResponse extends $tea.Model {
|
|
5324
5606
|
headers: { [key: string]: string };
|
|
5607
|
+
statusCode: number;
|
|
5325
5608
|
body: ListBusiRegionsResponseBody;
|
|
5326
5609
|
static names(): { [key: string]: string } {
|
|
5327
5610
|
return {
|
|
5328
5611
|
headers: 'headers',
|
|
5612
|
+
statusCode: 'statusCode',
|
|
5329
5613
|
body: 'body',
|
|
5330
5614
|
};
|
|
5331
5615
|
}
|
|
@@ -5333,6 +5617,7 @@ export class ListBusiRegionsResponse extends $tea.Model {
|
|
|
5333
5617
|
static types(): { [key: string]: any } {
|
|
5334
5618
|
return {
|
|
5335
5619
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5620
|
+
statusCode: 'number',
|
|
5336
5621
|
body: ListBusiRegionsResponseBody,
|
|
5337
5622
|
};
|
|
5338
5623
|
}
|
|
@@ -5415,10 +5700,12 @@ export class ListEndpointGroupsResponseBody extends $tea.Model {
|
|
|
5415
5700
|
|
|
5416
5701
|
export class ListEndpointGroupsResponse extends $tea.Model {
|
|
5417
5702
|
headers: { [key: string]: string };
|
|
5703
|
+
statusCode: number;
|
|
5418
5704
|
body: ListEndpointGroupsResponseBody;
|
|
5419
5705
|
static names(): { [key: string]: string } {
|
|
5420
5706
|
return {
|
|
5421
5707
|
headers: 'headers',
|
|
5708
|
+
statusCode: 'statusCode',
|
|
5422
5709
|
body: 'body',
|
|
5423
5710
|
};
|
|
5424
5711
|
}
|
|
@@ -5426,6 +5713,7 @@ export class ListEndpointGroupsResponse extends $tea.Model {
|
|
|
5426
5713
|
static types(): { [key: string]: any } {
|
|
5427
5714
|
return {
|
|
5428
5715
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5716
|
+
statusCode: 'number',
|
|
5429
5717
|
body: ListEndpointGroupsResponseBody,
|
|
5430
5718
|
};
|
|
5431
5719
|
}
|
|
@@ -5505,10 +5793,12 @@ export class ListForwardingRulesResponseBody extends $tea.Model {
|
|
|
5505
5793
|
|
|
5506
5794
|
export class ListForwardingRulesResponse extends $tea.Model {
|
|
5507
5795
|
headers: { [key: string]: string };
|
|
5796
|
+
statusCode: number;
|
|
5508
5797
|
body: ListForwardingRulesResponseBody;
|
|
5509
5798
|
static names(): { [key: string]: string } {
|
|
5510
5799
|
return {
|
|
5511
5800
|
headers: 'headers',
|
|
5801
|
+
statusCode: 'statusCode',
|
|
5512
5802
|
body: 'body',
|
|
5513
5803
|
};
|
|
5514
5804
|
}
|
|
@@ -5516,6 +5806,7 @@ export class ListForwardingRulesResponse extends $tea.Model {
|
|
|
5516
5806
|
static types(): { [key: string]: any } {
|
|
5517
5807
|
return {
|
|
5518
5808
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5809
|
+
statusCode: 'number',
|
|
5519
5810
|
body: ListForwardingRulesResponseBody,
|
|
5520
5811
|
};
|
|
5521
5812
|
}
|
|
@@ -5586,10 +5877,12 @@ export class ListIpSetsResponseBody extends $tea.Model {
|
|
|
5586
5877
|
|
|
5587
5878
|
export class ListIpSetsResponse extends $tea.Model {
|
|
5588
5879
|
headers: { [key: string]: string };
|
|
5880
|
+
statusCode: number;
|
|
5589
5881
|
body: ListIpSetsResponseBody;
|
|
5590
5882
|
static names(): { [key: string]: string } {
|
|
5591
5883
|
return {
|
|
5592
5884
|
headers: 'headers',
|
|
5885
|
+
statusCode: 'statusCode',
|
|
5593
5886
|
body: 'body',
|
|
5594
5887
|
};
|
|
5595
5888
|
}
|
|
@@ -5597,6 +5890,7 @@ export class ListIpSetsResponse extends $tea.Model {
|
|
|
5597
5890
|
static types(): { [key: string]: any } {
|
|
5598
5891
|
return {
|
|
5599
5892
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5893
|
+
statusCode: 'number',
|
|
5600
5894
|
body: ListIpSetsResponseBody,
|
|
5601
5895
|
};
|
|
5602
5896
|
}
|
|
@@ -5673,10 +5967,12 @@ export class ListListenerCertificatesResponseBody extends $tea.Model {
|
|
|
5673
5967
|
|
|
5674
5968
|
export class ListListenerCertificatesResponse extends $tea.Model {
|
|
5675
5969
|
headers: { [key: string]: string };
|
|
5970
|
+
statusCode: number;
|
|
5676
5971
|
body: ListListenerCertificatesResponseBody;
|
|
5677
5972
|
static names(): { [key: string]: string } {
|
|
5678
5973
|
return {
|
|
5679
5974
|
headers: 'headers',
|
|
5975
|
+
statusCode: 'statusCode',
|
|
5680
5976
|
body: 'body',
|
|
5681
5977
|
};
|
|
5682
5978
|
}
|
|
@@ -5684,6 +5980,7 @@ export class ListListenerCertificatesResponse extends $tea.Model {
|
|
|
5684
5980
|
static types(): { [key: string]: any } {
|
|
5685
5981
|
return {
|
|
5686
5982
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5983
|
+
statusCode: 'number',
|
|
5687
5984
|
body: ListListenerCertificatesResponseBody,
|
|
5688
5985
|
};
|
|
5689
5986
|
}
|
|
@@ -5754,10 +6051,12 @@ export class ListListenersResponseBody extends $tea.Model {
|
|
|
5754
6051
|
|
|
5755
6052
|
export class ListListenersResponse extends $tea.Model {
|
|
5756
6053
|
headers: { [key: string]: string };
|
|
6054
|
+
statusCode: number;
|
|
5757
6055
|
body: ListListenersResponseBody;
|
|
5758
6056
|
static names(): { [key: string]: string } {
|
|
5759
6057
|
return {
|
|
5760
6058
|
headers: 'headers',
|
|
6059
|
+
statusCode: 'statusCode',
|
|
5761
6060
|
body: 'body',
|
|
5762
6061
|
};
|
|
5763
6062
|
}
|
|
@@ -5765,6 +6064,7 @@ export class ListListenersResponse extends $tea.Model {
|
|
|
5765
6064
|
static types(): { [key: string]: any } {
|
|
5766
6065
|
return {
|
|
5767
6066
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6067
|
+
statusCode: 'number',
|
|
5768
6068
|
body: ListListenersResponseBody,
|
|
5769
6069
|
};
|
|
5770
6070
|
}
|
|
@@ -5826,10 +6126,12 @@ export class ListSpareIpsResponseBody extends $tea.Model {
|
|
|
5826
6126
|
|
|
5827
6127
|
export class ListSpareIpsResponse extends $tea.Model {
|
|
5828
6128
|
headers: { [key: string]: string };
|
|
6129
|
+
statusCode: number;
|
|
5829
6130
|
body: ListSpareIpsResponseBody;
|
|
5830
6131
|
static names(): { [key: string]: string } {
|
|
5831
6132
|
return {
|
|
5832
6133
|
headers: 'headers',
|
|
6134
|
+
statusCode: 'statusCode',
|
|
5833
6135
|
body: 'body',
|
|
5834
6136
|
};
|
|
5835
6137
|
}
|
|
@@ -5837,6 +6139,7 @@ export class ListSpareIpsResponse extends $tea.Model {
|
|
|
5837
6139
|
static types(): { [key: string]: any } {
|
|
5838
6140
|
return {
|
|
5839
6141
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6142
|
+
statusCode: 'number',
|
|
5840
6143
|
body: ListSpareIpsResponseBody,
|
|
5841
6144
|
};
|
|
5842
6145
|
}
|
|
@@ -5904,10 +6207,12 @@ export class ListSystemSecurityPoliciesResponseBody extends $tea.Model {
|
|
|
5904
6207
|
|
|
5905
6208
|
export class ListSystemSecurityPoliciesResponse extends $tea.Model {
|
|
5906
6209
|
headers: { [key: string]: string };
|
|
6210
|
+
statusCode: number;
|
|
5907
6211
|
body: ListSystemSecurityPoliciesResponseBody;
|
|
5908
6212
|
static names(): { [key: string]: string } {
|
|
5909
6213
|
return {
|
|
5910
6214
|
headers: 'headers',
|
|
6215
|
+
statusCode: 'statusCode',
|
|
5911
6216
|
body: 'body',
|
|
5912
6217
|
};
|
|
5913
6218
|
}
|
|
@@ -5915,6 +6220,7 @@ export class ListSystemSecurityPoliciesResponse extends $tea.Model {
|
|
|
5915
6220
|
static types(): { [key: string]: any } {
|
|
5916
6221
|
return {
|
|
5917
6222
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6223
|
+
statusCode: 'number',
|
|
5918
6224
|
body: ListSystemSecurityPoliciesResponseBody,
|
|
5919
6225
|
};
|
|
5920
6226
|
}
|
|
@@ -5979,10 +6285,12 @@ export class RemoveEntriesFromAclResponseBody extends $tea.Model {
|
|
|
5979
6285
|
|
|
5980
6286
|
export class RemoveEntriesFromAclResponse extends $tea.Model {
|
|
5981
6287
|
headers: { [key: string]: string };
|
|
6288
|
+
statusCode: number;
|
|
5982
6289
|
body: RemoveEntriesFromAclResponseBody;
|
|
5983
6290
|
static names(): { [key: string]: string } {
|
|
5984
6291
|
return {
|
|
5985
6292
|
headers: 'headers',
|
|
6293
|
+
statusCode: 'statusCode',
|
|
5986
6294
|
body: 'body',
|
|
5987
6295
|
};
|
|
5988
6296
|
}
|
|
@@ -5990,6 +6298,7 @@ export class RemoveEntriesFromAclResponse extends $tea.Model {
|
|
|
5990
6298
|
static types(): { [key: string]: any } {
|
|
5991
6299
|
return {
|
|
5992
6300
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6301
|
+
statusCode: 'number',
|
|
5993
6302
|
body: RemoveEntriesFromAclResponseBody,
|
|
5994
6303
|
};
|
|
5995
6304
|
}
|
|
@@ -6045,10 +6354,12 @@ export class ReplaceBandwidthPackageResponseBody extends $tea.Model {
|
|
|
6045
6354
|
|
|
6046
6355
|
export class ReplaceBandwidthPackageResponse extends $tea.Model {
|
|
6047
6356
|
headers: { [key: string]: string };
|
|
6357
|
+
statusCode: number;
|
|
6048
6358
|
body: ReplaceBandwidthPackageResponseBody;
|
|
6049
6359
|
static names(): { [key: string]: string } {
|
|
6050
6360
|
return {
|
|
6051
6361
|
headers: 'headers',
|
|
6362
|
+
statusCode: 'statusCode',
|
|
6052
6363
|
body: 'body',
|
|
6053
6364
|
};
|
|
6054
6365
|
}
|
|
@@ -6056,6 +6367,7 @@ export class ReplaceBandwidthPackageResponse extends $tea.Model {
|
|
|
6056
6367
|
static types(): { [key: string]: any } {
|
|
6057
6368
|
return {
|
|
6058
6369
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6370
|
+
statusCode: 'number',
|
|
6059
6371
|
body: ReplaceBandwidthPackageResponseBody,
|
|
6060
6372
|
};
|
|
6061
6373
|
}
|
|
@@ -6126,10 +6438,12 @@ export class UpdateAcceleratorResponseBody extends $tea.Model {
|
|
|
6126
6438
|
|
|
6127
6439
|
export class UpdateAcceleratorResponse extends $tea.Model {
|
|
6128
6440
|
headers: { [key: string]: string };
|
|
6441
|
+
statusCode: number;
|
|
6129
6442
|
body: UpdateAcceleratorResponseBody;
|
|
6130
6443
|
static names(): { [key: string]: string } {
|
|
6131
6444
|
return {
|
|
6132
6445
|
headers: 'headers',
|
|
6446
|
+
statusCode: 'statusCode',
|
|
6133
6447
|
body: 'body',
|
|
6134
6448
|
};
|
|
6135
6449
|
}
|
|
@@ -6137,6 +6451,7 @@ export class UpdateAcceleratorResponse extends $tea.Model {
|
|
|
6137
6451
|
static types(): { [key: string]: any } {
|
|
6138
6452
|
return {
|
|
6139
6453
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6454
|
+
statusCode: 'number',
|
|
6140
6455
|
body: UpdateAcceleratorResponseBody,
|
|
6141
6456
|
};
|
|
6142
6457
|
}
|
|
@@ -6207,10 +6522,12 @@ export class UpdateAcceleratorAutoRenewAttributeResponseBody extends $tea.Model
|
|
|
6207
6522
|
|
|
6208
6523
|
export class UpdateAcceleratorAutoRenewAttributeResponse extends $tea.Model {
|
|
6209
6524
|
headers: { [key: string]: string };
|
|
6525
|
+
statusCode: number;
|
|
6210
6526
|
body: UpdateAcceleratorAutoRenewAttributeResponseBody;
|
|
6211
6527
|
static names(): { [key: string]: string } {
|
|
6212
6528
|
return {
|
|
6213
6529
|
headers: 'headers',
|
|
6530
|
+
statusCode: 'statusCode',
|
|
6214
6531
|
body: 'body',
|
|
6215
6532
|
};
|
|
6216
6533
|
}
|
|
@@ -6218,6 +6535,7 @@ export class UpdateAcceleratorAutoRenewAttributeResponse extends $tea.Model {
|
|
|
6218
6535
|
static types(): { [key: string]: any } {
|
|
6219
6536
|
return {
|
|
6220
6537
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6538
|
+
statusCode: 'number',
|
|
6221
6539
|
body: UpdateAcceleratorAutoRenewAttributeResponseBody,
|
|
6222
6540
|
};
|
|
6223
6541
|
}
|
|
@@ -6270,10 +6588,12 @@ export class UpdateAcceleratorConfirmResponseBody extends $tea.Model {
|
|
|
6270
6588
|
|
|
6271
6589
|
export class UpdateAcceleratorConfirmResponse extends $tea.Model {
|
|
6272
6590
|
headers: { [key: string]: string };
|
|
6591
|
+
statusCode: number;
|
|
6273
6592
|
body: UpdateAcceleratorConfirmResponseBody;
|
|
6274
6593
|
static names(): { [key: string]: string } {
|
|
6275
6594
|
return {
|
|
6276
6595
|
headers: 'headers',
|
|
6596
|
+
statusCode: 'statusCode',
|
|
6277
6597
|
body: 'body',
|
|
6278
6598
|
};
|
|
6279
6599
|
}
|
|
@@ -6281,6 +6601,7 @@ export class UpdateAcceleratorConfirmResponse extends $tea.Model {
|
|
|
6281
6601
|
static types(): { [key: string]: any } {
|
|
6282
6602
|
return {
|
|
6283
6603
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6604
|
+
statusCode: 'number',
|
|
6284
6605
|
body: UpdateAcceleratorConfirmResponseBody,
|
|
6285
6606
|
};
|
|
6286
6607
|
}
|
|
@@ -6345,10 +6666,12 @@ export class UpdateAclAttributeResponseBody extends $tea.Model {
|
|
|
6345
6666
|
|
|
6346
6667
|
export class UpdateAclAttributeResponse extends $tea.Model {
|
|
6347
6668
|
headers: { [key: string]: string };
|
|
6669
|
+
statusCode: number;
|
|
6348
6670
|
body: UpdateAclAttributeResponseBody;
|
|
6349
6671
|
static names(): { [key: string]: string } {
|
|
6350
6672
|
return {
|
|
6351
6673
|
headers: 'headers',
|
|
6674
|
+
statusCode: 'statusCode',
|
|
6352
6675
|
body: 'body',
|
|
6353
6676
|
};
|
|
6354
6677
|
}
|
|
@@ -6356,6 +6679,7 @@ export class UpdateAclAttributeResponse extends $tea.Model {
|
|
|
6356
6679
|
static types(): { [key: string]: any } {
|
|
6357
6680
|
return {
|
|
6358
6681
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6682
|
+
statusCode: 'number',
|
|
6359
6683
|
body: UpdateAclAttributeResponseBody,
|
|
6360
6684
|
};
|
|
6361
6685
|
}
|
|
@@ -6435,10 +6759,12 @@ export class UpdateApplicationMonitorResponseBody extends $tea.Model {
|
|
|
6435
6759
|
|
|
6436
6760
|
export class UpdateApplicationMonitorResponse extends $tea.Model {
|
|
6437
6761
|
headers: { [key: string]: string };
|
|
6762
|
+
statusCode: number;
|
|
6438
6763
|
body: UpdateApplicationMonitorResponseBody;
|
|
6439
6764
|
static names(): { [key: string]: string } {
|
|
6440
6765
|
return {
|
|
6441
6766
|
headers: 'headers',
|
|
6767
|
+
statusCode: 'statusCode',
|
|
6442
6768
|
body: 'body',
|
|
6443
6769
|
};
|
|
6444
6770
|
}
|
|
@@ -6446,6 +6772,7 @@ export class UpdateApplicationMonitorResponse extends $tea.Model {
|
|
|
6446
6772
|
static types(): { [key: string]: any } {
|
|
6447
6773
|
return {
|
|
6448
6774
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6775
|
+
statusCode: 'number',
|
|
6449
6776
|
body: UpdateApplicationMonitorResponseBody,
|
|
6450
6777
|
};
|
|
6451
6778
|
}
|
|
@@ -6455,6 +6782,90 @@ export class UpdateApplicationMonitorResponse extends $tea.Model {
|
|
|
6455
6782
|
}
|
|
6456
6783
|
}
|
|
6457
6784
|
|
|
6785
|
+
export class UpdateBandwidthPackagaAutoRenewAttributeRequest extends $tea.Model {
|
|
6786
|
+
autoRenew?: boolean;
|
|
6787
|
+
autoRenewDuration?: number;
|
|
6788
|
+
clientToken?: string;
|
|
6789
|
+
instanceId?: string;
|
|
6790
|
+
name?: string;
|
|
6791
|
+
regionId?: string;
|
|
6792
|
+
renewalStatus?: string;
|
|
6793
|
+
static names(): { [key: string]: string } {
|
|
6794
|
+
return {
|
|
6795
|
+
autoRenew: 'AutoRenew',
|
|
6796
|
+
autoRenewDuration: 'AutoRenewDuration',
|
|
6797
|
+
clientToken: 'ClientToken',
|
|
6798
|
+
instanceId: 'InstanceId',
|
|
6799
|
+
name: 'Name',
|
|
6800
|
+
regionId: 'RegionId',
|
|
6801
|
+
renewalStatus: 'RenewalStatus',
|
|
6802
|
+
};
|
|
6803
|
+
}
|
|
6804
|
+
|
|
6805
|
+
static types(): { [key: string]: any } {
|
|
6806
|
+
return {
|
|
6807
|
+
autoRenew: 'boolean',
|
|
6808
|
+
autoRenewDuration: 'number',
|
|
6809
|
+
clientToken: 'string',
|
|
6810
|
+
instanceId: 'string',
|
|
6811
|
+
name: 'string',
|
|
6812
|
+
regionId: 'string',
|
|
6813
|
+
renewalStatus: 'string',
|
|
6814
|
+
};
|
|
6815
|
+
}
|
|
6816
|
+
|
|
6817
|
+
constructor(map?: { [key: string]: any }) {
|
|
6818
|
+
super(map);
|
|
6819
|
+
}
|
|
6820
|
+
}
|
|
6821
|
+
|
|
6822
|
+
export class UpdateBandwidthPackagaAutoRenewAttributeResponseBody extends $tea.Model {
|
|
6823
|
+
instanceId?: string;
|
|
6824
|
+
requestId?: string;
|
|
6825
|
+
static names(): { [key: string]: string } {
|
|
6826
|
+
return {
|
|
6827
|
+
instanceId: 'InstanceId',
|
|
6828
|
+
requestId: 'RequestId',
|
|
6829
|
+
};
|
|
6830
|
+
}
|
|
6831
|
+
|
|
6832
|
+
static types(): { [key: string]: any } {
|
|
6833
|
+
return {
|
|
6834
|
+
instanceId: 'string',
|
|
6835
|
+
requestId: 'string',
|
|
6836
|
+
};
|
|
6837
|
+
}
|
|
6838
|
+
|
|
6839
|
+
constructor(map?: { [key: string]: any }) {
|
|
6840
|
+
super(map);
|
|
6841
|
+
}
|
|
6842
|
+
}
|
|
6843
|
+
|
|
6844
|
+
export class UpdateBandwidthPackagaAutoRenewAttributeResponse extends $tea.Model {
|
|
6845
|
+
headers: { [key: string]: string };
|
|
6846
|
+
statusCode: number;
|
|
6847
|
+
body: UpdateBandwidthPackagaAutoRenewAttributeResponseBody;
|
|
6848
|
+
static names(): { [key: string]: string } {
|
|
6849
|
+
return {
|
|
6850
|
+
headers: 'headers',
|
|
6851
|
+
statusCode: 'statusCode',
|
|
6852
|
+
body: 'body',
|
|
6853
|
+
};
|
|
6854
|
+
}
|
|
6855
|
+
|
|
6856
|
+
static types(): { [key: string]: any } {
|
|
6857
|
+
return {
|
|
6858
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6859
|
+
statusCode: 'number',
|
|
6860
|
+
body: UpdateBandwidthPackagaAutoRenewAttributeResponseBody,
|
|
6861
|
+
};
|
|
6862
|
+
}
|
|
6863
|
+
|
|
6864
|
+
constructor(map?: { [key: string]: any }) {
|
|
6865
|
+
super(map);
|
|
6866
|
+
}
|
|
6867
|
+
}
|
|
6868
|
+
|
|
6458
6869
|
export class UpdateBandwidthPackageRequest extends $tea.Model {
|
|
6459
6870
|
autoPay?: boolean;
|
|
6460
6871
|
autoUseCoupon?: boolean;
|
|
@@ -6525,10 +6936,12 @@ export class UpdateBandwidthPackageResponseBody extends $tea.Model {
|
|
|
6525
6936
|
|
|
6526
6937
|
export class UpdateBandwidthPackageResponse extends $tea.Model {
|
|
6527
6938
|
headers: { [key: string]: string };
|
|
6939
|
+
statusCode: number;
|
|
6528
6940
|
body: UpdateBandwidthPackageResponseBody;
|
|
6529
6941
|
static names(): { [key: string]: string } {
|
|
6530
6942
|
return {
|
|
6531
6943
|
headers: 'headers',
|
|
6944
|
+
statusCode: 'statusCode',
|
|
6532
6945
|
body: 'body',
|
|
6533
6946
|
};
|
|
6534
6947
|
}
|
|
@@ -6536,6 +6949,7 @@ export class UpdateBandwidthPackageResponse extends $tea.Model {
|
|
|
6536
6949
|
static types(): { [key: string]: any } {
|
|
6537
6950
|
return {
|
|
6538
6951
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6952
|
+
statusCode: 'number',
|
|
6539
6953
|
body: UpdateBandwidthPackageResponseBody,
|
|
6540
6954
|
};
|
|
6541
6955
|
}
|
|
@@ -6597,10 +7011,12 @@ export class UpdateBasicAcceleratorResponseBody extends $tea.Model {
|
|
|
6597
7011
|
|
|
6598
7012
|
export class UpdateBasicAcceleratorResponse extends $tea.Model {
|
|
6599
7013
|
headers: { [key: string]: string };
|
|
7014
|
+
statusCode: number;
|
|
6600
7015
|
body: UpdateBasicAcceleratorResponseBody;
|
|
6601
7016
|
static names(): { [key: string]: string } {
|
|
6602
7017
|
return {
|
|
6603
7018
|
headers: 'headers',
|
|
7019
|
+
statusCode: 'statusCode',
|
|
6604
7020
|
body: 'body',
|
|
6605
7021
|
};
|
|
6606
7022
|
}
|
|
@@ -6608,6 +7024,7 @@ export class UpdateBasicAcceleratorResponse extends $tea.Model {
|
|
|
6608
7024
|
static types(): { [key: string]: any } {
|
|
6609
7025
|
return {
|
|
6610
7026
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7027
|
+
statusCode: 'number',
|
|
6611
7028
|
body: UpdateBasicAcceleratorResponseBody,
|
|
6612
7029
|
};
|
|
6613
7030
|
}
|
|
@@ -6675,10 +7092,12 @@ export class UpdateBasicEndpointGroupResponseBody extends $tea.Model {
|
|
|
6675
7092
|
|
|
6676
7093
|
export class UpdateBasicEndpointGroupResponse extends $tea.Model {
|
|
6677
7094
|
headers: { [key: string]: string };
|
|
7095
|
+
statusCode: number;
|
|
6678
7096
|
body: UpdateBasicEndpointGroupResponseBody;
|
|
6679
7097
|
static names(): { [key: string]: string } {
|
|
6680
7098
|
return {
|
|
6681
7099
|
headers: 'headers',
|
|
7100
|
+
statusCode: 'statusCode',
|
|
6682
7101
|
body: 'body',
|
|
6683
7102
|
};
|
|
6684
7103
|
}
|
|
@@ -6686,6 +7105,7 @@ export class UpdateBasicEndpointGroupResponse extends $tea.Model {
|
|
|
6686
7105
|
static types(): { [key: string]: any } {
|
|
6687
7106
|
return {
|
|
6688
7107
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7108
|
+
statusCode: 'number',
|
|
6689
7109
|
body: UpdateBasicEndpointGroupResponseBody,
|
|
6690
7110
|
};
|
|
6691
7111
|
}
|
|
@@ -6780,10 +7200,12 @@ export class UpdateEndpointGroupResponseBody extends $tea.Model {
|
|
|
6780
7200
|
|
|
6781
7201
|
export class UpdateEndpointGroupResponse extends $tea.Model {
|
|
6782
7202
|
headers: { [key: string]: string };
|
|
7203
|
+
statusCode: number;
|
|
6783
7204
|
body: UpdateEndpointGroupResponseBody;
|
|
6784
7205
|
static names(): { [key: string]: string } {
|
|
6785
7206
|
return {
|
|
6786
7207
|
headers: 'headers',
|
|
7208
|
+
statusCode: 'statusCode',
|
|
6787
7209
|
body: 'body',
|
|
6788
7210
|
};
|
|
6789
7211
|
}
|
|
@@ -6791,6 +7213,7 @@ export class UpdateEndpointGroupResponse extends $tea.Model {
|
|
|
6791
7213
|
static types(): { [key: string]: any } {
|
|
6792
7214
|
return {
|
|
6793
7215
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7216
|
+
statusCode: 'number',
|
|
6794
7217
|
body: UpdateEndpointGroupResponseBody,
|
|
6795
7218
|
};
|
|
6796
7219
|
}
|
|
@@ -6852,10 +7275,12 @@ export class UpdateEndpointGroupAttributeResponseBody extends $tea.Model {
|
|
|
6852
7275
|
|
|
6853
7276
|
export class UpdateEndpointGroupAttributeResponse extends $tea.Model {
|
|
6854
7277
|
headers: { [key: string]: string };
|
|
7278
|
+
statusCode: number;
|
|
6855
7279
|
body: UpdateEndpointGroupAttributeResponseBody;
|
|
6856
7280
|
static names(): { [key: string]: string } {
|
|
6857
7281
|
return {
|
|
6858
7282
|
headers: 'headers',
|
|
7283
|
+
statusCode: 'statusCode',
|
|
6859
7284
|
body: 'body',
|
|
6860
7285
|
};
|
|
6861
7286
|
}
|
|
@@ -6863,6 +7288,7 @@ export class UpdateEndpointGroupAttributeResponse extends $tea.Model {
|
|
|
6863
7288
|
static types(): { [key: string]: any } {
|
|
6864
7289
|
return {
|
|
6865
7290
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7291
|
+
statusCode: 'number',
|
|
6866
7292
|
body: UpdateEndpointGroupAttributeResponseBody,
|
|
6867
7293
|
};
|
|
6868
7294
|
}
|
|
@@ -6927,10 +7353,12 @@ export class UpdateEndpointGroupsResponseBody extends $tea.Model {
|
|
|
6927
7353
|
|
|
6928
7354
|
export class UpdateEndpointGroupsResponse extends $tea.Model {
|
|
6929
7355
|
headers: { [key: string]: string };
|
|
7356
|
+
statusCode: number;
|
|
6930
7357
|
body: UpdateEndpointGroupsResponseBody;
|
|
6931
7358
|
static names(): { [key: string]: string } {
|
|
6932
7359
|
return {
|
|
6933
7360
|
headers: 'headers',
|
|
7361
|
+
statusCode: 'statusCode',
|
|
6934
7362
|
body: 'body',
|
|
6935
7363
|
};
|
|
6936
7364
|
}
|
|
@@ -6938,6 +7366,7 @@ export class UpdateEndpointGroupsResponse extends $tea.Model {
|
|
|
6938
7366
|
static types(): { [key: string]: any } {
|
|
6939
7367
|
return {
|
|
6940
7368
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7369
|
+
statusCode: 'number',
|
|
6941
7370
|
body: UpdateEndpointGroupsResponseBody,
|
|
6942
7371
|
};
|
|
6943
7372
|
}
|
|
@@ -7002,10 +7431,12 @@ export class UpdateForwardingRulesResponseBody extends $tea.Model {
|
|
|
7002
7431
|
|
|
7003
7432
|
export class UpdateForwardingRulesResponse extends $tea.Model {
|
|
7004
7433
|
headers: { [key: string]: string };
|
|
7434
|
+
statusCode: number;
|
|
7005
7435
|
body: UpdateForwardingRulesResponseBody;
|
|
7006
7436
|
static names(): { [key: string]: string } {
|
|
7007
7437
|
return {
|
|
7008
7438
|
headers: 'headers',
|
|
7439
|
+
statusCode: 'statusCode',
|
|
7009
7440
|
body: 'body',
|
|
7010
7441
|
};
|
|
7011
7442
|
}
|
|
@@ -7013,6 +7444,7 @@ export class UpdateForwardingRulesResponse extends $tea.Model {
|
|
|
7013
7444
|
static types(): { [key: string]: any } {
|
|
7014
7445
|
return {
|
|
7015
7446
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7447
|
+
statusCode: 'number',
|
|
7016
7448
|
body: UpdateForwardingRulesResponseBody,
|
|
7017
7449
|
};
|
|
7018
7450
|
}
|
|
@@ -7071,10 +7503,12 @@ export class UpdateIpSetResponseBody extends $tea.Model {
|
|
|
7071
7503
|
|
|
7072
7504
|
export class UpdateIpSetResponse extends $tea.Model {
|
|
7073
7505
|
headers: { [key: string]: string };
|
|
7506
|
+
statusCode: number;
|
|
7074
7507
|
body: UpdateIpSetResponseBody;
|
|
7075
7508
|
static names(): { [key: string]: string } {
|
|
7076
7509
|
return {
|
|
7077
7510
|
headers: 'headers',
|
|
7511
|
+
statusCode: 'statusCode',
|
|
7078
7512
|
body: 'body',
|
|
7079
7513
|
};
|
|
7080
7514
|
}
|
|
@@ -7082,6 +7516,7 @@ export class UpdateIpSetResponse extends $tea.Model {
|
|
|
7082
7516
|
static types(): { [key: string]: any } {
|
|
7083
7517
|
return {
|
|
7084
7518
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7519
|
+
statusCode: 'number',
|
|
7085
7520
|
body: UpdateIpSetResponseBody,
|
|
7086
7521
|
};
|
|
7087
7522
|
}
|
|
@@ -7134,10 +7569,12 @@ export class UpdateIpSetsResponseBody extends $tea.Model {
|
|
|
7134
7569
|
|
|
7135
7570
|
export class UpdateIpSetsResponse extends $tea.Model {
|
|
7136
7571
|
headers: { [key: string]: string };
|
|
7572
|
+
statusCode: number;
|
|
7137
7573
|
body: UpdateIpSetsResponseBody;
|
|
7138
7574
|
static names(): { [key: string]: string } {
|
|
7139
7575
|
return {
|
|
7140
7576
|
headers: 'headers',
|
|
7577
|
+
statusCode: 'statusCode',
|
|
7141
7578
|
body: 'body',
|
|
7142
7579
|
};
|
|
7143
7580
|
}
|
|
@@ -7145,6 +7582,7 @@ export class UpdateIpSetsResponse extends $tea.Model {
|
|
|
7145
7582
|
static types(): { [key: string]: any } {
|
|
7146
7583
|
return {
|
|
7147
7584
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7585
|
+
statusCode: 'number',
|
|
7148
7586
|
body: UpdateIpSetsResponseBody,
|
|
7149
7587
|
};
|
|
7150
7588
|
}
|
|
@@ -7230,10 +7668,12 @@ export class UpdateListenerResponseBody extends $tea.Model {
|
|
|
7230
7668
|
|
|
7231
7669
|
export class UpdateListenerResponse extends $tea.Model {
|
|
7232
7670
|
headers: { [key: string]: string };
|
|
7671
|
+
statusCode: number;
|
|
7233
7672
|
body: UpdateListenerResponseBody;
|
|
7234
7673
|
static names(): { [key: string]: string } {
|
|
7235
7674
|
return {
|
|
7236
7675
|
headers: 'headers',
|
|
7676
|
+
statusCode: 'statusCode',
|
|
7237
7677
|
body: 'body',
|
|
7238
7678
|
};
|
|
7239
7679
|
}
|
|
@@ -7241,6 +7681,7 @@ export class UpdateListenerResponse extends $tea.Model {
|
|
|
7241
7681
|
static types(): { [key: string]: any } {
|
|
7242
7682
|
return {
|
|
7243
7683
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7684
|
+
statusCode: 'number',
|
|
7244
7685
|
body: UpdateListenerResponseBody,
|
|
7245
7686
|
};
|
|
7246
7687
|
}
|
|
@@ -10515,6 +10956,14 @@ export default class Client extends OpenApi {
|
|
|
10515
10956
|
query["AutoPay"] = request.autoPay;
|
|
10516
10957
|
}
|
|
10517
10958
|
|
|
10959
|
+
if (!Util.isUnset(request.autoRenew)) {
|
|
10960
|
+
query["AutoRenew"] = request.autoRenew;
|
|
10961
|
+
}
|
|
10962
|
+
|
|
10963
|
+
if (!Util.isUnset(request.autoRenewDuration)) {
|
|
10964
|
+
query["AutoRenewDuration"] = request.autoRenewDuration;
|
|
10965
|
+
}
|
|
10966
|
+
|
|
10518
10967
|
if (!Util.isUnset(request.autoUseCoupon)) {
|
|
10519
10968
|
query["AutoUseCoupon"] = request.autoUseCoupon;
|
|
10520
10969
|
}
|
|
@@ -11760,6 +12209,39 @@ export default class Client extends OpenApi {
|
|
|
11760
12209
|
return await this.describeBandwidthPackageWithOptions(request, runtime);
|
|
11761
12210
|
}
|
|
11762
12211
|
|
|
12212
|
+
async describeBandwidthPackageAutoRenewAttributeWithOptions(request: DescribeBandwidthPackageAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBandwidthPackageAutoRenewAttributeResponse> {
|
|
12213
|
+
Util.validateModel(request);
|
|
12214
|
+
let query = { };
|
|
12215
|
+
if (!Util.isUnset(request.instanceId)) {
|
|
12216
|
+
query["InstanceId"] = request.instanceId;
|
|
12217
|
+
}
|
|
12218
|
+
|
|
12219
|
+
if (!Util.isUnset(request.regionId)) {
|
|
12220
|
+
query["RegionId"] = request.regionId;
|
|
12221
|
+
}
|
|
12222
|
+
|
|
12223
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
12224
|
+
query: OpenApiUtil.query(query),
|
|
12225
|
+
});
|
|
12226
|
+
let params = new $OpenApi.Params({
|
|
12227
|
+
action: "DescribeBandwidthPackageAutoRenewAttribute",
|
|
12228
|
+
version: "2019-11-20",
|
|
12229
|
+
protocol: "HTTPS",
|
|
12230
|
+
pathname: "/",
|
|
12231
|
+
method: "POST",
|
|
12232
|
+
authType: "AK",
|
|
12233
|
+
style: "RPC",
|
|
12234
|
+
reqBodyType: "formData",
|
|
12235
|
+
bodyType: "json",
|
|
12236
|
+
});
|
|
12237
|
+
return $tea.cast<DescribeBandwidthPackageAutoRenewAttributeResponse>(await this.callApi(params, req, runtime), new DescribeBandwidthPackageAutoRenewAttributeResponse({}));
|
|
12238
|
+
}
|
|
12239
|
+
|
|
12240
|
+
async describeBandwidthPackageAutoRenewAttribute(request: DescribeBandwidthPackageAutoRenewAttributeRequest): Promise<DescribeBandwidthPackageAutoRenewAttributeResponse> {
|
|
12241
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
12242
|
+
return await this.describeBandwidthPackageAutoRenewAttributeWithOptions(request, runtime);
|
|
12243
|
+
}
|
|
12244
|
+
|
|
11763
12245
|
async describeEndpointGroupWithOptions(request: DescribeEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEndpointGroupResponse> {
|
|
11764
12246
|
Util.validateModel(request);
|
|
11765
12247
|
let query = { };
|
|
@@ -13494,6 +13976,59 @@ export default class Client extends OpenApi {
|
|
|
13494
13976
|
return await this.updateApplicationMonitorWithOptions(request, runtime);
|
|
13495
13977
|
}
|
|
13496
13978
|
|
|
13979
|
+
async updateBandwidthPackagaAutoRenewAttributeWithOptions(request: UpdateBandwidthPackagaAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBandwidthPackagaAutoRenewAttributeResponse> {
|
|
13980
|
+
Util.validateModel(request);
|
|
13981
|
+
let query = { };
|
|
13982
|
+
if (!Util.isUnset(request.autoRenew)) {
|
|
13983
|
+
query["AutoRenew"] = request.autoRenew;
|
|
13984
|
+
}
|
|
13985
|
+
|
|
13986
|
+
if (!Util.isUnset(request.autoRenewDuration)) {
|
|
13987
|
+
query["AutoRenewDuration"] = request.autoRenewDuration;
|
|
13988
|
+
}
|
|
13989
|
+
|
|
13990
|
+
if (!Util.isUnset(request.clientToken)) {
|
|
13991
|
+
query["ClientToken"] = request.clientToken;
|
|
13992
|
+
}
|
|
13993
|
+
|
|
13994
|
+
if (!Util.isUnset(request.instanceId)) {
|
|
13995
|
+
query["InstanceId"] = request.instanceId;
|
|
13996
|
+
}
|
|
13997
|
+
|
|
13998
|
+
if (!Util.isUnset(request.name)) {
|
|
13999
|
+
query["Name"] = request.name;
|
|
14000
|
+
}
|
|
14001
|
+
|
|
14002
|
+
if (!Util.isUnset(request.regionId)) {
|
|
14003
|
+
query["RegionId"] = request.regionId;
|
|
14004
|
+
}
|
|
14005
|
+
|
|
14006
|
+
if (!Util.isUnset(request.renewalStatus)) {
|
|
14007
|
+
query["RenewalStatus"] = request.renewalStatus;
|
|
14008
|
+
}
|
|
14009
|
+
|
|
14010
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
14011
|
+
query: OpenApiUtil.query(query),
|
|
14012
|
+
});
|
|
14013
|
+
let params = new $OpenApi.Params({
|
|
14014
|
+
action: "UpdateBandwidthPackagaAutoRenewAttribute",
|
|
14015
|
+
version: "2019-11-20",
|
|
14016
|
+
protocol: "HTTPS",
|
|
14017
|
+
pathname: "/",
|
|
14018
|
+
method: "POST",
|
|
14019
|
+
authType: "AK",
|
|
14020
|
+
style: "RPC",
|
|
14021
|
+
reqBodyType: "formData",
|
|
14022
|
+
bodyType: "json",
|
|
14023
|
+
});
|
|
14024
|
+
return $tea.cast<UpdateBandwidthPackagaAutoRenewAttributeResponse>(await this.callApi(params, req, runtime), new UpdateBandwidthPackagaAutoRenewAttributeResponse({}));
|
|
14025
|
+
}
|
|
14026
|
+
|
|
14027
|
+
async updateBandwidthPackagaAutoRenewAttribute(request: UpdateBandwidthPackagaAutoRenewAttributeRequest): Promise<UpdateBandwidthPackagaAutoRenewAttributeResponse> {
|
|
14028
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
14029
|
+
return await this.updateBandwidthPackagaAutoRenewAttributeWithOptions(request, runtime);
|
|
14030
|
+
}
|
|
14031
|
+
|
|
13497
14032
|
async updateBandwidthPackageWithOptions(request: UpdateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBandwidthPackageResponse> {
|
|
13498
14033
|
Util.validateModel(request);
|
|
13499
14034
|
let query = { };
|