@alicloud/ga20191120 1.0.1 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +2151 -634
- package/dist/client.js +5055 -1283
- package/dist/client.js.map +1 -1
- package/package.json +5 -4
- package/src/client.ts +6425 -2050
package/dist/client.d.ts
CHANGED
|
@@ -5,11 +5,11 @@ import * as $Util from '@alicloud/tea-util';
|
|
|
5
5
|
import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
|
|
6
6
|
import * as $tea from '@alicloud/tea-typescript';
|
|
7
7
|
export declare class AddEntriesToAclRequest extends $tea.Model {
|
|
8
|
-
regionId?: string;
|
|
9
|
-
aclId?: string;
|
|
10
8
|
aclEntries?: AddEntriesToAclRequestAclEntries[];
|
|
9
|
+
aclId?: string;
|
|
11
10
|
clientToken?: string;
|
|
12
11
|
dryRun?: boolean;
|
|
12
|
+
regionId?: string;
|
|
13
13
|
static names(): {
|
|
14
14
|
[key: string]: string;
|
|
15
15
|
};
|
|
@@ -21,8 +21,8 @@ export declare class AddEntriesToAclRequest extends $tea.Model {
|
|
|
21
21
|
});
|
|
22
22
|
}
|
|
23
23
|
export declare class AddEntriesToAclResponseBody extends $tea.Model {
|
|
24
|
-
requestId?: string;
|
|
25
24
|
aclId?: string;
|
|
25
|
+
requestId?: string;
|
|
26
26
|
static names(): {
|
|
27
27
|
[key: string]: string;
|
|
28
28
|
};
|
|
@@ -49,12 +49,12 @@ export declare class AddEntriesToAclResponse extends $tea.Model {
|
|
|
49
49
|
});
|
|
50
50
|
}
|
|
51
51
|
export declare class AssociateAclsWithListenerRequest extends $tea.Model {
|
|
52
|
-
regionId?: string;
|
|
53
52
|
aclIds?: string[];
|
|
54
|
-
listenerId?: string;
|
|
55
53
|
aclType?: string;
|
|
56
54
|
clientToken?: string;
|
|
57
55
|
dryRun?: boolean;
|
|
56
|
+
listenerId?: string;
|
|
57
|
+
regionId?: string;
|
|
58
58
|
static names(): {
|
|
59
59
|
[key: string]: string;
|
|
60
60
|
};
|
|
@@ -66,9 +66,9 @@ export declare class AssociateAclsWithListenerRequest extends $tea.Model {
|
|
|
66
66
|
});
|
|
67
67
|
}
|
|
68
68
|
export declare class AssociateAclsWithListenerResponseBody extends $tea.Model {
|
|
69
|
-
requestId?: string;
|
|
70
69
|
aclIds?: string[];
|
|
71
70
|
listenerId?: string;
|
|
71
|
+
requestId?: string;
|
|
72
72
|
static names(): {
|
|
73
73
|
[key: string]: string;
|
|
74
74
|
};
|
|
@@ -94,6 +94,50 @@ export declare class AssociateAclsWithListenerResponse extends $tea.Model {
|
|
|
94
94
|
[key: string]: any;
|
|
95
95
|
});
|
|
96
96
|
}
|
|
97
|
+
export declare class AssociateAdditionalCertificatesWithListenerRequest extends $tea.Model {
|
|
98
|
+
acceleratorId?: string;
|
|
99
|
+
certificates?: AssociateAdditionalCertificatesWithListenerRequestCertificates[];
|
|
100
|
+
clientToken?: string;
|
|
101
|
+
listenerId?: string;
|
|
102
|
+
regionId?: string;
|
|
103
|
+
static names(): {
|
|
104
|
+
[key: string]: string;
|
|
105
|
+
};
|
|
106
|
+
static types(): {
|
|
107
|
+
[key: string]: any;
|
|
108
|
+
};
|
|
109
|
+
constructor(map?: {
|
|
110
|
+
[key: string]: any;
|
|
111
|
+
});
|
|
112
|
+
}
|
|
113
|
+
export declare class AssociateAdditionalCertificatesWithListenerResponseBody extends $tea.Model {
|
|
114
|
+
listenerId?: string;
|
|
115
|
+
requestId?: string;
|
|
116
|
+
static names(): {
|
|
117
|
+
[key: string]: string;
|
|
118
|
+
};
|
|
119
|
+
static types(): {
|
|
120
|
+
[key: string]: any;
|
|
121
|
+
};
|
|
122
|
+
constructor(map?: {
|
|
123
|
+
[key: string]: any;
|
|
124
|
+
});
|
|
125
|
+
}
|
|
126
|
+
export declare class AssociateAdditionalCertificatesWithListenerResponse extends $tea.Model {
|
|
127
|
+
headers: {
|
|
128
|
+
[key: string]: string;
|
|
129
|
+
};
|
|
130
|
+
body: AssociateAdditionalCertificatesWithListenerResponseBody;
|
|
131
|
+
static names(): {
|
|
132
|
+
[key: string]: string;
|
|
133
|
+
};
|
|
134
|
+
static types(): {
|
|
135
|
+
[key: string]: any;
|
|
136
|
+
};
|
|
137
|
+
constructor(map?: {
|
|
138
|
+
[key: string]: any;
|
|
139
|
+
});
|
|
140
|
+
}
|
|
97
141
|
export declare class AttachDdosToAcceleratorRequest extends $tea.Model {
|
|
98
142
|
acceleratorId?: string;
|
|
99
143
|
ddosId?: string;
|
|
@@ -111,8 +155,8 @@ export declare class AttachDdosToAcceleratorRequest extends $tea.Model {
|
|
|
111
155
|
}
|
|
112
156
|
export declare class AttachDdosToAcceleratorResponseBody extends $tea.Model {
|
|
113
157
|
ddosId?: string;
|
|
114
|
-
requestId?: string;
|
|
115
158
|
gaId?: string;
|
|
159
|
+
requestId?: string;
|
|
116
160
|
static names(): {
|
|
117
161
|
[key: string]: string;
|
|
118
162
|
};
|
|
@@ -139,14 +183,14 @@ export declare class AttachDdosToAcceleratorResponse extends $tea.Model {
|
|
|
139
183
|
});
|
|
140
184
|
}
|
|
141
185
|
export declare class AttachLogStoreToEndpointGroupRequest extends $tea.Model {
|
|
142
|
-
regionId?: string;
|
|
143
|
-
slsProjectName?: string;
|
|
144
|
-
slsLogStoreName?: string;
|
|
145
186
|
acceleratorId?: string;
|
|
187
|
+
clientToken?: string;
|
|
188
|
+
endpointGroupIds?: string[];
|
|
146
189
|
listenerId?: string;
|
|
190
|
+
regionId?: string;
|
|
191
|
+
slsLogStoreName?: string;
|
|
192
|
+
slsProjectName?: string;
|
|
147
193
|
slsRegionId?: string;
|
|
148
|
-
endpointGroupIds?: string[];
|
|
149
|
-
clientToken?: string;
|
|
150
194
|
static names(): {
|
|
151
195
|
[key: string]: string;
|
|
152
196
|
};
|
|
@@ -185,9 +229,9 @@ export declare class AttachLogStoreToEndpointGroupResponse extends $tea.Model {
|
|
|
185
229
|
});
|
|
186
230
|
}
|
|
187
231
|
export declare class BandwidthPackageAddAcceleratorRequest extends $tea.Model {
|
|
188
|
-
regionId?: string;
|
|
189
|
-
bandwidthPackageId?: string;
|
|
190
232
|
acceleratorId?: string;
|
|
233
|
+
bandwidthPackageId?: string;
|
|
234
|
+
regionId?: string;
|
|
191
235
|
static names(): {
|
|
192
236
|
[key: string]: string;
|
|
193
237
|
};
|
|
@@ -199,9 +243,9 @@ export declare class BandwidthPackageAddAcceleratorRequest extends $tea.Model {
|
|
|
199
243
|
});
|
|
200
244
|
}
|
|
201
245
|
export declare class BandwidthPackageAddAcceleratorResponseBody extends $tea.Model {
|
|
202
|
-
requestId?: string;
|
|
203
246
|
accelerators?: string[];
|
|
204
247
|
bandwidthPackageId?: string;
|
|
248
|
+
requestId?: string;
|
|
205
249
|
static names(): {
|
|
206
250
|
[key: string]: string;
|
|
207
251
|
};
|
|
@@ -228,9 +272,9 @@ export declare class BandwidthPackageAddAcceleratorResponse extends $tea.Model {
|
|
|
228
272
|
});
|
|
229
273
|
}
|
|
230
274
|
export declare class BandwidthPackageRemoveAcceleratorRequest extends $tea.Model {
|
|
231
|
-
regionId?: string;
|
|
232
|
-
bandwidthPackageId?: string;
|
|
233
275
|
acceleratorId?: string;
|
|
276
|
+
bandwidthPackageId?: string;
|
|
277
|
+
regionId?: string;
|
|
234
278
|
static names(): {
|
|
235
279
|
[key: string]: string;
|
|
236
280
|
};
|
|
@@ -242,9 +286,9 @@ export declare class BandwidthPackageRemoveAcceleratorRequest extends $tea.Model
|
|
|
242
286
|
});
|
|
243
287
|
}
|
|
244
288
|
export declare class BandwidthPackageRemoveAcceleratorResponseBody extends $tea.Model {
|
|
245
|
-
requestId?: string;
|
|
246
289
|
accelerators?: string[];
|
|
247
290
|
bandwidthPackageId?: string;
|
|
291
|
+
requestId?: string;
|
|
248
292
|
static names(): {
|
|
249
293
|
[key: string]: string;
|
|
250
294
|
};
|
|
@@ -271,14 +315,14 @@ export declare class BandwidthPackageRemoveAcceleratorResponse extends $tea.Mode
|
|
|
271
315
|
});
|
|
272
316
|
}
|
|
273
317
|
export declare class ConfigEndpointProbeRequest extends $tea.Model {
|
|
274
|
-
regionId?: string;
|
|
275
318
|
clientToken?: string;
|
|
319
|
+
enable?: string;
|
|
320
|
+
endpoint?: string;
|
|
276
321
|
endpointGroupId?: string;
|
|
277
322
|
endpointType?: string;
|
|
278
|
-
endpoint?: string;
|
|
279
|
-
probeProtocol?: string;
|
|
280
323
|
probePort?: string;
|
|
281
|
-
|
|
324
|
+
probeProtocol?: string;
|
|
325
|
+
regionId?: string;
|
|
282
326
|
static names(): {
|
|
283
327
|
[key: string]: string;
|
|
284
328
|
};
|
|
@@ -317,14 +361,16 @@ export declare class ConfigEndpointProbeResponse extends $tea.Model {
|
|
|
317
361
|
});
|
|
318
362
|
}
|
|
319
363
|
export declare class CreateAcceleratorRequest extends $tea.Model {
|
|
320
|
-
|
|
364
|
+
autoPay?: boolean;
|
|
365
|
+
autoRenew?: boolean;
|
|
366
|
+
autoRenewDuration?: number;
|
|
367
|
+
autoUseCoupon?: string;
|
|
321
368
|
clientToken?: string;
|
|
322
|
-
name?: string;
|
|
323
369
|
duration?: number;
|
|
370
|
+
name?: string;
|
|
324
371
|
pricingCycle?: string;
|
|
372
|
+
regionId?: string;
|
|
325
373
|
spec?: string;
|
|
326
|
-
autoPay?: boolean;
|
|
327
|
-
autoUseCoupon?: string;
|
|
328
374
|
static names(): {
|
|
329
375
|
[key: string]: string;
|
|
330
376
|
};
|
|
@@ -336,9 +382,9 @@ export declare class CreateAcceleratorRequest extends $tea.Model {
|
|
|
336
382
|
});
|
|
337
383
|
}
|
|
338
384
|
export declare class CreateAcceleratorResponseBody extends $tea.Model {
|
|
339
|
-
requestId?: string;
|
|
340
|
-
orderId?: string;
|
|
341
385
|
acceleratorId?: string;
|
|
386
|
+
orderId?: string;
|
|
387
|
+
requestId?: string;
|
|
342
388
|
static names(): {
|
|
343
389
|
[key: string]: string;
|
|
344
390
|
};
|
|
@@ -365,12 +411,12 @@ export declare class CreateAcceleratorResponse extends $tea.Model {
|
|
|
365
411
|
});
|
|
366
412
|
}
|
|
367
413
|
export declare class CreateAclRequest extends $tea.Model {
|
|
368
|
-
|
|
414
|
+
aclEntries?: CreateAclRequestAclEntries[];
|
|
369
415
|
aclName?: string;
|
|
370
416
|
addressIPVersion?: string;
|
|
371
|
-
aclEntries?: CreateAclRequestAclEntries[];
|
|
372
417
|
clientToken?: string;
|
|
373
418
|
dryRun?: boolean;
|
|
419
|
+
regionId?: string;
|
|
374
420
|
static names(): {
|
|
375
421
|
[key: string]: string;
|
|
376
422
|
};
|
|
@@ -382,8 +428,8 @@ export declare class CreateAclRequest extends $tea.Model {
|
|
|
382
428
|
});
|
|
383
429
|
}
|
|
384
430
|
export declare class CreateAclResponseBody extends $tea.Model {
|
|
385
|
-
requestId?: string;
|
|
386
431
|
aclId?: string;
|
|
432
|
+
requestId?: string;
|
|
387
433
|
static names(): {
|
|
388
434
|
[key: string]: string;
|
|
389
435
|
};
|
|
@@ -410,20 +456,20 @@ export declare class CreateAclResponse extends $tea.Model {
|
|
|
410
456
|
});
|
|
411
457
|
}
|
|
412
458
|
export declare class CreateBandwidthPackageRequest extends $tea.Model {
|
|
413
|
-
regionId?: string;
|
|
414
|
-
bandwidth?: number;
|
|
415
|
-
duration?: string;
|
|
416
|
-
pricingCycle?: string;
|
|
417
459
|
autoPay?: boolean;
|
|
418
|
-
clientToken?: string;
|
|
419
|
-
type?: string;
|
|
420
|
-
bandwidthType?: string;
|
|
421
460
|
autoUseCoupon?: string;
|
|
422
|
-
|
|
461
|
+
bandwidth?: number;
|
|
462
|
+
bandwidthType?: string;
|
|
423
463
|
billingType?: string;
|
|
424
|
-
chargeType?: string;
|
|
425
464
|
cbnGeographicRegionIdA?: string;
|
|
426
465
|
cbnGeographicRegionIdB?: string;
|
|
466
|
+
chargeType?: string;
|
|
467
|
+
clientToken?: string;
|
|
468
|
+
duration?: string;
|
|
469
|
+
pricingCycle?: string;
|
|
470
|
+
ratio?: number;
|
|
471
|
+
regionId?: string;
|
|
472
|
+
type?: string;
|
|
427
473
|
static names(): {
|
|
428
474
|
[key: string]: string;
|
|
429
475
|
};
|
|
@@ -435,9 +481,9 @@ export declare class CreateBandwidthPackageRequest extends $tea.Model {
|
|
|
435
481
|
});
|
|
436
482
|
}
|
|
437
483
|
export declare class CreateBandwidthPackageResponseBody extends $tea.Model {
|
|
438
|
-
requestId?: string;
|
|
439
484
|
bandwidthPackageId?: string;
|
|
440
485
|
orderId?: string;
|
|
486
|
+
requestId?: string;
|
|
441
487
|
static names(): {
|
|
442
488
|
[key: string]: string;
|
|
443
489
|
};
|
|
@@ -463,24 +509,13 @@ export declare class CreateBandwidthPackageResponse extends $tea.Model {
|
|
|
463
509
|
[key: string]: any;
|
|
464
510
|
});
|
|
465
511
|
}
|
|
466
|
-
export declare class
|
|
467
|
-
|
|
512
|
+
export declare class CreateBasicAcceleratorRequest extends $tea.Model {
|
|
513
|
+
autoPay?: boolean;
|
|
514
|
+
autoUseCoupon?: string;
|
|
468
515
|
clientToken?: string;
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
endpointGroupRegion?: string;
|
|
473
|
-
listenerId?: string;
|
|
474
|
-
trafficPercentage?: number;
|
|
475
|
-
healthCheckIntervalSeconds?: number;
|
|
476
|
-
healthCheckPath?: string;
|
|
477
|
-
healthCheckPort?: number;
|
|
478
|
-
healthCheckProtocol?: string;
|
|
479
|
-
thresholdCount?: number;
|
|
480
|
-
endpointConfigurations?: CreateEndpointGroupRequestEndpointConfigurations[];
|
|
481
|
-
endpointRequestProtocol?: string;
|
|
482
|
-
endpointGroupType?: string;
|
|
483
|
-
portOverrides?: CreateEndpointGroupRequestPortOverrides[];
|
|
516
|
+
duration?: number;
|
|
517
|
+
pricingCycle?: string;
|
|
518
|
+
regionId?: string;
|
|
484
519
|
static names(): {
|
|
485
520
|
[key: string]: string;
|
|
486
521
|
};
|
|
@@ -491,8 +526,9 @@ export declare class CreateEndpointGroupRequest extends $tea.Model {
|
|
|
491
526
|
[key: string]: any;
|
|
492
527
|
});
|
|
493
528
|
}
|
|
494
|
-
export declare class
|
|
495
|
-
|
|
529
|
+
export declare class CreateBasicAcceleratorResponseBody extends $tea.Model {
|
|
530
|
+
acceleratorId?: string;
|
|
531
|
+
orderId?: string;
|
|
496
532
|
requestId?: string;
|
|
497
533
|
static names(): {
|
|
498
534
|
[key: string]: string;
|
|
@@ -504,11 +540,11 @@ export declare class CreateEndpointGroupResponseBody extends $tea.Model {
|
|
|
504
540
|
[key: string]: any;
|
|
505
541
|
});
|
|
506
542
|
}
|
|
507
|
-
export declare class
|
|
543
|
+
export declare class CreateBasicAcceleratorResponse extends $tea.Model {
|
|
508
544
|
headers: {
|
|
509
545
|
[key: string]: string;
|
|
510
546
|
};
|
|
511
|
-
body:
|
|
547
|
+
body: CreateBasicAcceleratorResponseBody;
|
|
512
548
|
static names(): {
|
|
513
549
|
[key: string]: string;
|
|
514
550
|
};
|
|
@@ -519,12 +555,15 @@ export declare class CreateEndpointGroupResponse extends $tea.Model {
|
|
|
519
555
|
[key: string]: any;
|
|
520
556
|
});
|
|
521
557
|
}
|
|
522
|
-
export declare class
|
|
523
|
-
regionId?: string;
|
|
524
|
-
clientToken?: string;
|
|
558
|
+
export declare class CreateBasicEndpointGroupRequest extends $tea.Model {
|
|
525
559
|
acceleratorId?: string;
|
|
526
|
-
|
|
527
|
-
|
|
560
|
+
clientToken?: string;
|
|
561
|
+
description?: string;
|
|
562
|
+
endpointAddress?: string;
|
|
563
|
+
endpointGroupRegion?: string;
|
|
564
|
+
endpointType?: string;
|
|
565
|
+
name?: string;
|
|
566
|
+
regionId?: string;
|
|
528
567
|
static names(): {
|
|
529
568
|
[key: string]: string;
|
|
530
569
|
};
|
|
@@ -535,9 +574,9 @@ export declare class CreateForwardingRulesRequest extends $tea.Model {
|
|
|
535
574
|
[key: string]: any;
|
|
536
575
|
});
|
|
537
576
|
}
|
|
538
|
-
export declare class
|
|
577
|
+
export declare class CreateBasicEndpointGroupResponseBody extends $tea.Model {
|
|
578
|
+
endpointGroupId?: string;
|
|
539
579
|
requestId?: string;
|
|
540
|
-
forwardingRules?: CreateForwardingRulesResponseBodyForwardingRules[];
|
|
541
580
|
static names(): {
|
|
542
581
|
[key: string]: string;
|
|
543
582
|
};
|
|
@@ -548,11 +587,11 @@ export declare class CreateForwardingRulesResponseBody extends $tea.Model {
|
|
|
548
587
|
[key: string]: any;
|
|
549
588
|
});
|
|
550
589
|
}
|
|
551
|
-
export declare class
|
|
590
|
+
export declare class CreateBasicEndpointGroupResponse extends $tea.Model {
|
|
552
591
|
headers: {
|
|
553
592
|
[key: string]: string;
|
|
554
593
|
};
|
|
555
|
-
body:
|
|
594
|
+
body: CreateBasicEndpointGroupResponseBody;
|
|
556
595
|
static names(): {
|
|
557
596
|
[key: string]: string;
|
|
558
597
|
};
|
|
@@ -563,11 +602,11 @@ export declare class CreateForwardingRulesResponse extends $tea.Model {
|
|
|
563
602
|
[key: string]: any;
|
|
564
603
|
});
|
|
565
604
|
}
|
|
566
|
-
export declare class
|
|
567
|
-
|
|
568
|
-
clientToken?: string;
|
|
605
|
+
export declare class CreateBasicIpSetRequest extends $tea.Model {
|
|
606
|
+
accelerateRegionId?: string;
|
|
569
607
|
acceleratorId?: string;
|
|
570
|
-
|
|
608
|
+
clientToken?: string;
|
|
609
|
+
regionId?: string;
|
|
571
610
|
static names(): {
|
|
572
611
|
[key: string]: string;
|
|
573
612
|
};
|
|
@@ -578,10 +617,9 @@ export declare class CreateIpSetsRequest extends $tea.Model {
|
|
|
578
617
|
[key: string]: any;
|
|
579
618
|
});
|
|
580
619
|
}
|
|
581
|
-
export declare class
|
|
620
|
+
export declare class CreateBasicIpSetResponseBody extends $tea.Model {
|
|
621
|
+
ipSetId?: string;
|
|
582
622
|
requestId?: string;
|
|
583
|
-
ipSets?: CreateIpSetsResponseBodyIpSets[];
|
|
584
|
-
acceleratorId?: string;
|
|
585
623
|
static names(): {
|
|
586
624
|
[key: string]: string;
|
|
587
625
|
};
|
|
@@ -592,11 +630,11 @@ export declare class CreateIpSetsResponseBody extends $tea.Model {
|
|
|
592
630
|
[key: string]: any;
|
|
593
631
|
});
|
|
594
632
|
}
|
|
595
|
-
export declare class
|
|
633
|
+
export declare class CreateBasicIpSetResponse extends $tea.Model {
|
|
596
634
|
headers: {
|
|
597
635
|
[key: string]: string;
|
|
598
636
|
};
|
|
599
|
-
body:
|
|
637
|
+
body: CreateBasicIpSetResponseBody;
|
|
600
638
|
static names(): {
|
|
601
639
|
[key: string]: string;
|
|
602
640
|
};
|
|
@@ -607,17 +645,25 @@ export declare class CreateIpSetsResponse extends $tea.Model {
|
|
|
607
645
|
[key: string]: any;
|
|
608
646
|
});
|
|
609
647
|
}
|
|
610
|
-
export declare class
|
|
611
|
-
regionId?: string;
|
|
612
|
-
clientToken?: string;
|
|
648
|
+
export declare class CreateEndpointGroupRequest extends $tea.Model {
|
|
613
649
|
acceleratorId?: string;
|
|
614
|
-
|
|
650
|
+
clientToken?: string;
|
|
615
651
|
description?: string;
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
652
|
+
endpointConfigurations?: CreateEndpointGroupRequestEndpointConfigurations[];
|
|
653
|
+
endpointGroupRegion?: string;
|
|
654
|
+
endpointGroupType?: string;
|
|
655
|
+
endpointRequestProtocol?: string;
|
|
656
|
+
healthCheckEnabled?: boolean;
|
|
657
|
+
healthCheckIntervalSeconds?: number;
|
|
658
|
+
healthCheckPath?: string;
|
|
659
|
+
healthCheckPort?: number;
|
|
660
|
+
healthCheckProtocol?: string;
|
|
661
|
+
listenerId?: string;
|
|
662
|
+
name?: string;
|
|
663
|
+
portOverrides?: CreateEndpointGroupRequestPortOverrides[];
|
|
664
|
+
regionId?: string;
|
|
665
|
+
thresholdCount?: number;
|
|
666
|
+
trafficPercentage?: number;
|
|
621
667
|
static names(): {
|
|
622
668
|
[key: string]: string;
|
|
623
669
|
};
|
|
@@ -628,9 +674,9 @@ export declare class CreateListenerRequest extends $tea.Model {
|
|
|
628
674
|
[key: string]: any;
|
|
629
675
|
});
|
|
630
676
|
}
|
|
631
|
-
export declare class
|
|
677
|
+
export declare class CreateEndpointGroupResponseBody extends $tea.Model {
|
|
678
|
+
endpointGroupId?: string;
|
|
632
679
|
requestId?: string;
|
|
633
|
-
listenerId?: string;
|
|
634
680
|
static names(): {
|
|
635
681
|
[key: string]: string;
|
|
636
682
|
};
|
|
@@ -641,11 +687,11 @@ export declare class CreateListenerResponseBody extends $tea.Model {
|
|
|
641
687
|
[key: string]: any;
|
|
642
688
|
});
|
|
643
689
|
}
|
|
644
|
-
export declare class
|
|
690
|
+
export declare class CreateEndpointGroupResponse extends $tea.Model {
|
|
645
691
|
headers: {
|
|
646
692
|
[key: string]: string;
|
|
647
693
|
};
|
|
648
|
-
body:
|
|
694
|
+
body: CreateEndpointGroupResponseBody;
|
|
649
695
|
static names(): {
|
|
650
696
|
[key: string]: string;
|
|
651
697
|
};
|
|
@@ -656,9 +702,13 @@ export declare class CreateListenerResponse extends $tea.Model {
|
|
|
656
702
|
[key: string]: any;
|
|
657
703
|
});
|
|
658
704
|
}
|
|
659
|
-
export declare class
|
|
660
|
-
regionId?: string;
|
|
705
|
+
export declare class CreateEndpointGroupsRequest extends $tea.Model {
|
|
661
706
|
acceleratorId?: string;
|
|
707
|
+
clientToken?: string;
|
|
708
|
+
dryRun?: boolean;
|
|
709
|
+
endpointGroupConfigurations?: CreateEndpointGroupsRequestEndpointGroupConfigurations[];
|
|
710
|
+
listenerId?: string;
|
|
711
|
+
regionId?: string;
|
|
662
712
|
static names(): {
|
|
663
713
|
[key: string]: string;
|
|
664
714
|
};
|
|
@@ -669,9 +719,9 @@ export declare class DeleteAcceleratorRequest extends $tea.Model {
|
|
|
669
719
|
[key: string]: any;
|
|
670
720
|
});
|
|
671
721
|
}
|
|
672
|
-
export declare class
|
|
722
|
+
export declare class CreateEndpointGroupsResponseBody extends $tea.Model {
|
|
723
|
+
endpointGroupIds?: string[];
|
|
673
724
|
requestId?: string;
|
|
674
|
-
acceleratorId?: string;
|
|
675
725
|
static names(): {
|
|
676
726
|
[key: string]: string;
|
|
677
727
|
};
|
|
@@ -682,11 +732,11 @@ export declare class DeleteAcceleratorResponseBody extends $tea.Model {
|
|
|
682
732
|
[key: string]: any;
|
|
683
733
|
});
|
|
684
734
|
}
|
|
685
|
-
export declare class
|
|
735
|
+
export declare class CreateEndpointGroupsResponse extends $tea.Model {
|
|
686
736
|
headers: {
|
|
687
737
|
[key: string]: string;
|
|
688
738
|
};
|
|
689
|
-
body:
|
|
739
|
+
body: CreateEndpointGroupsResponseBody;
|
|
690
740
|
static names(): {
|
|
691
741
|
[key: string]: string;
|
|
692
742
|
};
|
|
@@ -697,11 +747,12 @@ export declare class DeleteAcceleratorResponse extends $tea.Model {
|
|
|
697
747
|
[key: string]: any;
|
|
698
748
|
});
|
|
699
749
|
}
|
|
700
|
-
export declare class
|
|
701
|
-
|
|
702
|
-
aclId?: string;
|
|
750
|
+
export declare class CreateForwardingRulesRequest extends $tea.Model {
|
|
751
|
+
acceleratorId?: string;
|
|
703
752
|
clientToken?: string;
|
|
704
|
-
|
|
753
|
+
forwardingRules?: CreateForwardingRulesRequestForwardingRules[];
|
|
754
|
+
listenerId?: string;
|
|
755
|
+
regionId?: string;
|
|
705
756
|
static names(): {
|
|
706
757
|
[key: string]: string;
|
|
707
758
|
};
|
|
@@ -712,9 +763,9 @@ export declare class DeleteAclRequest extends $tea.Model {
|
|
|
712
763
|
[key: string]: any;
|
|
713
764
|
});
|
|
714
765
|
}
|
|
715
|
-
export declare class
|
|
766
|
+
export declare class CreateForwardingRulesResponseBody extends $tea.Model {
|
|
767
|
+
forwardingRules?: CreateForwardingRulesResponseBodyForwardingRules[];
|
|
716
768
|
requestId?: string;
|
|
717
|
-
aclId?: string;
|
|
718
769
|
static names(): {
|
|
719
770
|
[key: string]: string;
|
|
720
771
|
};
|
|
@@ -725,11 +776,11 @@ export declare class DeleteAclResponseBody extends $tea.Model {
|
|
|
725
776
|
[key: string]: any;
|
|
726
777
|
});
|
|
727
778
|
}
|
|
728
|
-
export declare class
|
|
779
|
+
export declare class CreateForwardingRulesResponse extends $tea.Model {
|
|
729
780
|
headers: {
|
|
730
781
|
[key: string]: string;
|
|
731
782
|
};
|
|
732
|
-
body:
|
|
783
|
+
body: CreateForwardingRulesResponseBody;
|
|
733
784
|
static names(): {
|
|
734
785
|
[key: string]: string;
|
|
735
786
|
};
|
|
@@ -740,10 +791,11 @@ export declare class DeleteAclResponse extends $tea.Model {
|
|
|
740
791
|
[key: string]: any;
|
|
741
792
|
});
|
|
742
793
|
}
|
|
743
|
-
export declare class
|
|
744
|
-
|
|
745
|
-
|
|
794
|
+
export declare class CreateIpSetsRequest extends $tea.Model {
|
|
795
|
+
accelerateRegion?: CreateIpSetsRequestAccelerateRegion[];
|
|
796
|
+
acceleratorId?: string;
|
|
746
797
|
clientToken?: string;
|
|
798
|
+
regionId?: string;
|
|
747
799
|
static names(): {
|
|
748
800
|
[key: string]: string;
|
|
749
801
|
};
|
|
@@ -754,9 +806,10 @@ export declare class DeleteBandwidthPackageRequest extends $tea.Model {
|
|
|
754
806
|
[key: string]: any;
|
|
755
807
|
});
|
|
756
808
|
}
|
|
757
|
-
export declare class
|
|
809
|
+
export declare class CreateIpSetsResponseBody extends $tea.Model {
|
|
810
|
+
acceleratorId?: string;
|
|
811
|
+
ipSets?: CreateIpSetsResponseBodyIpSets[];
|
|
758
812
|
requestId?: string;
|
|
759
|
-
bandwidthPackageId?: string;
|
|
760
813
|
static names(): {
|
|
761
814
|
[key: string]: string;
|
|
762
815
|
};
|
|
@@ -767,11 +820,11 @@ export declare class DeleteBandwidthPackageResponseBody extends $tea.Model {
|
|
|
767
820
|
[key: string]: any;
|
|
768
821
|
});
|
|
769
822
|
}
|
|
770
|
-
export declare class
|
|
823
|
+
export declare class CreateIpSetsResponse extends $tea.Model {
|
|
771
824
|
headers: {
|
|
772
825
|
[key: string]: string;
|
|
773
826
|
};
|
|
774
|
-
body:
|
|
827
|
+
body: CreateIpSetsResponseBody;
|
|
775
828
|
static names(): {
|
|
776
829
|
[key: string]: string;
|
|
777
830
|
};
|
|
@@ -782,10 +835,19 @@ export declare class DeleteBandwidthPackageResponse extends $tea.Model {
|
|
|
782
835
|
[key: string]: any;
|
|
783
836
|
});
|
|
784
837
|
}
|
|
785
|
-
export declare class
|
|
786
|
-
clientToken?: string;
|
|
838
|
+
export declare class CreateListenerRequest extends $tea.Model {
|
|
787
839
|
acceleratorId?: string;
|
|
788
|
-
|
|
840
|
+
certificates?: CreateListenerRequestCertificates[];
|
|
841
|
+
clientAffinity?: string;
|
|
842
|
+
clientToken?: string;
|
|
843
|
+
description?: string;
|
|
844
|
+
name?: string;
|
|
845
|
+
portRanges?: CreateListenerRequestPortRanges[];
|
|
846
|
+
protocol?: string;
|
|
847
|
+
proxyProtocol?: boolean;
|
|
848
|
+
regionId?: string;
|
|
849
|
+
securityPolicyId?: string;
|
|
850
|
+
XForwardedForConfig?: CreateListenerRequestXForwardedForConfig;
|
|
789
851
|
static names(): {
|
|
790
852
|
[key: string]: string;
|
|
791
853
|
};
|
|
@@ -796,7 +858,8 @@ export declare class DeleteEndpointGroupRequest extends $tea.Model {
|
|
|
796
858
|
[key: string]: any;
|
|
797
859
|
});
|
|
798
860
|
}
|
|
799
|
-
export declare class
|
|
861
|
+
export declare class CreateListenerResponseBody extends $tea.Model {
|
|
862
|
+
listenerId?: string;
|
|
800
863
|
requestId?: string;
|
|
801
864
|
static names(): {
|
|
802
865
|
[key: string]: string;
|
|
@@ -808,11 +871,11 @@ export declare class DeleteEndpointGroupResponseBody extends $tea.Model {
|
|
|
808
871
|
[key: string]: any;
|
|
809
872
|
});
|
|
810
873
|
}
|
|
811
|
-
export declare class
|
|
874
|
+
export declare class CreateListenerResponse extends $tea.Model {
|
|
812
875
|
headers: {
|
|
813
876
|
[key: string]: string;
|
|
814
877
|
};
|
|
815
|
-
body:
|
|
878
|
+
body: CreateListenerResponseBody;
|
|
816
879
|
static names(): {
|
|
817
880
|
[key: string]: string;
|
|
818
881
|
};
|
|
@@ -823,12 +886,12 @@ export declare class DeleteEndpointGroupResponse extends $tea.Model {
|
|
|
823
886
|
[key: string]: any;
|
|
824
887
|
});
|
|
825
888
|
}
|
|
826
|
-
export declare class
|
|
827
|
-
regionId?: string;
|
|
828
|
-
clientToken?: string;
|
|
829
|
-
forwardingRuleIds?: string[];
|
|
889
|
+
export declare class CreateSpareIpsRequest extends $tea.Model {
|
|
830
890
|
acceleratorId?: string;
|
|
831
|
-
|
|
891
|
+
clientToken?: string;
|
|
892
|
+
dryRun?: boolean;
|
|
893
|
+
regionId?: string;
|
|
894
|
+
spareIps?: string[];
|
|
832
895
|
static names(): {
|
|
833
896
|
[key: string]: string;
|
|
834
897
|
};
|
|
@@ -839,8 +902,7 @@ export declare class DeleteForwardingRulesRequest extends $tea.Model {
|
|
|
839
902
|
[key: string]: any;
|
|
840
903
|
});
|
|
841
904
|
}
|
|
842
|
-
export declare class
|
|
843
|
-
forwardingRules?: DeleteForwardingRulesResponseBodyForwardingRules[];
|
|
905
|
+
export declare class CreateSpareIpsResponseBody extends $tea.Model {
|
|
844
906
|
requestId?: string;
|
|
845
907
|
static names(): {
|
|
846
908
|
[key: string]: string;
|
|
@@ -852,11 +914,11 @@ export declare class DeleteForwardingRulesResponseBody extends $tea.Model {
|
|
|
852
914
|
[key: string]: any;
|
|
853
915
|
});
|
|
854
916
|
}
|
|
855
|
-
export declare class
|
|
917
|
+
export declare class CreateSpareIpsResponse extends $tea.Model {
|
|
856
918
|
headers: {
|
|
857
919
|
[key: string]: string;
|
|
858
920
|
};
|
|
859
|
-
body:
|
|
921
|
+
body: CreateSpareIpsResponseBody;
|
|
860
922
|
static names(): {
|
|
861
923
|
[key: string]: string;
|
|
862
924
|
};
|
|
@@ -867,11 +929,9 @@ export declare class DeleteForwardingRulesResponse extends $tea.Model {
|
|
|
867
929
|
[key: string]: any;
|
|
868
930
|
});
|
|
869
931
|
}
|
|
870
|
-
export declare class
|
|
871
|
-
regionId?: string;
|
|
872
|
-
clientToken?: string;
|
|
932
|
+
export declare class DeleteAcceleratorRequest extends $tea.Model {
|
|
873
933
|
acceleratorId?: string;
|
|
874
|
-
|
|
934
|
+
regionId?: string;
|
|
875
935
|
static names(): {
|
|
876
936
|
[key: string]: string;
|
|
877
937
|
};
|
|
@@ -882,7 +942,8 @@ export declare class DeleteIpSetRequest extends $tea.Model {
|
|
|
882
942
|
[key: string]: any;
|
|
883
943
|
});
|
|
884
944
|
}
|
|
885
|
-
export declare class
|
|
945
|
+
export declare class DeleteAcceleratorResponseBody extends $tea.Model {
|
|
946
|
+
acceleratorId?: string;
|
|
886
947
|
requestId?: string;
|
|
887
948
|
static names(): {
|
|
888
949
|
[key: string]: string;
|
|
@@ -894,11 +955,11 @@ export declare class DeleteIpSetResponseBody extends $tea.Model {
|
|
|
894
955
|
[key: string]: any;
|
|
895
956
|
});
|
|
896
957
|
}
|
|
897
|
-
export declare class
|
|
958
|
+
export declare class DeleteAcceleratorResponse extends $tea.Model {
|
|
898
959
|
headers: {
|
|
899
960
|
[key: string]: string;
|
|
900
961
|
};
|
|
901
|
-
body:
|
|
962
|
+
body: DeleteAcceleratorResponseBody;
|
|
902
963
|
static names(): {
|
|
903
964
|
[key: string]: string;
|
|
904
965
|
};
|
|
@@ -909,9 +970,11 @@ export declare class DeleteIpSetResponse extends $tea.Model {
|
|
|
909
970
|
[key: string]: any;
|
|
910
971
|
});
|
|
911
972
|
}
|
|
912
|
-
export declare class
|
|
973
|
+
export declare class DeleteAclRequest extends $tea.Model {
|
|
974
|
+
aclId?: string;
|
|
975
|
+
clientToken?: string;
|
|
976
|
+
dryRun?: boolean;
|
|
913
977
|
regionId?: string;
|
|
914
|
-
ipSetIds?: string[];
|
|
915
978
|
static names(): {
|
|
916
979
|
[key: string]: string;
|
|
917
980
|
};
|
|
@@ -922,7 +985,8 @@ export declare class DeleteIpSetsRequest extends $tea.Model {
|
|
|
922
985
|
[key: string]: any;
|
|
923
986
|
});
|
|
924
987
|
}
|
|
925
|
-
export declare class
|
|
988
|
+
export declare class DeleteAclResponseBody extends $tea.Model {
|
|
989
|
+
aclId?: string;
|
|
926
990
|
requestId?: string;
|
|
927
991
|
static names(): {
|
|
928
992
|
[key: string]: string;
|
|
@@ -934,11 +998,11 @@ export declare class DeleteIpSetsResponseBody extends $tea.Model {
|
|
|
934
998
|
[key: string]: any;
|
|
935
999
|
});
|
|
936
1000
|
}
|
|
937
|
-
export declare class
|
|
1001
|
+
export declare class DeleteAclResponse extends $tea.Model {
|
|
938
1002
|
headers: {
|
|
939
1003
|
[key: string]: string;
|
|
940
1004
|
};
|
|
941
|
-
body:
|
|
1005
|
+
body: DeleteAclResponseBody;
|
|
942
1006
|
static names(): {
|
|
943
1007
|
[key: string]: string;
|
|
944
1008
|
};
|
|
@@ -949,10 +1013,10 @@ export declare class DeleteIpSetsResponse extends $tea.Model {
|
|
|
949
1013
|
[key: string]: any;
|
|
950
1014
|
});
|
|
951
1015
|
}
|
|
952
|
-
export declare class
|
|
1016
|
+
export declare class DeleteBandwidthPackageRequest extends $tea.Model {
|
|
1017
|
+
bandwidthPackageId?: string;
|
|
953
1018
|
clientToken?: string;
|
|
954
|
-
|
|
955
|
-
listenerId?: string;
|
|
1019
|
+
regionId?: string;
|
|
956
1020
|
static names(): {
|
|
957
1021
|
[key: string]: string;
|
|
958
1022
|
};
|
|
@@ -963,7 +1027,8 @@ export declare class DeleteListenerRequest extends $tea.Model {
|
|
|
963
1027
|
[key: string]: any;
|
|
964
1028
|
});
|
|
965
1029
|
}
|
|
966
|
-
export declare class
|
|
1030
|
+
export declare class DeleteBandwidthPackageResponseBody extends $tea.Model {
|
|
1031
|
+
bandwidthPackageId?: string;
|
|
967
1032
|
requestId?: string;
|
|
968
1033
|
static names(): {
|
|
969
1034
|
[key: string]: string;
|
|
@@ -975,11 +1040,11 @@ export declare class DeleteListenerResponseBody extends $tea.Model {
|
|
|
975
1040
|
[key: string]: any;
|
|
976
1041
|
});
|
|
977
1042
|
}
|
|
978
|
-
export declare class
|
|
1043
|
+
export declare class DeleteBandwidthPackageResponse extends $tea.Model {
|
|
979
1044
|
headers: {
|
|
980
1045
|
[key: string]: string;
|
|
981
1046
|
};
|
|
982
|
-
body:
|
|
1047
|
+
body: DeleteBandwidthPackageResponseBody;
|
|
983
1048
|
static names(): {
|
|
984
1049
|
[key: string]: string;
|
|
985
1050
|
};
|
|
@@ -990,9 +1055,9 @@ export declare class DeleteListenerResponse extends $tea.Model {
|
|
|
990
1055
|
[key: string]: any;
|
|
991
1056
|
});
|
|
992
1057
|
}
|
|
993
|
-
export declare class
|
|
994
|
-
regionId?: string;
|
|
1058
|
+
export declare class DeleteBasicAcceleratorRequest extends $tea.Model {
|
|
995
1059
|
acceleratorId?: string;
|
|
1060
|
+
regionId?: string;
|
|
996
1061
|
static names(): {
|
|
997
1062
|
[key: string]: string;
|
|
998
1063
|
};
|
|
@@ -1003,23 +1068,9 @@ export declare class DescribeAcceleratorRequest extends $tea.Model {
|
|
|
1003
1068
|
[key: string]: any;
|
|
1004
1069
|
});
|
|
1005
1070
|
}
|
|
1006
|
-
export declare class
|
|
1007
|
-
ddosId?: string;
|
|
1008
|
-
dnsName?: string;
|
|
1009
|
-
description?: string;
|
|
1010
|
-
requestId?: string;
|
|
1011
|
-
instanceChargeType?: string;
|
|
1012
|
-
createTime?: number;
|
|
1013
|
-
crossDomainBandwidthPackage?: DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage;
|
|
1014
|
-
secondDnsName?: string;
|
|
1015
|
-
name?: string;
|
|
1016
|
-
basicBandwidthPackage?: DescribeAcceleratorResponseBodyBasicBandwidthPackage;
|
|
1017
|
-
state?: string;
|
|
1018
|
-
expiredTime?: number;
|
|
1019
|
-
cenId?: string;
|
|
1020
|
-
regionId?: string;
|
|
1021
|
-
spec?: string;
|
|
1071
|
+
export declare class DeleteBasicAcceleratorResponseBody extends $tea.Model {
|
|
1022
1072
|
acceleratorId?: string;
|
|
1073
|
+
requestId?: string;
|
|
1023
1074
|
static names(): {
|
|
1024
1075
|
[key: string]: string;
|
|
1025
1076
|
};
|
|
@@ -1030,11 +1081,11 @@ export declare class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
1030
1081
|
[key: string]: any;
|
|
1031
1082
|
});
|
|
1032
1083
|
}
|
|
1033
|
-
export declare class
|
|
1084
|
+
export declare class DeleteBasicAcceleratorResponse extends $tea.Model {
|
|
1034
1085
|
headers: {
|
|
1035
1086
|
[key: string]: string;
|
|
1036
1087
|
};
|
|
1037
|
-
body:
|
|
1088
|
+
body: DeleteBasicAcceleratorResponseBody;
|
|
1038
1089
|
static names(): {
|
|
1039
1090
|
[key: string]: string;
|
|
1040
1091
|
};
|
|
@@ -1045,9 +1096,9 @@ export declare class DescribeAcceleratorResponse extends $tea.Model {
|
|
|
1045
1096
|
[key: string]: any;
|
|
1046
1097
|
});
|
|
1047
1098
|
}
|
|
1048
|
-
export declare class
|
|
1049
|
-
|
|
1050
|
-
|
|
1099
|
+
export declare class DeleteBasicEndpointGroupRequest extends $tea.Model {
|
|
1100
|
+
clientToken?: string;
|
|
1101
|
+
endpointGroupId?: string;
|
|
1051
1102
|
static names(): {
|
|
1052
1103
|
[key: string]: string;
|
|
1053
1104
|
};
|
|
@@ -1058,24 +1109,8 @@ export declare class DescribeBandwidthPackageRequest extends $tea.Model {
|
|
|
1058
1109
|
[key: string]: any;
|
|
1059
1110
|
});
|
|
1060
1111
|
}
|
|
1061
|
-
export declare class
|
|
1062
|
-
cbnGeographicRegionIdB?: string;
|
|
1063
|
-
cbnGeographicRegionIdA?: string;
|
|
1064
|
-
description?: string;
|
|
1112
|
+
export declare class DeleteBasicEndpointGroupResponseBody extends $tea.Model {
|
|
1065
1113
|
requestId?: string;
|
|
1066
|
-
createTime?: string;
|
|
1067
|
-
name?: string;
|
|
1068
|
-
bandwidthType?: string;
|
|
1069
|
-
type?: string;
|
|
1070
|
-
accelerators?: string[];
|
|
1071
|
-
state?: string;
|
|
1072
|
-
chargeType?: string;
|
|
1073
|
-
bandwidth?: number;
|
|
1074
|
-
expiredTime?: string;
|
|
1075
|
-
bandwidthPackageId?: string;
|
|
1076
|
-
regionId?: string;
|
|
1077
|
-
billingType?: string;
|
|
1078
|
-
ratio?: number;
|
|
1079
1114
|
static names(): {
|
|
1080
1115
|
[key: string]: string;
|
|
1081
1116
|
};
|
|
@@ -1086,11 +1121,11 @@ export declare class DescribeBandwidthPackageResponseBody extends $tea.Model {
|
|
|
1086
1121
|
[key: string]: any;
|
|
1087
1122
|
});
|
|
1088
1123
|
}
|
|
1089
|
-
export declare class
|
|
1124
|
+
export declare class DeleteBasicEndpointGroupResponse extends $tea.Model {
|
|
1090
1125
|
headers: {
|
|
1091
1126
|
[key: string]: string;
|
|
1092
1127
|
};
|
|
1093
|
-
body:
|
|
1128
|
+
body: DeleteBasicEndpointGroupResponseBody;
|
|
1094
1129
|
static names(): {
|
|
1095
1130
|
[key: string]: string;
|
|
1096
1131
|
};
|
|
@@ -1101,9 +1136,10 @@ export declare class DescribeBandwidthPackageResponse extends $tea.Model {
|
|
|
1101
1136
|
[key: string]: any;
|
|
1102
1137
|
});
|
|
1103
1138
|
}
|
|
1104
|
-
export declare class
|
|
1139
|
+
export declare class DeleteBasicIpSetRequest extends $tea.Model {
|
|
1140
|
+
clientToken?: string;
|
|
1141
|
+
ipSetId?: string;
|
|
1105
1142
|
regionId?: string;
|
|
1106
|
-
endpointGroupId?: string;
|
|
1107
1143
|
static names(): {
|
|
1108
1144
|
[key: string]: string;
|
|
1109
1145
|
};
|
|
@@ -1114,32 +1150,8 @@ export declare class DescribeEndpointGroupRequest extends $tea.Model {
|
|
|
1114
1150
|
[key: string]: any;
|
|
1115
1151
|
});
|
|
1116
1152
|
}
|
|
1117
|
-
export declare class
|
|
1118
|
-
healthCheckIntervalSeconds?: number;
|
|
1119
|
-
trafficPercentage?: number;
|
|
1120
|
-
endpointGroupId?: string;
|
|
1121
|
-
description?: string;
|
|
1153
|
+
export declare class DeleteBasicIpSetResponseBody extends $tea.Model {
|
|
1122
1154
|
requestId?: string;
|
|
1123
|
-
healthCheckPath?: string;
|
|
1124
|
-
thresholdCount?: number;
|
|
1125
|
-
name?: string;
|
|
1126
|
-
endpointGroupRegion?: string;
|
|
1127
|
-
totalCount?: number;
|
|
1128
|
-
state?: string;
|
|
1129
|
-
healthCheckProtocol?: string;
|
|
1130
|
-
healthCheckPort?: number;
|
|
1131
|
-
endpointConfigurations?: DescribeEndpointGroupResponseBodyEndpointConfigurations[];
|
|
1132
|
-
portOverrides?: DescribeEndpointGroupResponseBodyPortOverrides[];
|
|
1133
|
-
endpointRequestProtocol?: string;
|
|
1134
|
-
endpointGroupType?: string;
|
|
1135
|
-
forwardingRuleIds?: string[];
|
|
1136
|
-
acceleratorId?: string;
|
|
1137
|
-
listenerId?: string;
|
|
1138
|
-
slsRegion?: string;
|
|
1139
|
-
slsProjectName?: string;
|
|
1140
|
-
slsLogStoreName?: string;
|
|
1141
|
-
accessLogSwitch?: string;
|
|
1142
|
-
enableAccessLog?: boolean;
|
|
1143
1155
|
static names(): {
|
|
1144
1156
|
[key: string]: string;
|
|
1145
1157
|
};
|
|
@@ -1150,11 +1162,11 @@ export declare class DescribeEndpointGroupResponseBody extends $tea.Model {
|
|
|
1150
1162
|
[key: string]: any;
|
|
1151
1163
|
});
|
|
1152
1164
|
}
|
|
1153
|
-
export declare class
|
|
1165
|
+
export declare class DeleteBasicIpSetResponse extends $tea.Model {
|
|
1154
1166
|
headers: {
|
|
1155
1167
|
[key: string]: string;
|
|
1156
1168
|
};
|
|
1157
|
-
body:
|
|
1169
|
+
body: DeleteBasicIpSetResponseBody;
|
|
1158
1170
|
static names(): {
|
|
1159
1171
|
[key: string]: string;
|
|
1160
1172
|
};
|
|
@@ -1165,9 +1177,10 @@ export declare class DescribeEndpointGroupResponse extends $tea.Model {
|
|
|
1165
1177
|
[key: string]: any;
|
|
1166
1178
|
});
|
|
1167
1179
|
}
|
|
1168
|
-
export declare class
|
|
1169
|
-
|
|
1170
|
-
|
|
1180
|
+
export declare class DeleteEndpointGroupRequest extends $tea.Model {
|
|
1181
|
+
acceleratorId?: string;
|
|
1182
|
+
clientToken?: string;
|
|
1183
|
+
endpointGroupId?: string;
|
|
1171
1184
|
static names(): {
|
|
1172
1185
|
[key: string]: string;
|
|
1173
1186
|
};
|
|
@@ -1178,15 +1191,8 @@ export declare class DescribeIpSetRequest extends $tea.Model {
|
|
|
1178
1191
|
[key: string]: any;
|
|
1179
1192
|
});
|
|
1180
1193
|
}
|
|
1181
|
-
export declare class
|
|
1182
|
-
ipSetId?: string;
|
|
1194
|
+
export declare class DeleteEndpointGroupResponseBody extends $tea.Model {
|
|
1183
1195
|
requestId?: string;
|
|
1184
|
-
ipVersion?: string;
|
|
1185
|
-
state?: string;
|
|
1186
|
-
bandwidth?: number;
|
|
1187
|
-
ipAddressList?: string[];
|
|
1188
|
-
accelerateRegionId?: string;
|
|
1189
|
-
acceleratorId?: string;
|
|
1190
1196
|
static names(): {
|
|
1191
1197
|
[key: string]: string;
|
|
1192
1198
|
};
|
|
@@ -1197,11 +1203,11 @@ export declare class DescribeIpSetResponseBody extends $tea.Model {
|
|
|
1197
1203
|
[key: string]: any;
|
|
1198
1204
|
});
|
|
1199
1205
|
}
|
|
1200
|
-
export declare class
|
|
1206
|
+
export declare class DeleteEndpointGroupResponse extends $tea.Model {
|
|
1201
1207
|
headers: {
|
|
1202
1208
|
[key: string]: string;
|
|
1203
1209
|
};
|
|
1204
|
-
body:
|
|
1210
|
+
body: DeleteEndpointGroupResponseBody;
|
|
1205
1211
|
static names(): {
|
|
1206
1212
|
[key: string]: string;
|
|
1207
1213
|
};
|
|
@@ -1212,9 +1218,11 @@ export declare class DescribeIpSetResponse extends $tea.Model {
|
|
|
1212
1218
|
[key: string]: any;
|
|
1213
1219
|
});
|
|
1214
1220
|
}
|
|
1215
|
-
export declare class
|
|
1221
|
+
export declare class DeleteEndpointGroupsRequest extends $tea.Model {
|
|
1222
|
+
clientToken?: string;
|
|
1223
|
+
dryRun?: boolean;
|
|
1224
|
+
endpointGroupIds?: string[];
|
|
1216
1225
|
regionId?: string;
|
|
1217
|
-
listenerId?: string;
|
|
1218
1226
|
static names(): {
|
|
1219
1227
|
[key: string]: string;
|
|
1220
1228
|
};
|
|
@@ -1225,22 +1233,8 @@ export declare class DescribeListenerRequest extends $tea.Model {
|
|
|
1225
1233
|
[key: string]: any;
|
|
1226
1234
|
});
|
|
1227
1235
|
}
|
|
1228
|
-
export declare class
|
|
1229
|
-
description?: string;
|
|
1236
|
+
export declare class DeleteEndpointGroupsResponseBody extends $tea.Model {
|
|
1230
1237
|
requestId?: string;
|
|
1231
|
-
state?: string;
|
|
1232
|
-
createTime?: string;
|
|
1233
|
-
portRanges?: DescribeListenerResponseBodyPortRanges[];
|
|
1234
|
-
backendPorts?: DescribeListenerResponseBodyBackendPorts[];
|
|
1235
|
-
certificates?: DescribeListenerResponseBodyCertificates[];
|
|
1236
|
-
protocol?: string;
|
|
1237
|
-
listenerId?: string;
|
|
1238
|
-
clientAffinity?: string;
|
|
1239
|
-
name?: string;
|
|
1240
|
-
relatedAcls?: DescribeListenerResponseBodyRelatedAcls[];
|
|
1241
|
-
aclType?: string;
|
|
1242
|
-
acceleratorId?: string;
|
|
1243
|
-
proxyProtocol?: boolean;
|
|
1244
1238
|
static names(): {
|
|
1245
1239
|
[key: string]: string;
|
|
1246
1240
|
};
|
|
@@ -1251,11 +1245,11 @@ export declare class DescribeListenerResponseBody extends $tea.Model {
|
|
|
1251
1245
|
[key: string]: any;
|
|
1252
1246
|
});
|
|
1253
1247
|
}
|
|
1254
|
-
export declare class
|
|
1248
|
+
export declare class DeleteEndpointGroupsResponse extends $tea.Model {
|
|
1255
1249
|
headers: {
|
|
1256
1250
|
[key: string]: string;
|
|
1257
1251
|
};
|
|
1258
|
-
body:
|
|
1252
|
+
body: DeleteEndpointGroupsResponseBody;
|
|
1259
1253
|
static names(): {
|
|
1260
1254
|
[key: string]: string;
|
|
1261
1255
|
};
|
|
@@ -1266,7 +1260,11 @@ export declare class DescribeListenerResponse extends $tea.Model {
|
|
|
1266
1260
|
[key: string]: any;
|
|
1267
1261
|
});
|
|
1268
1262
|
}
|
|
1269
|
-
export declare class
|
|
1263
|
+
export declare class DeleteForwardingRulesRequest extends $tea.Model {
|
|
1264
|
+
acceleratorId?: string;
|
|
1265
|
+
clientToken?: string;
|
|
1266
|
+
forwardingRuleIds?: string[];
|
|
1267
|
+
listenerId?: string;
|
|
1270
1268
|
regionId?: string;
|
|
1271
1269
|
static names(): {
|
|
1272
1270
|
[key: string]: string;
|
|
@@ -1278,9 +1276,9 @@ export declare class DescribeRegionsRequest extends $tea.Model {
|
|
|
1278
1276
|
[key: string]: any;
|
|
1279
1277
|
});
|
|
1280
1278
|
}
|
|
1281
|
-
export declare class
|
|
1279
|
+
export declare class DeleteForwardingRulesResponseBody extends $tea.Model {
|
|
1280
|
+
forwardingRules?: DeleteForwardingRulesResponseBodyForwardingRules[];
|
|
1282
1281
|
requestId?: string;
|
|
1283
|
-
regions?: DescribeRegionsResponseBodyRegions[];
|
|
1284
1282
|
static names(): {
|
|
1285
1283
|
[key: string]: string;
|
|
1286
1284
|
};
|
|
@@ -1291,11 +1289,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
|
|
|
1291
1289
|
[key: string]: any;
|
|
1292
1290
|
});
|
|
1293
1291
|
}
|
|
1294
|
-
export declare class
|
|
1292
|
+
export declare class DeleteForwardingRulesResponse extends $tea.Model {
|
|
1295
1293
|
headers: {
|
|
1296
1294
|
[key: string]: string;
|
|
1297
1295
|
};
|
|
1298
|
-
body:
|
|
1296
|
+
body: DeleteForwardingRulesResponseBody;
|
|
1299
1297
|
static names(): {
|
|
1300
1298
|
[key: string]: string;
|
|
1301
1299
|
};
|
|
@@ -1306,8 +1304,10 @@ export declare class DescribeRegionsResponse extends $tea.Model {
|
|
|
1306
1304
|
[key: string]: any;
|
|
1307
1305
|
});
|
|
1308
1306
|
}
|
|
1309
|
-
export declare class
|
|
1307
|
+
export declare class DeleteIpSetRequest extends $tea.Model {
|
|
1310
1308
|
acceleratorId?: string;
|
|
1309
|
+
clientToken?: string;
|
|
1310
|
+
ipSetId?: string;
|
|
1311
1311
|
regionId?: string;
|
|
1312
1312
|
static names(): {
|
|
1313
1313
|
[key: string]: string;
|
|
@@ -1319,8 +1319,7 @@ export declare class DetachDdosFromAcceleratorRequest extends $tea.Model {
|
|
|
1319
1319
|
[key: string]: any;
|
|
1320
1320
|
});
|
|
1321
1321
|
}
|
|
1322
|
-
export declare class
|
|
1323
|
-
ddosId?: string;
|
|
1322
|
+
export declare class DeleteIpSetResponseBody extends $tea.Model {
|
|
1324
1323
|
requestId?: string;
|
|
1325
1324
|
static names(): {
|
|
1326
1325
|
[key: string]: string;
|
|
@@ -1332,11 +1331,11 @@ export declare class DetachDdosFromAcceleratorResponseBody extends $tea.Model {
|
|
|
1332
1331
|
[key: string]: any;
|
|
1333
1332
|
});
|
|
1334
1333
|
}
|
|
1335
|
-
export declare class
|
|
1334
|
+
export declare class DeleteIpSetResponse extends $tea.Model {
|
|
1336
1335
|
headers: {
|
|
1337
1336
|
[key: string]: string;
|
|
1338
1337
|
};
|
|
1339
|
-
body:
|
|
1338
|
+
body: DeleteIpSetResponseBody;
|
|
1340
1339
|
static names(): {
|
|
1341
1340
|
[key: string]: string;
|
|
1342
1341
|
};
|
|
@@ -1347,12 +1346,9 @@ export declare class DetachDdosFromAcceleratorResponse extends $tea.Model {
|
|
|
1347
1346
|
[key: string]: any;
|
|
1348
1347
|
});
|
|
1349
1348
|
}
|
|
1350
|
-
export declare class
|
|
1349
|
+
export declare class DeleteIpSetsRequest extends $tea.Model {
|
|
1350
|
+
ipSetIds?: string[];
|
|
1351
1351
|
regionId?: string;
|
|
1352
|
-
acceleratorId?: string;
|
|
1353
|
-
listenerId?: string;
|
|
1354
|
-
endpointGroupIds?: string[];
|
|
1355
|
-
clientToken?: string;
|
|
1356
1352
|
static names(): {
|
|
1357
1353
|
[key: string]: string;
|
|
1358
1354
|
};
|
|
@@ -1363,7 +1359,7 @@ export declare class DetachLogStoreFromEndpointGroupRequest extends $tea.Model {
|
|
|
1363
1359
|
[key: string]: any;
|
|
1364
1360
|
});
|
|
1365
1361
|
}
|
|
1366
|
-
export declare class
|
|
1362
|
+
export declare class DeleteIpSetsResponseBody extends $tea.Model {
|
|
1367
1363
|
requestId?: string;
|
|
1368
1364
|
static names(): {
|
|
1369
1365
|
[key: string]: string;
|
|
@@ -1375,11 +1371,11 @@ export declare class DetachLogStoreFromEndpointGroupResponseBody extends $tea.Mo
|
|
|
1375
1371
|
[key: string]: any;
|
|
1376
1372
|
});
|
|
1377
1373
|
}
|
|
1378
|
-
export declare class
|
|
1374
|
+
export declare class DeleteIpSetsResponse extends $tea.Model {
|
|
1379
1375
|
headers: {
|
|
1380
1376
|
[key: string]: string;
|
|
1381
1377
|
};
|
|
1382
|
-
body:
|
|
1378
|
+
body: DeleteIpSetsResponseBody;
|
|
1383
1379
|
static names(): {
|
|
1384
1380
|
[key: string]: string;
|
|
1385
1381
|
};
|
|
@@ -1390,12 +1386,10 @@ export declare class DetachLogStoreFromEndpointGroupResponse extends $tea.Model
|
|
|
1390
1386
|
[key: string]: any;
|
|
1391
1387
|
});
|
|
1392
1388
|
}
|
|
1393
|
-
export declare class
|
|
1394
|
-
|
|
1395
|
-
aclIds?: string[];
|
|
1396
|
-
listenerId?: string;
|
|
1389
|
+
export declare class DeleteListenerRequest extends $tea.Model {
|
|
1390
|
+
acceleratorId?: string;
|
|
1397
1391
|
clientToken?: string;
|
|
1398
|
-
|
|
1392
|
+
listenerId?: string;
|
|
1399
1393
|
static names(): {
|
|
1400
1394
|
[key: string]: string;
|
|
1401
1395
|
};
|
|
@@ -1406,10 +1400,8 @@ export declare class DissociateAclsFromListenerRequest extends $tea.Model {
|
|
|
1406
1400
|
[key: string]: any;
|
|
1407
1401
|
});
|
|
1408
1402
|
}
|
|
1409
|
-
export declare class
|
|
1403
|
+
export declare class DeleteListenerResponseBody extends $tea.Model {
|
|
1410
1404
|
requestId?: string;
|
|
1411
|
-
aclIds?: string[];
|
|
1412
|
-
listenerId?: string;
|
|
1413
1405
|
static names(): {
|
|
1414
1406
|
[key: string]: string;
|
|
1415
1407
|
};
|
|
@@ -1420,11 +1412,11 @@ export declare class DissociateAclsFromListenerResponseBody extends $tea.Model {
|
|
|
1420
1412
|
[key: string]: any;
|
|
1421
1413
|
});
|
|
1422
1414
|
}
|
|
1423
|
-
export declare class
|
|
1415
|
+
export declare class DeleteListenerResponse extends $tea.Model {
|
|
1424
1416
|
headers: {
|
|
1425
1417
|
[key: string]: string;
|
|
1426
1418
|
};
|
|
1427
|
-
body:
|
|
1419
|
+
body: DeleteListenerResponseBody;
|
|
1428
1420
|
static names(): {
|
|
1429
1421
|
[key: string]: string;
|
|
1430
1422
|
};
|
|
@@ -1435,9 +1427,12 @@ export declare class DissociateAclsFromListenerResponse extends $tea.Model {
|
|
|
1435
1427
|
[key: string]: any;
|
|
1436
1428
|
});
|
|
1437
1429
|
}
|
|
1438
|
-
export declare class
|
|
1430
|
+
export declare class DeleteSpareIpsRequest extends $tea.Model {
|
|
1431
|
+
acceleratorId?: string;
|
|
1432
|
+
clientToken?: string;
|
|
1433
|
+
dryRun?: boolean;
|
|
1439
1434
|
regionId?: string;
|
|
1440
|
-
|
|
1435
|
+
spareIps?: string[];
|
|
1441
1436
|
static names(): {
|
|
1442
1437
|
[key: string]: string;
|
|
1443
1438
|
};
|
|
@@ -1448,14 +1443,8 @@ export declare class GetAclRequest extends $tea.Model {
|
|
|
1448
1443
|
[key: string]: any;
|
|
1449
1444
|
});
|
|
1450
1445
|
}
|
|
1451
|
-
export declare class
|
|
1446
|
+
export declare class DeleteSpareIpsResponseBody extends $tea.Model {
|
|
1452
1447
|
requestId?: string;
|
|
1453
|
-
aclId?: string;
|
|
1454
|
-
addressIPVersion?: string;
|
|
1455
|
-
aclStatus?: string;
|
|
1456
|
-
aclEntries?: GetAclResponseBodyAclEntries[];
|
|
1457
|
-
relatedListeners?: GetAclResponseBodyRelatedListeners[];
|
|
1458
|
-
aclName?: string;
|
|
1459
1448
|
static names(): {
|
|
1460
1449
|
[key: string]: string;
|
|
1461
1450
|
};
|
|
@@ -1466,7 +1455,546 @@ export declare class GetAclResponseBody extends $tea.Model {
|
|
|
1466
1455
|
[key: string]: any;
|
|
1467
1456
|
});
|
|
1468
1457
|
}
|
|
1469
|
-
export declare class
|
|
1458
|
+
export declare class DeleteSpareIpsResponse extends $tea.Model {
|
|
1459
|
+
headers: {
|
|
1460
|
+
[key: string]: string;
|
|
1461
|
+
};
|
|
1462
|
+
body: DeleteSpareIpsResponseBody;
|
|
1463
|
+
static names(): {
|
|
1464
|
+
[key: string]: string;
|
|
1465
|
+
};
|
|
1466
|
+
static types(): {
|
|
1467
|
+
[key: string]: any;
|
|
1468
|
+
};
|
|
1469
|
+
constructor(map?: {
|
|
1470
|
+
[key: string]: any;
|
|
1471
|
+
});
|
|
1472
|
+
}
|
|
1473
|
+
export declare class DescribeAcceleratorRequest extends $tea.Model {
|
|
1474
|
+
acceleratorId?: string;
|
|
1475
|
+
regionId?: string;
|
|
1476
|
+
static names(): {
|
|
1477
|
+
[key: string]: string;
|
|
1478
|
+
};
|
|
1479
|
+
static types(): {
|
|
1480
|
+
[key: string]: any;
|
|
1481
|
+
};
|
|
1482
|
+
constructor(map?: {
|
|
1483
|
+
[key: string]: any;
|
|
1484
|
+
});
|
|
1485
|
+
}
|
|
1486
|
+
export declare class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
1487
|
+
acceleratorId?: string;
|
|
1488
|
+
basicBandwidthPackage?: DescribeAcceleratorResponseBodyBasicBandwidthPackage;
|
|
1489
|
+
cenId?: string;
|
|
1490
|
+
createTime?: number;
|
|
1491
|
+
crossDomainBandwidthPackage?: DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage;
|
|
1492
|
+
ddosId?: string;
|
|
1493
|
+
description?: string;
|
|
1494
|
+
dnsName?: string;
|
|
1495
|
+
expiredTime?: number;
|
|
1496
|
+
instanceChargeType?: string;
|
|
1497
|
+
name?: string;
|
|
1498
|
+
regionId?: string;
|
|
1499
|
+
requestId?: string;
|
|
1500
|
+
secondDnsName?: string;
|
|
1501
|
+
spec?: string;
|
|
1502
|
+
state?: string;
|
|
1503
|
+
static names(): {
|
|
1504
|
+
[key: string]: string;
|
|
1505
|
+
};
|
|
1506
|
+
static types(): {
|
|
1507
|
+
[key: string]: any;
|
|
1508
|
+
};
|
|
1509
|
+
constructor(map?: {
|
|
1510
|
+
[key: string]: any;
|
|
1511
|
+
});
|
|
1512
|
+
}
|
|
1513
|
+
export declare class DescribeAcceleratorResponse extends $tea.Model {
|
|
1514
|
+
headers: {
|
|
1515
|
+
[key: string]: string;
|
|
1516
|
+
};
|
|
1517
|
+
body: DescribeAcceleratorResponseBody;
|
|
1518
|
+
static names(): {
|
|
1519
|
+
[key: string]: string;
|
|
1520
|
+
};
|
|
1521
|
+
static types(): {
|
|
1522
|
+
[key: string]: any;
|
|
1523
|
+
};
|
|
1524
|
+
constructor(map?: {
|
|
1525
|
+
[key: string]: any;
|
|
1526
|
+
});
|
|
1527
|
+
}
|
|
1528
|
+
export declare class DescribeBandwidthPackageRequest extends $tea.Model {
|
|
1529
|
+
bandwidthPackageId?: string;
|
|
1530
|
+
regionId?: string;
|
|
1531
|
+
static names(): {
|
|
1532
|
+
[key: string]: string;
|
|
1533
|
+
};
|
|
1534
|
+
static types(): {
|
|
1535
|
+
[key: string]: any;
|
|
1536
|
+
};
|
|
1537
|
+
constructor(map?: {
|
|
1538
|
+
[key: string]: any;
|
|
1539
|
+
});
|
|
1540
|
+
}
|
|
1541
|
+
export declare class DescribeBandwidthPackageResponseBody extends $tea.Model {
|
|
1542
|
+
accelerators?: string[];
|
|
1543
|
+
bandwidth?: number;
|
|
1544
|
+
bandwidthPackageId?: string;
|
|
1545
|
+
bandwidthType?: string;
|
|
1546
|
+
billingType?: string;
|
|
1547
|
+
cbnGeographicRegionIdA?: string;
|
|
1548
|
+
cbnGeographicRegionIdB?: string;
|
|
1549
|
+
chargeType?: string;
|
|
1550
|
+
createTime?: string;
|
|
1551
|
+
description?: string;
|
|
1552
|
+
expiredTime?: string;
|
|
1553
|
+
name?: string;
|
|
1554
|
+
ratio?: number;
|
|
1555
|
+
regionId?: string;
|
|
1556
|
+
requestId?: string;
|
|
1557
|
+
state?: string;
|
|
1558
|
+
type?: string;
|
|
1559
|
+
static names(): {
|
|
1560
|
+
[key: string]: string;
|
|
1561
|
+
};
|
|
1562
|
+
static types(): {
|
|
1563
|
+
[key: string]: any;
|
|
1564
|
+
};
|
|
1565
|
+
constructor(map?: {
|
|
1566
|
+
[key: string]: any;
|
|
1567
|
+
});
|
|
1568
|
+
}
|
|
1569
|
+
export declare class DescribeBandwidthPackageResponse extends $tea.Model {
|
|
1570
|
+
headers: {
|
|
1571
|
+
[key: string]: string;
|
|
1572
|
+
};
|
|
1573
|
+
body: DescribeBandwidthPackageResponseBody;
|
|
1574
|
+
static names(): {
|
|
1575
|
+
[key: string]: string;
|
|
1576
|
+
};
|
|
1577
|
+
static types(): {
|
|
1578
|
+
[key: string]: any;
|
|
1579
|
+
};
|
|
1580
|
+
constructor(map?: {
|
|
1581
|
+
[key: string]: any;
|
|
1582
|
+
});
|
|
1583
|
+
}
|
|
1584
|
+
export declare class DescribeEndpointGroupRequest extends $tea.Model {
|
|
1585
|
+
endpointGroupId?: string;
|
|
1586
|
+
regionId?: string;
|
|
1587
|
+
static names(): {
|
|
1588
|
+
[key: string]: string;
|
|
1589
|
+
};
|
|
1590
|
+
static types(): {
|
|
1591
|
+
[key: string]: any;
|
|
1592
|
+
};
|
|
1593
|
+
constructor(map?: {
|
|
1594
|
+
[key: string]: any;
|
|
1595
|
+
});
|
|
1596
|
+
}
|
|
1597
|
+
export declare class DescribeEndpointGroupResponseBody extends $tea.Model {
|
|
1598
|
+
acceleratorId?: string;
|
|
1599
|
+
accessLogSwitch?: string;
|
|
1600
|
+
description?: string;
|
|
1601
|
+
enableAccessLog?: boolean;
|
|
1602
|
+
endpointConfigurations?: DescribeEndpointGroupResponseBodyEndpointConfigurations[];
|
|
1603
|
+
endpointGroupId?: string;
|
|
1604
|
+
endpointGroupIpList?: string[];
|
|
1605
|
+
endpointGroupRegion?: string;
|
|
1606
|
+
endpointGroupType?: string;
|
|
1607
|
+
endpointGroupUnconfirmedIpList?: string[];
|
|
1608
|
+
endpointRequestProtocol?: string;
|
|
1609
|
+
forwardingRuleIds?: string[];
|
|
1610
|
+
healthCheckEnabled?: boolean;
|
|
1611
|
+
healthCheckIntervalSeconds?: number;
|
|
1612
|
+
healthCheckPath?: string;
|
|
1613
|
+
healthCheckPort?: number;
|
|
1614
|
+
healthCheckProtocol?: string;
|
|
1615
|
+
listenerId?: string;
|
|
1616
|
+
name?: string;
|
|
1617
|
+
portOverrides?: DescribeEndpointGroupResponseBodyPortOverrides[];
|
|
1618
|
+
requestId?: string;
|
|
1619
|
+
slsLogStoreName?: string;
|
|
1620
|
+
slsProjectName?: string;
|
|
1621
|
+
slsRegion?: string;
|
|
1622
|
+
state?: string;
|
|
1623
|
+
thresholdCount?: number;
|
|
1624
|
+
totalCount?: number;
|
|
1625
|
+
trafficPercentage?: number;
|
|
1626
|
+
static names(): {
|
|
1627
|
+
[key: string]: string;
|
|
1628
|
+
};
|
|
1629
|
+
static types(): {
|
|
1630
|
+
[key: string]: any;
|
|
1631
|
+
};
|
|
1632
|
+
constructor(map?: {
|
|
1633
|
+
[key: string]: any;
|
|
1634
|
+
});
|
|
1635
|
+
}
|
|
1636
|
+
export declare class DescribeEndpointGroupResponse extends $tea.Model {
|
|
1637
|
+
headers: {
|
|
1638
|
+
[key: string]: string;
|
|
1639
|
+
};
|
|
1640
|
+
body: DescribeEndpointGroupResponseBody;
|
|
1641
|
+
static names(): {
|
|
1642
|
+
[key: string]: string;
|
|
1643
|
+
};
|
|
1644
|
+
static types(): {
|
|
1645
|
+
[key: string]: any;
|
|
1646
|
+
};
|
|
1647
|
+
constructor(map?: {
|
|
1648
|
+
[key: string]: any;
|
|
1649
|
+
});
|
|
1650
|
+
}
|
|
1651
|
+
export declare class DescribeIpSetRequest extends $tea.Model {
|
|
1652
|
+
ipSetId?: string;
|
|
1653
|
+
regionId?: string;
|
|
1654
|
+
static names(): {
|
|
1655
|
+
[key: string]: string;
|
|
1656
|
+
};
|
|
1657
|
+
static types(): {
|
|
1658
|
+
[key: string]: any;
|
|
1659
|
+
};
|
|
1660
|
+
constructor(map?: {
|
|
1661
|
+
[key: string]: any;
|
|
1662
|
+
});
|
|
1663
|
+
}
|
|
1664
|
+
export declare class DescribeIpSetResponseBody extends $tea.Model {
|
|
1665
|
+
accelerateRegionId?: string;
|
|
1666
|
+
acceleratorId?: string;
|
|
1667
|
+
bandwidth?: number;
|
|
1668
|
+
ipAddressList?: string[];
|
|
1669
|
+
ipSetId?: string;
|
|
1670
|
+
ipVersion?: string;
|
|
1671
|
+
requestId?: string;
|
|
1672
|
+
state?: string;
|
|
1673
|
+
static names(): {
|
|
1674
|
+
[key: string]: string;
|
|
1675
|
+
};
|
|
1676
|
+
static types(): {
|
|
1677
|
+
[key: string]: any;
|
|
1678
|
+
};
|
|
1679
|
+
constructor(map?: {
|
|
1680
|
+
[key: string]: any;
|
|
1681
|
+
});
|
|
1682
|
+
}
|
|
1683
|
+
export declare class DescribeIpSetResponse extends $tea.Model {
|
|
1684
|
+
headers: {
|
|
1685
|
+
[key: string]: string;
|
|
1686
|
+
};
|
|
1687
|
+
body: DescribeIpSetResponseBody;
|
|
1688
|
+
static names(): {
|
|
1689
|
+
[key: string]: string;
|
|
1690
|
+
};
|
|
1691
|
+
static types(): {
|
|
1692
|
+
[key: string]: any;
|
|
1693
|
+
};
|
|
1694
|
+
constructor(map?: {
|
|
1695
|
+
[key: string]: any;
|
|
1696
|
+
});
|
|
1697
|
+
}
|
|
1698
|
+
export declare class DescribeListenerRequest extends $tea.Model {
|
|
1699
|
+
listenerId?: string;
|
|
1700
|
+
regionId?: string;
|
|
1701
|
+
static names(): {
|
|
1702
|
+
[key: string]: string;
|
|
1703
|
+
};
|
|
1704
|
+
static types(): {
|
|
1705
|
+
[key: string]: any;
|
|
1706
|
+
};
|
|
1707
|
+
constructor(map?: {
|
|
1708
|
+
[key: string]: any;
|
|
1709
|
+
});
|
|
1710
|
+
}
|
|
1711
|
+
export declare class DescribeListenerResponseBody extends $tea.Model {
|
|
1712
|
+
acceleratorId?: string;
|
|
1713
|
+
aclType?: string;
|
|
1714
|
+
backendPorts?: DescribeListenerResponseBodyBackendPorts[];
|
|
1715
|
+
certificates?: DescribeListenerResponseBodyCertificates[];
|
|
1716
|
+
clientAffinity?: string;
|
|
1717
|
+
createTime?: string;
|
|
1718
|
+
description?: string;
|
|
1719
|
+
listenerId?: string;
|
|
1720
|
+
name?: string;
|
|
1721
|
+
portRanges?: DescribeListenerResponseBodyPortRanges[];
|
|
1722
|
+
protocol?: string;
|
|
1723
|
+
proxyProtocol?: boolean;
|
|
1724
|
+
relatedAcls?: DescribeListenerResponseBodyRelatedAcls[];
|
|
1725
|
+
requestId?: string;
|
|
1726
|
+
securityPolicyId?: string;
|
|
1727
|
+
state?: string;
|
|
1728
|
+
XForwardedForConfig?: DescribeListenerResponseBodyXForwardedForConfig;
|
|
1729
|
+
static names(): {
|
|
1730
|
+
[key: string]: string;
|
|
1731
|
+
};
|
|
1732
|
+
static types(): {
|
|
1733
|
+
[key: string]: any;
|
|
1734
|
+
};
|
|
1735
|
+
constructor(map?: {
|
|
1736
|
+
[key: string]: any;
|
|
1737
|
+
});
|
|
1738
|
+
}
|
|
1739
|
+
export declare class DescribeListenerResponse extends $tea.Model {
|
|
1740
|
+
headers: {
|
|
1741
|
+
[key: string]: string;
|
|
1742
|
+
};
|
|
1743
|
+
body: DescribeListenerResponseBody;
|
|
1744
|
+
static names(): {
|
|
1745
|
+
[key: string]: string;
|
|
1746
|
+
};
|
|
1747
|
+
static types(): {
|
|
1748
|
+
[key: string]: any;
|
|
1749
|
+
};
|
|
1750
|
+
constructor(map?: {
|
|
1751
|
+
[key: string]: any;
|
|
1752
|
+
});
|
|
1753
|
+
}
|
|
1754
|
+
export declare class DescribeRegionsRequest extends $tea.Model {
|
|
1755
|
+
regionId?: string;
|
|
1756
|
+
static names(): {
|
|
1757
|
+
[key: string]: string;
|
|
1758
|
+
};
|
|
1759
|
+
static types(): {
|
|
1760
|
+
[key: string]: any;
|
|
1761
|
+
};
|
|
1762
|
+
constructor(map?: {
|
|
1763
|
+
[key: string]: any;
|
|
1764
|
+
});
|
|
1765
|
+
}
|
|
1766
|
+
export declare class DescribeRegionsResponseBody extends $tea.Model {
|
|
1767
|
+
regions?: DescribeRegionsResponseBodyRegions[];
|
|
1768
|
+
requestId?: string;
|
|
1769
|
+
static names(): {
|
|
1770
|
+
[key: string]: string;
|
|
1771
|
+
};
|
|
1772
|
+
static types(): {
|
|
1773
|
+
[key: string]: any;
|
|
1774
|
+
};
|
|
1775
|
+
constructor(map?: {
|
|
1776
|
+
[key: string]: any;
|
|
1777
|
+
});
|
|
1778
|
+
}
|
|
1779
|
+
export declare class DescribeRegionsResponse extends $tea.Model {
|
|
1780
|
+
headers: {
|
|
1781
|
+
[key: string]: string;
|
|
1782
|
+
};
|
|
1783
|
+
body: DescribeRegionsResponseBody;
|
|
1784
|
+
static names(): {
|
|
1785
|
+
[key: string]: string;
|
|
1786
|
+
};
|
|
1787
|
+
static types(): {
|
|
1788
|
+
[key: string]: any;
|
|
1789
|
+
};
|
|
1790
|
+
constructor(map?: {
|
|
1791
|
+
[key: string]: any;
|
|
1792
|
+
});
|
|
1793
|
+
}
|
|
1794
|
+
export declare class DetachDdosFromAcceleratorRequest extends $tea.Model {
|
|
1795
|
+
acceleratorId?: string;
|
|
1796
|
+
regionId?: string;
|
|
1797
|
+
static names(): {
|
|
1798
|
+
[key: string]: string;
|
|
1799
|
+
};
|
|
1800
|
+
static types(): {
|
|
1801
|
+
[key: string]: any;
|
|
1802
|
+
};
|
|
1803
|
+
constructor(map?: {
|
|
1804
|
+
[key: string]: any;
|
|
1805
|
+
});
|
|
1806
|
+
}
|
|
1807
|
+
export declare class DetachDdosFromAcceleratorResponseBody extends $tea.Model {
|
|
1808
|
+
ddosId?: string;
|
|
1809
|
+
requestId?: string;
|
|
1810
|
+
static names(): {
|
|
1811
|
+
[key: string]: string;
|
|
1812
|
+
};
|
|
1813
|
+
static types(): {
|
|
1814
|
+
[key: string]: any;
|
|
1815
|
+
};
|
|
1816
|
+
constructor(map?: {
|
|
1817
|
+
[key: string]: any;
|
|
1818
|
+
});
|
|
1819
|
+
}
|
|
1820
|
+
export declare class DetachDdosFromAcceleratorResponse extends $tea.Model {
|
|
1821
|
+
headers: {
|
|
1822
|
+
[key: string]: string;
|
|
1823
|
+
};
|
|
1824
|
+
body: DetachDdosFromAcceleratorResponseBody;
|
|
1825
|
+
static names(): {
|
|
1826
|
+
[key: string]: string;
|
|
1827
|
+
};
|
|
1828
|
+
static types(): {
|
|
1829
|
+
[key: string]: any;
|
|
1830
|
+
};
|
|
1831
|
+
constructor(map?: {
|
|
1832
|
+
[key: string]: any;
|
|
1833
|
+
});
|
|
1834
|
+
}
|
|
1835
|
+
export declare class DetachLogStoreFromEndpointGroupRequest extends $tea.Model {
|
|
1836
|
+
acceleratorId?: string;
|
|
1837
|
+
clientToken?: string;
|
|
1838
|
+
endpointGroupIds?: string[];
|
|
1839
|
+
listenerId?: string;
|
|
1840
|
+
regionId?: string;
|
|
1841
|
+
static names(): {
|
|
1842
|
+
[key: string]: string;
|
|
1843
|
+
};
|
|
1844
|
+
static types(): {
|
|
1845
|
+
[key: string]: any;
|
|
1846
|
+
};
|
|
1847
|
+
constructor(map?: {
|
|
1848
|
+
[key: string]: any;
|
|
1849
|
+
});
|
|
1850
|
+
}
|
|
1851
|
+
export declare class DetachLogStoreFromEndpointGroupResponseBody extends $tea.Model {
|
|
1852
|
+
requestId?: string;
|
|
1853
|
+
static names(): {
|
|
1854
|
+
[key: string]: string;
|
|
1855
|
+
};
|
|
1856
|
+
static types(): {
|
|
1857
|
+
[key: string]: any;
|
|
1858
|
+
};
|
|
1859
|
+
constructor(map?: {
|
|
1860
|
+
[key: string]: any;
|
|
1861
|
+
});
|
|
1862
|
+
}
|
|
1863
|
+
export declare class DetachLogStoreFromEndpointGroupResponse extends $tea.Model {
|
|
1864
|
+
headers: {
|
|
1865
|
+
[key: string]: string;
|
|
1866
|
+
};
|
|
1867
|
+
body: DetachLogStoreFromEndpointGroupResponseBody;
|
|
1868
|
+
static names(): {
|
|
1869
|
+
[key: string]: string;
|
|
1870
|
+
};
|
|
1871
|
+
static types(): {
|
|
1872
|
+
[key: string]: any;
|
|
1873
|
+
};
|
|
1874
|
+
constructor(map?: {
|
|
1875
|
+
[key: string]: any;
|
|
1876
|
+
});
|
|
1877
|
+
}
|
|
1878
|
+
export declare class DissociateAclsFromListenerRequest extends $tea.Model {
|
|
1879
|
+
aclIds?: string[];
|
|
1880
|
+
clientToken?: string;
|
|
1881
|
+
dryRun?: boolean;
|
|
1882
|
+
listenerId?: string;
|
|
1883
|
+
regionId?: string;
|
|
1884
|
+
static names(): {
|
|
1885
|
+
[key: string]: string;
|
|
1886
|
+
};
|
|
1887
|
+
static types(): {
|
|
1888
|
+
[key: string]: any;
|
|
1889
|
+
};
|
|
1890
|
+
constructor(map?: {
|
|
1891
|
+
[key: string]: any;
|
|
1892
|
+
});
|
|
1893
|
+
}
|
|
1894
|
+
export declare class DissociateAclsFromListenerResponseBody extends $tea.Model {
|
|
1895
|
+
aclIds?: string[];
|
|
1896
|
+
listenerId?: string;
|
|
1897
|
+
requestId?: string;
|
|
1898
|
+
static names(): {
|
|
1899
|
+
[key: string]: string;
|
|
1900
|
+
};
|
|
1901
|
+
static types(): {
|
|
1902
|
+
[key: string]: any;
|
|
1903
|
+
};
|
|
1904
|
+
constructor(map?: {
|
|
1905
|
+
[key: string]: any;
|
|
1906
|
+
});
|
|
1907
|
+
}
|
|
1908
|
+
export declare class DissociateAclsFromListenerResponse extends $tea.Model {
|
|
1909
|
+
headers: {
|
|
1910
|
+
[key: string]: string;
|
|
1911
|
+
};
|
|
1912
|
+
body: DissociateAclsFromListenerResponseBody;
|
|
1913
|
+
static names(): {
|
|
1914
|
+
[key: string]: string;
|
|
1915
|
+
};
|
|
1916
|
+
static types(): {
|
|
1917
|
+
[key: string]: any;
|
|
1918
|
+
};
|
|
1919
|
+
constructor(map?: {
|
|
1920
|
+
[key: string]: any;
|
|
1921
|
+
});
|
|
1922
|
+
}
|
|
1923
|
+
export declare class DissociateAdditionalCertificatesFromListenerRequest extends $tea.Model {
|
|
1924
|
+
acceleratorId?: string;
|
|
1925
|
+
clientToken?: string;
|
|
1926
|
+
domains?: string[];
|
|
1927
|
+
listenerId?: string;
|
|
1928
|
+
regionId?: string;
|
|
1929
|
+
static names(): {
|
|
1930
|
+
[key: string]: string;
|
|
1931
|
+
};
|
|
1932
|
+
static types(): {
|
|
1933
|
+
[key: string]: any;
|
|
1934
|
+
};
|
|
1935
|
+
constructor(map?: {
|
|
1936
|
+
[key: string]: any;
|
|
1937
|
+
});
|
|
1938
|
+
}
|
|
1939
|
+
export declare class DissociateAdditionalCertificatesFromListenerResponseBody extends $tea.Model {
|
|
1940
|
+
requestId?: string;
|
|
1941
|
+
static names(): {
|
|
1942
|
+
[key: string]: string;
|
|
1943
|
+
};
|
|
1944
|
+
static types(): {
|
|
1945
|
+
[key: string]: any;
|
|
1946
|
+
};
|
|
1947
|
+
constructor(map?: {
|
|
1948
|
+
[key: string]: any;
|
|
1949
|
+
});
|
|
1950
|
+
}
|
|
1951
|
+
export declare class DissociateAdditionalCertificatesFromListenerResponse extends $tea.Model {
|
|
1952
|
+
headers: {
|
|
1953
|
+
[key: string]: string;
|
|
1954
|
+
};
|
|
1955
|
+
body: DissociateAdditionalCertificatesFromListenerResponseBody;
|
|
1956
|
+
static names(): {
|
|
1957
|
+
[key: string]: string;
|
|
1958
|
+
};
|
|
1959
|
+
static types(): {
|
|
1960
|
+
[key: string]: any;
|
|
1961
|
+
};
|
|
1962
|
+
constructor(map?: {
|
|
1963
|
+
[key: string]: any;
|
|
1964
|
+
});
|
|
1965
|
+
}
|
|
1966
|
+
export declare class GetAclRequest extends $tea.Model {
|
|
1967
|
+
aclId?: string;
|
|
1968
|
+
regionId?: string;
|
|
1969
|
+
static names(): {
|
|
1970
|
+
[key: string]: string;
|
|
1971
|
+
};
|
|
1972
|
+
static types(): {
|
|
1973
|
+
[key: string]: any;
|
|
1974
|
+
};
|
|
1975
|
+
constructor(map?: {
|
|
1976
|
+
[key: string]: any;
|
|
1977
|
+
});
|
|
1978
|
+
}
|
|
1979
|
+
export declare class GetAclResponseBody extends $tea.Model {
|
|
1980
|
+
aclEntries?: GetAclResponseBodyAclEntries[];
|
|
1981
|
+
aclId?: string;
|
|
1982
|
+
aclName?: string;
|
|
1983
|
+
aclStatus?: string;
|
|
1984
|
+
addressIPVersion?: string;
|
|
1985
|
+
relatedListeners?: GetAclResponseBodyRelatedListeners[];
|
|
1986
|
+
requestId?: string;
|
|
1987
|
+
static names(): {
|
|
1988
|
+
[key: string]: string;
|
|
1989
|
+
};
|
|
1990
|
+
static types(): {
|
|
1991
|
+
[key: string]: any;
|
|
1992
|
+
};
|
|
1993
|
+
constructor(map?: {
|
|
1994
|
+
[key: string]: any;
|
|
1995
|
+
});
|
|
1996
|
+
}
|
|
1997
|
+
export declare class GetAclResponse extends $tea.Model {
|
|
1470
1998
|
headers: {
|
|
1471
1999
|
[key: string]: string;
|
|
1472
2000
|
};
|
|
@@ -1481,7 +2009,514 @@ export declare class GetAclResponse extends $tea.Model {
|
|
|
1481
2009
|
[key: string]: any;
|
|
1482
2010
|
});
|
|
1483
2011
|
}
|
|
1484
|
-
export declare class
|
|
2012
|
+
export declare class GetBasicAcceleratorRequest extends $tea.Model {
|
|
2013
|
+
acceleratorId?: string;
|
|
2014
|
+
regionId?: string;
|
|
2015
|
+
static names(): {
|
|
2016
|
+
[key: string]: string;
|
|
2017
|
+
};
|
|
2018
|
+
static types(): {
|
|
2019
|
+
[key: string]: any;
|
|
2020
|
+
};
|
|
2021
|
+
constructor(map?: {
|
|
2022
|
+
[key: string]: any;
|
|
2023
|
+
});
|
|
2024
|
+
}
|
|
2025
|
+
export declare class GetBasicAcceleratorResponseBody extends $tea.Model {
|
|
2026
|
+
acceleratorId?: string;
|
|
2027
|
+
basicBandwidthPackage?: GetBasicAcceleratorResponseBodyBasicBandwidthPackage;
|
|
2028
|
+
basicEndpointGroupId?: string;
|
|
2029
|
+
basicIpSetId?: string;
|
|
2030
|
+
cenId?: string;
|
|
2031
|
+
createTime?: number;
|
|
2032
|
+
crossDomainBandwidthPackage?: GetBasicAcceleratorResponseBodyCrossDomainBandwidthPackage;
|
|
2033
|
+
description?: string;
|
|
2034
|
+
expiredTime?: number;
|
|
2035
|
+
instanceChargeType?: string;
|
|
2036
|
+
name?: string;
|
|
2037
|
+
regionId?: string;
|
|
2038
|
+
requestId?: string;
|
|
2039
|
+
state?: string;
|
|
2040
|
+
static names(): {
|
|
2041
|
+
[key: string]: string;
|
|
2042
|
+
};
|
|
2043
|
+
static types(): {
|
|
2044
|
+
[key: string]: any;
|
|
2045
|
+
};
|
|
2046
|
+
constructor(map?: {
|
|
2047
|
+
[key: string]: any;
|
|
2048
|
+
});
|
|
2049
|
+
}
|
|
2050
|
+
export declare class GetBasicAcceleratorResponse extends $tea.Model {
|
|
2051
|
+
headers: {
|
|
2052
|
+
[key: string]: string;
|
|
2053
|
+
};
|
|
2054
|
+
body: GetBasicAcceleratorResponseBody;
|
|
2055
|
+
static names(): {
|
|
2056
|
+
[key: string]: string;
|
|
2057
|
+
};
|
|
2058
|
+
static types(): {
|
|
2059
|
+
[key: string]: any;
|
|
2060
|
+
};
|
|
2061
|
+
constructor(map?: {
|
|
2062
|
+
[key: string]: any;
|
|
2063
|
+
});
|
|
2064
|
+
}
|
|
2065
|
+
export declare class GetBasicEndpointGroupRequest extends $tea.Model {
|
|
2066
|
+
clientToken?: string;
|
|
2067
|
+
endpointGroupId?: string;
|
|
2068
|
+
regionId?: string;
|
|
2069
|
+
static names(): {
|
|
2070
|
+
[key: string]: string;
|
|
2071
|
+
};
|
|
2072
|
+
static types(): {
|
|
2073
|
+
[key: string]: any;
|
|
2074
|
+
};
|
|
2075
|
+
constructor(map?: {
|
|
2076
|
+
[key: string]: any;
|
|
2077
|
+
});
|
|
2078
|
+
}
|
|
2079
|
+
export declare class GetBasicEndpointGroupResponseBody extends $tea.Model {
|
|
2080
|
+
acceleratorId?: string;
|
|
2081
|
+
description?: string;
|
|
2082
|
+
endpointAddress?: string;
|
|
2083
|
+
endpointGroupId?: string;
|
|
2084
|
+
endpointGroupRegion?: string;
|
|
2085
|
+
endpointType?: string;
|
|
2086
|
+
name?: string;
|
|
2087
|
+
requestId?: string;
|
|
2088
|
+
state?: string;
|
|
2089
|
+
static names(): {
|
|
2090
|
+
[key: string]: string;
|
|
2091
|
+
};
|
|
2092
|
+
static types(): {
|
|
2093
|
+
[key: string]: any;
|
|
2094
|
+
};
|
|
2095
|
+
constructor(map?: {
|
|
2096
|
+
[key: string]: any;
|
|
2097
|
+
});
|
|
2098
|
+
}
|
|
2099
|
+
export declare class GetBasicEndpointGroupResponse extends $tea.Model {
|
|
2100
|
+
headers: {
|
|
2101
|
+
[key: string]: string;
|
|
2102
|
+
};
|
|
2103
|
+
body: GetBasicEndpointGroupResponseBody;
|
|
2104
|
+
static names(): {
|
|
2105
|
+
[key: string]: string;
|
|
2106
|
+
};
|
|
2107
|
+
static types(): {
|
|
2108
|
+
[key: string]: any;
|
|
2109
|
+
};
|
|
2110
|
+
constructor(map?: {
|
|
2111
|
+
[key: string]: any;
|
|
2112
|
+
});
|
|
2113
|
+
}
|
|
2114
|
+
export declare class GetBasicIpSetRequest extends $tea.Model {
|
|
2115
|
+
clientToken?: string;
|
|
2116
|
+
ipSetId?: string;
|
|
2117
|
+
regionId?: string;
|
|
2118
|
+
static names(): {
|
|
2119
|
+
[key: string]: string;
|
|
2120
|
+
};
|
|
2121
|
+
static types(): {
|
|
2122
|
+
[key: string]: any;
|
|
2123
|
+
};
|
|
2124
|
+
constructor(map?: {
|
|
2125
|
+
[key: string]: any;
|
|
2126
|
+
});
|
|
2127
|
+
}
|
|
2128
|
+
export declare class GetBasicIpSetResponseBody extends $tea.Model {
|
|
2129
|
+
accelerateRegionId?: string;
|
|
2130
|
+
acceleratorId?: string;
|
|
2131
|
+
bandwidth?: number;
|
|
2132
|
+
ipAddress?: string;
|
|
2133
|
+
ipSetId?: string;
|
|
2134
|
+
ipVersion?: string;
|
|
2135
|
+
requestId?: string;
|
|
2136
|
+
state?: string;
|
|
2137
|
+
static names(): {
|
|
2138
|
+
[key: string]: string;
|
|
2139
|
+
};
|
|
2140
|
+
static types(): {
|
|
2141
|
+
[key: string]: any;
|
|
2142
|
+
};
|
|
2143
|
+
constructor(map?: {
|
|
2144
|
+
[key: string]: any;
|
|
2145
|
+
});
|
|
2146
|
+
}
|
|
2147
|
+
export declare class GetBasicIpSetResponse extends $tea.Model {
|
|
2148
|
+
headers: {
|
|
2149
|
+
[key: string]: string;
|
|
2150
|
+
};
|
|
2151
|
+
body: GetBasicIpSetResponseBody;
|
|
2152
|
+
static names(): {
|
|
2153
|
+
[key: string]: string;
|
|
2154
|
+
};
|
|
2155
|
+
static types(): {
|
|
2156
|
+
[key: string]: any;
|
|
2157
|
+
};
|
|
2158
|
+
constructor(map?: {
|
|
2159
|
+
[key: string]: any;
|
|
2160
|
+
});
|
|
2161
|
+
}
|
|
2162
|
+
export declare class GetHealthStatusRequest extends $tea.Model {
|
|
2163
|
+
acceleratorId?: string;
|
|
2164
|
+
clientToken?: string;
|
|
2165
|
+
dryRun?: boolean;
|
|
2166
|
+
listenerId?: string;
|
|
2167
|
+
regionId?: string;
|
|
2168
|
+
static names(): {
|
|
2169
|
+
[key: string]: string;
|
|
2170
|
+
};
|
|
2171
|
+
static types(): {
|
|
2172
|
+
[key: string]: any;
|
|
2173
|
+
};
|
|
2174
|
+
constructor(map?: {
|
|
2175
|
+
[key: string]: any;
|
|
2176
|
+
});
|
|
2177
|
+
}
|
|
2178
|
+
export declare class GetHealthStatusResponseBody extends $tea.Model {
|
|
2179
|
+
endpointGroups?: GetHealthStatusResponseBodyEndpointGroups[];
|
|
2180
|
+
healthStatus?: string;
|
|
2181
|
+
listenerId?: string;
|
|
2182
|
+
requestId?: string;
|
|
2183
|
+
static names(): {
|
|
2184
|
+
[key: string]: string;
|
|
2185
|
+
};
|
|
2186
|
+
static types(): {
|
|
2187
|
+
[key: string]: any;
|
|
2188
|
+
};
|
|
2189
|
+
constructor(map?: {
|
|
2190
|
+
[key: string]: any;
|
|
2191
|
+
});
|
|
2192
|
+
}
|
|
2193
|
+
export declare class GetHealthStatusResponse extends $tea.Model {
|
|
2194
|
+
headers: {
|
|
2195
|
+
[key: string]: string;
|
|
2196
|
+
};
|
|
2197
|
+
body: GetHealthStatusResponseBody;
|
|
2198
|
+
static names(): {
|
|
2199
|
+
[key: string]: string;
|
|
2200
|
+
};
|
|
2201
|
+
static types(): {
|
|
2202
|
+
[key: string]: any;
|
|
2203
|
+
};
|
|
2204
|
+
constructor(map?: {
|
|
2205
|
+
[key: string]: any;
|
|
2206
|
+
});
|
|
2207
|
+
}
|
|
2208
|
+
export declare class GetSpareIpRequest extends $tea.Model {
|
|
2209
|
+
acceleratorId?: string;
|
|
2210
|
+
clientToken?: string;
|
|
2211
|
+
dryRun?: boolean;
|
|
2212
|
+
regionId?: string;
|
|
2213
|
+
spareIp?: string;
|
|
2214
|
+
static names(): {
|
|
2215
|
+
[key: string]: string;
|
|
2216
|
+
};
|
|
2217
|
+
static types(): {
|
|
2218
|
+
[key: string]: any;
|
|
2219
|
+
};
|
|
2220
|
+
constructor(map?: {
|
|
2221
|
+
[key: string]: any;
|
|
2222
|
+
});
|
|
2223
|
+
}
|
|
2224
|
+
export declare class GetSpareIpResponseBody extends $tea.Model {
|
|
2225
|
+
requestId?: string;
|
|
2226
|
+
state?: string;
|
|
2227
|
+
static names(): {
|
|
2228
|
+
[key: string]: string;
|
|
2229
|
+
};
|
|
2230
|
+
static types(): {
|
|
2231
|
+
[key: string]: any;
|
|
2232
|
+
};
|
|
2233
|
+
constructor(map?: {
|
|
2234
|
+
[key: string]: any;
|
|
2235
|
+
});
|
|
2236
|
+
}
|
|
2237
|
+
export declare class GetSpareIpResponse extends $tea.Model {
|
|
2238
|
+
headers: {
|
|
2239
|
+
[key: string]: string;
|
|
2240
|
+
};
|
|
2241
|
+
body: GetSpareIpResponseBody;
|
|
2242
|
+
static names(): {
|
|
2243
|
+
[key: string]: string;
|
|
2244
|
+
};
|
|
2245
|
+
static types(): {
|
|
2246
|
+
[key: string]: any;
|
|
2247
|
+
};
|
|
2248
|
+
constructor(map?: {
|
|
2249
|
+
[key: string]: any;
|
|
2250
|
+
});
|
|
2251
|
+
}
|
|
2252
|
+
export declare class ListAccelerateAreasRequest extends $tea.Model {
|
|
2253
|
+
regionId?: string;
|
|
2254
|
+
static names(): {
|
|
2255
|
+
[key: string]: string;
|
|
2256
|
+
};
|
|
2257
|
+
static types(): {
|
|
2258
|
+
[key: string]: any;
|
|
2259
|
+
};
|
|
2260
|
+
constructor(map?: {
|
|
2261
|
+
[key: string]: any;
|
|
2262
|
+
});
|
|
2263
|
+
}
|
|
2264
|
+
export declare class ListAccelerateAreasResponseBody extends $tea.Model {
|
|
2265
|
+
areas?: ListAccelerateAreasResponseBodyAreas[];
|
|
2266
|
+
requestId?: string;
|
|
2267
|
+
static names(): {
|
|
2268
|
+
[key: string]: string;
|
|
2269
|
+
};
|
|
2270
|
+
static types(): {
|
|
2271
|
+
[key: string]: any;
|
|
2272
|
+
};
|
|
2273
|
+
constructor(map?: {
|
|
2274
|
+
[key: string]: any;
|
|
2275
|
+
});
|
|
2276
|
+
}
|
|
2277
|
+
export declare class ListAccelerateAreasResponse extends $tea.Model {
|
|
2278
|
+
headers: {
|
|
2279
|
+
[key: string]: string;
|
|
2280
|
+
};
|
|
2281
|
+
body: ListAccelerateAreasResponseBody;
|
|
2282
|
+
static names(): {
|
|
2283
|
+
[key: string]: string;
|
|
2284
|
+
};
|
|
2285
|
+
static types(): {
|
|
2286
|
+
[key: string]: any;
|
|
2287
|
+
};
|
|
2288
|
+
constructor(map?: {
|
|
2289
|
+
[key: string]: any;
|
|
2290
|
+
});
|
|
2291
|
+
}
|
|
2292
|
+
export declare class ListAcceleratorsRequest extends $tea.Model {
|
|
2293
|
+
acceleratorId?: string;
|
|
2294
|
+
pageNumber?: number;
|
|
2295
|
+
pageSize?: number;
|
|
2296
|
+
regionId?: string;
|
|
2297
|
+
state?: string;
|
|
2298
|
+
static names(): {
|
|
2299
|
+
[key: string]: string;
|
|
2300
|
+
};
|
|
2301
|
+
static types(): {
|
|
2302
|
+
[key: string]: any;
|
|
2303
|
+
};
|
|
2304
|
+
constructor(map?: {
|
|
2305
|
+
[key: string]: any;
|
|
2306
|
+
});
|
|
2307
|
+
}
|
|
2308
|
+
export declare class ListAcceleratorsResponseBody extends $tea.Model {
|
|
2309
|
+
accelerators?: ListAcceleratorsResponseBodyAccelerators[];
|
|
2310
|
+
pageNumber?: number;
|
|
2311
|
+
pageSize?: number;
|
|
2312
|
+
requestId?: string;
|
|
2313
|
+
totalCount?: number;
|
|
2314
|
+
static names(): {
|
|
2315
|
+
[key: string]: string;
|
|
2316
|
+
};
|
|
2317
|
+
static types(): {
|
|
2318
|
+
[key: string]: any;
|
|
2319
|
+
};
|
|
2320
|
+
constructor(map?: {
|
|
2321
|
+
[key: string]: any;
|
|
2322
|
+
});
|
|
2323
|
+
}
|
|
2324
|
+
export declare class ListAcceleratorsResponse extends $tea.Model {
|
|
2325
|
+
headers: {
|
|
2326
|
+
[key: string]: string;
|
|
2327
|
+
};
|
|
2328
|
+
body: ListAcceleratorsResponseBody;
|
|
2329
|
+
static names(): {
|
|
2330
|
+
[key: string]: string;
|
|
2331
|
+
};
|
|
2332
|
+
static types(): {
|
|
2333
|
+
[key: string]: any;
|
|
2334
|
+
};
|
|
2335
|
+
constructor(map?: {
|
|
2336
|
+
[key: string]: any;
|
|
2337
|
+
});
|
|
2338
|
+
}
|
|
2339
|
+
export declare class ListAclsRequest extends $tea.Model {
|
|
2340
|
+
aclIds?: string[];
|
|
2341
|
+
aclName?: string;
|
|
2342
|
+
clientToken?: string;
|
|
2343
|
+
maxResults?: number;
|
|
2344
|
+
nextToken?: string;
|
|
2345
|
+
regionId?: string;
|
|
2346
|
+
static names(): {
|
|
2347
|
+
[key: string]: string;
|
|
2348
|
+
};
|
|
2349
|
+
static types(): {
|
|
2350
|
+
[key: string]: any;
|
|
2351
|
+
};
|
|
2352
|
+
constructor(map?: {
|
|
2353
|
+
[key: string]: any;
|
|
2354
|
+
});
|
|
2355
|
+
}
|
|
2356
|
+
export declare class ListAclsResponseBody extends $tea.Model {
|
|
2357
|
+
acls?: ListAclsResponseBodyAcls[];
|
|
2358
|
+
maxResults?: number;
|
|
2359
|
+
nextToken?: string;
|
|
2360
|
+
requestId?: string;
|
|
2361
|
+
totalCount?: number;
|
|
2362
|
+
static names(): {
|
|
2363
|
+
[key: string]: string;
|
|
2364
|
+
};
|
|
2365
|
+
static types(): {
|
|
2366
|
+
[key: string]: any;
|
|
2367
|
+
};
|
|
2368
|
+
constructor(map?: {
|
|
2369
|
+
[key: string]: any;
|
|
2370
|
+
});
|
|
2371
|
+
}
|
|
2372
|
+
export declare class ListAclsResponse extends $tea.Model {
|
|
2373
|
+
headers: {
|
|
2374
|
+
[key: string]: string;
|
|
2375
|
+
};
|
|
2376
|
+
body: ListAclsResponseBody;
|
|
2377
|
+
static names(): {
|
|
2378
|
+
[key: string]: string;
|
|
2379
|
+
};
|
|
2380
|
+
static types(): {
|
|
2381
|
+
[key: string]: any;
|
|
2382
|
+
};
|
|
2383
|
+
constructor(map?: {
|
|
2384
|
+
[key: string]: any;
|
|
2385
|
+
});
|
|
2386
|
+
}
|
|
2387
|
+
export declare class ListAvailableAccelerateAreasRequest extends $tea.Model {
|
|
2388
|
+
acceleratorId?: string;
|
|
2389
|
+
regionId?: string;
|
|
2390
|
+
static names(): {
|
|
2391
|
+
[key: string]: string;
|
|
2392
|
+
};
|
|
2393
|
+
static types(): {
|
|
2394
|
+
[key: string]: any;
|
|
2395
|
+
};
|
|
2396
|
+
constructor(map?: {
|
|
2397
|
+
[key: string]: any;
|
|
2398
|
+
});
|
|
2399
|
+
}
|
|
2400
|
+
export declare class ListAvailableAccelerateAreasResponseBody extends $tea.Model {
|
|
2401
|
+
areas?: ListAvailableAccelerateAreasResponseBodyAreas[];
|
|
2402
|
+
requestId?: string;
|
|
2403
|
+
static names(): {
|
|
2404
|
+
[key: string]: string;
|
|
2405
|
+
};
|
|
2406
|
+
static types(): {
|
|
2407
|
+
[key: string]: any;
|
|
2408
|
+
};
|
|
2409
|
+
constructor(map?: {
|
|
2410
|
+
[key: string]: any;
|
|
2411
|
+
});
|
|
2412
|
+
}
|
|
2413
|
+
export declare class ListAvailableAccelerateAreasResponse extends $tea.Model {
|
|
2414
|
+
headers: {
|
|
2415
|
+
[key: string]: string;
|
|
2416
|
+
};
|
|
2417
|
+
body: ListAvailableAccelerateAreasResponseBody;
|
|
2418
|
+
static names(): {
|
|
2419
|
+
[key: string]: string;
|
|
2420
|
+
};
|
|
2421
|
+
static types(): {
|
|
2422
|
+
[key: string]: any;
|
|
2423
|
+
};
|
|
2424
|
+
constructor(map?: {
|
|
2425
|
+
[key: string]: any;
|
|
2426
|
+
});
|
|
2427
|
+
}
|
|
2428
|
+
export declare class ListAvailableBusiRegionsRequest extends $tea.Model {
|
|
2429
|
+
acceleratorId?: string;
|
|
2430
|
+
regionId?: string;
|
|
2431
|
+
static names(): {
|
|
2432
|
+
[key: string]: string;
|
|
2433
|
+
};
|
|
2434
|
+
static types(): {
|
|
2435
|
+
[key: string]: any;
|
|
2436
|
+
};
|
|
2437
|
+
constructor(map?: {
|
|
2438
|
+
[key: string]: any;
|
|
2439
|
+
});
|
|
2440
|
+
}
|
|
2441
|
+
export declare class ListAvailableBusiRegionsResponseBody extends $tea.Model {
|
|
2442
|
+
regions?: ListAvailableBusiRegionsResponseBodyRegions[];
|
|
2443
|
+
requestId?: string;
|
|
2444
|
+
static names(): {
|
|
2445
|
+
[key: string]: string;
|
|
2446
|
+
};
|
|
2447
|
+
static types(): {
|
|
2448
|
+
[key: string]: any;
|
|
2449
|
+
};
|
|
2450
|
+
constructor(map?: {
|
|
2451
|
+
[key: string]: any;
|
|
2452
|
+
});
|
|
2453
|
+
}
|
|
2454
|
+
export declare class ListAvailableBusiRegionsResponse extends $tea.Model {
|
|
2455
|
+
headers: {
|
|
2456
|
+
[key: string]: string;
|
|
2457
|
+
};
|
|
2458
|
+
body: ListAvailableBusiRegionsResponseBody;
|
|
2459
|
+
static names(): {
|
|
2460
|
+
[key: string]: string;
|
|
2461
|
+
};
|
|
2462
|
+
static types(): {
|
|
2463
|
+
[key: string]: any;
|
|
2464
|
+
};
|
|
2465
|
+
constructor(map?: {
|
|
2466
|
+
[key: string]: any;
|
|
2467
|
+
});
|
|
2468
|
+
}
|
|
2469
|
+
export declare class ListBandwidthPackagesRequest extends $tea.Model {
|
|
2470
|
+
bandwidthPackageId?: string;
|
|
2471
|
+
pageNumber?: number;
|
|
2472
|
+
pageSize?: number;
|
|
2473
|
+
regionId?: string;
|
|
2474
|
+
state?: string;
|
|
2475
|
+
type?: string;
|
|
2476
|
+
static names(): {
|
|
2477
|
+
[key: string]: string;
|
|
2478
|
+
};
|
|
2479
|
+
static types(): {
|
|
2480
|
+
[key: string]: any;
|
|
2481
|
+
};
|
|
2482
|
+
constructor(map?: {
|
|
2483
|
+
[key: string]: any;
|
|
2484
|
+
});
|
|
2485
|
+
}
|
|
2486
|
+
export declare class ListBandwidthPackagesResponseBody extends $tea.Model {
|
|
2487
|
+
bandwidthPackages?: ListBandwidthPackagesResponseBodyBandwidthPackages[];
|
|
2488
|
+
pageNumber?: number;
|
|
2489
|
+
pageSize?: number;
|
|
2490
|
+
requestId?: string;
|
|
2491
|
+
totalCount?: number;
|
|
2492
|
+
static names(): {
|
|
2493
|
+
[key: string]: string;
|
|
2494
|
+
};
|
|
2495
|
+
static types(): {
|
|
2496
|
+
[key: string]: any;
|
|
2497
|
+
};
|
|
2498
|
+
constructor(map?: {
|
|
2499
|
+
[key: string]: any;
|
|
2500
|
+
});
|
|
2501
|
+
}
|
|
2502
|
+
export declare class ListBandwidthPackagesResponse extends $tea.Model {
|
|
2503
|
+
headers: {
|
|
2504
|
+
[key: string]: string;
|
|
2505
|
+
};
|
|
2506
|
+
body: ListBandwidthPackagesResponseBody;
|
|
2507
|
+
static names(): {
|
|
2508
|
+
[key: string]: string;
|
|
2509
|
+
};
|
|
2510
|
+
static types(): {
|
|
2511
|
+
[key: string]: any;
|
|
2512
|
+
};
|
|
2513
|
+
constructor(map?: {
|
|
2514
|
+
[key: string]: any;
|
|
2515
|
+
});
|
|
2516
|
+
}
|
|
2517
|
+
export declare class ListBandwidthackagesRequest extends $tea.Model {
|
|
2518
|
+
pageNumber?: number;
|
|
2519
|
+
pageSize?: number;
|
|
1485
2520
|
regionId?: string;
|
|
1486
2521
|
static names(): {
|
|
1487
2522
|
[key: string]: string;
|
|
@@ -1493,9 +2528,12 @@ export declare class ListAccelerateAreasRequest extends $tea.Model {
|
|
|
1493
2528
|
[key: string]: any;
|
|
1494
2529
|
});
|
|
1495
2530
|
}
|
|
1496
|
-
export declare class
|
|
2531
|
+
export declare class ListBandwidthackagesResponseBody extends $tea.Model {
|
|
2532
|
+
bandwidthPackages?: ListBandwidthackagesResponseBodyBandwidthPackages[];
|
|
2533
|
+
pageNumber?: number;
|
|
2534
|
+
pageSize?: number;
|
|
1497
2535
|
requestId?: string;
|
|
1498
|
-
|
|
2536
|
+
totalCount?: number;
|
|
1499
2537
|
static names(): {
|
|
1500
2538
|
[key: string]: string;
|
|
1501
2539
|
};
|
|
@@ -1506,11 +2544,11 @@ export declare class ListAccelerateAreasResponseBody extends $tea.Model {
|
|
|
1506
2544
|
[key: string]: any;
|
|
1507
2545
|
});
|
|
1508
2546
|
}
|
|
1509
|
-
export declare class
|
|
2547
|
+
export declare class ListBandwidthackagesResponse extends $tea.Model {
|
|
1510
2548
|
headers: {
|
|
1511
2549
|
[key: string]: string;
|
|
1512
2550
|
};
|
|
1513
|
-
body:
|
|
2551
|
+
body: ListBandwidthackagesResponseBody;
|
|
1514
2552
|
static names(): {
|
|
1515
2553
|
[key: string]: string;
|
|
1516
2554
|
};
|
|
@@ -1521,11 +2559,12 @@ export declare class ListAccelerateAreasResponse extends $tea.Model {
|
|
|
1521
2559
|
[key: string]: any;
|
|
1522
2560
|
});
|
|
1523
2561
|
}
|
|
1524
|
-
export declare class
|
|
1525
|
-
|
|
2562
|
+
export declare class ListBasicAcceleratorsRequest extends $tea.Model {
|
|
2563
|
+
acceleratorId?: string;
|
|
1526
2564
|
pageNumber?: number;
|
|
1527
2565
|
pageSize?: number;
|
|
1528
|
-
|
|
2566
|
+
regionId?: string;
|
|
2567
|
+
state?: string;
|
|
1529
2568
|
static names(): {
|
|
1530
2569
|
[key: string]: string;
|
|
1531
2570
|
};
|
|
@@ -1536,12 +2575,12 @@ export declare class ListAcceleratorsRequest extends $tea.Model {
|
|
|
1536
2575
|
[key: string]: any;
|
|
1537
2576
|
});
|
|
1538
2577
|
}
|
|
1539
|
-
export declare class
|
|
1540
|
-
|
|
2578
|
+
export declare class ListBasicAcceleratorsResponseBody extends $tea.Model {
|
|
2579
|
+
accelerators?: ListBasicAcceleratorsResponseBodyAccelerators[];
|
|
2580
|
+
pageNumber?: number;
|
|
1541
2581
|
pageSize?: number;
|
|
1542
2582
|
requestId?: string;
|
|
1543
|
-
|
|
1544
|
-
pageNumber?: number;
|
|
2583
|
+
totalCount?: number;
|
|
1545
2584
|
static names(): {
|
|
1546
2585
|
[key: string]: string;
|
|
1547
2586
|
};
|
|
@@ -1552,11 +2591,11 @@ export declare class ListAcceleratorsResponseBody extends $tea.Model {
|
|
|
1552
2591
|
[key: string]: any;
|
|
1553
2592
|
});
|
|
1554
2593
|
}
|
|
1555
|
-
export declare class
|
|
2594
|
+
export declare class ListBasicAcceleratorsResponse extends $tea.Model {
|
|
1556
2595
|
headers: {
|
|
1557
2596
|
[key: string]: string;
|
|
1558
2597
|
};
|
|
1559
|
-
body:
|
|
2598
|
+
body: ListBasicAcceleratorsResponseBody;
|
|
1560
2599
|
static names(): {
|
|
1561
2600
|
[key: string]: string;
|
|
1562
2601
|
};
|
|
@@ -1567,13 +2606,8 @@ export declare class ListAcceleratorsResponse extends $tea.Model {
|
|
|
1567
2606
|
[key: string]: any;
|
|
1568
2607
|
});
|
|
1569
2608
|
}
|
|
1570
|
-
export declare class
|
|
2609
|
+
export declare class ListBusiRegionsRequest extends $tea.Model {
|
|
1571
2610
|
regionId?: string;
|
|
1572
|
-
clientToken?: string;
|
|
1573
|
-
aclIds?: string[];
|
|
1574
|
-
aclName?: string;
|
|
1575
|
-
nextToken?: string;
|
|
1576
|
-
maxResults?: number;
|
|
1577
2611
|
static names(): {
|
|
1578
2612
|
[key: string]: string;
|
|
1579
2613
|
};
|
|
@@ -1584,12 +2618,9 @@ export declare class ListAclsRequest extends $tea.Model {
|
|
|
1584
2618
|
[key: string]: any;
|
|
1585
2619
|
});
|
|
1586
2620
|
}
|
|
1587
|
-
export declare class
|
|
2621
|
+
export declare class ListBusiRegionsResponseBody extends $tea.Model {
|
|
2622
|
+
regions?: ListBusiRegionsResponseBodyRegions[];
|
|
1588
2623
|
requestId?: string;
|
|
1589
|
-
totalCount?: number;
|
|
1590
|
-
nextToken?: string;
|
|
1591
|
-
maxResults?: number;
|
|
1592
|
-
acls?: ListAclsResponseBodyAcls[];
|
|
1593
2624
|
static names(): {
|
|
1594
2625
|
[key: string]: string;
|
|
1595
2626
|
};
|
|
@@ -1600,11 +2631,11 @@ export declare class ListAclsResponseBody extends $tea.Model {
|
|
|
1600
2631
|
[key: string]: any;
|
|
1601
2632
|
});
|
|
1602
2633
|
}
|
|
1603
|
-
export declare class
|
|
2634
|
+
export declare class ListBusiRegionsResponse extends $tea.Model {
|
|
1604
2635
|
headers: {
|
|
1605
2636
|
[key: string]: string;
|
|
1606
2637
|
};
|
|
1607
|
-
body:
|
|
2638
|
+
body: ListBusiRegionsResponseBody;
|
|
1608
2639
|
static names(): {
|
|
1609
2640
|
[key: string]: string;
|
|
1610
2641
|
};
|
|
@@ -1615,9 +2646,15 @@ export declare class ListAclsResponse extends $tea.Model {
|
|
|
1615
2646
|
[key: string]: any;
|
|
1616
2647
|
});
|
|
1617
2648
|
}
|
|
1618
|
-
export declare class
|
|
1619
|
-
regionId?: string;
|
|
2649
|
+
export declare class ListEndpointGroupsRequest extends $tea.Model {
|
|
1620
2650
|
acceleratorId?: string;
|
|
2651
|
+
accessLogSwitch?: string;
|
|
2652
|
+
endpointGroupId?: string;
|
|
2653
|
+
endpointGroupType?: string;
|
|
2654
|
+
listenerId?: string;
|
|
2655
|
+
pageNumber?: number;
|
|
2656
|
+
pageSize?: number;
|
|
2657
|
+
regionId?: string;
|
|
1621
2658
|
static names(): {
|
|
1622
2659
|
[key: string]: string;
|
|
1623
2660
|
};
|
|
@@ -1628,9 +2665,12 @@ export declare class ListAvailableAccelerateAreasRequest extends $tea.Model {
|
|
|
1628
2665
|
[key: string]: any;
|
|
1629
2666
|
});
|
|
1630
2667
|
}
|
|
1631
|
-
export declare class
|
|
2668
|
+
export declare class ListEndpointGroupsResponseBody extends $tea.Model {
|
|
2669
|
+
endpointGroups?: ListEndpointGroupsResponseBodyEndpointGroups[];
|
|
2670
|
+
pageNumber?: number;
|
|
2671
|
+
pageSize?: number;
|
|
1632
2672
|
requestId?: string;
|
|
1633
|
-
|
|
2673
|
+
totalCount?: number;
|
|
1634
2674
|
static names(): {
|
|
1635
2675
|
[key: string]: string;
|
|
1636
2676
|
};
|
|
@@ -1641,11 +2681,11 @@ export declare class ListAvailableAccelerateAreasResponseBody extends $tea.Model
|
|
|
1641
2681
|
[key: string]: any;
|
|
1642
2682
|
});
|
|
1643
2683
|
}
|
|
1644
|
-
export declare class
|
|
2684
|
+
export declare class ListEndpointGroupsResponse extends $tea.Model {
|
|
1645
2685
|
headers: {
|
|
1646
2686
|
[key: string]: string;
|
|
1647
2687
|
};
|
|
1648
|
-
body:
|
|
2688
|
+
body: ListEndpointGroupsResponseBody;
|
|
1649
2689
|
static names(): {
|
|
1650
2690
|
[key: string]: string;
|
|
1651
2691
|
};
|
|
@@ -1656,9 +2696,14 @@ export declare class ListAvailableAccelerateAreasResponse extends $tea.Model {
|
|
|
1656
2696
|
[key: string]: any;
|
|
1657
2697
|
});
|
|
1658
2698
|
}
|
|
1659
|
-
export declare class
|
|
1660
|
-
regionId?: string;
|
|
2699
|
+
export declare class ListForwardingRulesRequest extends $tea.Model {
|
|
1661
2700
|
acceleratorId?: string;
|
|
2701
|
+
clientToken?: string;
|
|
2702
|
+
forwardingRuleId?: string;
|
|
2703
|
+
listenerId?: string;
|
|
2704
|
+
maxResults?: number;
|
|
2705
|
+
nextToken?: string;
|
|
2706
|
+
regionId?: string;
|
|
1662
2707
|
static names(): {
|
|
1663
2708
|
[key: string]: string;
|
|
1664
2709
|
};
|
|
@@ -1669,9 +2714,12 @@ export declare class ListAvailableBusiRegionsRequest extends $tea.Model {
|
|
|
1669
2714
|
[key: string]: any;
|
|
1670
2715
|
});
|
|
1671
2716
|
}
|
|
1672
|
-
export declare class
|
|
2717
|
+
export declare class ListForwardingRulesResponseBody extends $tea.Model {
|
|
2718
|
+
forwardingRules?: ListForwardingRulesResponseBodyForwardingRules[];
|
|
2719
|
+
maxResults?: number;
|
|
2720
|
+
nextToken?: string;
|
|
1673
2721
|
requestId?: string;
|
|
1674
|
-
|
|
2722
|
+
totalCount?: number;
|
|
1675
2723
|
static names(): {
|
|
1676
2724
|
[key: string]: string;
|
|
1677
2725
|
};
|
|
@@ -1682,11 +2730,11 @@ export declare class ListAvailableBusiRegionsResponseBody extends $tea.Model {
|
|
|
1682
2730
|
[key: string]: any;
|
|
1683
2731
|
});
|
|
1684
2732
|
}
|
|
1685
|
-
export declare class
|
|
2733
|
+
export declare class ListForwardingRulesResponse extends $tea.Model {
|
|
1686
2734
|
headers: {
|
|
1687
2735
|
[key: string]: string;
|
|
1688
2736
|
};
|
|
1689
|
-
body:
|
|
2737
|
+
body: ListForwardingRulesResponseBody;
|
|
1690
2738
|
static names(): {
|
|
1691
2739
|
[key: string]: string;
|
|
1692
2740
|
};
|
|
@@ -1697,10 +2745,11 @@ export declare class ListAvailableBusiRegionsResponse extends $tea.Model {
|
|
|
1697
2745
|
[key: string]: any;
|
|
1698
2746
|
});
|
|
1699
2747
|
}
|
|
1700
|
-
export declare class
|
|
1701
|
-
|
|
2748
|
+
export declare class ListIpSetsRequest extends $tea.Model {
|
|
2749
|
+
acceleratorId?: string;
|
|
1702
2750
|
pageNumber?: number;
|
|
1703
2751
|
pageSize?: number;
|
|
2752
|
+
regionId?: string;
|
|
1704
2753
|
static names(): {
|
|
1705
2754
|
[key: string]: string;
|
|
1706
2755
|
};
|
|
@@ -1711,12 +2760,12 @@ export declare class ListBandwidthackagesRequest extends $tea.Model {
|
|
|
1711
2760
|
[key: string]: any;
|
|
1712
2761
|
});
|
|
1713
2762
|
}
|
|
1714
|
-
export declare class
|
|
1715
|
-
|
|
2763
|
+
export declare class ListIpSetsResponseBody extends $tea.Model {
|
|
2764
|
+
ipSets?: ListIpSetsResponseBodyIpSets[];
|
|
2765
|
+
pageNumber?: number;
|
|
1716
2766
|
pageSize?: number;
|
|
1717
2767
|
requestId?: string;
|
|
1718
|
-
|
|
1719
|
-
bandwidthPackages?: ListBandwidthackagesResponseBodyBandwidthPackages[];
|
|
2768
|
+
totalCount?: number;
|
|
1720
2769
|
static names(): {
|
|
1721
2770
|
[key: string]: string;
|
|
1722
2771
|
};
|
|
@@ -1727,11 +2776,11 @@ export declare class ListBandwidthackagesResponseBody extends $tea.Model {
|
|
|
1727
2776
|
[key: string]: any;
|
|
1728
2777
|
});
|
|
1729
2778
|
}
|
|
1730
|
-
export declare class
|
|
2779
|
+
export declare class ListIpSetsResponse extends $tea.Model {
|
|
1731
2780
|
headers: {
|
|
1732
2781
|
[key: string]: string;
|
|
1733
2782
|
};
|
|
1734
|
-
body:
|
|
2783
|
+
body: ListIpSetsResponseBody;
|
|
1735
2784
|
static names(): {
|
|
1736
2785
|
[key: string]: string;
|
|
1737
2786
|
};
|
|
@@ -1742,13 +2791,59 @@ export declare class ListBandwidthackagesResponse extends $tea.Model {
|
|
|
1742
2791
|
[key: string]: any;
|
|
1743
2792
|
});
|
|
1744
2793
|
}
|
|
1745
|
-
export declare class
|
|
2794
|
+
export declare class ListListenerCertificatesRequest extends $tea.Model {
|
|
2795
|
+
acceleratorId?: string;
|
|
2796
|
+
listenerId?: string;
|
|
2797
|
+
maxResults?: number;
|
|
2798
|
+
nextToken?: string;
|
|
1746
2799
|
regionId?: string;
|
|
2800
|
+
role?: string;
|
|
2801
|
+
static names(): {
|
|
2802
|
+
[key: string]: string;
|
|
2803
|
+
};
|
|
2804
|
+
static types(): {
|
|
2805
|
+
[key: string]: any;
|
|
2806
|
+
};
|
|
2807
|
+
constructor(map?: {
|
|
2808
|
+
[key: string]: any;
|
|
2809
|
+
});
|
|
2810
|
+
}
|
|
2811
|
+
export declare class ListListenerCertificatesResponseBody extends $tea.Model {
|
|
2812
|
+
certificates?: ListListenerCertificatesResponseBodyCertificates[];
|
|
2813
|
+
maxResults?: number;
|
|
2814
|
+
nextToken?: string;
|
|
2815
|
+
requestId?: string;
|
|
2816
|
+
totalCount?: number;
|
|
2817
|
+
static names(): {
|
|
2818
|
+
[key: string]: string;
|
|
2819
|
+
};
|
|
2820
|
+
static types(): {
|
|
2821
|
+
[key: string]: any;
|
|
2822
|
+
};
|
|
2823
|
+
constructor(map?: {
|
|
2824
|
+
[key: string]: any;
|
|
2825
|
+
});
|
|
2826
|
+
}
|
|
2827
|
+
export declare class ListListenerCertificatesResponse extends $tea.Model {
|
|
2828
|
+
headers: {
|
|
2829
|
+
[key: string]: string;
|
|
2830
|
+
};
|
|
2831
|
+
body: ListListenerCertificatesResponseBody;
|
|
2832
|
+
static names(): {
|
|
2833
|
+
[key: string]: string;
|
|
2834
|
+
};
|
|
2835
|
+
static types(): {
|
|
2836
|
+
[key: string]: any;
|
|
2837
|
+
};
|
|
2838
|
+
constructor(map?: {
|
|
2839
|
+
[key: string]: any;
|
|
2840
|
+
});
|
|
2841
|
+
}
|
|
2842
|
+
export declare class ListListenersRequest extends $tea.Model {
|
|
2843
|
+
acceleratorId?: string;
|
|
1747
2844
|
pageNumber?: number;
|
|
1748
2845
|
pageSize?: number;
|
|
1749
|
-
|
|
1750
|
-
type?: string;
|
|
1751
|
-
bandwidthPackageId?: string;
|
|
2846
|
+
regionId?: string;
|
|
1752
2847
|
static names(): {
|
|
1753
2848
|
[key: string]: string;
|
|
1754
2849
|
};
|
|
@@ -1759,12 +2854,12 @@ export declare class ListBandwidthPackagesRequest extends $tea.Model {
|
|
|
1759
2854
|
[key: string]: any;
|
|
1760
2855
|
});
|
|
1761
2856
|
}
|
|
1762
|
-
export declare class
|
|
1763
|
-
|
|
2857
|
+
export declare class ListListenersResponseBody extends $tea.Model {
|
|
2858
|
+
listeners?: ListListenersResponseBodyListeners[];
|
|
2859
|
+
pageNumber?: number;
|
|
1764
2860
|
pageSize?: number;
|
|
1765
2861
|
requestId?: string;
|
|
1766
|
-
|
|
1767
|
-
bandwidthPackages?: ListBandwidthPackagesResponseBodyBandwidthPackages[];
|
|
2862
|
+
totalCount?: number;
|
|
1768
2863
|
static names(): {
|
|
1769
2864
|
[key: string]: string;
|
|
1770
2865
|
};
|
|
@@ -1775,11 +2870,11 @@ export declare class ListBandwidthPackagesResponseBody extends $tea.Model {
|
|
|
1775
2870
|
[key: string]: any;
|
|
1776
2871
|
});
|
|
1777
2872
|
}
|
|
1778
|
-
export declare class
|
|
2873
|
+
export declare class ListListenersResponse extends $tea.Model {
|
|
1779
2874
|
headers: {
|
|
1780
2875
|
[key: string]: string;
|
|
1781
2876
|
};
|
|
1782
|
-
body:
|
|
2877
|
+
body: ListListenersResponseBody;
|
|
1783
2878
|
static names(): {
|
|
1784
2879
|
[key: string]: string;
|
|
1785
2880
|
};
|
|
@@ -1790,7 +2885,10 @@ export declare class ListBandwidthPackagesResponse extends $tea.Model {
|
|
|
1790
2885
|
[key: string]: any;
|
|
1791
2886
|
});
|
|
1792
2887
|
}
|
|
1793
|
-
export declare class
|
|
2888
|
+
export declare class ListSpareIpsRequest extends $tea.Model {
|
|
2889
|
+
acceleratorId?: string;
|
|
2890
|
+
clientToken?: string;
|
|
2891
|
+
dryRun?: boolean;
|
|
1794
2892
|
regionId?: string;
|
|
1795
2893
|
static names(): {
|
|
1796
2894
|
[key: string]: string;
|
|
@@ -1802,9 +2900,9 @@ export declare class ListBusiRegionsRequest extends $tea.Model {
|
|
|
1802
2900
|
[key: string]: any;
|
|
1803
2901
|
});
|
|
1804
2902
|
}
|
|
1805
|
-
export declare class
|
|
2903
|
+
export declare class ListSpareIpsResponseBody extends $tea.Model {
|
|
1806
2904
|
requestId?: string;
|
|
1807
|
-
|
|
2905
|
+
spareIps?: ListSpareIpsResponseBodySpareIps[];
|
|
1808
2906
|
static names(): {
|
|
1809
2907
|
[key: string]: string;
|
|
1810
2908
|
};
|
|
@@ -1815,11 +2913,11 @@ export declare class ListBusiRegionsResponseBody extends $tea.Model {
|
|
|
1815
2913
|
[key: string]: any;
|
|
1816
2914
|
});
|
|
1817
2915
|
}
|
|
1818
|
-
export declare class
|
|
2916
|
+
export declare class ListSpareIpsResponse extends $tea.Model {
|
|
1819
2917
|
headers: {
|
|
1820
2918
|
[key: string]: string;
|
|
1821
2919
|
};
|
|
1822
|
-
body:
|
|
2920
|
+
body: ListSpareIpsResponseBody;
|
|
1823
2921
|
static names(): {
|
|
1824
2922
|
[key: string]: string;
|
|
1825
2923
|
};
|
|
@@ -1830,15 +2928,10 @@ export declare class ListBusiRegionsResponse extends $tea.Model {
|
|
|
1830
2928
|
[key: string]: any;
|
|
1831
2929
|
});
|
|
1832
2930
|
}
|
|
1833
|
-
export declare class
|
|
1834
|
-
regionId?: string;
|
|
2931
|
+
export declare class ListSystemSecurityPoliciesRequest extends $tea.Model {
|
|
1835
2932
|
pageNumber?: number;
|
|
1836
2933
|
pageSize?: number;
|
|
1837
|
-
|
|
1838
|
-
listenerId?: string;
|
|
1839
|
-
endpointGroupType?: string;
|
|
1840
|
-
accessLogSwitch?: string;
|
|
1841
|
-
endpointGroupId?: string;
|
|
2934
|
+
regionId?: string;
|
|
1842
2935
|
static names(): {
|
|
1843
2936
|
[key: string]: string;
|
|
1844
2937
|
};
|
|
@@ -1849,12 +2942,12 @@ export declare class ListEndpointGroupsRequest extends $tea.Model {
|
|
|
1849
2942
|
[key: string]: any;
|
|
1850
2943
|
});
|
|
1851
2944
|
}
|
|
1852
|
-
export declare class
|
|
1853
|
-
|
|
2945
|
+
export declare class ListSystemSecurityPoliciesResponseBody extends $tea.Model {
|
|
2946
|
+
pageNumber?: number;
|
|
1854
2947
|
pageSize?: number;
|
|
1855
2948
|
requestId?: string;
|
|
1856
|
-
|
|
1857
|
-
|
|
2949
|
+
securityPolicies?: ListSystemSecurityPoliciesResponseBodySecurityPolicies[];
|
|
2950
|
+
totalCount?: number;
|
|
1858
2951
|
static names(): {
|
|
1859
2952
|
[key: string]: string;
|
|
1860
2953
|
};
|
|
@@ -1865,11 +2958,11 @@ export declare class ListEndpointGroupsResponseBody extends $tea.Model {
|
|
|
1865
2958
|
[key: string]: any;
|
|
1866
2959
|
});
|
|
1867
2960
|
}
|
|
1868
|
-
export declare class
|
|
2961
|
+
export declare class ListSystemSecurityPoliciesResponse extends $tea.Model {
|
|
1869
2962
|
headers: {
|
|
1870
2963
|
[key: string]: string;
|
|
1871
2964
|
};
|
|
1872
|
-
body:
|
|
2965
|
+
body: ListSystemSecurityPoliciesResponseBody;
|
|
1873
2966
|
static names(): {
|
|
1874
2967
|
[key: string]: string;
|
|
1875
2968
|
};
|
|
@@ -1880,14 +2973,54 @@ export declare class ListEndpointGroupsResponse extends $tea.Model {
|
|
|
1880
2973
|
[key: string]: any;
|
|
1881
2974
|
});
|
|
1882
2975
|
}
|
|
1883
|
-
export declare class
|
|
2976
|
+
export declare class RemoveEntriesFromAclRequest extends $tea.Model {
|
|
2977
|
+
aclEntries?: RemoveEntriesFromAclRequestAclEntries[];
|
|
2978
|
+
aclId?: string;
|
|
2979
|
+
clientToken?: string;
|
|
2980
|
+
dryRun?: boolean;
|
|
2981
|
+
regionId?: string;
|
|
2982
|
+
static names(): {
|
|
2983
|
+
[key: string]: string;
|
|
2984
|
+
};
|
|
2985
|
+
static types(): {
|
|
2986
|
+
[key: string]: any;
|
|
2987
|
+
};
|
|
2988
|
+
constructor(map?: {
|
|
2989
|
+
[key: string]: any;
|
|
2990
|
+
});
|
|
2991
|
+
}
|
|
2992
|
+
export declare class RemoveEntriesFromAclResponseBody extends $tea.Model {
|
|
2993
|
+
aclId?: string;
|
|
2994
|
+
requestId?: string;
|
|
2995
|
+
static names(): {
|
|
2996
|
+
[key: string]: string;
|
|
2997
|
+
};
|
|
2998
|
+
static types(): {
|
|
2999
|
+
[key: string]: any;
|
|
3000
|
+
};
|
|
3001
|
+
constructor(map?: {
|
|
3002
|
+
[key: string]: any;
|
|
3003
|
+
});
|
|
3004
|
+
}
|
|
3005
|
+
export declare class RemoveEntriesFromAclResponse extends $tea.Model {
|
|
3006
|
+
headers: {
|
|
3007
|
+
[key: string]: string;
|
|
3008
|
+
};
|
|
3009
|
+
body: RemoveEntriesFromAclResponseBody;
|
|
3010
|
+
static names(): {
|
|
3011
|
+
[key: string]: string;
|
|
3012
|
+
};
|
|
3013
|
+
static types(): {
|
|
3014
|
+
[key: string]: any;
|
|
3015
|
+
};
|
|
3016
|
+
constructor(map?: {
|
|
3017
|
+
[key: string]: any;
|
|
3018
|
+
});
|
|
3019
|
+
}
|
|
3020
|
+
export declare class ReplaceBandwidthPackageRequest extends $tea.Model {
|
|
3021
|
+
bandwidthPackageId?: string;
|
|
1884
3022
|
regionId?: string;
|
|
1885
|
-
|
|
1886
|
-
listenerId?: string;
|
|
1887
|
-
acceleratorId?: string;
|
|
1888
|
-
forwardingRuleId?: string;
|
|
1889
|
-
nextToken?: string;
|
|
1890
|
-
maxResults?: number;
|
|
3023
|
+
targetBandwidthPackageId?: string;
|
|
1891
3024
|
static names(): {
|
|
1892
3025
|
[key: string]: string;
|
|
1893
3026
|
};
|
|
@@ -1898,12 +3031,8 @@ export declare class ListForwardingRulesRequest extends $tea.Model {
|
|
|
1898
3031
|
[key: string]: any;
|
|
1899
3032
|
});
|
|
1900
3033
|
}
|
|
1901
|
-
export declare class
|
|
3034
|
+
export declare class ReplaceBandwidthPackageResponseBody extends $tea.Model {
|
|
1902
3035
|
requestId?: string;
|
|
1903
|
-
totalCount?: number;
|
|
1904
|
-
nextToken?: string;
|
|
1905
|
-
maxResults?: number;
|
|
1906
|
-
forwardingRules?: ListForwardingRulesResponseBodyForwardingRules[];
|
|
1907
3036
|
static names(): {
|
|
1908
3037
|
[key: string]: string;
|
|
1909
3038
|
};
|
|
@@ -1914,11 +3043,11 @@ export declare class ListForwardingRulesResponseBody extends $tea.Model {
|
|
|
1914
3043
|
[key: string]: any;
|
|
1915
3044
|
});
|
|
1916
3045
|
}
|
|
1917
|
-
export declare class
|
|
3046
|
+
export declare class ReplaceBandwidthPackageResponse extends $tea.Model {
|
|
1918
3047
|
headers: {
|
|
1919
3048
|
[key: string]: string;
|
|
1920
3049
|
};
|
|
1921
|
-
body:
|
|
3050
|
+
body: ReplaceBandwidthPackageResponseBody;
|
|
1922
3051
|
static names(): {
|
|
1923
3052
|
[key: string]: string;
|
|
1924
3053
|
};
|
|
@@ -1929,11 +3058,15 @@ export declare class ListForwardingRulesResponse extends $tea.Model {
|
|
|
1929
3058
|
[key: string]: any;
|
|
1930
3059
|
});
|
|
1931
3060
|
}
|
|
1932
|
-
export declare class
|
|
1933
|
-
regionId?: string;
|
|
1934
|
-
pageNumber?: number;
|
|
1935
|
-
pageSize?: number;
|
|
3061
|
+
export declare class UpdateAcceleratorRequest extends $tea.Model {
|
|
1936
3062
|
acceleratorId?: string;
|
|
3063
|
+
autoPay?: boolean;
|
|
3064
|
+
autoUseCoupon?: boolean;
|
|
3065
|
+
clientToken?: string;
|
|
3066
|
+
description?: string;
|
|
3067
|
+
name?: string;
|
|
3068
|
+
regionId?: string;
|
|
3069
|
+
spec?: string;
|
|
1937
3070
|
static names(): {
|
|
1938
3071
|
[key: string]: string;
|
|
1939
3072
|
};
|
|
@@ -1944,12 +3077,8 @@ export declare class ListIpSetsRequest extends $tea.Model {
|
|
|
1944
3077
|
[key: string]: any;
|
|
1945
3078
|
});
|
|
1946
3079
|
}
|
|
1947
|
-
export declare class
|
|
1948
|
-
totalCount?: number;
|
|
1949
|
-
pageSize?: number;
|
|
3080
|
+
export declare class UpdateAcceleratorResponseBody extends $tea.Model {
|
|
1950
3081
|
requestId?: string;
|
|
1951
|
-
pageNumber?: number;
|
|
1952
|
-
ipSets?: ListIpSetsResponseBodyIpSets[];
|
|
1953
3082
|
static names(): {
|
|
1954
3083
|
[key: string]: string;
|
|
1955
3084
|
};
|
|
@@ -1960,11 +3089,11 @@ export declare class ListIpSetsResponseBody extends $tea.Model {
|
|
|
1960
3089
|
[key: string]: any;
|
|
1961
3090
|
});
|
|
1962
3091
|
}
|
|
1963
|
-
export declare class
|
|
3092
|
+
export declare class UpdateAcceleratorResponse extends $tea.Model {
|
|
1964
3093
|
headers: {
|
|
1965
3094
|
[key: string]: string;
|
|
1966
3095
|
};
|
|
1967
|
-
body:
|
|
3096
|
+
body: UpdateAcceleratorResponseBody;
|
|
1968
3097
|
static names(): {
|
|
1969
3098
|
[key: string]: string;
|
|
1970
3099
|
};
|
|
@@ -1975,11 +3104,9 @@ export declare class ListIpSetsResponse extends $tea.Model {
|
|
|
1975
3104
|
[key: string]: any;
|
|
1976
3105
|
});
|
|
1977
3106
|
}
|
|
1978
|
-
export declare class
|
|
1979
|
-
regionId?: string;
|
|
1980
|
-
pageNumber?: number;
|
|
1981
|
-
pageSize?: number;
|
|
3107
|
+
export declare class UpdateAcceleratorConfirmRequest extends $tea.Model {
|
|
1982
3108
|
acceleratorId?: string;
|
|
3109
|
+
regionId?: string;
|
|
1983
3110
|
static names(): {
|
|
1984
3111
|
[key: string]: string;
|
|
1985
3112
|
};
|
|
@@ -1990,12 +3117,8 @@ export declare class ListListenersRequest extends $tea.Model {
|
|
|
1990
3117
|
[key: string]: any;
|
|
1991
3118
|
});
|
|
1992
3119
|
}
|
|
1993
|
-
export declare class
|
|
1994
|
-
totalCount?: number;
|
|
1995
|
-
listeners?: ListListenersResponseBodyListeners[];
|
|
1996
|
-
pageSize?: number;
|
|
3120
|
+
export declare class UpdateAcceleratorConfirmResponseBody extends $tea.Model {
|
|
1997
3121
|
requestId?: string;
|
|
1998
|
-
pageNumber?: number;
|
|
1999
3122
|
static names(): {
|
|
2000
3123
|
[key: string]: string;
|
|
2001
3124
|
};
|
|
@@ -2006,11 +3129,11 @@ export declare class ListListenersResponseBody extends $tea.Model {
|
|
|
2006
3129
|
[key: string]: any;
|
|
2007
3130
|
});
|
|
2008
3131
|
}
|
|
2009
|
-
export declare class
|
|
3132
|
+
export declare class UpdateAcceleratorConfirmResponse extends $tea.Model {
|
|
2010
3133
|
headers: {
|
|
2011
3134
|
[key: string]: string;
|
|
2012
3135
|
};
|
|
2013
|
-
body:
|
|
3136
|
+
body: UpdateAcceleratorConfirmResponseBody;
|
|
2014
3137
|
static names(): {
|
|
2015
3138
|
[key: string]: string;
|
|
2016
3139
|
};
|
|
@@ -2021,12 +3144,12 @@ export declare class ListListenersResponse extends $tea.Model {
|
|
|
2021
3144
|
[key: string]: any;
|
|
2022
3145
|
});
|
|
2023
3146
|
}
|
|
2024
|
-
export declare class
|
|
2025
|
-
regionId?: string;
|
|
3147
|
+
export declare class UpdateAclAttributeRequest extends $tea.Model {
|
|
2026
3148
|
aclId?: string;
|
|
2027
|
-
|
|
3149
|
+
aclName?: string;
|
|
2028
3150
|
clientToken?: string;
|
|
2029
3151
|
dryRun?: boolean;
|
|
3152
|
+
regionId?: string;
|
|
2030
3153
|
static names(): {
|
|
2031
3154
|
[key: string]: string;
|
|
2032
3155
|
};
|
|
@@ -2037,9 +3160,9 @@ export declare class RemoveEntriesFromAclRequest extends $tea.Model {
|
|
|
2037
3160
|
[key: string]: any;
|
|
2038
3161
|
});
|
|
2039
3162
|
}
|
|
2040
|
-
export declare class
|
|
2041
|
-
requestId?: string;
|
|
3163
|
+
export declare class UpdateAclAttributeResponseBody extends $tea.Model {
|
|
2042
3164
|
aclId?: string;
|
|
3165
|
+
requestId?: string;
|
|
2043
3166
|
static names(): {
|
|
2044
3167
|
[key: string]: string;
|
|
2045
3168
|
};
|
|
@@ -2050,11 +3173,11 @@ export declare class RemoveEntriesFromAclResponseBody extends $tea.Model {
|
|
|
2050
3173
|
[key: string]: any;
|
|
2051
3174
|
});
|
|
2052
3175
|
}
|
|
2053
|
-
export declare class
|
|
3176
|
+
export declare class UpdateAclAttributeResponse extends $tea.Model {
|
|
2054
3177
|
headers: {
|
|
2055
3178
|
[key: string]: string;
|
|
2056
3179
|
};
|
|
2057
|
-
body:
|
|
3180
|
+
body: UpdateAclAttributeResponseBody;
|
|
2058
3181
|
static names(): {
|
|
2059
3182
|
[key: string]: string;
|
|
2060
3183
|
};
|
|
@@ -2065,10 +3188,15 @@ export declare class RemoveEntriesFromAclResponse extends $tea.Model {
|
|
|
2065
3188
|
[key: string]: any;
|
|
2066
3189
|
});
|
|
2067
3190
|
}
|
|
2068
|
-
export declare class
|
|
2069
|
-
|
|
3191
|
+
export declare class UpdateBandwidthPackageRequest extends $tea.Model {
|
|
3192
|
+
autoPay?: boolean;
|
|
3193
|
+
autoUseCoupon?: boolean;
|
|
3194
|
+
bandwidth?: number;
|
|
2070
3195
|
bandwidthPackageId?: string;
|
|
2071
|
-
|
|
3196
|
+
bandwidthType?: string;
|
|
3197
|
+
description?: string;
|
|
3198
|
+
name?: string;
|
|
3199
|
+
regionId?: string;
|
|
2072
3200
|
static names(): {
|
|
2073
3201
|
[key: string]: string;
|
|
2074
3202
|
};
|
|
@@ -2079,7 +3207,10 @@ export declare class ReplaceBandwidthPackageRequest extends $tea.Model {
|
|
|
2079
3207
|
[key: string]: any;
|
|
2080
3208
|
});
|
|
2081
3209
|
}
|
|
2082
|
-
export declare class
|
|
3210
|
+
export declare class UpdateBandwidthPackageResponseBody extends $tea.Model {
|
|
3211
|
+
bandwidthPackage?: string;
|
|
3212
|
+
description?: string;
|
|
3213
|
+
name?: string;
|
|
2083
3214
|
requestId?: string;
|
|
2084
3215
|
static names(): {
|
|
2085
3216
|
[key: string]: string;
|
|
@@ -2091,11 +3222,11 @@ export declare class ReplaceBandwidthPackageResponseBody extends $tea.Model {
|
|
|
2091
3222
|
[key: string]: any;
|
|
2092
3223
|
});
|
|
2093
3224
|
}
|
|
2094
|
-
export declare class
|
|
3225
|
+
export declare class UpdateBandwidthPackageResponse extends $tea.Model {
|
|
2095
3226
|
headers: {
|
|
2096
3227
|
[key: string]: string;
|
|
2097
3228
|
};
|
|
2098
|
-
body:
|
|
3229
|
+
body: UpdateBandwidthPackageResponseBody;
|
|
2099
3230
|
static names(): {
|
|
2100
3231
|
[key: string]: string;
|
|
2101
3232
|
};
|
|
@@ -2106,15 +3237,12 @@ export declare class ReplaceBandwidthPackageResponse extends $tea.Model {
|
|
|
2106
3237
|
[key: string]: any;
|
|
2107
3238
|
});
|
|
2108
3239
|
}
|
|
2109
|
-
export declare class
|
|
2110
|
-
|
|
3240
|
+
export declare class UpdateBasicAcceleratorRequest extends $tea.Model {
|
|
3241
|
+
acceleratorId?: string;
|
|
2111
3242
|
clientToken?: string;
|
|
2112
|
-
name?: string;
|
|
2113
3243
|
description?: string;
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
autoPay?: boolean;
|
|
2117
|
-
autoUseCoupon?: boolean;
|
|
3244
|
+
name?: string;
|
|
3245
|
+
regionId?: string;
|
|
2118
3246
|
static names(): {
|
|
2119
3247
|
[key: string]: string;
|
|
2120
3248
|
};
|
|
@@ -2125,7 +3253,7 @@ export declare class UpdateAcceleratorRequest extends $tea.Model {
|
|
|
2125
3253
|
[key: string]: any;
|
|
2126
3254
|
});
|
|
2127
3255
|
}
|
|
2128
|
-
export declare class
|
|
3256
|
+
export declare class UpdateBasicAcceleratorResponseBody extends $tea.Model {
|
|
2129
3257
|
requestId?: string;
|
|
2130
3258
|
static names(): {
|
|
2131
3259
|
[key: string]: string;
|
|
@@ -2137,11 +3265,11 @@ export declare class UpdateAcceleratorResponseBody extends $tea.Model {
|
|
|
2137
3265
|
[key: string]: any;
|
|
2138
3266
|
});
|
|
2139
3267
|
}
|
|
2140
|
-
export declare class
|
|
3268
|
+
export declare class UpdateBasicAcceleratorResponse extends $tea.Model {
|
|
2141
3269
|
headers: {
|
|
2142
3270
|
[key: string]: string;
|
|
2143
3271
|
};
|
|
2144
|
-
body:
|
|
3272
|
+
body: UpdateBasicAcceleratorResponseBody;
|
|
2145
3273
|
static names(): {
|
|
2146
3274
|
[key: string]: string;
|
|
2147
3275
|
};
|
|
@@ -2152,12 +3280,14 @@ export declare class UpdateAcceleratorResponse extends $tea.Model {
|
|
|
2152
3280
|
[key: string]: any;
|
|
2153
3281
|
});
|
|
2154
3282
|
}
|
|
2155
|
-
export declare class
|
|
2156
|
-
regionId?: string;
|
|
2157
|
-
aclId?: string;
|
|
2158
|
-
aclName?: string;
|
|
3283
|
+
export declare class UpdateBasicEndpointGroupRequest extends $tea.Model {
|
|
2159
3284
|
clientToken?: string;
|
|
2160
|
-
|
|
3285
|
+
description?: string;
|
|
3286
|
+
endpointAddress?: string;
|
|
3287
|
+
endpointGroupId?: string;
|
|
3288
|
+
endpointType?: string;
|
|
3289
|
+
name?: string;
|
|
3290
|
+
regionId?: string;
|
|
2161
3291
|
static names(): {
|
|
2162
3292
|
[key: string]: string;
|
|
2163
3293
|
};
|
|
@@ -2168,9 +3298,8 @@ export declare class UpdateAclAttributeRequest extends $tea.Model {
|
|
|
2168
3298
|
[key: string]: any;
|
|
2169
3299
|
});
|
|
2170
3300
|
}
|
|
2171
|
-
export declare class
|
|
3301
|
+
export declare class UpdateBasicEndpointGroupResponseBody extends $tea.Model {
|
|
2172
3302
|
requestId?: string;
|
|
2173
|
-
aclId?: string;
|
|
2174
3303
|
static names(): {
|
|
2175
3304
|
[key: string]: string;
|
|
2176
3305
|
};
|
|
@@ -2181,11 +3310,11 @@ export declare class UpdateAclAttributeResponseBody extends $tea.Model {
|
|
|
2181
3310
|
[key: string]: any;
|
|
2182
3311
|
});
|
|
2183
3312
|
}
|
|
2184
|
-
export declare class
|
|
3313
|
+
export declare class UpdateBasicEndpointGroupResponse extends $tea.Model {
|
|
2185
3314
|
headers: {
|
|
2186
3315
|
[key: string]: string;
|
|
2187
3316
|
};
|
|
2188
|
-
body:
|
|
3317
|
+
body: UpdateBasicEndpointGroupResponseBody;
|
|
2189
3318
|
static names(): {
|
|
2190
3319
|
[key: string]: string;
|
|
2191
3320
|
};
|
|
@@ -2196,15 +3325,23 @@ export declare class UpdateAclAttributeResponse extends $tea.Model {
|
|
|
2196
3325
|
[key: string]: any;
|
|
2197
3326
|
});
|
|
2198
3327
|
}
|
|
2199
|
-
export declare class
|
|
2200
|
-
|
|
2201
|
-
bandwidthPackageId?: string;
|
|
2202
|
-
name?: string;
|
|
3328
|
+
export declare class UpdateEndpointGroupRequest extends $tea.Model {
|
|
3329
|
+
clientToken?: string;
|
|
2203
3330
|
description?: string;
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
3331
|
+
endpointConfigurations?: UpdateEndpointGroupRequestEndpointConfigurations[];
|
|
3332
|
+
endpointGroupId?: string;
|
|
3333
|
+
endpointGroupRegion?: string;
|
|
3334
|
+
endpointRequestProtocol?: string;
|
|
3335
|
+
healthCheckEnabled?: boolean;
|
|
3336
|
+
healthCheckIntervalSeconds?: number;
|
|
3337
|
+
healthCheckPath?: string;
|
|
3338
|
+
healthCheckPort?: number;
|
|
3339
|
+
healthCheckProtocol?: string;
|
|
3340
|
+
name?: string;
|
|
3341
|
+
portOverrides?: UpdateEndpointGroupRequestPortOverrides[];
|
|
3342
|
+
regionId?: string;
|
|
3343
|
+
thresholdCount?: number;
|
|
3344
|
+
trafficPercentage?: number;
|
|
2208
3345
|
static names(): {
|
|
2209
3346
|
[key: string]: string;
|
|
2210
3347
|
};
|
|
@@ -2215,11 +3352,8 @@ export declare class UpdateBandwidthPackageRequest extends $tea.Model {
|
|
|
2215
3352
|
[key: string]: any;
|
|
2216
3353
|
});
|
|
2217
3354
|
}
|
|
2218
|
-
export declare class
|
|
2219
|
-
bandwidthPackage?: string;
|
|
2220
|
-
description?: string;
|
|
3355
|
+
export declare class UpdateEndpointGroupResponseBody extends $tea.Model {
|
|
2221
3356
|
requestId?: string;
|
|
2222
|
-
name?: string;
|
|
2223
3357
|
static names(): {
|
|
2224
3358
|
[key: string]: string;
|
|
2225
3359
|
};
|
|
@@ -2230,11 +3364,11 @@ export declare class UpdateBandwidthPackageResponseBody extends $tea.Model {
|
|
|
2230
3364
|
[key: string]: any;
|
|
2231
3365
|
});
|
|
2232
3366
|
}
|
|
2233
|
-
export declare class
|
|
3367
|
+
export declare class UpdateEndpointGroupResponse extends $tea.Model {
|
|
2234
3368
|
headers: {
|
|
2235
3369
|
[key: string]: string;
|
|
2236
3370
|
};
|
|
2237
|
-
body:
|
|
3371
|
+
body: UpdateEndpointGroupResponseBody;
|
|
2238
3372
|
static names(): {
|
|
2239
3373
|
[key: string]: string;
|
|
2240
3374
|
};
|
|
@@ -2245,22 +3379,12 @@ export declare class UpdateBandwidthPackageResponse extends $tea.Model {
|
|
|
2245
3379
|
[key: string]: any;
|
|
2246
3380
|
});
|
|
2247
3381
|
}
|
|
2248
|
-
export declare class
|
|
2249
|
-
regionId?: string;
|
|
3382
|
+
export declare class UpdateEndpointGroupAttributeRequest extends $tea.Model {
|
|
2250
3383
|
clientToken?: string;
|
|
3384
|
+
description?: string;
|
|
2251
3385
|
endpointGroupId?: string;
|
|
2252
3386
|
name?: string;
|
|
2253
|
-
|
|
2254
|
-
endpointGroupRegion?: string;
|
|
2255
|
-
trafficPercentage?: number;
|
|
2256
|
-
healthCheckIntervalSeconds?: number;
|
|
2257
|
-
healthCheckPath?: string;
|
|
2258
|
-
healthCheckPort?: number;
|
|
2259
|
-
healthCheckProtocol?: string;
|
|
2260
|
-
thresholdCount?: number;
|
|
2261
|
-
endpointConfigurations?: UpdateEndpointGroupRequestEndpointConfigurations[];
|
|
2262
|
-
endpointRequestProtocol?: string;
|
|
2263
|
-
portOverrides?: UpdateEndpointGroupRequestPortOverrides[];
|
|
3387
|
+
regionId?: string;
|
|
2264
3388
|
static names(): {
|
|
2265
3389
|
[key: string]: string;
|
|
2266
3390
|
};
|
|
@@ -2271,7 +3395,7 @@ export declare class UpdateEndpointGroupRequest extends $tea.Model {
|
|
|
2271
3395
|
[key: string]: any;
|
|
2272
3396
|
});
|
|
2273
3397
|
}
|
|
2274
|
-
export declare class
|
|
3398
|
+
export declare class UpdateEndpointGroupAttributeResponseBody extends $tea.Model {
|
|
2275
3399
|
requestId?: string;
|
|
2276
3400
|
static names(): {
|
|
2277
3401
|
[key: string]: string;
|
|
@@ -2283,11 +3407,11 @@ export declare class UpdateEndpointGroupResponseBody extends $tea.Model {
|
|
|
2283
3407
|
[key: string]: any;
|
|
2284
3408
|
});
|
|
2285
3409
|
}
|
|
2286
|
-
export declare class
|
|
3410
|
+
export declare class UpdateEndpointGroupAttributeResponse extends $tea.Model {
|
|
2287
3411
|
headers: {
|
|
2288
3412
|
[key: string]: string;
|
|
2289
3413
|
};
|
|
2290
|
-
body:
|
|
3414
|
+
body: UpdateEndpointGroupAttributeResponseBody;
|
|
2291
3415
|
static names(): {
|
|
2292
3416
|
[key: string]: string;
|
|
2293
3417
|
};
|
|
@@ -2298,12 +3422,12 @@ export declare class UpdateEndpointGroupResponse extends $tea.Model {
|
|
|
2298
3422
|
[key: string]: any;
|
|
2299
3423
|
});
|
|
2300
3424
|
}
|
|
2301
|
-
export declare class
|
|
2302
|
-
regionId?: string;
|
|
3425
|
+
export declare class UpdateEndpointGroupsRequest extends $tea.Model {
|
|
2303
3426
|
clientToken?: string;
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
3427
|
+
dryRun?: boolean;
|
|
3428
|
+
endpointGroupConfigurations?: UpdateEndpointGroupsRequestEndpointGroupConfigurations[];
|
|
3429
|
+
listenerId?: string;
|
|
3430
|
+
regionId?: string;
|
|
2307
3431
|
static names(): {
|
|
2308
3432
|
[key: string]: string;
|
|
2309
3433
|
};
|
|
@@ -2314,7 +3438,8 @@ export declare class UpdateEndpointGroupAttributeRequest extends $tea.Model {
|
|
|
2314
3438
|
[key: string]: any;
|
|
2315
3439
|
});
|
|
2316
3440
|
}
|
|
2317
|
-
export declare class
|
|
3441
|
+
export declare class UpdateEndpointGroupsResponseBody extends $tea.Model {
|
|
3442
|
+
endpointGroupIds?: string[];
|
|
2318
3443
|
requestId?: string;
|
|
2319
3444
|
static names(): {
|
|
2320
3445
|
[key: string]: string;
|
|
@@ -2326,11 +3451,11 @@ export declare class UpdateEndpointGroupAttributeResponseBody extends $tea.Model
|
|
|
2326
3451
|
[key: string]: any;
|
|
2327
3452
|
});
|
|
2328
3453
|
}
|
|
2329
|
-
export declare class
|
|
3454
|
+
export declare class UpdateEndpointGroupsResponse extends $tea.Model {
|
|
2330
3455
|
headers: {
|
|
2331
3456
|
[key: string]: string;
|
|
2332
3457
|
};
|
|
2333
|
-
body:
|
|
3458
|
+
body: UpdateEndpointGroupsResponseBody;
|
|
2334
3459
|
static names(): {
|
|
2335
3460
|
[key: string]: string;
|
|
2336
3461
|
};
|
|
@@ -2342,11 +3467,11 @@ export declare class UpdateEndpointGroupAttributeResponse extends $tea.Model {
|
|
|
2342
3467
|
});
|
|
2343
3468
|
}
|
|
2344
3469
|
export declare class UpdateForwardingRulesRequest extends $tea.Model {
|
|
2345
|
-
regionId?: string;
|
|
2346
|
-
clientToken?: string;
|
|
2347
3470
|
acceleratorId?: string;
|
|
2348
|
-
|
|
3471
|
+
clientToken?: string;
|
|
2349
3472
|
forwardingRules?: UpdateForwardingRulesRequestForwardingRules[];
|
|
3473
|
+
listenerId?: string;
|
|
3474
|
+
regionId?: string;
|
|
2350
3475
|
static names(): {
|
|
2351
3476
|
[key: string]: string;
|
|
2352
3477
|
};
|
|
@@ -2386,10 +3511,10 @@ export declare class UpdateForwardingRulesResponse extends $tea.Model {
|
|
|
2386
3511
|
});
|
|
2387
3512
|
}
|
|
2388
3513
|
export declare class UpdateIpSetRequest extends $tea.Model {
|
|
2389
|
-
|
|
3514
|
+
bandwidth?: number;
|
|
2390
3515
|
clientToken?: string;
|
|
2391
3516
|
ipSetId?: string;
|
|
2392
|
-
|
|
3517
|
+
regionId?: string;
|
|
2393
3518
|
static names(): {
|
|
2394
3519
|
[key: string]: string;
|
|
2395
3520
|
};
|
|
@@ -2428,8 +3553,8 @@ export declare class UpdateIpSetResponse extends $tea.Model {
|
|
|
2428
3553
|
});
|
|
2429
3554
|
}
|
|
2430
3555
|
export declare class UpdateIpSetsRequest extends $tea.Model {
|
|
2431
|
-
regionId?: string;
|
|
2432
3556
|
ipSets?: UpdateIpSetsRequestIpSets[];
|
|
3557
|
+
regionId?: string;
|
|
2433
3558
|
static names(): {
|
|
2434
3559
|
[key: string]: string;
|
|
2435
3560
|
};
|
|
@@ -2468,17 +3593,19 @@ export declare class UpdateIpSetsResponse extends $tea.Model {
|
|
|
2468
3593
|
});
|
|
2469
3594
|
}
|
|
2470
3595
|
export declare class UpdateListenerRequest extends $tea.Model {
|
|
2471
|
-
|
|
3596
|
+
backendPorts?: UpdateListenerRequestBackendPorts[];
|
|
3597
|
+
certificates?: UpdateListenerRequestCertificates[];
|
|
3598
|
+
clientAffinity?: string;
|
|
2472
3599
|
clientToken?: string;
|
|
2473
|
-
name?: string;
|
|
2474
3600
|
description?: string;
|
|
2475
|
-
clientAffinity?: string;
|
|
2476
|
-
protocol?: string;
|
|
2477
3601
|
listenerId?: string;
|
|
2478
|
-
|
|
3602
|
+
name?: string;
|
|
2479
3603
|
portRanges?: UpdateListenerRequestPortRanges[];
|
|
2480
|
-
|
|
2481
|
-
|
|
3604
|
+
protocol?: string;
|
|
3605
|
+
proxyProtocol?: string;
|
|
3606
|
+
regionId?: string;
|
|
3607
|
+
securityPolicyId?: string;
|
|
3608
|
+
XForwardedForConfig?: UpdateListenerRequestXForwardedForConfig;
|
|
2482
3609
|
static names(): {
|
|
2483
3610
|
[key: string]: string;
|
|
2484
3611
|
};
|
|
@@ -2529,9 +3656,64 @@ export declare class AddEntriesToAclRequestAclEntries extends $tea.Model {
|
|
|
2529
3656
|
[key: string]: any;
|
|
2530
3657
|
});
|
|
2531
3658
|
}
|
|
2532
|
-
export declare class
|
|
2533
|
-
|
|
2534
|
-
|
|
3659
|
+
export declare class AssociateAdditionalCertificatesWithListenerRequestCertificates extends $tea.Model {
|
|
3660
|
+
domain?: string;
|
|
3661
|
+
id?: string;
|
|
3662
|
+
static names(): {
|
|
3663
|
+
[key: string]: string;
|
|
3664
|
+
};
|
|
3665
|
+
static types(): {
|
|
3666
|
+
[key: string]: any;
|
|
3667
|
+
};
|
|
3668
|
+
constructor(map?: {
|
|
3669
|
+
[key: string]: any;
|
|
3670
|
+
});
|
|
3671
|
+
}
|
|
3672
|
+
export declare class CreateAclRequestAclEntries extends $tea.Model {
|
|
3673
|
+
entry?: string;
|
|
3674
|
+
entryDescription?: string;
|
|
3675
|
+
static names(): {
|
|
3676
|
+
[key: string]: string;
|
|
3677
|
+
};
|
|
3678
|
+
static types(): {
|
|
3679
|
+
[key: string]: any;
|
|
3680
|
+
};
|
|
3681
|
+
constructor(map?: {
|
|
3682
|
+
[key: string]: any;
|
|
3683
|
+
});
|
|
3684
|
+
}
|
|
3685
|
+
export declare class CreateEndpointGroupRequestEndpointConfigurations extends $tea.Model {
|
|
3686
|
+
enableClientIPPreservation?: boolean;
|
|
3687
|
+
endpoint?: string;
|
|
3688
|
+
type?: string;
|
|
3689
|
+
weight?: number;
|
|
3690
|
+
static names(): {
|
|
3691
|
+
[key: string]: string;
|
|
3692
|
+
};
|
|
3693
|
+
static types(): {
|
|
3694
|
+
[key: string]: any;
|
|
3695
|
+
};
|
|
3696
|
+
constructor(map?: {
|
|
3697
|
+
[key: string]: any;
|
|
3698
|
+
});
|
|
3699
|
+
}
|
|
3700
|
+
export declare class CreateEndpointGroupRequestPortOverrides extends $tea.Model {
|
|
3701
|
+
endpointPort?: number;
|
|
3702
|
+
listenerPort?: number;
|
|
3703
|
+
static names(): {
|
|
3704
|
+
[key: string]: string;
|
|
3705
|
+
};
|
|
3706
|
+
static types(): {
|
|
3707
|
+
[key: string]: any;
|
|
3708
|
+
};
|
|
3709
|
+
constructor(map?: {
|
|
3710
|
+
[key: string]: any;
|
|
3711
|
+
});
|
|
3712
|
+
}
|
|
3713
|
+
export declare class CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations extends $tea.Model {
|
|
3714
|
+
endpoint?: string;
|
|
3715
|
+
type?: string;
|
|
3716
|
+
weight?: number;
|
|
2535
3717
|
static names(): {
|
|
2536
3718
|
[key: string]: string;
|
|
2537
3719
|
};
|
|
@@ -2542,11 +3724,9 @@ export declare class CreateAclRequestAclEntries extends $tea.Model {
|
|
|
2542
3724
|
[key: string]: any;
|
|
2543
3725
|
});
|
|
2544
3726
|
}
|
|
2545
|
-
export declare class
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
weight?: number;
|
|
2549
|
-
endpoint?: string;
|
|
3727
|
+
export declare class CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides extends $tea.Model {
|
|
3728
|
+
endpointPort?: number;
|
|
3729
|
+
listenerPort?: number;
|
|
2550
3730
|
static names(): {
|
|
2551
3731
|
[key: string]: string;
|
|
2552
3732
|
};
|
|
@@ -2557,9 +3737,23 @@ export declare class CreateEndpointGroupRequestEndpointConfigurations extends $t
|
|
|
2557
3737
|
[key: string]: any;
|
|
2558
3738
|
});
|
|
2559
3739
|
}
|
|
2560
|
-
export declare class
|
|
2561
|
-
|
|
2562
|
-
|
|
3740
|
+
export declare class CreateEndpointGroupsRequestEndpointGroupConfigurations extends $tea.Model {
|
|
3741
|
+
enableClientIPPreservationProxyProtocol?: boolean;
|
|
3742
|
+
enableClientIPPreservationToa?: boolean;
|
|
3743
|
+
endpointConfigurations?: CreateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations[];
|
|
3744
|
+
endpointGroupDescription?: string;
|
|
3745
|
+
endpointGroupName?: string;
|
|
3746
|
+
endpointGroupRegion?: string;
|
|
3747
|
+
endpointGroupType?: string;
|
|
3748
|
+
endpointRequestProtocol?: string;
|
|
3749
|
+
healthCheckEnabled?: boolean;
|
|
3750
|
+
healthCheckIntervalSeconds?: number;
|
|
3751
|
+
healthCheckPath?: string;
|
|
3752
|
+
healthCheckPort?: number;
|
|
3753
|
+
healthCheckProtocol?: string;
|
|
3754
|
+
portOverrides?: CreateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides[];
|
|
3755
|
+
thresholdCount?: number;
|
|
3756
|
+
trafficPercentage?: number;
|
|
2563
3757
|
static names(): {
|
|
2564
3758
|
[key: string]: string;
|
|
2565
3759
|
};
|
|
@@ -2570,8 +3764,8 @@ export declare class CreateEndpointGroupRequestPortOverrides extends $tea.Model
|
|
|
2570
3764
|
[key: string]: any;
|
|
2571
3765
|
});
|
|
2572
3766
|
}
|
|
2573
|
-
export declare class
|
|
2574
|
-
|
|
3767
|
+
export declare class CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples extends $tea.Model {
|
|
3768
|
+
endpointGroupId?: string;
|
|
2575
3769
|
static names(): {
|
|
2576
3770
|
[key: string]: string;
|
|
2577
3771
|
};
|
|
@@ -2582,8 +3776,8 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleConditionsPa
|
|
|
2582
3776
|
[key: string]: any;
|
|
2583
3777
|
});
|
|
2584
3778
|
}
|
|
2585
|
-
export declare class
|
|
2586
|
-
|
|
3779
|
+
export declare class CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig extends $tea.Model {
|
|
3780
|
+
serverGroupTuples?: CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples[];
|
|
2587
3781
|
static names(): {
|
|
2588
3782
|
[key: string]: string;
|
|
2589
3783
|
};
|
|
@@ -2594,10 +3788,10 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleConditionsHo
|
|
|
2594
3788
|
[key: string]: any;
|
|
2595
3789
|
});
|
|
2596
3790
|
}
|
|
2597
|
-
export declare class
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
3791
|
+
export declare class CreateForwardingRulesRequestForwardingRulesRuleActions extends $tea.Model {
|
|
3792
|
+
forwardGroupConfig?: CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig;
|
|
3793
|
+
order?: number;
|
|
3794
|
+
ruleActionType?: string;
|
|
2601
3795
|
static names(): {
|
|
2602
3796
|
[key: string]: string;
|
|
2603
3797
|
};
|
|
@@ -2608,8 +3802,8 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleConditions e
|
|
|
2608
3802
|
[key: string]: any;
|
|
2609
3803
|
});
|
|
2610
3804
|
}
|
|
2611
|
-
export declare class
|
|
2612
|
-
|
|
3805
|
+
export declare class CreateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig extends $tea.Model {
|
|
3806
|
+
values?: string[];
|
|
2613
3807
|
static names(): {
|
|
2614
3808
|
[key: string]: string;
|
|
2615
3809
|
};
|
|
@@ -2620,8 +3814,8 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleActionsForwa
|
|
|
2620
3814
|
[key: string]: any;
|
|
2621
3815
|
});
|
|
2622
3816
|
}
|
|
2623
|
-
export declare class
|
|
2624
|
-
|
|
3817
|
+
export declare class CreateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig extends $tea.Model {
|
|
3818
|
+
values?: string[];
|
|
2625
3819
|
static names(): {
|
|
2626
3820
|
[key: string]: string;
|
|
2627
3821
|
};
|
|
@@ -2632,10 +3826,10 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleActionsForwa
|
|
|
2632
3826
|
[key: string]: any;
|
|
2633
3827
|
});
|
|
2634
3828
|
}
|
|
2635
|
-
export declare class
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
3829
|
+
export declare class CreateForwardingRulesRequestForwardingRulesRuleConditions extends $tea.Model {
|
|
3830
|
+
hostConfig?: CreateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig;
|
|
3831
|
+
pathConfig?: CreateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig;
|
|
3832
|
+
ruleConditionType?: string;
|
|
2639
3833
|
static names(): {
|
|
2640
3834
|
[key: string]: string;
|
|
2641
3835
|
};
|
|
@@ -2647,10 +3841,10 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleActions exte
|
|
|
2647
3841
|
});
|
|
2648
3842
|
}
|
|
2649
3843
|
export declare class CreateForwardingRulesRequestForwardingRules extends $tea.Model {
|
|
3844
|
+
forwardingRuleName?: string;
|
|
2650
3845
|
priority?: number;
|
|
2651
|
-
ruleConditions?: CreateForwardingRulesRequestForwardingRulesRuleConditions[];
|
|
2652
3846
|
ruleActions?: CreateForwardingRulesRequestForwardingRulesRuleActions[];
|
|
2653
|
-
|
|
3847
|
+
ruleConditions?: CreateForwardingRulesRequestForwardingRulesRuleConditions[];
|
|
2654
3848
|
static names(): {
|
|
2655
3849
|
[key: string]: string;
|
|
2656
3850
|
};
|
|
@@ -2675,8 +3869,8 @@ export declare class CreateForwardingRulesResponseBodyForwardingRules extends $t
|
|
|
2675
3869
|
}
|
|
2676
3870
|
export declare class CreateIpSetsRequestAccelerateRegion extends $tea.Model {
|
|
2677
3871
|
accelerateRegionId?: string;
|
|
2678
|
-
ipVersion?: string;
|
|
2679
3872
|
bandwidth?: number;
|
|
3873
|
+
ipVersion?: string;
|
|
2680
3874
|
static names(): {
|
|
2681
3875
|
[key: string]: string;
|
|
2682
3876
|
};
|
|
@@ -2691,7 +3885,18 @@ export declare class CreateIpSetsResponseBodyIpSets extends $tea.Model {
|
|
|
2691
3885
|
accelerateRegionId?: string;
|
|
2692
3886
|
bandwidth?: number;
|
|
2693
3887
|
ipSetId?: string;
|
|
2694
|
-
|
|
3888
|
+
static names(): {
|
|
3889
|
+
[key: string]: string;
|
|
3890
|
+
};
|
|
3891
|
+
static types(): {
|
|
3892
|
+
[key: string]: any;
|
|
3893
|
+
};
|
|
3894
|
+
constructor(map?: {
|
|
3895
|
+
[key: string]: any;
|
|
3896
|
+
});
|
|
3897
|
+
}
|
|
3898
|
+
export declare class CreateListenerRequestCertificates extends $tea.Model {
|
|
3899
|
+
id?: string;
|
|
2695
3900
|
static names(): {
|
|
2696
3901
|
[key: string]: string;
|
|
2697
3902
|
};
|
|
@@ -2715,8 +3920,12 @@ export declare class CreateListenerRequestPortRanges extends $tea.Model {
|
|
|
2715
3920
|
[key: string]: any;
|
|
2716
3921
|
});
|
|
2717
3922
|
}
|
|
2718
|
-
export declare class
|
|
2719
|
-
|
|
3923
|
+
export declare class CreateListenerRequestXForwardedForConfig extends $tea.Model {
|
|
3924
|
+
XForwardedForGaApEnabled?: boolean;
|
|
3925
|
+
XForwardedForGaIdEnabled?: boolean;
|
|
3926
|
+
XForwardedForPortEnabled?: boolean;
|
|
3927
|
+
XForwardedForProtoEnabled?: boolean;
|
|
3928
|
+
XRealIpEnabled?: boolean;
|
|
2720
3929
|
static names(): {
|
|
2721
3930
|
[key: string]: string;
|
|
2722
3931
|
};
|
|
@@ -2739,8 +3948,9 @@ export declare class DeleteForwardingRulesResponseBodyForwardingRules extends $t
|
|
|
2739
3948
|
[key: string]: any;
|
|
2740
3949
|
});
|
|
2741
3950
|
}
|
|
2742
|
-
export declare class
|
|
3951
|
+
export declare class DescribeAcceleratorResponseBodyBasicBandwidthPackage extends $tea.Model {
|
|
2743
3952
|
bandwidth?: number;
|
|
3953
|
+
bandwidthType?: string;
|
|
2744
3954
|
instanceId?: string;
|
|
2745
3955
|
static names(): {
|
|
2746
3956
|
[key: string]: string;
|
|
@@ -2752,9 +3962,8 @@ export declare class DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage
|
|
|
2752
3962
|
[key: string]: any;
|
|
2753
3963
|
});
|
|
2754
3964
|
}
|
|
2755
|
-
export declare class
|
|
3965
|
+
export declare class DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage extends $tea.Model {
|
|
2756
3966
|
bandwidth?: number;
|
|
2757
|
-
bandwidthType?: string;
|
|
2758
3967
|
instanceId?: string;
|
|
2759
3968
|
static names(): {
|
|
2760
3969
|
[key: string]: string;
|
|
@@ -2767,12 +3976,12 @@ export declare class DescribeAcceleratorResponseBodyBasicBandwidthPackage extend
|
|
|
2767
3976
|
});
|
|
2768
3977
|
}
|
|
2769
3978
|
export declare class DescribeEndpointGroupResponseBodyEndpointConfigurations extends $tea.Model {
|
|
2770
|
-
type?: string;
|
|
2771
3979
|
enableClientIPPreservation?: boolean;
|
|
2772
|
-
weight?: number;
|
|
2773
|
-
probeProtocol?: string;
|
|
2774
3980
|
endpoint?: string;
|
|
2775
3981
|
probePort?: number;
|
|
3982
|
+
probeProtocol?: string;
|
|
3983
|
+
type?: string;
|
|
3984
|
+
weight?: number;
|
|
2776
3985
|
static names(): {
|
|
2777
3986
|
[key: string]: string;
|
|
2778
3987
|
};
|
|
@@ -2784,8 +3993,8 @@ export declare class DescribeEndpointGroupResponseBodyEndpointConfigurations ext
|
|
|
2784
3993
|
});
|
|
2785
3994
|
}
|
|
2786
3995
|
export declare class DescribeEndpointGroupResponseBodyPortOverrides extends $tea.Model {
|
|
2787
|
-
listenerPort?: number;
|
|
2788
3996
|
endpointPort?: number;
|
|
3997
|
+
listenerPort?: number;
|
|
2789
3998
|
static names(): {
|
|
2790
3999
|
[key: string]: string;
|
|
2791
4000
|
};
|
|
@@ -2796,9 +4005,9 @@ export declare class DescribeEndpointGroupResponseBodyPortOverrides extends $tea
|
|
|
2796
4005
|
[key: string]: any;
|
|
2797
4006
|
});
|
|
2798
4007
|
}
|
|
2799
|
-
export declare class
|
|
2800
|
-
fromPort?:
|
|
2801
|
-
toPort?:
|
|
4008
|
+
export declare class DescribeListenerResponseBodyBackendPorts extends $tea.Model {
|
|
4009
|
+
fromPort?: string;
|
|
4010
|
+
toPort?: string;
|
|
2802
4011
|
static names(): {
|
|
2803
4012
|
[key: string]: string;
|
|
2804
4013
|
};
|
|
@@ -2809,9 +4018,9 @@ export declare class DescribeListenerResponseBodyPortRanges extends $tea.Model {
|
|
|
2809
4018
|
[key: string]: any;
|
|
2810
4019
|
});
|
|
2811
4020
|
}
|
|
2812
|
-
export declare class
|
|
2813
|
-
|
|
2814
|
-
|
|
4021
|
+
export declare class DescribeListenerResponseBodyCertificates extends $tea.Model {
|
|
4022
|
+
id?: string;
|
|
4023
|
+
type?: string;
|
|
2815
4024
|
static names(): {
|
|
2816
4025
|
[key: string]: string;
|
|
2817
4026
|
};
|
|
@@ -2822,9 +4031,9 @@ export declare class DescribeListenerResponseBodyBackendPorts extends $tea.Model
|
|
|
2822
4031
|
[key: string]: any;
|
|
2823
4032
|
});
|
|
2824
4033
|
}
|
|
2825
|
-
export declare class
|
|
2826
|
-
|
|
2827
|
-
|
|
4034
|
+
export declare class DescribeListenerResponseBodyPortRanges extends $tea.Model {
|
|
4035
|
+
fromPort?: number;
|
|
4036
|
+
toPort?: number;
|
|
2828
4037
|
static names(): {
|
|
2829
4038
|
[key: string]: string;
|
|
2830
4039
|
};
|
|
@@ -2848,6 +4057,22 @@ export declare class DescribeListenerResponseBodyRelatedAcls extends $tea.Model
|
|
|
2848
4057
|
[key: string]: any;
|
|
2849
4058
|
});
|
|
2850
4059
|
}
|
|
4060
|
+
export declare class DescribeListenerResponseBodyXForwardedForConfig extends $tea.Model {
|
|
4061
|
+
XForwardedForGaApEnabled?: boolean;
|
|
4062
|
+
XForwardedForGaIdEnabled?: boolean;
|
|
4063
|
+
XForwardedForPortEnabled?: boolean;
|
|
4064
|
+
XForwardedForProtoEnabled?: boolean;
|
|
4065
|
+
XRealIpEnabled?: boolean;
|
|
4066
|
+
static names(): {
|
|
4067
|
+
[key: string]: string;
|
|
4068
|
+
};
|
|
4069
|
+
static types(): {
|
|
4070
|
+
[key: string]: any;
|
|
4071
|
+
};
|
|
4072
|
+
constructor(map?: {
|
|
4073
|
+
[key: string]: any;
|
|
4074
|
+
});
|
|
4075
|
+
}
|
|
2851
4076
|
export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
|
|
2852
4077
|
localName?: string;
|
|
2853
4078
|
regionId?: string;
|
|
@@ -2875,9 +4100,69 @@ export declare class GetAclResponseBodyAclEntries extends $tea.Model {
|
|
|
2875
4100
|
});
|
|
2876
4101
|
}
|
|
2877
4102
|
export declare class GetAclResponseBodyRelatedListeners extends $tea.Model {
|
|
2878
|
-
listenerId?: string;
|
|
2879
|
-
aclType?: string;
|
|
2880
4103
|
acceleratorId?: string;
|
|
4104
|
+
aclType?: string;
|
|
4105
|
+
listenerId?: string;
|
|
4106
|
+
static names(): {
|
|
4107
|
+
[key: string]: string;
|
|
4108
|
+
};
|
|
4109
|
+
static types(): {
|
|
4110
|
+
[key: string]: any;
|
|
4111
|
+
};
|
|
4112
|
+
constructor(map?: {
|
|
4113
|
+
[key: string]: any;
|
|
4114
|
+
});
|
|
4115
|
+
}
|
|
4116
|
+
export declare class GetBasicAcceleratorResponseBodyBasicBandwidthPackage extends $tea.Model {
|
|
4117
|
+
bandwidth?: number;
|
|
4118
|
+
bandwidthType?: string;
|
|
4119
|
+
instanceId?: string;
|
|
4120
|
+
static names(): {
|
|
4121
|
+
[key: string]: string;
|
|
4122
|
+
};
|
|
4123
|
+
static types(): {
|
|
4124
|
+
[key: string]: any;
|
|
4125
|
+
};
|
|
4126
|
+
constructor(map?: {
|
|
4127
|
+
[key: string]: any;
|
|
4128
|
+
});
|
|
4129
|
+
}
|
|
4130
|
+
export declare class GetBasicAcceleratorResponseBodyCrossDomainBandwidthPackage extends $tea.Model {
|
|
4131
|
+
bandwidth?: number;
|
|
4132
|
+
instanceId?: string;
|
|
4133
|
+
static names(): {
|
|
4134
|
+
[key: string]: string;
|
|
4135
|
+
};
|
|
4136
|
+
static types(): {
|
|
4137
|
+
[key: string]: any;
|
|
4138
|
+
};
|
|
4139
|
+
constructor(map?: {
|
|
4140
|
+
[key: string]: any;
|
|
4141
|
+
});
|
|
4142
|
+
}
|
|
4143
|
+
export declare class GetHealthStatusResponseBodyEndpointGroupsEndpoints extends $tea.Model {
|
|
4144
|
+
address?: string;
|
|
4145
|
+
endpointId?: string;
|
|
4146
|
+
healthDetail?: string;
|
|
4147
|
+
healthStatus?: string;
|
|
4148
|
+
port?: number;
|
|
4149
|
+
type?: string;
|
|
4150
|
+
static names(): {
|
|
4151
|
+
[key: string]: string;
|
|
4152
|
+
};
|
|
4153
|
+
static types(): {
|
|
4154
|
+
[key: string]: any;
|
|
4155
|
+
};
|
|
4156
|
+
constructor(map?: {
|
|
4157
|
+
[key: string]: any;
|
|
4158
|
+
});
|
|
4159
|
+
}
|
|
4160
|
+
export declare class GetHealthStatusResponseBodyEndpointGroups extends $tea.Model {
|
|
4161
|
+
endpointGroupId?: string;
|
|
4162
|
+
endpointGroupType?: string;
|
|
4163
|
+
endpoints?: GetHealthStatusResponseBodyEndpointGroupsEndpoints[];
|
|
4164
|
+
forwardingRuleIds?: string[];
|
|
4165
|
+
healthStatus?: string;
|
|
2881
4166
|
static names(): {
|
|
2882
4167
|
[key: string]: string;
|
|
2883
4168
|
};
|
|
@@ -2902,8 +4187,8 @@ export declare class ListAccelerateAreasResponseBodyAreasRegionList extends $tea
|
|
|
2902
4187
|
});
|
|
2903
4188
|
}
|
|
2904
4189
|
export declare class ListAccelerateAreasResponseBodyAreas extends $tea.Model {
|
|
2905
|
-
localName?: string;
|
|
2906
4190
|
areaId?: string;
|
|
4191
|
+
localName?: string;
|
|
2907
4192
|
regionList?: ListAccelerateAreasResponseBodyAreasRegionList[];
|
|
2908
4193
|
static names(): {
|
|
2909
4194
|
[key: string]: string;
|
|
@@ -2943,23 +4228,23 @@ export declare class ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidt
|
|
|
2943
4228
|
});
|
|
2944
4229
|
}
|
|
2945
4230
|
export declare class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
spec?: string;
|
|
2950
|
-
state?: string;
|
|
2951
|
-
createTime?: number;
|
|
4231
|
+
acceleratorId?: string;
|
|
4232
|
+
bandwidth?: number;
|
|
4233
|
+
basicBandwidthPackage?: ListAcceleratorsResponseBodyAcceleratorsBasicBandwidthPackage;
|
|
2952
4234
|
cenId?: string;
|
|
4235
|
+
createTime?: number;
|
|
4236
|
+
crossDomainBandwidthPackage?: ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage;
|
|
2953
4237
|
ddosId?: string;
|
|
2954
|
-
basicBandwidthPackage?: ListAcceleratorsResponseBodyAcceleratorsBasicBandwidthPackage;
|
|
2955
|
-
regionId?: string;
|
|
2956
|
-
instanceChargeType?: string;
|
|
2957
|
-
acceleratorId?: string;
|
|
2958
4238
|
description?: string;
|
|
2959
|
-
|
|
4239
|
+
dnsName?: string;
|
|
2960
4240
|
expiredTime?: number;
|
|
4241
|
+
instanceChargeType?: string;
|
|
2961
4242
|
name?: string;
|
|
2962
|
-
|
|
4243
|
+
regionId?: string;
|
|
4244
|
+
secondDnsName?: string;
|
|
4245
|
+
spec?: string;
|
|
4246
|
+
state?: string;
|
|
4247
|
+
type?: string;
|
|
2963
4248
|
static names(): {
|
|
2964
4249
|
[key: string]: string;
|
|
2965
4250
|
};
|
|
@@ -2973,8 +4258,8 @@ export declare class ListAcceleratorsResponseBodyAccelerators extends $tea.Model
|
|
|
2973
4258
|
export declare class ListAclsResponseBodyAcls extends $tea.Model {
|
|
2974
4259
|
aclId?: string;
|
|
2975
4260
|
aclName?: string;
|
|
2976
|
-
addressIPVersion?: string;
|
|
2977
4261
|
aclStatus?: string;
|
|
4262
|
+
addressIPVersion?: string;
|
|
2978
4263
|
static names(): {
|
|
2979
4264
|
[key: string]: string;
|
|
2980
4265
|
};
|
|
@@ -2999,8 +4284,8 @@ export declare class ListAvailableAccelerateAreasResponseBodyAreasRegionList ext
|
|
|
2999
4284
|
});
|
|
3000
4285
|
}
|
|
3001
4286
|
export declare class ListAvailableAccelerateAreasResponseBodyAreas extends $tea.Model {
|
|
3002
|
-
localName?: string;
|
|
3003
4287
|
areaId?: string;
|
|
4288
|
+
localName?: string;
|
|
3004
4289
|
regionList?: ListAvailableAccelerateAreasResponseBodyAreasRegionList[];
|
|
3005
4290
|
static names(): {
|
|
3006
4291
|
[key: string]: string;
|
|
@@ -3025,17 +4310,71 @@ export declare class ListAvailableBusiRegionsResponseBodyRegions extends $tea.Mo
|
|
|
3025
4310
|
[key: string]: any;
|
|
3026
4311
|
});
|
|
3027
4312
|
}
|
|
3028
|
-
export declare class
|
|
3029
|
-
|
|
4313
|
+
export declare class ListBandwidthPackagesResponseBodyBandwidthPackages extends $tea.Model {
|
|
4314
|
+
accelerators?: string[];
|
|
3030
4315
|
bandwidth?: number;
|
|
4316
|
+
bandwidthPackageId?: string;
|
|
4317
|
+
bandwidthType?: string;
|
|
4318
|
+
billingType?: string;
|
|
4319
|
+
cbnGeographicRegionIdA?: string;
|
|
4320
|
+
cbnGeographicRegionIdB?: string;
|
|
4321
|
+
chargeType?: string;
|
|
4322
|
+
createTime?: string;
|
|
3031
4323
|
description?: string;
|
|
3032
4324
|
expiredTime?: string;
|
|
4325
|
+
name?: string;
|
|
4326
|
+
ratio?: number;
|
|
4327
|
+
regionId?: string;
|
|
3033
4328
|
state?: string;
|
|
3034
|
-
|
|
3035
|
-
|
|
4329
|
+
type?: string;
|
|
4330
|
+
static names(): {
|
|
4331
|
+
[key: string]: string;
|
|
4332
|
+
};
|
|
4333
|
+
static types(): {
|
|
4334
|
+
[key: string]: any;
|
|
4335
|
+
};
|
|
4336
|
+
constructor(map?: {
|
|
4337
|
+
[key: string]: any;
|
|
4338
|
+
});
|
|
4339
|
+
}
|
|
4340
|
+
export declare class ListBandwidthackagesResponseBodyBandwidthPackages extends $tea.Model {
|
|
3036
4341
|
accelerators?: string[];
|
|
4342
|
+
bandwidth?: number;
|
|
4343
|
+
bandwidthPackageId?: string;
|
|
4344
|
+
chargeType?: string;
|
|
4345
|
+
createTime?: string;
|
|
4346
|
+
description?: string;
|
|
4347
|
+
expiredTime?: string;
|
|
3037
4348
|
name?: string;
|
|
3038
4349
|
regionId?: string;
|
|
4350
|
+
state?: string;
|
|
4351
|
+
static names(): {
|
|
4352
|
+
[key: string]: string;
|
|
4353
|
+
};
|
|
4354
|
+
static types(): {
|
|
4355
|
+
[key: string]: any;
|
|
4356
|
+
};
|
|
4357
|
+
constructor(map?: {
|
|
4358
|
+
[key: string]: any;
|
|
4359
|
+
});
|
|
4360
|
+
}
|
|
4361
|
+
export declare class ListBasicAcceleratorsResponseBodyAcceleratorsBasicBandwidthPackage extends $tea.Model {
|
|
4362
|
+
bandwidth?: number;
|
|
4363
|
+
bandwidthType?: string;
|
|
4364
|
+
instanceId?: string;
|
|
4365
|
+
static names(): {
|
|
4366
|
+
[key: string]: string;
|
|
4367
|
+
};
|
|
4368
|
+
static types(): {
|
|
4369
|
+
[key: string]: any;
|
|
4370
|
+
};
|
|
4371
|
+
constructor(map?: {
|
|
4372
|
+
[key: string]: any;
|
|
4373
|
+
});
|
|
4374
|
+
}
|
|
4375
|
+
export declare class ListBasicAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage extends $tea.Model {
|
|
4376
|
+
bandwidth?: number;
|
|
4377
|
+
instanceId?: string;
|
|
3039
4378
|
static names(): {
|
|
3040
4379
|
[key: string]: string;
|
|
3041
4380
|
};
|
|
@@ -3046,23 +4385,20 @@ export declare class ListBandwidthackagesResponseBodyBandwidthPackages extends $
|
|
|
3046
4385
|
[key: string]: any;
|
|
3047
4386
|
});
|
|
3048
4387
|
}
|
|
3049
|
-
export declare class
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
cbnGeographicRegionIdA?: string;
|
|
3057
|
-
bandwidthPackageId?: string;
|
|
3058
|
-
bandwidth?: number;
|
|
4388
|
+
export declare class ListBasicAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
4389
|
+
acceleratorId?: string;
|
|
4390
|
+
basicBandwidthPackage?: ListBasicAcceleratorsResponseBodyAcceleratorsBasicBandwidthPackage;
|
|
4391
|
+
basicEndpointGroupId?: string;
|
|
4392
|
+
basicIpSetId?: string;
|
|
4393
|
+
createTime?: number;
|
|
4394
|
+
crossDomainBandwidthPackage?: ListBasicAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage;
|
|
3059
4395
|
description?: string;
|
|
3060
|
-
expiredTime?:
|
|
3061
|
-
|
|
3062
|
-
cbnGeographicRegionIdB?: string;
|
|
4396
|
+
expiredTime?: number;
|
|
4397
|
+
instanceChargeType?: string;
|
|
3063
4398
|
name?: string;
|
|
3064
|
-
|
|
3065
|
-
|
|
4399
|
+
regionId?: string;
|
|
4400
|
+
state?: string;
|
|
4401
|
+
type?: string;
|
|
3066
4402
|
static names(): {
|
|
3067
4403
|
[key: string]: string;
|
|
3068
4404
|
};
|
|
@@ -3087,12 +4423,13 @@ export declare class ListBusiRegionsResponseBodyRegions extends $tea.Model {
|
|
|
3087
4423
|
});
|
|
3088
4424
|
}
|
|
3089
4425
|
export declare class ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigurations extends $tea.Model {
|
|
3090
|
-
type?: string;
|
|
3091
4426
|
enableClientIPPreservation?: boolean;
|
|
3092
|
-
weight?: number;
|
|
3093
|
-
probeProtocol?: string;
|
|
3094
4427
|
endpoint?: string;
|
|
4428
|
+
endpointId?: string;
|
|
3095
4429
|
probePort?: number;
|
|
4430
|
+
probeProtocol?: string;
|
|
4431
|
+
type?: string;
|
|
4432
|
+
weight?: number;
|
|
3096
4433
|
static names(): {
|
|
3097
4434
|
[key: string]: string;
|
|
3098
4435
|
};
|
|
@@ -3104,8 +4441,8 @@ export declare class ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigu
|
|
|
3104
4441
|
});
|
|
3105
4442
|
}
|
|
3106
4443
|
export declare class ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides extends $tea.Model {
|
|
3107
|
-
listenerPort?: number;
|
|
3108
4444
|
endpointPort?: number;
|
|
4445
|
+
listenerPort?: number;
|
|
3109
4446
|
static names(): {
|
|
3110
4447
|
[key: string]: string;
|
|
3111
4448
|
};
|
|
@@ -3117,25 +4454,27 @@ export declare class ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides e
|
|
|
3117
4454
|
});
|
|
3118
4455
|
}
|
|
3119
4456
|
export declare class ListEndpointGroupsResponseBodyEndpointGroups extends $tea.Model {
|
|
4457
|
+
acceleratorId?: string;
|
|
4458
|
+
description?: string;
|
|
4459
|
+
endpointConfigurations?: ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigurations[];
|
|
3120
4460
|
endpointGroupId?: string;
|
|
3121
4461
|
endpointGroupIpList?: string[];
|
|
3122
|
-
state?: string;
|
|
3123
|
-
healthCheckPath?: string;
|
|
3124
4462
|
endpointGroupRegion?: string;
|
|
4463
|
+
endpointGroupType?: string;
|
|
4464
|
+
endpointGroupUnconfirmedIpList?: string[];
|
|
4465
|
+
endpointRequestProtocol?: string;
|
|
4466
|
+
forwardingRuleIds?: string[];
|
|
4467
|
+
healthCheckEnabled?: boolean;
|
|
3125
4468
|
healthCheckIntervalSeconds?: number;
|
|
3126
|
-
|
|
4469
|
+
healthCheckPath?: string;
|
|
4470
|
+
healthCheckPort?: number;
|
|
3127
4471
|
healthCheckProtocol?: string;
|
|
3128
|
-
thresholdCount?: number;
|
|
3129
4472
|
listenerId?: string;
|
|
3130
|
-
acceleratorId?: string;
|
|
3131
|
-
endpointConfigurations?: ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigurations[];
|
|
3132
|
-
portOverrides?: ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides[];
|
|
3133
|
-
forwardingRuleIds?: string[];
|
|
3134
|
-
endpointGroupType?: string;
|
|
3135
|
-
endpointRequestProtocol?: string;
|
|
3136
|
-
description?: string;
|
|
3137
4473
|
name?: string;
|
|
3138
|
-
|
|
4474
|
+
portOverrides?: ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides[];
|
|
4475
|
+
state?: string;
|
|
4476
|
+
thresholdCount?: number;
|
|
4477
|
+
trafficPercentage?: number;
|
|
3139
4478
|
static names(): {
|
|
3140
4479
|
[key: string]: string;
|
|
3141
4480
|
};
|
|
@@ -3146,8 +4485,8 @@ export declare class ListEndpointGroupsResponseBodyEndpointGroups extends $tea.M
|
|
|
3146
4485
|
[key: string]: any;
|
|
3147
4486
|
});
|
|
3148
4487
|
}
|
|
3149
|
-
export declare class
|
|
3150
|
-
|
|
4488
|
+
export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples extends $tea.Model {
|
|
4489
|
+
endpointGroupId?: string;
|
|
3151
4490
|
static names(): {
|
|
3152
4491
|
[key: string]: string;
|
|
3153
4492
|
};
|
|
@@ -3158,8 +4497,8 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleCondition
|
|
|
3158
4497
|
[key: string]: any;
|
|
3159
4498
|
});
|
|
3160
4499
|
}
|
|
3161
|
-
export declare class
|
|
3162
|
-
|
|
4500
|
+
export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActionsForwardGroupConfig extends $tea.Model {
|
|
4501
|
+
serverGroupTuples?: ListForwardingRulesResponseBodyForwardingRulesRuleActionsForwardGroupConfigServerGroupTuples[];
|
|
3163
4502
|
static names(): {
|
|
3164
4503
|
[key: string]: string;
|
|
3165
4504
|
};
|
|
@@ -3170,10 +4509,10 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleCondition
|
|
|
3170
4509
|
[key: string]: any;
|
|
3171
4510
|
});
|
|
3172
4511
|
}
|
|
3173
|
-
export declare class
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
4512
|
+
export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActions extends $tea.Model {
|
|
4513
|
+
forwardGroupConfig?: ListForwardingRulesResponseBodyForwardingRulesRuleActionsForwardGroupConfig;
|
|
4514
|
+
order?: number;
|
|
4515
|
+
ruleActionType?: string;
|
|
3177
4516
|
static names(): {
|
|
3178
4517
|
[key: string]: string;
|
|
3179
4518
|
};
|
|
@@ -3184,8 +4523,8 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleCondition
|
|
|
3184
4523
|
[key: string]: any;
|
|
3185
4524
|
});
|
|
3186
4525
|
}
|
|
3187
|
-
export declare class
|
|
3188
|
-
|
|
4526
|
+
export declare class ListForwardingRulesResponseBodyForwardingRulesRuleConditionsHostConfig extends $tea.Model {
|
|
4527
|
+
values?: string[];
|
|
3189
4528
|
static names(): {
|
|
3190
4529
|
[key: string]: string;
|
|
3191
4530
|
};
|
|
@@ -3196,8 +4535,8 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActionsFo
|
|
|
3196
4535
|
[key: string]: any;
|
|
3197
4536
|
});
|
|
3198
4537
|
}
|
|
3199
|
-
export declare class
|
|
3200
|
-
|
|
4538
|
+
export declare class ListForwardingRulesResponseBodyForwardingRulesRuleConditionsPathConfig extends $tea.Model {
|
|
4539
|
+
values?: string[];
|
|
3201
4540
|
static names(): {
|
|
3202
4541
|
[key: string]: string;
|
|
3203
4542
|
};
|
|
@@ -3208,10 +4547,10 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActionsFo
|
|
|
3208
4547
|
[key: string]: any;
|
|
3209
4548
|
});
|
|
3210
4549
|
}
|
|
3211
|
-
export declare class
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
4550
|
+
export declare class ListForwardingRulesResponseBodyForwardingRulesRuleConditions extends $tea.Model {
|
|
4551
|
+
hostConfig?: ListForwardingRulesResponseBodyForwardingRulesRuleConditionsHostConfig;
|
|
4552
|
+
pathConfig?: ListForwardingRulesResponseBodyForwardingRulesRuleConditionsPathConfig;
|
|
4553
|
+
ruleConditionType?: string;
|
|
3215
4554
|
static names(): {
|
|
3216
4555
|
[key: string]: string;
|
|
3217
4556
|
};
|
|
@@ -3223,13 +4562,13 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActions e
|
|
|
3223
4562
|
});
|
|
3224
4563
|
}
|
|
3225
4564
|
export declare class ListForwardingRulesResponseBodyForwardingRules extends $tea.Model {
|
|
3226
|
-
priority?: number;
|
|
3227
4565
|
forwardingRuleId?: string;
|
|
3228
4566
|
forwardingRuleName?: string;
|
|
3229
4567
|
forwardingRuleStatus?: string;
|
|
3230
|
-
ruleConditions?: ListForwardingRulesResponseBodyForwardingRulesRuleConditions[];
|
|
3231
|
-
ruleActions?: ListForwardingRulesResponseBodyForwardingRulesRuleActions[];
|
|
3232
4568
|
listenerId?: string;
|
|
4569
|
+
priority?: number;
|
|
4570
|
+
ruleActions?: ListForwardingRulesResponseBodyForwardingRulesRuleActions[];
|
|
4571
|
+
ruleConditions?: ListForwardingRulesResponseBodyForwardingRulesRuleConditions[];
|
|
3233
4572
|
static names(): {
|
|
3234
4573
|
[key: string]: string;
|
|
3235
4574
|
};
|
|
@@ -3242,11 +4581,11 @@ export declare class ListForwardingRulesResponseBodyForwardingRules extends $tea
|
|
|
3242
4581
|
}
|
|
3243
4582
|
export declare class ListIpSetsResponseBodyIpSets extends $tea.Model {
|
|
3244
4583
|
accelerateRegionId?: string;
|
|
3245
|
-
ipVersion?: string;
|
|
3246
4584
|
bandwidth?: number;
|
|
3247
|
-
state?: string;
|
|
3248
|
-
ipSetId?: string;
|
|
3249
4585
|
ipAddressList?: string[];
|
|
4586
|
+
ipSetId?: string;
|
|
4587
|
+
ipVersion?: string;
|
|
4588
|
+
state?: string;
|
|
3250
4589
|
static names(): {
|
|
3251
4590
|
[key: string]: string;
|
|
3252
4591
|
};
|
|
@@ -3257,9 +4596,10 @@ export declare class ListIpSetsResponseBodyIpSets extends $tea.Model {
|
|
|
3257
4596
|
[key: string]: any;
|
|
3258
4597
|
});
|
|
3259
4598
|
}
|
|
3260
|
-
export declare class
|
|
3261
|
-
|
|
3262
|
-
|
|
4599
|
+
export declare class ListListenerCertificatesResponseBodyCertificates extends $tea.Model {
|
|
4600
|
+
certificateId?: string;
|
|
4601
|
+
domain?: string;
|
|
4602
|
+
isDefault?: boolean;
|
|
3263
4603
|
static names(): {
|
|
3264
4604
|
[key: string]: string;
|
|
3265
4605
|
};
|
|
@@ -3283,6 +4623,19 @@ export declare class ListListenersResponseBodyListenersBackendPorts extends $tea
|
|
|
3283
4623
|
[key: string]: any;
|
|
3284
4624
|
});
|
|
3285
4625
|
}
|
|
4626
|
+
export declare class ListListenersResponseBodyListenersCertificates extends $tea.Model {
|
|
4627
|
+
id?: string;
|
|
4628
|
+
type?: string;
|
|
4629
|
+
static names(): {
|
|
4630
|
+
[key: string]: string;
|
|
4631
|
+
};
|
|
4632
|
+
static types(): {
|
|
4633
|
+
[key: string]: any;
|
|
4634
|
+
};
|
|
4635
|
+
constructor(map?: {
|
|
4636
|
+
[key: string]: any;
|
|
4637
|
+
});
|
|
4638
|
+
}
|
|
3286
4639
|
export declare class ListListenersResponseBodyListenersPortRanges extends $tea.Model {
|
|
3287
4640
|
fromPort?: number;
|
|
3288
4641
|
toPort?: number;
|
|
@@ -3296,19 +4649,64 @@ export declare class ListListenersResponseBodyListenersPortRanges extends $tea.M
|
|
|
3296
4649
|
[key: string]: any;
|
|
3297
4650
|
});
|
|
3298
4651
|
}
|
|
4652
|
+
export declare class ListListenersResponseBodyListenersXForwardedForConfig extends $tea.Model {
|
|
4653
|
+
XForwardedForGaApEnabled?: boolean;
|
|
4654
|
+
XForwardedForGaIdEnabled?: boolean;
|
|
4655
|
+
XForwardedForPortEnabled?: boolean;
|
|
4656
|
+
XForwardedForProtoEnabled?: boolean;
|
|
4657
|
+
XRealIpEnabled?: boolean;
|
|
4658
|
+
static names(): {
|
|
4659
|
+
[key: string]: string;
|
|
4660
|
+
};
|
|
4661
|
+
static types(): {
|
|
4662
|
+
[key: string]: any;
|
|
4663
|
+
};
|
|
4664
|
+
constructor(map?: {
|
|
4665
|
+
[key: string]: any;
|
|
4666
|
+
});
|
|
4667
|
+
}
|
|
3299
4668
|
export declare class ListListenersResponseBodyListeners extends $tea.Model {
|
|
3300
|
-
|
|
4669
|
+
acceleratorId?: string;
|
|
3301
4670
|
backendPorts?: ListListenersResponseBodyListenersBackendPorts[];
|
|
3302
|
-
|
|
3303
|
-
description?: string;
|
|
3304
|
-
state?: string;
|
|
4671
|
+
certificates?: ListListenersResponseBodyListenersCertificates[];
|
|
3305
4672
|
clientAffinity?: string;
|
|
3306
|
-
protocol?: string;
|
|
3307
4673
|
createTime?: number;
|
|
3308
|
-
|
|
4674
|
+
description?: string;
|
|
4675
|
+
listenerId?: string;
|
|
3309
4676
|
name?: string;
|
|
4677
|
+
portRanges?: ListListenersResponseBodyListenersPortRanges[];
|
|
4678
|
+
protocol?: string;
|
|
3310
4679
|
proxyProtocol?: boolean;
|
|
3311
|
-
|
|
4680
|
+
securityPolicyId?: string;
|
|
4681
|
+
state?: string;
|
|
4682
|
+
XForwardedForConfig?: ListListenersResponseBodyListenersXForwardedForConfig;
|
|
4683
|
+
static names(): {
|
|
4684
|
+
[key: string]: string;
|
|
4685
|
+
};
|
|
4686
|
+
static types(): {
|
|
4687
|
+
[key: string]: any;
|
|
4688
|
+
};
|
|
4689
|
+
constructor(map?: {
|
|
4690
|
+
[key: string]: any;
|
|
4691
|
+
});
|
|
4692
|
+
}
|
|
4693
|
+
export declare class ListSpareIpsResponseBodySpareIps extends $tea.Model {
|
|
4694
|
+
spareIp?: string;
|
|
4695
|
+
state?: string;
|
|
4696
|
+
static names(): {
|
|
4697
|
+
[key: string]: string;
|
|
4698
|
+
};
|
|
4699
|
+
static types(): {
|
|
4700
|
+
[key: string]: any;
|
|
4701
|
+
};
|
|
4702
|
+
constructor(map?: {
|
|
4703
|
+
[key: string]: any;
|
|
4704
|
+
});
|
|
4705
|
+
}
|
|
4706
|
+
export declare class ListSystemSecurityPoliciesResponseBodySecurityPolicies extends $tea.Model {
|
|
4707
|
+
ciphers?: string[];
|
|
4708
|
+
securityPolicyId?: string;
|
|
4709
|
+
tlsVersions?: string[];
|
|
3312
4710
|
static names(): {
|
|
3313
4711
|
[key: string]: string;
|
|
3314
4712
|
};
|
|
@@ -3332,10 +4730,10 @@ export declare class RemoveEntriesFromAclRequestAclEntries extends $tea.Model {
|
|
|
3332
4730
|
});
|
|
3333
4731
|
}
|
|
3334
4732
|
export declare class UpdateEndpointGroupRequestEndpointConfigurations extends $tea.Model {
|
|
3335
|
-
type?: string;
|
|
3336
4733
|
enableClientIPPreservation?: boolean;
|
|
3337
|
-
weight?: number;
|
|
3338
4734
|
endpoint?: string;
|
|
4735
|
+
type?: string;
|
|
4736
|
+
weight?: number;
|
|
3339
4737
|
static names(): {
|
|
3340
4738
|
[key: string]: string;
|
|
3341
4739
|
};
|
|
@@ -3347,8 +4745,8 @@ export declare class UpdateEndpointGroupRequestEndpointConfigurations extends $t
|
|
|
3347
4745
|
});
|
|
3348
4746
|
}
|
|
3349
4747
|
export declare class UpdateEndpointGroupRequestPortOverrides extends $tea.Model {
|
|
3350
|
-
listenerPort?: number;
|
|
3351
4748
|
endpointPort?: number;
|
|
4749
|
+
listenerPort?: number;
|
|
3352
4750
|
static names(): {
|
|
3353
4751
|
[key: string]: string;
|
|
3354
4752
|
};
|
|
@@ -3359,8 +4757,10 @@ export declare class UpdateEndpointGroupRequestPortOverrides extends $tea.Model
|
|
|
3359
4757
|
[key: string]: any;
|
|
3360
4758
|
});
|
|
3361
4759
|
}
|
|
3362
|
-
export declare class
|
|
3363
|
-
|
|
4760
|
+
export declare class UpdateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations extends $tea.Model {
|
|
4761
|
+
endpoint?: string;
|
|
4762
|
+
type?: string;
|
|
4763
|
+
weight?: number;
|
|
3364
4764
|
static names(): {
|
|
3365
4765
|
[key: string]: string;
|
|
3366
4766
|
};
|
|
@@ -3371,8 +4771,9 @@ export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditionsPa
|
|
|
3371
4771
|
[key: string]: any;
|
|
3372
4772
|
});
|
|
3373
4773
|
}
|
|
3374
|
-
export declare class
|
|
3375
|
-
|
|
4774
|
+
export declare class UpdateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides extends $tea.Model {
|
|
4775
|
+
endpointPort?: number;
|
|
4776
|
+
listenerPort?: number;
|
|
3376
4777
|
static names(): {
|
|
3377
4778
|
[key: string]: string;
|
|
3378
4779
|
};
|
|
@@ -3383,10 +4784,22 @@ export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditionsHo
|
|
|
3383
4784
|
[key: string]: any;
|
|
3384
4785
|
});
|
|
3385
4786
|
}
|
|
3386
|
-
export declare class
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
4787
|
+
export declare class UpdateEndpointGroupsRequestEndpointGroupConfigurations extends $tea.Model {
|
|
4788
|
+
enableClientIPPreservationProxyProtocol?: boolean;
|
|
4789
|
+
enableClientIPPreservationToa?: boolean;
|
|
4790
|
+
endpointConfigurations?: UpdateEndpointGroupsRequestEndpointGroupConfigurationsEndpointConfigurations[];
|
|
4791
|
+
endpointGroupDescription?: string;
|
|
4792
|
+
endpointGroupId?: string;
|
|
4793
|
+
endpointGroupName?: string;
|
|
4794
|
+
endpointRequestProtocol?: string;
|
|
4795
|
+
healthCheckEnabled?: boolean;
|
|
4796
|
+
healthCheckIntervalSeconds?: number;
|
|
4797
|
+
healthCheckPath?: string;
|
|
4798
|
+
healthCheckPort?: number;
|
|
4799
|
+
healthCheckProtocol?: string;
|
|
4800
|
+
portOverrides?: UpdateEndpointGroupsRequestEndpointGroupConfigurationsPortOverrides[];
|
|
4801
|
+
thresholdCount?: number;
|
|
4802
|
+
trafficPercentage?: number;
|
|
3390
4803
|
static names(): {
|
|
3391
4804
|
[key: string]: string;
|
|
3392
4805
|
};
|
|
@@ -3422,9 +4835,47 @@ export declare class UpdateForwardingRulesRequestForwardingRulesRuleActionsForwa
|
|
|
3422
4835
|
});
|
|
3423
4836
|
}
|
|
3424
4837
|
export declare class UpdateForwardingRulesRequestForwardingRulesRuleActions extends $tea.Model {
|
|
4838
|
+
forwardGroupConfig?: UpdateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig;
|
|
3425
4839
|
order?: number;
|
|
3426
4840
|
ruleActionType?: string;
|
|
3427
|
-
|
|
4841
|
+
static names(): {
|
|
4842
|
+
[key: string]: string;
|
|
4843
|
+
};
|
|
4844
|
+
static types(): {
|
|
4845
|
+
[key: string]: any;
|
|
4846
|
+
};
|
|
4847
|
+
constructor(map?: {
|
|
4848
|
+
[key: string]: any;
|
|
4849
|
+
});
|
|
4850
|
+
}
|
|
4851
|
+
export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig extends $tea.Model {
|
|
4852
|
+
values?: string[];
|
|
4853
|
+
static names(): {
|
|
4854
|
+
[key: string]: string;
|
|
4855
|
+
};
|
|
4856
|
+
static types(): {
|
|
4857
|
+
[key: string]: any;
|
|
4858
|
+
};
|
|
4859
|
+
constructor(map?: {
|
|
4860
|
+
[key: string]: any;
|
|
4861
|
+
});
|
|
4862
|
+
}
|
|
4863
|
+
export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig extends $tea.Model {
|
|
4864
|
+
values?: string[];
|
|
4865
|
+
static names(): {
|
|
4866
|
+
[key: string]: string;
|
|
4867
|
+
};
|
|
4868
|
+
static types(): {
|
|
4869
|
+
[key: string]: any;
|
|
4870
|
+
};
|
|
4871
|
+
constructor(map?: {
|
|
4872
|
+
[key: string]: any;
|
|
4873
|
+
});
|
|
4874
|
+
}
|
|
4875
|
+
export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditions extends $tea.Model {
|
|
4876
|
+
hostConfig?: UpdateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig;
|
|
4877
|
+
pathConfig?: UpdateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig;
|
|
4878
|
+
ruleConditionType?: string;
|
|
3428
4879
|
static names(): {
|
|
3429
4880
|
[key: string]: string;
|
|
3430
4881
|
};
|
|
@@ -3436,11 +4887,11 @@ export declare class UpdateForwardingRulesRequestForwardingRulesRuleActions exte
|
|
|
3436
4887
|
});
|
|
3437
4888
|
}
|
|
3438
4889
|
export declare class UpdateForwardingRulesRequestForwardingRules extends $tea.Model {
|
|
3439
|
-
priority?: number;
|
|
3440
|
-
ruleConditions?: UpdateForwardingRulesRequestForwardingRulesRuleConditions[];
|
|
3441
|
-
ruleActions?: UpdateForwardingRulesRequestForwardingRulesRuleActions[];
|
|
3442
4890
|
forwardingRuleId?: string;
|
|
3443
4891
|
forwardingRuleName?: string;
|
|
4892
|
+
priority?: number;
|
|
4893
|
+
ruleActions?: UpdateForwardingRulesRequestForwardingRulesRuleActions[];
|
|
4894
|
+
ruleConditions?: UpdateForwardingRulesRequestForwardingRulesRuleConditions[];
|
|
3444
4895
|
static names(): {
|
|
3445
4896
|
[key: string]: string;
|
|
3446
4897
|
};
|
|
@@ -3476,7 +4927,7 @@ export declare class UpdateIpSetsRequestIpSets extends $tea.Model {
|
|
|
3476
4927
|
[key: string]: any;
|
|
3477
4928
|
});
|
|
3478
4929
|
}
|
|
3479
|
-
export declare class
|
|
4930
|
+
export declare class UpdateListenerRequestBackendPorts extends $tea.Model {
|
|
3480
4931
|
fromPort?: number;
|
|
3481
4932
|
toPort?: number;
|
|
3482
4933
|
static names(): {
|
|
@@ -3501,7 +4952,7 @@ export declare class UpdateListenerRequestCertificates extends $tea.Model {
|
|
|
3501
4952
|
[key: string]: any;
|
|
3502
4953
|
});
|
|
3503
4954
|
}
|
|
3504
|
-
export declare class
|
|
4955
|
+
export declare class UpdateListenerRequestPortRanges extends $tea.Model {
|
|
3505
4956
|
fromPort?: number;
|
|
3506
4957
|
toPort?: number;
|
|
3507
4958
|
static names(): {
|
|
@@ -3514,6 +4965,22 @@ export declare class UpdateListenerRequestBackendPorts extends $tea.Model {
|
|
|
3514
4965
|
[key: string]: any;
|
|
3515
4966
|
});
|
|
3516
4967
|
}
|
|
4968
|
+
export declare class UpdateListenerRequestXForwardedForConfig extends $tea.Model {
|
|
4969
|
+
XForwardedForGaApEnabled?: boolean;
|
|
4970
|
+
XForwardedForGaIdEnabled?: boolean;
|
|
4971
|
+
XForwardedForPortEnabled?: boolean;
|
|
4972
|
+
XForwardedForProtoEnabled?: boolean;
|
|
4973
|
+
XRealIpEnabled?: boolean;
|
|
4974
|
+
static names(): {
|
|
4975
|
+
[key: string]: string;
|
|
4976
|
+
};
|
|
4977
|
+
static types(): {
|
|
4978
|
+
[key: string]: any;
|
|
4979
|
+
};
|
|
4980
|
+
constructor(map?: {
|
|
4981
|
+
[key: string]: any;
|
|
4982
|
+
});
|
|
4983
|
+
}
|
|
3517
4984
|
export default class Client extends OpenApi {
|
|
3518
4985
|
constructor(config: $OpenApi.Config);
|
|
3519
4986
|
getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
|
|
@@ -3523,6 +4990,8 @@ export default class Client extends OpenApi {
|
|
|
3523
4990
|
addEntriesToAcl(request: AddEntriesToAclRequest): Promise<AddEntriesToAclResponse>;
|
|
3524
4991
|
associateAclsWithListenerWithOptions(request: AssociateAclsWithListenerRequest, runtime: $Util.RuntimeOptions): Promise<AssociateAclsWithListenerResponse>;
|
|
3525
4992
|
associateAclsWithListener(request: AssociateAclsWithListenerRequest): Promise<AssociateAclsWithListenerResponse>;
|
|
4993
|
+
associateAdditionalCertificatesWithListenerWithOptions(request: AssociateAdditionalCertificatesWithListenerRequest, runtime: $Util.RuntimeOptions): Promise<AssociateAdditionalCertificatesWithListenerResponse>;
|
|
4994
|
+
associateAdditionalCertificatesWithListener(request: AssociateAdditionalCertificatesWithListenerRequest): Promise<AssociateAdditionalCertificatesWithListenerResponse>;
|
|
3526
4995
|
attachDdosToAcceleratorWithOptions(request: AttachDdosToAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<AttachDdosToAcceleratorResponse>;
|
|
3527
4996
|
attachDdosToAccelerator(request: AttachDdosToAcceleratorRequest): Promise<AttachDdosToAcceleratorResponse>;
|
|
3528
4997
|
attachLogStoreToEndpointGroupWithOptions(request: AttachLogStoreToEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<AttachLogStoreToEndpointGroupResponse>;
|
|
@@ -3539,22 +5008,40 @@ export default class Client extends OpenApi {
|
|
|
3539
5008
|
createAcl(request: CreateAclRequest): Promise<CreateAclResponse>;
|
|
3540
5009
|
createBandwidthPackageWithOptions(request: CreateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<CreateBandwidthPackageResponse>;
|
|
3541
5010
|
createBandwidthPackage(request: CreateBandwidthPackageRequest): Promise<CreateBandwidthPackageResponse>;
|
|
5011
|
+
createBasicAcceleratorWithOptions(request: CreateBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicAcceleratorResponse>;
|
|
5012
|
+
createBasicAccelerator(request: CreateBasicAcceleratorRequest): Promise<CreateBasicAcceleratorResponse>;
|
|
5013
|
+
createBasicEndpointGroupWithOptions(request: CreateBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicEndpointGroupResponse>;
|
|
5014
|
+
createBasicEndpointGroup(request: CreateBasicEndpointGroupRequest): Promise<CreateBasicEndpointGroupResponse>;
|
|
5015
|
+
createBasicIpSetWithOptions(request: CreateBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicIpSetResponse>;
|
|
5016
|
+
createBasicIpSet(request: CreateBasicIpSetRequest): Promise<CreateBasicIpSetResponse>;
|
|
3542
5017
|
createEndpointGroupWithOptions(request: CreateEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateEndpointGroupResponse>;
|
|
3543
5018
|
createEndpointGroup(request: CreateEndpointGroupRequest): Promise<CreateEndpointGroupResponse>;
|
|
5019
|
+
createEndpointGroupsWithOptions(request: CreateEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<CreateEndpointGroupsResponse>;
|
|
5020
|
+
createEndpointGroups(request: CreateEndpointGroupsRequest): Promise<CreateEndpointGroupsResponse>;
|
|
3544
5021
|
createForwardingRulesWithOptions(request: CreateForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<CreateForwardingRulesResponse>;
|
|
3545
5022
|
createForwardingRules(request: CreateForwardingRulesRequest): Promise<CreateForwardingRulesResponse>;
|
|
3546
5023
|
createIpSetsWithOptions(request: CreateIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<CreateIpSetsResponse>;
|
|
3547
5024
|
createIpSets(request: CreateIpSetsRequest): Promise<CreateIpSetsResponse>;
|
|
3548
5025
|
createListenerWithOptions(request: CreateListenerRequest, runtime: $Util.RuntimeOptions): Promise<CreateListenerResponse>;
|
|
3549
5026
|
createListener(request: CreateListenerRequest): Promise<CreateListenerResponse>;
|
|
5027
|
+
createSpareIpsWithOptions(request: CreateSpareIpsRequest, runtime: $Util.RuntimeOptions): Promise<CreateSpareIpsResponse>;
|
|
5028
|
+
createSpareIps(request: CreateSpareIpsRequest): Promise<CreateSpareIpsResponse>;
|
|
3550
5029
|
deleteAcceleratorWithOptions(request: DeleteAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAcceleratorResponse>;
|
|
3551
5030
|
deleteAccelerator(request: DeleteAcceleratorRequest): Promise<DeleteAcceleratorResponse>;
|
|
3552
5031
|
deleteAclWithOptions(request: DeleteAclRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAclResponse>;
|
|
3553
5032
|
deleteAcl(request: DeleteAclRequest): Promise<DeleteAclResponse>;
|
|
3554
5033
|
deleteBandwidthPackageWithOptions(request: DeleteBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBandwidthPackageResponse>;
|
|
3555
5034
|
deleteBandwidthPackage(request: DeleteBandwidthPackageRequest): Promise<DeleteBandwidthPackageResponse>;
|
|
5035
|
+
deleteBasicAcceleratorWithOptions(request: DeleteBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicAcceleratorResponse>;
|
|
5036
|
+
deleteBasicAccelerator(request: DeleteBasicAcceleratorRequest): Promise<DeleteBasicAcceleratorResponse>;
|
|
5037
|
+
deleteBasicEndpointGroupWithOptions(request: DeleteBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicEndpointGroupResponse>;
|
|
5038
|
+
deleteBasicEndpointGroup(request: DeleteBasicEndpointGroupRequest): Promise<DeleteBasicEndpointGroupResponse>;
|
|
5039
|
+
deleteBasicIpSetWithOptions(request: DeleteBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicIpSetResponse>;
|
|
5040
|
+
deleteBasicIpSet(request: DeleteBasicIpSetRequest): Promise<DeleteBasicIpSetResponse>;
|
|
3556
5041
|
deleteEndpointGroupWithOptions(request: DeleteEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteEndpointGroupResponse>;
|
|
3557
5042
|
deleteEndpointGroup(request: DeleteEndpointGroupRequest): Promise<DeleteEndpointGroupResponse>;
|
|
5043
|
+
deleteEndpointGroupsWithOptions(request: DeleteEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteEndpointGroupsResponse>;
|
|
5044
|
+
deleteEndpointGroups(request: DeleteEndpointGroupsRequest): Promise<DeleteEndpointGroupsResponse>;
|
|
3558
5045
|
deleteForwardingRulesWithOptions(request: DeleteForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteForwardingRulesResponse>;
|
|
3559
5046
|
deleteForwardingRules(request: DeleteForwardingRulesRequest): Promise<DeleteForwardingRulesResponse>;
|
|
3560
5047
|
deleteIpSetWithOptions(request: DeleteIpSetRequest, runtime: $Util.RuntimeOptions): Promise<DeleteIpSetResponse>;
|
|
@@ -3563,6 +5050,8 @@ export default class Client extends OpenApi {
|
|
|
3563
5050
|
deleteIpSets(request: DeleteIpSetsRequest): Promise<DeleteIpSetsResponse>;
|
|
3564
5051
|
deleteListenerWithOptions(request: DeleteListenerRequest, runtime: $Util.RuntimeOptions): Promise<DeleteListenerResponse>;
|
|
3565
5052
|
deleteListener(request: DeleteListenerRequest): Promise<DeleteListenerResponse>;
|
|
5053
|
+
deleteSpareIpsWithOptions(request: DeleteSpareIpsRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSpareIpsResponse>;
|
|
5054
|
+
deleteSpareIps(request: DeleteSpareIpsRequest): Promise<DeleteSpareIpsResponse>;
|
|
3566
5055
|
describeAcceleratorWithOptions(request: DescribeAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAcceleratorResponse>;
|
|
3567
5056
|
describeAccelerator(request: DescribeAcceleratorRequest): Promise<DescribeAcceleratorResponse>;
|
|
3568
5057
|
describeBandwidthPackageWithOptions(request: DescribeBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBandwidthPackageResponse>;
|
|
@@ -3581,8 +5070,20 @@ export default class Client extends OpenApi {
|
|
|
3581
5070
|
detachLogStoreFromEndpointGroup(request: DetachLogStoreFromEndpointGroupRequest): Promise<DetachLogStoreFromEndpointGroupResponse>;
|
|
3582
5071
|
dissociateAclsFromListenerWithOptions(request: DissociateAclsFromListenerRequest, runtime: $Util.RuntimeOptions): Promise<DissociateAclsFromListenerResponse>;
|
|
3583
5072
|
dissociateAclsFromListener(request: DissociateAclsFromListenerRequest): Promise<DissociateAclsFromListenerResponse>;
|
|
5073
|
+
dissociateAdditionalCertificatesFromListenerWithOptions(request: DissociateAdditionalCertificatesFromListenerRequest, runtime: $Util.RuntimeOptions): Promise<DissociateAdditionalCertificatesFromListenerResponse>;
|
|
5074
|
+
dissociateAdditionalCertificatesFromListener(request: DissociateAdditionalCertificatesFromListenerRequest): Promise<DissociateAdditionalCertificatesFromListenerResponse>;
|
|
3584
5075
|
getAclWithOptions(request: GetAclRequest, runtime: $Util.RuntimeOptions): Promise<GetAclResponse>;
|
|
3585
5076
|
getAcl(request: GetAclRequest): Promise<GetAclResponse>;
|
|
5077
|
+
getBasicAcceleratorWithOptions(request: GetBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<GetBasicAcceleratorResponse>;
|
|
5078
|
+
getBasicAccelerator(request: GetBasicAcceleratorRequest): Promise<GetBasicAcceleratorResponse>;
|
|
5079
|
+
getBasicEndpointGroupWithOptions(request: GetBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<GetBasicEndpointGroupResponse>;
|
|
5080
|
+
getBasicEndpointGroup(request: GetBasicEndpointGroupRequest): Promise<GetBasicEndpointGroupResponse>;
|
|
5081
|
+
getBasicIpSetWithOptions(request: GetBasicIpSetRequest, runtime: $Util.RuntimeOptions): Promise<GetBasicIpSetResponse>;
|
|
5082
|
+
getBasicIpSet(request: GetBasicIpSetRequest): Promise<GetBasicIpSetResponse>;
|
|
5083
|
+
getHealthStatusWithOptions(request: GetHealthStatusRequest, runtime: $Util.RuntimeOptions): Promise<GetHealthStatusResponse>;
|
|
5084
|
+
getHealthStatus(request: GetHealthStatusRequest): Promise<GetHealthStatusResponse>;
|
|
5085
|
+
getSpareIpWithOptions(request: GetSpareIpRequest, runtime: $Util.RuntimeOptions): Promise<GetSpareIpResponse>;
|
|
5086
|
+
getSpareIp(request: GetSpareIpRequest): Promise<GetSpareIpResponse>;
|
|
3586
5087
|
listAccelerateAreasWithOptions(request: ListAccelerateAreasRequest, runtime: $Util.RuntimeOptions): Promise<ListAccelerateAreasResponse>;
|
|
3587
5088
|
listAccelerateAreas(request: ListAccelerateAreasRequest): Promise<ListAccelerateAreasResponse>;
|
|
3588
5089
|
listAcceleratorsWithOptions(request: ListAcceleratorsRequest, runtime: $Util.RuntimeOptions): Promise<ListAcceleratorsResponse>;
|
|
@@ -3593,10 +5094,12 @@ export default class Client extends OpenApi {
|
|
|
3593
5094
|
listAvailableAccelerateAreas(request: ListAvailableAccelerateAreasRequest): Promise<ListAvailableAccelerateAreasResponse>;
|
|
3594
5095
|
listAvailableBusiRegionsWithOptions(request: ListAvailableBusiRegionsRequest, runtime: $Util.RuntimeOptions): Promise<ListAvailableBusiRegionsResponse>;
|
|
3595
5096
|
listAvailableBusiRegions(request: ListAvailableBusiRegionsRequest): Promise<ListAvailableBusiRegionsResponse>;
|
|
3596
|
-
listBandwidthackagesWithOptions(request: ListBandwidthackagesRequest, runtime: $Util.RuntimeOptions): Promise<ListBandwidthackagesResponse>;
|
|
3597
|
-
listBandwidthackages(request: ListBandwidthackagesRequest): Promise<ListBandwidthackagesResponse>;
|
|
3598
5097
|
listBandwidthPackagesWithOptions(request: ListBandwidthPackagesRequest, runtime: $Util.RuntimeOptions): Promise<ListBandwidthPackagesResponse>;
|
|
3599
5098
|
listBandwidthPackages(request: ListBandwidthPackagesRequest): Promise<ListBandwidthPackagesResponse>;
|
|
5099
|
+
listBandwidthackagesWithOptions(request: ListBandwidthackagesRequest, runtime: $Util.RuntimeOptions): Promise<ListBandwidthackagesResponse>;
|
|
5100
|
+
listBandwidthackages(request: ListBandwidthackagesRequest): Promise<ListBandwidthackagesResponse>;
|
|
5101
|
+
listBasicAcceleratorsWithOptions(request: ListBasicAcceleratorsRequest, runtime: $Util.RuntimeOptions): Promise<ListBasicAcceleratorsResponse>;
|
|
5102
|
+
listBasicAccelerators(request: ListBasicAcceleratorsRequest): Promise<ListBasicAcceleratorsResponse>;
|
|
3600
5103
|
listBusiRegionsWithOptions(request: ListBusiRegionsRequest, runtime: $Util.RuntimeOptions): Promise<ListBusiRegionsResponse>;
|
|
3601
5104
|
listBusiRegions(request: ListBusiRegionsRequest): Promise<ListBusiRegionsResponse>;
|
|
3602
5105
|
listEndpointGroupsWithOptions(request: ListEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListEndpointGroupsResponse>;
|
|
@@ -3605,22 +5108,36 @@ export default class Client extends OpenApi {
|
|
|
3605
5108
|
listForwardingRules(request: ListForwardingRulesRequest): Promise<ListForwardingRulesResponse>;
|
|
3606
5109
|
listIpSetsWithOptions(request: ListIpSetsRequest, runtime: $Util.RuntimeOptions): Promise<ListIpSetsResponse>;
|
|
3607
5110
|
listIpSets(request: ListIpSetsRequest): Promise<ListIpSetsResponse>;
|
|
5111
|
+
listListenerCertificatesWithOptions(request: ListListenerCertificatesRequest, runtime: $Util.RuntimeOptions): Promise<ListListenerCertificatesResponse>;
|
|
5112
|
+
listListenerCertificates(request: ListListenerCertificatesRequest): Promise<ListListenerCertificatesResponse>;
|
|
3608
5113
|
listListenersWithOptions(request: ListListenersRequest, runtime: $Util.RuntimeOptions): Promise<ListListenersResponse>;
|
|
3609
5114
|
listListeners(request: ListListenersRequest): Promise<ListListenersResponse>;
|
|
5115
|
+
listSpareIpsWithOptions(request: ListSpareIpsRequest, runtime: $Util.RuntimeOptions): Promise<ListSpareIpsResponse>;
|
|
5116
|
+
listSpareIps(request: ListSpareIpsRequest): Promise<ListSpareIpsResponse>;
|
|
5117
|
+
listSystemSecurityPoliciesWithOptions(request: ListSystemSecurityPoliciesRequest, runtime: $Util.RuntimeOptions): Promise<ListSystemSecurityPoliciesResponse>;
|
|
5118
|
+
listSystemSecurityPolicies(request: ListSystemSecurityPoliciesRequest): Promise<ListSystemSecurityPoliciesResponse>;
|
|
3610
5119
|
removeEntriesFromAclWithOptions(request: RemoveEntriesFromAclRequest, runtime: $Util.RuntimeOptions): Promise<RemoveEntriesFromAclResponse>;
|
|
3611
5120
|
removeEntriesFromAcl(request: RemoveEntriesFromAclRequest): Promise<RemoveEntriesFromAclResponse>;
|
|
3612
5121
|
replaceBandwidthPackageWithOptions(request: ReplaceBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<ReplaceBandwidthPackageResponse>;
|
|
3613
5122
|
replaceBandwidthPackage(request: ReplaceBandwidthPackageRequest): Promise<ReplaceBandwidthPackageResponse>;
|
|
3614
5123
|
updateAcceleratorWithOptions(request: UpdateAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorResponse>;
|
|
3615
5124
|
updateAccelerator(request: UpdateAcceleratorRequest): Promise<UpdateAcceleratorResponse>;
|
|
5125
|
+
updateAcceleratorConfirmWithOptions(request: UpdateAcceleratorConfirmRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAcceleratorConfirmResponse>;
|
|
5126
|
+
updateAcceleratorConfirm(request: UpdateAcceleratorConfirmRequest): Promise<UpdateAcceleratorConfirmResponse>;
|
|
3616
5127
|
updateAclAttributeWithOptions(request: UpdateAclAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAclAttributeResponse>;
|
|
3617
5128
|
updateAclAttribute(request: UpdateAclAttributeRequest): Promise<UpdateAclAttributeResponse>;
|
|
3618
5129
|
updateBandwidthPackageWithOptions(request: UpdateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBandwidthPackageResponse>;
|
|
3619
5130
|
updateBandwidthPackage(request: UpdateBandwidthPackageRequest): Promise<UpdateBandwidthPackageResponse>;
|
|
5131
|
+
updateBasicAcceleratorWithOptions(request: UpdateBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBasicAcceleratorResponse>;
|
|
5132
|
+
updateBasicAccelerator(request: UpdateBasicAcceleratorRequest): Promise<UpdateBasicAcceleratorResponse>;
|
|
5133
|
+
updateBasicEndpointGroupWithOptions(request: UpdateBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBasicEndpointGroupResponse>;
|
|
5134
|
+
updateBasicEndpointGroup(request: UpdateBasicEndpointGroupRequest): Promise<UpdateBasicEndpointGroupResponse>;
|
|
3620
5135
|
updateEndpointGroupWithOptions(request: UpdateEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupResponse>;
|
|
3621
5136
|
updateEndpointGroup(request: UpdateEndpointGroupRequest): Promise<UpdateEndpointGroupResponse>;
|
|
3622
5137
|
updateEndpointGroupAttributeWithOptions(request: UpdateEndpointGroupAttributeRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupAttributeResponse>;
|
|
3623
5138
|
updateEndpointGroupAttribute(request: UpdateEndpointGroupAttributeRequest): Promise<UpdateEndpointGroupAttributeResponse>;
|
|
5139
|
+
updateEndpointGroupsWithOptions(request: UpdateEndpointGroupsRequest, runtime: $Util.RuntimeOptions): Promise<UpdateEndpointGroupsResponse>;
|
|
5140
|
+
updateEndpointGroups(request: UpdateEndpointGroupsRequest): Promise<UpdateEndpointGroupsResponse>;
|
|
3624
5141
|
updateForwardingRulesWithOptions(request: UpdateForwardingRulesRequest, runtime: $Util.RuntimeOptions): Promise<UpdateForwardingRulesResponse>;
|
|
3625
5142
|
updateForwardingRules(request: UpdateForwardingRulesRequest): Promise<UpdateForwardingRulesResponse>;
|
|
3626
5143
|
updateIpSetWithOptions(request: UpdateIpSetRequest, runtime: $Util.RuntimeOptions): Promise<UpdateIpSetResponse>;
|