@alicloud/ga20191120 1.0.0 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.js CHANGED
@@ -18,6 +18,190 @@ const tea_util_1 = __importStar(require("@alicloud/tea-util")), $Util = tea_util
18
18
  const openapi_client_1 = __importStar(require("@alicloud/openapi-client")), $OpenApi = openapi_client_1;
19
19
  const endpoint_util_1 = __importDefault(require("@alicloud/endpoint-util"));
20
20
  const $tea = __importStar(require("@alicloud/tea-typescript"));
21
+ class AddEntriesToAclRequest extends $tea.Model {
22
+ constructor(map) {
23
+ super(map);
24
+ }
25
+ static names() {
26
+ return {
27
+ regionId: 'RegionId',
28
+ aclId: 'AclId',
29
+ aclEntries: 'AclEntries',
30
+ clientToken: 'ClientToken',
31
+ dryRun: 'DryRun',
32
+ };
33
+ }
34
+ static types() {
35
+ return {
36
+ regionId: 'string',
37
+ aclId: 'string',
38
+ aclEntries: { 'type': 'array', 'itemType': AddEntriesToAclRequestAclEntries },
39
+ clientToken: 'string',
40
+ dryRun: 'boolean',
41
+ };
42
+ }
43
+ }
44
+ exports.AddEntriesToAclRequest = AddEntriesToAclRequest;
45
+ class AddEntriesToAclResponseBody extends $tea.Model {
46
+ constructor(map) {
47
+ super(map);
48
+ }
49
+ static names() {
50
+ return {
51
+ requestId: 'RequestId',
52
+ aclId: 'AclId',
53
+ };
54
+ }
55
+ static types() {
56
+ return {
57
+ requestId: 'string',
58
+ aclId: 'string',
59
+ };
60
+ }
61
+ }
62
+ exports.AddEntriesToAclResponseBody = AddEntriesToAclResponseBody;
63
+ class AddEntriesToAclResponse extends $tea.Model {
64
+ constructor(map) {
65
+ super(map);
66
+ }
67
+ static names() {
68
+ return {
69
+ headers: 'headers',
70
+ body: 'body',
71
+ };
72
+ }
73
+ static types() {
74
+ return {
75
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
76
+ body: AddEntriesToAclResponseBody,
77
+ };
78
+ }
79
+ }
80
+ exports.AddEntriesToAclResponse = AddEntriesToAclResponse;
81
+ class AssociateAclsWithListenerRequest extends $tea.Model {
82
+ constructor(map) {
83
+ super(map);
84
+ }
85
+ static names() {
86
+ return {
87
+ regionId: 'RegionId',
88
+ aclIds: 'AclIds',
89
+ listenerId: 'ListenerId',
90
+ aclType: 'AclType',
91
+ clientToken: 'ClientToken',
92
+ dryRun: 'DryRun',
93
+ };
94
+ }
95
+ static types() {
96
+ return {
97
+ regionId: 'string',
98
+ aclIds: { 'type': 'array', 'itemType': 'string' },
99
+ listenerId: 'string',
100
+ aclType: 'string',
101
+ clientToken: 'string',
102
+ dryRun: 'boolean',
103
+ };
104
+ }
105
+ }
106
+ exports.AssociateAclsWithListenerRequest = AssociateAclsWithListenerRequest;
107
+ class AssociateAclsWithListenerResponseBody extends $tea.Model {
108
+ constructor(map) {
109
+ super(map);
110
+ }
111
+ static names() {
112
+ return {
113
+ requestId: 'RequestId',
114
+ aclIds: 'AclIds',
115
+ listenerId: 'ListenerId',
116
+ };
117
+ }
118
+ static types() {
119
+ return {
120
+ requestId: 'string',
121
+ aclIds: { 'type': 'array', 'itemType': 'string' },
122
+ listenerId: 'string',
123
+ };
124
+ }
125
+ }
126
+ exports.AssociateAclsWithListenerResponseBody = AssociateAclsWithListenerResponseBody;
127
+ class AssociateAclsWithListenerResponse extends $tea.Model {
128
+ constructor(map) {
129
+ super(map);
130
+ }
131
+ static names() {
132
+ return {
133
+ headers: 'headers',
134
+ body: 'body',
135
+ };
136
+ }
137
+ static types() {
138
+ return {
139
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
140
+ body: AssociateAclsWithListenerResponseBody,
141
+ };
142
+ }
143
+ }
144
+ exports.AssociateAclsWithListenerResponse = AssociateAclsWithListenerResponse;
145
+ class AssociateAdditionalCertificatesWithListenerRequest extends $tea.Model {
146
+ constructor(map) {
147
+ super(map);
148
+ }
149
+ static names() {
150
+ return {
151
+ regionId: 'RegionId',
152
+ clientToken: 'ClientToken',
153
+ acceleratorId: 'AcceleratorId',
154
+ listenerId: 'ListenerId',
155
+ certificates: 'Certificates',
156
+ };
157
+ }
158
+ static types() {
159
+ return {
160
+ regionId: 'string',
161
+ clientToken: 'string',
162
+ acceleratorId: 'string',
163
+ listenerId: 'string',
164
+ certificates: { 'type': 'array', 'itemType': AssociateAdditionalCertificatesWithListenerRequestCertificates },
165
+ };
166
+ }
167
+ }
168
+ exports.AssociateAdditionalCertificatesWithListenerRequest = AssociateAdditionalCertificatesWithListenerRequest;
169
+ class AssociateAdditionalCertificatesWithListenerResponseBody extends $tea.Model {
170
+ constructor(map) {
171
+ super(map);
172
+ }
173
+ static names() {
174
+ return {
175
+ requestId: 'RequestId',
176
+ listenerId: 'ListenerId',
177
+ };
178
+ }
179
+ static types() {
180
+ return {
181
+ requestId: 'string',
182
+ listenerId: 'string',
183
+ };
184
+ }
185
+ }
186
+ exports.AssociateAdditionalCertificatesWithListenerResponseBody = AssociateAdditionalCertificatesWithListenerResponseBody;
187
+ class AssociateAdditionalCertificatesWithListenerResponse extends $tea.Model {
188
+ constructor(map) {
189
+ super(map);
190
+ }
191
+ static names() {
192
+ return {
193
+ headers: 'headers',
194
+ body: 'body',
195
+ };
196
+ }
197
+ static types() {
198
+ return {
199
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
200
+ body: AssociateAdditionalCertificatesWithListenerResponseBody,
201
+ };
202
+ }
203
+ }
204
+ exports.AssociateAdditionalCertificatesWithListenerResponse = AssociateAdditionalCertificatesWithListenerResponse;
21
205
  class AttachDdosToAcceleratorRequest extends $tea.Model {
22
206
  constructor(map) {
23
207
  super(map);
@@ -78,6 +262,70 @@ class AttachDdosToAcceleratorResponse extends $tea.Model {
78
262
  }
79
263
  }
80
264
  exports.AttachDdosToAcceleratorResponse = AttachDdosToAcceleratorResponse;
265
+ class AttachLogStoreToEndpointGroupRequest extends $tea.Model {
266
+ constructor(map) {
267
+ super(map);
268
+ }
269
+ static names() {
270
+ return {
271
+ regionId: 'RegionId',
272
+ slsProjectName: 'SlsProjectName',
273
+ slsLogStoreName: 'SlsLogStoreName',
274
+ acceleratorId: 'AcceleratorId',
275
+ listenerId: 'ListenerId',
276
+ slsRegionId: 'SlsRegionId',
277
+ endpointGroupIds: 'EndpointGroupIds',
278
+ clientToken: 'ClientToken',
279
+ };
280
+ }
281
+ static types() {
282
+ return {
283
+ regionId: 'string',
284
+ slsProjectName: 'string',
285
+ slsLogStoreName: 'string',
286
+ acceleratorId: 'string',
287
+ listenerId: 'string',
288
+ slsRegionId: 'string',
289
+ endpointGroupIds: { 'type': 'array', 'itemType': 'string' },
290
+ clientToken: 'string',
291
+ };
292
+ }
293
+ }
294
+ exports.AttachLogStoreToEndpointGroupRequest = AttachLogStoreToEndpointGroupRequest;
295
+ class AttachLogStoreToEndpointGroupResponseBody extends $tea.Model {
296
+ constructor(map) {
297
+ super(map);
298
+ }
299
+ static names() {
300
+ return {
301
+ requestId: 'RequestId',
302
+ };
303
+ }
304
+ static types() {
305
+ return {
306
+ requestId: 'string',
307
+ };
308
+ }
309
+ }
310
+ exports.AttachLogStoreToEndpointGroupResponseBody = AttachLogStoreToEndpointGroupResponseBody;
311
+ class AttachLogStoreToEndpointGroupResponse extends $tea.Model {
312
+ constructor(map) {
313
+ super(map);
314
+ }
315
+ static names() {
316
+ return {
317
+ headers: 'headers',
318
+ body: 'body',
319
+ };
320
+ }
321
+ static types() {
322
+ return {
323
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
324
+ body: AttachLogStoreToEndpointGroupResponseBody,
325
+ };
326
+ }
327
+ }
328
+ exports.AttachLogStoreToEndpointGroupResponse = AttachLogStoreToEndpointGroupResponse;
81
329
  class BandwidthPackageAddAcceleratorRequest extends $tea.Model {
82
330
  constructor(map) {
83
331
  super(map);
@@ -272,7 +520,6 @@ class CreateAcceleratorRequest extends $tea.Model {
272
520
  spec: 'Spec',
273
521
  autoPay: 'AutoPay',
274
522
  autoUseCoupon: 'AutoUseCoupon',
275
- promotionOptionNo: 'PromotionOptionNo',
276
523
  };
277
524
  }
278
525
  static types() {
@@ -285,7 +532,6 @@ class CreateAcceleratorRequest extends $tea.Model {
285
532
  spec: 'string',
286
533
  autoPay: 'boolean',
287
534
  autoUseCoupon: 'string',
288
- promotionOptionNo: 'string',
289
535
  };
290
536
  }
291
537
  }
@@ -328,6 +574,68 @@ class CreateAcceleratorResponse extends $tea.Model {
328
574
  }
329
575
  }
330
576
  exports.CreateAcceleratorResponse = CreateAcceleratorResponse;
577
+ class CreateAclRequest extends $tea.Model {
578
+ constructor(map) {
579
+ super(map);
580
+ }
581
+ static names() {
582
+ return {
583
+ regionId: 'RegionId',
584
+ aclName: 'AclName',
585
+ addressIPVersion: 'AddressIPVersion',
586
+ aclEntries: 'AclEntries',
587
+ clientToken: 'ClientToken',
588
+ dryRun: 'DryRun',
589
+ };
590
+ }
591
+ static types() {
592
+ return {
593
+ regionId: 'string',
594
+ aclName: 'string',
595
+ addressIPVersion: 'string',
596
+ aclEntries: { 'type': 'array', 'itemType': CreateAclRequestAclEntries },
597
+ clientToken: 'string',
598
+ dryRun: 'boolean',
599
+ };
600
+ }
601
+ }
602
+ exports.CreateAclRequest = CreateAclRequest;
603
+ class CreateAclResponseBody extends $tea.Model {
604
+ constructor(map) {
605
+ super(map);
606
+ }
607
+ static names() {
608
+ return {
609
+ requestId: 'RequestId',
610
+ aclId: 'AclId',
611
+ };
612
+ }
613
+ static types() {
614
+ return {
615
+ requestId: 'string',
616
+ aclId: 'string',
617
+ };
618
+ }
619
+ }
620
+ exports.CreateAclResponseBody = CreateAclResponseBody;
621
+ class CreateAclResponse extends $tea.Model {
622
+ constructor(map) {
623
+ super(map);
624
+ }
625
+ static names() {
626
+ return {
627
+ headers: 'headers',
628
+ body: 'body',
629
+ };
630
+ }
631
+ static types() {
632
+ return {
633
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
634
+ body: CreateAclResponseBody,
635
+ };
636
+ }
637
+ }
638
+ exports.CreateAclResponse = CreateAclResponse;
331
639
  class CreateBandwidthPackageRequest extends $tea.Model {
332
640
  constructor(map) {
333
641
  super(map);
@@ -348,7 +656,6 @@ class CreateBandwidthPackageRequest extends $tea.Model {
348
656
  chargeType: 'ChargeType',
349
657
  cbnGeographicRegionIdA: 'CbnGeographicRegionIdA',
350
658
  cbnGeographicRegionIdB: 'CbnGeographicRegionIdB',
351
- promotionOptionNo: 'PromotionOptionNo',
352
659
  };
353
660
  }
354
661
  static types() {
@@ -367,7 +674,6 @@ class CreateBandwidthPackageRequest extends $tea.Model {
367
674
  chargeType: 'string',
368
675
  cbnGeographicRegionIdA: 'string',
369
676
  cbnGeographicRegionIdB: 'string',
370
- promotionOptionNo: 'string',
371
677
  };
372
678
  }
373
679
  }
@@ -433,6 +739,7 @@ class CreateEndpointGroupRequest extends $tea.Model {
433
739
  endpointRequestProtocol: 'EndpointRequestProtocol',
434
740
  endpointGroupType: 'EndpointGroupType',
435
741
  portOverrides: 'PortOverrides',
742
+ healthCheckEnabled: 'HealthCheckEnabled',
436
743
  };
437
744
  }
438
745
  static types() {
@@ -454,6 +761,7 @@ class CreateEndpointGroupRequest extends $tea.Model {
454
761
  endpointRequestProtocol: 'string',
455
762
  endpointGroupType: 'string',
456
763
  portOverrides: { 'type': 'array', 'itemType': CreateEndpointGroupRequestPortOverrides },
764
+ healthCheckEnabled: 'boolean',
457
765
  };
458
766
  }
459
767
  }
@@ -494,7 +802,7 @@ class CreateEndpointGroupResponse extends $tea.Model {
494
802
  }
495
803
  }
496
804
  exports.CreateEndpointGroupResponse = CreateEndpointGroupResponse;
497
- class CreateForwardingRulesRequest extends $tea.Model {
805
+ class CreateEndpointGroupsRequest extends $tea.Model {
498
806
  constructor(map) {
499
807
  super(map);
500
808
  }
@@ -502,41 +810,43 @@ class CreateForwardingRulesRequest extends $tea.Model {
502
810
  return {
503
811
  regionId: 'RegionId',
504
812
  clientToken: 'ClientToken',
813
+ dryRun: 'DryRun',
505
814
  acceleratorId: 'AcceleratorId',
506
815
  listenerId: 'ListenerId',
507
- forwardingRules: 'ForwardingRules',
816
+ endpointGroupConfigurations: 'EndpointGroupConfigurations',
508
817
  };
509
818
  }
510
819
  static types() {
511
820
  return {
512
821
  regionId: 'string',
513
822
  clientToken: 'string',
823
+ dryRun: 'boolean',
514
824
  acceleratorId: 'string',
515
825
  listenerId: 'string',
516
- forwardingRules: { 'type': 'array', 'itemType': CreateForwardingRulesRequestForwardingRules },
826
+ endpointGroupConfigurations: { 'type': 'array', 'itemType': CreateEndpointGroupsRequestEndpointGroupConfigurations },
517
827
  };
518
828
  }
519
829
  }
520
- exports.CreateForwardingRulesRequest = CreateForwardingRulesRequest;
521
- class CreateForwardingRulesResponseBody extends $tea.Model {
830
+ exports.CreateEndpointGroupsRequest = CreateEndpointGroupsRequest;
831
+ class CreateEndpointGroupsResponseBody extends $tea.Model {
522
832
  constructor(map) {
523
833
  super(map);
524
834
  }
525
835
  static names() {
526
836
  return {
527
837
  requestId: 'RequestId',
528
- forwardingRules: 'ForwardingRules',
838
+ endpointGroupIds: 'EndpointGroupIds',
529
839
  };
530
840
  }
531
841
  static types() {
532
842
  return {
533
843
  requestId: 'string',
534
- forwardingRules: { 'type': 'array', 'itemType': CreateForwardingRulesResponseBodyForwardingRules },
844
+ endpointGroupIds: { 'type': 'array', 'itemType': 'string' },
535
845
  };
536
846
  }
537
847
  }
538
- exports.CreateForwardingRulesResponseBody = CreateForwardingRulesResponseBody;
539
- class CreateForwardingRulesResponse extends $tea.Model {
848
+ exports.CreateEndpointGroupsResponseBody = CreateEndpointGroupsResponseBody;
849
+ class CreateEndpointGroupsResponse extends $tea.Model {
540
850
  constructor(map) {
541
851
  super(map);
542
852
  }
@@ -549,12 +859,12 @@ class CreateForwardingRulesResponse extends $tea.Model {
549
859
  static types() {
550
860
  return {
551
861
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
552
- body: CreateForwardingRulesResponseBody,
862
+ body: CreateEndpointGroupsResponseBody,
553
863
  };
554
864
  }
555
865
  }
556
- exports.CreateForwardingRulesResponse = CreateForwardingRulesResponse;
557
- class CreateIpSetsRequest extends $tea.Model {
866
+ exports.CreateEndpointGroupsResponse = CreateEndpointGroupsResponse;
867
+ class CreateForwardingRulesRequest extends $tea.Model {
558
868
  constructor(map) {
559
869
  super(map);
560
870
  }
@@ -563,7 +873,67 @@ class CreateIpSetsRequest extends $tea.Model {
563
873
  regionId: 'RegionId',
564
874
  clientToken: 'ClientToken',
565
875
  acceleratorId: 'AcceleratorId',
566
- accelerateRegion: 'AccelerateRegion',
876
+ listenerId: 'ListenerId',
877
+ forwardingRules: 'ForwardingRules',
878
+ };
879
+ }
880
+ static types() {
881
+ return {
882
+ regionId: 'string',
883
+ clientToken: 'string',
884
+ acceleratorId: 'string',
885
+ listenerId: 'string',
886
+ forwardingRules: { 'type': 'array', 'itemType': CreateForwardingRulesRequestForwardingRules },
887
+ };
888
+ }
889
+ }
890
+ exports.CreateForwardingRulesRequest = CreateForwardingRulesRequest;
891
+ class CreateForwardingRulesResponseBody extends $tea.Model {
892
+ constructor(map) {
893
+ super(map);
894
+ }
895
+ static names() {
896
+ return {
897
+ requestId: 'RequestId',
898
+ forwardingRules: 'ForwardingRules',
899
+ };
900
+ }
901
+ static types() {
902
+ return {
903
+ requestId: 'string',
904
+ forwardingRules: { 'type': 'array', 'itemType': CreateForwardingRulesResponseBodyForwardingRules },
905
+ };
906
+ }
907
+ }
908
+ exports.CreateForwardingRulesResponseBody = CreateForwardingRulesResponseBody;
909
+ class CreateForwardingRulesResponse extends $tea.Model {
910
+ constructor(map) {
911
+ super(map);
912
+ }
913
+ static names() {
914
+ return {
915
+ headers: 'headers',
916
+ body: 'body',
917
+ };
918
+ }
919
+ static types() {
920
+ return {
921
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
922
+ body: CreateForwardingRulesResponseBody,
923
+ };
924
+ }
925
+ }
926
+ exports.CreateForwardingRulesResponse = CreateForwardingRulesResponse;
927
+ class CreateIpSetsRequest extends $tea.Model {
928
+ constructor(map) {
929
+ super(map);
930
+ }
931
+ static names() {
932
+ return {
933
+ regionId: 'RegionId',
934
+ clientToken: 'ClientToken',
935
+ acceleratorId: 'AcceleratorId',
936
+ accelerateRegion: 'AccelerateRegion',
567
937
  };
568
938
  }
569
939
  static types() {
@@ -630,7 +1000,8 @@ class CreateListenerRequest extends $tea.Model {
630
1000
  proxyProtocol: 'ProxyProtocol',
631
1001
  portRanges: 'PortRanges',
632
1002
  certificates: 'Certificates',
633
- backendPorts: 'BackendPorts',
1003
+ XForwardedForConfig: 'XForwardedForConfig',
1004
+ securityPolicyId: 'SecurityPolicyId',
634
1005
  };
635
1006
  }
636
1007
  static types() {
@@ -645,7 +1016,8 @@ class CreateListenerRequest extends $tea.Model {
645
1016
  proxyProtocol: 'boolean',
646
1017
  portRanges: { 'type': 'array', 'itemType': CreateListenerRequestPortRanges },
647
1018
  certificates: { 'type': 'array', 'itemType': CreateListenerRequestCertificates },
648
- backendPorts: { 'type': 'array', 'itemType': CreateListenerRequestBackendPorts },
1019
+ XForwardedForConfig: CreateListenerRequestXForwardedForConfig,
1020
+ securityPolicyId: 'string',
649
1021
  };
650
1022
  }
651
1023
  }
@@ -686,6 +1058,64 @@ class CreateListenerResponse extends $tea.Model {
686
1058
  }
687
1059
  }
688
1060
  exports.CreateListenerResponse = CreateListenerResponse;
1061
+ class CreateSpareIpsRequest extends $tea.Model {
1062
+ constructor(map) {
1063
+ super(map);
1064
+ }
1065
+ static names() {
1066
+ return {
1067
+ regionId: 'RegionId',
1068
+ clientToken: 'ClientToken',
1069
+ dryRun: 'DryRun',
1070
+ acceleratorId: 'AcceleratorId',
1071
+ spareIps: 'SpareIps',
1072
+ };
1073
+ }
1074
+ static types() {
1075
+ return {
1076
+ regionId: 'string',
1077
+ clientToken: 'string',
1078
+ dryRun: 'boolean',
1079
+ acceleratorId: 'string',
1080
+ spareIps: { 'type': 'array', 'itemType': 'string' },
1081
+ };
1082
+ }
1083
+ }
1084
+ exports.CreateSpareIpsRequest = CreateSpareIpsRequest;
1085
+ class CreateSpareIpsResponseBody extends $tea.Model {
1086
+ constructor(map) {
1087
+ super(map);
1088
+ }
1089
+ static names() {
1090
+ return {
1091
+ requestId: 'RequestId',
1092
+ };
1093
+ }
1094
+ static types() {
1095
+ return {
1096
+ requestId: 'string',
1097
+ };
1098
+ }
1099
+ }
1100
+ exports.CreateSpareIpsResponseBody = CreateSpareIpsResponseBody;
1101
+ class CreateSpareIpsResponse extends $tea.Model {
1102
+ constructor(map) {
1103
+ super(map);
1104
+ }
1105
+ static names() {
1106
+ return {
1107
+ headers: 'headers',
1108
+ body: 'body',
1109
+ };
1110
+ }
1111
+ static types() {
1112
+ return {
1113
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1114
+ body: CreateSpareIpsResponseBody,
1115
+ };
1116
+ }
1117
+ }
1118
+ exports.CreateSpareIpsResponse = CreateSpareIpsResponse;
689
1119
  class DeleteAcceleratorRequest extends $tea.Model {
690
1120
  constructor(map) {
691
1121
  super(map);
@@ -740,6 +1170,64 @@ class DeleteAcceleratorResponse extends $tea.Model {
740
1170
  }
741
1171
  }
742
1172
  exports.DeleteAcceleratorResponse = DeleteAcceleratorResponse;
1173
+ class DeleteAclRequest extends $tea.Model {
1174
+ constructor(map) {
1175
+ super(map);
1176
+ }
1177
+ static names() {
1178
+ return {
1179
+ regionId: 'RegionId',
1180
+ aclId: 'AclId',
1181
+ clientToken: 'ClientToken',
1182
+ dryRun: 'DryRun',
1183
+ };
1184
+ }
1185
+ static types() {
1186
+ return {
1187
+ regionId: 'string',
1188
+ aclId: 'string',
1189
+ clientToken: 'string',
1190
+ dryRun: 'boolean',
1191
+ };
1192
+ }
1193
+ }
1194
+ exports.DeleteAclRequest = DeleteAclRequest;
1195
+ class DeleteAclResponseBody extends $tea.Model {
1196
+ constructor(map) {
1197
+ super(map);
1198
+ }
1199
+ static names() {
1200
+ return {
1201
+ requestId: 'RequestId',
1202
+ aclId: 'AclId',
1203
+ };
1204
+ }
1205
+ static types() {
1206
+ return {
1207
+ requestId: 'string',
1208
+ aclId: 'string',
1209
+ };
1210
+ }
1211
+ }
1212
+ exports.DeleteAclResponseBody = DeleteAclResponseBody;
1213
+ class DeleteAclResponse extends $tea.Model {
1214
+ constructor(map) {
1215
+ super(map);
1216
+ }
1217
+ static names() {
1218
+ return {
1219
+ headers: 'headers',
1220
+ body: 'body',
1221
+ };
1222
+ }
1223
+ static types() {
1224
+ return {
1225
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1226
+ body: DeleteAclResponseBody,
1227
+ };
1228
+ }
1229
+ }
1230
+ exports.DeleteAclResponse = DeleteAclResponse;
743
1231
  class DeleteBandwidthPackageRequest extends $tea.Model {
744
1232
  constructor(map) {
745
1233
  super(map);
@@ -802,7 +1290,6 @@ class DeleteEndpointGroupRequest extends $tea.Model {
802
1290
  }
803
1291
  static names() {
804
1292
  return {
805
- regionId: 'RegionId',
806
1293
  clientToken: 'ClientToken',
807
1294
  acceleratorId: 'AcceleratorId',
808
1295
  endpointGroupId: 'EndpointGroupId',
@@ -810,7 +1297,6 @@ class DeleteEndpointGroupRequest extends $tea.Model {
810
1297
  }
811
1298
  static types() {
812
1299
  return {
813
- regionId: 'string',
814
1300
  clientToken: 'string',
815
1301
  acceleratorId: 'string',
816
1302
  endpointGroupId: 'string',
@@ -852,6 +1338,62 @@ class DeleteEndpointGroupResponse extends $tea.Model {
852
1338
  }
853
1339
  }
854
1340
  exports.DeleteEndpointGroupResponse = DeleteEndpointGroupResponse;
1341
+ class DeleteEndpointGroupsRequest extends $tea.Model {
1342
+ constructor(map) {
1343
+ super(map);
1344
+ }
1345
+ static names() {
1346
+ return {
1347
+ regionId: 'RegionId',
1348
+ clientToken: 'ClientToken',
1349
+ dryRun: 'DryRun',
1350
+ endpointGroupIds: 'EndpointGroupIds',
1351
+ };
1352
+ }
1353
+ static types() {
1354
+ return {
1355
+ regionId: 'string',
1356
+ clientToken: 'string',
1357
+ dryRun: 'boolean',
1358
+ endpointGroupIds: { 'type': 'array', 'itemType': 'string' },
1359
+ };
1360
+ }
1361
+ }
1362
+ exports.DeleteEndpointGroupsRequest = DeleteEndpointGroupsRequest;
1363
+ class DeleteEndpointGroupsResponseBody extends $tea.Model {
1364
+ constructor(map) {
1365
+ super(map);
1366
+ }
1367
+ static names() {
1368
+ return {
1369
+ requestId: 'RequestId',
1370
+ };
1371
+ }
1372
+ static types() {
1373
+ return {
1374
+ requestId: 'string',
1375
+ };
1376
+ }
1377
+ }
1378
+ exports.DeleteEndpointGroupsResponseBody = DeleteEndpointGroupsResponseBody;
1379
+ class DeleteEndpointGroupsResponse extends $tea.Model {
1380
+ constructor(map) {
1381
+ super(map);
1382
+ }
1383
+ static names() {
1384
+ return {
1385
+ headers: 'headers',
1386
+ body: 'body',
1387
+ };
1388
+ }
1389
+ static types() {
1390
+ return {
1391
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1392
+ body: DeleteEndpointGroupsResponseBody,
1393
+ };
1394
+ }
1395
+ }
1396
+ exports.DeleteEndpointGroupsResponse = DeleteEndpointGroupsResponse;
855
1397
  class DeleteForwardingRulesRequest extends $tea.Model {
856
1398
  constructor(map) {
857
1399
  super(map);
@@ -1026,7 +1568,6 @@ class DeleteListenerRequest extends $tea.Model {
1026
1568
  }
1027
1569
  static names() {
1028
1570
  return {
1029
- regionId: 'RegionId',
1030
1571
  clientToken: 'ClientToken',
1031
1572
  acceleratorId: 'AcceleratorId',
1032
1573
  listenerId: 'ListenerId',
@@ -1034,7 +1575,6 @@ class DeleteListenerRequest extends $tea.Model {
1034
1575
  }
1035
1576
  static types() {
1036
1577
  return {
1037
- regionId: 'string',
1038
1578
  clientToken: 'string',
1039
1579
  acceleratorId: 'string',
1040
1580
  listenerId: 'string',
@@ -1076,6 +1616,64 @@ class DeleteListenerResponse extends $tea.Model {
1076
1616
  }
1077
1617
  }
1078
1618
  exports.DeleteListenerResponse = DeleteListenerResponse;
1619
+ class DeleteSpareIpsRequest extends $tea.Model {
1620
+ constructor(map) {
1621
+ super(map);
1622
+ }
1623
+ static names() {
1624
+ return {
1625
+ regionId: 'RegionId',
1626
+ clientToken: 'ClientToken',
1627
+ dryRun: 'DryRun',
1628
+ acceleratorId: 'AcceleratorId',
1629
+ spareIps: 'SpareIps',
1630
+ };
1631
+ }
1632
+ static types() {
1633
+ return {
1634
+ regionId: 'string',
1635
+ clientToken: 'string',
1636
+ dryRun: 'boolean',
1637
+ acceleratorId: 'string',
1638
+ spareIps: { 'type': 'array', 'itemType': 'string' },
1639
+ };
1640
+ }
1641
+ }
1642
+ exports.DeleteSpareIpsRequest = DeleteSpareIpsRequest;
1643
+ class DeleteSpareIpsResponseBody extends $tea.Model {
1644
+ constructor(map) {
1645
+ super(map);
1646
+ }
1647
+ static names() {
1648
+ return {
1649
+ requestId: 'RequestId',
1650
+ };
1651
+ }
1652
+ static types() {
1653
+ return {
1654
+ requestId: 'string',
1655
+ };
1656
+ }
1657
+ }
1658
+ exports.DeleteSpareIpsResponseBody = DeleteSpareIpsResponseBody;
1659
+ class DeleteSpareIpsResponse extends $tea.Model {
1660
+ constructor(map) {
1661
+ super(map);
1662
+ }
1663
+ static names() {
1664
+ return {
1665
+ headers: 'headers',
1666
+ body: 'body',
1667
+ };
1668
+ }
1669
+ static types() {
1670
+ return {
1671
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1672
+ body: DeleteSpareIpsResponseBody,
1673
+ };
1674
+ }
1675
+ }
1676
+ exports.DeleteSpareIpsResponse = DeleteSpareIpsResponse;
1079
1677
  class DescribeAcceleratorRequest extends $tea.Model {
1080
1678
  constructor(map) {
1081
1679
  super(map);
@@ -1198,6 +1796,7 @@ class DescribeBandwidthPackageResponseBody extends $tea.Model {
1198
1796
  bandwidthPackageId: 'BandwidthPackageId',
1199
1797
  regionId: 'RegionId',
1200
1798
  billingType: 'BillingType',
1799
+ ratio: 'Ratio',
1201
1800
  };
1202
1801
  }
1203
1802
  static types() {
@@ -1218,6 +1817,7 @@ class DescribeBandwidthPackageResponseBody extends $tea.Model {
1218
1817
  bandwidthPackageId: 'string',
1219
1818
  regionId: 'string',
1220
1819
  billingType: 'string',
1820
+ ratio: 'number',
1221
1821
  };
1222
1822
  }
1223
1823
  }
@@ -1268,6 +1868,8 @@ class DescribeEndpointGroupResponseBody extends $tea.Model {
1268
1868
  trafficPercentage: 'TrafficPercentage',
1269
1869
  endpointGroupId: 'EndpointGroupId',
1270
1870
  description: 'Description',
1871
+ endpointGroupIpList: 'EndpointGroupIpList',
1872
+ endpointGroupUnconfirmedIpList: 'EndpointGroupUnconfirmedIpList',
1271
1873
  requestId: 'RequestId',
1272
1874
  healthCheckPath: 'HealthCheckPath',
1273
1875
  thresholdCount: 'ThresholdCount',
@@ -1282,7 +1884,14 @@ class DescribeEndpointGroupResponseBody extends $tea.Model {
1282
1884
  endpointRequestProtocol: 'EndpointRequestProtocol',
1283
1885
  endpointGroupType: 'EndpointGroupType',
1284
1886
  forwardingRuleIds: 'ForwardingRuleIds',
1887
+ acceleratorId: 'AcceleratorId',
1285
1888
  listenerId: 'ListenerId',
1889
+ slsRegion: 'SlsRegion',
1890
+ slsProjectName: 'SlsProjectName',
1891
+ slsLogStoreName: 'SlsLogStoreName',
1892
+ accessLogSwitch: 'AccessLogSwitch',
1893
+ enableAccessLog: 'EnableAccessLog',
1894
+ healthCheckEnabled: 'HealthCheckEnabled',
1286
1895
  };
1287
1896
  }
1288
1897
  static types() {
@@ -1291,6 +1900,8 @@ class DescribeEndpointGroupResponseBody extends $tea.Model {
1291
1900
  trafficPercentage: 'number',
1292
1901
  endpointGroupId: 'string',
1293
1902
  description: 'string',
1903
+ endpointGroupIpList: { 'type': 'array', 'itemType': 'string' },
1904
+ endpointGroupUnconfirmedIpList: { 'type': 'array', 'itemType': 'string' },
1294
1905
  requestId: 'string',
1295
1906
  healthCheckPath: 'string',
1296
1907
  thresholdCount: 'number',
@@ -1305,7 +1916,14 @@ class DescribeEndpointGroupResponseBody extends $tea.Model {
1305
1916
  endpointRequestProtocol: 'string',
1306
1917
  endpointGroupType: 'string',
1307
1918
  forwardingRuleIds: { 'type': 'array', 'itemType': 'string' },
1919
+ acceleratorId: 'string',
1308
1920
  listenerId: 'string',
1921
+ slsRegion: 'string',
1922
+ slsProjectName: 'string',
1923
+ slsLogStoreName: 'string',
1924
+ accessLogSwitch: 'string',
1925
+ enableAccessLog: 'boolean',
1926
+ healthCheckEnabled: 'boolean',
1309
1927
  };
1310
1928
  }
1311
1929
  }
@@ -1359,6 +1977,7 @@ class DescribeIpSetResponseBody extends $tea.Model {
1359
1977
  bandwidth: 'Bandwidth',
1360
1978
  ipAddressList: 'IpAddressList',
1361
1979
  accelerateRegionId: 'AccelerateRegionId',
1980
+ acceleratorId: 'AcceleratorId',
1362
1981
  };
1363
1982
  }
1364
1983
  static types() {
@@ -1370,6 +1989,7 @@ class DescribeIpSetResponseBody extends $tea.Model {
1370
1989
  bandwidth: 'number',
1371
1990
  ipAddressList: { 'type': 'array', 'itemType': 'string' },
1372
1991
  accelerateRegionId: 'string',
1992
+ acceleratorId: 'string',
1373
1993
  };
1374
1994
  }
1375
1995
  }
@@ -1427,6 +2047,12 @@ class DescribeListenerResponseBody extends $tea.Model {
1427
2047
  listenerId: 'ListenerId',
1428
2048
  clientAffinity: 'ClientAffinity',
1429
2049
  name: 'Name',
2050
+ relatedAcls: 'RelatedAcls',
2051
+ aclType: 'AclType',
2052
+ acceleratorId: 'AcceleratorId',
2053
+ proxyProtocol: 'ProxyProtocol',
2054
+ XForwardedForConfig: 'XForwardedForConfig',
2055
+ securityPolicyId: 'SecurityPolicyId',
1430
2056
  };
1431
2057
  }
1432
2058
  static types() {
@@ -1442,6 +2068,12 @@ class DescribeListenerResponseBody extends $tea.Model {
1442
2068
  listenerId: 'string',
1443
2069
  clientAffinity: 'string',
1444
2070
  name: 'string',
2071
+ relatedAcls: { 'type': 'array', 'itemType': DescribeListenerResponseBodyRelatedAcls },
2072
+ aclType: 'string',
2073
+ acceleratorId: 'string',
2074
+ proxyProtocol: 'boolean',
2075
+ XForwardedForConfig: DescribeListenerResponseBodyXForwardedForConfig,
2076
+ securityPolicyId: 'string',
1445
2077
  };
1446
2078
  }
1447
2079
  }
@@ -1570,41 +2202,47 @@ class DetachDdosFromAcceleratorResponse extends $tea.Model {
1570
2202
  }
1571
2203
  }
1572
2204
  exports.DetachDdosFromAcceleratorResponse = DetachDdosFromAcceleratorResponse;
1573
- class ListAccelerateAreasRequest extends $tea.Model {
2205
+ class DetachLogStoreFromEndpointGroupRequest extends $tea.Model {
1574
2206
  constructor(map) {
1575
2207
  super(map);
1576
2208
  }
1577
2209
  static names() {
1578
2210
  return {
1579
2211
  regionId: 'RegionId',
2212
+ acceleratorId: 'AcceleratorId',
2213
+ listenerId: 'ListenerId',
2214
+ endpointGroupIds: 'EndpointGroupIds',
2215
+ clientToken: 'ClientToken',
1580
2216
  };
1581
2217
  }
1582
2218
  static types() {
1583
2219
  return {
1584
2220
  regionId: 'string',
2221
+ acceleratorId: 'string',
2222
+ listenerId: 'string',
2223
+ endpointGroupIds: { 'type': 'array', 'itemType': 'string' },
2224
+ clientToken: 'string',
1585
2225
  };
1586
2226
  }
1587
2227
  }
1588
- exports.ListAccelerateAreasRequest = ListAccelerateAreasRequest;
1589
- class ListAccelerateAreasResponseBody extends $tea.Model {
2228
+ exports.DetachLogStoreFromEndpointGroupRequest = DetachLogStoreFromEndpointGroupRequest;
2229
+ class DetachLogStoreFromEndpointGroupResponseBody extends $tea.Model {
1590
2230
  constructor(map) {
1591
2231
  super(map);
1592
2232
  }
1593
2233
  static names() {
1594
2234
  return {
1595
2235
  requestId: 'RequestId',
1596
- areas: 'Areas',
1597
2236
  };
1598
2237
  }
1599
2238
  static types() {
1600
2239
  return {
1601
2240
  requestId: 'string',
1602
- areas: { 'type': 'array', 'itemType': ListAccelerateAreasResponseBodyAreas },
1603
2241
  };
1604
2242
  }
1605
2243
  }
1606
- exports.ListAccelerateAreasResponseBody = ListAccelerateAreasResponseBody;
1607
- class ListAccelerateAreasResponse extends $tea.Model {
2244
+ exports.DetachLogStoreFromEndpointGroupResponseBody = DetachLogStoreFromEndpointGroupResponseBody;
2245
+ class DetachLogStoreFromEndpointGroupResponse extends $tea.Model {
1608
2246
  constructor(map) {
1609
2247
  super(map);
1610
2248
  }
@@ -1617,58 +2255,56 @@ class ListAccelerateAreasResponse extends $tea.Model {
1617
2255
  static types() {
1618
2256
  return {
1619
2257
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1620
- body: ListAccelerateAreasResponseBody,
2258
+ body: DetachLogStoreFromEndpointGroupResponseBody,
1621
2259
  };
1622
2260
  }
1623
2261
  }
1624
- exports.ListAccelerateAreasResponse = ListAccelerateAreasResponse;
1625
- class ListAcceleratorsRequest extends $tea.Model {
2262
+ exports.DetachLogStoreFromEndpointGroupResponse = DetachLogStoreFromEndpointGroupResponse;
2263
+ class DissociateAclsFromListenerRequest extends $tea.Model {
1626
2264
  constructor(map) {
1627
2265
  super(map);
1628
2266
  }
1629
2267
  static names() {
1630
2268
  return {
1631
2269
  regionId: 'RegionId',
1632
- pageNumber: 'PageNumber',
1633
- pageSize: 'PageSize',
1634
- acceleratorId: 'AcceleratorId',
2270
+ aclIds: 'AclIds',
2271
+ listenerId: 'ListenerId',
2272
+ clientToken: 'ClientToken',
2273
+ dryRun: 'DryRun',
1635
2274
  };
1636
2275
  }
1637
2276
  static types() {
1638
2277
  return {
1639
2278
  regionId: 'string',
1640
- pageNumber: 'number',
1641
- pageSize: 'number',
1642
- acceleratorId: 'string',
2279
+ aclIds: { 'type': 'array', 'itemType': 'string' },
2280
+ listenerId: 'string',
2281
+ clientToken: 'string',
2282
+ dryRun: 'boolean',
1643
2283
  };
1644
2284
  }
1645
2285
  }
1646
- exports.ListAcceleratorsRequest = ListAcceleratorsRequest;
1647
- class ListAcceleratorsResponseBody extends $tea.Model {
2286
+ exports.DissociateAclsFromListenerRequest = DissociateAclsFromListenerRequest;
2287
+ class DissociateAclsFromListenerResponseBody extends $tea.Model {
1648
2288
  constructor(map) {
1649
2289
  super(map);
1650
2290
  }
1651
2291
  static names() {
1652
2292
  return {
1653
- totalCount: 'TotalCount',
1654
- pageSize: 'PageSize',
1655
2293
  requestId: 'RequestId',
1656
- accelerators: 'Accelerators',
1657
- pageNumber: 'PageNumber',
2294
+ aclIds: 'AclIds',
2295
+ listenerId: 'ListenerId',
1658
2296
  };
1659
2297
  }
1660
2298
  static types() {
1661
2299
  return {
1662
- totalCount: 'number',
1663
- pageSize: 'number',
1664
2300
  requestId: 'string',
1665
- accelerators: { 'type': 'array', 'itemType': ListAcceleratorsResponseBodyAccelerators },
1666
- pageNumber: 'number',
2301
+ aclIds: { 'type': 'array', 'itemType': 'string' },
2302
+ listenerId: 'string',
1667
2303
  };
1668
2304
  }
1669
2305
  }
1670
- exports.ListAcceleratorsResponseBody = ListAcceleratorsResponseBody;
1671
- class ListAcceleratorsResponse extends $tea.Model {
2306
+ exports.DissociateAclsFromListenerResponseBody = DissociateAclsFromListenerResponseBody;
2307
+ class DissociateAclsFromListenerResponse extends $tea.Model {
1672
2308
  constructor(map) {
1673
2309
  super(map);
1674
2310
  }
@@ -1681,48 +2317,52 @@ class ListAcceleratorsResponse extends $tea.Model {
1681
2317
  static types() {
1682
2318
  return {
1683
2319
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1684
- body: ListAcceleratorsResponseBody,
2320
+ body: DissociateAclsFromListenerResponseBody,
1685
2321
  };
1686
2322
  }
1687
2323
  }
1688
- exports.ListAcceleratorsResponse = ListAcceleratorsResponse;
1689
- class ListAvailableAccelerateAreasRequest extends $tea.Model {
2324
+ exports.DissociateAclsFromListenerResponse = DissociateAclsFromListenerResponse;
2325
+ class DissociateAdditionalCertificatesFromListenerRequest extends $tea.Model {
1690
2326
  constructor(map) {
1691
2327
  super(map);
1692
2328
  }
1693
2329
  static names() {
1694
2330
  return {
1695
2331
  regionId: 'RegionId',
2332
+ clientToken: 'ClientToken',
1696
2333
  acceleratorId: 'AcceleratorId',
2334
+ listenerId: 'ListenerId',
2335
+ domains: 'Domains',
1697
2336
  };
1698
2337
  }
1699
2338
  static types() {
1700
2339
  return {
1701
2340
  regionId: 'string',
2341
+ clientToken: 'string',
1702
2342
  acceleratorId: 'string',
2343
+ listenerId: 'string',
2344
+ domains: { 'type': 'array', 'itemType': 'string' },
1703
2345
  };
1704
2346
  }
1705
2347
  }
1706
- exports.ListAvailableAccelerateAreasRequest = ListAvailableAccelerateAreasRequest;
1707
- class ListAvailableAccelerateAreasResponseBody extends $tea.Model {
2348
+ exports.DissociateAdditionalCertificatesFromListenerRequest = DissociateAdditionalCertificatesFromListenerRequest;
2349
+ class DissociateAdditionalCertificatesFromListenerResponseBody extends $tea.Model {
1708
2350
  constructor(map) {
1709
2351
  super(map);
1710
2352
  }
1711
2353
  static names() {
1712
2354
  return {
1713
2355
  requestId: 'RequestId',
1714
- areas: 'Areas',
1715
2356
  };
1716
2357
  }
1717
2358
  static types() {
1718
2359
  return {
1719
2360
  requestId: 'string',
1720
- areas: { 'type': 'array', 'itemType': ListAvailableAccelerateAreasResponseBodyAreas },
1721
2361
  };
1722
2362
  }
1723
2363
  }
1724
- exports.ListAvailableAccelerateAreasResponseBody = ListAvailableAccelerateAreasResponseBody;
1725
- class ListAvailableAccelerateAreasResponse extends $tea.Model {
2364
+ exports.DissociateAdditionalCertificatesFromListenerResponseBody = DissociateAdditionalCertificatesFromListenerResponseBody;
2365
+ class DissociateAdditionalCertificatesFromListenerResponse extends $tea.Model {
1726
2366
  constructor(map) {
1727
2367
  super(map);
1728
2368
  }
@@ -1735,48 +2375,58 @@ class ListAvailableAccelerateAreasResponse extends $tea.Model {
1735
2375
  static types() {
1736
2376
  return {
1737
2377
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1738
- body: ListAvailableAccelerateAreasResponseBody,
2378
+ body: DissociateAdditionalCertificatesFromListenerResponseBody,
1739
2379
  };
1740
2380
  }
1741
2381
  }
1742
- exports.ListAvailableAccelerateAreasResponse = ListAvailableAccelerateAreasResponse;
1743
- class ListAvailableBusiRegionsRequest extends $tea.Model {
2382
+ exports.DissociateAdditionalCertificatesFromListenerResponse = DissociateAdditionalCertificatesFromListenerResponse;
2383
+ class GetAclRequest extends $tea.Model {
1744
2384
  constructor(map) {
1745
2385
  super(map);
1746
2386
  }
1747
2387
  static names() {
1748
2388
  return {
1749
2389
  regionId: 'RegionId',
1750
- acceleratorId: 'AcceleratorId',
2390
+ aclId: 'AclId',
1751
2391
  };
1752
2392
  }
1753
2393
  static types() {
1754
2394
  return {
1755
2395
  regionId: 'string',
1756
- acceleratorId: 'string',
2396
+ aclId: 'string',
1757
2397
  };
1758
2398
  }
1759
2399
  }
1760
- exports.ListAvailableBusiRegionsRequest = ListAvailableBusiRegionsRequest;
1761
- class ListAvailableBusiRegionsResponseBody extends $tea.Model {
2400
+ exports.GetAclRequest = GetAclRequest;
2401
+ class GetAclResponseBody extends $tea.Model {
1762
2402
  constructor(map) {
1763
2403
  super(map);
1764
2404
  }
1765
2405
  static names() {
1766
2406
  return {
1767
2407
  requestId: 'RequestId',
1768
- regions: 'Regions',
2408
+ aclId: 'AclId',
2409
+ addressIPVersion: 'AddressIPVersion',
2410
+ aclStatus: 'AclStatus',
2411
+ aclEntries: 'AclEntries',
2412
+ relatedListeners: 'RelatedListeners',
2413
+ aclName: 'AclName',
1769
2414
  };
1770
2415
  }
1771
2416
  static types() {
1772
2417
  return {
1773
2418
  requestId: 'string',
1774
- regions: { 'type': 'array', 'itemType': ListAvailableBusiRegionsResponseBodyRegions },
2419
+ aclId: 'string',
2420
+ addressIPVersion: 'string',
2421
+ aclStatus: 'string',
2422
+ aclEntries: { 'type': 'array', 'itemType': GetAclResponseBodyAclEntries },
2423
+ relatedListeners: { 'type': 'array', 'itemType': GetAclResponseBodyRelatedListeners },
2424
+ aclName: 'string',
1775
2425
  };
1776
2426
  }
1777
2427
  }
1778
- exports.ListAvailableBusiRegionsResponseBody = ListAvailableBusiRegionsResponseBody;
1779
- class ListAvailableBusiRegionsResponse extends $tea.Model {
2428
+ exports.GetAclResponseBody = GetAclResponseBody;
2429
+ class GetAclResponse extends $tea.Model {
1780
2430
  constructor(map) {
1781
2431
  super(map);
1782
2432
  }
@@ -1789,56 +2439,58 @@ class ListAvailableBusiRegionsResponse extends $tea.Model {
1789
2439
  static types() {
1790
2440
  return {
1791
2441
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1792
- body: ListAvailableBusiRegionsResponseBody,
2442
+ body: GetAclResponseBody,
1793
2443
  };
1794
2444
  }
1795
2445
  }
1796
- exports.ListAvailableBusiRegionsResponse = ListAvailableBusiRegionsResponse;
1797
- class ListBandwidthackagesRequest extends $tea.Model {
2446
+ exports.GetAclResponse = GetAclResponse;
2447
+ class GetHealthStatusRequest extends $tea.Model {
1798
2448
  constructor(map) {
1799
2449
  super(map);
1800
2450
  }
1801
2451
  static names() {
1802
2452
  return {
1803
2453
  regionId: 'RegionId',
1804
- pageNumber: 'PageNumber',
1805
- pageSize: 'PageSize',
2454
+ clientToken: 'ClientToken',
2455
+ dryRun: 'DryRun',
2456
+ acceleratorId: 'AcceleratorId',
2457
+ listenerId: 'ListenerId',
1806
2458
  };
1807
2459
  }
1808
2460
  static types() {
1809
2461
  return {
1810
2462
  regionId: 'string',
1811
- pageNumber: 'number',
1812
- pageSize: 'number',
2463
+ clientToken: 'string',
2464
+ dryRun: 'boolean',
2465
+ acceleratorId: 'string',
2466
+ listenerId: 'string',
1813
2467
  };
1814
2468
  }
1815
2469
  }
1816
- exports.ListBandwidthackagesRequest = ListBandwidthackagesRequest;
1817
- class ListBandwidthackagesResponseBody extends $tea.Model {
2470
+ exports.GetHealthStatusRequest = GetHealthStatusRequest;
2471
+ class GetHealthStatusResponseBody extends $tea.Model {
1818
2472
  constructor(map) {
1819
2473
  super(map);
1820
2474
  }
1821
2475
  static names() {
1822
2476
  return {
1823
- totalCount: 'TotalCount',
1824
- pageSize: 'PageSize',
1825
2477
  requestId: 'RequestId',
1826
- pageNumber: 'PageNumber',
1827
- bandwidthPackages: 'BandwidthPackages',
2478
+ listenerId: 'ListenerId',
2479
+ healthStatus: 'HealthStatus',
2480
+ endpointGroups: 'EndpointGroups',
1828
2481
  };
1829
2482
  }
1830
2483
  static types() {
1831
2484
  return {
1832
- totalCount: 'number',
1833
- pageSize: 'number',
1834
2485
  requestId: 'string',
1835
- pageNumber: 'number',
1836
- bandwidthPackages: { 'type': 'array', 'itemType': ListBandwidthackagesResponseBodyBandwidthPackages },
2486
+ listenerId: 'string',
2487
+ healthStatus: 'string',
2488
+ endpointGroups: { 'type': 'array', 'itemType': GetHealthStatusResponseBodyEndpointGroups },
1837
2489
  };
1838
2490
  }
1839
2491
  }
1840
- exports.ListBandwidthackagesResponseBody = ListBandwidthackagesResponseBody;
1841
- class ListBandwidthackagesResponse extends $tea.Model {
2492
+ exports.GetHealthStatusResponseBody = GetHealthStatusResponseBody;
2493
+ class GetHealthStatusResponse extends $tea.Model {
1842
2494
  constructor(map) {
1843
2495
  super(map);
1844
2496
  }
@@ -1851,62 +2503,54 @@ class ListBandwidthackagesResponse extends $tea.Model {
1851
2503
  static types() {
1852
2504
  return {
1853
2505
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1854
- body: ListBandwidthackagesResponseBody,
2506
+ body: GetHealthStatusResponseBody,
1855
2507
  };
1856
2508
  }
1857
2509
  }
1858
- exports.ListBandwidthackagesResponse = ListBandwidthackagesResponse;
1859
- class ListBandwidthPackagesRequest extends $tea.Model {
2510
+ exports.GetHealthStatusResponse = GetHealthStatusResponse;
2511
+ class GetSpareIpRequest extends $tea.Model {
1860
2512
  constructor(map) {
1861
2513
  super(map);
1862
2514
  }
1863
2515
  static names() {
1864
2516
  return {
1865
2517
  regionId: 'RegionId',
1866
- pageNumber: 'PageNumber',
1867
- pageSize: 'PageSize',
1868
- state: 'State',
1869
- type: 'Type',
1870
- bandwidthPackageId: 'BandwidthPackageId',
2518
+ clientToken: 'ClientToken',
2519
+ dryRun: 'DryRun',
2520
+ acceleratorId: 'AcceleratorId',
2521
+ spareIp: 'SpareIp',
1871
2522
  };
1872
2523
  }
1873
2524
  static types() {
1874
2525
  return {
1875
2526
  regionId: 'string',
1876
- pageNumber: 'number',
1877
- pageSize: 'number',
1878
- state: 'string',
1879
- type: 'string',
1880
- bandwidthPackageId: 'string',
2527
+ clientToken: 'string',
2528
+ dryRun: 'boolean',
2529
+ acceleratorId: 'string',
2530
+ spareIp: 'string',
1881
2531
  };
1882
2532
  }
1883
2533
  }
1884
- exports.ListBandwidthPackagesRequest = ListBandwidthPackagesRequest;
1885
- class ListBandwidthPackagesResponseBody extends $tea.Model {
2534
+ exports.GetSpareIpRequest = GetSpareIpRequest;
2535
+ class GetSpareIpResponseBody extends $tea.Model {
1886
2536
  constructor(map) {
1887
2537
  super(map);
1888
2538
  }
1889
2539
  static names() {
1890
2540
  return {
1891
- totalCount: 'TotalCount',
1892
- pageSize: 'PageSize',
1893
2541
  requestId: 'RequestId',
1894
- pageNumber: 'PageNumber',
1895
- bandwidthPackages: 'BandwidthPackages',
2542
+ state: 'State',
1896
2543
  };
1897
2544
  }
1898
2545
  static types() {
1899
2546
  return {
1900
- totalCount: 'number',
1901
- pageSize: 'number',
1902
2547
  requestId: 'string',
1903
- pageNumber: 'number',
1904
- bandwidthPackages: { 'type': 'array', 'itemType': ListBandwidthPackagesResponseBodyBandwidthPackages },
2548
+ state: 'string',
1905
2549
  };
1906
2550
  }
1907
2551
  }
1908
- exports.ListBandwidthPackagesResponseBody = ListBandwidthPackagesResponseBody;
1909
- class ListBandwidthPackagesResponse extends $tea.Model {
2552
+ exports.GetSpareIpResponseBody = GetSpareIpResponseBody;
2553
+ class GetSpareIpResponse extends $tea.Model {
1910
2554
  constructor(map) {
1911
2555
  super(map);
1912
2556
  }
@@ -1919,12 +2563,12 @@ class ListBandwidthPackagesResponse extends $tea.Model {
1919
2563
  static types() {
1920
2564
  return {
1921
2565
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1922
- body: ListBandwidthPackagesResponseBody,
2566
+ body: GetSpareIpResponseBody,
1923
2567
  };
1924
2568
  }
1925
2569
  }
1926
- exports.ListBandwidthPackagesResponse = ListBandwidthPackagesResponse;
1927
- class ListBusiRegionsRequest extends $tea.Model {
2570
+ exports.GetSpareIpResponse = GetSpareIpResponse;
2571
+ class ListAccelerateAreasRequest extends $tea.Model {
1928
2572
  constructor(map) {
1929
2573
  super(map);
1930
2574
  }
@@ -1939,26 +2583,26 @@ class ListBusiRegionsRequest extends $tea.Model {
1939
2583
  };
1940
2584
  }
1941
2585
  }
1942
- exports.ListBusiRegionsRequest = ListBusiRegionsRequest;
1943
- class ListBusiRegionsResponseBody extends $tea.Model {
2586
+ exports.ListAccelerateAreasRequest = ListAccelerateAreasRequest;
2587
+ class ListAccelerateAreasResponseBody extends $tea.Model {
1944
2588
  constructor(map) {
1945
2589
  super(map);
1946
2590
  }
1947
2591
  static names() {
1948
2592
  return {
1949
2593
  requestId: 'RequestId',
1950
- regions: 'Regions',
2594
+ areas: 'Areas',
1951
2595
  };
1952
2596
  }
1953
2597
  static types() {
1954
2598
  return {
1955
2599
  requestId: 'string',
1956
- regions: { 'type': 'array', 'itemType': ListBusiRegionsResponseBodyRegions },
2600
+ areas: { 'type': 'array', 'itemType': ListAccelerateAreasResponseBodyAreas },
1957
2601
  };
1958
2602
  }
1959
2603
  }
1960
- exports.ListBusiRegionsResponseBody = ListBusiRegionsResponseBody;
1961
- class ListBusiRegionsResponse extends $tea.Model {
2604
+ exports.ListAccelerateAreasResponseBody = ListAccelerateAreasResponseBody;
2605
+ class ListAccelerateAreasResponse extends $tea.Model {
1962
2606
  constructor(map) {
1963
2607
  super(map);
1964
2608
  }
@@ -1971,12 +2615,12 @@ class ListBusiRegionsResponse extends $tea.Model {
1971
2615
  static types() {
1972
2616
  return {
1973
2617
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1974
- body: ListBusiRegionsResponseBody,
2618
+ body: ListAccelerateAreasResponseBody,
1975
2619
  };
1976
2620
  }
1977
2621
  }
1978
- exports.ListBusiRegionsResponse = ListBusiRegionsResponse;
1979
- class ListEndpointGroupsRequest extends $tea.Model {
2622
+ exports.ListAccelerateAreasResponse = ListAccelerateAreasResponse;
2623
+ class ListAcceleratorsRequest extends $tea.Model {
1980
2624
  constructor(map) {
1981
2625
  super(map);
1982
2626
  }
@@ -1986,8 +2630,7 @@ class ListEndpointGroupsRequest extends $tea.Model {
1986
2630
  pageNumber: 'PageNumber',
1987
2631
  pageSize: 'PageSize',
1988
2632
  acceleratorId: 'AcceleratorId',
1989
- listenerId: 'ListenerId',
1990
- endpointGroupType: 'EndpointGroupType',
2633
+ state: 'State',
1991
2634
  };
1992
2635
  }
1993
2636
  static types() {
@@ -1996,13 +2639,12 @@ class ListEndpointGroupsRequest extends $tea.Model {
1996
2639
  pageNumber: 'number',
1997
2640
  pageSize: 'number',
1998
2641
  acceleratorId: 'string',
1999
- listenerId: 'string',
2000
- endpointGroupType: 'string',
2642
+ state: 'string',
2001
2643
  };
2002
2644
  }
2003
2645
  }
2004
- exports.ListEndpointGroupsRequest = ListEndpointGroupsRequest;
2005
- class ListEndpointGroupsResponseBody extends $tea.Model {
2646
+ exports.ListAcceleratorsRequest = ListAcceleratorsRequest;
2647
+ class ListAcceleratorsResponseBody extends $tea.Model {
2006
2648
  constructor(map) {
2007
2649
  super(map);
2008
2650
  }
@@ -2011,8 +2653,8 @@ class ListEndpointGroupsResponseBody extends $tea.Model {
2011
2653
  totalCount: 'TotalCount',
2012
2654
  pageSize: 'PageSize',
2013
2655
  requestId: 'RequestId',
2656
+ accelerators: 'Accelerators',
2014
2657
  pageNumber: 'PageNumber',
2015
- endpointGroups: 'EndpointGroups',
2016
2658
  };
2017
2659
  }
2018
2660
  static types() {
@@ -2020,13 +2662,13 @@ class ListEndpointGroupsResponseBody extends $tea.Model {
2020
2662
  totalCount: 'number',
2021
2663
  pageSize: 'number',
2022
2664
  requestId: 'string',
2665
+ accelerators: { 'type': 'array', 'itemType': ListAcceleratorsResponseBodyAccelerators },
2023
2666
  pageNumber: 'number',
2024
- endpointGroups: { 'type': 'array', 'itemType': ListEndpointGroupsResponseBodyEndpointGroups },
2025
2667
  };
2026
2668
  }
2027
2669
  }
2028
- exports.ListEndpointGroupsResponseBody = ListEndpointGroupsResponseBody;
2029
- class ListEndpointGroupsResponse extends $tea.Model {
2670
+ exports.ListAcceleratorsResponseBody = ListAcceleratorsResponseBody;
2671
+ class ListAcceleratorsResponse extends $tea.Model {
2030
2672
  constructor(map) {
2031
2673
  super(map);
2032
2674
  }
@@ -2039,12 +2681,12 @@ class ListEndpointGroupsResponse extends $tea.Model {
2039
2681
  static types() {
2040
2682
  return {
2041
2683
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2042
- body: ListEndpointGroupsResponseBody,
2684
+ body: ListAcceleratorsResponseBody,
2043
2685
  };
2044
2686
  }
2045
2687
  }
2046
- exports.ListEndpointGroupsResponse = ListEndpointGroupsResponse;
2047
- class ListForwardingRulesRequest extends $tea.Model {
2688
+ exports.ListAcceleratorsResponse = ListAcceleratorsResponse;
2689
+ class ListAclsRequest extends $tea.Model {
2048
2690
  constructor(map) {
2049
2691
  super(map);
2050
2692
  }
@@ -2052,9 +2694,8 @@ class ListForwardingRulesRequest extends $tea.Model {
2052
2694
  return {
2053
2695
  regionId: 'RegionId',
2054
2696
  clientToken: 'ClientToken',
2055
- listenerId: 'ListenerId',
2056
- acceleratorId: 'AcceleratorId',
2057
- forwardingRuleId: 'ForwardingRuleId',
2697
+ aclIds: 'AclIds',
2698
+ aclName: 'AclName',
2058
2699
  nextToken: 'NextToken',
2059
2700
  maxResults: 'MaxResults',
2060
2701
  };
@@ -2063,40 +2704,847 @@ class ListForwardingRulesRequest extends $tea.Model {
2063
2704
  return {
2064
2705
  regionId: 'string',
2065
2706
  clientToken: 'string',
2066
- listenerId: 'string',
2067
- acceleratorId: 'string',
2068
- forwardingRuleId: 'string',
2707
+ aclIds: { 'type': 'array', 'itemType': 'string' },
2708
+ aclName: 'string',
2709
+ nextToken: 'string',
2710
+ maxResults: 'number',
2711
+ };
2712
+ }
2713
+ }
2714
+ exports.ListAclsRequest = ListAclsRequest;
2715
+ class ListAclsResponseBody extends $tea.Model {
2716
+ constructor(map) {
2717
+ super(map);
2718
+ }
2719
+ static names() {
2720
+ return {
2721
+ requestId: 'RequestId',
2722
+ totalCount: 'TotalCount',
2723
+ nextToken: 'NextToken',
2724
+ maxResults: 'MaxResults',
2725
+ acls: 'Acls',
2726
+ };
2727
+ }
2728
+ static types() {
2729
+ return {
2730
+ requestId: 'string',
2731
+ totalCount: 'number',
2069
2732
  nextToken: 'string',
2070
2733
  maxResults: 'number',
2734
+ acls: { 'type': 'array', 'itemType': ListAclsResponseBodyAcls },
2735
+ };
2736
+ }
2737
+ }
2738
+ exports.ListAclsResponseBody = ListAclsResponseBody;
2739
+ class ListAclsResponse extends $tea.Model {
2740
+ constructor(map) {
2741
+ super(map);
2742
+ }
2743
+ static names() {
2744
+ return {
2745
+ headers: 'headers',
2746
+ body: 'body',
2747
+ };
2748
+ }
2749
+ static types() {
2750
+ return {
2751
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2752
+ body: ListAclsResponseBody,
2753
+ };
2754
+ }
2755
+ }
2756
+ exports.ListAclsResponse = ListAclsResponse;
2757
+ class ListAvailableAccelerateAreasRequest extends $tea.Model {
2758
+ constructor(map) {
2759
+ super(map);
2760
+ }
2761
+ static names() {
2762
+ return {
2763
+ regionId: 'RegionId',
2764
+ acceleratorId: 'AcceleratorId',
2765
+ };
2766
+ }
2767
+ static types() {
2768
+ return {
2769
+ regionId: 'string',
2770
+ acceleratorId: 'string',
2771
+ };
2772
+ }
2773
+ }
2774
+ exports.ListAvailableAccelerateAreasRequest = ListAvailableAccelerateAreasRequest;
2775
+ class ListAvailableAccelerateAreasResponseBody extends $tea.Model {
2776
+ constructor(map) {
2777
+ super(map);
2778
+ }
2779
+ static names() {
2780
+ return {
2781
+ requestId: 'RequestId',
2782
+ areas: 'Areas',
2783
+ };
2784
+ }
2785
+ static types() {
2786
+ return {
2787
+ requestId: 'string',
2788
+ areas: { 'type': 'array', 'itemType': ListAvailableAccelerateAreasResponseBodyAreas },
2789
+ };
2790
+ }
2791
+ }
2792
+ exports.ListAvailableAccelerateAreasResponseBody = ListAvailableAccelerateAreasResponseBody;
2793
+ class ListAvailableAccelerateAreasResponse extends $tea.Model {
2794
+ constructor(map) {
2795
+ super(map);
2796
+ }
2797
+ static names() {
2798
+ return {
2799
+ headers: 'headers',
2800
+ body: 'body',
2801
+ };
2802
+ }
2803
+ static types() {
2804
+ return {
2805
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2806
+ body: ListAvailableAccelerateAreasResponseBody,
2807
+ };
2808
+ }
2809
+ }
2810
+ exports.ListAvailableAccelerateAreasResponse = ListAvailableAccelerateAreasResponse;
2811
+ class ListAvailableBusiRegionsRequest extends $tea.Model {
2812
+ constructor(map) {
2813
+ super(map);
2814
+ }
2815
+ static names() {
2816
+ return {
2817
+ regionId: 'RegionId',
2818
+ acceleratorId: 'AcceleratorId',
2819
+ };
2820
+ }
2821
+ static types() {
2822
+ return {
2823
+ regionId: 'string',
2824
+ acceleratorId: 'string',
2825
+ };
2826
+ }
2827
+ }
2828
+ exports.ListAvailableBusiRegionsRequest = ListAvailableBusiRegionsRequest;
2829
+ class ListAvailableBusiRegionsResponseBody extends $tea.Model {
2830
+ constructor(map) {
2831
+ super(map);
2832
+ }
2833
+ static names() {
2834
+ return {
2835
+ requestId: 'RequestId',
2836
+ regions: 'Regions',
2837
+ };
2838
+ }
2839
+ static types() {
2840
+ return {
2841
+ requestId: 'string',
2842
+ regions: { 'type': 'array', 'itemType': ListAvailableBusiRegionsResponseBodyRegions },
2843
+ };
2844
+ }
2845
+ }
2846
+ exports.ListAvailableBusiRegionsResponseBody = ListAvailableBusiRegionsResponseBody;
2847
+ class ListAvailableBusiRegionsResponse extends $tea.Model {
2848
+ constructor(map) {
2849
+ super(map);
2850
+ }
2851
+ static names() {
2852
+ return {
2853
+ headers: 'headers',
2854
+ body: 'body',
2855
+ };
2856
+ }
2857
+ static types() {
2858
+ return {
2859
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2860
+ body: ListAvailableBusiRegionsResponseBody,
2861
+ };
2862
+ }
2863
+ }
2864
+ exports.ListAvailableBusiRegionsResponse = ListAvailableBusiRegionsResponse;
2865
+ class ListBandwidthackagesRequest extends $tea.Model {
2866
+ constructor(map) {
2867
+ super(map);
2868
+ }
2869
+ static names() {
2870
+ return {
2871
+ regionId: 'RegionId',
2872
+ pageNumber: 'PageNumber',
2873
+ pageSize: 'PageSize',
2874
+ };
2875
+ }
2876
+ static types() {
2877
+ return {
2878
+ regionId: 'string',
2879
+ pageNumber: 'number',
2880
+ pageSize: 'number',
2881
+ };
2882
+ }
2883
+ }
2884
+ exports.ListBandwidthackagesRequest = ListBandwidthackagesRequest;
2885
+ class ListBandwidthackagesResponseBody extends $tea.Model {
2886
+ constructor(map) {
2887
+ super(map);
2888
+ }
2889
+ static names() {
2890
+ return {
2891
+ totalCount: 'TotalCount',
2892
+ pageSize: 'PageSize',
2893
+ requestId: 'RequestId',
2894
+ pageNumber: 'PageNumber',
2895
+ bandwidthPackages: 'BandwidthPackages',
2896
+ };
2897
+ }
2898
+ static types() {
2899
+ return {
2900
+ totalCount: 'number',
2901
+ pageSize: 'number',
2902
+ requestId: 'string',
2903
+ pageNumber: 'number',
2904
+ bandwidthPackages: { 'type': 'array', 'itemType': ListBandwidthackagesResponseBodyBandwidthPackages },
2905
+ };
2906
+ }
2907
+ }
2908
+ exports.ListBandwidthackagesResponseBody = ListBandwidthackagesResponseBody;
2909
+ class ListBandwidthackagesResponse extends $tea.Model {
2910
+ constructor(map) {
2911
+ super(map);
2912
+ }
2913
+ static names() {
2914
+ return {
2915
+ headers: 'headers',
2916
+ body: 'body',
2917
+ };
2918
+ }
2919
+ static types() {
2920
+ return {
2921
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2922
+ body: ListBandwidthackagesResponseBody,
2923
+ };
2924
+ }
2925
+ }
2926
+ exports.ListBandwidthackagesResponse = ListBandwidthackagesResponse;
2927
+ class ListBandwidthPackagesRequest extends $tea.Model {
2928
+ constructor(map) {
2929
+ super(map);
2930
+ }
2931
+ static names() {
2932
+ return {
2933
+ regionId: 'RegionId',
2934
+ pageNumber: 'PageNumber',
2935
+ pageSize: 'PageSize',
2936
+ state: 'State',
2937
+ type: 'Type',
2938
+ bandwidthPackageId: 'BandwidthPackageId',
2939
+ };
2940
+ }
2941
+ static types() {
2942
+ return {
2943
+ regionId: 'string',
2944
+ pageNumber: 'number',
2945
+ pageSize: 'number',
2946
+ state: 'string',
2947
+ type: 'string',
2948
+ bandwidthPackageId: 'string',
2949
+ };
2950
+ }
2951
+ }
2952
+ exports.ListBandwidthPackagesRequest = ListBandwidthPackagesRequest;
2953
+ class ListBandwidthPackagesResponseBody extends $tea.Model {
2954
+ constructor(map) {
2955
+ super(map);
2956
+ }
2957
+ static names() {
2958
+ return {
2959
+ totalCount: 'TotalCount',
2960
+ pageSize: 'PageSize',
2961
+ requestId: 'RequestId',
2962
+ pageNumber: 'PageNumber',
2963
+ bandwidthPackages: 'BandwidthPackages',
2964
+ };
2965
+ }
2966
+ static types() {
2967
+ return {
2968
+ totalCount: 'number',
2969
+ pageSize: 'number',
2970
+ requestId: 'string',
2971
+ pageNumber: 'number',
2972
+ bandwidthPackages: { 'type': 'array', 'itemType': ListBandwidthPackagesResponseBodyBandwidthPackages },
2973
+ };
2974
+ }
2975
+ }
2976
+ exports.ListBandwidthPackagesResponseBody = ListBandwidthPackagesResponseBody;
2977
+ class ListBandwidthPackagesResponse extends $tea.Model {
2978
+ constructor(map) {
2979
+ super(map);
2980
+ }
2981
+ static names() {
2982
+ return {
2983
+ headers: 'headers',
2984
+ body: 'body',
2985
+ };
2986
+ }
2987
+ static types() {
2988
+ return {
2989
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2990
+ body: ListBandwidthPackagesResponseBody,
2991
+ };
2992
+ }
2993
+ }
2994
+ exports.ListBandwidthPackagesResponse = ListBandwidthPackagesResponse;
2995
+ class ListBusiRegionsRequest extends $tea.Model {
2996
+ constructor(map) {
2997
+ super(map);
2998
+ }
2999
+ static names() {
3000
+ return {
3001
+ regionId: 'RegionId',
3002
+ };
3003
+ }
3004
+ static types() {
3005
+ return {
3006
+ regionId: 'string',
3007
+ };
3008
+ }
3009
+ }
3010
+ exports.ListBusiRegionsRequest = ListBusiRegionsRequest;
3011
+ class ListBusiRegionsResponseBody extends $tea.Model {
3012
+ constructor(map) {
3013
+ super(map);
3014
+ }
3015
+ static names() {
3016
+ return {
3017
+ requestId: 'RequestId',
3018
+ regions: 'Regions',
3019
+ };
3020
+ }
3021
+ static types() {
3022
+ return {
3023
+ requestId: 'string',
3024
+ regions: { 'type': 'array', 'itemType': ListBusiRegionsResponseBodyRegions },
3025
+ };
3026
+ }
3027
+ }
3028
+ exports.ListBusiRegionsResponseBody = ListBusiRegionsResponseBody;
3029
+ class ListBusiRegionsResponse extends $tea.Model {
3030
+ constructor(map) {
3031
+ super(map);
3032
+ }
3033
+ static names() {
3034
+ return {
3035
+ headers: 'headers',
3036
+ body: 'body',
3037
+ };
3038
+ }
3039
+ static types() {
3040
+ return {
3041
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3042
+ body: ListBusiRegionsResponseBody,
3043
+ };
3044
+ }
3045
+ }
3046
+ exports.ListBusiRegionsResponse = ListBusiRegionsResponse;
3047
+ class ListEndpointGroupsRequest extends $tea.Model {
3048
+ constructor(map) {
3049
+ super(map);
3050
+ }
3051
+ static names() {
3052
+ return {
3053
+ regionId: 'RegionId',
3054
+ pageNumber: 'PageNumber',
3055
+ pageSize: 'PageSize',
3056
+ acceleratorId: 'AcceleratorId',
3057
+ listenerId: 'ListenerId',
3058
+ endpointGroupType: 'EndpointGroupType',
3059
+ accessLogSwitch: 'AccessLogSwitch',
3060
+ endpointGroupId: 'EndpointGroupId',
3061
+ };
3062
+ }
3063
+ static types() {
3064
+ return {
3065
+ regionId: 'string',
3066
+ pageNumber: 'number',
3067
+ pageSize: 'number',
3068
+ acceleratorId: 'string',
3069
+ listenerId: 'string',
3070
+ endpointGroupType: 'string',
3071
+ accessLogSwitch: 'string',
3072
+ endpointGroupId: 'string',
3073
+ };
3074
+ }
3075
+ }
3076
+ exports.ListEndpointGroupsRequest = ListEndpointGroupsRequest;
3077
+ class ListEndpointGroupsResponseBody extends $tea.Model {
3078
+ constructor(map) {
3079
+ super(map);
3080
+ }
3081
+ static names() {
3082
+ return {
3083
+ totalCount: 'TotalCount',
3084
+ pageSize: 'PageSize',
3085
+ requestId: 'RequestId',
3086
+ pageNumber: 'PageNumber',
3087
+ endpointGroups: 'EndpointGroups',
3088
+ };
3089
+ }
3090
+ static types() {
3091
+ return {
3092
+ totalCount: 'number',
3093
+ pageSize: 'number',
3094
+ requestId: 'string',
3095
+ pageNumber: 'number',
3096
+ endpointGroups: { 'type': 'array', 'itemType': ListEndpointGroupsResponseBodyEndpointGroups },
3097
+ };
3098
+ }
3099
+ }
3100
+ exports.ListEndpointGroupsResponseBody = ListEndpointGroupsResponseBody;
3101
+ class ListEndpointGroupsResponse extends $tea.Model {
3102
+ constructor(map) {
3103
+ super(map);
3104
+ }
3105
+ static names() {
3106
+ return {
3107
+ headers: 'headers',
3108
+ body: 'body',
3109
+ };
3110
+ }
3111
+ static types() {
3112
+ return {
3113
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3114
+ body: ListEndpointGroupsResponseBody,
3115
+ };
3116
+ }
3117
+ }
3118
+ exports.ListEndpointGroupsResponse = ListEndpointGroupsResponse;
3119
+ class ListForwardingRulesRequest extends $tea.Model {
3120
+ constructor(map) {
3121
+ super(map);
3122
+ }
3123
+ static names() {
3124
+ return {
3125
+ regionId: 'RegionId',
3126
+ clientToken: 'ClientToken',
3127
+ listenerId: 'ListenerId',
3128
+ acceleratorId: 'AcceleratorId',
3129
+ forwardingRuleId: 'ForwardingRuleId',
3130
+ nextToken: 'NextToken',
3131
+ maxResults: 'MaxResults',
3132
+ };
3133
+ }
3134
+ static types() {
3135
+ return {
3136
+ regionId: 'string',
3137
+ clientToken: 'string',
3138
+ listenerId: 'string',
3139
+ acceleratorId: 'string',
3140
+ forwardingRuleId: 'string',
3141
+ nextToken: 'string',
3142
+ maxResults: 'number',
3143
+ };
3144
+ }
3145
+ }
3146
+ exports.ListForwardingRulesRequest = ListForwardingRulesRequest;
3147
+ class ListForwardingRulesResponseBody extends $tea.Model {
3148
+ constructor(map) {
3149
+ super(map);
3150
+ }
3151
+ static names() {
3152
+ return {
3153
+ requestId: 'RequestId',
3154
+ totalCount: 'TotalCount',
3155
+ nextToken: 'NextToken',
3156
+ maxResults: 'MaxResults',
3157
+ forwardingRules: 'ForwardingRules',
3158
+ };
3159
+ }
3160
+ static types() {
3161
+ return {
3162
+ requestId: 'string',
3163
+ totalCount: 'number',
3164
+ nextToken: 'string',
3165
+ maxResults: 'number',
3166
+ forwardingRules: { 'type': 'array', 'itemType': ListForwardingRulesResponseBodyForwardingRules },
3167
+ };
3168
+ }
3169
+ }
3170
+ exports.ListForwardingRulesResponseBody = ListForwardingRulesResponseBody;
3171
+ class ListForwardingRulesResponse extends $tea.Model {
3172
+ constructor(map) {
3173
+ super(map);
3174
+ }
3175
+ static names() {
3176
+ return {
3177
+ headers: 'headers',
3178
+ body: 'body',
3179
+ };
3180
+ }
3181
+ static types() {
3182
+ return {
3183
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3184
+ body: ListForwardingRulesResponseBody,
3185
+ };
3186
+ }
3187
+ }
3188
+ exports.ListForwardingRulesResponse = ListForwardingRulesResponse;
3189
+ class ListIpSetsRequest extends $tea.Model {
3190
+ constructor(map) {
3191
+ super(map);
3192
+ }
3193
+ static names() {
3194
+ return {
3195
+ regionId: 'RegionId',
3196
+ pageNumber: 'PageNumber',
3197
+ pageSize: 'PageSize',
3198
+ acceleratorId: 'AcceleratorId',
3199
+ };
3200
+ }
3201
+ static types() {
3202
+ return {
3203
+ regionId: 'string',
3204
+ pageNumber: 'number',
3205
+ pageSize: 'number',
3206
+ acceleratorId: 'string',
3207
+ };
3208
+ }
3209
+ }
3210
+ exports.ListIpSetsRequest = ListIpSetsRequest;
3211
+ class ListIpSetsResponseBody extends $tea.Model {
3212
+ constructor(map) {
3213
+ super(map);
3214
+ }
3215
+ static names() {
3216
+ return {
3217
+ totalCount: 'TotalCount',
3218
+ pageSize: 'PageSize',
3219
+ requestId: 'RequestId',
3220
+ pageNumber: 'PageNumber',
3221
+ ipSets: 'IpSets',
3222
+ };
3223
+ }
3224
+ static types() {
3225
+ return {
3226
+ totalCount: 'number',
3227
+ pageSize: 'number',
3228
+ requestId: 'string',
3229
+ pageNumber: 'number',
3230
+ ipSets: { 'type': 'array', 'itemType': ListIpSetsResponseBodyIpSets },
3231
+ };
3232
+ }
3233
+ }
3234
+ exports.ListIpSetsResponseBody = ListIpSetsResponseBody;
3235
+ class ListIpSetsResponse extends $tea.Model {
3236
+ constructor(map) {
3237
+ super(map);
3238
+ }
3239
+ static names() {
3240
+ return {
3241
+ headers: 'headers',
3242
+ body: 'body',
3243
+ };
3244
+ }
3245
+ static types() {
3246
+ return {
3247
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3248
+ body: ListIpSetsResponseBody,
3249
+ };
3250
+ }
3251
+ }
3252
+ exports.ListIpSetsResponse = ListIpSetsResponse;
3253
+ class ListListenerCertificatesRequest extends $tea.Model {
3254
+ constructor(map) {
3255
+ super(map);
3256
+ }
3257
+ static names() {
3258
+ return {
3259
+ regionId: 'RegionId',
3260
+ acceleratorId: 'AcceleratorId',
3261
+ role: 'Role',
3262
+ listenerId: 'ListenerId',
3263
+ nextToken: 'NextToken',
3264
+ maxResults: 'MaxResults',
3265
+ };
3266
+ }
3267
+ static types() {
3268
+ return {
3269
+ regionId: 'string',
3270
+ acceleratorId: 'string',
3271
+ role: 'string',
3272
+ listenerId: 'string',
3273
+ nextToken: 'string',
3274
+ maxResults: 'number',
3275
+ };
3276
+ }
3277
+ }
3278
+ exports.ListListenerCertificatesRequest = ListListenerCertificatesRequest;
3279
+ class ListListenerCertificatesResponseBody extends $tea.Model {
3280
+ constructor(map) {
3281
+ super(map);
3282
+ }
3283
+ static names() {
3284
+ return {
3285
+ requestId: 'RequestId',
3286
+ totalCount: 'TotalCount',
3287
+ nextToken: 'NextToken',
3288
+ maxResults: 'MaxResults',
3289
+ certificates: 'Certificates',
3290
+ };
3291
+ }
3292
+ static types() {
3293
+ return {
3294
+ requestId: 'string',
3295
+ totalCount: 'number',
3296
+ nextToken: 'string',
3297
+ maxResults: 'number',
3298
+ certificates: { 'type': 'array', 'itemType': ListListenerCertificatesResponseBodyCertificates },
3299
+ };
3300
+ }
3301
+ }
3302
+ exports.ListListenerCertificatesResponseBody = ListListenerCertificatesResponseBody;
3303
+ class ListListenerCertificatesResponse extends $tea.Model {
3304
+ constructor(map) {
3305
+ super(map);
3306
+ }
3307
+ static names() {
3308
+ return {
3309
+ headers: 'headers',
3310
+ body: 'body',
3311
+ };
3312
+ }
3313
+ static types() {
3314
+ return {
3315
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3316
+ body: ListListenerCertificatesResponseBody,
3317
+ };
3318
+ }
3319
+ }
3320
+ exports.ListListenerCertificatesResponse = ListListenerCertificatesResponse;
3321
+ class ListListenersRequest extends $tea.Model {
3322
+ constructor(map) {
3323
+ super(map);
3324
+ }
3325
+ static names() {
3326
+ return {
3327
+ regionId: 'RegionId',
3328
+ pageNumber: 'PageNumber',
3329
+ pageSize: 'PageSize',
3330
+ acceleratorId: 'AcceleratorId',
3331
+ };
3332
+ }
3333
+ static types() {
3334
+ return {
3335
+ regionId: 'string',
3336
+ pageNumber: 'number',
3337
+ pageSize: 'number',
3338
+ acceleratorId: 'string',
3339
+ };
3340
+ }
3341
+ }
3342
+ exports.ListListenersRequest = ListListenersRequest;
3343
+ class ListListenersResponseBody extends $tea.Model {
3344
+ constructor(map) {
3345
+ super(map);
3346
+ }
3347
+ static names() {
3348
+ return {
3349
+ totalCount: 'TotalCount',
3350
+ listeners: 'Listeners',
3351
+ pageSize: 'PageSize',
3352
+ requestId: 'RequestId',
3353
+ pageNumber: 'PageNumber',
3354
+ };
3355
+ }
3356
+ static types() {
3357
+ return {
3358
+ totalCount: 'number',
3359
+ listeners: { 'type': 'array', 'itemType': ListListenersResponseBodyListeners },
3360
+ pageSize: 'number',
3361
+ requestId: 'string',
3362
+ pageNumber: 'number',
3363
+ };
3364
+ }
3365
+ }
3366
+ exports.ListListenersResponseBody = ListListenersResponseBody;
3367
+ class ListListenersResponse extends $tea.Model {
3368
+ constructor(map) {
3369
+ super(map);
3370
+ }
3371
+ static names() {
3372
+ return {
3373
+ headers: 'headers',
3374
+ body: 'body',
3375
+ };
3376
+ }
3377
+ static types() {
3378
+ return {
3379
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3380
+ body: ListListenersResponseBody,
3381
+ };
3382
+ }
3383
+ }
3384
+ exports.ListListenersResponse = ListListenersResponse;
3385
+ class ListSpareIpsRequest extends $tea.Model {
3386
+ constructor(map) {
3387
+ super(map);
3388
+ }
3389
+ static names() {
3390
+ return {
3391
+ regionId: 'RegionId',
3392
+ clientToken: 'ClientToken',
3393
+ dryRun: 'DryRun',
3394
+ acceleratorId: 'AcceleratorId',
3395
+ };
3396
+ }
3397
+ static types() {
3398
+ return {
3399
+ regionId: 'string',
3400
+ clientToken: 'string',
3401
+ dryRun: 'boolean',
3402
+ acceleratorId: 'string',
3403
+ };
3404
+ }
3405
+ }
3406
+ exports.ListSpareIpsRequest = ListSpareIpsRequest;
3407
+ class ListSpareIpsResponseBody extends $tea.Model {
3408
+ constructor(map) {
3409
+ super(map);
3410
+ }
3411
+ static names() {
3412
+ return {
3413
+ requestId: 'RequestId',
3414
+ spareIps: 'SpareIps',
3415
+ };
3416
+ }
3417
+ static types() {
3418
+ return {
3419
+ requestId: 'string',
3420
+ spareIps: { 'type': 'array', 'itemType': ListSpareIpsResponseBodySpareIps },
3421
+ };
3422
+ }
3423
+ }
3424
+ exports.ListSpareIpsResponseBody = ListSpareIpsResponseBody;
3425
+ class ListSpareIpsResponse extends $tea.Model {
3426
+ constructor(map) {
3427
+ super(map);
3428
+ }
3429
+ static names() {
3430
+ return {
3431
+ headers: 'headers',
3432
+ body: 'body',
3433
+ };
3434
+ }
3435
+ static types() {
3436
+ return {
3437
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3438
+ body: ListSpareIpsResponseBody,
3439
+ };
3440
+ }
3441
+ }
3442
+ exports.ListSpareIpsResponse = ListSpareIpsResponse;
3443
+ class ListSystemSecurityPoliciesRequest extends $tea.Model {
3444
+ constructor(map) {
3445
+ super(map);
3446
+ }
3447
+ static names() {
3448
+ return {
3449
+ regionId: 'RegionId',
3450
+ pageNumber: 'PageNumber',
3451
+ pageSize: 'PageSize',
3452
+ };
3453
+ }
3454
+ static types() {
3455
+ return {
3456
+ regionId: 'string',
3457
+ pageNumber: 'number',
3458
+ pageSize: 'number',
3459
+ };
3460
+ }
3461
+ }
3462
+ exports.ListSystemSecurityPoliciesRequest = ListSystemSecurityPoliciesRequest;
3463
+ class ListSystemSecurityPoliciesResponseBody extends $tea.Model {
3464
+ constructor(map) {
3465
+ super(map);
3466
+ }
3467
+ static names() {
3468
+ return {
3469
+ requestId: 'RequestId',
3470
+ totalCount: 'TotalCount',
3471
+ pageSize: 'PageSize',
3472
+ pageNumber: 'PageNumber',
3473
+ securityPolicies: 'SecurityPolicies',
3474
+ };
3475
+ }
3476
+ static types() {
3477
+ return {
3478
+ requestId: 'string',
3479
+ totalCount: 'number',
3480
+ pageSize: 'number',
3481
+ pageNumber: 'number',
3482
+ securityPolicies: { 'type': 'array', 'itemType': ListSystemSecurityPoliciesResponseBodySecurityPolicies },
3483
+ };
3484
+ }
3485
+ }
3486
+ exports.ListSystemSecurityPoliciesResponseBody = ListSystemSecurityPoliciesResponseBody;
3487
+ class ListSystemSecurityPoliciesResponse extends $tea.Model {
3488
+ constructor(map) {
3489
+ super(map);
3490
+ }
3491
+ static names() {
3492
+ return {
3493
+ headers: 'headers',
3494
+ body: 'body',
3495
+ };
3496
+ }
3497
+ static types() {
3498
+ return {
3499
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3500
+ body: ListSystemSecurityPoliciesResponseBody,
3501
+ };
3502
+ }
3503
+ }
3504
+ exports.ListSystemSecurityPoliciesResponse = ListSystemSecurityPoliciesResponse;
3505
+ class RemoveEntriesFromAclRequest extends $tea.Model {
3506
+ constructor(map) {
3507
+ super(map);
3508
+ }
3509
+ static names() {
3510
+ return {
3511
+ regionId: 'RegionId',
3512
+ aclId: 'AclId',
3513
+ aclEntries: 'AclEntries',
3514
+ clientToken: 'ClientToken',
3515
+ dryRun: 'DryRun',
3516
+ };
3517
+ }
3518
+ static types() {
3519
+ return {
3520
+ regionId: 'string',
3521
+ aclId: 'string',
3522
+ aclEntries: { 'type': 'array', 'itemType': RemoveEntriesFromAclRequestAclEntries },
3523
+ clientToken: 'string',
3524
+ dryRun: 'boolean',
2071
3525
  };
2072
3526
  }
2073
3527
  }
2074
- exports.ListForwardingRulesRequest = ListForwardingRulesRequest;
2075
- class ListForwardingRulesResponseBody extends $tea.Model {
3528
+ exports.RemoveEntriesFromAclRequest = RemoveEntriesFromAclRequest;
3529
+ class RemoveEntriesFromAclResponseBody extends $tea.Model {
2076
3530
  constructor(map) {
2077
3531
  super(map);
2078
3532
  }
2079
3533
  static names() {
2080
3534
  return {
2081
3535
  requestId: 'RequestId',
2082
- totalCount: 'TotalCount',
2083
- nextToken: 'NextToken',
2084
- maxResults: 'MaxResults',
2085
- forwardingRules: 'ForwardingRules',
3536
+ aclId: 'AclId',
2086
3537
  };
2087
3538
  }
2088
3539
  static types() {
2089
3540
  return {
2090
3541
  requestId: 'string',
2091
- totalCount: 'number',
2092
- nextToken: 'string',
2093
- maxResults: 'number',
2094
- forwardingRules: { 'type': 'array', 'itemType': ListForwardingRulesResponseBodyForwardingRules },
3542
+ aclId: 'string',
2095
3543
  };
2096
3544
  }
2097
3545
  }
2098
- exports.ListForwardingRulesResponseBody = ListForwardingRulesResponseBody;
2099
- class ListForwardingRulesResponse extends $tea.Model {
3546
+ exports.RemoveEntriesFromAclResponseBody = RemoveEntriesFromAclResponseBody;
3547
+ class RemoveEntriesFromAclResponse extends $tea.Model {
2100
3548
  constructor(map) {
2101
3549
  super(map);
2102
3550
  }
@@ -2109,58 +3557,48 @@ class ListForwardingRulesResponse extends $tea.Model {
2109
3557
  static types() {
2110
3558
  return {
2111
3559
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2112
- body: ListForwardingRulesResponseBody,
3560
+ body: RemoveEntriesFromAclResponseBody,
2113
3561
  };
2114
3562
  }
2115
3563
  }
2116
- exports.ListForwardingRulesResponse = ListForwardingRulesResponse;
2117
- class ListIpSetsRequest extends $tea.Model {
3564
+ exports.RemoveEntriesFromAclResponse = RemoveEntriesFromAclResponse;
3565
+ class ReplaceBandwidthPackageRequest extends $tea.Model {
2118
3566
  constructor(map) {
2119
3567
  super(map);
2120
3568
  }
2121
3569
  static names() {
2122
3570
  return {
2123
3571
  regionId: 'RegionId',
2124
- pageNumber: 'PageNumber',
2125
- pageSize: 'PageSize',
2126
- acceleratorId: 'AcceleratorId',
3572
+ bandwidthPackageId: 'BandwidthPackageId',
3573
+ targetBandwidthPackageId: 'TargetBandwidthPackageId',
2127
3574
  };
2128
3575
  }
2129
3576
  static types() {
2130
3577
  return {
2131
3578
  regionId: 'string',
2132
- pageNumber: 'number',
2133
- pageSize: 'number',
2134
- acceleratorId: 'string',
3579
+ bandwidthPackageId: 'string',
3580
+ targetBandwidthPackageId: 'string',
2135
3581
  };
2136
3582
  }
2137
3583
  }
2138
- exports.ListIpSetsRequest = ListIpSetsRequest;
2139
- class ListIpSetsResponseBody extends $tea.Model {
3584
+ exports.ReplaceBandwidthPackageRequest = ReplaceBandwidthPackageRequest;
3585
+ class ReplaceBandwidthPackageResponseBody extends $tea.Model {
2140
3586
  constructor(map) {
2141
3587
  super(map);
2142
3588
  }
2143
3589
  static names() {
2144
3590
  return {
2145
- totalCount: 'TotalCount',
2146
- pageSize: 'PageSize',
2147
3591
  requestId: 'RequestId',
2148
- pageNumber: 'PageNumber',
2149
- ipSets: 'IpSets',
2150
3592
  };
2151
3593
  }
2152
3594
  static types() {
2153
3595
  return {
2154
- totalCount: 'number',
2155
- pageSize: 'number',
2156
3596
  requestId: 'string',
2157
- pageNumber: 'number',
2158
- ipSets: { 'type': 'array', 'itemType': ListIpSetsResponseBodyIpSets },
2159
3597
  };
2160
3598
  }
2161
3599
  }
2162
- exports.ListIpSetsResponseBody = ListIpSetsResponseBody;
2163
- class ListIpSetsResponse extends $tea.Model {
3600
+ exports.ReplaceBandwidthPackageResponseBody = ReplaceBandwidthPackageResponseBody;
3601
+ class ReplaceBandwidthPackageResponse extends $tea.Model {
2164
3602
  constructor(map) {
2165
3603
  super(map);
2166
3604
  }
@@ -2173,58 +3611,58 @@ class ListIpSetsResponse extends $tea.Model {
2173
3611
  static types() {
2174
3612
  return {
2175
3613
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2176
- body: ListIpSetsResponseBody,
3614
+ body: ReplaceBandwidthPackageResponseBody,
2177
3615
  };
2178
3616
  }
2179
3617
  }
2180
- exports.ListIpSetsResponse = ListIpSetsResponse;
2181
- class ListListenersRequest extends $tea.Model {
3618
+ exports.ReplaceBandwidthPackageResponse = ReplaceBandwidthPackageResponse;
3619
+ class UpdateAcceleratorRequest extends $tea.Model {
2182
3620
  constructor(map) {
2183
3621
  super(map);
2184
3622
  }
2185
3623
  static names() {
2186
3624
  return {
2187
3625
  regionId: 'RegionId',
2188
- pageNumber: 'PageNumber',
2189
- pageSize: 'PageSize',
3626
+ clientToken: 'ClientToken',
3627
+ name: 'Name',
3628
+ description: 'Description',
2190
3629
  acceleratorId: 'AcceleratorId',
3630
+ spec: 'Spec',
3631
+ autoPay: 'AutoPay',
3632
+ autoUseCoupon: 'AutoUseCoupon',
2191
3633
  };
2192
3634
  }
2193
3635
  static types() {
2194
3636
  return {
2195
3637
  regionId: 'string',
2196
- pageNumber: 'number',
2197
- pageSize: 'number',
3638
+ clientToken: 'string',
3639
+ name: 'string',
3640
+ description: 'string',
2198
3641
  acceleratorId: 'string',
3642
+ spec: 'string',
3643
+ autoPay: 'boolean',
3644
+ autoUseCoupon: 'boolean',
2199
3645
  };
2200
3646
  }
2201
3647
  }
2202
- exports.ListListenersRequest = ListListenersRequest;
2203
- class ListListenersResponseBody extends $tea.Model {
3648
+ exports.UpdateAcceleratorRequest = UpdateAcceleratorRequest;
3649
+ class UpdateAcceleratorResponseBody extends $tea.Model {
2204
3650
  constructor(map) {
2205
3651
  super(map);
2206
3652
  }
2207
3653
  static names() {
2208
3654
  return {
2209
- totalCount: 'TotalCount',
2210
- listeners: 'Listeners',
2211
- pageSize: 'PageSize',
2212
3655
  requestId: 'RequestId',
2213
- pageNumber: 'PageNumber',
2214
3656
  };
2215
3657
  }
2216
3658
  static types() {
2217
3659
  return {
2218
- totalCount: 'number',
2219
- listeners: { 'type': 'array', 'itemType': ListListenersResponseBodyListeners },
2220
- pageSize: 'number',
2221
3660
  requestId: 'string',
2222
- pageNumber: 'number',
2223
3661
  };
2224
3662
  }
2225
3663
  }
2226
- exports.ListListenersResponseBody = ListListenersResponseBody;
2227
- class ListListenersResponse extends $tea.Model {
3664
+ exports.UpdateAcceleratorResponseBody = UpdateAcceleratorResponseBody;
3665
+ class UpdateAcceleratorResponse extends $tea.Model {
2228
3666
  constructor(map) {
2229
3667
  super(map);
2230
3668
  }
@@ -2237,32 +3675,30 @@ class ListListenersResponse extends $tea.Model {
2237
3675
  static types() {
2238
3676
  return {
2239
3677
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2240
- body: ListListenersResponseBody,
3678
+ body: UpdateAcceleratorResponseBody,
2241
3679
  };
2242
3680
  }
2243
3681
  }
2244
- exports.ListListenersResponse = ListListenersResponse;
2245
- class ReplaceBandwidthPackageRequest extends $tea.Model {
3682
+ exports.UpdateAcceleratorResponse = UpdateAcceleratorResponse;
3683
+ class UpdateAcceleratorConfirmRequest extends $tea.Model {
2246
3684
  constructor(map) {
2247
3685
  super(map);
2248
3686
  }
2249
3687
  static names() {
2250
3688
  return {
2251
3689
  regionId: 'RegionId',
2252
- bandwidthPackageId: 'BandwidthPackageId',
2253
- targetBandwidthPackageId: 'TargetBandwidthPackageId',
3690
+ acceleratorId: 'AcceleratorId',
2254
3691
  };
2255
3692
  }
2256
3693
  static types() {
2257
3694
  return {
2258
3695
  regionId: 'string',
2259
- bandwidthPackageId: 'string',
2260
- targetBandwidthPackageId: 'string',
3696
+ acceleratorId: 'string',
2261
3697
  };
2262
3698
  }
2263
3699
  }
2264
- exports.ReplaceBandwidthPackageRequest = ReplaceBandwidthPackageRequest;
2265
- class ReplaceBandwidthPackageResponseBody extends $tea.Model {
3700
+ exports.UpdateAcceleratorConfirmRequest = UpdateAcceleratorConfirmRequest;
3701
+ class UpdateAcceleratorConfirmResponseBody extends $tea.Model {
2266
3702
  constructor(map) {
2267
3703
  super(map);
2268
3704
  }
@@ -2277,8 +3713,8 @@ class ReplaceBandwidthPackageResponseBody extends $tea.Model {
2277
3713
  };
2278
3714
  }
2279
3715
  }
2280
- exports.ReplaceBandwidthPackageResponseBody = ReplaceBandwidthPackageResponseBody;
2281
- class ReplaceBandwidthPackageResponse extends $tea.Model {
3716
+ exports.UpdateAcceleratorConfirmResponseBody = UpdateAcceleratorConfirmResponseBody;
3717
+ class UpdateAcceleratorConfirmResponse extends $tea.Model {
2282
3718
  constructor(map) {
2283
3719
  super(map);
2284
3720
  }
@@ -2291,60 +3727,54 @@ class ReplaceBandwidthPackageResponse extends $tea.Model {
2291
3727
  static types() {
2292
3728
  return {
2293
3729
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2294
- body: ReplaceBandwidthPackageResponseBody,
3730
+ body: UpdateAcceleratorConfirmResponseBody,
2295
3731
  };
2296
3732
  }
2297
3733
  }
2298
- exports.ReplaceBandwidthPackageResponse = ReplaceBandwidthPackageResponse;
2299
- class UpdateAcceleratorRequest extends $tea.Model {
3734
+ exports.UpdateAcceleratorConfirmResponse = UpdateAcceleratorConfirmResponse;
3735
+ class UpdateAclAttributeRequest extends $tea.Model {
2300
3736
  constructor(map) {
2301
3737
  super(map);
2302
3738
  }
2303
3739
  static names() {
2304
3740
  return {
2305
3741
  regionId: 'RegionId',
3742
+ aclId: 'AclId',
3743
+ aclName: 'AclName',
2306
3744
  clientToken: 'ClientToken',
2307
- name: 'Name',
2308
- description: 'Description',
2309
- acceleratorId: 'AcceleratorId',
2310
- spec: 'Spec',
2311
- autoPay: 'AutoPay',
2312
- autoUseCoupon: 'AutoUseCoupon',
2313
- promotionOptionNo: 'PromotionOptionNo',
3745
+ dryRun: 'DryRun',
2314
3746
  };
2315
3747
  }
2316
3748
  static types() {
2317
3749
  return {
2318
3750
  regionId: 'string',
3751
+ aclId: 'string',
3752
+ aclName: 'string',
2319
3753
  clientToken: 'string',
2320
- name: 'string',
2321
- description: 'string',
2322
- acceleratorId: 'string',
2323
- spec: 'string',
2324
- autoPay: 'boolean',
2325
- autoUseCoupon: 'boolean',
2326
- promotionOptionNo: 'string',
3754
+ dryRun: 'boolean',
2327
3755
  };
2328
3756
  }
2329
3757
  }
2330
- exports.UpdateAcceleratorRequest = UpdateAcceleratorRequest;
2331
- class UpdateAcceleratorResponseBody extends $tea.Model {
3758
+ exports.UpdateAclAttributeRequest = UpdateAclAttributeRequest;
3759
+ class UpdateAclAttributeResponseBody extends $tea.Model {
2332
3760
  constructor(map) {
2333
3761
  super(map);
2334
3762
  }
2335
3763
  static names() {
2336
3764
  return {
2337
3765
  requestId: 'RequestId',
3766
+ aclId: 'AclId',
2338
3767
  };
2339
3768
  }
2340
3769
  static types() {
2341
3770
  return {
2342
3771
  requestId: 'string',
3772
+ aclId: 'string',
2343
3773
  };
2344
3774
  }
2345
3775
  }
2346
- exports.UpdateAcceleratorResponseBody = UpdateAcceleratorResponseBody;
2347
- class UpdateAcceleratorResponse extends $tea.Model {
3776
+ exports.UpdateAclAttributeResponseBody = UpdateAclAttributeResponseBody;
3777
+ class UpdateAclAttributeResponse extends $tea.Model {
2348
3778
  constructor(map) {
2349
3779
  super(map);
2350
3780
  }
@@ -2357,11 +3787,11 @@ class UpdateAcceleratorResponse extends $tea.Model {
2357
3787
  static types() {
2358
3788
  return {
2359
3789
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2360
- body: UpdateAcceleratorResponseBody,
3790
+ body: UpdateAclAttributeResponseBody,
2361
3791
  };
2362
3792
  }
2363
3793
  }
2364
- exports.UpdateAcceleratorResponse = UpdateAcceleratorResponse;
3794
+ exports.UpdateAclAttributeResponse = UpdateAclAttributeResponse;
2365
3795
  class UpdateBandwidthPackageRequest extends $tea.Model {
2366
3796
  constructor(map) {
2367
3797
  super(map);
@@ -2376,7 +3806,6 @@ class UpdateBandwidthPackageRequest extends $tea.Model {
2376
3806
  bandwidthType: 'BandwidthType',
2377
3807
  autoPay: 'AutoPay',
2378
3808
  autoUseCoupon: 'AutoUseCoupon',
2379
- promotionOptionNo: 'PromotionOptionNo',
2380
3809
  };
2381
3810
  }
2382
3811
  static types() {
@@ -2389,7 +3818,6 @@ class UpdateBandwidthPackageRequest extends $tea.Model {
2389
3818
  bandwidthType: 'string',
2390
3819
  autoPay: 'boolean',
2391
3820
  autoUseCoupon: 'boolean',
2392
- promotionOptionNo: 'string',
2393
3821
  };
2394
3822
  }
2395
3823
  }
@@ -2455,6 +3883,7 @@ class UpdateEndpointGroupRequest extends $tea.Model {
2455
3883
  endpointConfigurations: 'EndpointConfigurations',
2456
3884
  endpointRequestProtocol: 'EndpointRequestProtocol',
2457
3885
  portOverrides: 'PortOverrides',
3886
+ healthCheckEnabled: 'HealthCheckEnabled',
2458
3887
  };
2459
3888
  }
2460
3889
  static types() {
@@ -2474,6 +3903,7 @@ class UpdateEndpointGroupRequest extends $tea.Model {
2474
3903
  endpointConfigurations: { 'type': 'array', 'itemType': UpdateEndpointGroupRequestEndpointConfigurations },
2475
3904
  endpointRequestProtocol: 'string',
2476
3905
  portOverrides: { 'type': 'array', 'itemType': UpdateEndpointGroupRequestPortOverrides },
3906
+ healthCheckEnabled: 'boolean',
2477
3907
  };
2478
3908
  }
2479
3909
  }
@@ -2570,6 +4000,66 @@ class UpdateEndpointGroupAttributeResponse extends $tea.Model {
2570
4000
  }
2571
4001
  }
2572
4002
  exports.UpdateEndpointGroupAttributeResponse = UpdateEndpointGroupAttributeResponse;
4003
+ class UpdateEndpointGroupsRequest extends $tea.Model {
4004
+ constructor(map) {
4005
+ super(map);
4006
+ }
4007
+ static names() {
4008
+ return {
4009
+ regionId: 'RegionId',
4010
+ clientToken: 'ClientToken',
4011
+ dryRun: 'DryRun',
4012
+ endpointGroupConfigurations: 'EndpointGroupConfigurations',
4013
+ listenerId: 'ListenerId',
4014
+ };
4015
+ }
4016
+ static types() {
4017
+ return {
4018
+ regionId: 'string',
4019
+ clientToken: 'string',
4020
+ dryRun: 'boolean',
4021
+ endpointGroupConfigurations: { 'type': 'array', 'itemType': UpdateEndpointGroupsRequestEndpointGroupConfigurations },
4022
+ listenerId: 'string',
4023
+ };
4024
+ }
4025
+ }
4026
+ exports.UpdateEndpointGroupsRequest = UpdateEndpointGroupsRequest;
4027
+ class UpdateEndpointGroupsResponseBody extends $tea.Model {
4028
+ constructor(map) {
4029
+ super(map);
4030
+ }
4031
+ static names() {
4032
+ return {
4033
+ requestId: 'RequestId',
4034
+ endpointGroupIds: 'EndpointGroupIds',
4035
+ };
4036
+ }
4037
+ static types() {
4038
+ return {
4039
+ requestId: 'string',
4040
+ endpointGroupIds: { 'type': 'array', 'itemType': 'string' },
4041
+ };
4042
+ }
4043
+ }
4044
+ exports.UpdateEndpointGroupsResponseBody = UpdateEndpointGroupsResponseBody;
4045
+ class UpdateEndpointGroupsResponse extends $tea.Model {
4046
+ constructor(map) {
4047
+ super(map);
4048
+ }
4049
+ static names() {
4050
+ return {
4051
+ headers: 'headers',
4052
+ body: 'body',
4053
+ };
4054
+ }
4055
+ static types() {
4056
+ return {
4057
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4058
+ body: UpdateEndpointGroupsResponseBody,
4059
+ };
4060
+ }
4061
+ }
4062
+ exports.UpdateEndpointGroupsResponse = UpdateEndpointGroupsResponse;
2573
4063
  class UpdateForwardingRulesRequest extends $tea.Model {
2574
4064
  constructor(map) {
2575
4065
  super(map);
@@ -2755,6 +4245,8 @@ class UpdateListenerRequest extends $tea.Model {
2755
4245
  portRanges: 'PortRanges',
2756
4246
  certificates: 'Certificates',
2757
4247
  backendPorts: 'BackendPorts',
4248
+ XForwardedForConfig: 'XForwardedForConfig',
4249
+ securityPolicyId: 'SecurityPolicyId',
2758
4250
  };
2759
4251
  }
2760
4252
  static types() {
@@ -2770,6 +4262,8 @@ class UpdateListenerRequest extends $tea.Model {
2770
4262
  portRanges: { 'type': 'array', 'itemType': UpdateListenerRequestPortRanges },
2771
4263
  certificates: { 'type': 'array', 'itemType': UpdateListenerRequestCertificates },
2772
4264
  backendPorts: { 'type': 'array', 'itemType': UpdateListenerRequestBackendPorts },
4265
+ XForwardedForConfig: UpdateListenerRequestXForwardedForConfig,
4266
+ securityPolicyId: 'string',
2773
4267
  };
2774
4268
  }
2775
4269
  }
@@ -2808,6 +4302,60 @@ class UpdateListenerResponse extends $tea.Model {
2808
4302
  }
2809
4303
  }
2810
4304
  exports.UpdateListenerResponse = UpdateListenerResponse;
4305
+ class AddEntriesToAclRequestAclEntries extends $tea.Model {
4306
+ constructor(map) {
4307
+ super(map);
4308
+ }
4309
+ static names() {
4310
+ return {
4311
+ entry: 'Entry',
4312
+ entryDescription: 'EntryDescription',
4313
+ };
4314
+ }
4315
+ static types() {
4316
+ return {
4317
+ entry: 'string',
4318
+ entryDescription: 'string',
4319
+ };
4320
+ }
4321
+ }
4322
+ exports.AddEntriesToAclRequestAclEntries = AddEntriesToAclRequestAclEntries;
4323
+ class AssociateAdditionalCertificatesWithListenerRequestCertificates extends $tea.Model {
4324
+ constructor(map) {
4325
+ super(map);
4326
+ }
4327
+ static names() {
4328
+ return {
4329
+ id: 'Id',
4330
+ domain: 'Domain',
4331
+ };
4332
+ }
4333
+ static types() {
4334
+ return {
4335
+ id: 'string',
4336
+ domain: 'string',
4337
+ };
4338
+ }
4339
+ }
4340
+ exports.AssociateAdditionalCertificatesWithListenerRequestCertificates = AssociateAdditionalCertificatesWithListenerRequestCertificates;
4341
+ class CreateAclRequestAclEntries extends $tea.Model {
4342
+ constructor(map) {
4343
+ super(map);
4344
+ }
4345
+ static names() {
4346
+ return {
4347
+ entry: 'Entry',
4348
+ entryDescription: 'EntryDescription',
4349
+ };
4350
+ }
4351
+ static types() {
4352
+ return {
4353
+ entry: 'string',
4354
+ entryDescription: 'string',
4355
+ };
4356
+ }
4357
+ }
4358
+ exports.CreateAclRequestAclEntries = CreateAclRequestAclEntries;
2811
4359
  class CreateEndpointGroupRequestEndpointConfigurations extends $tea.Model {
2812
4360
  constructor(map) {
2813
4361
  super(map);
@@ -2829,25 +4377,109 @@ class CreateEndpointGroupRequestEndpointConfigurations extends $tea.Model {
2829
4377
  };
2830
4378
  }
2831
4379
  }
2832
- exports.CreateEndpointGroupRequestEndpointConfigurations = CreateEndpointGroupRequestEndpointConfigurations;
2833
- class CreateEndpointGroupRequestPortOverrides extends $tea.Model {
4380
+ exports.CreateEndpointGroupRequestEndpointConfigurations = CreateEndpointGroupRequestEndpointConfigurations;
4381
+ class CreateEndpointGroupRequestPortOverrides extends $tea.Model {
4382
+ constructor(map) {
4383
+ super(map);
4384
+ }
4385
+ static names() {
4386
+ return {
4387
+ listenerPort: 'ListenerPort',
4388
+ endpointPort: 'EndpointPort',
4389
+ };
4390
+ }
4391
+ static types() {
4392
+ return {
4393
+ listenerPort: 'number',
4394
+ endpointPort: 'number',
4395
+ };
4396
+ }
4397
+ }
4398
+ exports.CreateEndpointGroupRequestPortOverrides = CreateEndpointGroupRequestPortOverrides;
4399
+ class CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations extends $tea.Model {
4400
+ constructor(map) {
4401
+ super(map);
4402
+ }
4403
+ static names() {
4404
+ return {
4405
+ type: 'Type',
4406
+ weight: 'Weight',
4407
+ endpoint: 'Endpoint',
4408
+ };
4409
+ }
4410
+ static types() {
4411
+ return {
4412
+ type: 'string',
4413
+ weight: 'number',
4414
+ endpoint: 'string',
4415
+ };
4416
+ }
4417
+ }
4418
+ exports.CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations = CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations;
4419
+ class CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides extends $tea.Model {
4420
+ constructor(map) {
4421
+ super(map);
4422
+ }
4423
+ static names() {
4424
+ return {
4425
+ listenerPort: 'ListenerPort',
4426
+ endpointPort: 'EndpointPort',
4427
+ };
4428
+ }
4429
+ static types() {
4430
+ return {
4431
+ listenerPort: 'number',
4432
+ endpointPort: 'number',
4433
+ };
4434
+ }
4435
+ }
4436
+ exports.CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides = CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides;
4437
+ class CreateEndpointGroupsRequestEndpointGroupConfigurations extends $tea.Model {
2834
4438
  constructor(map) {
2835
4439
  super(map);
2836
4440
  }
2837
4441
  static names() {
2838
4442
  return {
2839
- listenerPort: 'ListenerPort',
2840
- endpointPort: 'EndpointPort',
4443
+ endpointGroupName: 'EndpointGroupName',
4444
+ endpointGroupDescription: 'EndpointGroupDescription',
4445
+ endpointGroupRegion: 'EndpointGroupRegion',
4446
+ trafficPercentage: 'TrafficPercentage',
4447
+ healthCheckEnabled: 'HealthCheckEnabled',
4448
+ healthCheckIntervalSeconds: 'HealthCheckIntervalSeconds',
4449
+ healthCheckPath: 'HealthCheckPath',
4450
+ healthCheckPort: 'HealthCheckPort',
4451
+ healthCheckProtocol: 'HealthCheckProtocol',
4452
+ thresholdCount: 'ThresholdCount',
4453
+ endpointConfigurations: 'EndpointConfigurations',
4454
+ endpointRequestProtocol: 'EndpointRequestProtocol',
4455
+ endpointGroupType: 'EndpointGroupType',
4456
+ portOverrides: 'PortOverrides',
4457
+ enableClientIPPreservationToa: 'EnableClientIPPreservationToa',
4458
+ enableClientIPPreservationProxyProtocol: 'EnableClientIPPreservationProxyProtocol',
2841
4459
  };
2842
4460
  }
2843
4461
  static types() {
2844
4462
  return {
2845
- listenerPort: 'number',
2846
- endpointPort: 'number',
4463
+ endpointGroupName: 'string',
4464
+ endpointGroupDescription: 'string',
4465
+ endpointGroupRegion: 'string',
4466
+ trafficPercentage: 'number',
4467
+ healthCheckEnabled: 'boolean',
4468
+ healthCheckIntervalSeconds: 'number',
4469
+ healthCheckPath: 'string',
4470
+ healthCheckPort: 'number',
4471
+ healthCheckProtocol: 'string',
4472
+ thresholdCount: 'number',
4473
+ endpointConfigurations: { 'type': 'array', 'itemType': CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations },
4474
+ endpointRequestProtocol: 'string',
4475
+ endpointGroupType: 'string',
4476
+ portOverrides: { 'type': 'array', 'itemType': CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides },
4477
+ enableClientIPPreservationToa: 'boolean',
4478
+ enableClientIPPreservationProxyProtocol: 'boolean',
2847
4479
  };
2848
4480
  }
2849
4481
  }
2850
- exports.CreateEndpointGroupRequestPortOverrides = CreateEndpointGroupRequestPortOverrides;
4482
+ exports.CreateEndpointGroupsRequestEndpointGroupConfigurations = CreateEndpointGroupsRequestEndpointGroupConfigurations;
2851
4483
  class CreateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig extends $tea.Model {
2852
4484
  constructor(map) {
2853
4485
  super(map);
@@ -3019,7 +4651,6 @@ class CreateIpSetsResponseBodyIpSets extends $tea.Model {
3019
4651
  accelerateRegionId: 'AccelerateRegionId',
3020
4652
  bandwidth: 'Bandwidth',
3021
4653
  ipSetId: 'IpSetId',
3022
- ipList: 'IpList',
3023
4654
  };
3024
4655
  }
3025
4656
  static types() {
@@ -3027,7 +4658,6 @@ class CreateIpSetsResponseBodyIpSets extends $tea.Model {
3027
4658
  accelerateRegionId: 'string',
3028
4659
  bandwidth: 'number',
3029
4660
  ipSetId: 'string',
3030
- ipList: { 'type': 'array', 'itemType': 'string' },
3031
4661
  };
3032
4662
  }
3033
4663
  }
@@ -3066,18 +4696,30 @@ class CreateListenerRequestCertificates extends $tea.Model {
3066
4696
  }
3067
4697
  }
3068
4698
  exports.CreateListenerRequestCertificates = CreateListenerRequestCertificates;
3069
- class CreateListenerRequestBackendPorts extends $tea.Model {
4699
+ class CreateListenerRequestXForwardedForConfig extends $tea.Model {
4700
+ constructor(map) {
4701
+ super(map);
4702
+ }
3070
4703
  static names() {
3071
- return {};
4704
+ return {
4705
+ XForwardedForGaIdEnabled: 'XForwardedForGaIdEnabled',
4706
+ XForwardedForGaApEnabled: 'XForwardedForGaApEnabled',
4707
+ XForwardedForProtoEnabled: 'XForwardedForProtoEnabled',
4708
+ XForwardedForPortEnabled: 'XForwardedForPortEnabled',
4709
+ XRealIpEnabled: 'XRealIpEnabled',
4710
+ };
3072
4711
  }
3073
4712
  static types() {
3074
- return {};
3075
- }
3076
- constructor(map) {
3077
- super(map);
4713
+ return {
4714
+ XForwardedForGaIdEnabled: 'boolean',
4715
+ XForwardedForGaApEnabled: 'boolean',
4716
+ XForwardedForProtoEnabled: 'boolean',
4717
+ XForwardedForPortEnabled: 'boolean',
4718
+ XRealIpEnabled: 'boolean',
4719
+ };
3078
4720
  }
3079
4721
  }
3080
- exports.CreateListenerRequestBackendPorts = CreateListenerRequestBackendPorts;
4722
+ exports.CreateListenerRequestXForwardedForConfig = CreateListenerRequestXForwardedForConfig;
3081
4723
  class DeleteForwardingRulesResponseBodyForwardingRules extends $tea.Model {
3082
4724
  constructor(map) {
3083
4725
  super(map);
@@ -3230,6 +4872,48 @@ class DescribeListenerResponseBodyCertificates extends $tea.Model {
3230
4872
  }
3231
4873
  }
3232
4874
  exports.DescribeListenerResponseBodyCertificates = DescribeListenerResponseBodyCertificates;
4875
+ class DescribeListenerResponseBodyRelatedAcls extends $tea.Model {
4876
+ constructor(map) {
4877
+ super(map);
4878
+ }
4879
+ static names() {
4880
+ return {
4881
+ aclId: 'AclId',
4882
+ status: 'Status',
4883
+ };
4884
+ }
4885
+ static types() {
4886
+ return {
4887
+ aclId: 'string',
4888
+ status: 'string',
4889
+ };
4890
+ }
4891
+ }
4892
+ exports.DescribeListenerResponseBodyRelatedAcls = DescribeListenerResponseBodyRelatedAcls;
4893
+ class DescribeListenerResponseBodyXForwardedForConfig extends $tea.Model {
4894
+ constructor(map) {
4895
+ super(map);
4896
+ }
4897
+ static names() {
4898
+ return {
4899
+ XForwardedForGaIdEnabled: 'XForwardedForGaIdEnabled',
4900
+ XForwardedForGaApEnabled: 'XForwardedForGaApEnabled',
4901
+ XForwardedForProtoEnabled: 'XForwardedForProtoEnabled',
4902
+ XForwardedForPortEnabled: 'XForwardedForPortEnabled',
4903
+ XRealIpEnabled: 'XRealIpEnabled',
4904
+ };
4905
+ }
4906
+ static types() {
4907
+ return {
4908
+ XForwardedForGaIdEnabled: 'boolean',
4909
+ XForwardedForGaApEnabled: 'boolean',
4910
+ XForwardedForProtoEnabled: 'boolean',
4911
+ XForwardedForPortEnabled: 'boolean',
4912
+ XRealIpEnabled: 'boolean',
4913
+ };
4914
+ }
4915
+ }
4916
+ exports.DescribeListenerResponseBodyXForwardedForConfig = DescribeListenerResponseBodyXForwardedForConfig;
3233
4917
  class DescribeRegionsResponseBodyRegions extends $tea.Model {
3234
4918
  constructor(map) {
3235
4919
  super(map);
@@ -3248,6 +4932,94 @@ class DescribeRegionsResponseBodyRegions extends $tea.Model {
3248
4932
  }
3249
4933
  }
3250
4934
  exports.DescribeRegionsResponseBodyRegions = DescribeRegionsResponseBodyRegions;
4935
+ class GetAclResponseBodyAclEntries extends $tea.Model {
4936
+ constructor(map) {
4937
+ super(map);
4938
+ }
4939
+ static names() {
4940
+ return {
4941
+ entry: 'Entry',
4942
+ entryDescription: 'EntryDescription',
4943
+ };
4944
+ }
4945
+ static types() {
4946
+ return {
4947
+ entry: 'string',
4948
+ entryDescription: 'string',
4949
+ };
4950
+ }
4951
+ }
4952
+ exports.GetAclResponseBodyAclEntries = GetAclResponseBodyAclEntries;
4953
+ class GetAclResponseBodyRelatedListeners extends $tea.Model {
4954
+ constructor(map) {
4955
+ super(map);
4956
+ }
4957
+ static names() {
4958
+ return {
4959
+ listenerId: 'ListenerId',
4960
+ aclType: 'AclType',
4961
+ acceleratorId: 'AcceleratorId',
4962
+ };
4963
+ }
4964
+ static types() {
4965
+ return {
4966
+ listenerId: 'string',
4967
+ aclType: 'string',
4968
+ acceleratorId: 'string',
4969
+ };
4970
+ }
4971
+ }
4972
+ exports.GetAclResponseBodyRelatedListeners = GetAclResponseBodyRelatedListeners;
4973
+ class GetHealthStatusResponseBodyEndpointGroupsEndpoints extends $tea.Model {
4974
+ constructor(map) {
4975
+ super(map);
4976
+ }
4977
+ static names() {
4978
+ return {
4979
+ endpointId: 'EndpointId',
4980
+ address: 'Address',
4981
+ healthStatus: 'HealthStatus',
4982
+ healthDetail: 'HealthDetail',
4983
+ port: 'Port',
4984
+ type: 'Type',
4985
+ };
4986
+ }
4987
+ static types() {
4988
+ return {
4989
+ endpointId: 'string',
4990
+ address: 'string',
4991
+ healthStatus: 'string',
4992
+ healthDetail: 'string',
4993
+ port: 'number',
4994
+ type: 'string',
4995
+ };
4996
+ }
4997
+ }
4998
+ exports.GetHealthStatusResponseBodyEndpointGroupsEndpoints = GetHealthStatusResponseBodyEndpointGroupsEndpoints;
4999
+ class GetHealthStatusResponseBodyEndpointGroups extends $tea.Model {
5000
+ constructor(map) {
5001
+ super(map);
5002
+ }
5003
+ static names() {
5004
+ return {
5005
+ endpointGroupId: 'EndpointGroupId',
5006
+ endpointGroupType: 'EndpointGroupType',
5007
+ healthStatus: 'HealthStatus',
5008
+ forwardingRuleIds: 'ForwardingRuleIds',
5009
+ endpoints: 'Endpoints',
5010
+ };
5011
+ }
5012
+ static types() {
5013
+ return {
5014
+ endpointGroupId: 'string',
5015
+ endpointGroupType: 'string',
5016
+ healthStatus: 'string',
5017
+ forwardingRuleIds: { 'type': 'array', 'itemType': 'string' },
5018
+ endpoints: { 'type': 'array', 'itemType': GetHealthStatusResponseBodyEndpointGroupsEndpoints },
5019
+ };
5020
+ }
5021
+ }
5022
+ exports.GetHealthStatusResponseBodyEndpointGroups = GetHealthStatusResponseBodyEndpointGroups;
3251
5023
  class ListAccelerateAreasResponseBodyAreasRegionList extends $tea.Model {
3252
5024
  constructor(map) {
3253
5025
  super(map);
@@ -3372,6 +5144,28 @@ class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
3372
5144
  }
3373
5145
  }
3374
5146
  exports.ListAcceleratorsResponseBodyAccelerators = ListAcceleratorsResponseBodyAccelerators;
5147
+ class ListAclsResponseBodyAcls extends $tea.Model {
5148
+ constructor(map) {
5149
+ super(map);
5150
+ }
5151
+ static names() {
5152
+ return {
5153
+ aclId: 'AclId',
5154
+ aclName: 'AclName',
5155
+ addressIPVersion: 'AddressIPVersion',
5156
+ aclStatus: 'AclStatus',
5157
+ };
5158
+ }
5159
+ static types() {
5160
+ return {
5161
+ aclId: 'string',
5162
+ aclName: 'string',
5163
+ addressIPVersion: 'string',
5164
+ aclStatus: 'string',
5165
+ };
5166
+ }
5167
+ }
5168
+ exports.ListAclsResponseBodyAcls = ListAclsResponseBodyAcls;
3375
5169
  class ListAvailableAccelerateAreasResponseBodyAreasRegionList extends $tea.Model {
3376
5170
  constructor(map) {
3377
5171
  super(map);
@@ -3483,6 +5277,7 @@ class ListBandwidthPackagesResponseBodyBandwidthPackages extends $tea.Model {
3483
5277
  cbnGeographicRegionIdB: 'CbnGeographicRegionIdB',
3484
5278
  name: 'Name',
3485
5279
  billingType: 'BillingType',
5280
+ ratio: 'Ratio',
3486
5281
  };
3487
5282
  }
3488
5283
  static types() {
@@ -3502,6 +5297,7 @@ class ListBandwidthPackagesResponseBodyBandwidthPackages extends $tea.Model {
3502
5297
  cbnGeographicRegionIdB: 'string',
3503
5298
  name: 'string',
3504
5299
  billingType: 'string',
5300
+ ratio: 'number',
3505
5301
  };
3506
5302
  }
3507
5303
  }
@@ -3536,6 +5332,7 @@ class ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigurations extends
3536
5332
  probeProtocol: 'ProbeProtocol',
3537
5333
  endpoint: 'Endpoint',
3538
5334
  probePort: 'ProbePort',
5335
+ endpointId: 'EndpointId',
3539
5336
  };
3540
5337
  }
3541
5338
  static types() {
@@ -3546,6 +5343,7 @@ class ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigurations extends
3546
5343
  probeProtocol: 'string',
3547
5344
  endpoint: 'string',
3548
5345
  probePort: 'number',
5346
+ endpointId: 'string',
3549
5347
  };
3550
5348
  }
3551
5349
  }
@@ -3576,6 +5374,7 @@ class ListEndpointGroupsResponseBodyEndpointGroups extends $tea.Model {
3576
5374
  return {
3577
5375
  endpointGroupId: 'EndpointGroupId',
3578
5376
  endpointGroupIpList: 'EndpointGroupIpList',
5377
+ endpointGroupUnconfirmedIpList: 'EndpointGroupUnconfirmedIpList',
3579
5378
  state: 'State',
3580
5379
  healthCheckPath: 'HealthCheckPath',
3581
5380
  endpointGroupRegion: 'EndpointGroupRegion',
@@ -3584,6 +5383,7 @@ class ListEndpointGroupsResponseBodyEndpointGroups extends $tea.Model {
3584
5383
  healthCheckProtocol: 'HealthCheckProtocol',
3585
5384
  thresholdCount: 'ThresholdCount',
3586
5385
  listenerId: 'ListenerId',
5386
+ acceleratorId: 'AcceleratorId',
3587
5387
  endpointConfigurations: 'EndpointConfigurations',
3588
5388
  portOverrides: 'PortOverrides',
3589
5389
  forwardingRuleIds: 'ForwardingRuleIds',
@@ -3592,12 +5392,14 @@ class ListEndpointGroupsResponseBodyEndpointGroups extends $tea.Model {
3592
5392
  description: 'Description',
3593
5393
  name: 'Name',
3594
5394
  healthCheckPort: 'HealthCheckPort',
5395
+ healthCheckEnabled: 'HealthCheckEnabled',
3595
5396
  };
3596
5397
  }
3597
5398
  static types() {
3598
5399
  return {
3599
5400
  endpointGroupId: 'string',
3600
5401
  endpointGroupIpList: { 'type': 'array', 'itemType': 'string' },
5402
+ endpointGroupUnconfirmedIpList: { 'type': 'array', 'itemType': 'string' },
3601
5403
  state: 'string',
3602
5404
  healthCheckPath: 'string',
3603
5405
  endpointGroupRegion: 'string',
@@ -3606,6 +5408,7 @@ class ListEndpointGroupsResponseBodyEndpointGroups extends $tea.Model {
3606
5408
  healthCheckProtocol: 'string',
3607
5409
  thresholdCount: 'number',
3608
5410
  listenerId: 'string',
5411
+ acceleratorId: 'string',
3609
5412
  endpointConfigurations: { 'type': 'array', 'itemType': ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigurations },
3610
5413
  portOverrides: { 'type': 'array', 'itemType': ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides },
3611
5414
  forwardingRuleIds: { 'type': 'array', 'itemType': 'string' },
@@ -3614,6 +5417,7 @@ class ListEndpointGroupsResponseBodyEndpointGroups extends $tea.Model {
3614
5417
  description: 'string',
3615
5418
  name: 'string',
3616
5419
  healthCheckPort: 'number',
5420
+ healthCheckEnabled: 'boolean',
3617
5421
  };
3618
5422
  }
3619
5423
  }
@@ -3776,6 +5580,26 @@ class ListIpSetsResponseBodyIpSets extends $tea.Model {
3776
5580
  }
3777
5581
  }
3778
5582
  exports.ListIpSetsResponseBodyIpSets = ListIpSetsResponseBodyIpSets;
5583
+ class ListListenerCertificatesResponseBodyCertificates extends $tea.Model {
5584
+ constructor(map) {
5585
+ super(map);
5586
+ }
5587
+ static names() {
5588
+ return {
5589
+ certificateId: 'CertificateId',
5590
+ isDefault: 'IsDefault',
5591
+ domain: 'Domain',
5592
+ };
5593
+ }
5594
+ static types() {
5595
+ return {
5596
+ certificateId: 'string',
5597
+ isDefault: 'boolean',
5598
+ domain: 'string',
5599
+ };
5600
+ }
5601
+ }
5602
+ exports.ListListenerCertificatesResponseBodyCertificates = ListListenerCertificatesResponseBodyCertificates;
3779
5603
  class ListListenersResponseBodyListenersCertificates extends $tea.Model {
3780
5604
  constructor(map) {
3781
5605
  super(map);
@@ -3824,56 +5648,179 @@ class ListListenersResponseBodyListenersPortRanges extends $tea.Model {
3824
5648
  }
3825
5649
  static types() {
3826
5650
  return {
3827
- fromPort: 'number',
3828
- toPort: 'number',
5651
+ fromPort: 'number',
5652
+ toPort: 'number',
5653
+ };
5654
+ }
5655
+ }
5656
+ exports.ListListenersResponseBodyListenersPortRanges = ListListenersResponseBodyListenersPortRanges;
5657
+ class ListListenersResponseBodyListenersXForwardedForConfig extends $tea.Model {
5658
+ constructor(map) {
5659
+ super(map);
5660
+ }
5661
+ static names() {
5662
+ return {
5663
+ XForwardedForGaIdEnabled: 'XForwardedForGaIdEnabled',
5664
+ XRealIpEnabled: 'XRealIpEnabled',
5665
+ XForwardedForGaApEnabled: 'XForwardedForGaApEnabled',
5666
+ XForwardedForProtoEnabled: 'XForwardedForProtoEnabled',
5667
+ XForwardedForPortEnabled: 'XForwardedForPortEnabled',
5668
+ };
5669
+ }
5670
+ static types() {
5671
+ return {
5672
+ XForwardedForGaIdEnabled: 'boolean',
5673
+ XRealIpEnabled: 'boolean',
5674
+ XForwardedForGaApEnabled: 'boolean',
5675
+ XForwardedForProtoEnabled: 'boolean',
5676
+ XForwardedForPortEnabled: 'boolean',
5677
+ };
5678
+ }
5679
+ }
5680
+ exports.ListListenersResponseBodyListenersXForwardedForConfig = ListListenersResponseBodyListenersXForwardedForConfig;
5681
+ class ListListenersResponseBodyListeners extends $tea.Model {
5682
+ constructor(map) {
5683
+ super(map);
5684
+ }
5685
+ static names() {
5686
+ return {
5687
+ certificates: 'Certificates',
5688
+ backendPorts: 'BackendPorts',
5689
+ listenerId: 'ListenerId',
5690
+ description: 'Description',
5691
+ state: 'State',
5692
+ clientAffinity: 'ClientAffinity',
5693
+ protocol: 'Protocol',
5694
+ createTime: 'CreateTime',
5695
+ portRanges: 'PortRanges',
5696
+ name: 'Name',
5697
+ proxyProtocol: 'ProxyProtocol',
5698
+ acceleratorId: 'AcceleratorId',
5699
+ XForwardedForConfig: 'XForwardedForConfig',
5700
+ securityPolicyId: 'SecurityPolicyId',
5701
+ };
5702
+ }
5703
+ static types() {
5704
+ return {
5705
+ certificates: { 'type': 'array', 'itemType': ListListenersResponseBodyListenersCertificates },
5706
+ backendPorts: { 'type': 'array', 'itemType': ListListenersResponseBodyListenersBackendPorts },
5707
+ listenerId: 'string',
5708
+ description: 'string',
5709
+ state: 'string',
5710
+ clientAffinity: 'string',
5711
+ protocol: 'string',
5712
+ createTime: 'number',
5713
+ portRanges: { 'type': 'array', 'itemType': ListListenersResponseBodyListenersPortRanges },
5714
+ name: 'string',
5715
+ proxyProtocol: 'boolean',
5716
+ acceleratorId: 'string',
5717
+ XForwardedForConfig: ListListenersResponseBodyListenersXForwardedForConfig,
5718
+ securityPolicyId: 'string',
5719
+ };
5720
+ }
5721
+ }
5722
+ exports.ListListenersResponseBodyListeners = ListListenersResponseBodyListeners;
5723
+ class ListSpareIpsResponseBodySpareIps extends $tea.Model {
5724
+ constructor(map) {
5725
+ super(map);
5726
+ }
5727
+ static names() {
5728
+ return {
5729
+ spareIp: 'SpareIp',
5730
+ state: 'State',
5731
+ };
5732
+ }
5733
+ static types() {
5734
+ return {
5735
+ spareIp: 'string',
5736
+ state: 'string',
5737
+ };
5738
+ }
5739
+ }
5740
+ exports.ListSpareIpsResponseBodySpareIps = ListSpareIpsResponseBodySpareIps;
5741
+ class ListSystemSecurityPoliciesResponseBodySecurityPolicies extends $tea.Model {
5742
+ constructor(map) {
5743
+ super(map);
5744
+ }
5745
+ static names() {
5746
+ return {
5747
+ securityPolicyId: 'SecurityPolicyId',
5748
+ tlsVersions: 'TlsVersions',
5749
+ ciphers: 'Ciphers',
5750
+ };
5751
+ }
5752
+ static types() {
5753
+ return {
5754
+ securityPolicyId: 'string',
5755
+ tlsVersions: { 'type': 'array', 'itemType': 'string' },
5756
+ ciphers: { 'type': 'array', 'itemType': 'string' },
5757
+ };
5758
+ }
5759
+ }
5760
+ exports.ListSystemSecurityPoliciesResponseBodySecurityPolicies = ListSystemSecurityPoliciesResponseBodySecurityPolicies;
5761
+ class RemoveEntriesFromAclRequestAclEntries extends $tea.Model {
5762
+ constructor(map) {
5763
+ super(map);
5764
+ }
5765
+ static names() {
5766
+ return {
5767
+ entry: 'Entry',
5768
+ };
5769
+ }
5770
+ static types() {
5771
+ return {
5772
+ entry: 'string',
5773
+ };
5774
+ }
5775
+ }
5776
+ exports.RemoveEntriesFromAclRequestAclEntries = RemoveEntriesFromAclRequestAclEntries;
5777
+ class UpdateEndpointGroupRequestEndpointConfigurations extends $tea.Model {
5778
+ constructor(map) {
5779
+ super(map);
5780
+ }
5781
+ static names() {
5782
+ return {
5783
+ type: 'Type',
5784
+ enableClientIPPreservation: 'EnableClientIPPreservation',
5785
+ weight: 'Weight',
5786
+ endpoint: 'Endpoint',
5787
+ };
5788
+ }
5789
+ static types() {
5790
+ return {
5791
+ type: 'string',
5792
+ enableClientIPPreservation: 'boolean',
5793
+ weight: 'number',
5794
+ endpoint: 'string',
3829
5795
  };
3830
5796
  }
3831
5797
  }
3832
- exports.ListListenersResponseBodyListenersPortRanges = ListListenersResponseBodyListenersPortRanges;
3833
- class ListListenersResponseBodyListeners extends $tea.Model {
5798
+ exports.UpdateEndpointGroupRequestEndpointConfigurations = UpdateEndpointGroupRequestEndpointConfigurations;
5799
+ class UpdateEndpointGroupRequestPortOverrides extends $tea.Model {
3834
5800
  constructor(map) {
3835
5801
  super(map);
3836
5802
  }
3837
5803
  static names() {
3838
5804
  return {
3839
- certificates: 'Certificates',
3840
- backendPorts: 'BackendPorts',
3841
- listenerId: 'ListenerId',
3842
- description: 'Description',
3843
- state: 'State',
3844
- clientAffinity: 'ClientAffinity',
3845
- protocol: 'Protocol',
3846
- createTime: 'CreateTime',
3847
- portRanges: 'PortRanges',
3848
- name: 'Name',
3849
- proxyProtocol: 'ProxyProtocol',
5805
+ listenerPort: 'ListenerPort',
5806
+ endpointPort: 'EndpointPort',
3850
5807
  };
3851
5808
  }
3852
5809
  static types() {
3853
5810
  return {
3854
- certificates: { 'type': 'array', 'itemType': ListListenersResponseBodyListenersCertificates },
3855
- backendPorts: { 'type': 'array', 'itemType': ListListenersResponseBodyListenersBackendPorts },
3856
- listenerId: 'string',
3857
- description: 'string',
3858
- state: 'string',
3859
- clientAffinity: 'string',
3860
- protocol: 'string',
3861
- createTime: 'number',
3862
- portRanges: { 'type': 'array', 'itemType': ListListenersResponseBodyListenersPortRanges },
3863
- name: 'string',
3864
- proxyProtocol: 'boolean',
5811
+ listenerPort: 'number',
5812
+ endpointPort: 'number',
3865
5813
  };
3866
5814
  }
3867
5815
  }
3868
- exports.ListListenersResponseBodyListeners = ListListenersResponseBodyListeners;
3869
- class UpdateEndpointGroupRequestEndpointConfigurations extends $tea.Model {
5816
+ exports.UpdateEndpointGroupRequestPortOverrides = UpdateEndpointGroupRequestPortOverrides;
5817
+ class UpdateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations extends $tea.Model {
3870
5818
  constructor(map) {
3871
5819
  super(map);
3872
5820
  }
3873
5821
  static names() {
3874
5822
  return {
3875
5823
  type: 'Type',
3876
- enableClientIPPreservation: 'EnableClientIPPreservation',
3877
5824
  weight: 'Weight',
3878
5825
  endpoint: 'Endpoint',
3879
5826
  };
@@ -3881,14 +5828,13 @@ class UpdateEndpointGroupRequestEndpointConfigurations extends $tea.Model {
3881
5828
  static types() {
3882
5829
  return {
3883
5830
  type: 'string',
3884
- enableClientIPPreservation: 'boolean',
3885
5831
  weight: 'number',
3886
5832
  endpoint: 'string',
3887
5833
  };
3888
5834
  }
3889
5835
  }
3890
- exports.UpdateEndpointGroupRequestEndpointConfigurations = UpdateEndpointGroupRequestEndpointConfigurations;
3891
- class UpdateEndpointGroupRequestPortOverrides extends $tea.Model {
5836
+ exports.UpdateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations = UpdateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations;
5837
+ class UpdateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides extends $tea.Model {
3892
5838
  constructor(map) {
3893
5839
  super(map);
3894
5840
  }
@@ -3905,7 +5851,51 @@ class UpdateEndpointGroupRequestPortOverrides extends $tea.Model {
3905
5851
  };
3906
5852
  }
3907
5853
  }
3908
- exports.UpdateEndpointGroupRequestPortOverrides = UpdateEndpointGroupRequestPortOverrides;
5854
+ exports.UpdateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides = UpdateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides;
5855
+ class UpdateEndpointGroupsRequestEndpointGroupConfigurations extends $tea.Model {
5856
+ constructor(map) {
5857
+ super(map);
5858
+ }
5859
+ static names() {
5860
+ return {
5861
+ endpointGroupName: 'EndpointGroupName',
5862
+ endpointGroupDescription: 'EndpointGroupDescription',
5863
+ trafficPercentage: 'TrafficPercentage',
5864
+ healthCheckEnabled: 'HealthCheckEnabled',
5865
+ healthCheckIntervalSeconds: 'HealthCheckIntervalSeconds',
5866
+ healthCheckPath: 'HealthCheckPath',
5867
+ healthCheckPort: 'HealthCheckPort',
5868
+ healthCheckProtocol: 'HealthCheckProtocol',
5869
+ thresholdCount: 'ThresholdCount',
5870
+ endpointConfigurations: 'EndpointConfigurations',
5871
+ endpointRequestProtocol: 'EndpointRequestProtocol',
5872
+ portOverrides: 'PortOverrides',
5873
+ enableClientIPPreservationToa: 'EnableClientIPPreservationToa',
5874
+ enableClientIPPreservationProxyProtocol: 'EnableClientIPPreservationProxyProtocol',
5875
+ endpointGroupId: 'EndpointGroupId',
5876
+ };
5877
+ }
5878
+ static types() {
5879
+ return {
5880
+ endpointGroupName: 'string',
5881
+ endpointGroupDescription: 'string',
5882
+ trafficPercentage: 'number',
5883
+ healthCheckEnabled: 'boolean',
5884
+ healthCheckIntervalSeconds: 'number',
5885
+ healthCheckPath: 'string',
5886
+ healthCheckPort: 'number',
5887
+ healthCheckProtocol: 'string',
5888
+ thresholdCount: 'number',
5889
+ endpointConfigurations: { 'type': 'array', 'itemType': UpdateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations },
5890
+ endpointRequestProtocol: 'string',
5891
+ portOverrides: { 'type': 'array', 'itemType': UpdateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides },
5892
+ enableClientIPPreservationToa: 'boolean',
5893
+ enableClientIPPreservationProxyProtocol: 'boolean',
5894
+ endpointGroupId: 'string',
5895
+ };
5896
+ }
5897
+ }
5898
+ exports.UpdateEndpointGroupsRequestEndpointGroupConfigurations = UpdateEndpointGroupsRequestEndpointGroupConfigurations;
3909
5899
  class UpdateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig extends $tea.Model {
3910
5900
  constructor(map) {
3911
5901
  super(map);
@@ -4120,6 +6110,30 @@ class UpdateListenerRequestBackendPorts extends $tea.Model {
4120
6110
  }
4121
6111
  }
4122
6112
  exports.UpdateListenerRequestBackendPorts = UpdateListenerRequestBackendPorts;
6113
+ class UpdateListenerRequestXForwardedForConfig extends $tea.Model {
6114
+ constructor(map) {
6115
+ super(map);
6116
+ }
6117
+ static names() {
6118
+ return {
6119
+ XForwardedForGaIdEnabled: 'XForwardedForGaIdEnabled',
6120
+ XForwardedForProtoEnabled: 'XForwardedForProtoEnabled',
6121
+ XForwardedForPortEnabled: 'XForwardedForPortEnabled',
6122
+ XRealIpEnabled: 'XRealIpEnabled',
6123
+ XForwardedForGaApEnabled: 'XForwardedForGaApEnabled',
6124
+ };
6125
+ }
6126
+ static types() {
6127
+ return {
6128
+ XForwardedForGaIdEnabled: 'boolean',
6129
+ XForwardedForProtoEnabled: 'boolean',
6130
+ XForwardedForPortEnabled: 'boolean',
6131
+ XRealIpEnabled: 'boolean',
6132
+ XForwardedForGaApEnabled: 'boolean',
6133
+ };
6134
+ }
6135
+ }
6136
+ exports.UpdateListenerRequestXForwardedForConfig = UpdateListenerRequestXForwardedForConfig;
4123
6137
  class Client extends openapi_client_1.default {
4124
6138
  constructor(config) {
4125
6139
  super(config);
@@ -4136,6 +6150,39 @@ class Client extends openapi_client_1.default {
4136
6150
  }
4137
6151
  return endpoint_util_1.default.getEndpointRules(productId, regionId, endpointRule, network, suffix);
4138
6152
  }
6153
+ async addEntriesToAclWithOptions(request, runtime) {
6154
+ tea_util_1.default.validateModel(request);
6155
+ let req = new $OpenApi.OpenApiRequest({
6156
+ body: tea_util_1.default.toMap(request),
6157
+ });
6158
+ return $tea.cast(await this.doRPCRequest("AddEntriesToAcl", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new AddEntriesToAclResponse({}));
6159
+ }
6160
+ async addEntriesToAcl(request) {
6161
+ let runtime = new $Util.RuntimeOptions({});
6162
+ return await this.addEntriesToAclWithOptions(request, runtime);
6163
+ }
6164
+ async associateAclsWithListenerWithOptions(request, runtime) {
6165
+ tea_util_1.default.validateModel(request);
6166
+ let req = new $OpenApi.OpenApiRequest({
6167
+ body: tea_util_1.default.toMap(request),
6168
+ });
6169
+ return $tea.cast(await this.doRPCRequest("AssociateAclsWithListener", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new AssociateAclsWithListenerResponse({}));
6170
+ }
6171
+ async associateAclsWithListener(request) {
6172
+ let runtime = new $Util.RuntimeOptions({});
6173
+ return await this.associateAclsWithListenerWithOptions(request, runtime);
6174
+ }
6175
+ async associateAdditionalCertificatesWithListenerWithOptions(request, runtime) {
6176
+ tea_util_1.default.validateModel(request);
6177
+ let req = new $OpenApi.OpenApiRequest({
6178
+ body: tea_util_1.default.toMap(request),
6179
+ });
6180
+ return $tea.cast(await this.doRPCRequest("AssociateAdditionalCertificatesWithListener", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new AssociateAdditionalCertificatesWithListenerResponse({}));
6181
+ }
6182
+ async associateAdditionalCertificatesWithListener(request) {
6183
+ let runtime = new $Util.RuntimeOptions({});
6184
+ return await this.associateAdditionalCertificatesWithListenerWithOptions(request, runtime);
6185
+ }
4139
6186
  async attachDdosToAcceleratorWithOptions(request, runtime) {
4140
6187
  tea_util_1.default.validateModel(request);
4141
6188
  let req = new $OpenApi.OpenApiRequest({
@@ -4147,6 +6194,17 @@ class Client extends openapi_client_1.default {
4147
6194
  let runtime = new $Util.RuntimeOptions({});
4148
6195
  return await this.attachDdosToAcceleratorWithOptions(request, runtime);
4149
6196
  }
6197
+ async attachLogStoreToEndpointGroupWithOptions(request, runtime) {
6198
+ tea_util_1.default.validateModel(request);
6199
+ let req = new $OpenApi.OpenApiRequest({
6200
+ body: tea_util_1.default.toMap(request),
6201
+ });
6202
+ return $tea.cast(await this.doRPCRequest("AttachLogStoreToEndpointGroup", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new AttachLogStoreToEndpointGroupResponse({}));
6203
+ }
6204
+ async attachLogStoreToEndpointGroup(request) {
6205
+ let runtime = new $Util.RuntimeOptions({});
6206
+ return await this.attachLogStoreToEndpointGroupWithOptions(request, runtime);
6207
+ }
4150
6208
  async bandwidthPackageAddAcceleratorWithOptions(request, runtime) {
4151
6209
  tea_util_1.default.validateModel(request);
4152
6210
  let req = new $OpenApi.OpenApiRequest({
@@ -4191,6 +6249,17 @@ class Client extends openapi_client_1.default {
4191
6249
  let runtime = new $Util.RuntimeOptions({});
4192
6250
  return await this.createAcceleratorWithOptions(request, runtime);
4193
6251
  }
6252
+ async createAclWithOptions(request, runtime) {
6253
+ tea_util_1.default.validateModel(request);
6254
+ let req = new $OpenApi.OpenApiRequest({
6255
+ body: tea_util_1.default.toMap(request),
6256
+ });
6257
+ return $tea.cast(await this.doRPCRequest("CreateAcl", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new CreateAclResponse({}));
6258
+ }
6259
+ async createAcl(request) {
6260
+ let runtime = new $Util.RuntimeOptions({});
6261
+ return await this.createAclWithOptions(request, runtime);
6262
+ }
4194
6263
  async createBandwidthPackageWithOptions(request, runtime) {
4195
6264
  tea_util_1.default.validateModel(request);
4196
6265
  let req = new $OpenApi.OpenApiRequest({
@@ -4213,6 +6282,17 @@ class Client extends openapi_client_1.default {
4213
6282
  let runtime = new $Util.RuntimeOptions({});
4214
6283
  return await this.createEndpointGroupWithOptions(request, runtime);
4215
6284
  }
6285
+ async createEndpointGroupsWithOptions(request, runtime) {
6286
+ tea_util_1.default.validateModel(request);
6287
+ let req = new $OpenApi.OpenApiRequest({
6288
+ body: tea_util_1.default.toMap(request),
6289
+ });
6290
+ return $tea.cast(await this.doRPCRequest("CreateEndpointGroups", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new CreateEndpointGroupsResponse({}));
6291
+ }
6292
+ async createEndpointGroups(request) {
6293
+ let runtime = new $Util.RuntimeOptions({});
6294
+ return await this.createEndpointGroupsWithOptions(request, runtime);
6295
+ }
4216
6296
  async createForwardingRulesWithOptions(request, runtime) {
4217
6297
  tea_util_1.default.validateModel(request);
4218
6298
  let req = new $OpenApi.OpenApiRequest({
@@ -4246,6 +6326,17 @@ class Client extends openapi_client_1.default {
4246
6326
  let runtime = new $Util.RuntimeOptions({});
4247
6327
  return await this.createListenerWithOptions(request, runtime);
4248
6328
  }
6329
+ async createSpareIpsWithOptions(request, runtime) {
6330
+ tea_util_1.default.validateModel(request);
6331
+ let req = new $OpenApi.OpenApiRequest({
6332
+ body: tea_util_1.default.toMap(request),
6333
+ });
6334
+ return $tea.cast(await this.doRPCRequest("CreateSpareIps", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new CreateSpareIpsResponse({}));
6335
+ }
6336
+ async createSpareIps(request) {
6337
+ let runtime = new $Util.RuntimeOptions({});
6338
+ return await this.createSpareIpsWithOptions(request, runtime);
6339
+ }
4249
6340
  async deleteAcceleratorWithOptions(request, runtime) {
4250
6341
  tea_util_1.default.validateModel(request);
4251
6342
  let req = new $OpenApi.OpenApiRequest({
@@ -4257,6 +6348,17 @@ class Client extends openapi_client_1.default {
4257
6348
  let runtime = new $Util.RuntimeOptions({});
4258
6349
  return await this.deleteAcceleratorWithOptions(request, runtime);
4259
6350
  }
6351
+ async deleteAclWithOptions(request, runtime) {
6352
+ tea_util_1.default.validateModel(request);
6353
+ let req = new $OpenApi.OpenApiRequest({
6354
+ body: tea_util_1.default.toMap(request),
6355
+ });
6356
+ return $tea.cast(await this.doRPCRequest("DeleteAcl", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new DeleteAclResponse({}));
6357
+ }
6358
+ async deleteAcl(request) {
6359
+ let runtime = new $Util.RuntimeOptions({});
6360
+ return await this.deleteAclWithOptions(request, runtime);
6361
+ }
4260
6362
  async deleteBandwidthPackageWithOptions(request, runtime) {
4261
6363
  tea_util_1.default.validateModel(request);
4262
6364
  let req = new $OpenApi.OpenApiRequest({
@@ -4279,6 +6381,17 @@ class Client extends openapi_client_1.default {
4279
6381
  let runtime = new $Util.RuntimeOptions({});
4280
6382
  return await this.deleteEndpointGroupWithOptions(request, runtime);
4281
6383
  }
6384
+ async deleteEndpointGroupsWithOptions(request, runtime) {
6385
+ tea_util_1.default.validateModel(request);
6386
+ let req = new $OpenApi.OpenApiRequest({
6387
+ body: tea_util_1.default.toMap(request),
6388
+ });
6389
+ return $tea.cast(await this.doRPCRequest("DeleteEndpointGroups", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new DeleteEndpointGroupsResponse({}));
6390
+ }
6391
+ async deleteEndpointGroups(request) {
6392
+ let runtime = new $Util.RuntimeOptions({});
6393
+ return await this.deleteEndpointGroupsWithOptions(request, runtime);
6394
+ }
4282
6395
  async deleteForwardingRulesWithOptions(request, runtime) {
4283
6396
  tea_util_1.default.validateModel(request);
4284
6397
  let req = new $OpenApi.OpenApiRequest({
@@ -4323,6 +6436,17 @@ class Client extends openapi_client_1.default {
4323
6436
  let runtime = new $Util.RuntimeOptions({});
4324
6437
  return await this.deleteListenerWithOptions(request, runtime);
4325
6438
  }
6439
+ async deleteSpareIpsWithOptions(request, runtime) {
6440
+ tea_util_1.default.validateModel(request);
6441
+ let req = new $OpenApi.OpenApiRequest({
6442
+ body: tea_util_1.default.toMap(request),
6443
+ });
6444
+ return $tea.cast(await this.doRPCRequest("DeleteSpareIps", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new DeleteSpareIpsResponse({}));
6445
+ }
6446
+ async deleteSpareIps(request) {
6447
+ let runtime = new $Util.RuntimeOptions({});
6448
+ return await this.deleteSpareIpsWithOptions(request, runtime);
6449
+ }
4326
6450
  async describeAcceleratorWithOptions(request, runtime) {
4327
6451
  tea_util_1.default.validateModel(request);
4328
6452
  let req = new $OpenApi.OpenApiRequest({
@@ -4400,6 +6524,72 @@ class Client extends openapi_client_1.default {
4400
6524
  let runtime = new $Util.RuntimeOptions({});
4401
6525
  return await this.detachDdosFromAcceleratorWithOptions(request, runtime);
4402
6526
  }
6527
+ async detachLogStoreFromEndpointGroupWithOptions(request, runtime) {
6528
+ tea_util_1.default.validateModel(request);
6529
+ let req = new $OpenApi.OpenApiRequest({
6530
+ body: tea_util_1.default.toMap(request),
6531
+ });
6532
+ return $tea.cast(await this.doRPCRequest("DetachLogStoreFromEndpointGroup", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new DetachLogStoreFromEndpointGroupResponse({}));
6533
+ }
6534
+ async detachLogStoreFromEndpointGroup(request) {
6535
+ let runtime = new $Util.RuntimeOptions({});
6536
+ return await this.detachLogStoreFromEndpointGroupWithOptions(request, runtime);
6537
+ }
6538
+ async dissociateAclsFromListenerWithOptions(request, runtime) {
6539
+ tea_util_1.default.validateModel(request);
6540
+ let req = new $OpenApi.OpenApiRequest({
6541
+ body: tea_util_1.default.toMap(request),
6542
+ });
6543
+ return $tea.cast(await this.doRPCRequest("DissociateAclsFromListener", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new DissociateAclsFromListenerResponse({}));
6544
+ }
6545
+ async dissociateAclsFromListener(request) {
6546
+ let runtime = new $Util.RuntimeOptions({});
6547
+ return await this.dissociateAclsFromListenerWithOptions(request, runtime);
6548
+ }
6549
+ async dissociateAdditionalCertificatesFromListenerWithOptions(request, runtime) {
6550
+ tea_util_1.default.validateModel(request);
6551
+ let req = new $OpenApi.OpenApiRequest({
6552
+ body: tea_util_1.default.toMap(request),
6553
+ });
6554
+ return $tea.cast(await this.doRPCRequest("DissociateAdditionalCertificatesFromListener", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new DissociateAdditionalCertificatesFromListenerResponse({}));
6555
+ }
6556
+ async dissociateAdditionalCertificatesFromListener(request) {
6557
+ let runtime = new $Util.RuntimeOptions({});
6558
+ return await this.dissociateAdditionalCertificatesFromListenerWithOptions(request, runtime);
6559
+ }
6560
+ async getAclWithOptions(request, runtime) {
6561
+ tea_util_1.default.validateModel(request);
6562
+ let req = new $OpenApi.OpenApiRequest({
6563
+ body: tea_util_1.default.toMap(request),
6564
+ });
6565
+ return $tea.cast(await this.doRPCRequest("GetAcl", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new GetAclResponse({}));
6566
+ }
6567
+ async getAcl(request) {
6568
+ let runtime = new $Util.RuntimeOptions({});
6569
+ return await this.getAclWithOptions(request, runtime);
6570
+ }
6571
+ async getHealthStatusWithOptions(request, runtime) {
6572
+ tea_util_1.default.validateModel(request);
6573
+ let req = new $OpenApi.OpenApiRequest({
6574
+ body: tea_util_1.default.toMap(request),
6575
+ });
6576
+ return $tea.cast(await this.doRPCRequest("GetHealthStatus", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new GetHealthStatusResponse({}));
6577
+ }
6578
+ async getHealthStatus(request) {
6579
+ let runtime = new $Util.RuntimeOptions({});
6580
+ return await this.getHealthStatusWithOptions(request, runtime);
6581
+ }
6582
+ async getSpareIpWithOptions(request, runtime) {
6583
+ tea_util_1.default.validateModel(request);
6584
+ let req = new $OpenApi.OpenApiRequest({
6585
+ body: tea_util_1.default.toMap(request),
6586
+ });
6587
+ return $tea.cast(await this.doRPCRequest("GetSpareIp", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new GetSpareIpResponse({}));
6588
+ }
6589
+ async getSpareIp(request) {
6590
+ let runtime = new $Util.RuntimeOptions({});
6591
+ return await this.getSpareIpWithOptions(request, runtime);
6592
+ }
4403
6593
  async listAccelerateAreasWithOptions(request, runtime) {
4404
6594
  tea_util_1.default.validateModel(request);
4405
6595
  let req = new $OpenApi.OpenApiRequest({
@@ -4422,6 +6612,17 @@ class Client extends openapi_client_1.default {
4422
6612
  let runtime = new $Util.RuntimeOptions({});
4423
6613
  return await this.listAcceleratorsWithOptions(request, runtime);
4424
6614
  }
6615
+ async listAclsWithOptions(request, runtime) {
6616
+ tea_util_1.default.validateModel(request);
6617
+ let req = new $OpenApi.OpenApiRequest({
6618
+ body: tea_util_1.default.toMap(request),
6619
+ });
6620
+ return $tea.cast(await this.doRPCRequest("ListAcls", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new ListAclsResponse({}));
6621
+ }
6622
+ async listAcls(request) {
6623
+ let runtime = new $Util.RuntimeOptions({});
6624
+ return await this.listAclsWithOptions(request, runtime);
6625
+ }
4425
6626
  async listAvailableAccelerateAreasWithOptions(request, runtime) {
4426
6627
  tea_util_1.default.validateModel(request);
4427
6628
  let req = new $OpenApi.OpenApiRequest({
@@ -4510,6 +6711,17 @@ class Client extends openapi_client_1.default {
4510
6711
  let runtime = new $Util.RuntimeOptions({});
4511
6712
  return await this.listIpSetsWithOptions(request, runtime);
4512
6713
  }
6714
+ async listListenerCertificatesWithOptions(request, runtime) {
6715
+ tea_util_1.default.validateModel(request);
6716
+ let req = new $OpenApi.OpenApiRequest({
6717
+ body: tea_util_1.default.toMap(request),
6718
+ });
6719
+ return $tea.cast(await this.doRPCRequest("ListListenerCertificates", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new ListListenerCertificatesResponse({}));
6720
+ }
6721
+ async listListenerCertificates(request) {
6722
+ let runtime = new $Util.RuntimeOptions({});
6723
+ return await this.listListenerCertificatesWithOptions(request, runtime);
6724
+ }
4513
6725
  async listListenersWithOptions(request, runtime) {
4514
6726
  tea_util_1.default.validateModel(request);
4515
6727
  let req = new $OpenApi.OpenApiRequest({
@@ -4521,6 +6733,39 @@ class Client extends openapi_client_1.default {
4521
6733
  let runtime = new $Util.RuntimeOptions({});
4522
6734
  return await this.listListenersWithOptions(request, runtime);
4523
6735
  }
6736
+ async listSpareIpsWithOptions(request, runtime) {
6737
+ tea_util_1.default.validateModel(request);
6738
+ let req = new $OpenApi.OpenApiRequest({
6739
+ body: tea_util_1.default.toMap(request),
6740
+ });
6741
+ return $tea.cast(await this.doRPCRequest("ListSpareIps", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new ListSpareIpsResponse({}));
6742
+ }
6743
+ async listSpareIps(request) {
6744
+ let runtime = new $Util.RuntimeOptions({});
6745
+ return await this.listSpareIpsWithOptions(request, runtime);
6746
+ }
6747
+ async listSystemSecurityPoliciesWithOptions(request, runtime) {
6748
+ tea_util_1.default.validateModel(request);
6749
+ let req = new $OpenApi.OpenApiRequest({
6750
+ body: tea_util_1.default.toMap(request),
6751
+ });
6752
+ return $tea.cast(await this.doRPCRequest("ListSystemSecurityPolicies", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new ListSystemSecurityPoliciesResponse({}));
6753
+ }
6754
+ async listSystemSecurityPolicies(request) {
6755
+ let runtime = new $Util.RuntimeOptions({});
6756
+ return await this.listSystemSecurityPoliciesWithOptions(request, runtime);
6757
+ }
6758
+ async removeEntriesFromAclWithOptions(request, runtime) {
6759
+ tea_util_1.default.validateModel(request);
6760
+ let req = new $OpenApi.OpenApiRequest({
6761
+ body: tea_util_1.default.toMap(request),
6762
+ });
6763
+ return $tea.cast(await this.doRPCRequest("RemoveEntriesFromAcl", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new RemoveEntriesFromAclResponse({}));
6764
+ }
6765
+ async removeEntriesFromAcl(request) {
6766
+ let runtime = new $Util.RuntimeOptions({});
6767
+ return await this.removeEntriesFromAclWithOptions(request, runtime);
6768
+ }
4524
6769
  async replaceBandwidthPackageWithOptions(request, runtime) {
4525
6770
  tea_util_1.default.validateModel(request);
4526
6771
  let req = new $OpenApi.OpenApiRequest({
@@ -4543,6 +6788,28 @@ class Client extends openapi_client_1.default {
4543
6788
  let runtime = new $Util.RuntimeOptions({});
4544
6789
  return await this.updateAcceleratorWithOptions(request, runtime);
4545
6790
  }
6791
+ async updateAcceleratorConfirmWithOptions(request, runtime) {
6792
+ tea_util_1.default.validateModel(request);
6793
+ let req = new $OpenApi.OpenApiRequest({
6794
+ body: tea_util_1.default.toMap(request),
6795
+ });
6796
+ return $tea.cast(await this.doRPCRequest("UpdateAcceleratorConfirm", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new UpdateAcceleratorConfirmResponse({}));
6797
+ }
6798
+ async updateAcceleratorConfirm(request) {
6799
+ let runtime = new $Util.RuntimeOptions({});
6800
+ return await this.updateAcceleratorConfirmWithOptions(request, runtime);
6801
+ }
6802
+ async updateAclAttributeWithOptions(request, runtime) {
6803
+ tea_util_1.default.validateModel(request);
6804
+ let req = new $OpenApi.OpenApiRequest({
6805
+ body: tea_util_1.default.toMap(request),
6806
+ });
6807
+ return $tea.cast(await this.doRPCRequest("UpdateAclAttribute", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new UpdateAclAttributeResponse({}));
6808
+ }
6809
+ async updateAclAttribute(request) {
6810
+ let runtime = new $Util.RuntimeOptions({});
6811
+ return await this.updateAclAttributeWithOptions(request, runtime);
6812
+ }
4546
6813
  async updateBandwidthPackageWithOptions(request, runtime) {
4547
6814
  tea_util_1.default.validateModel(request);
4548
6815
  let req = new $OpenApi.OpenApiRequest({
@@ -4576,6 +6843,17 @@ class Client extends openapi_client_1.default {
4576
6843
  let runtime = new $Util.RuntimeOptions({});
4577
6844
  return await this.updateEndpointGroupAttributeWithOptions(request, runtime);
4578
6845
  }
6846
+ async updateEndpointGroupsWithOptions(request, runtime) {
6847
+ tea_util_1.default.validateModel(request);
6848
+ let req = new $OpenApi.OpenApiRequest({
6849
+ body: tea_util_1.default.toMap(request),
6850
+ });
6851
+ return $tea.cast(await this.doRPCRequest("UpdateEndpointGroups", "2019-11-20", "HTTPS", "POST", "AK", "json", req, runtime), new UpdateEndpointGroupsResponse({}));
6852
+ }
6853
+ async updateEndpointGroups(request) {
6854
+ let runtime = new $Util.RuntimeOptions({});
6855
+ return await this.updateEndpointGroupsWithOptions(request, runtime);
6856
+ }
4579
6857
  async updateForwardingRulesWithOptions(request, runtime) {
4580
6858
  tea_util_1.default.validateModel(request);
4581
6859
  let req = new $OpenApi.OpenApiRequest({