@alicloud/ga20191120 1.0.9 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +207 -1
- package/dist/client.js +449 -1
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +616 -2
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
|
}
|
|
@@ -798,20 +828,26 @@ export class CreateApplicationMonitorRequest extends $tea.Model {
|
|
|
798
828
|
acceleratorId?: string;
|
|
799
829
|
address?: string;
|
|
800
830
|
clientToken?: string;
|
|
831
|
+
detectEnable?: boolean;
|
|
801
832
|
detectThreshold?: number;
|
|
833
|
+
detectTimes?: number;
|
|
802
834
|
listenerId?: string;
|
|
803
835
|
optionsJson?: string;
|
|
804
836
|
regionId?: string;
|
|
837
|
+
silenceTime?: number;
|
|
805
838
|
taskName?: string;
|
|
806
839
|
static names(): { [key: string]: string } {
|
|
807
840
|
return {
|
|
808
841
|
acceleratorId: 'AcceleratorId',
|
|
809
842
|
address: 'Address',
|
|
810
843
|
clientToken: 'ClientToken',
|
|
844
|
+
detectEnable: 'DetectEnable',
|
|
811
845
|
detectThreshold: 'DetectThreshold',
|
|
846
|
+
detectTimes: 'DetectTimes',
|
|
812
847
|
listenerId: 'ListenerId',
|
|
813
848
|
optionsJson: 'OptionsJson',
|
|
814
849
|
regionId: 'RegionId',
|
|
850
|
+
silenceTime: 'SilenceTime',
|
|
815
851
|
taskName: 'TaskName',
|
|
816
852
|
};
|
|
817
853
|
}
|
|
@@ -821,10 +857,13 @@ export class CreateApplicationMonitorRequest extends $tea.Model {
|
|
|
821
857
|
acceleratorId: 'string',
|
|
822
858
|
address: 'string',
|
|
823
859
|
clientToken: 'string',
|
|
860
|
+
detectEnable: 'boolean',
|
|
824
861
|
detectThreshold: 'number',
|
|
862
|
+
detectTimes: 'number',
|
|
825
863
|
listenerId: 'string',
|
|
826
864
|
optionsJson: 'string',
|
|
827
865
|
regionId: 'string',
|
|
866
|
+
silenceTime: 'number',
|
|
828
867
|
taskName: 'string',
|
|
829
868
|
};
|
|
830
869
|
}
|
|
@@ -858,10 +897,12 @@ export class CreateApplicationMonitorResponseBody extends $tea.Model {
|
|
|
858
897
|
|
|
859
898
|
export class CreateApplicationMonitorResponse extends $tea.Model {
|
|
860
899
|
headers: { [key: string]: string };
|
|
900
|
+
statusCode: number;
|
|
861
901
|
body: CreateApplicationMonitorResponseBody;
|
|
862
902
|
static names(): { [key: string]: string } {
|
|
863
903
|
return {
|
|
864
904
|
headers: 'headers',
|
|
905
|
+
statusCode: 'statusCode',
|
|
865
906
|
body: 'body',
|
|
866
907
|
};
|
|
867
908
|
}
|
|
@@ -869,6 +910,7 @@ export class CreateApplicationMonitorResponse extends $tea.Model {
|
|
|
869
910
|
static types(): { [key: string]: any } {
|
|
870
911
|
return {
|
|
871
912
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
913
|
+
statusCode: 'number',
|
|
872
914
|
body: CreateApplicationMonitorResponseBody,
|
|
873
915
|
};
|
|
874
916
|
}
|
|
@@ -880,6 +922,8 @@ export class CreateApplicationMonitorResponse extends $tea.Model {
|
|
|
880
922
|
|
|
881
923
|
export class CreateBandwidthPackageRequest extends $tea.Model {
|
|
882
924
|
autoPay?: boolean;
|
|
925
|
+
autoRenew?: boolean;
|
|
926
|
+
autoRenewDuration?: number;
|
|
883
927
|
autoUseCoupon?: string;
|
|
884
928
|
bandwidth?: number;
|
|
885
929
|
bandwidthType?: string;
|
|
@@ -896,6 +940,8 @@ export class CreateBandwidthPackageRequest extends $tea.Model {
|
|
|
896
940
|
static names(): { [key: string]: string } {
|
|
897
941
|
return {
|
|
898
942
|
autoPay: 'AutoPay',
|
|
943
|
+
autoRenew: 'AutoRenew',
|
|
944
|
+
autoRenewDuration: 'AutoRenewDuration',
|
|
899
945
|
autoUseCoupon: 'AutoUseCoupon',
|
|
900
946
|
bandwidth: 'Bandwidth',
|
|
901
947
|
bandwidthType: 'BandwidthType',
|
|
@@ -915,6 +961,8 @@ export class CreateBandwidthPackageRequest extends $tea.Model {
|
|
|
915
961
|
static types(): { [key: string]: any } {
|
|
916
962
|
return {
|
|
917
963
|
autoPay: 'boolean',
|
|
964
|
+
autoRenew: 'boolean',
|
|
965
|
+
autoRenewDuration: 'number',
|
|
918
966
|
autoUseCoupon: 'string',
|
|
919
967
|
bandwidth: 'number',
|
|
920
968
|
bandwidthType: 'string',
|
|
@@ -963,10 +1011,12 @@ export class CreateBandwidthPackageResponseBody extends $tea.Model {
|
|
|
963
1011
|
|
|
964
1012
|
export class CreateBandwidthPackageResponse extends $tea.Model {
|
|
965
1013
|
headers: { [key: string]: string };
|
|
1014
|
+
statusCode: number;
|
|
966
1015
|
body: CreateBandwidthPackageResponseBody;
|
|
967
1016
|
static names(): { [key: string]: string } {
|
|
968
1017
|
return {
|
|
969
1018
|
headers: 'headers',
|
|
1019
|
+
statusCode: 'statusCode',
|
|
970
1020
|
body: 'body',
|
|
971
1021
|
};
|
|
972
1022
|
}
|
|
@@ -974,6 +1024,7 @@ export class CreateBandwidthPackageResponse extends $tea.Model {
|
|
|
974
1024
|
static types(): { [key: string]: any } {
|
|
975
1025
|
return {
|
|
976
1026
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1027
|
+
statusCode: 'number',
|
|
977
1028
|
body: CreateBandwidthPackageResponseBody,
|
|
978
1029
|
};
|
|
979
1030
|
}
|
|
@@ -1050,10 +1101,12 @@ export class CreateBasicAcceleratorResponseBody extends $tea.Model {
|
|
|
1050
1101
|
|
|
1051
1102
|
export class CreateBasicAcceleratorResponse extends $tea.Model {
|
|
1052
1103
|
headers: { [key: string]: string };
|
|
1104
|
+
statusCode: number;
|
|
1053
1105
|
body: CreateBasicAcceleratorResponseBody;
|
|
1054
1106
|
static names(): { [key: string]: string } {
|
|
1055
1107
|
return {
|
|
1056
1108
|
headers: 'headers',
|
|
1109
|
+
statusCode: 'statusCode',
|
|
1057
1110
|
body: 'body',
|
|
1058
1111
|
};
|
|
1059
1112
|
}
|
|
@@ -1061,6 +1114,7 @@ export class CreateBasicAcceleratorResponse extends $tea.Model {
|
|
|
1061
1114
|
static types(): { [key: string]: any } {
|
|
1062
1115
|
return {
|
|
1063
1116
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1117
|
+
statusCode: 'number',
|
|
1064
1118
|
body: CreateBasicAcceleratorResponseBody,
|
|
1065
1119
|
};
|
|
1066
1120
|
}
|
|
@@ -1134,10 +1188,12 @@ export class CreateBasicEndpointGroupResponseBody extends $tea.Model {
|
|
|
1134
1188
|
|
|
1135
1189
|
export class CreateBasicEndpointGroupResponse extends $tea.Model {
|
|
1136
1190
|
headers: { [key: string]: string };
|
|
1191
|
+
statusCode: number;
|
|
1137
1192
|
body: CreateBasicEndpointGroupResponseBody;
|
|
1138
1193
|
static names(): { [key: string]: string } {
|
|
1139
1194
|
return {
|
|
1140
1195
|
headers: 'headers',
|
|
1196
|
+
statusCode: 'statusCode',
|
|
1141
1197
|
body: 'body',
|
|
1142
1198
|
};
|
|
1143
1199
|
}
|
|
@@ -1145,6 +1201,7 @@ export class CreateBasicEndpointGroupResponse extends $tea.Model {
|
|
|
1145
1201
|
static types(): { [key: string]: any } {
|
|
1146
1202
|
return {
|
|
1147
1203
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1204
|
+
statusCode: 'number',
|
|
1148
1205
|
body: CreateBasicEndpointGroupResponseBody,
|
|
1149
1206
|
};
|
|
1150
1207
|
}
|
|
@@ -1158,12 +1215,14 @@ export class CreateBasicIpSetRequest extends $tea.Model {
|
|
|
1158
1215
|
accelerateRegionId?: string;
|
|
1159
1216
|
acceleratorId?: string;
|
|
1160
1217
|
clientToken?: string;
|
|
1218
|
+
ispType?: string;
|
|
1161
1219
|
regionId?: string;
|
|
1162
1220
|
static names(): { [key: string]: string } {
|
|
1163
1221
|
return {
|
|
1164
1222
|
accelerateRegionId: 'AccelerateRegionId',
|
|
1165
1223
|
acceleratorId: 'AcceleratorId',
|
|
1166
1224
|
clientToken: 'ClientToken',
|
|
1225
|
+
ispType: 'IspType',
|
|
1167
1226
|
regionId: 'RegionId',
|
|
1168
1227
|
};
|
|
1169
1228
|
}
|
|
@@ -1173,6 +1232,7 @@ export class CreateBasicIpSetRequest extends $tea.Model {
|
|
|
1173
1232
|
accelerateRegionId: 'string',
|
|
1174
1233
|
acceleratorId: 'string',
|
|
1175
1234
|
clientToken: 'string',
|
|
1235
|
+
ispType: 'string',
|
|
1176
1236
|
regionId: 'string',
|
|
1177
1237
|
};
|
|
1178
1238
|
}
|
|
@@ -1206,10 +1266,12 @@ export class CreateBasicIpSetResponseBody extends $tea.Model {
|
|
|
1206
1266
|
|
|
1207
1267
|
export class CreateBasicIpSetResponse extends $tea.Model {
|
|
1208
1268
|
headers: { [key: string]: string };
|
|
1269
|
+
statusCode: number;
|
|
1209
1270
|
body: CreateBasicIpSetResponseBody;
|
|
1210
1271
|
static names(): { [key: string]: string } {
|
|
1211
1272
|
return {
|
|
1212
1273
|
headers: 'headers',
|
|
1274
|
+
statusCode: 'statusCode',
|
|
1213
1275
|
body: 'body',
|
|
1214
1276
|
};
|
|
1215
1277
|
}
|
|
@@ -1217,6 +1279,7 @@ export class CreateBasicIpSetResponse extends $tea.Model {
|
|
|
1217
1279
|
static types(): { [key: string]: any } {
|
|
1218
1280
|
return {
|
|
1219
1281
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1282
|
+
statusCode: 'number',
|
|
1220
1283
|
body: CreateBasicIpSetResponseBody,
|
|
1221
1284
|
};
|
|
1222
1285
|
}
|
|
@@ -1320,10 +1383,12 @@ export class CreateEndpointGroupResponseBody extends $tea.Model {
|
|
|
1320
1383
|
|
|
1321
1384
|
export class CreateEndpointGroupResponse extends $tea.Model {
|
|
1322
1385
|
headers: { [key: string]: string };
|
|
1386
|
+
statusCode: number;
|
|
1323
1387
|
body: CreateEndpointGroupResponseBody;
|
|
1324
1388
|
static names(): { [key: string]: string } {
|
|
1325
1389
|
return {
|
|
1326
1390
|
headers: 'headers',
|
|
1391
|
+
statusCode: 'statusCode',
|
|
1327
1392
|
body: 'body',
|
|
1328
1393
|
};
|
|
1329
1394
|
}
|
|
@@ -1331,6 +1396,7 @@ export class CreateEndpointGroupResponse extends $tea.Model {
|
|
|
1331
1396
|
static types(): { [key: string]: any } {
|
|
1332
1397
|
return {
|
|
1333
1398
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1399
|
+
statusCode: 'number',
|
|
1334
1400
|
body: CreateEndpointGroupResponseBody,
|
|
1335
1401
|
};
|
|
1336
1402
|
}
|
|
@@ -1398,10 +1464,12 @@ export class CreateEndpointGroupsResponseBody extends $tea.Model {
|
|
|
1398
1464
|
|
|
1399
1465
|
export class CreateEndpointGroupsResponse extends $tea.Model {
|
|
1400
1466
|
headers: { [key: string]: string };
|
|
1467
|
+
statusCode: number;
|
|
1401
1468
|
body: CreateEndpointGroupsResponseBody;
|
|
1402
1469
|
static names(): { [key: string]: string } {
|
|
1403
1470
|
return {
|
|
1404
1471
|
headers: 'headers',
|
|
1472
|
+
statusCode: 'statusCode',
|
|
1405
1473
|
body: 'body',
|
|
1406
1474
|
};
|
|
1407
1475
|
}
|
|
@@ -1409,6 +1477,7 @@ export class CreateEndpointGroupsResponse extends $tea.Model {
|
|
|
1409
1477
|
static types(): { [key: string]: any } {
|
|
1410
1478
|
return {
|
|
1411
1479
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1480
|
+
statusCode: 'number',
|
|
1412
1481
|
body: CreateEndpointGroupsResponseBody,
|
|
1413
1482
|
};
|
|
1414
1483
|
}
|
|
@@ -1473,10 +1542,12 @@ export class CreateForwardingRulesResponseBody extends $tea.Model {
|
|
|
1473
1542
|
|
|
1474
1543
|
export class CreateForwardingRulesResponse extends $tea.Model {
|
|
1475
1544
|
headers: { [key: string]: string };
|
|
1545
|
+
statusCode: number;
|
|
1476
1546
|
body: CreateForwardingRulesResponseBody;
|
|
1477
1547
|
static names(): { [key: string]: string } {
|
|
1478
1548
|
return {
|
|
1479
1549
|
headers: 'headers',
|
|
1550
|
+
statusCode: 'statusCode',
|
|
1480
1551
|
body: 'body',
|
|
1481
1552
|
};
|
|
1482
1553
|
}
|
|
@@ -1484,6 +1555,7 @@ export class CreateForwardingRulesResponse extends $tea.Model {
|
|
|
1484
1555
|
static types(): { [key: string]: any } {
|
|
1485
1556
|
return {
|
|
1486
1557
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1558
|
+
statusCode: 'number',
|
|
1487
1559
|
body: CreateForwardingRulesResponseBody,
|
|
1488
1560
|
};
|
|
1489
1561
|
}
|
|
@@ -1548,10 +1620,12 @@ export class CreateIpSetsResponseBody extends $tea.Model {
|
|
|
1548
1620
|
|
|
1549
1621
|
export class CreateIpSetsResponse extends $tea.Model {
|
|
1550
1622
|
headers: { [key: string]: string };
|
|
1623
|
+
statusCode: number;
|
|
1551
1624
|
body: CreateIpSetsResponseBody;
|
|
1552
1625
|
static names(): { [key: string]: string } {
|
|
1553
1626
|
return {
|
|
1554
1627
|
headers: 'headers',
|
|
1628
|
+
statusCode: 'statusCode',
|
|
1555
1629
|
body: 'body',
|
|
1556
1630
|
};
|
|
1557
1631
|
}
|
|
@@ -1559,6 +1633,7 @@ export class CreateIpSetsResponse extends $tea.Model {
|
|
|
1559
1633
|
static types(): { [key: string]: any } {
|
|
1560
1634
|
return {
|
|
1561
1635
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1636
|
+
statusCode: 'number',
|
|
1562
1637
|
body: CreateIpSetsResponseBody,
|
|
1563
1638
|
};
|
|
1564
1639
|
}
|
|
@@ -1644,10 +1719,12 @@ export class CreateListenerResponseBody extends $tea.Model {
|
|
|
1644
1719
|
|
|
1645
1720
|
export class CreateListenerResponse extends $tea.Model {
|
|
1646
1721
|
headers: { [key: string]: string };
|
|
1722
|
+
statusCode: number;
|
|
1647
1723
|
body: CreateListenerResponseBody;
|
|
1648
1724
|
static names(): { [key: string]: string } {
|
|
1649
1725
|
return {
|
|
1650
1726
|
headers: 'headers',
|
|
1727
|
+
statusCode: 'statusCode',
|
|
1651
1728
|
body: 'body',
|
|
1652
1729
|
};
|
|
1653
1730
|
}
|
|
@@ -1655,6 +1732,7 @@ export class CreateListenerResponse extends $tea.Model {
|
|
|
1655
1732
|
static types(): { [key: string]: any } {
|
|
1656
1733
|
return {
|
|
1657
1734
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1735
|
+
statusCode: 'number',
|
|
1658
1736
|
body: CreateListenerResponseBody,
|
|
1659
1737
|
};
|
|
1660
1738
|
}
|
|
@@ -1716,10 +1794,12 @@ export class CreateSpareIpsResponseBody extends $tea.Model {
|
|
|
1716
1794
|
|
|
1717
1795
|
export class CreateSpareIpsResponse extends $tea.Model {
|
|
1718
1796
|
headers: { [key: string]: string };
|
|
1797
|
+
statusCode: number;
|
|
1719
1798
|
body: CreateSpareIpsResponseBody;
|
|
1720
1799
|
static names(): { [key: string]: string } {
|
|
1721
1800
|
return {
|
|
1722
1801
|
headers: 'headers',
|
|
1802
|
+
statusCode: 'statusCode',
|
|
1723
1803
|
body: 'body',
|
|
1724
1804
|
};
|
|
1725
1805
|
}
|
|
@@ -1727,6 +1807,7 @@ export class CreateSpareIpsResponse extends $tea.Model {
|
|
|
1727
1807
|
static types(): { [key: string]: any } {
|
|
1728
1808
|
return {
|
|
1729
1809
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1810
|
+
statusCode: 'number',
|
|
1730
1811
|
body: CreateSpareIpsResponseBody,
|
|
1731
1812
|
};
|
|
1732
1813
|
}
|
|
@@ -1782,10 +1863,12 @@ export class DeleteAcceleratorResponseBody extends $tea.Model {
|
|
|
1782
1863
|
|
|
1783
1864
|
export class DeleteAcceleratorResponse extends $tea.Model {
|
|
1784
1865
|
headers: { [key: string]: string };
|
|
1866
|
+
statusCode: number;
|
|
1785
1867
|
body: DeleteAcceleratorResponseBody;
|
|
1786
1868
|
static names(): { [key: string]: string } {
|
|
1787
1869
|
return {
|
|
1788
1870
|
headers: 'headers',
|
|
1871
|
+
statusCode: 'statusCode',
|
|
1789
1872
|
body: 'body',
|
|
1790
1873
|
};
|
|
1791
1874
|
}
|
|
@@ -1793,6 +1876,7 @@ export class DeleteAcceleratorResponse extends $tea.Model {
|
|
|
1793
1876
|
static types(): { [key: string]: any } {
|
|
1794
1877
|
return {
|
|
1795
1878
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1879
|
+
statusCode: 'number',
|
|
1796
1880
|
body: DeleteAcceleratorResponseBody,
|
|
1797
1881
|
};
|
|
1798
1882
|
}
|
|
@@ -1854,10 +1938,12 @@ export class DeleteAclResponseBody extends $tea.Model {
|
|
|
1854
1938
|
|
|
1855
1939
|
export class DeleteAclResponse extends $tea.Model {
|
|
1856
1940
|
headers: { [key: string]: string };
|
|
1941
|
+
statusCode: number;
|
|
1857
1942
|
body: DeleteAclResponseBody;
|
|
1858
1943
|
static names(): { [key: string]: string } {
|
|
1859
1944
|
return {
|
|
1860
1945
|
headers: 'headers',
|
|
1946
|
+
statusCode: 'statusCode',
|
|
1861
1947
|
body: 'body',
|
|
1862
1948
|
};
|
|
1863
1949
|
}
|
|
@@ -1865,6 +1951,7 @@ export class DeleteAclResponse extends $tea.Model {
|
|
|
1865
1951
|
static types(): { [key: string]: any } {
|
|
1866
1952
|
return {
|
|
1867
1953
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1954
|
+
statusCode: 'number',
|
|
1868
1955
|
body: DeleteAclResponseBody,
|
|
1869
1956
|
};
|
|
1870
1957
|
}
|
|
@@ -1920,10 +2007,12 @@ export class DeleteApplicationMonitorResponseBody extends $tea.Model {
|
|
|
1920
2007
|
|
|
1921
2008
|
export class DeleteApplicationMonitorResponse extends $tea.Model {
|
|
1922
2009
|
headers: { [key: string]: string };
|
|
2010
|
+
statusCode: number;
|
|
1923
2011
|
body: DeleteApplicationMonitorResponseBody;
|
|
1924
2012
|
static names(): { [key: string]: string } {
|
|
1925
2013
|
return {
|
|
1926
2014
|
headers: 'headers',
|
|
2015
|
+
statusCode: 'statusCode',
|
|
1927
2016
|
body: 'body',
|
|
1928
2017
|
};
|
|
1929
2018
|
}
|
|
@@ -1931,6 +2020,7 @@ export class DeleteApplicationMonitorResponse extends $tea.Model {
|
|
|
1931
2020
|
static types(): { [key: string]: any } {
|
|
1932
2021
|
return {
|
|
1933
2022
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2023
|
+
statusCode: 'number',
|
|
1934
2024
|
body: DeleteApplicationMonitorResponseBody,
|
|
1935
2025
|
};
|
|
1936
2026
|
}
|
|
@@ -1989,10 +2079,12 @@ export class DeleteBandwidthPackageResponseBody extends $tea.Model {
|
|
|
1989
2079
|
|
|
1990
2080
|
export class DeleteBandwidthPackageResponse extends $tea.Model {
|
|
1991
2081
|
headers: { [key: string]: string };
|
|
2082
|
+
statusCode: number;
|
|
1992
2083
|
body: DeleteBandwidthPackageResponseBody;
|
|
1993
2084
|
static names(): { [key: string]: string } {
|
|
1994
2085
|
return {
|
|
1995
2086
|
headers: 'headers',
|
|
2087
|
+
statusCode: 'statusCode',
|
|
1996
2088
|
body: 'body',
|
|
1997
2089
|
};
|
|
1998
2090
|
}
|
|
@@ -2000,6 +2092,7 @@ export class DeleteBandwidthPackageResponse extends $tea.Model {
|
|
|
2000
2092
|
static types(): { [key: string]: any } {
|
|
2001
2093
|
return {
|
|
2002
2094
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2095
|
+
statusCode: 'number',
|
|
2003
2096
|
body: DeleteBandwidthPackageResponseBody,
|
|
2004
2097
|
};
|
|
2005
2098
|
}
|
|
@@ -2055,10 +2148,12 @@ export class DeleteBasicAcceleratorResponseBody extends $tea.Model {
|
|
|
2055
2148
|
|
|
2056
2149
|
export class DeleteBasicAcceleratorResponse extends $tea.Model {
|
|
2057
2150
|
headers: { [key: string]: string };
|
|
2151
|
+
statusCode: number;
|
|
2058
2152
|
body: DeleteBasicAcceleratorResponseBody;
|
|
2059
2153
|
static names(): { [key: string]: string } {
|
|
2060
2154
|
return {
|
|
2061
2155
|
headers: 'headers',
|
|
2156
|
+
statusCode: 'statusCode',
|
|
2062
2157
|
body: 'body',
|
|
2063
2158
|
};
|
|
2064
2159
|
}
|
|
@@ -2066,6 +2161,7 @@ export class DeleteBasicAcceleratorResponse extends $tea.Model {
|
|
|
2066
2161
|
static types(): { [key: string]: any } {
|
|
2067
2162
|
return {
|
|
2068
2163
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2164
|
+
statusCode: 'number',
|
|
2069
2165
|
body: DeleteBasicAcceleratorResponseBody,
|
|
2070
2166
|
};
|
|
2071
2167
|
}
|
|
@@ -2118,10 +2214,12 @@ export class DeleteBasicEndpointGroupResponseBody extends $tea.Model {
|
|
|
2118
2214
|
|
|
2119
2215
|
export class DeleteBasicEndpointGroupResponse extends $tea.Model {
|
|
2120
2216
|
headers: { [key: string]: string };
|
|
2217
|
+
statusCode: number;
|
|
2121
2218
|
body: DeleteBasicEndpointGroupResponseBody;
|
|
2122
2219
|
static names(): { [key: string]: string } {
|
|
2123
2220
|
return {
|
|
2124
2221
|
headers: 'headers',
|
|
2222
|
+
statusCode: 'statusCode',
|
|
2125
2223
|
body: 'body',
|
|
2126
2224
|
};
|
|
2127
2225
|
}
|
|
@@ -2129,6 +2227,7 @@ export class DeleteBasicEndpointGroupResponse extends $tea.Model {
|
|
|
2129
2227
|
static types(): { [key: string]: any } {
|
|
2130
2228
|
return {
|
|
2131
2229
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2230
|
+
statusCode: 'number',
|
|
2132
2231
|
body: DeleteBasicEndpointGroupResponseBody,
|
|
2133
2232
|
};
|
|
2134
2233
|
}
|
|
@@ -2184,10 +2283,12 @@ export class DeleteBasicIpSetResponseBody extends $tea.Model {
|
|
|
2184
2283
|
|
|
2185
2284
|
export class DeleteBasicIpSetResponse extends $tea.Model {
|
|
2186
2285
|
headers: { [key: string]: string };
|
|
2286
|
+
statusCode: number;
|
|
2187
2287
|
body: DeleteBasicIpSetResponseBody;
|
|
2188
2288
|
static names(): { [key: string]: string } {
|
|
2189
2289
|
return {
|
|
2190
2290
|
headers: 'headers',
|
|
2291
|
+
statusCode: 'statusCode',
|
|
2191
2292
|
body: 'body',
|
|
2192
2293
|
};
|
|
2193
2294
|
}
|
|
@@ -2195,6 +2296,7 @@ export class DeleteBasicIpSetResponse extends $tea.Model {
|
|
|
2195
2296
|
static types(): { [key: string]: any } {
|
|
2196
2297
|
return {
|
|
2197
2298
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2299
|
+
statusCode: 'number',
|
|
2198
2300
|
body: DeleteBasicIpSetResponseBody,
|
|
2199
2301
|
};
|
|
2200
2302
|
}
|
|
@@ -2250,10 +2352,12 @@ export class DeleteEndpointGroupResponseBody extends $tea.Model {
|
|
|
2250
2352
|
|
|
2251
2353
|
export class DeleteEndpointGroupResponse extends $tea.Model {
|
|
2252
2354
|
headers: { [key: string]: string };
|
|
2355
|
+
statusCode: number;
|
|
2253
2356
|
body: DeleteEndpointGroupResponseBody;
|
|
2254
2357
|
static names(): { [key: string]: string } {
|
|
2255
2358
|
return {
|
|
2256
2359
|
headers: 'headers',
|
|
2360
|
+
statusCode: 'statusCode',
|
|
2257
2361
|
body: 'body',
|
|
2258
2362
|
};
|
|
2259
2363
|
}
|
|
@@ -2261,6 +2365,7 @@ export class DeleteEndpointGroupResponse extends $tea.Model {
|
|
|
2261
2365
|
static types(): { [key: string]: any } {
|
|
2262
2366
|
return {
|
|
2263
2367
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2368
|
+
statusCode: 'number',
|
|
2264
2369
|
body: DeleteEndpointGroupResponseBody,
|
|
2265
2370
|
};
|
|
2266
2371
|
}
|
|
@@ -2319,10 +2424,12 @@ export class DeleteEndpointGroupsResponseBody extends $tea.Model {
|
|
|
2319
2424
|
|
|
2320
2425
|
export class DeleteEndpointGroupsResponse extends $tea.Model {
|
|
2321
2426
|
headers: { [key: string]: string };
|
|
2427
|
+
statusCode: number;
|
|
2322
2428
|
body: DeleteEndpointGroupsResponseBody;
|
|
2323
2429
|
static names(): { [key: string]: string } {
|
|
2324
2430
|
return {
|
|
2325
2431
|
headers: 'headers',
|
|
2432
|
+
statusCode: 'statusCode',
|
|
2326
2433
|
body: 'body',
|
|
2327
2434
|
};
|
|
2328
2435
|
}
|
|
@@ -2330,6 +2437,7 @@ export class DeleteEndpointGroupsResponse extends $tea.Model {
|
|
|
2330
2437
|
static types(): { [key: string]: any } {
|
|
2331
2438
|
return {
|
|
2332
2439
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2440
|
+
statusCode: 'number',
|
|
2333
2441
|
body: DeleteEndpointGroupsResponseBody,
|
|
2334
2442
|
};
|
|
2335
2443
|
}
|
|
@@ -2394,10 +2502,12 @@ export class DeleteForwardingRulesResponseBody extends $tea.Model {
|
|
|
2394
2502
|
|
|
2395
2503
|
export class DeleteForwardingRulesResponse extends $tea.Model {
|
|
2396
2504
|
headers: { [key: string]: string };
|
|
2505
|
+
statusCode: number;
|
|
2397
2506
|
body: DeleteForwardingRulesResponseBody;
|
|
2398
2507
|
static names(): { [key: string]: string } {
|
|
2399
2508
|
return {
|
|
2400
2509
|
headers: 'headers',
|
|
2510
|
+
statusCode: 'statusCode',
|
|
2401
2511
|
body: 'body',
|
|
2402
2512
|
};
|
|
2403
2513
|
}
|
|
@@ -2405,6 +2515,7 @@ export class DeleteForwardingRulesResponse extends $tea.Model {
|
|
|
2405
2515
|
static types(): { [key: string]: any } {
|
|
2406
2516
|
return {
|
|
2407
2517
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2518
|
+
statusCode: 'number',
|
|
2408
2519
|
body: DeleteForwardingRulesResponseBody,
|
|
2409
2520
|
};
|
|
2410
2521
|
}
|
|
@@ -2463,10 +2574,12 @@ export class DeleteIpSetResponseBody extends $tea.Model {
|
|
|
2463
2574
|
|
|
2464
2575
|
export class DeleteIpSetResponse extends $tea.Model {
|
|
2465
2576
|
headers: { [key: string]: string };
|
|
2577
|
+
statusCode: number;
|
|
2466
2578
|
body: DeleteIpSetResponseBody;
|
|
2467
2579
|
static names(): { [key: string]: string } {
|
|
2468
2580
|
return {
|
|
2469
2581
|
headers: 'headers',
|
|
2582
|
+
statusCode: 'statusCode',
|
|
2470
2583
|
body: 'body',
|
|
2471
2584
|
};
|
|
2472
2585
|
}
|
|
@@ -2474,6 +2587,7 @@ export class DeleteIpSetResponse extends $tea.Model {
|
|
|
2474
2587
|
static types(): { [key: string]: any } {
|
|
2475
2588
|
return {
|
|
2476
2589
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2590
|
+
statusCode: 'number',
|
|
2477
2591
|
body: DeleteIpSetResponseBody,
|
|
2478
2592
|
};
|
|
2479
2593
|
}
|
|
@@ -2526,10 +2640,12 @@ export class DeleteIpSetsResponseBody extends $tea.Model {
|
|
|
2526
2640
|
|
|
2527
2641
|
export class DeleteIpSetsResponse extends $tea.Model {
|
|
2528
2642
|
headers: { [key: string]: string };
|
|
2643
|
+
statusCode: number;
|
|
2529
2644
|
body: DeleteIpSetsResponseBody;
|
|
2530
2645
|
static names(): { [key: string]: string } {
|
|
2531
2646
|
return {
|
|
2532
2647
|
headers: 'headers',
|
|
2648
|
+
statusCode: 'statusCode',
|
|
2533
2649
|
body: 'body',
|
|
2534
2650
|
};
|
|
2535
2651
|
}
|
|
@@ -2537,6 +2653,7 @@ export class DeleteIpSetsResponse extends $tea.Model {
|
|
|
2537
2653
|
static types(): { [key: string]: any } {
|
|
2538
2654
|
return {
|
|
2539
2655
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2656
|
+
statusCode: 'number',
|
|
2540
2657
|
body: DeleteIpSetsResponseBody,
|
|
2541
2658
|
};
|
|
2542
2659
|
}
|
|
@@ -2592,10 +2709,12 @@ export class DeleteListenerResponseBody extends $tea.Model {
|
|
|
2592
2709
|
|
|
2593
2710
|
export class DeleteListenerResponse extends $tea.Model {
|
|
2594
2711
|
headers: { [key: string]: string };
|
|
2712
|
+
statusCode: number;
|
|
2595
2713
|
body: DeleteListenerResponseBody;
|
|
2596
2714
|
static names(): { [key: string]: string } {
|
|
2597
2715
|
return {
|
|
2598
2716
|
headers: 'headers',
|
|
2717
|
+
statusCode: 'statusCode',
|
|
2599
2718
|
body: 'body',
|
|
2600
2719
|
};
|
|
2601
2720
|
}
|
|
@@ -2603,6 +2722,7 @@ export class DeleteListenerResponse extends $tea.Model {
|
|
|
2603
2722
|
static types(): { [key: string]: any } {
|
|
2604
2723
|
return {
|
|
2605
2724
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2725
|
+
statusCode: 'number',
|
|
2606
2726
|
body: DeleteListenerResponseBody,
|
|
2607
2727
|
};
|
|
2608
2728
|
}
|
|
@@ -2664,10 +2784,12 @@ export class DeleteSpareIpsResponseBody extends $tea.Model {
|
|
|
2664
2784
|
|
|
2665
2785
|
export class DeleteSpareIpsResponse extends $tea.Model {
|
|
2666
2786
|
headers: { [key: string]: string };
|
|
2787
|
+
statusCode: number;
|
|
2667
2788
|
body: DeleteSpareIpsResponseBody;
|
|
2668
2789
|
static names(): { [key: string]: string } {
|
|
2669
2790
|
return {
|
|
2670
2791
|
headers: 'headers',
|
|
2792
|
+
statusCode: 'statusCode',
|
|
2671
2793
|
body: 'body',
|
|
2672
2794
|
};
|
|
2673
2795
|
}
|
|
@@ -2675,6 +2797,7 @@ export class DeleteSpareIpsResponse extends $tea.Model {
|
|
|
2675
2797
|
static types(): { [key: string]: any } {
|
|
2676
2798
|
return {
|
|
2677
2799
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2800
|
+
statusCode: 'number',
|
|
2678
2801
|
body: DeleteSpareIpsResponseBody,
|
|
2679
2802
|
};
|
|
2680
2803
|
}
|
|
@@ -2775,10 +2898,12 @@ export class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
2775
2898
|
|
|
2776
2899
|
export class DescribeAcceleratorResponse extends $tea.Model {
|
|
2777
2900
|
headers: { [key: string]: string };
|
|
2901
|
+
statusCode: number;
|
|
2778
2902
|
body: DescribeAcceleratorResponseBody;
|
|
2779
2903
|
static names(): { [key: string]: string } {
|
|
2780
2904
|
return {
|
|
2781
2905
|
headers: 'headers',
|
|
2906
|
+
statusCode: 'statusCode',
|
|
2782
2907
|
body: 'body',
|
|
2783
2908
|
};
|
|
2784
2909
|
}
|
|
@@ -2786,6 +2911,7 @@ export class DescribeAcceleratorResponse extends $tea.Model {
|
|
|
2786
2911
|
static types(): { [key: string]: any } {
|
|
2787
2912
|
return {
|
|
2788
2913
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2914
|
+
statusCode: 'number',
|
|
2789
2915
|
body: DescribeAcceleratorResponseBody,
|
|
2790
2916
|
};
|
|
2791
2917
|
}
|
|
@@ -2850,10 +2976,12 @@ export class DescribeAcceleratorAutoRenewAttributeResponseBody extends $tea.Mode
|
|
|
2850
2976
|
|
|
2851
2977
|
export class DescribeAcceleratorAutoRenewAttributeResponse extends $tea.Model {
|
|
2852
2978
|
headers: { [key: string]: string };
|
|
2979
|
+
statusCode: number;
|
|
2853
2980
|
body: DescribeAcceleratorAutoRenewAttributeResponseBody;
|
|
2854
2981
|
static names(): { [key: string]: string } {
|
|
2855
2982
|
return {
|
|
2856
2983
|
headers: 'headers',
|
|
2984
|
+
statusCode: 'statusCode',
|
|
2857
2985
|
body: 'body',
|
|
2858
2986
|
};
|
|
2859
2987
|
}
|
|
@@ -2861,6 +2989,7 @@ export class DescribeAcceleratorAutoRenewAttributeResponse extends $tea.Model {
|
|
|
2861
2989
|
static types(): { [key: string]: any } {
|
|
2862
2990
|
return {
|
|
2863
2991
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2992
|
+
statusCode: 'number',
|
|
2864
2993
|
body: DescribeAcceleratorAutoRenewAttributeResponseBody,
|
|
2865
2994
|
};
|
|
2866
2995
|
}
|
|
@@ -2898,24 +3027,30 @@ export class DescribeApplicationMonitorRequest extends $tea.Model {
|
|
|
2898
3027
|
export class DescribeApplicationMonitorResponseBody extends $tea.Model {
|
|
2899
3028
|
acceleratorId?: string;
|
|
2900
3029
|
address?: string;
|
|
2901
|
-
|
|
3030
|
+
detectEnable?: boolean;
|
|
3031
|
+
detectThreshold?: number;
|
|
3032
|
+
detectTimes?: number;
|
|
2902
3033
|
ispCityList?: DescribeApplicationMonitorResponseBodyIspCityList[];
|
|
2903
3034
|
listenerId?: string;
|
|
2904
3035
|
optionsJson?: string;
|
|
2905
3036
|
regionId?: string;
|
|
2906
3037
|
requestId?: string;
|
|
3038
|
+
silenceTime?: number;
|
|
2907
3039
|
taskId?: string;
|
|
2908
3040
|
taskName?: string;
|
|
2909
3041
|
static names(): { [key: string]: string } {
|
|
2910
3042
|
return {
|
|
2911
3043
|
acceleratorId: 'AcceleratorId',
|
|
2912
3044
|
address: 'Address',
|
|
3045
|
+
detectEnable: 'DetectEnable',
|
|
2913
3046
|
detectThreshold: 'DetectThreshold',
|
|
3047
|
+
detectTimes: 'DetectTimes',
|
|
2914
3048
|
ispCityList: 'IspCityList',
|
|
2915
3049
|
listenerId: 'ListenerId',
|
|
2916
3050
|
optionsJson: 'OptionsJson',
|
|
2917
3051
|
regionId: 'RegionId',
|
|
2918
3052
|
requestId: 'RequestId',
|
|
3053
|
+
silenceTime: 'SilenceTime',
|
|
2919
3054
|
taskId: 'TaskId',
|
|
2920
3055
|
taskName: 'TaskName',
|
|
2921
3056
|
};
|
|
@@ -2925,12 +3060,15 @@ export class DescribeApplicationMonitorResponseBody extends $tea.Model {
|
|
|
2925
3060
|
return {
|
|
2926
3061
|
acceleratorId: 'string',
|
|
2927
3062
|
address: 'string',
|
|
2928
|
-
|
|
3063
|
+
detectEnable: 'boolean',
|
|
3064
|
+
detectThreshold: 'number',
|
|
3065
|
+
detectTimes: 'number',
|
|
2929
3066
|
ispCityList: { 'type': 'array', 'itemType': DescribeApplicationMonitorResponseBodyIspCityList },
|
|
2930
3067
|
listenerId: 'string',
|
|
2931
3068
|
optionsJson: 'string',
|
|
2932
3069
|
regionId: 'string',
|
|
2933
3070
|
requestId: 'string',
|
|
3071
|
+
silenceTime: 'number',
|
|
2934
3072
|
taskId: 'string',
|
|
2935
3073
|
taskName: 'string',
|
|
2936
3074
|
};
|
|
@@ -2943,10 +3081,12 @@ export class DescribeApplicationMonitorResponseBody extends $tea.Model {
|
|
|
2943
3081
|
|
|
2944
3082
|
export class DescribeApplicationMonitorResponse extends $tea.Model {
|
|
2945
3083
|
headers: { [key: string]: string };
|
|
3084
|
+
statusCode: number;
|
|
2946
3085
|
body: DescribeApplicationMonitorResponseBody;
|
|
2947
3086
|
static names(): { [key: string]: string } {
|
|
2948
3087
|
return {
|
|
2949
3088
|
headers: 'headers',
|
|
3089
|
+
statusCode: 'statusCode',
|
|
2950
3090
|
body: 'body',
|
|
2951
3091
|
};
|
|
2952
3092
|
}
|
|
@@ -2954,6 +3094,7 @@ export class DescribeApplicationMonitorResponse extends $tea.Model {
|
|
|
2954
3094
|
static types(): { [key: string]: any } {
|
|
2955
3095
|
return {
|
|
2956
3096
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3097
|
+
statusCode: 'number',
|
|
2957
3098
|
body: DescribeApplicationMonitorResponseBody,
|
|
2958
3099
|
};
|
|
2959
3100
|
}
|
|
@@ -3054,10 +3195,12 @@ export class DescribeBandwidthPackageResponseBody extends $tea.Model {
|
|
|
3054
3195
|
|
|
3055
3196
|
export class DescribeBandwidthPackageResponse extends $tea.Model {
|
|
3056
3197
|
headers: { [key: string]: string };
|
|
3198
|
+
statusCode: number;
|
|
3057
3199
|
body: DescribeBandwidthPackageResponseBody;
|
|
3058
3200
|
static names(): { [key: string]: string } {
|
|
3059
3201
|
return {
|
|
3060
3202
|
headers: 'headers',
|
|
3203
|
+
statusCode: 'statusCode',
|
|
3061
3204
|
body: 'body',
|
|
3062
3205
|
};
|
|
3063
3206
|
}
|
|
@@ -3065,6 +3208,7 @@ export class DescribeBandwidthPackageResponse extends $tea.Model {
|
|
|
3065
3208
|
static types(): { [key: string]: any } {
|
|
3066
3209
|
return {
|
|
3067
3210
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3211
|
+
statusCode: 'number',
|
|
3068
3212
|
body: DescribeBandwidthPackageResponseBody,
|
|
3069
3213
|
};
|
|
3070
3214
|
}
|
|
@@ -3074,6 +3218,84 @@ export class DescribeBandwidthPackageResponse extends $tea.Model {
|
|
|
3074
3218
|
}
|
|
3075
3219
|
}
|
|
3076
3220
|
|
|
3221
|
+
export class DescribeBandwidthPackageAutoRenewAttributeRequest extends $tea.Model {
|
|
3222
|
+
instanceId?: string;
|
|
3223
|
+
regionId?: string;
|
|
3224
|
+
static names(): { [key: string]: string } {
|
|
3225
|
+
return {
|
|
3226
|
+
instanceId: 'InstanceId',
|
|
3227
|
+
regionId: 'RegionId',
|
|
3228
|
+
};
|
|
3229
|
+
}
|
|
3230
|
+
|
|
3231
|
+
static types(): { [key: string]: any } {
|
|
3232
|
+
return {
|
|
3233
|
+
instanceId: 'string',
|
|
3234
|
+
regionId: 'string',
|
|
3235
|
+
};
|
|
3236
|
+
}
|
|
3237
|
+
|
|
3238
|
+
constructor(map?: { [key: string]: any }) {
|
|
3239
|
+
super(map);
|
|
3240
|
+
}
|
|
3241
|
+
}
|
|
3242
|
+
|
|
3243
|
+
export class DescribeBandwidthPackageAutoRenewAttributeResponseBody extends $tea.Model {
|
|
3244
|
+
autoRenew?: boolean;
|
|
3245
|
+
autoRenewDuration?: number;
|
|
3246
|
+
instanceId?: string;
|
|
3247
|
+
renewalStatus?: string;
|
|
3248
|
+
requestId?: string;
|
|
3249
|
+
static names(): { [key: string]: string } {
|
|
3250
|
+
return {
|
|
3251
|
+
autoRenew: 'AutoRenew',
|
|
3252
|
+
autoRenewDuration: 'AutoRenewDuration',
|
|
3253
|
+
instanceId: 'InstanceId',
|
|
3254
|
+
renewalStatus: 'RenewalStatus',
|
|
3255
|
+
requestId: 'RequestId',
|
|
3256
|
+
};
|
|
3257
|
+
}
|
|
3258
|
+
|
|
3259
|
+
static types(): { [key: string]: any } {
|
|
3260
|
+
return {
|
|
3261
|
+
autoRenew: 'boolean',
|
|
3262
|
+
autoRenewDuration: 'number',
|
|
3263
|
+
instanceId: 'string',
|
|
3264
|
+
renewalStatus: 'string',
|
|
3265
|
+
requestId: 'string',
|
|
3266
|
+
};
|
|
3267
|
+
}
|
|
3268
|
+
|
|
3269
|
+
constructor(map?: { [key: string]: any }) {
|
|
3270
|
+
super(map);
|
|
3271
|
+
}
|
|
3272
|
+
}
|
|
3273
|
+
|
|
3274
|
+
export class DescribeBandwidthPackageAutoRenewAttributeResponse extends $tea.Model {
|
|
3275
|
+
headers: { [key: string]: string };
|
|
3276
|
+
statusCode: number;
|
|
3277
|
+
body: DescribeBandwidthPackageAutoRenewAttributeResponseBody;
|
|
3278
|
+
static names(): { [key: string]: string } {
|
|
3279
|
+
return {
|
|
3280
|
+
headers: 'headers',
|
|
3281
|
+
statusCode: 'statusCode',
|
|
3282
|
+
body: 'body',
|
|
3283
|
+
};
|
|
3284
|
+
}
|
|
3285
|
+
|
|
3286
|
+
static types(): { [key: string]: any } {
|
|
3287
|
+
return {
|
|
3288
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3289
|
+
statusCode: 'number',
|
|
3290
|
+
body: DescribeBandwidthPackageAutoRenewAttributeResponseBody,
|
|
3291
|
+
};
|
|
3292
|
+
}
|
|
3293
|
+
|
|
3294
|
+
constructor(map?: { [key: string]: any }) {
|
|
3295
|
+
super(map);
|
|
3296
|
+
}
|
|
3297
|
+
}
|
|
3298
|
+
|
|
3077
3299
|
export class DescribeEndpointGroupRequest extends $tea.Model {
|
|
3078
3300
|
endpointGroupId?: string;
|
|
3079
3301
|
regionId?: string;
|
|
@@ -3198,10 +3420,12 @@ export class DescribeEndpointGroupResponseBody extends $tea.Model {
|
|
|
3198
3420
|
|
|
3199
3421
|
export class DescribeEndpointGroupResponse extends $tea.Model {
|
|
3200
3422
|
headers: { [key: string]: string };
|
|
3423
|
+
statusCode: number;
|
|
3201
3424
|
body: DescribeEndpointGroupResponseBody;
|
|
3202
3425
|
static names(): { [key: string]: string } {
|
|
3203
3426
|
return {
|
|
3204
3427
|
headers: 'headers',
|
|
3428
|
+
statusCode: 'statusCode',
|
|
3205
3429
|
body: 'body',
|
|
3206
3430
|
};
|
|
3207
3431
|
}
|
|
@@ -3209,6 +3433,7 @@ export class DescribeEndpointGroupResponse extends $tea.Model {
|
|
|
3209
3433
|
static types(): { [key: string]: any } {
|
|
3210
3434
|
return {
|
|
3211
3435
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3436
|
+
statusCode: 'number',
|
|
3212
3437
|
body: DescribeEndpointGroupResponseBody,
|
|
3213
3438
|
};
|
|
3214
3439
|
}
|
|
@@ -3282,10 +3507,12 @@ export class DescribeIpSetResponseBody extends $tea.Model {
|
|
|
3282
3507
|
|
|
3283
3508
|
export class DescribeIpSetResponse extends $tea.Model {
|
|
3284
3509
|
headers: { [key: string]: string };
|
|
3510
|
+
statusCode: number;
|
|
3285
3511
|
body: DescribeIpSetResponseBody;
|
|
3286
3512
|
static names(): { [key: string]: string } {
|
|
3287
3513
|
return {
|
|
3288
3514
|
headers: 'headers',
|
|
3515
|
+
statusCode: 'statusCode',
|
|
3289
3516
|
body: 'body',
|
|
3290
3517
|
};
|
|
3291
3518
|
}
|
|
@@ -3293,6 +3520,7 @@ export class DescribeIpSetResponse extends $tea.Model {
|
|
|
3293
3520
|
static types(): { [key: string]: any } {
|
|
3294
3521
|
return {
|
|
3295
3522
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3523
|
+
statusCode: 'number',
|
|
3296
3524
|
body: DescribeIpSetResponseBody,
|
|
3297
3525
|
};
|
|
3298
3526
|
}
|
|
@@ -3393,10 +3621,12 @@ export class DescribeListenerResponseBody extends $tea.Model {
|
|
|
3393
3621
|
|
|
3394
3622
|
export class DescribeListenerResponse extends $tea.Model {
|
|
3395
3623
|
headers: { [key: string]: string };
|
|
3624
|
+
statusCode: number;
|
|
3396
3625
|
body: DescribeListenerResponseBody;
|
|
3397
3626
|
static names(): { [key: string]: string } {
|
|
3398
3627
|
return {
|
|
3399
3628
|
headers: 'headers',
|
|
3629
|
+
statusCode: 'statusCode',
|
|
3400
3630
|
body: 'body',
|
|
3401
3631
|
};
|
|
3402
3632
|
}
|
|
@@ -3404,6 +3634,7 @@ export class DescribeListenerResponse extends $tea.Model {
|
|
|
3404
3634
|
static types(): { [key: string]: any } {
|
|
3405
3635
|
return {
|
|
3406
3636
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3637
|
+
statusCode: 'number',
|
|
3407
3638
|
body: DescribeListenerResponseBody,
|
|
3408
3639
|
};
|
|
3409
3640
|
}
|
|
@@ -3456,10 +3687,12 @@ export class DescribeRegionsResponseBody extends $tea.Model {
|
|
|
3456
3687
|
|
|
3457
3688
|
export class DescribeRegionsResponse extends $tea.Model {
|
|
3458
3689
|
headers: { [key: string]: string };
|
|
3690
|
+
statusCode: number;
|
|
3459
3691
|
body: DescribeRegionsResponseBody;
|
|
3460
3692
|
static names(): { [key: string]: string } {
|
|
3461
3693
|
return {
|
|
3462
3694
|
headers: 'headers',
|
|
3695
|
+
statusCode: 'statusCode',
|
|
3463
3696
|
body: 'body',
|
|
3464
3697
|
};
|
|
3465
3698
|
}
|
|
@@ -3467,6 +3700,7 @@ export class DescribeRegionsResponse extends $tea.Model {
|
|
|
3467
3700
|
static types(): { [key: string]: any } {
|
|
3468
3701
|
return {
|
|
3469
3702
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3703
|
+
statusCode: 'number',
|
|
3470
3704
|
body: DescribeRegionsResponseBody,
|
|
3471
3705
|
};
|
|
3472
3706
|
}
|
|
@@ -3522,10 +3756,12 @@ export class DetachDdosFromAcceleratorResponseBody extends $tea.Model {
|
|
|
3522
3756
|
|
|
3523
3757
|
export class DetachDdosFromAcceleratorResponse extends $tea.Model {
|
|
3524
3758
|
headers: { [key: string]: string };
|
|
3759
|
+
statusCode: number;
|
|
3525
3760
|
body: DetachDdosFromAcceleratorResponseBody;
|
|
3526
3761
|
static names(): { [key: string]: string } {
|
|
3527
3762
|
return {
|
|
3528
3763
|
headers: 'headers',
|
|
3764
|
+
statusCode: 'statusCode',
|
|
3529
3765
|
body: 'body',
|
|
3530
3766
|
};
|
|
3531
3767
|
}
|
|
@@ -3533,6 +3769,7 @@ export class DetachDdosFromAcceleratorResponse extends $tea.Model {
|
|
|
3533
3769
|
static types(): { [key: string]: any } {
|
|
3534
3770
|
return {
|
|
3535
3771
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3772
|
+
statusCode: 'number',
|
|
3536
3773
|
body: DetachDdosFromAcceleratorResponseBody,
|
|
3537
3774
|
};
|
|
3538
3775
|
}
|
|
@@ -3594,10 +3831,12 @@ export class DetachLogStoreFromEndpointGroupResponseBody extends $tea.Model {
|
|
|
3594
3831
|
|
|
3595
3832
|
export class DetachLogStoreFromEndpointGroupResponse extends $tea.Model {
|
|
3596
3833
|
headers: { [key: string]: string };
|
|
3834
|
+
statusCode: number;
|
|
3597
3835
|
body: DetachLogStoreFromEndpointGroupResponseBody;
|
|
3598
3836
|
static names(): { [key: string]: string } {
|
|
3599
3837
|
return {
|
|
3600
3838
|
headers: 'headers',
|
|
3839
|
+
statusCode: 'statusCode',
|
|
3601
3840
|
body: 'body',
|
|
3602
3841
|
};
|
|
3603
3842
|
}
|
|
@@ -3605,6 +3844,7 @@ export class DetachLogStoreFromEndpointGroupResponse extends $tea.Model {
|
|
|
3605
3844
|
static types(): { [key: string]: any } {
|
|
3606
3845
|
return {
|
|
3607
3846
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3847
|
+
statusCode: 'number',
|
|
3608
3848
|
body: DetachLogStoreFromEndpointGroupResponseBody,
|
|
3609
3849
|
};
|
|
3610
3850
|
}
|
|
@@ -3660,10 +3900,12 @@ export class DetectApplicationMonitorResponseBody extends $tea.Model {
|
|
|
3660
3900
|
|
|
3661
3901
|
export class DetectApplicationMonitorResponse extends $tea.Model {
|
|
3662
3902
|
headers: { [key: string]: string };
|
|
3903
|
+
statusCode: number;
|
|
3663
3904
|
body: DetectApplicationMonitorResponseBody;
|
|
3664
3905
|
static names(): { [key: string]: string } {
|
|
3665
3906
|
return {
|
|
3666
3907
|
headers: 'headers',
|
|
3908
|
+
statusCode: 'statusCode',
|
|
3667
3909
|
body: 'body',
|
|
3668
3910
|
};
|
|
3669
3911
|
}
|
|
@@ -3671,6 +3913,7 @@ export class DetectApplicationMonitorResponse extends $tea.Model {
|
|
|
3671
3913
|
static types(): { [key: string]: any } {
|
|
3672
3914
|
return {
|
|
3673
3915
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3916
|
+
statusCode: 'number',
|
|
3674
3917
|
body: DetectApplicationMonitorResponseBody,
|
|
3675
3918
|
};
|
|
3676
3919
|
}
|
|
@@ -3726,10 +3969,12 @@ export class DisableApplicationMonitorResponseBody extends $tea.Model {
|
|
|
3726
3969
|
|
|
3727
3970
|
export class DisableApplicationMonitorResponse extends $tea.Model {
|
|
3728
3971
|
headers: { [key: string]: string };
|
|
3972
|
+
statusCode: number;
|
|
3729
3973
|
body: DisableApplicationMonitorResponseBody;
|
|
3730
3974
|
static names(): { [key: string]: string } {
|
|
3731
3975
|
return {
|
|
3732
3976
|
headers: 'headers',
|
|
3977
|
+
statusCode: 'statusCode',
|
|
3733
3978
|
body: 'body',
|
|
3734
3979
|
};
|
|
3735
3980
|
}
|
|
@@ -3737,6 +3982,7 @@ export class DisableApplicationMonitorResponse extends $tea.Model {
|
|
|
3737
3982
|
static types(): { [key: string]: any } {
|
|
3738
3983
|
return {
|
|
3739
3984
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3985
|
+
statusCode: 'number',
|
|
3740
3986
|
body: DisableApplicationMonitorResponseBody,
|
|
3741
3987
|
};
|
|
3742
3988
|
}
|
|
@@ -3804,10 +4050,12 @@ export class DissociateAclsFromListenerResponseBody extends $tea.Model {
|
|
|
3804
4050
|
|
|
3805
4051
|
export class DissociateAclsFromListenerResponse extends $tea.Model {
|
|
3806
4052
|
headers: { [key: string]: string };
|
|
4053
|
+
statusCode: number;
|
|
3807
4054
|
body: DissociateAclsFromListenerResponseBody;
|
|
3808
4055
|
static names(): { [key: string]: string } {
|
|
3809
4056
|
return {
|
|
3810
4057
|
headers: 'headers',
|
|
4058
|
+
statusCode: 'statusCode',
|
|
3811
4059
|
body: 'body',
|
|
3812
4060
|
};
|
|
3813
4061
|
}
|
|
@@ -3815,6 +4063,7 @@ export class DissociateAclsFromListenerResponse extends $tea.Model {
|
|
|
3815
4063
|
static types(): { [key: string]: any } {
|
|
3816
4064
|
return {
|
|
3817
4065
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4066
|
+
statusCode: 'number',
|
|
3818
4067
|
body: DissociateAclsFromListenerResponseBody,
|
|
3819
4068
|
};
|
|
3820
4069
|
}
|
|
@@ -3876,10 +4125,12 @@ export class DissociateAdditionalCertificatesFromListenerResponseBody extends $t
|
|
|
3876
4125
|
|
|
3877
4126
|
export class DissociateAdditionalCertificatesFromListenerResponse extends $tea.Model {
|
|
3878
4127
|
headers: { [key: string]: string };
|
|
4128
|
+
statusCode: number;
|
|
3879
4129
|
body: DissociateAdditionalCertificatesFromListenerResponseBody;
|
|
3880
4130
|
static names(): { [key: string]: string } {
|
|
3881
4131
|
return {
|
|
3882
4132
|
headers: 'headers',
|
|
4133
|
+
statusCode: 'statusCode',
|
|
3883
4134
|
body: 'body',
|
|
3884
4135
|
};
|
|
3885
4136
|
}
|
|
@@ -3887,6 +4138,7 @@ export class DissociateAdditionalCertificatesFromListenerResponse extends $tea.M
|
|
|
3887
4138
|
static types(): { [key: string]: any } {
|
|
3888
4139
|
return {
|
|
3889
4140
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4141
|
+
statusCode: 'number',
|
|
3890
4142
|
body: DissociateAdditionalCertificatesFromListenerResponseBody,
|
|
3891
4143
|
};
|
|
3892
4144
|
}
|
|
@@ -3942,10 +4194,12 @@ export class EnableApplicationMonitorResponseBody extends $tea.Model {
|
|
|
3942
4194
|
|
|
3943
4195
|
export class EnableApplicationMonitorResponse extends $tea.Model {
|
|
3944
4196
|
headers: { [key: string]: string };
|
|
4197
|
+
statusCode: number;
|
|
3945
4198
|
body: EnableApplicationMonitorResponseBody;
|
|
3946
4199
|
static names(): { [key: string]: string } {
|
|
3947
4200
|
return {
|
|
3948
4201
|
headers: 'headers',
|
|
4202
|
+
statusCode: 'statusCode',
|
|
3949
4203
|
body: 'body',
|
|
3950
4204
|
};
|
|
3951
4205
|
}
|
|
@@ -3953,6 +4207,7 @@ export class EnableApplicationMonitorResponse extends $tea.Model {
|
|
|
3953
4207
|
static types(): { [key: string]: any } {
|
|
3954
4208
|
return {
|
|
3955
4209
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4210
|
+
statusCode: 'number',
|
|
3956
4211
|
body: EnableApplicationMonitorResponseBody,
|
|
3957
4212
|
};
|
|
3958
4213
|
}
|
|
@@ -4023,10 +4278,12 @@ export class GetAclResponseBody extends $tea.Model {
|
|
|
4023
4278
|
|
|
4024
4279
|
export class GetAclResponse extends $tea.Model {
|
|
4025
4280
|
headers: { [key: string]: string };
|
|
4281
|
+
statusCode: number;
|
|
4026
4282
|
body: GetAclResponseBody;
|
|
4027
4283
|
static names(): { [key: string]: string } {
|
|
4028
4284
|
return {
|
|
4029
4285
|
headers: 'headers',
|
|
4286
|
+
statusCode: 'statusCode',
|
|
4030
4287
|
body: 'body',
|
|
4031
4288
|
};
|
|
4032
4289
|
}
|
|
@@ -4034,6 +4291,7 @@ export class GetAclResponse extends $tea.Model {
|
|
|
4034
4291
|
static types(): { [key: string]: any } {
|
|
4035
4292
|
return {
|
|
4036
4293
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4294
|
+
statusCode: 'number',
|
|
4037
4295
|
body: GetAclResponseBody,
|
|
4038
4296
|
};
|
|
4039
4297
|
}
|
|
@@ -4125,10 +4383,12 @@ export class GetBasicAcceleratorResponseBody extends $tea.Model {
|
|
|
4125
4383
|
|
|
4126
4384
|
export class GetBasicAcceleratorResponse extends $tea.Model {
|
|
4127
4385
|
headers: { [key: string]: string };
|
|
4386
|
+
statusCode: number;
|
|
4128
4387
|
body: GetBasicAcceleratorResponseBody;
|
|
4129
4388
|
static names(): { [key: string]: string } {
|
|
4130
4389
|
return {
|
|
4131
4390
|
headers: 'headers',
|
|
4391
|
+
statusCode: 'statusCode',
|
|
4132
4392
|
body: 'body',
|
|
4133
4393
|
};
|
|
4134
4394
|
}
|
|
@@ -4136,6 +4396,7 @@ export class GetBasicAcceleratorResponse extends $tea.Model {
|
|
|
4136
4396
|
static types(): { [key: string]: any } {
|
|
4137
4397
|
return {
|
|
4138
4398
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4399
|
+
statusCode: 'number',
|
|
4139
4400
|
body: GetBasicAcceleratorResponseBody,
|
|
4140
4401
|
};
|
|
4141
4402
|
}
|
|
@@ -4215,10 +4476,12 @@ export class GetBasicEndpointGroupResponseBody extends $tea.Model {
|
|
|
4215
4476
|
|
|
4216
4477
|
export class GetBasicEndpointGroupResponse extends $tea.Model {
|
|
4217
4478
|
headers: { [key: string]: string };
|
|
4479
|
+
statusCode: number;
|
|
4218
4480
|
body: GetBasicEndpointGroupResponseBody;
|
|
4219
4481
|
static names(): { [key: string]: string } {
|
|
4220
4482
|
return {
|
|
4221
4483
|
headers: 'headers',
|
|
4484
|
+
statusCode: 'statusCode',
|
|
4222
4485
|
body: 'body',
|
|
4223
4486
|
};
|
|
4224
4487
|
}
|
|
@@ -4226,6 +4489,7 @@ export class GetBasicEndpointGroupResponse extends $tea.Model {
|
|
|
4226
4489
|
static types(): { [key: string]: any } {
|
|
4227
4490
|
return {
|
|
4228
4491
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4492
|
+
statusCode: 'number',
|
|
4229
4493
|
body: GetBasicEndpointGroupResponseBody,
|
|
4230
4494
|
};
|
|
4231
4495
|
}
|
|
@@ -4267,6 +4531,7 @@ export class GetBasicIpSetResponseBody extends $tea.Model {
|
|
|
4267
4531
|
ipAddress?: string;
|
|
4268
4532
|
ipSetId?: string;
|
|
4269
4533
|
ipVersion?: string;
|
|
4534
|
+
ispType?: string;
|
|
4270
4535
|
requestId?: string;
|
|
4271
4536
|
state?: string;
|
|
4272
4537
|
static names(): { [key: string]: string } {
|
|
@@ -4277,6 +4542,7 @@ export class GetBasicIpSetResponseBody extends $tea.Model {
|
|
|
4277
4542
|
ipAddress: 'IpAddress',
|
|
4278
4543
|
ipSetId: 'IpSetId',
|
|
4279
4544
|
ipVersion: 'IpVersion',
|
|
4545
|
+
ispType: 'IspType',
|
|
4280
4546
|
requestId: 'RequestId',
|
|
4281
4547
|
state: 'State',
|
|
4282
4548
|
};
|
|
@@ -4290,6 +4556,7 @@ export class GetBasicIpSetResponseBody extends $tea.Model {
|
|
|
4290
4556
|
ipAddress: 'string',
|
|
4291
4557
|
ipSetId: 'string',
|
|
4292
4558
|
ipVersion: 'string',
|
|
4559
|
+
ispType: 'string',
|
|
4293
4560
|
requestId: 'string',
|
|
4294
4561
|
state: 'string',
|
|
4295
4562
|
};
|
|
@@ -4302,10 +4569,12 @@ export class GetBasicIpSetResponseBody extends $tea.Model {
|
|
|
4302
4569
|
|
|
4303
4570
|
export class GetBasicIpSetResponse extends $tea.Model {
|
|
4304
4571
|
headers: { [key: string]: string };
|
|
4572
|
+
statusCode: number;
|
|
4305
4573
|
body: GetBasicIpSetResponseBody;
|
|
4306
4574
|
static names(): { [key: string]: string } {
|
|
4307
4575
|
return {
|
|
4308
4576
|
headers: 'headers',
|
|
4577
|
+
statusCode: 'statusCode',
|
|
4309
4578
|
body: 'body',
|
|
4310
4579
|
};
|
|
4311
4580
|
}
|
|
@@ -4313,6 +4582,7 @@ export class GetBasicIpSetResponse extends $tea.Model {
|
|
|
4313
4582
|
static types(): { [key: string]: any } {
|
|
4314
4583
|
return {
|
|
4315
4584
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4585
|
+
statusCode: 'number',
|
|
4316
4586
|
body: GetBasicIpSetResponseBody,
|
|
4317
4587
|
};
|
|
4318
4588
|
}
|
|
@@ -4383,10 +4653,12 @@ export class GetHealthStatusResponseBody extends $tea.Model {
|
|
|
4383
4653
|
|
|
4384
4654
|
export class GetHealthStatusResponse extends $tea.Model {
|
|
4385
4655
|
headers: { [key: string]: string };
|
|
4656
|
+
statusCode: number;
|
|
4386
4657
|
body: GetHealthStatusResponseBody;
|
|
4387
4658
|
static names(): { [key: string]: string } {
|
|
4388
4659
|
return {
|
|
4389
4660
|
headers: 'headers',
|
|
4661
|
+
statusCode: 'statusCode',
|
|
4390
4662
|
body: 'body',
|
|
4391
4663
|
};
|
|
4392
4664
|
}
|
|
@@ -4394,6 +4666,7 @@ export class GetHealthStatusResponse extends $tea.Model {
|
|
|
4394
4666
|
static types(): { [key: string]: any } {
|
|
4395
4667
|
return {
|
|
4396
4668
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4669
|
+
statusCode: 'number',
|
|
4397
4670
|
body: GetHealthStatusResponseBody,
|
|
4398
4671
|
};
|
|
4399
4672
|
}
|
|
@@ -4458,10 +4731,12 @@ export class GetSpareIpResponseBody extends $tea.Model {
|
|
|
4458
4731
|
|
|
4459
4732
|
export class GetSpareIpResponse extends $tea.Model {
|
|
4460
4733
|
headers: { [key: string]: string };
|
|
4734
|
+
statusCode: number;
|
|
4461
4735
|
body: GetSpareIpResponseBody;
|
|
4462
4736
|
static names(): { [key: string]: string } {
|
|
4463
4737
|
return {
|
|
4464
4738
|
headers: 'headers',
|
|
4739
|
+
statusCode: 'statusCode',
|
|
4465
4740
|
body: 'body',
|
|
4466
4741
|
};
|
|
4467
4742
|
}
|
|
@@ -4469,6 +4744,7 @@ export class GetSpareIpResponse extends $tea.Model {
|
|
|
4469
4744
|
static types(): { [key: string]: any } {
|
|
4470
4745
|
return {
|
|
4471
4746
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4747
|
+
statusCode: 'number',
|
|
4472
4748
|
body: GetSpareIpResponseBody,
|
|
4473
4749
|
};
|
|
4474
4750
|
}
|
|
@@ -4521,10 +4797,12 @@ export class ListAccelerateAreasResponseBody extends $tea.Model {
|
|
|
4521
4797
|
|
|
4522
4798
|
export class ListAccelerateAreasResponse extends $tea.Model {
|
|
4523
4799
|
headers: { [key: string]: string };
|
|
4800
|
+
statusCode: number;
|
|
4524
4801
|
body: ListAccelerateAreasResponseBody;
|
|
4525
4802
|
static names(): { [key: string]: string } {
|
|
4526
4803
|
return {
|
|
4527
4804
|
headers: 'headers',
|
|
4805
|
+
statusCode: 'statusCode',
|
|
4528
4806
|
body: 'body',
|
|
4529
4807
|
};
|
|
4530
4808
|
}
|
|
@@ -4532,6 +4810,7 @@ export class ListAccelerateAreasResponse extends $tea.Model {
|
|
|
4532
4810
|
static types(): { [key: string]: any } {
|
|
4533
4811
|
return {
|
|
4534
4812
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4813
|
+
statusCode: 'number',
|
|
4535
4814
|
body: ListAccelerateAreasResponseBody,
|
|
4536
4815
|
};
|
|
4537
4816
|
}
|
|
@@ -4605,10 +4884,12 @@ export class ListAcceleratorsResponseBody extends $tea.Model {
|
|
|
4605
4884
|
|
|
4606
4885
|
export class ListAcceleratorsResponse extends $tea.Model {
|
|
4607
4886
|
headers: { [key: string]: string };
|
|
4887
|
+
statusCode: number;
|
|
4608
4888
|
body: ListAcceleratorsResponseBody;
|
|
4609
4889
|
static names(): { [key: string]: string } {
|
|
4610
4890
|
return {
|
|
4611
4891
|
headers: 'headers',
|
|
4892
|
+
statusCode: 'statusCode',
|
|
4612
4893
|
body: 'body',
|
|
4613
4894
|
};
|
|
4614
4895
|
}
|
|
@@ -4616,6 +4897,7 @@ export class ListAcceleratorsResponse extends $tea.Model {
|
|
|
4616
4897
|
static types(): { [key: string]: any } {
|
|
4617
4898
|
return {
|
|
4618
4899
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4900
|
+
statusCode: 'number',
|
|
4619
4901
|
body: ListAcceleratorsResponseBody,
|
|
4620
4902
|
};
|
|
4621
4903
|
}
|
|
@@ -4692,10 +4974,12 @@ export class ListAclsResponseBody extends $tea.Model {
|
|
|
4692
4974
|
|
|
4693
4975
|
export class ListAclsResponse extends $tea.Model {
|
|
4694
4976
|
headers: { [key: string]: string };
|
|
4977
|
+
statusCode: number;
|
|
4695
4978
|
body: ListAclsResponseBody;
|
|
4696
4979
|
static names(): { [key: string]: string } {
|
|
4697
4980
|
return {
|
|
4698
4981
|
headers: 'headers',
|
|
4982
|
+
statusCode: 'statusCode',
|
|
4699
4983
|
body: 'body',
|
|
4700
4984
|
};
|
|
4701
4985
|
}
|
|
@@ -4703,6 +4987,7 @@ export class ListAclsResponse extends $tea.Model {
|
|
|
4703
4987
|
static types(): { [key: string]: any } {
|
|
4704
4988
|
return {
|
|
4705
4989
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4990
|
+
statusCode: 'number',
|
|
4706
4991
|
body: ListAclsResponseBody,
|
|
4707
4992
|
};
|
|
4708
4993
|
}
|
|
@@ -4773,10 +5058,12 @@ export class ListApplicationMonitorResponseBody extends $tea.Model {
|
|
|
4773
5058
|
|
|
4774
5059
|
export class ListApplicationMonitorResponse extends $tea.Model {
|
|
4775
5060
|
headers: { [key: string]: string };
|
|
5061
|
+
statusCode: number;
|
|
4776
5062
|
body: ListApplicationMonitorResponseBody;
|
|
4777
5063
|
static names(): { [key: string]: string } {
|
|
4778
5064
|
return {
|
|
4779
5065
|
headers: 'headers',
|
|
5066
|
+
statusCode: 'statusCode',
|
|
4780
5067
|
body: 'body',
|
|
4781
5068
|
};
|
|
4782
5069
|
}
|
|
@@ -4784,6 +5071,7 @@ export class ListApplicationMonitorResponse extends $tea.Model {
|
|
|
4784
5071
|
static types(): { [key: string]: any } {
|
|
4785
5072
|
return {
|
|
4786
5073
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5074
|
+
statusCode: 'number',
|
|
4787
5075
|
body: ListApplicationMonitorResponseBody,
|
|
4788
5076
|
};
|
|
4789
5077
|
}
|
|
@@ -4860,10 +5148,12 @@ export class ListApplicationMonitorDetectResultResponseBody extends $tea.Model {
|
|
|
4860
5148
|
|
|
4861
5149
|
export class ListApplicationMonitorDetectResultResponse extends $tea.Model {
|
|
4862
5150
|
headers: { [key: string]: string };
|
|
5151
|
+
statusCode: number;
|
|
4863
5152
|
body: ListApplicationMonitorDetectResultResponseBody;
|
|
4864
5153
|
static names(): { [key: string]: string } {
|
|
4865
5154
|
return {
|
|
4866
5155
|
headers: 'headers',
|
|
5156
|
+
statusCode: 'statusCode',
|
|
4867
5157
|
body: 'body',
|
|
4868
5158
|
};
|
|
4869
5159
|
}
|
|
@@ -4871,6 +5161,7 @@ export class ListApplicationMonitorDetectResultResponse extends $tea.Model {
|
|
|
4871
5161
|
static types(): { [key: string]: any } {
|
|
4872
5162
|
return {
|
|
4873
5163
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5164
|
+
statusCode: 'number',
|
|
4874
5165
|
body: ListApplicationMonitorDetectResultResponseBody,
|
|
4875
5166
|
};
|
|
4876
5167
|
}
|
|
@@ -4926,10 +5217,12 @@ export class ListAvailableAccelerateAreasResponseBody extends $tea.Model {
|
|
|
4926
5217
|
|
|
4927
5218
|
export class ListAvailableAccelerateAreasResponse extends $tea.Model {
|
|
4928
5219
|
headers: { [key: string]: string };
|
|
5220
|
+
statusCode: number;
|
|
4929
5221
|
body: ListAvailableAccelerateAreasResponseBody;
|
|
4930
5222
|
static names(): { [key: string]: string } {
|
|
4931
5223
|
return {
|
|
4932
5224
|
headers: 'headers',
|
|
5225
|
+
statusCode: 'statusCode',
|
|
4933
5226
|
body: 'body',
|
|
4934
5227
|
};
|
|
4935
5228
|
}
|
|
@@ -4937,6 +5230,7 @@ export class ListAvailableAccelerateAreasResponse extends $tea.Model {
|
|
|
4937
5230
|
static types(): { [key: string]: any } {
|
|
4938
5231
|
return {
|
|
4939
5232
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5233
|
+
statusCode: 'number',
|
|
4940
5234
|
body: ListAvailableAccelerateAreasResponseBody,
|
|
4941
5235
|
};
|
|
4942
5236
|
}
|
|
@@ -4992,10 +5286,12 @@ export class ListAvailableBusiRegionsResponseBody extends $tea.Model {
|
|
|
4992
5286
|
|
|
4993
5287
|
export class ListAvailableBusiRegionsResponse extends $tea.Model {
|
|
4994
5288
|
headers: { [key: string]: string };
|
|
5289
|
+
statusCode: number;
|
|
4995
5290
|
body: ListAvailableBusiRegionsResponseBody;
|
|
4996
5291
|
static names(): { [key: string]: string } {
|
|
4997
5292
|
return {
|
|
4998
5293
|
headers: 'headers',
|
|
5294
|
+
statusCode: 'statusCode',
|
|
4999
5295
|
body: 'body',
|
|
5000
5296
|
};
|
|
5001
5297
|
}
|
|
@@ -5003,6 +5299,7 @@ export class ListAvailableBusiRegionsResponse extends $tea.Model {
|
|
|
5003
5299
|
static types(): { [key: string]: any } {
|
|
5004
5300
|
return {
|
|
5005
5301
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5302
|
+
statusCode: 'number',
|
|
5006
5303
|
body: ListAvailableBusiRegionsResponseBody,
|
|
5007
5304
|
};
|
|
5008
5305
|
}
|
|
@@ -5079,10 +5376,12 @@ export class ListBandwidthPackagesResponseBody extends $tea.Model {
|
|
|
5079
5376
|
|
|
5080
5377
|
export class ListBandwidthPackagesResponse extends $tea.Model {
|
|
5081
5378
|
headers: { [key: string]: string };
|
|
5379
|
+
statusCode: number;
|
|
5082
5380
|
body: ListBandwidthPackagesResponseBody;
|
|
5083
5381
|
static names(): { [key: string]: string } {
|
|
5084
5382
|
return {
|
|
5085
5383
|
headers: 'headers',
|
|
5384
|
+
statusCode: 'statusCode',
|
|
5086
5385
|
body: 'body',
|
|
5087
5386
|
};
|
|
5088
5387
|
}
|
|
@@ -5090,6 +5389,7 @@ export class ListBandwidthPackagesResponse extends $tea.Model {
|
|
|
5090
5389
|
static types(): { [key: string]: any } {
|
|
5091
5390
|
return {
|
|
5092
5391
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5392
|
+
statusCode: 'number',
|
|
5093
5393
|
body: ListBandwidthPackagesResponseBody,
|
|
5094
5394
|
};
|
|
5095
5395
|
}
|
|
@@ -5157,10 +5457,12 @@ export class ListBandwidthackagesResponseBody extends $tea.Model {
|
|
|
5157
5457
|
|
|
5158
5458
|
export class ListBandwidthackagesResponse extends $tea.Model {
|
|
5159
5459
|
headers: { [key: string]: string };
|
|
5460
|
+
statusCode: number;
|
|
5160
5461
|
body: ListBandwidthackagesResponseBody;
|
|
5161
5462
|
static names(): { [key: string]: string } {
|
|
5162
5463
|
return {
|
|
5163
5464
|
headers: 'headers',
|
|
5465
|
+
statusCode: 'statusCode',
|
|
5164
5466
|
body: 'body',
|
|
5165
5467
|
};
|
|
5166
5468
|
}
|
|
@@ -5168,6 +5470,7 @@ export class ListBandwidthackagesResponse extends $tea.Model {
|
|
|
5168
5470
|
static types(): { [key: string]: any } {
|
|
5169
5471
|
return {
|
|
5170
5472
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5473
|
+
statusCode: 'number',
|
|
5171
5474
|
body: ListBandwidthackagesResponseBody,
|
|
5172
5475
|
};
|
|
5173
5476
|
}
|
|
@@ -5241,10 +5544,12 @@ export class ListBasicAcceleratorsResponseBody extends $tea.Model {
|
|
|
5241
5544
|
|
|
5242
5545
|
export class ListBasicAcceleratorsResponse extends $tea.Model {
|
|
5243
5546
|
headers: { [key: string]: string };
|
|
5547
|
+
statusCode: number;
|
|
5244
5548
|
body: ListBasicAcceleratorsResponseBody;
|
|
5245
5549
|
static names(): { [key: string]: string } {
|
|
5246
5550
|
return {
|
|
5247
5551
|
headers: 'headers',
|
|
5552
|
+
statusCode: 'statusCode',
|
|
5248
5553
|
body: 'body',
|
|
5249
5554
|
};
|
|
5250
5555
|
}
|
|
@@ -5252,6 +5557,7 @@ export class ListBasicAcceleratorsResponse extends $tea.Model {
|
|
|
5252
5557
|
static types(): { [key: string]: any } {
|
|
5253
5558
|
return {
|
|
5254
5559
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5560
|
+
statusCode: 'number',
|
|
5255
5561
|
body: ListBasicAcceleratorsResponseBody,
|
|
5256
5562
|
};
|
|
5257
5563
|
}
|
|
@@ -5304,10 +5610,12 @@ export class ListBusiRegionsResponseBody extends $tea.Model {
|
|
|
5304
5610
|
|
|
5305
5611
|
export class ListBusiRegionsResponse extends $tea.Model {
|
|
5306
5612
|
headers: { [key: string]: string };
|
|
5613
|
+
statusCode: number;
|
|
5307
5614
|
body: ListBusiRegionsResponseBody;
|
|
5308
5615
|
static names(): { [key: string]: string } {
|
|
5309
5616
|
return {
|
|
5310
5617
|
headers: 'headers',
|
|
5618
|
+
statusCode: 'statusCode',
|
|
5311
5619
|
body: 'body',
|
|
5312
5620
|
};
|
|
5313
5621
|
}
|
|
@@ -5315,6 +5623,7 @@ export class ListBusiRegionsResponse extends $tea.Model {
|
|
|
5315
5623
|
static types(): { [key: string]: any } {
|
|
5316
5624
|
return {
|
|
5317
5625
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5626
|
+
statusCode: 'number',
|
|
5318
5627
|
body: ListBusiRegionsResponseBody,
|
|
5319
5628
|
};
|
|
5320
5629
|
}
|
|
@@ -5397,10 +5706,12 @@ export class ListEndpointGroupsResponseBody extends $tea.Model {
|
|
|
5397
5706
|
|
|
5398
5707
|
export class ListEndpointGroupsResponse extends $tea.Model {
|
|
5399
5708
|
headers: { [key: string]: string };
|
|
5709
|
+
statusCode: number;
|
|
5400
5710
|
body: ListEndpointGroupsResponseBody;
|
|
5401
5711
|
static names(): { [key: string]: string } {
|
|
5402
5712
|
return {
|
|
5403
5713
|
headers: 'headers',
|
|
5714
|
+
statusCode: 'statusCode',
|
|
5404
5715
|
body: 'body',
|
|
5405
5716
|
};
|
|
5406
5717
|
}
|
|
@@ -5408,6 +5719,7 @@ export class ListEndpointGroupsResponse extends $tea.Model {
|
|
|
5408
5719
|
static types(): { [key: string]: any } {
|
|
5409
5720
|
return {
|
|
5410
5721
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5722
|
+
statusCode: 'number',
|
|
5411
5723
|
body: ListEndpointGroupsResponseBody,
|
|
5412
5724
|
};
|
|
5413
5725
|
}
|
|
@@ -5487,10 +5799,12 @@ export class ListForwardingRulesResponseBody extends $tea.Model {
|
|
|
5487
5799
|
|
|
5488
5800
|
export class ListForwardingRulesResponse extends $tea.Model {
|
|
5489
5801
|
headers: { [key: string]: string };
|
|
5802
|
+
statusCode: number;
|
|
5490
5803
|
body: ListForwardingRulesResponseBody;
|
|
5491
5804
|
static names(): { [key: string]: string } {
|
|
5492
5805
|
return {
|
|
5493
5806
|
headers: 'headers',
|
|
5807
|
+
statusCode: 'statusCode',
|
|
5494
5808
|
body: 'body',
|
|
5495
5809
|
};
|
|
5496
5810
|
}
|
|
@@ -5498,6 +5812,7 @@ export class ListForwardingRulesResponse extends $tea.Model {
|
|
|
5498
5812
|
static types(): { [key: string]: any } {
|
|
5499
5813
|
return {
|
|
5500
5814
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5815
|
+
statusCode: 'number',
|
|
5501
5816
|
body: ListForwardingRulesResponseBody,
|
|
5502
5817
|
};
|
|
5503
5818
|
}
|
|
@@ -5568,10 +5883,12 @@ export class ListIpSetsResponseBody extends $tea.Model {
|
|
|
5568
5883
|
|
|
5569
5884
|
export class ListIpSetsResponse extends $tea.Model {
|
|
5570
5885
|
headers: { [key: string]: string };
|
|
5886
|
+
statusCode: number;
|
|
5571
5887
|
body: ListIpSetsResponseBody;
|
|
5572
5888
|
static names(): { [key: string]: string } {
|
|
5573
5889
|
return {
|
|
5574
5890
|
headers: 'headers',
|
|
5891
|
+
statusCode: 'statusCode',
|
|
5575
5892
|
body: 'body',
|
|
5576
5893
|
};
|
|
5577
5894
|
}
|
|
@@ -5579,6 +5896,7 @@ export class ListIpSetsResponse extends $tea.Model {
|
|
|
5579
5896
|
static types(): { [key: string]: any } {
|
|
5580
5897
|
return {
|
|
5581
5898
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5899
|
+
statusCode: 'number',
|
|
5582
5900
|
body: ListIpSetsResponseBody,
|
|
5583
5901
|
};
|
|
5584
5902
|
}
|
|
@@ -5655,10 +5973,12 @@ export class ListListenerCertificatesResponseBody extends $tea.Model {
|
|
|
5655
5973
|
|
|
5656
5974
|
export class ListListenerCertificatesResponse extends $tea.Model {
|
|
5657
5975
|
headers: { [key: string]: string };
|
|
5976
|
+
statusCode: number;
|
|
5658
5977
|
body: ListListenerCertificatesResponseBody;
|
|
5659
5978
|
static names(): { [key: string]: string } {
|
|
5660
5979
|
return {
|
|
5661
5980
|
headers: 'headers',
|
|
5981
|
+
statusCode: 'statusCode',
|
|
5662
5982
|
body: 'body',
|
|
5663
5983
|
};
|
|
5664
5984
|
}
|
|
@@ -5666,6 +5986,7 @@ export class ListListenerCertificatesResponse extends $tea.Model {
|
|
|
5666
5986
|
static types(): { [key: string]: any } {
|
|
5667
5987
|
return {
|
|
5668
5988
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5989
|
+
statusCode: 'number',
|
|
5669
5990
|
body: ListListenerCertificatesResponseBody,
|
|
5670
5991
|
};
|
|
5671
5992
|
}
|
|
@@ -5736,10 +6057,12 @@ export class ListListenersResponseBody extends $tea.Model {
|
|
|
5736
6057
|
|
|
5737
6058
|
export class ListListenersResponse extends $tea.Model {
|
|
5738
6059
|
headers: { [key: string]: string };
|
|
6060
|
+
statusCode: number;
|
|
5739
6061
|
body: ListListenersResponseBody;
|
|
5740
6062
|
static names(): { [key: string]: string } {
|
|
5741
6063
|
return {
|
|
5742
6064
|
headers: 'headers',
|
|
6065
|
+
statusCode: 'statusCode',
|
|
5743
6066
|
body: 'body',
|
|
5744
6067
|
};
|
|
5745
6068
|
}
|
|
@@ -5747,6 +6070,7 @@ export class ListListenersResponse extends $tea.Model {
|
|
|
5747
6070
|
static types(): { [key: string]: any } {
|
|
5748
6071
|
return {
|
|
5749
6072
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6073
|
+
statusCode: 'number',
|
|
5750
6074
|
body: ListListenersResponseBody,
|
|
5751
6075
|
};
|
|
5752
6076
|
}
|
|
@@ -5808,10 +6132,12 @@ export class ListSpareIpsResponseBody extends $tea.Model {
|
|
|
5808
6132
|
|
|
5809
6133
|
export class ListSpareIpsResponse extends $tea.Model {
|
|
5810
6134
|
headers: { [key: string]: string };
|
|
6135
|
+
statusCode: number;
|
|
5811
6136
|
body: ListSpareIpsResponseBody;
|
|
5812
6137
|
static names(): { [key: string]: string } {
|
|
5813
6138
|
return {
|
|
5814
6139
|
headers: 'headers',
|
|
6140
|
+
statusCode: 'statusCode',
|
|
5815
6141
|
body: 'body',
|
|
5816
6142
|
};
|
|
5817
6143
|
}
|
|
@@ -5819,6 +6145,7 @@ export class ListSpareIpsResponse extends $tea.Model {
|
|
|
5819
6145
|
static types(): { [key: string]: any } {
|
|
5820
6146
|
return {
|
|
5821
6147
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6148
|
+
statusCode: 'number',
|
|
5822
6149
|
body: ListSpareIpsResponseBody,
|
|
5823
6150
|
};
|
|
5824
6151
|
}
|
|
@@ -5886,10 +6213,12 @@ export class ListSystemSecurityPoliciesResponseBody extends $tea.Model {
|
|
|
5886
6213
|
|
|
5887
6214
|
export class ListSystemSecurityPoliciesResponse extends $tea.Model {
|
|
5888
6215
|
headers: { [key: string]: string };
|
|
6216
|
+
statusCode: number;
|
|
5889
6217
|
body: ListSystemSecurityPoliciesResponseBody;
|
|
5890
6218
|
static names(): { [key: string]: string } {
|
|
5891
6219
|
return {
|
|
5892
6220
|
headers: 'headers',
|
|
6221
|
+
statusCode: 'statusCode',
|
|
5893
6222
|
body: 'body',
|
|
5894
6223
|
};
|
|
5895
6224
|
}
|
|
@@ -5897,6 +6226,7 @@ export class ListSystemSecurityPoliciesResponse extends $tea.Model {
|
|
|
5897
6226
|
static types(): { [key: string]: any } {
|
|
5898
6227
|
return {
|
|
5899
6228
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6229
|
+
statusCode: 'number',
|
|
5900
6230
|
body: ListSystemSecurityPoliciesResponseBody,
|
|
5901
6231
|
};
|
|
5902
6232
|
}
|
|
@@ -5961,10 +6291,12 @@ export class RemoveEntriesFromAclResponseBody extends $tea.Model {
|
|
|
5961
6291
|
|
|
5962
6292
|
export class RemoveEntriesFromAclResponse extends $tea.Model {
|
|
5963
6293
|
headers: { [key: string]: string };
|
|
6294
|
+
statusCode: number;
|
|
5964
6295
|
body: RemoveEntriesFromAclResponseBody;
|
|
5965
6296
|
static names(): { [key: string]: string } {
|
|
5966
6297
|
return {
|
|
5967
6298
|
headers: 'headers',
|
|
6299
|
+
statusCode: 'statusCode',
|
|
5968
6300
|
body: 'body',
|
|
5969
6301
|
};
|
|
5970
6302
|
}
|
|
@@ -5972,6 +6304,7 @@ export class RemoveEntriesFromAclResponse extends $tea.Model {
|
|
|
5972
6304
|
static types(): { [key: string]: any } {
|
|
5973
6305
|
return {
|
|
5974
6306
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6307
|
+
statusCode: 'number',
|
|
5975
6308
|
body: RemoveEntriesFromAclResponseBody,
|
|
5976
6309
|
};
|
|
5977
6310
|
}
|
|
@@ -6027,10 +6360,12 @@ export class ReplaceBandwidthPackageResponseBody extends $tea.Model {
|
|
|
6027
6360
|
|
|
6028
6361
|
export class ReplaceBandwidthPackageResponse extends $tea.Model {
|
|
6029
6362
|
headers: { [key: string]: string };
|
|
6363
|
+
statusCode: number;
|
|
6030
6364
|
body: ReplaceBandwidthPackageResponseBody;
|
|
6031
6365
|
static names(): { [key: string]: string } {
|
|
6032
6366
|
return {
|
|
6033
6367
|
headers: 'headers',
|
|
6368
|
+
statusCode: 'statusCode',
|
|
6034
6369
|
body: 'body',
|
|
6035
6370
|
};
|
|
6036
6371
|
}
|
|
@@ -6038,6 +6373,7 @@ export class ReplaceBandwidthPackageResponse extends $tea.Model {
|
|
|
6038
6373
|
static types(): { [key: string]: any } {
|
|
6039
6374
|
return {
|
|
6040
6375
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6376
|
+
statusCode: 'number',
|
|
6041
6377
|
body: ReplaceBandwidthPackageResponseBody,
|
|
6042
6378
|
};
|
|
6043
6379
|
}
|
|
@@ -6108,10 +6444,12 @@ export class UpdateAcceleratorResponseBody extends $tea.Model {
|
|
|
6108
6444
|
|
|
6109
6445
|
export class UpdateAcceleratorResponse extends $tea.Model {
|
|
6110
6446
|
headers: { [key: string]: string };
|
|
6447
|
+
statusCode: number;
|
|
6111
6448
|
body: UpdateAcceleratorResponseBody;
|
|
6112
6449
|
static names(): { [key: string]: string } {
|
|
6113
6450
|
return {
|
|
6114
6451
|
headers: 'headers',
|
|
6452
|
+
statusCode: 'statusCode',
|
|
6115
6453
|
body: 'body',
|
|
6116
6454
|
};
|
|
6117
6455
|
}
|
|
@@ -6119,6 +6457,7 @@ export class UpdateAcceleratorResponse extends $tea.Model {
|
|
|
6119
6457
|
static types(): { [key: string]: any } {
|
|
6120
6458
|
return {
|
|
6121
6459
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6460
|
+
statusCode: 'number',
|
|
6122
6461
|
body: UpdateAcceleratorResponseBody,
|
|
6123
6462
|
};
|
|
6124
6463
|
}
|
|
@@ -6189,10 +6528,12 @@ export class UpdateAcceleratorAutoRenewAttributeResponseBody extends $tea.Model
|
|
|
6189
6528
|
|
|
6190
6529
|
export class UpdateAcceleratorAutoRenewAttributeResponse extends $tea.Model {
|
|
6191
6530
|
headers: { [key: string]: string };
|
|
6531
|
+
statusCode: number;
|
|
6192
6532
|
body: UpdateAcceleratorAutoRenewAttributeResponseBody;
|
|
6193
6533
|
static names(): { [key: string]: string } {
|
|
6194
6534
|
return {
|
|
6195
6535
|
headers: 'headers',
|
|
6536
|
+
statusCode: 'statusCode',
|
|
6196
6537
|
body: 'body',
|
|
6197
6538
|
};
|
|
6198
6539
|
}
|
|
@@ -6200,6 +6541,7 @@ export class UpdateAcceleratorAutoRenewAttributeResponse extends $tea.Model {
|
|
|
6200
6541
|
static types(): { [key: string]: any } {
|
|
6201
6542
|
return {
|
|
6202
6543
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6544
|
+
statusCode: 'number',
|
|
6203
6545
|
body: UpdateAcceleratorAutoRenewAttributeResponseBody,
|
|
6204
6546
|
};
|
|
6205
6547
|
}
|
|
@@ -6252,10 +6594,12 @@ export class UpdateAcceleratorConfirmResponseBody extends $tea.Model {
|
|
|
6252
6594
|
|
|
6253
6595
|
export class UpdateAcceleratorConfirmResponse extends $tea.Model {
|
|
6254
6596
|
headers: { [key: string]: string };
|
|
6597
|
+
statusCode: number;
|
|
6255
6598
|
body: UpdateAcceleratorConfirmResponseBody;
|
|
6256
6599
|
static names(): { [key: string]: string } {
|
|
6257
6600
|
return {
|
|
6258
6601
|
headers: 'headers',
|
|
6602
|
+
statusCode: 'statusCode',
|
|
6259
6603
|
body: 'body',
|
|
6260
6604
|
};
|
|
6261
6605
|
}
|
|
@@ -6263,6 +6607,7 @@ export class UpdateAcceleratorConfirmResponse extends $tea.Model {
|
|
|
6263
6607
|
static types(): { [key: string]: any } {
|
|
6264
6608
|
return {
|
|
6265
6609
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6610
|
+
statusCode: 'number',
|
|
6266
6611
|
body: UpdateAcceleratorConfirmResponseBody,
|
|
6267
6612
|
};
|
|
6268
6613
|
}
|
|
@@ -6327,10 +6672,12 @@ export class UpdateAclAttributeResponseBody extends $tea.Model {
|
|
|
6327
6672
|
|
|
6328
6673
|
export class UpdateAclAttributeResponse extends $tea.Model {
|
|
6329
6674
|
headers: { [key: string]: string };
|
|
6675
|
+
statusCode: number;
|
|
6330
6676
|
body: UpdateAclAttributeResponseBody;
|
|
6331
6677
|
static names(): { [key: string]: string } {
|
|
6332
6678
|
return {
|
|
6333
6679
|
headers: 'headers',
|
|
6680
|
+
statusCode: 'statusCode',
|
|
6334
6681
|
body: 'body',
|
|
6335
6682
|
};
|
|
6336
6683
|
}
|
|
@@ -6338,6 +6685,7 @@ export class UpdateAclAttributeResponse extends $tea.Model {
|
|
|
6338
6685
|
static types(): { [key: string]: any } {
|
|
6339
6686
|
return {
|
|
6340
6687
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6688
|
+
statusCode: 'number',
|
|
6341
6689
|
body: UpdateAclAttributeResponseBody,
|
|
6342
6690
|
};
|
|
6343
6691
|
}
|
|
@@ -6350,20 +6698,26 @@ export class UpdateAclAttributeResponse extends $tea.Model {
|
|
|
6350
6698
|
export class UpdateApplicationMonitorRequest extends $tea.Model {
|
|
6351
6699
|
address?: string;
|
|
6352
6700
|
clientToken?: string;
|
|
6701
|
+
detectEnable?: boolean;
|
|
6353
6702
|
detectThreshold?: number;
|
|
6703
|
+
detectTimes?: number;
|
|
6354
6704
|
listenerId?: string;
|
|
6355
6705
|
optionsJson?: string;
|
|
6356
6706
|
regionId?: string;
|
|
6707
|
+
silenceTime?: number;
|
|
6357
6708
|
taskId?: string;
|
|
6358
6709
|
taskName?: string;
|
|
6359
6710
|
static names(): { [key: string]: string } {
|
|
6360
6711
|
return {
|
|
6361
6712
|
address: 'Address',
|
|
6362
6713
|
clientToken: 'ClientToken',
|
|
6714
|
+
detectEnable: 'DetectEnable',
|
|
6363
6715
|
detectThreshold: 'DetectThreshold',
|
|
6716
|
+
detectTimes: 'DetectTimes',
|
|
6364
6717
|
listenerId: 'ListenerId',
|
|
6365
6718
|
optionsJson: 'OptionsJson',
|
|
6366
6719
|
regionId: 'RegionId',
|
|
6720
|
+
silenceTime: 'SilenceTime',
|
|
6367
6721
|
taskId: 'TaskId',
|
|
6368
6722
|
taskName: 'TaskName',
|
|
6369
6723
|
};
|
|
@@ -6373,10 +6727,13 @@ export class UpdateApplicationMonitorRequest extends $tea.Model {
|
|
|
6373
6727
|
return {
|
|
6374
6728
|
address: 'string',
|
|
6375
6729
|
clientToken: 'string',
|
|
6730
|
+
detectEnable: 'boolean',
|
|
6376
6731
|
detectThreshold: 'number',
|
|
6732
|
+
detectTimes: 'number',
|
|
6377
6733
|
listenerId: 'string',
|
|
6378
6734
|
optionsJson: 'string',
|
|
6379
6735
|
regionId: 'string',
|
|
6736
|
+
silenceTime: 'number',
|
|
6380
6737
|
taskId: 'string',
|
|
6381
6738
|
taskName: 'string',
|
|
6382
6739
|
};
|
|
@@ -6408,10 +6765,12 @@ export class UpdateApplicationMonitorResponseBody extends $tea.Model {
|
|
|
6408
6765
|
|
|
6409
6766
|
export class UpdateApplicationMonitorResponse extends $tea.Model {
|
|
6410
6767
|
headers: { [key: string]: string };
|
|
6768
|
+
statusCode: number;
|
|
6411
6769
|
body: UpdateApplicationMonitorResponseBody;
|
|
6412
6770
|
static names(): { [key: string]: string } {
|
|
6413
6771
|
return {
|
|
6414
6772
|
headers: 'headers',
|
|
6773
|
+
statusCode: 'statusCode',
|
|
6415
6774
|
body: 'body',
|
|
6416
6775
|
};
|
|
6417
6776
|
}
|
|
@@ -6419,6 +6778,7 @@ export class UpdateApplicationMonitorResponse extends $tea.Model {
|
|
|
6419
6778
|
static types(): { [key: string]: any } {
|
|
6420
6779
|
return {
|
|
6421
6780
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6781
|
+
statusCode: 'number',
|
|
6422
6782
|
body: UpdateApplicationMonitorResponseBody,
|
|
6423
6783
|
};
|
|
6424
6784
|
}
|
|
@@ -6428,6 +6788,90 @@ export class UpdateApplicationMonitorResponse extends $tea.Model {
|
|
|
6428
6788
|
}
|
|
6429
6789
|
}
|
|
6430
6790
|
|
|
6791
|
+
export class UpdateBandwidthPackagaAutoRenewAttributeRequest extends $tea.Model {
|
|
6792
|
+
autoRenew?: boolean;
|
|
6793
|
+
autoRenewDuration?: number;
|
|
6794
|
+
clientToken?: string;
|
|
6795
|
+
instanceId?: string;
|
|
6796
|
+
name?: string;
|
|
6797
|
+
regionId?: string;
|
|
6798
|
+
renewalStatus?: string;
|
|
6799
|
+
static names(): { [key: string]: string } {
|
|
6800
|
+
return {
|
|
6801
|
+
autoRenew: 'AutoRenew',
|
|
6802
|
+
autoRenewDuration: 'AutoRenewDuration',
|
|
6803
|
+
clientToken: 'ClientToken',
|
|
6804
|
+
instanceId: 'InstanceId',
|
|
6805
|
+
name: 'Name',
|
|
6806
|
+
regionId: 'RegionId',
|
|
6807
|
+
renewalStatus: 'RenewalStatus',
|
|
6808
|
+
};
|
|
6809
|
+
}
|
|
6810
|
+
|
|
6811
|
+
static types(): { [key: string]: any } {
|
|
6812
|
+
return {
|
|
6813
|
+
autoRenew: 'boolean',
|
|
6814
|
+
autoRenewDuration: 'number',
|
|
6815
|
+
clientToken: 'string',
|
|
6816
|
+
instanceId: 'string',
|
|
6817
|
+
name: 'string',
|
|
6818
|
+
regionId: 'string',
|
|
6819
|
+
renewalStatus: 'string',
|
|
6820
|
+
};
|
|
6821
|
+
}
|
|
6822
|
+
|
|
6823
|
+
constructor(map?: { [key: string]: any }) {
|
|
6824
|
+
super(map);
|
|
6825
|
+
}
|
|
6826
|
+
}
|
|
6827
|
+
|
|
6828
|
+
export class UpdateBandwidthPackagaAutoRenewAttributeResponseBody extends $tea.Model {
|
|
6829
|
+
instanceId?: string;
|
|
6830
|
+
requestId?: string;
|
|
6831
|
+
static names(): { [key: string]: string } {
|
|
6832
|
+
return {
|
|
6833
|
+
instanceId: 'InstanceId',
|
|
6834
|
+
requestId: 'RequestId',
|
|
6835
|
+
};
|
|
6836
|
+
}
|
|
6837
|
+
|
|
6838
|
+
static types(): { [key: string]: any } {
|
|
6839
|
+
return {
|
|
6840
|
+
instanceId: 'string',
|
|
6841
|
+
requestId: 'string',
|
|
6842
|
+
};
|
|
6843
|
+
}
|
|
6844
|
+
|
|
6845
|
+
constructor(map?: { [key: string]: any }) {
|
|
6846
|
+
super(map);
|
|
6847
|
+
}
|
|
6848
|
+
}
|
|
6849
|
+
|
|
6850
|
+
export class UpdateBandwidthPackagaAutoRenewAttributeResponse extends $tea.Model {
|
|
6851
|
+
headers: { [key: string]: string };
|
|
6852
|
+
statusCode: number;
|
|
6853
|
+
body: UpdateBandwidthPackagaAutoRenewAttributeResponseBody;
|
|
6854
|
+
static names(): { [key: string]: string } {
|
|
6855
|
+
return {
|
|
6856
|
+
headers: 'headers',
|
|
6857
|
+
statusCode: 'statusCode',
|
|
6858
|
+
body: 'body',
|
|
6859
|
+
};
|
|
6860
|
+
}
|
|
6861
|
+
|
|
6862
|
+
static types(): { [key: string]: any } {
|
|
6863
|
+
return {
|
|
6864
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6865
|
+
statusCode: 'number',
|
|
6866
|
+
body: UpdateBandwidthPackagaAutoRenewAttributeResponseBody,
|
|
6867
|
+
};
|
|
6868
|
+
}
|
|
6869
|
+
|
|
6870
|
+
constructor(map?: { [key: string]: any }) {
|
|
6871
|
+
super(map);
|
|
6872
|
+
}
|
|
6873
|
+
}
|
|
6874
|
+
|
|
6431
6875
|
export class UpdateBandwidthPackageRequest extends $tea.Model {
|
|
6432
6876
|
autoPay?: boolean;
|
|
6433
6877
|
autoUseCoupon?: boolean;
|
|
@@ -6498,10 +6942,12 @@ export class UpdateBandwidthPackageResponseBody extends $tea.Model {
|
|
|
6498
6942
|
|
|
6499
6943
|
export class UpdateBandwidthPackageResponse extends $tea.Model {
|
|
6500
6944
|
headers: { [key: string]: string };
|
|
6945
|
+
statusCode: number;
|
|
6501
6946
|
body: UpdateBandwidthPackageResponseBody;
|
|
6502
6947
|
static names(): { [key: string]: string } {
|
|
6503
6948
|
return {
|
|
6504
6949
|
headers: 'headers',
|
|
6950
|
+
statusCode: 'statusCode',
|
|
6505
6951
|
body: 'body',
|
|
6506
6952
|
};
|
|
6507
6953
|
}
|
|
@@ -6509,6 +6955,7 @@ export class UpdateBandwidthPackageResponse extends $tea.Model {
|
|
|
6509
6955
|
static types(): { [key: string]: any } {
|
|
6510
6956
|
return {
|
|
6511
6957
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6958
|
+
statusCode: 'number',
|
|
6512
6959
|
body: UpdateBandwidthPackageResponseBody,
|
|
6513
6960
|
};
|
|
6514
6961
|
}
|
|
@@ -6570,10 +7017,12 @@ export class UpdateBasicAcceleratorResponseBody extends $tea.Model {
|
|
|
6570
7017
|
|
|
6571
7018
|
export class UpdateBasicAcceleratorResponse extends $tea.Model {
|
|
6572
7019
|
headers: { [key: string]: string };
|
|
7020
|
+
statusCode: number;
|
|
6573
7021
|
body: UpdateBasicAcceleratorResponseBody;
|
|
6574
7022
|
static names(): { [key: string]: string } {
|
|
6575
7023
|
return {
|
|
6576
7024
|
headers: 'headers',
|
|
7025
|
+
statusCode: 'statusCode',
|
|
6577
7026
|
body: 'body',
|
|
6578
7027
|
};
|
|
6579
7028
|
}
|
|
@@ -6581,6 +7030,7 @@ export class UpdateBasicAcceleratorResponse extends $tea.Model {
|
|
|
6581
7030
|
static types(): { [key: string]: any } {
|
|
6582
7031
|
return {
|
|
6583
7032
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7033
|
+
statusCode: 'number',
|
|
6584
7034
|
body: UpdateBasicAcceleratorResponseBody,
|
|
6585
7035
|
};
|
|
6586
7036
|
}
|
|
@@ -6648,10 +7098,12 @@ export class UpdateBasicEndpointGroupResponseBody extends $tea.Model {
|
|
|
6648
7098
|
|
|
6649
7099
|
export class UpdateBasicEndpointGroupResponse extends $tea.Model {
|
|
6650
7100
|
headers: { [key: string]: string };
|
|
7101
|
+
statusCode: number;
|
|
6651
7102
|
body: UpdateBasicEndpointGroupResponseBody;
|
|
6652
7103
|
static names(): { [key: string]: string } {
|
|
6653
7104
|
return {
|
|
6654
7105
|
headers: 'headers',
|
|
7106
|
+
statusCode: 'statusCode',
|
|
6655
7107
|
body: 'body',
|
|
6656
7108
|
};
|
|
6657
7109
|
}
|
|
@@ -6659,6 +7111,7 @@ export class UpdateBasicEndpointGroupResponse extends $tea.Model {
|
|
|
6659
7111
|
static types(): { [key: string]: any } {
|
|
6660
7112
|
return {
|
|
6661
7113
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7114
|
+
statusCode: 'number',
|
|
6662
7115
|
body: UpdateBasicEndpointGroupResponseBody,
|
|
6663
7116
|
};
|
|
6664
7117
|
}
|
|
@@ -6753,10 +7206,12 @@ export class UpdateEndpointGroupResponseBody extends $tea.Model {
|
|
|
6753
7206
|
|
|
6754
7207
|
export class UpdateEndpointGroupResponse extends $tea.Model {
|
|
6755
7208
|
headers: { [key: string]: string };
|
|
7209
|
+
statusCode: number;
|
|
6756
7210
|
body: UpdateEndpointGroupResponseBody;
|
|
6757
7211
|
static names(): { [key: string]: string } {
|
|
6758
7212
|
return {
|
|
6759
7213
|
headers: 'headers',
|
|
7214
|
+
statusCode: 'statusCode',
|
|
6760
7215
|
body: 'body',
|
|
6761
7216
|
};
|
|
6762
7217
|
}
|
|
@@ -6764,6 +7219,7 @@ export class UpdateEndpointGroupResponse extends $tea.Model {
|
|
|
6764
7219
|
static types(): { [key: string]: any } {
|
|
6765
7220
|
return {
|
|
6766
7221
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7222
|
+
statusCode: 'number',
|
|
6767
7223
|
body: UpdateEndpointGroupResponseBody,
|
|
6768
7224
|
};
|
|
6769
7225
|
}
|
|
@@ -6825,10 +7281,12 @@ export class UpdateEndpointGroupAttributeResponseBody extends $tea.Model {
|
|
|
6825
7281
|
|
|
6826
7282
|
export class UpdateEndpointGroupAttributeResponse extends $tea.Model {
|
|
6827
7283
|
headers: { [key: string]: string };
|
|
7284
|
+
statusCode: number;
|
|
6828
7285
|
body: UpdateEndpointGroupAttributeResponseBody;
|
|
6829
7286
|
static names(): { [key: string]: string } {
|
|
6830
7287
|
return {
|
|
6831
7288
|
headers: 'headers',
|
|
7289
|
+
statusCode: 'statusCode',
|
|
6832
7290
|
body: 'body',
|
|
6833
7291
|
};
|
|
6834
7292
|
}
|
|
@@ -6836,6 +7294,7 @@ export class UpdateEndpointGroupAttributeResponse extends $tea.Model {
|
|
|
6836
7294
|
static types(): { [key: string]: any } {
|
|
6837
7295
|
return {
|
|
6838
7296
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7297
|
+
statusCode: 'number',
|
|
6839
7298
|
body: UpdateEndpointGroupAttributeResponseBody,
|
|
6840
7299
|
};
|
|
6841
7300
|
}
|
|
@@ -6900,10 +7359,12 @@ export class UpdateEndpointGroupsResponseBody extends $tea.Model {
|
|
|
6900
7359
|
|
|
6901
7360
|
export class UpdateEndpointGroupsResponse extends $tea.Model {
|
|
6902
7361
|
headers: { [key: string]: string };
|
|
7362
|
+
statusCode: number;
|
|
6903
7363
|
body: UpdateEndpointGroupsResponseBody;
|
|
6904
7364
|
static names(): { [key: string]: string } {
|
|
6905
7365
|
return {
|
|
6906
7366
|
headers: 'headers',
|
|
7367
|
+
statusCode: 'statusCode',
|
|
6907
7368
|
body: 'body',
|
|
6908
7369
|
};
|
|
6909
7370
|
}
|
|
@@ -6911,6 +7372,7 @@ export class UpdateEndpointGroupsResponse extends $tea.Model {
|
|
|
6911
7372
|
static types(): { [key: string]: any } {
|
|
6912
7373
|
return {
|
|
6913
7374
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7375
|
+
statusCode: 'number',
|
|
6914
7376
|
body: UpdateEndpointGroupsResponseBody,
|
|
6915
7377
|
};
|
|
6916
7378
|
}
|
|
@@ -6975,10 +7437,12 @@ export class UpdateForwardingRulesResponseBody extends $tea.Model {
|
|
|
6975
7437
|
|
|
6976
7438
|
export class UpdateForwardingRulesResponse extends $tea.Model {
|
|
6977
7439
|
headers: { [key: string]: string };
|
|
7440
|
+
statusCode: number;
|
|
6978
7441
|
body: UpdateForwardingRulesResponseBody;
|
|
6979
7442
|
static names(): { [key: string]: string } {
|
|
6980
7443
|
return {
|
|
6981
7444
|
headers: 'headers',
|
|
7445
|
+
statusCode: 'statusCode',
|
|
6982
7446
|
body: 'body',
|
|
6983
7447
|
};
|
|
6984
7448
|
}
|
|
@@ -6986,6 +7450,7 @@ export class UpdateForwardingRulesResponse extends $tea.Model {
|
|
|
6986
7450
|
static types(): { [key: string]: any } {
|
|
6987
7451
|
return {
|
|
6988
7452
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7453
|
+
statusCode: 'number',
|
|
6989
7454
|
body: UpdateForwardingRulesResponseBody,
|
|
6990
7455
|
};
|
|
6991
7456
|
}
|
|
@@ -7044,10 +7509,12 @@ export class UpdateIpSetResponseBody extends $tea.Model {
|
|
|
7044
7509
|
|
|
7045
7510
|
export class UpdateIpSetResponse extends $tea.Model {
|
|
7046
7511
|
headers: { [key: string]: string };
|
|
7512
|
+
statusCode: number;
|
|
7047
7513
|
body: UpdateIpSetResponseBody;
|
|
7048
7514
|
static names(): { [key: string]: string } {
|
|
7049
7515
|
return {
|
|
7050
7516
|
headers: 'headers',
|
|
7517
|
+
statusCode: 'statusCode',
|
|
7051
7518
|
body: 'body',
|
|
7052
7519
|
};
|
|
7053
7520
|
}
|
|
@@ -7055,6 +7522,7 @@ export class UpdateIpSetResponse extends $tea.Model {
|
|
|
7055
7522
|
static types(): { [key: string]: any } {
|
|
7056
7523
|
return {
|
|
7057
7524
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7525
|
+
statusCode: 'number',
|
|
7058
7526
|
body: UpdateIpSetResponseBody,
|
|
7059
7527
|
};
|
|
7060
7528
|
}
|
|
@@ -7107,10 +7575,12 @@ export class UpdateIpSetsResponseBody extends $tea.Model {
|
|
|
7107
7575
|
|
|
7108
7576
|
export class UpdateIpSetsResponse extends $tea.Model {
|
|
7109
7577
|
headers: { [key: string]: string };
|
|
7578
|
+
statusCode: number;
|
|
7110
7579
|
body: UpdateIpSetsResponseBody;
|
|
7111
7580
|
static names(): { [key: string]: string } {
|
|
7112
7581
|
return {
|
|
7113
7582
|
headers: 'headers',
|
|
7583
|
+
statusCode: 'statusCode',
|
|
7114
7584
|
body: 'body',
|
|
7115
7585
|
};
|
|
7116
7586
|
}
|
|
@@ -7118,6 +7588,7 @@ export class UpdateIpSetsResponse extends $tea.Model {
|
|
|
7118
7588
|
static types(): { [key: string]: any } {
|
|
7119
7589
|
return {
|
|
7120
7590
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7591
|
+
statusCode: 'number',
|
|
7121
7592
|
body: UpdateIpSetsResponseBody,
|
|
7122
7593
|
};
|
|
7123
7594
|
}
|
|
@@ -7203,10 +7674,12 @@ export class UpdateListenerResponseBody extends $tea.Model {
|
|
|
7203
7674
|
|
|
7204
7675
|
export class UpdateListenerResponse extends $tea.Model {
|
|
7205
7676
|
headers: { [key: string]: string };
|
|
7677
|
+
statusCode: number;
|
|
7206
7678
|
body: UpdateListenerResponseBody;
|
|
7207
7679
|
static names(): { [key: string]: string } {
|
|
7208
7680
|
return {
|
|
7209
7681
|
headers: 'headers',
|
|
7682
|
+
statusCode: 'statusCode',
|
|
7210
7683
|
body: 'body',
|
|
7211
7684
|
};
|
|
7212
7685
|
}
|
|
@@ -7214,6 +7687,7 @@ export class UpdateListenerResponse extends $tea.Model {
|
|
|
7214
7687
|
static types(): { [key: string]: any } {
|
|
7215
7688
|
return {
|
|
7216
7689
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7690
|
+
statusCode: 'number',
|
|
7217
7691
|
body: UpdateListenerResponseBody,
|
|
7218
7692
|
};
|
|
7219
7693
|
}
|
|
@@ -8456,9 +8930,12 @@ export class ListAclsResponseBodyAcls extends $tea.Model {
|
|
|
8456
8930
|
export class ListApplicationMonitorResponseBodyApplicationMonitors extends $tea.Model {
|
|
8457
8931
|
acceleratorId?: string;
|
|
8458
8932
|
address?: string;
|
|
8933
|
+
detectEnable?: boolean;
|
|
8459
8934
|
detectThreshold?: number;
|
|
8935
|
+
detectTimes?: number;
|
|
8460
8936
|
listenerId?: string;
|
|
8461
8937
|
optionsJson?: string;
|
|
8938
|
+
silenceTime?: number;
|
|
8462
8939
|
state?: string;
|
|
8463
8940
|
taskId?: string;
|
|
8464
8941
|
taskName?: string;
|
|
@@ -8466,9 +8943,12 @@ export class ListApplicationMonitorResponseBodyApplicationMonitors extends $tea.
|
|
|
8466
8943
|
return {
|
|
8467
8944
|
acceleratorId: 'AcceleratorId',
|
|
8468
8945
|
address: 'Address',
|
|
8946
|
+
detectEnable: 'DetectEnable',
|
|
8469
8947
|
detectThreshold: 'DetectThreshold',
|
|
8948
|
+
detectTimes: 'DetectTimes',
|
|
8470
8949
|
listenerId: 'ListenerId',
|
|
8471
8950
|
optionsJson: 'OptionsJson',
|
|
8951
|
+
silenceTime: 'SilenceTime',
|
|
8472
8952
|
state: 'State',
|
|
8473
8953
|
taskId: 'TaskId',
|
|
8474
8954
|
taskName: 'TaskName',
|
|
@@ -8479,9 +8959,12 @@ export class ListApplicationMonitorResponseBodyApplicationMonitors extends $tea.
|
|
|
8479
8959
|
return {
|
|
8480
8960
|
acceleratorId: 'string',
|
|
8481
8961
|
address: 'string',
|
|
8962
|
+
detectEnable: 'boolean',
|
|
8482
8963
|
detectThreshold: 'number',
|
|
8964
|
+
detectTimes: 'number',
|
|
8483
8965
|
listenerId: 'string',
|
|
8484
8966
|
optionsJson: 'string',
|
|
8967
|
+
silenceTime: 'number',
|
|
8485
8968
|
state: 'string',
|
|
8486
8969
|
taskId: 'string',
|
|
8487
8970
|
taskName: 'string',
|
|
@@ -8495,20 +8978,26 @@ export class ListApplicationMonitorResponseBodyApplicationMonitors extends $tea.
|
|
|
8495
8978
|
|
|
8496
8979
|
export class ListApplicationMonitorDetectResultResponseBodyApplicationMonitorDetectResultList extends $tea.Model {
|
|
8497
8980
|
acceleratorId?: string;
|
|
8981
|
+
content?: string;
|
|
8498
8982
|
detail?: string;
|
|
8983
|
+
detectTime?: string;
|
|
8499
8984
|
diagStatus?: string;
|
|
8500
8985
|
listenerId?: string;
|
|
8501
8986
|
port?: string;
|
|
8502
8987
|
protocol?: string;
|
|
8988
|
+
statusCode?: string;
|
|
8503
8989
|
taskId?: string;
|
|
8504
8990
|
static names(): { [key: string]: string } {
|
|
8505
8991
|
return {
|
|
8506
8992
|
acceleratorId: 'AcceleratorId',
|
|
8993
|
+
content: 'Content',
|
|
8507
8994
|
detail: 'Detail',
|
|
8995
|
+
detectTime: 'DetectTime',
|
|
8508
8996
|
diagStatus: 'DiagStatus',
|
|
8509
8997
|
listenerId: 'ListenerId',
|
|
8510
8998
|
port: 'Port',
|
|
8511
8999
|
protocol: 'Protocol',
|
|
9000
|
+
statusCode: 'StatusCode',
|
|
8512
9001
|
taskId: 'TaskId',
|
|
8513
9002
|
};
|
|
8514
9003
|
}
|
|
@@ -8516,11 +9005,14 @@ export class ListApplicationMonitorDetectResultResponseBodyApplicationMonitorDet
|
|
|
8516
9005
|
static types(): { [key: string]: any } {
|
|
8517
9006
|
return {
|
|
8518
9007
|
acceleratorId: 'string',
|
|
9008
|
+
content: 'string',
|
|
8519
9009
|
detail: 'string',
|
|
9010
|
+
detectTime: 'string',
|
|
8520
9011
|
diagStatus: 'string',
|
|
8521
9012
|
listenerId: 'string',
|
|
8522
9013
|
port: 'string',
|
|
8523
9014
|
protocol: 'string',
|
|
9015
|
+
statusCode: 'string',
|
|
8524
9016
|
taskId: 'string',
|
|
8525
9017
|
};
|
|
8526
9018
|
}
|
|
@@ -10409,10 +10901,18 @@ export default class Client extends OpenApi {
|
|
|
10409
10901
|
query["ClientToken"] = request.clientToken;
|
|
10410
10902
|
}
|
|
10411
10903
|
|
|
10904
|
+
if (!Util.isUnset(request.detectEnable)) {
|
|
10905
|
+
query["DetectEnable"] = request.detectEnable;
|
|
10906
|
+
}
|
|
10907
|
+
|
|
10412
10908
|
if (!Util.isUnset(request.detectThreshold)) {
|
|
10413
10909
|
query["DetectThreshold"] = request.detectThreshold;
|
|
10414
10910
|
}
|
|
10415
10911
|
|
|
10912
|
+
if (!Util.isUnset(request.detectTimes)) {
|
|
10913
|
+
query["DetectTimes"] = request.detectTimes;
|
|
10914
|
+
}
|
|
10915
|
+
|
|
10416
10916
|
if (!Util.isUnset(request.listenerId)) {
|
|
10417
10917
|
query["ListenerId"] = request.listenerId;
|
|
10418
10918
|
}
|
|
@@ -10425,6 +10925,10 @@ export default class Client extends OpenApi {
|
|
|
10425
10925
|
query["RegionId"] = request.regionId;
|
|
10426
10926
|
}
|
|
10427
10927
|
|
|
10928
|
+
if (!Util.isUnset(request.silenceTime)) {
|
|
10929
|
+
query["SilenceTime"] = request.silenceTime;
|
|
10930
|
+
}
|
|
10931
|
+
|
|
10428
10932
|
if (!Util.isUnset(request.taskName)) {
|
|
10429
10933
|
query["TaskName"] = request.taskName;
|
|
10430
10934
|
}
|
|
@@ -10458,6 +10962,14 @@ export default class Client extends OpenApi {
|
|
|
10458
10962
|
query["AutoPay"] = request.autoPay;
|
|
10459
10963
|
}
|
|
10460
10964
|
|
|
10965
|
+
if (!Util.isUnset(request.autoRenew)) {
|
|
10966
|
+
query["AutoRenew"] = request.autoRenew;
|
|
10967
|
+
}
|
|
10968
|
+
|
|
10969
|
+
if (!Util.isUnset(request.autoRenewDuration)) {
|
|
10970
|
+
query["AutoRenewDuration"] = request.autoRenewDuration;
|
|
10971
|
+
}
|
|
10972
|
+
|
|
10461
10973
|
if (!Util.isUnset(request.autoUseCoupon)) {
|
|
10462
10974
|
query["AutoUseCoupon"] = request.autoUseCoupon;
|
|
10463
10975
|
}
|
|
@@ -10661,6 +11173,10 @@ export default class Client extends OpenApi {
|
|
|
10661
11173
|
query["ClientToken"] = request.clientToken;
|
|
10662
11174
|
}
|
|
10663
11175
|
|
|
11176
|
+
if (!Util.isUnset(request.ispType)) {
|
|
11177
|
+
query["IspType"] = request.ispType;
|
|
11178
|
+
}
|
|
11179
|
+
|
|
10664
11180
|
if (!Util.isUnset(request.regionId)) {
|
|
10665
11181
|
query["RegionId"] = request.regionId;
|
|
10666
11182
|
}
|
|
@@ -11703,6 +12219,39 @@ export default class Client extends OpenApi {
|
|
|
11703
12219
|
return await this.describeBandwidthPackageWithOptions(request, runtime);
|
|
11704
12220
|
}
|
|
11705
12221
|
|
|
12222
|
+
async describeBandwidthPackageAutoRenewAttributeWithOptions(request: DescribeBandwidthPackageAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBandwidthPackageAutoRenewAttributeResponse> {
|
|
12223
|
+
Util.validateModel(request);
|
|
12224
|
+
let query = { };
|
|
12225
|
+
if (!Util.isUnset(request.instanceId)) {
|
|
12226
|
+
query["InstanceId"] = request.instanceId;
|
|
12227
|
+
}
|
|
12228
|
+
|
|
12229
|
+
if (!Util.isUnset(request.regionId)) {
|
|
12230
|
+
query["RegionId"] = request.regionId;
|
|
12231
|
+
}
|
|
12232
|
+
|
|
12233
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
12234
|
+
query: OpenApiUtil.query(query),
|
|
12235
|
+
});
|
|
12236
|
+
let params = new $OpenApi.Params({
|
|
12237
|
+
action: "DescribeBandwidthPackageAutoRenewAttribute",
|
|
12238
|
+
version: "2019-11-20",
|
|
12239
|
+
protocol: "HTTPS",
|
|
12240
|
+
pathname: "/",
|
|
12241
|
+
method: "POST",
|
|
12242
|
+
authType: "AK",
|
|
12243
|
+
style: "RPC",
|
|
12244
|
+
reqBodyType: "formData",
|
|
12245
|
+
bodyType: "json",
|
|
12246
|
+
});
|
|
12247
|
+
return $tea.cast<DescribeBandwidthPackageAutoRenewAttributeResponse>(await this.callApi(params, req, runtime), new DescribeBandwidthPackageAutoRenewAttributeResponse({}));
|
|
12248
|
+
}
|
|
12249
|
+
|
|
12250
|
+
async describeBandwidthPackageAutoRenewAttribute(request: DescribeBandwidthPackageAutoRenewAttributeRequest): Promise<DescribeBandwidthPackageAutoRenewAttributeResponse> {
|
|
12251
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
12252
|
+
return await this.describeBandwidthPackageAutoRenewAttributeWithOptions(request, runtime);
|
|
12253
|
+
}
|
|
12254
|
+
|
|
11706
12255
|
async describeEndpointGroupWithOptions(request: DescribeEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEndpointGroupResponse> {
|
|
11707
12256
|
Util.validateModel(request);
|
|
11708
12257
|
let query = { };
|
|
@@ -13379,10 +13928,18 @@ export default class Client extends OpenApi {
|
|
|
13379
13928
|
query["ClientToken"] = request.clientToken;
|
|
13380
13929
|
}
|
|
13381
13930
|
|
|
13931
|
+
if (!Util.isUnset(request.detectEnable)) {
|
|
13932
|
+
query["DetectEnable"] = request.detectEnable;
|
|
13933
|
+
}
|
|
13934
|
+
|
|
13382
13935
|
if (!Util.isUnset(request.detectThreshold)) {
|
|
13383
13936
|
query["DetectThreshold"] = request.detectThreshold;
|
|
13384
13937
|
}
|
|
13385
13938
|
|
|
13939
|
+
if (!Util.isUnset(request.detectTimes)) {
|
|
13940
|
+
query["DetectTimes"] = request.detectTimes;
|
|
13941
|
+
}
|
|
13942
|
+
|
|
13386
13943
|
if (!Util.isUnset(request.listenerId)) {
|
|
13387
13944
|
query["ListenerId"] = request.listenerId;
|
|
13388
13945
|
}
|
|
@@ -13395,6 +13952,10 @@ export default class Client extends OpenApi {
|
|
|
13395
13952
|
query["RegionId"] = request.regionId;
|
|
13396
13953
|
}
|
|
13397
13954
|
|
|
13955
|
+
if (!Util.isUnset(request.silenceTime)) {
|
|
13956
|
+
query["SilenceTime"] = request.silenceTime;
|
|
13957
|
+
}
|
|
13958
|
+
|
|
13398
13959
|
if (!Util.isUnset(request.taskId)) {
|
|
13399
13960
|
query["TaskId"] = request.taskId;
|
|
13400
13961
|
}
|
|
@@ -13425,6 +13986,59 @@ export default class Client extends OpenApi {
|
|
|
13425
13986
|
return await this.updateApplicationMonitorWithOptions(request, runtime);
|
|
13426
13987
|
}
|
|
13427
13988
|
|
|
13989
|
+
async updateBandwidthPackagaAutoRenewAttributeWithOptions(request: UpdateBandwidthPackagaAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBandwidthPackagaAutoRenewAttributeResponse> {
|
|
13990
|
+
Util.validateModel(request);
|
|
13991
|
+
let query = { };
|
|
13992
|
+
if (!Util.isUnset(request.autoRenew)) {
|
|
13993
|
+
query["AutoRenew"] = request.autoRenew;
|
|
13994
|
+
}
|
|
13995
|
+
|
|
13996
|
+
if (!Util.isUnset(request.autoRenewDuration)) {
|
|
13997
|
+
query["AutoRenewDuration"] = request.autoRenewDuration;
|
|
13998
|
+
}
|
|
13999
|
+
|
|
14000
|
+
if (!Util.isUnset(request.clientToken)) {
|
|
14001
|
+
query["ClientToken"] = request.clientToken;
|
|
14002
|
+
}
|
|
14003
|
+
|
|
14004
|
+
if (!Util.isUnset(request.instanceId)) {
|
|
14005
|
+
query["InstanceId"] = request.instanceId;
|
|
14006
|
+
}
|
|
14007
|
+
|
|
14008
|
+
if (!Util.isUnset(request.name)) {
|
|
14009
|
+
query["Name"] = request.name;
|
|
14010
|
+
}
|
|
14011
|
+
|
|
14012
|
+
if (!Util.isUnset(request.regionId)) {
|
|
14013
|
+
query["RegionId"] = request.regionId;
|
|
14014
|
+
}
|
|
14015
|
+
|
|
14016
|
+
if (!Util.isUnset(request.renewalStatus)) {
|
|
14017
|
+
query["RenewalStatus"] = request.renewalStatus;
|
|
14018
|
+
}
|
|
14019
|
+
|
|
14020
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
14021
|
+
query: OpenApiUtil.query(query),
|
|
14022
|
+
});
|
|
14023
|
+
let params = new $OpenApi.Params({
|
|
14024
|
+
action: "UpdateBandwidthPackagaAutoRenewAttribute",
|
|
14025
|
+
version: "2019-11-20",
|
|
14026
|
+
protocol: "HTTPS",
|
|
14027
|
+
pathname: "/",
|
|
14028
|
+
method: "POST",
|
|
14029
|
+
authType: "AK",
|
|
14030
|
+
style: "RPC",
|
|
14031
|
+
reqBodyType: "formData",
|
|
14032
|
+
bodyType: "json",
|
|
14033
|
+
});
|
|
14034
|
+
return $tea.cast<UpdateBandwidthPackagaAutoRenewAttributeResponse>(await this.callApi(params, req, runtime), new UpdateBandwidthPackagaAutoRenewAttributeResponse({}));
|
|
14035
|
+
}
|
|
14036
|
+
|
|
14037
|
+
async updateBandwidthPackagaAutoRenewAttribute(request: UpdateBandwidthPackagaAutoRenewAttributeRequest): Promise<UpdateBandwidthPackagaAutoRenewAttributeResponse> {
|
|
14038
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
14039
|
+
return await this.updateBandwidthPackagaAutoRenewAttributeWithOptions(request, runtime);
|
|
14040
|
+
}
|
|
14041
|
+
|
|
13428
14042
|
async updateBandwidthPackageWithOptions(request: UpdateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBandwidthPackageResponse> {
|
|
13429
14043
|
Util.validateModel(request);
|
|
13430
14044
|
let query = { };
|